01J8N0W25GCDM966P72W9VHQX7: 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: 01J8N0WKQX96F08D6ACTNP4CWN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-25T16:42:41.607Zjob assigned to worker 01J8N0WNPZJ1T5X1QDR0JJ5GNZ (queued for 2 m 7 s)
 
22024-09-25T16:42:56.292Zstarting task 0: "setup"
32024-09-25T16:42:56.301Z++ uname -s
42024-09-25T16:42:56.303Z+ kern=SunOS
52024-09-25T16:42:56.303Z+ case "$kern" in
62024-09-25T16:42:56.304Z+ groupadd -g 12345 build
72024-09-25T16:42:56.306Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-25T16:42:56.323Z+ zfs create -o mountpoint=/work rpool/work
92024-09-25T16:42:57.514Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-25T16:42:57.516Z+ home_fs=zfs
112024-09-25T16:42:57.516Z+ [[ zfs == autofs ]]
122024-09-25T16:42:57.516Z+ mkdir -p /home/build
132024-09-25T16:42:57.519Z+ chown build:build /home/build /work
142024-09-25T16:42:57.521Z+ chmod 0700 /home/build /work
152024-09-25T16:42:57.524Zprocess exited: duration 1232 ms, exit code 0
 
162024-09-25T16:42:57.529Zstarting task 1: "rust-toolchain"
172024-09-25T16:42:57.536Z+ printf ' * toolchain channel = "%s"
182024-09-25T16:42:57.536Z * toolchain channel = "1.80.1"
192024-09-25T16:42:57.536Z * toolchain profile = "default"
202024-09-25T16:42:57.536Z' 1.80.1
212024-09-25T16:42:57.536Z+ printf ' * toolchain profile = "%s"
222024-09-25T16:42:57.536Z' default
232024-09-25T16:42:57.538Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-25T16:42:57.539Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-25T16:42:57.656Zinfo: downloading installer
262024-09-25T16:43:00.239Zinfo: profile set to 'default'
272024-09-25T16:43:00.239Zinfo: default host triple is x86_64-unknown-illumos
282024-09-25T16:43:00.242Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-25T16:43:00.389Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-25T16:43:00.389Zinfo: downloading component 'cargo'
312024-09-25T16:43:01.243Zinfo: downloading component 'clippy'
322024-09-25T16:43:01.544Zinfo: downloading component 'rust-docs'
332024-09-25T16:43:02.798Zinfo: downloading component 'rust-std'
342024-09-25T16:43:04.474Zinfo: downloading component 'rustc'
352024-09-25T16:43:09.138Zinfo: downloading component 'rustfmt'
362024-09-25T16:43:09.386Zinfo: installing component 'cargo'
372024-09-25T16:43:10.253Zinfo: installing component 'clippy'
382024-09-25T16:43:10.638Zinfo: installing component 'rust-docs'
392024-09-25T16:43:12.250Zinfo: installing component 'rust-std'
402024-09-25T16:43:13.899Zinfo: installing component 'rustc'
412024-09-25T16:43:18.360Zinfo: installing component 'rustfmt'
422024-09-25T16:43:18.743Z
432024-09-25T16:43:18.743Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
442024-09-25T16:43:19.001Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-25T16:43:19.001Z
462024-09-25T16:43:19.004Z
472024-09-25T16:43:19.004ZRust is installed now. Great!
482024-09-25T16:43:19.004Z
492024-09-25T16:43:19.004ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-25T16:43:19.004Zenvironment variable. This has not been done automatically.
512024-09-25T16:43:19.004Z
522024-09-25T16:43:19.004ZTo configure your current shell, you need to source
532024-09-25T16:43:19.004Zthe corresponding env file under $HOME/.cargo.
542024-09-25T16:43:19.004Z
552024-09-25T16:43:19.004ZThis is usually done by running one of the following (note the leading DOT):
562024-09-25T16:43:19.004Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-25T16:43:19.004Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-25T16:43:19.052Z+ rustc --version
592024-09-25T16:43:19.117Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-25T16:43:19.120Zprocess exited: duration 21586 ms, exit code 0
 
612024-09-25T16:43:19.129Zstarting task 2: "authentication"
622024-09-25T16:43:19.149Zprocess exited: duration 21 ms, exit code 0
 
632024-09-25T16:43:19.155Zstarting task 3: "clone repository"
642024-09-25T16:43:19.160Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-25T16:43:19.163Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-25T16:43:21.115ZCloning into '/work/oxidecomputer/omicron'...
672024-09-25T16:43:28.249Z+ cd /work/oxidecomputer/omicron
682024-09-25T16:43:28.249Z+ git fetch origin bb0989ea4903ba597532cdaf1060ab3cc4fe47bb
692024-09-25T16:43:28.587ZFrom https://github.com/oxidecomputer/omicron
702024-09-25T16:43:28.587Z * branch bb0989ea4903ba597532cdaf1060ab3cc4fe47bb -> FETCH_HEAD
712024-09-25T16:43:28.598Z+ [[ -n mike/nvme-firmware-crdb ]]
722024-09-25T16:43:28.600Z++ git branch --show-current
732024-09-25T16:43:28.603Z+ current=main
742024-09-25T16:43:28.603Z+ [[ main != mike/nvme-firmware-crdb ]]
752024-09-25T16:43:28.603Z+ git branch -f mike/nvme-firmware-crdb bb0989ea4903ba597532cdaf1060ab3cc4fe47bb
762024-09-25T16:43:28.606Z+ git checkout -f mike/nvme-firmware-crdb
772024-09-25T16:43:28.763ZSwitched to branch 'mike/nvme-firmware-crdb'
782024-09-25T16:43:28.766Z+ git reset --hard bb0989ea4903ba597532cdaf1060ab3cc4fe47bb
792024-09-25T16:43:28.922ZHEAD is now at bb0989ea4 Merge main and fix conflicts
802024-09-25T16:43:28.925Zprocess exited: duration 9767 ms, exit code 0
 
812024-09-25T16:43:28.931Zstarting task 4: "build"
822024-09-25T16:43:28.936Z+ cargo --version
832024-09-25T16:43:28.996Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-25T16:43:29.000Z+ rustc --version
852024-09-25T16:43:29.051Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-25T16:43:29.053Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-09-25T16:43:51.821Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-09-25T16:43:54.732Z Startup: Caching catalogs ... Done
892024-09-25T16:43:58.279ZPlanning: Solver setup ... Done (2.862s)
902024-09-25T16:43:58.324ZPlanning: Running solver ... Done (0.045s)
912024-09-25T16:43:58.463ZPlanning: Finding local manifests ... Done (0.088s)
922024-09-25T16:43:58.483ZPlanning: Fetching manifests: 0/5 0% complete
932024-09-25T16:43:58.729ZPlanning: Fetching manifests: 5/5 100% complete
942024-09-25T16:43:59.197ZPlanning: Package planning ... Done (0.469s)
952024-09-25T16:43:59.253ZPlanning: Merging actions ... Done (0.056s)
962024-09-25T16:44:00.592ZPlanning: Checking for conflicting actions ... Done (1.339s)
972024-09-25T16:44:09.648ZPlanning: Consolidating action changes ... Done (9.054s)
982024-09-25T16:44:10.025ZPlanning: Evaluating mediators ... Done (0.376s)
992024-09-25T16:44:10.104ZPlanning: Planning completed in 15.29 seconds
1002024-09-25T16:44:10.119Z Packages to install: 4
1012024-09-25T16:44:10.119Z Packages to update: 1
1022024-09-25T16:44:10.121Z Mediators to change: 2
1032024-09-25T16:44:10.121Z Services to change: 1
1042024-09-25T16:44:10.121Z Estimated space available: 155.71 GB
1052024-09-25T16:44:10.121ZEstimated space to be consumed: 1.55 GB
1062024-09-25T16:44:10.121Z Create boot environment: No
1072024-09-25T16:44:10.121ZCreate backup boot environment: Yes
1082024-09-25T16:44:10.121Z Rebuild boot archive: No
1092024-09-25T16:44:10.121Z
1102024-09-25T16:44:10.121ZChanged mediators:
1112024-09-25T16:44:10.121Z mediator clang:
1122024-09-25T16:44:10.121Z version: None -> 15 (system default)
1132024-09-25T16:44:10.121Z
1142024-09-25T16:44:10.121Z mediator llvm:
1152024-09-25T16:44:10.121Z version: 14 (system default) -> 15 (system default)
1162024-09-25T16:44:10.122Z
1172024-09-25T16:44:10.122ZChanged packages:
1182024-09-25T16:44:10.122Zhelios-dev
1192024-09-25T16:44:10.122Z developer/build-essential
1202024-09-25T16:44:10.122Z None -> 11-2.0
1212024-09-25T16:44:10.122Z library/libxmlsec1
1222024-09-25T16:44:10.122Z None -> 1.2.35-2.0
1232024-09-25T16:44:10.122Z ooce/developer/clang-15
1242024-09-25T16:44:10.122Z None -> 15.0.7-2.0
1252024-09-25T16:44:10.122Z ooce/developer/llvm-15
1262024-09-25T16:44:10.122Z None -> 15.0.7-2.0
1272024-09-25T16:44:10.122Z package/pkg
1282024-09-25T16:44:10.122Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-09-25T16:44:10.122Z
1302024-09-25T16:44:10.122ZServices:
1312024-09-25T16:44:10.122Z restart_fmri:
1322024-09-25T16:44:10.122Z svc:/system/update-man-index:default
1332024-09-25T16:44:10.122Z
1342024-09-25T16:44:10.122ZEditable files to change:
1352024-09-25T16:44:10.122Z Update:
1362024-09-25T16:44:10.122Z usr/share/lib/pkg/web/config.shtml
1372024-09-25T16:44:10.431Z
1382024-09-25T16:44:10.431ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-09-25T16:44:15.432ZDownload: 1195/4281 items 80.4/220.6MB 36% complete (16.0M/s)
1402024-09-25T16:44:20.463ZDownload: 2217/4281 items 119.2/220.6MB 54% complete (12.3M/s)
1412024-09-25T16:44:25.463ZDownload: 3236/4281 items 197.3/220.6MB 89% complete (11.8M/s)
1422024-09-25T16:44:30.466ZDownload: 3956/4281 items 218.5/220.6MB 99% complete (10.0M/s)
1432024-09-25T16:44:32.644ZDownload: Completed 220.60 MB in 22.21 seconds (9.9M/s)
1442024-09-25T16:44:33.699Z Actions: 1/5063 actions (Removing old actions)
1452024-09-25T16:44:33.719Z Actions: 194/5063 actions (Installing new actions)
1462024-09-25T16:44:38.804Z Actions: 4112/5063 actions (Installing new actions)
1472024-09-25T16:44:39.667Z Actions: 4226/5063 actions (Updating modified actions)
1482024-09-25T16:44:40.034Z Actions: Completed 5063 actions in 6.33 seconds.
1492024-09-25T16:44:40.346Z Done (0.305s)
1502024-09-25T16:44:40.350Z Done (0.000s)
1512024-09-25T16:44:40.769Z Done (0.421s)
1522024-09-25T16:44:47.597Z Done (6.642s)
1532024-09-25T16:44:47.999Z Done (0.331s)
1542024-09-25T16:44:48.001Z Done (0.000s)
1552024-09-25T16:44:48.239Z Done (0.000s)
1562024-09-25T16:44:48.854ZPlanning: Evaluating mediator changes ... Done
1572024-09-25T16:44:49.017ZPlanning: Checking for conflicting actions ... Done
1582024-09-25T16:44:49.020ZPlanning: Consolidating action changes ... Done
1592024-09-25T16:44:49.292ZPlanning: Evaluating mediators ... Done
1602024-09-25T16:44:49.295ZPlanning: Planning completed in 0.44 seconds
1612024-09-25T16:44:49.331Z Mediators to change: 2
1622024-09-25T16:44:49.334Z Create boot environment: No
1632024-09-25T16:44:49.334ZCreate backup boot environment: No
1642024-09-25T16:44:49.421Z Done
1652024-09-25T16:44:49.421Z Done
1662024-09-25T16:44:49.706Z Done
1672024-09-25T16:44:53.350Z Done
1682024-09-25T16:44:53.436Z Done
1692024-09-25T16:44:53.438Z Done
1702024-09-25T16:44:53.585Z Done
1712024-09-25T16:44:54.202ZPlanning: Evaluating mediator changes ... Done
1722024-09-25T16:44:54.205ZPlanning: Merging actions ... Done
1732024-09-25T16:44:54.394ZPlanning: Checking for conflicting actions ... Done
1742024-09-25T16:44:54.397ZPlanning: Consolidating action changes ... Done
1752024-09-25T16:44:54.664ZPlanning: Evaluating mediators ... Done
1762024-09-25T16:44:54.720ZPlanning: Planning completed in 0.76 seconds
1772024-09-25T16:44:54.760Z Packages to change: 1
1782024-09-25T16:44:54.760Z Mediators to change: 1
1792024-09-25T16:44:54.762Z Services to change: 1
1802024-09-25T16:44:54.762Z Create boot environment: No
1812024-09-25T16:44:54.762ZCreate backup boot environment: Yes
1822024-09-25T16:44:56.818Z Actions: 1/6 actions (Updating modified actions)
1832024-09-25T16:44:56.986Z Actions: Completed 6 actions in 0.17 seconds.
1842024-09-25T16:44:56.988Z Done
1852024-09-25T16:44:56.988Z Done
1862024-09-25T16:44:57.073Z Done
1872024-09-25T16:45:00.665Z Done
1882024-09-25T16:45:00.756Z Done
1892024-09-25T16:45:00.765Z Done
1902024-09-25T16:45:00.908Z Done
1912024-09-25T16:45:01.343ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1922024-09-25T16:45:01.343Zclang system 15 system
1932024-09-25T16:45:01.343Zcsh system system illumos
1942024-09-25T16:45:01.343Zctags system system illumos
1952024-09-25T16:45:01.343Zgcc vendor 12 vendor
1962024-09-25T16:45:01.343Zgcc system 10 system
1972024-09-25T16:45:01.343Zgcc system 7 system
1982024-09-25T16:45:01.343Zgo system 1.20 system
1992024-09-25T16:45:01.343Zgo system 1.19 system
2002024-09-25T16:45:01.343Zllvm system 15 system
2012024-09-25T16:45:01.343Zllvm system 14 system
2022024-09-25T16:45:01.343Zmariadb system 10.6 system
2032024-09-25T16:45:01.343Zmta vendor vendor dma
2042024-09-25T16:45:01.343Zopenjdk system 17 system
2052024-09-25T16:45:01.343Zopenjdk system 11 system
2062024-09-25T16:45:01.343Zopenjdk system 1.8 system
2072024-09-25T16:45:01.343Zopenssl vendor 3 vendor
2082024-09-25T16:45:01.344Zperl system 5.36 system
2092024-09-25T16:45:01.344Zpostgresql system 15 system
2102024-09-25T16:45:01.344Zpostgresql system 13 system
2112024-09-25T16:45:01.344Zpython vendor 3 vendor
2122024-09-25T16:45:01.344Zpython system 2 system
2132024-09-25T16:45:01.344Zpython3 system 3.11 system
2142024-09-25T16:45:01.344Zruby system 3.0 system
2152024-09-25T16:45:01.344Zwords vendor vendor american-english
2162024-09-25T16:45:01.344Zwords system system australian-english
2172024-09-25T16:45:01.344Zwords system system british-english
2182024-09-25T16:45:01.344Zwords system system canadian-english
2192024-09-25T16:45:01.344Zwords system system french
2202024-09-25T16:45:01.344Zwords system system italian
2212024-09-25T16:45:01.344Zwords system system ngerman
2222024-09-25T16:45:01.344Zwords system system ogerman
2232024-09-25T16:45:01.344Zwords system system spanish
2242024-09-25T16:45:01.671ZPUBLISHER TYPE STATUS P LOCATION
2252024-09-25T16:45:01.671Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2262024-09-25T16:45:03.639ZFMRI IFO
2272024-09-25T16:45:03.639Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2282024-09-25T16:45:03.640Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2292024-09-25T16:45:03.640Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2302024-09-25T16:45:03.640Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2312024-09-25T16:45:03.640Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2322024-09-25T16:45:03.640Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2332024-09-25T16:45:03.640Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2342024-09-25T16:45:03.640Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2352024-09-25T16:45:03.640Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2362024-09-25T16:45:03.640Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2372024-09-25T16:45:03.640Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2382024-09-25T16:45:03.640Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2392024-09-25T16:45:03.640Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2402024-09-25T16:45:04.386Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412024-09-25T16:45:04.679Z Updating crates.io index
2422024-09-25T16:45:04.681Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2432024-09-25T16:45:05.564Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2442024-09-25T16:45:06.342Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2452024-09-25T16:45:06.617Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2462024-09-25T16:45:08.186Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472024-09-25T16:45:08.437Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2482024-09-25T16:45:08.676Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492024-09-25T16:45:09.751Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502024-09-25T16:45:11.809Z Updating git repository `https://github.com/oxidecomputer/opte`
2512024-09-25T16:45:12.779Z Updating git repository `https://github.com/oxidecomputer/falcon`
2522024-09-25T16:45:13.515Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532024-09-25T16:45:13.822Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542024-09-25T16:45:14.099Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2552024-09-25T16:45:14.686Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2562024-09-25T16:45:14.955Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2572024-09-25T16:45:15.337Z Updating git repository `https://github.com/oxidecomputer/qorb`
2582024-09-25T16:45:15.682Z Updating git repository `https://github.com/oxidecomputer/propolis`
2592024-09-25T16:45:16.297Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602024-09-25T16:45:16.628Z Updating git repository `https://github.com/oxidecomputer/tofino`
2612024-09-25T16:45:16.894Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622024-09-25T16:45:17.182Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632024-09-25T16:45:17.433Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642024-09-25T16:45:17.737Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652024-09-25T16:45:18.148Z Updating git repository `https://github.com/oxidecomputer/ispf`
2662024-09-25T16:45:18.658Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2672024-09-25T16:45:18.927Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2682024-09-25T16:45:19.507Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2692024-09-25T16:45:19.834Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702024-09-25T16:45:20.209Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2712024-09-25T16:45:20.681Z Updating git repository `https://github.com/oxidecomputer/typify`
2722024-09-25T16:45:23.053Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2732024-09-25T16:45:23.347Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2742024-09-25T16:45:23.594Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2752024-09-25T16:45:23.945Z Updating git repository `https://github.com/oxidecomputer/rfb`
2762024-09-25T16:45:25.132Z Downloading crates ...
2772024-09-25T16:45:25.189Z Downloaded anstream v0.6.14
2782024-09-25T16:45:25.194Z Downloaded colorchoice v1.0.1
2792024-09-25T16:45:25.201Z Downloaded itoa v1.0.11
2802024-09-25T16:45:25.204Z Downloaded camino v1.1.9
2812024-09-25T16:45:25.208Z Downloaded dof v0.3.0
2822024-09-25T16:45:25.208Z Downloaded scroll_derive v0.12.0
2832024-09-25T16:45:25.211Z Downloaded pretty-hex v0.4.1
2842024-09-25T16:45:25.215Z Downloaded equivalent v1.0.1
2852024-09-25T16:45:25.222Z Downloaded fastrand v2.1.0
2862024-09-25T16:45:25.226Z Downloaded heck v0.4.1
2872024-09-25T16:45:25.231Z Downloaded pest_generator v2.7.10
2882024-09-25T16:45:25.233Z Downloaded fs-err v2.11.0
2892024-09-25T16:45:25.235Z Downloaded crypto-common v0.1.6
2902024-09-25T16:45:25.240Z Downloaded cargo-platform v0.1.8
2912024-09-25T16:45:25.242Z Downloaded bytecount v0.6.8
2922024-09-25T16:45:25.245Z Downloaded strsim v0.11.1
2932024-09-25T16:45:25.248Z Downloaded anstyle-parse v0.2.4
2942024-09-25T16:45:25.253Z Downloaded unicode-linebreak v0.1.5
2952024-09-25T16:45:25.255Z Downloaded utf8parse v0.2.1
2962024-09-25T16:45:25.258Z Downloaded usdt-impl v0.5.0
2972024-09-25T16:45:25.258Z Downloaded once_cell v1.19.0
2982024-09-25T16:45:25.260Z Downloaded usdt v0.5.0
2992024-09-25T16:45:25.263Z Downloaded is_terminal_polyfill v1.70.0
3002024-09-25T16:45:25.263Z Downloaded cfg-if v1.0.0
3012024-09-25T16:45:25.265Z Downloaded thiserror-impl v1.0.63
3022024-09-25T16:45:25.270Z Downloaded serde_tokenstream v0.2.2
3032024-09-25T16:45:25.273Z Downloaded dtrace-parser v0.2.0
3042024-09-25T16:45:25.280Z Downloaded usdt-attr-macro v0.5.0
3052024-09-25T16:45:25.283Z Downloaded usdt-macro v0.5.0
3062024-09-25T16:45:25.287Z Downloaded swrite v0.1.0
3072024-09-25T16:45:25.290Z Downloaded quote v1.0.36
3082024-09-25T16:45:25.303Z Downloaded clap_derive v4.5.18
3092024-09-25T16:45:25.305Z Downloaded tempfile v3.10.1
3102024-09-25T16:45:25.308Z Downloaded proc-macro-error-attr v1.0.4
3112024-09-25T16:45:25.310Z Downloaded autocfg v1.3.0
3122024-09-25T16:45:25.310Z Downloaded heck v0.5.0
3132024-09-25T16:45:25.312Z Downloaded generic-array v0.14.7
3142024-09-25T16:45:25.312Z Downloaded cargo_toml v0.20.4
3152024-09-25T16:45:25.315Z Downloaded errno v0.3.9
3162024-09-25T16:45:25.321Z Downloaded plain v0.2.3
3172024-09-25T16:45:25.324Z Downloaded macaddr v1.0.1
3182024-09-25T16:45:25.324Z Downloaded clap_lex v0.7.0
3192024-09-25T16:45:25.327Z Downloaded thiserror v1.0.63
3202024-09-25T16:45:25.329Z Downloaded fnv v1.0.7
3212024-09-25T16:45:25.329Z Downloaded byteorder v1.5.0
3222024-09-25T16:45:25.332Z Downloaded terminal_size v0.3.0
3232024-09-25T16:45:25.334Z Downloaded digest v0.10.7
3242024-09-25T16:45:25.334Z Downloaded version_check v0.9.5
3252024-09-25T16:45:25.337Z Downloaded toml_datetime v0.6.8
3262024-09-25T16:45:25.337Z Downloaded smawk v0.3.2
3272024-09-25T16:45:25.337Z Downloaded scroll v0.12.0
3282024-09-25T16:45:25.339Z Downloaded ryu v1.0.18
3292024-09-25T16:45:25.342Z Downloaded thread-id v4.2.1
3302024-09-25T16:45:25.344Z Downloaded bitflags v2.6.0
3312024-09-25T16:45:25.346Z Downloaded serde_spanned v0.6.7
3322024-09-25T16:45:25.346Z Downloaded pest_meta v2.7.10
3332024-09-25T16:45:25.349Z Downloaded zerocopy-derive v0.7.34
3342024-09-25T16:45:25.352Z Downloaded ucd-trie v0.1.6
3352024-09-25T16:45:25.354Z Downloaded block-buffer v0.10.4
3362024-09-25T16:45:25.354Z Downloaded anyhow v1.0.89
3372024-09-25T16:45:25.358Z Downloaded semver v1.0.23
3382024-09-25T16:45:25.360Z Downloaded camino-tempfile v1.1.1
3392024-09-25T16:45:25.363Z Downloaded toml v0.8.19
3402024-09-25T16:45:25.365Z Downloaded tabled_derive v0.7.0
3412024-09-25T16:45:25.365Z Downloaded proc-macro-error v1.0.4
3422024-09-25T16:45:25.368Z Downloaded memmap v0.7.0
3432024-09-25T16:45:25.370Z Downloaded clap v4.5.18
3442024-09-25T16:45:25.377Z Downloaded sha2 v0.10.8
3452024-09-25T16:45:25.379Z Downloaded cargo_metadata v0.18.1
3462024-09-25T16:45:25.382Z Downloaded anstyle-query v1.0.3
3472024-09-25T16:45:25.384Z Downloaded unicode-ident v1.0.12
3482024-09-25T16:45:25.387Z Downloaded pest_derive v2.7.10
3492024-09-25T16:45:25.387Z Downloaded log v0.4.21
3502024-09-25T16:45:25.389Z Downloaded cpufeatures v0.2.12
3512024-09-25T16:45:25.391Z Downloaded serde_derive v1.0.208
3522024-09-25T16:45:25.394Z Downloaded anstyle v1.0.8
3532024-09-25T16:45:25.396Z Downloaded typenum v1.17.0
3542024-09-25T16:45:25.399Z Downloaded textwrap v0.16.1
3552024-09-25T16:45:25.402Z Downloaded serde v1.0.208
3562024-09-25T16:45:25.404Z Downloaded memchr v2.7.2
3572024-09-25T16:45:25.407Z Downloaded proc-macro2 v1.0.86
3582024-09-25T16:45:25.409Z Downloaded papergrid v0.11.0
3592024-09-25T16:45:25.414Z Downloaded indexmap v2.4.0
3602024-09-25T16:45:25.422Z Downloaded toml_edit v0.22.20
3612024-09-25T16:45:25.444Z Downloaded pest v2.7.10
3622024-09-25T16:45:25.460Z Downloaded serde_json v1.0.125
3632024-09-25T16:45:25.476Z Downloaded winnow v0.6.18
3642024-09-25T16:45:25.485Z Downloaded hashbrown v0.14.5
3652024-09-25T16:45:25.490Z Downloaded zerocopy v0.7.34
3662024-09-25T16:45:25.505Z Downloaded clap_builder v4.5.18
3672024-09-25T16:45:25.511Z Downloaded tabled v0.15.0
3682024-09-25T16:45:25.526Z Downloaded syn v1.0.109
3692024-09-25T16:45:25.535Z Downloaded syn v2.0.74
3702024-09-25T16:45:25.546Z Downloaded goblin v0.8.2
3712024-09-25T16:45:25.552Z Downloaded rustix v0.38.34
3722024-09-25T16:45:25.573Z Downloaded unicode-width v0.1.13
3732024-09-25T16:45:25.583Z Downloaded libc v0.2.158
3742024-09-25T16:45:25.905Z Compiling proc-macro2 v1.0.86
3752024-09-25T16:45:25.905Z Compiling unicode-ident v1.0.12
3762024-09-25T16:45:25.907Z Compiling serde v1.0.208
3772024-09-25T16:45:25.907Z Compiling version_check v0.9.5
3782024-09-25T16:45:25.907Z Compiling thiserror v1.0.63
3792024-09-25T16:45:25.907Z Compiling memchr v2.7.2
3802024-09-25T16:45:25.907Z Compiling libc v0.2.158
3812024-09-25T16:45:25.941Z Compiling ucd-trie v0.1.6
3822024-09-25T16:45:26.228Z Compiling ryu v1.0.18
3832024-09-25T16:45:26.549Z Compiling itoa v1.0.11
3842024-09-25T16:45:26.578Z Compiling once_cell v1.19.0
3852024-09-25T16:45:26.736Z Compiling byteorder v1.5.0
3862024-09-25T16:45:26.879Z Compiling rustix v0.38.34
3872024-09-25T16:45:27.092Z Compiling serde_json v1.0.125
3882024-09-25T16:45:28.246Z Compiling bitflags v2.6.0
3892024-09-25T16:45:28.266Z Compiling proc-macro-error-attr v1.0.4
3902024-09-25T16:45:28.306Z Compiling usdt-impl v0.5.0
3912024-09-25T16:45:28.371Z Compiling syn v1.0.109
3922024-09-25T16:45:28.603Z Compiling proc-macro-error v1.0.4
3932024-09-25T16:45:28.629Z Compiling camino v1.1.9
3942024-09-25T16:45:28.655Z Compiling log v0.4.21
3952024-09-25T16:45:28.795Z Compiling utf8parse v0.2.1
3962024-09-25T16:45:28.919Z Compiling equivalent v1.0.1
3972024-09-25T16:45:28.962Z Compiling plain v0.2.3
3982024-09-25T16:45:29.023Z Compiling quote v1.0.36
3992024-09-25T16:45:29.047Z Compiling thread-id v4.2.1
4002024-09-25T16:45:29.094Z Compiling hashbrown v0.14.5
4012024-09-25T16:45:29.117Z Compiling anstyle-parse v0.2.4
4022024-09-25T16:45:29.300Z Compiling is_terminal_polyfill v1.70.0
4032024-09-25T16:45:29.345Z Compiling unicode-width v0.1.13
4042024-09-25T16:45:29.421Z Compiling syn v2.0.74
4052024-09-25T16:45:29.497Z Compiling anstyle-query v1.0.3
4062024-09-25T16:45:29.569Z Compiling errno v0.3.9
4072024-09-25T16:45:29.634Z Compiling pretty-hex v0.4.1
4082024-09-25T16:45:29.699Z Compiling colorchoice v1.0.1
4092024-09-25T16:45:29.846Z Compiling winnow v0.6.18
4102024-09-25T16:45:29.872Z Compiling semver v1.0.23
4112024-09-25T16:45:29.875Z Compiling anstyle v1.0.8
4122024-09-25T16:45:30.345Z Compiling indexmap v2.4.0
4132024-09-25T16:45:30.408Z Compiling autocfg v1.3.0
4142024-09-25T16:45:30.519Z Compiling anstream v0.6.14
4152024-09-25T16:45:31.318Z Compiling fnv v1.0.7
4162024-09-25T16:45:31.405Z Compiling fs-err v2.11.0
4172024-09-25T16:45:31.435Z Compiling heck v0.4.1
4182024-09-25T16:45:31.458Z Compiling bytecount v0.6.8
4192024-09-25T16:45:31.659Z Compiling clap_lex v0.7.0
4202024-09-25T16:45:31.696Z Compiling heck v0.5.0
4212024-09-25T16:45:31.752Z Compiling cfg-if v1.0.0
4222024-09-25T16:45:31.852Z Compiling terminal_size v0.3.0
4232024-09-25T16:45:31.902Z Compiling anyhow v1.0.89
4242024-09-25T16:45:32.028Z Compiling fastrand v2.1.0
4252024-09-25T16:45:32.164Z Compiling strsim v0.11.1
4262024-09-25T16:45:32.583Z Compiling clap_builder v4.5.18
4272024-09-25T16:45:32.626Z Compiling tempfile v3.10.1
4282024-09-25T16:45:32.826Z Compiling papergrid v0.11.0
4292024-09-25T16:45:32.886Z Compiling memmap v0.7.0
4302024-09-25T16:45:33.046Z Compiling unicode-linebreak v0.1.5
4312024-09-25T16:45:33.230Z Compiling smawk v0.3.2
4322024-09-25T16:45:33.443Z Compiling textwrap v0.16.1
4332024-09-25T16:45:33.559Z Compiling swrite v0.1.0
4342024-09-25T16:45:34.888Z Compiling tabled_derive v0.7.0
4352024-09-25T16:45:36.531Z Compiling tabled v0.15.0
4362024-09-25T16:45:37.995Z Compiling serde_derive v1.0.208
4372024-09-25T16:45:37.995Z Compiling thiserror-impl v1.0.63
4382024-09-25T16:45:37.998Z Compiling zerocopy-derive v0.7.34
4392024-09-25T16:45:37.998Z Compiling scroll_derive v0.12.0
4402024-09-25T16:45:38.087Z Compiling clap_derive v4.5.18
4412024-09-25T16:45:39.298Z Compiling scroll v0.12.0
4422024-09-25T16:45:39.726Z Compiling zerocopy v0.7.34
4432024-09-25T16:45:39.751Z Compiling goblin v0.8.2
4442024-09-25T16:45:40.569Z Compiling pest v2.7.10
4452024-09-25T16:45:41.771Z Compiling clap v4.5.18
4462024-09-25T16:45:42.842Z Compiling pest_meta v2.7.10
4472024-09-25T16:45:43.641Z Compiling pest_generator v2.7.10
4482024-09-25T16:45:45.405Z Compiling pest_derive v2.7.10
4492024-09-25T16:45:46.188Z Compiling dtrace-parser v0.2.0
4502024-09-25T16:45:47.982Z Compiling toml_datetime v0.6.8
4512024-09-25T16:45:47.982Z Compiling serde_spanned v0.6.7
4522024-09-25T16:45:47.985Z Compiling cargo-platform v0.1.8
4532024-09-25T16:45:48.351Z Compiling serde_tokenstream v0.2.2
4542024-09-25T16:45:48.392Z Compiling toml_edit v0.22.20
4552024-09-25T16:45:48.489Z Compiling macaddr v1.0.1
4562024-09-25T16:45:48.649Z Compiling camino-tempfile v1.1.1
4572024-09-25T16:45:49.334Z Compiling dof v0.3.0
4582024-09-25T16:45:49.334Z Compiling cargo_metadata v0.18.1
4592024-09-25T16:45:51.133Z Compiling toml v0.8.19
4602024-09-25T16:45:51.374Z Compiling usdt-attr-macro v0.5.0
4612024-09-25T16:45:51.377Z Compiling usdt-macro v0.5.0
4622024-09-25T16:45:51.947Z Compiling cargo_toml v0.20.4
4632024-09-25T16:45:52.767Z Compiling usdt v0.5.0
4642024-09-25T16:45:55.649Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652024-09-25T16:45:59.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.34s
4662024-09-25T16:45:59.737Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4672024-09-25T16:46:00.414Z Downloading crates ...
4682024-09-25T16:46:00.483Z Downloaded atomicwrites v0.4.4
4692024-09-25T16:46:00.491Z Downloaded adler2 v2.0.0
4702024-09-25T16:46:00.495Z Downloaded cfg_aliases v0.2.1
4712024-09-25T16:46:00.503Z Downloaded home v0.5.9
4722024-09-25T16:46:00.506Z Downloaded hostname v0.4.0
4732024-09-25T16:46:00.509Z Downloaded bitstruct_derive v0.1.0
4742024-09-25T16:46:00.511Z Downloaded hex-literal v0.4.1
4752024-09-25T16:46:00.513Z Downloaded hex v0.4.3
4762024-09-25T16:46:00.516Z Downloaded crucible-workspace-hack v0.1.0
4772024-09-25T16:46:00.516Z Downloaded async-stream-impl v0.3.5
4782024-09-25T16:46:00.518Z Downloaded ident_case v1.0.1
4792024-09-25T16:46:00.521Z Downloaded async-stream v0.3.5
4802024-09-25T16:46:00.521Z Downloaded arrayref v0.3.7
4812024-09-25T16:46:00.523Z Downloaded is-terminal v0.4.12
4822024-09-25T16:46:00.526Z Downloaded instant v0.1.12
4832024-09-25T16:46:00.526Z Downloaded matches v0.1.10
4842024-09-25T16:46:00.530Z Downloaded bcrypt-pbkdf v0.10.0
4852024-09-25T16:46:00.530Z Downloaded md5 v0.7.0
4862024-09-25T16:46:00.530Z Downloaded atty v0.2.14
4872024-09-25T16:46:00.532Z Downloaded aead v0.5.2
4882024-09-25T16:46:00.532Z Downloaded new_debug_unreachable v1.0.6
4892024-09-25T16:46:00.532Z Downloaded ciborium-io v0.2.2
4902024-09-25T16:46:00.535Z Downloaded cfg_aliases v0.1.1
4912024-09-25T16:46:00.535Z Downloaded adler v1.0.2
4922024-09-25T16:46:00.537Z Downloaded darling v0.20.9
4932024-09-25T16:46:00.540Z Downloaded http-body v1.0.0
4942024-09-25T16:46:00.543Z Downloaded hubpack_derive v0.1.1
4952024-09-25T16:46:00.543Z Downloaded md-5 v0.10.6
4962024-09-25T16:46:00.545Z Downloaded memoffset v0.9.1
4972024-09-25T16:46:00.548Z Downloaded maplit v1.0.2
4982024-09-25T16:46:00.548Z Downloaded hubpack v0.1.2
4992024-09-25T16:46:00.552Z Downloaded crc v3.2.1
5002024-09-25T16:46:00.552Z Downloaded linear-map v1.2.0
5012024-09-25T16:46:00.555Z Downloaded mockall v0.13.0
5022024-09-25T16:46:00.555Z Downloaded lazy_static v1.5.0
5032024-09-25T16:46:00.558Z Downloaded nanorand v0.7.0
5042024-09-25T16:46:00.560Z Downloaded nibble_vec v0.1.0
5052024-09-25T16:46:00.563Z Downloaded crc-catalog v2.4.0
5062024-09-25T16:46:00.563Z Downloaded indent_write v2.2.0
5072024-09-25T16:46:00.566Z Downloaded libefi-sys v0.1.0
5082024-09-25T16:46:00.566Z Downloaded cstr-argument v0.1.2
5092024-09-25T16:46:00.569Z Downloaded base64ct v1.6.0
5102024-09-25T16:46:00.569Z Downloaded crunchy v0.2.2
5112024-09-25T16:46:00.571Z Downloaded is_ci v1.2.0
5122024-09-25T16:46:00.571Z Downloaded ctr v0.9.2
5132024-09-25T16:46:00.574Z Downloaded indoc v1.0.9
5142024-09-25T16:46:00.577Z Downloaded cbc v0.1.2
5152024-09-25T16:46:00.580Z Downloaded match_cfg v0.1.0
5162024-09-25T16:46:00.580Z Downloaded newtype_derive v0.1.6
5172024-09-25T16:46:00.582Z Downloaded newline-converter v0.3.0
5182024-09-25T16:46:00.582Z Downloaded http-range v0.1.5
5192024-09-25T16:46:00.583Z Downloaded async-trait v0.1.82
5202024-09-25T16:46:00.586Z Downloaded serde-big-array v0.5.1
5212024-09-25T16:46:00.589Z Downloaded ipnetwork v0.20.0
5222024-09-25T16:46:00.592Z Downloaded lazycell v1.3.0
5232024-09-25T16:46:00.592Z Downloaded mime_guess v2.0.4
5242024-09-25T16:46:00.595Z Downloaded httparse v1.8.0
5252024-09-25T16:46:00.597Z Downloaded blowfish v0.9.1
5262024-09-25T16:46:00.597Z Downloaded ipnet v2.9.0
5272024-09-25T16:46:00.601Z Downloaded highway v1.2.0
5282024-09-25T16:46:00.604Z Downloaded lock_api v0.4.12
5292024-09-25T16:46:00.604Z Downloaded crossbeam-deque v0.8.5
5302024-09-25T16:46:00.607Z Downloaded newtype-uuid v1.1.0
5312024-09-25T16:46:00.607Z Downloaded hickory-server v0.24.1
5322024-09-25T16:46:00.613Z Downloaded sqlparser_derive v0.2.2
5332024-09-25T16:46:00.615Z Downloaded tinyvec_macros v0.1.1
5342024-09-25T16:46:00.616Z Downloaded bitfield-struct v0.6.1
5352024-09-25T16:46:00.618Z Downloaded take_mut v0.2.2
5362024-09-25T16:46:00.618Z Downloaded managed v0.8.0
5372024-09-25T16:46:00.621Z Downloaded internet-checksum v0.2.1
5382024-09-25T16:46:00.621Z Downloaded mime v0.3.17
5392024-09-25T16:46:00.624Z Downloaded memmap2 v0.9.4
5402024-09-25T16:46:00.624Z Downloaded lru v0.12.3
5412024-09-25T16:46:00.627Z Downloaded libsw v3.3.1
5422024-09-25T16:46:00.629Z Downloaded toolchain_find v0.4.0
5432024-09-25T16:46:00.629Z Downloaded console v0.15.8
5442024-09-25T16:46:00.632Z Downloaded kstat-rs v0.2.4
5452024-09-25T16:46:00.635Z Downloaded darling_macro v0.20.9
5462024-09-25T16:46:00.635Z Downloaded arrayvec v0.7.4
5472024-09-25T16:46:00.637Z Downloaded want v0.3.1
5482024-09-25T16:46:00.637Z Downloaded shell-words v1.1.0
5492024-09-25T16:46:00.640Z Downloaded multer v3.1.0
5502024-09-25T16:46:00.642Z Downloaded addr2line v0.21.0
5512024-09-25T16:46:00.645Z Downloaded termtree v0.4.1
5522024-09-25T16:46:00.647Z Downloaded hmac v0.12.1
5532024-09-25T16:46:00.647Z Downloaded hickory-client v0.24.1
5542024-09-25T16:46:00.651Z Downloaded headers-core v0.2.0
5552024-09-25T16:46:00.655Z Downloaded foreign-types v0.3.2
5562024-09-25T16:46:00.655Z Downloaded stringprep v0.1.4
5572024-09-25T16:46:00.657Z Downloaded slog-async v2.8.0
5582024-09-25T16:46:00.657Z Downloaded shlex v1.3.0
5592024-09-25T16:46:00.657Z Downloaded tls_codec v0.4.1
5602024-09-25T16:46:00.660Z Downloaded rustc-hash v1.1.0
5612024-09-25T16:46:00.662Z Downloaded hyper-rustls v0.24.2
5622024-09-25T16:46:00.664Z Downloaded native-tls v0.2.11
5632024-09-25T16:46:00.667Z Downloaded cancel-safe-futures v0.1.5
5642024-09-25T16:46:00.669Z Downloaded pretty-hex v0.2.1
5652024-09-25T16:46:00.671Z Downloaded crossbeam-epoch v0.9.18
5662024-09-25T16:46:00.674Z Downloaded clang-sys v1.7.0
5672024-09-25T16:46:00.676Z Downloaded fxhash v0.2.1
5682024-09-25T16:46:00.679Z Downloaded debug-ignore v1.0.5
5692024-09-25T16:46:00.679Z Downloaded data-encoding v2.6.0
5702024-09-25T16:46:00.682Z Downloaded opaque-debug v0.3.1
5712024-09-25T16:46:00.682Z Downloaded csv-core v0.1.11
5722024-09-25T16:46:00.684Z Downloaded bcs v0.1.6
5732024-09-25T16:46:00.687Z Downloaded smallvec v0.6.14
5742024-09-25T16:46:00.687Z Downloaded indicatif v0.17.8
5752024-09-25T16:46:00.691Z Downloaded hyper-util v0.1.7
5762024-09-25T16:46:00.695Z Downloaded allocator-api2 v0.2.18
5772024-09-25T16:46:00.699Z Downloaded openssl-macros v0.1.1
5782024-09-25T16:46:00.701Z Downloaded sync_wrapper v0.1.2
5792024-09-25T16:46:00.701Z Downloaded string_cache v0.8.7
5802024-09-25T16:46:00.703Z Downloaded russh-cryptovec v0.7.2
5812024-09-25T16:46:00.703Z Downloaded predicates-tree v1.0.9
5822024-09-25T16:46:00.706Z Downloaded foreign-types v0.5.0
5832024-09-25T16:46:00.706Z Downloaded either v1.13.0
5842024-09-25T16:46:00.708Z Downloaded dsl_auto_type v0.1.2
5852024-09-25T16:46:00.711Z Downloaded diesel_table_macro_syntax v0.2.0
5862024-09-25T16:46:00.711Z Downloaded miniz_oxide v0.8.0
5872024-09-25T16:46:00.713Z Downloaded wait-timeout v0.2.0
5882024-09-25T16:46:00.715Z Downloaded mockall_derive v0.13.0
5892024-09-25T16:46:00.718Z Downloaded sigpipe v0.1.3
5902024-09-25T16:46:00.718Z Downloaded derive_builder_macro v0.20.0
5912024-09-25T16:46:00.720Z Downloaded tui-tree-widget v0.22.0
5922024-09-25T16:46:00.723Z Downloaded topological-sort v0.2.2
5932024-09-25T16:46:00.723Z Downloaded resolv-conf v0.7.0
5942024-09-25T16:46:00.725Z Downloaded fixedbitset v0.4.2
5952024-09-25T16:46:00.725Z Downloaded rand_chacha v0.3.1
5962024-09-25T16:46:00.728Z Downloaded serde_path_to_error v0.1.16
5972024-09-25T16:46:00.730Z Downloaded salsa20 v0.10.2
5982024-09-25T16:46:00.732Z Downloaded tokio-tungstenite v0.21.0
5992024-09-25T16:46:00.735Z Downloaded walkdir v2.5.0
6002024-09-25T16:46:00.737Z Downloaded gethostname v0.5.0
6012024-09-25T16:46:00.737Z Downloaded futures-task v0.3.30
6022024-09-25T16:46:00.739Z Downloaded miniz_oxide v0.7.2
6032024-09-25T16:46:00.742Z Downloaded indexmap v1.9.3
6042024-09-25T16:46:00.744Z Downloaded base64 v0.13.1
6052024-09-25T16:46:00.747Z Downloaded pin-utils v0.1.0
6062024-09-25T16:46:00.750Z Downloaded normalize-line-endings v0.3.0
6072024-09-25T16:46:00.753Z Downloaded num-rational v0.4.2
6082024-09-25T16:46:00.753Z Downloaded slog-bunyan v2.5.0
6092024-09-25T16:46:00.756Z Downloaded slab v0.4.9
6102024-09-25T16:46:00.756Z Downloaded peg-runtime v0.8.3
6112024-09-25T16:46:00.756Z Downloaded siphasher v0.3.11
6122024-09-25T16:46:00.758Z Downloaded downcast v0.11.0
6132024-09-25T16:46:00.758Z Downloaded tokio-native-tls v0.3.1
6142024-09-25T16:46:00.761Z Downloaded num-conv v0.1.0
6152024-09-25T16:46:00.763Z Downloaded strum_macros v0.26.4
6162024-09-25T16:46:00.766Z Downloaded tap v1.0.1
6172024-09-25T16:46:00.766Z Downloaded predicates-core v1.0.6
6182024-09-25T16:46:00.768Z Downloaded ron v0.8.1
6192024-09-25T16:46:00.772Z Downloaded rusty-fork v0.3.0
6202024-09-25T16:46:00.774Z Downloaded tinyvec v1.6.0
6212024-09-25T16:46:00.777Z Downloaded strum v0.26.3
6222024-09-25T16:46:00.779Z Downloaded which v4.4.2
6232024-09-25T16:46:00.782Z Downloaded password-hash v0.5.0
6242024-09-25T16:46:00.785Z Downloaded rpassword v7.3.1
6252024-09-25T16:46:00.785Z Downloaded base64 v0.21.7
6262024-09-25T16:46:00.787Z Downloaded pin-project-lite v0.2.14
6272024-09-25T16:46:00.793Z Downloaded hickory-resolver v0.24.1
6282024-09-25T16:46:00.814Z Downloaded unicode-truncate v1.0.0
6292024-09-25T16:46:00.816Z Downloaded num-integer v0.1.46
6302024-09-25T16:46:00.823Z Downloaded num-traits v0.2.19
6312024-09-25T16:46:00.823Z Downloaded hashlink v0.9.1
6322024-09-25T16:46:00.826Z Downloaded display-error-chain v0.2.1
6332024-09-25T16:46:00.826Z Downloaded zone_cfg_derive v0.1.2
6342024-09-25T16:46:00.826Z Downloaded ppv-lite86 v0.2.17
6352024-09-25T16:46:00.830Z Downloaded unicode-xid v0.2.4
6362024-09-25T16:46:00.833Z Downloaded tokio-rustls v0.26.0
6372024-09-25T16:46:00.835Z Downloaded num-derive v0.4.2
6382024-09-25T16:46:00.838Z Downloaded foreign-types-macros v0.2.3
6392024-09-25T16:46:00.838Z Downloaded paste v1.0.15
6402024-09-25T16:46:00.841Z Downloaded postgres-protocol v0.6.7
6412024-09-25T16:46:00.843Z Downloaded oso-derive v0.27.3
6422024-09-25T16:46:00.846Z Downloaded strum_macros v0.24.3
6432024-09-25T16:46:00.849Z Downloaded structmeta-derive v0.2.0
6442024-09-25T16:46:00.849Z Downloaded same-file v1.0.6
6452024-09-25T16:46:00.851Z Downloaded rustversion v1.0.17
6462024-09-25T16:46:00.854Z Downloaded powerfmt v0.2.0
6472024-09-25T16:46:00.856Z Downloaded russh-keys v0.45.0
6482024-09-25T16:46:00.859Z Downloaded vsss-rs v3.3.4
6492024-09-25T16:46:00.861Z Downloaded signal-hook v0.3.17
6502024-09-25T16:46:00.865Z Downloaded globset v0.4.14
6512024-09-25T16:46:00.867Z Downloaded glob v0.3.1
6522024-09-25T16:46:00.870Z Downloaded tower-layer v0.3.2
6532024-09-25T16:46:00.872Z Downloaded time-core v0.1.2
6542024-09-25T16:46:00.872Z Downloaded signal-hook-tokio v0.3.1
6552024-09-25T16:46:00.875Z Downloaded cc v1.0.97
6562024-09-25T16:46:00.877Z Downloaded deranged v0.3.11
6572024-09-25T16:46:00.880Z Downloaded filetime v0.2.25
6582024-09-25T16:46:00.882Z Downloaded ena v0.14.3
6592024-09-25T16:46:00.885Z Downloaded structmeta v0.2.0
6602024-09-25T16:46:00.885Z Downloaded strip-ansi-escapes v0.2.0
6612024-09-25T16:46:00.887Z Downloaded mio v1.0.2
6622024-09-25T16:46:00.892Z Downloaded minimal-lexical v0.2.1
6632024-09-25T16:46:00.898Z Downloaded proc-macro-crate v1.3.1
6642024-09-25T16:46:00.900Z Downloaded unarray v0.1.4
6652024-09-25T16:46:00.903Z Downloaded num-complex v0.4.6
6662024-09-25T16:46:00.905Z Downloaded libxml v0.3.3
6672024-09-25T16:46:00.910Z Downloaded hkdf v0.12.4
6682024-09-25T16:46:00.913Z Downloaded dhcproto-macros v0.1.0
6692024-09-25T16:46:00.915Z Downloaded packed_struct_codegen v0.10.1
6702024-09-25T16:46:00.918Z Downloaded path-slash v0.1.5
6712024-09-25T16:46:00.918Z Downloaded tower-service v0.3.2
6722024-09-25T16:46:00.921Z Downloaded packed_struct v0.10.1
6732024-09-25T16:46:00.921Z Downloaded rustls-pki-types v1.7.0
6742024-09-25T16:46:00.924Z Downloaded scheduled-thread-pool v0.2.7
6752024-09-25T16:46:00.927Z Downloaded unicase v2.7.0
6762024-09-25T16:46:00.927Z Downloaded tiny-keccak v2.0.2
6772024-09-25T16:46:00.929Z Downloaded headers v0.3.9
6782024-09-25T16:46:00.934Z Downloaded similar v2.6.0
6792024-09-25T16:46:00.940Z Downloaded number_prefix v0.4.0
6802024-09-25T16:46:00.944Z Downloaded zeroize_derive v1.4.2
6812024-09-25T16:46:00.946Z Downloaded unicode_categories v0.1.1
6822024-09-25T16:46:00.946Z Downloaded sha1 v0.10.6
6832024-09-25T16:46:00.949Z Downloaded rfc6979 v0.4.0
6842024-09-25T16:46:00.951Z Downloaded aes v0.8.4
6852024-09-25T16:46:00.954Z Downloaded itertools v0.10.5
6862024-09-25T16:46:00.960Z Downloaded foreign-types-shared v0.1.1
6872024-09-25T16:46:00.962Z Downloaded hash32 v0.2.1
6882024-09-25T16:46:00.965Z Downloaded spin v0.5.2
6892024-09-25T16:46:00.965Z Downloaded r2d2 v0.8.10
6902024-09-25T16:46:00.967Z Downloaded pbkdf2 v0.12.2
6912024-09-25T16:46:00.970Z Downloaded pbkdf2 v0.11.0
6922024-09-25T16:46:00.973Z Downloaded rustls-pemfile v2.1.3
6932024-09-25T16:46:00.975Z Downloaded num_threads v0.1.7
6942024-09-25T16:46:00.975Z Downloaded pin-project v1.1.5
6952024-09-25T16:46:00.987Z Downloaded dhcproto v0.12.0
6962024-09-25T16:46:00.990Z Downloaded openssl-probe v0.1.5
6972024-09-25T16:46:00.993Z Downloaded ff v0.13.0
6982024-09-25T16:46:00.996Z Downloaded endian-type v0.1.2
6992024-09-25T16:46:00.996Z Downloaded futures-sink v0.3.30
7002024-09-25T16:46:00.996Z Downloaded defmt-parser v0.3.4
7012024-09-25T16:46:00.998Z Downloaded defmt-macros v0.3.9
7022024-09-25T16:46:01.001Z Downloaded getopts v0.2.21
7032024-09-25T16:46:01.003Z Downloaded psl-types v2.0.11
7042024-09-25T16:46:01.003Z Downloaded poly1305 v0.8.0
7052024-09-25T16:46:01.006Z Downloaded owo-colors v4.0.0
7062024-09-25T16:46:01.009Z Downloaded getrandom v0.2.14
7072024-09-25T16:46:01.012Z Downloaded phf_shared v0.11.2
7082024-09-25T16:46:01.012Z Downloaded tokio-postgres v0.7.11
7092024-09-25T16:46:01.017Z Downloaded p256 v0.13.2
7102024-09-25T16:46:01.020Z Downloaded ssh-cipher v0.2.0
7112024-09-25T16:46:01.023Z Downloaded itertools v0.13.0
7122024-09-25T16:46:01.029Z Downloaded tokio-tungstenite v0.23.1
7132024-09-25T16:46:01.032Z Downloaded phf_shared v0.10.0
7142024-09-25T16:46:01.035Z Downloaded sqlformat v0.2.4
7152024-09-25T16:46:01.037Z Downloaded tokio-macros v2.4.0
7162024-09-25T16:46:01.037Z Downloaded uzers v0.11.3
7172024-09-25T16:46:01.040Z Downloaded tokio-tungstenite v0.20.1
7182024-09-25T16:46:01.043Z Downloaded fd-lock v4.0.2
7192024-09-25T16:46:01.046Z Downloaded russh v0.45.0
7202024-09-25T16:46:01.052Z Downloaded ed25519 v2.2.3
7212024-09-25T16:46:01.055Z Downloaded enum-as-inner v0.6.0
7222024-09-25T16:46:01.058Z Downloaded derive_builder_core v0.20.0
7232024-09-25T16:46:01.061Z Downloaded futures-executor v0.3.30
7242024-09-25T16:46:01.064Z Downloaded futures-core v0.3.30
7252024-09-25T16:46:01.064Z Downloaded dirs-next v2.0.0
7262024-09-25T16:46:01.066Z Downloaded hashbrown v0.13.2
7272024-09-25T16:46:01.070Z Downloaded snafu-derive v0.8.2
7282024-09-25T16:46:01.072Z Downloaded half v2.4.1
7292024-09-25T16:46:01.075Z Downloaded utf-8 v0.7.6
7302024-09-25T16:46:01.078Z Downloaded parking_lot v0.12.2
7312024-09-25T16:46:01.080Z Downloaded parking_lot_core v0.9.10
7322024-09-25T16:46:01.083Z Downloaded dropshot_endpoint v0.10.1
7332024-09-25T16:46:01.085Z Downloaded olpc-cjson v0.1.3
7342024-09-25T16:46:01.085Z Downloaded pkg-config v0.3.30
7352024-09-25T16:46:01.088Z Downloaded toml v0.7.8
7362024-09-25T16:46:01.091Z Downloaded crossterm v0.27.0
7372024-09-25T16:46:01.097Z Downloaded subprocess v0.2.9
7382024-09-25T16:46:01.100Z Downloaded scopeguard v1.2.0
7392024-09-25T16:46:01.102Z Downloaded untrusted v0.7.1
7402024-09-25T16:46:01.103Z Downloaded scrypt v0.11.0
7412024-09-25T16:46:01.105Z Downloaded tungstenite v0.21.0
7422024-09-25T16:46:01.108Z Downloaded rand v0.8.5
7432024-09-25T16:46:01.112Z Downloaded enum-as-inner v0.5.1
7442024-09-25T16:46:01.115Z Downloaded hash32 v0.3.1
7452024-09-25T16:46:01.118Z Downloaded pkcs1 v0.7.5
7462024-09-25T16:46:01.120Z Downloaded rustfmt-wrapper v0.2.1
7472024-09-25T16:46:01.120Z Downloaded pkcs5 v0.7.1
7482024-09-25T16:46:01.125Z Downloaded rustc_version v0.4.0
7492024-09-25T16:46:01.127Z Downloaded derive-where v1.2.7
7502024-09-25T16:46:01.130Z Downloaded num_enum v0.5.11
7512024-09-25T16:46:01.136Z Downloaded des v0.8.1
7522024-09-25T16:46:01.139Z Downloaded signature v2.2.0
7532024-09-25T16:46:01.142Z Downloaded untrusted v0.9.0
7542024-09-25T16:46:01.144Z Downloaded itertools v0.12.1
7552024-09-25T16:46:01.150Z Downloaded tls_codec_derive v0.4.1
7562024-09-25T16:46:01.152Z Downloaded xattr v1.3.1
7572024-09-25T16:46:01.154Z Downloaded schemars_derive v0.8.21
7582024-09-25T16:46:01.157Z Downloaded slog-envlogger v2.2.0
7592024-09-25T16:46:01.157Z Downloaded pkcs8 v0.10.2
7602024-09-25T16:46:01.160Z Downloaded termcolor v1.4.1
7612024-09-25T16:46:01.163Z Downloaded precomputed-hash v0.1.1
7622024-09-25T16:46:01.163Z Downloaded omicron-zone-package v0.11.0
7632024-09-25T16:46:01.166Z Downloaded polyval v0.6.2
7642024-09-25T16:46:01.169Z Downloaded env_filter v0.1.2
7652024-09-25T16:46:01.172Z Downloaded yasna v0.5.2
7662024-09-25T16:46:01.174Z Downloaded derive_more v0.99.18
7672024-09-25T16:46:01.178Z Downloaded foreign-types-shared v0.3.1
7682024-09-25T16:46:01.181Z Downloaded ref-cast v1.0.23
7692024-09-25T16:46:01.183Z Downloaded thread_local v1.1.8
7702024-09-25T16:46:01.186Z Downloaded aes-gcm v0.10.3
7712024-09-25T16:46:01.188Z Downloaded tracing v0.1.40
7722024-09-25T16:46:01.192Z Downloaded thiserror-impl-no-std v2.0.2
7732024-09-25T16:46:01.195Z Downloaded dirs-sys-next v0.1.2
7742024-09-25T16:46:01.197Z Downloaded heck v0.3.3
7752024-09-25T16:46:01.197Z Downloaded num-iter v0.1.45
7762024-09-25T16:46:01.200Z Downloaded num v0.4.3
7772024-09-25T16:46:01.200Z Downloaded tracing-attributes v0.1.27
7782024-09-25T16:46:01.203Z Downloaded subtle v2.5.0
7792024-09-25T16:46:01.203Z Downloaded zone v0.3.0
7802024-09-25T16:46:01.206Z Downloaded ssh-encoding v0.2.0
7812024-09-25T16:46:01.208Z Downloaded predicates v3.1.2
7822024-09-25T16:46:01.210Z Downloaded term v0.7.0
7832024-09-25T16:46:01.213Z Downloaded toml_edit v0.19.15
7842024-09-25T16:46:01.235Z Downloaded futures-macro v0.3.30
7852024-09-25T16:46:01.239Z Downloaded quick-error v1.2.3
7862024-09-25T16:46:01.239Z Downloaded fragile v2.0.0
7872024-09-25T16:46:01.239Z Downloaded form_urlencoded v1.2.1
7882024-09-25T16:46:01.239Z Downloaded defmt v0.3.8
7892024-09-25T16:46:01.242Z Downloaded smf v0.2.3
7902024-09-25T16:46:01.242Z Downloaded fallible-iterator v0.2.0
7912024-09-25T16:46:01.247Z Downloaded futures v0.3.30
7922024-09-25T16:46:01.250Z Downloaded serde_yaml v0.9.34+deprecated
7932024-09-25T16:46:01.254Z Downloaded nu-ansi-term v0.50.0
7942024-09-25T16:46:01.257Z Downloaded slog-json v2.6.1
7952024-09-25T16:46:01.257Z Downloaded serde_urlencoded v0.7.1
7962024-09-25T16:46:01.259Z Downloaded value-bag v1.9.0
7972024-09-25T16:46:01.261Z Downloaded aho-corasick v1.1.3
7982024-09-25T16:46:01.267Z Downloaded thiserror-no-std v2.0.2
7992024-09-25T16:46:01.271Z Downloaded phf v0.11.2
8002024-09-25T16:46:01.273Z Downloaded zerocopy v0.6.6
8012024-09-25T16:46:01.277Z Downloaded vergen v8.3.2
8022024-09-25T16:46:01.280Z Downloaded serde_repr v0.1.19
8032024-09-25T16:46:01.284Z Downloaded tar v0.4.41
8042024-09-25T16:46:01.287Z Downloaded num-bigint v0.4.5
8052024-09-25T16:46:01.289Z Downloaded blake3 v1.5.1
8062024-09-25T16:46:01.295Z Downloaded portable-atomic v1.6.0
8072024-09-25T16:46:01.301Z Downloaded oso v0.27.3
8082024-09-25T16:46:01.304Z Downloaded tracing-core v0.1.32
8092024-09-25T16:46:01.308Z Downloaded tower v0.4.13
8102024-09-25T16:46:01.317Z Downloaded rusqlite v0.32.1
8112024-09-25T16:46:01.327Z Downloaded zip v0.6.6
8122024-09-25T16:46:01.329Z Downloaded reedline v0.33.0
8132024-09-25T16:46:01.335Z Downloaded heapless v0.8.0
8142024-09-25T16:46:01.340Z Downloaded tough v0.17.1
8152024-09-25T16:46:01.348Z Downloaded bindgen v0.69.4
8162024-09-25T16:46:01.355Z Downloaded postcard v1.0.8
8172024-09-25T16:46:01.358Z Downloaded unicode-segmentation v1.11.0
8182024-09-25T16:46:01.362Z Downloaded ssh-key v0.6.6
8192024-09-25T16:46:01.370Z Downloaded openssl-sys v0.9.103
8202024-09-25T16:46:01.375Z Downloaded tokio-util v0.7.11
8212024-09-25T16:46:01.383Z Downloaded idna v0.5.0
8222024-09-25T16:46:01.391Z Downloaded winnow v0.5.40
8232024-09-25T16:46:01.400Z Downloaded publicsuffix v2.2.3
8242024-09-25T16:46:01.403Z Downloaded lalrpop v0.19.12
8252024-09-25T16:46:01.415Z Downloaded expectorate v1.1.0
8262024-09-25T16:46:01.419Z Downloaded x509-cert v0.2.5
8272024-09-25T16:46:01.424Z Downloaded time v0.3.36
8282024-09-25T16:46:01.432Z Downloaded rustls-webpki v0.102.4
8292024-09-25T16:46:01.450Z Downloaded idna v0.4.0
8302024-09-25T16:46:01.457Z Downloaded sqlparser v0.45.0
8312024-09-25T16:46:01.463Z Downloaded p384 v0.13.0
8322024-09-25T16:46:01.470Z Downloaded serde_with v3.9.0
8332024-09-25T16:46:01.479Z Downloaded rayon v1.10.0
8342024-09-25T16:46:01.488Z Downloaded webpki-roots v0.25.4
8352024-09-25T16:46:01.493Z Downloaded hickory-proto v0.24.1
8362024-09-25T16:46:01.510Z Downloaded curve25519-dalek v4.1.3
8372024-09-25T16:46:01.519Z Downloaded dropshot v0.10.1
8382024-09-25T16:46:01.530Z Downloaded nix v0.27.1
8392024-09-25T16:46:01.541Z Downloaded quick-xml v0.33.0
8402024-09-25T16:46:01.548Z Downloaded gimli v0.28.1
8412024-09-25T16:46:01.558Z Downloaded regex-syntax v0.6.29
8422024-09-25T16:46:01.565Z Downloaded object v0.32.2
8432024-09-25T16:46:01.577Z Downloaded trust-dns-proto v0.22.0
8442024-09-25T16:46:01.590Z Downloaded proptest v1.5.0
8452024-09-25T16:46:01.600Z Downloaded vcpkg v0.2.15
8462024-09-25T16:46:01.639Z Downloaded diesel v2.2.4
8472024-09-25T16:46:01.660Z Downloaded openapiv3 v2.0.0
8482024-09-25T16:46:01.672Z Downloaded rustls v0.21.12
8492024-09-25T16:46:01.685Z Downloaded regex-automata v0.4.6
8502024-09-25T16:46:01.703Z Downloaded smoltcp v0.9.1
8512024-09-25T16:46:01.714Z Downloaded regex v1.10.6
8522024-09-25T16:46:01.729Z Downloaded rustls v0.23.10
8532024-09-25T16:46:01.745Z Downloaded polar-core v0.27.3
8542024-09-25T16:46:01.755Z Downloaded tokio v1.39.3
8552024-09-25T16:46:01.795Z Downloaded nix v0.29.0
8562024-09-25T16:46:01.808Z Downloaded csv v1.3.0
8572024-09-25T16:46:01.829Z Downloaded sled v0.34.7
8582024-09-25T16:46:01.840Z Downloaded smoltcp v0.11.0
8592024-09-25T16:46:01.853Z Downloaded bzip2-sys v0.1.11+1.0.8
8602024-09-25T16:46:01.868Z Downloaded ratatui v0.28.0
8612024-09-25T16:46:01.889Z Downloaded regex-syntax v0.8.4
8622024-09-25T16:46:01.897Z Downloaded object v0.30.4
8632024-09-25T16:46:01.908Z Downloaded zerocopy-derive v0.6.6
8642024-09-25T16:46:01.918Z Downloaded rustls v0.22.4
8652024-09-25T16:46:01.932Z Downloaded bstr v1.9.1
8662024-09-25T16:46:01.944Z Downloaded regress v0.9.1
8672024-09-25T16:46:01.952Z Downloaded finl_unicode v1.2.0
8682024-09-25T16:46:01.966Z Downloaded openssl v0.10.66
8692024-09-25T16:46:01.976Z Downloaded nom v7.1.3
8702024-09-25T16:46:01.982Z Downloaded nix v0.28.0
8712024-09-25T16:46:01.994Z Downloaded petgraph v0.6.5
8722024-09-25T16:46:02.015Z Downloaded git2 v0.19.0
8732024-09-25T16:46:02.024Z Downloaded sha3 v0.10.8
8742024-09-25T16:46:02.028Z Downloaded radix_trie v0.2.1
8752024-09-25T16:46:02.034Z Downloaded reqwest v0.11.27
8762024-09-25T16:46:02.042Z Downloaded h2 v0.4.6
8772024-09-25T16:46:02.049Z Downloaded h2 v0.3.26
8782024-09-25T16:46:02.056Z Downloaded idna v0.2.3
8792024-09-25T16:46:02.064Z Downloaded bitvec v1.0.1
8802024-09-25T16:46:02.080Z Downloaded idna v0.3.0
8812024-09-25T16:46:02.087Z Downloaded p521 v0.13.3
8822024-09-25T16:46:02.090Z Downloaded rustls-webpki v0.101.7
8832024-09-25T16:46:02.105Z Downloaded ring v0.16.20
8842024-09-25T16:46:02.186Z Downloaded chrono v0.4.38
8852024-09-25T16:46:02.193Z Downloaded heapless v0.7.17
8862024-09-25T16:46:02.197Z Downloaded url v2.5.2
8872024-09-25T16:46:02.200Z Downloaded num-bigint-dig v0.8.4
8882024-09-25T16:46:02.205Z Downloaded futures-util v0.3.30
8892024-09-25T16:46:02.217Z Downloaded unicode-normalization v0.1.23
8902024-09-25T16:46:02.220Z Downloaded salty v0.3.0
8912024-09-25T16:46:02.227Z Downloaded hyper v0.14.30
8922024-09-25T16:46:02.235Z Downloaded rayon-core v1.12.1
8932024-09-25T16:46:02.238Z Downloaded tungstenite v0.20.1
8942024-09-25T16:46:02.242Z Downloaded rsa v0.9.6
8952024-09-25T16:46:02.246Z Downloaded flate2 v1.0.33
8962024-09-25T16:46:02.252Z Downloaded encoding_rs v0.8.34
8972024-09-25T16:46:02.273Z Downloaded futures-io v0.3.30
8982024-09-25T16:46:02.275Z Downloaded steno v0.4.1
8992024-09-25T16:46:02.278Z Downloaded strum_macros v0.25.3
9002024-09-25T16:46:02.280Z Downloaded percent-encoding v2.3.1
9012024-09-25T16:46:02.280Z Downloaded peg v0.8.4
9022024-09-25T16:46:02.284Z Downloaded crossterm v0.28.1
9032024-09-25T16:46:02.290Z Downloaded nodrop v0.1.14
9042024-09-25T16:46:02.292Z Downloaded serde_with_macros v3.9.0
9052024-09-25T16:46:02.295Z Downloaded uuid v1.10.0
9062024-09-25T16:46:02.297Z Downloaded difflib v0.4.0
9072024-09-25T16:46:02.297Z Downloaded pem-rfc7468 v0.7.0
9082024-09-25T16:46:02.300Z Downloaded hashbrown v0.12.3
9092024-09-25T16:46:02.303Z Downloaded funty v2.0.0
9102024-09-25T16:46:02.305Z Downloaded hyper v1.4.1
9112024-09-25T16:46:02.309Z Downloaded ed25519-dalek v2.1.1
9122024-09-25T16:46:02.312Z Downloaded ref-cast-impl v1.0.23
9132024-09-25T16:46:02.314Z Downloaded sct v0.7.1
9142024-09-25T16:46:02.317Z Downloaded socket2 v0.4.10
9152024-09-25T16:46:02.320Z Downloaded ron v0.7.1
9162024-09-25T16:46:02.322Z Downloaded pem v3.0.4
9172024-09-25T16:46:02.325Z Downloaded tungstenite v0.23.0
9182024-09-25T16:46:02.327Z Downloaded rustyline v14.0.0
9192024-09-25T16:46:02.332Z Downloaded ecdsa v0.16.9
9202024-09-25T16:46:02.334Z Downloaded libgit2-sys v0.17.0+1.8.1
9212024-09-25T16:46:02.392Z Downloaded libm v0.2.8
9222024-09-25T16:46:02.400Z Downloaded socket2 v0.5.7
9232024-09-25T16:46:02.403Z Downloaded rustc-demangle v0.1.24
9242024-09-25T16:46:02.405Z Downloaded parking_lot_core v0.8.6
9252024-09-25T16:46:02.407Z Downloaded schemars v0.8.21
9262024-09-25T16:46:02.417Z Downloaded snafu v0.8.2
9272024-09-25T16:46:02.425Z Downloaded diesel_derives v2.2.2
9282024-09-25T16:46:02.427Z Downloaded der v0.7.9
9292024-09-25T16:46:02.431Z Downloaded rand_core v0.6.4
9302024-09-25T16:46:02.434Z Downloaded zone v0.1.8
9312024-09-25T16:46:02.434Z Downloaded serde_plain v1.0.2
9322024-09-25T16:46:02.436Z Downloaded serde_arrays v0.1.0
9332024-09-25T16:46:02.436Z Downloaded serde-hex v0.1.0
9342024-09-25T16:46:02.439Z Downloaded sec1 v0.7.3
9352024-09-25T16:46:02.442Z Downloaded flume v0.11.0
9362024-09-25T16:46:02.444Z Downloaded dyn-clone v1.0.17
9372024-09-25T16:46:02.444Z Downloaded radium v0.7.0
9382024-09-25T16:46:02.447Z Downloaded num_enum_derive v0.5.11
9392024-09-25T16:46:02.447Z Downloaded derive_builder v0.20.0
9402024-09-25T16:46:02.450Z Downloaded der_derive v0.7.2
9412024-09-25T16:46:02.453Z Downloaded prettyplease v0.2.20
9422024-09-25T16:46:02.455Z Downloaded fallible-streaming-iterator v0.1.9
9432024-09-25T16:46:02.458Z Downloaded fallible-iterator v0.3.0
9442024-09-25T16:46:02.458Z Downloaded tokio-stream v0.1.15
9452024-09-25T16:46:02.461Z Downloaded typed-path v0.7.1
9462024-09-25T16:46:02.467Z Downloaded static_assertions v1.1.0
9472024-09-25T16:46:02.469Z Downloaded stable_deref_trait v1.2.0
9482024-09-25T16:46:02.469Z Downloaded smallvec v1.13.2
9492024-09-25T16:46:02.472Z Downloaded termios v0.3.3
9502024-09-25T16:46:02.474Z Downloaded rustc_version v0.1.7
9512024-09-25T16:46:02.474Z Downloaded rtoolbox v0.0.2
9522024-09-25T16:46:02.474Z Downloaded time-macros v0.2.18
9532024-09-25T16:46:02.476Z Downloaded twox-hash v1.6.3
9542024-09-25T16:46:02.479Z Downloaded parking_lot v0.11.2
9552024-09-25T16:46:02.482Z Downloaded chacha20poly1305 v0.10.1
9562024-09-25T16:46:02.482Z Downloaded rustls-pemfile v1.0.4
9572024-09-25T16:46:02.484Z Downloaded wyz v0.5.1
9582024-09-25T16:46:02.487Z Downloaded postgres-types v0.2.7
9592024-09-25T16:46:02.487Z Downloaded pin-project-internal v1.1.5
9602024-09-25T16:46:02.489Z Downloaded fatfs v0.3.6
9612024-09-25T16:46:02.491Z Downloaded darling_core v0.20.9
9622024-09-25T16:46:02.495Z Downloaded unicode-bidi v0.3.15
9632024-09-25T16:46:02.498Z Downloaded mio v0.8.11
9642024-09-25T16:46:02.503Z Downloaded primeorder v0.13.6
9652024-09-25T16:46:02.506Z Downloaded group v0.13.0
9662024-09-25T16:46:02.506Z Downloaded ghash v0.5.1
9672024-09-25T16:46:02.509Z Downloaded spin v0.9.8
9682024-09-25T16:46:02.511Z Downloaded signal-hook-registry v1.4.2
9692024-09-25T16:46:02.511Z Downloaded rcgen v0.12.1
9702024-09-25T16:46:02.514Z Downloaded embedded-io v0.4.0
9712024-09-25T16:46:02.516Z Downloaded peg-macros v0.8.4
9722024-09-25T16:46:02.516Z Downloaded slog v2.7.0
9732024-09-25T16:46:02.519Z Downloaded zeroize v1.8.1
9742024-09-25T16:46:02.521Z Downloaded elliptic-curve v0.13.8
9752024-09-25T16:46:02.524Z Downloaded samael v0.0.17
9762024-09-25T16:46:02.529Z Downloaded crossbeam-channel v0.5.12
9772024-09-25T16:46:02.533Z Downloaded unsafe-libyaml v0.2.11
9782024-09-25T16:46:02.536Z Downloaded structmeta v0.3.0
9792024-09-25T16:46:02.538Z Downloaded spki v0.7.3
9802024-09-25T16:46:02.542Z Downloaded signal-hook-mio v0.2.4
9812024-09-25T16:46:02.542Z Downloaded rand_xorshift v0.3.0
9822024-09-25T16:46:02.542Z Downloaded rand_seeder v0.3.0
9832024-09-25T16:46:02.545Z Downloaded erased-serde v0.3.31
9842024-09-25T16:46:02.545Z Downloaded whoami v1.5.1
9852024-09-25T16:46:02.547Z Downloaded vte v0.11.1
9862024-09-25T16:46:02.550Z Downloaded env_logger v0.10.2
9872024-09-25T16:46:02.552Z Downloaded diff v0.1.13
9882024-09-25T16:46:02.554Z Downloaded float-ord v0.3.2
9892024-09-25T16:46:02.555Z Downloaded float-cmp v0.9.0
9902024-09-25T16:46:02.557Z Downloaded flagset v0.4.5
9912024-09-25T16:46:02.557Z Downloaded serde_derive_internals v0.29.1
9922024-09-25T16:46:02.560Z Downloaded compact_str v0.8.0
9932024-09-25T16:46:02.562Z Downloaded tokio-rustls v0.25.0
9942024-09-25T16:46:02.565Z Downloaded tokio-rustls v0.24.1
9952024-09-25T16:46:02.565Z Downloaded arc-swap v1.7.1
9962024-09-25T16:46:02.568Z Downloaded http v0.2.12
9972024-09-25T16:46:02.572Z Downloaded crypto-bigint v0.5.5
9982024-09-25T16:46:02.578Z Downloaded bytes v1.7.2
9992024-09-25T16:46:02.582Z Downloaded supports-color v3.0.1
10002024-09-25T16:46:02.584Z Downloaded structmeta-derive v0.3.0
10012024-09-25T16:46:02.584Z Downloaded futures-channel v0.3.30
10022024-09-25T16:46:02.587Z Downloaded env_logger v0.11.5
10032024-09-25T16:46:02.589Z Downloaded env_logger v0.9.3
10042024-09-25T16:46:02.591Z Downloaded const_format v0.2.33
10052024-09-25T16:46:02.595Z Downloaded base64 v0.22.1
10062024-09-25T16:46:02.599Z Downloaded backtrace v0.3.71
10072024-09-25T16:46:02.603Z Downloaded password-hash v0.4.2
10082024-09-25T16:46:02.606Z Downloaded test-strategy v0.3.1
10092024-09-25T16:46:02.608Z Downloaded tabwriter v1.4.0
10102024-09-25T16:46:02.611Z Downloaded slog-dtrace v0.3.0
10112024-09-25T16:46:02.611Z Downloaded parse-size v1.0.0
10122024-09-25T16:46:02.614Z Downloaded parse-display-derive v0.10.0
10132024-09-25T16:46:02.614Z Downloaded parse-display v0.10.0
10142024-09-25T16:46:02.614Z Downloaded slog-term v2.9.1
10152024-09-25T16:46:02.616Z Downloaded crc-any v2.5.0
10162024-09-25T16:46:02.619Z Downloaded cookie_store v0.20.0
10172024-09-25T16:46:02.621Z Downloaded crossbeam-utils v0.8.19
10182024-09-25T16:46:02.623Z Downloaded const-oid v0.9.6
10192024-09-25T16:46:02.626Z Downloaded http v1.1.0
10202024-09-25T16:46:02.628Z Downloaded slog-stdlog v4.1.1
10212024-09-25T16:46:02.631Z Downloaded slog-scope v4.4.0
10222024-09-25T16:46:02.631Z Downloaded semver v0.1.20
10232024-09-25T16:46:02.633Z Downloaded secrecy v0.8.0
10242024-09-25T16:46:02.633Z Downloaded universal-hash v0.5.1
10252024-09-25T16:46:02.633Z Downloaded cookie v0.18.1
10262024-09-25T16:46:02.636Z Downloaded blake2 v0.10.6
10272024-09-25T16:46:02.639Z Downloaded portpicker v0.1.1
10282024-09-25T16:46:02.639Z Downloaded jobserver v0.1.32
10292024-09-25T16:46:02.642Z Downloaded cobs v0.2.3
10302024-09-25T16:46:02.642Z Downloaded bzip2 v0.4.4
10312024-09-25T16:46:02.644Z Downloaded zone_cfg_derive v0.3.0
10322024-09-25T16:46:02.644Z Downloaded waitgroup v0.1.2
10332024-09-25T16:46:02.644Z Downloaded vte_generate_state_changes v0.1.1
10342024-09-25T16:46:02.647Z Downloaded try-lock v0.2.5
10352024-09-25T16:46:02.647Z Downloaded crc32fast v1.4.0
10362024-09-25T16:46:02.649Z Downloaded iana-time-zone v0.1.60
10372024-09-25T16:46:02.652Z Downloaded const_format_proc_macros v0.2.33
10382024-09-25T16:46:02.652Z Downloaded impl-trait-for-tuples v0.2.2
10392024-09-25T16:46:02.654Z Downloaded instability v0.3.2
10402024-09-25T16:46:02.657Z Downloaded cookie v0.17.0
10412024-09-25T16:46:02.659Z Downloaded multimap v0.10.0
10422024-09-25T16:46:02.659Z Downloaded maybe-uninit v2.0.0
10432024-09-25T16:46:02.659Z Downloaded linked-hash-map v0.5.6
10442024-09-25T16:46:02.662Z Downloaded hyper-tls v0.5.0
10452024-09-25T16:46:02.662Z Downloaded http-body v0.4.6
10462024-09-25T16:46:02.664Z Downloaded ciborium v0.2.2
10472024-09-25T16:46:02.666Z Downloaded argon2 v0.5.3
10482024-09-25T16:46:02.669Z Downloaded libloading v0.8.3
10492024-09-25T16:46:02.669Z Downloaded convert_case v0.4.0
10502024-09-25T16:46:02.671Z Downloaded chacha20 v0.9.1
10512024-09-25T16:46:02.674Z Downloaded bitflags v1.3.2
10522024-09-25T16:46:02.676Z Downloaded castaway v0.2.3
10532024-09-25T16:46:02.676Z Downloaded buf-list v1.0.3
10542024-09-25T16:46:02.679Z Downloaded cipher v0.4.4
10552024-09-25T16:46:02.679Z Downloaded httpdate v1.0.3
10562024-09-25T16:46:02.682Z Downloaded lalrpop-util v0.19.12
10572024-09-25T16:46:02.682Z Downloaded bitfield v0.14.0
10582024-09-25T16:46:02.684Z Downloaded bit-vec v0.6.3
10592024-09-25T16:46:02.684Z Downloaded ahash v0.8.11
10602024-09-25T16:46:02.687Z Downloaded async-bb8-diesel v0.2.1
10612024-09-25T16:46:02.689Z Downloaded ascii v1.1.0
10622024-09-25T16:46:02.689Z Downloaded curve25519-dalek-derive v0.1.1
10632024-09-25T16:46:02.692Z Downloaded bb8 v0.8.5
10642024-09-25T16:46:02.692Z Downloaded backoff v0.4.0
10652024-09-25T16:46:02.694Z Downloaded array-init v0.0.4
10662024-09-25T16:46:02.694Z Downloaded cassowary v0.3.0
10672024-09-25T16:46:02.697Z Downloaded atomic-waker v1.1.2
10682024-09-25T16:46:02.697Z Downloaded assert_matches v1.5.0
10692024-09-25T16:46:02.700Z Downloaded bitstruct v0.1.1
10702024-09-25T16:46:02.700Z Downloaded keccak v0.1.5
10712024-09-25T16:46:02.700Z Downloaded constant_time_eq v0.3.0
10722024-09-25T16:46:02.702Z Downloaded lru-cache v0.1.2
10732024-09-25T16:46:02.702Z Downloaded hostname v0.3.1
10742024-09-25T16:46:02.705Z Downloaded bit-set v0.5.3
10752024-09-25T16:46:02.705Z Downloaded async-recursion v1.1.1
10762024-09-25T16:46:02.707Z Downloaded hyper-staticfile v0.9.5
10772024-09-25T16:46:02.710Z Downloaded colored v2.1.0
10782024-09-25T16:46:02.718Z Downloaded cexpr v0.6.0
10792024-09-25T16:46:02.718Z Downloaded block-padding v0.3.3
10802024-09-25T16:46:02.718Z Downloaded inout v0.1.3
10812024-09-25T16:46:02.718Z Downloaded ciborium-ll v0.2.2
10822024-09-25T16:46:02.718Z Downloaded humantime v2.1.0
10832024-09-25T16:46:02.718Z Downloaded ascii-canvas v3.0.0
10842024-09-25T16:46:02.718Z Downloaded base16ct v0.2.0
10852024-09-25T16:46:02.742Z Downloaded libz-sys v1.1.16
10862024-09-25T16:46:02.820Z Downloaded ring v0.17.8
10872024-09-25T16:46:02.932Z Downloaded libsqlite3-sys v0.30.1
10882024-09-25T16:46:03.104Z Compiling serde v1.0.208
10892024-09-25T16:46:03.107Z Compiling typenum v1.17.0
10902024-09-25T16:46:03.107Z Compiling generic-array v0.14.7
10912024-09-25T16:46:03.107Z Compiling lock_api v0.4.12
10922024-09-25T16:46:03.107Z Compiling scopeguard v1.2.0
10932024-09-25T16:46:03.277Z Compiling syn v2.0.74
10942024-09-25T16:46:03.279Z Compiling getrandom v0.2.14
10952024-09-25T16:46:03.279Z Compiling value-bag v1.9.0
10962024-09-25T16:46:03.378Z Compiling subtle v2.5.0
10972024-09-25T16:46:03.542Z Compiling rand_core v0.6.4
10982024-09-25T16:46:03.699Z Compiling const-oid v0.9.6
10992024-09-25T16:46:03.769Z Compiling log v0.4.21
11002024-09-25T16:46:03.787Z Compiling jobserver v0.1.32
11012024-09-25T16:46:03.881Z Compiling smallvec v1.13.2
11022024-09-25T16:46:04.076Z Compiling pin-project-lite v0.2.14
11032024-09-25T16:46:04.203Z Compiling cc v1.0.97
11042024-09-25T16:46:04.276Z Compiling parking_lot_core v0.9.10
11052024-09-25T16:46:04.312Z Compiling signal-hook-registry v1.4.2
11062024-09-25T16:46:04.585Z Compiling mio v1.0.2
11072024-09-25T16:46:04.672Z Compiling socket2 v0.5.7
11082024-09-25T16:46:05.113Z Compiling ahash v0.8.11
11092024-09-25T16:46:05.383Z Compiling parking_lot v0.12.2
11102024-09-25T16:46:05.455Z Compiling futures-core v0.3.30
11112024-09-25T16:46:05.626Z Compiling cpufeatures v0.2.12
11122024-09-25T16:46:05.644Z Compiling futures-sink v0.3.30
11132024-09-25T16:46:05.725Z Compiling slab v0.4.9
11142024-09-25T16:46:05.744Z Compiling allocator-api2 v0.2.18
11152024-09-25T16:46:05.762Z Compiling spin v0.9.8
11162024-09-25T16:46:05.783Z Compiling tinyvec_macros v0.1.1
11172024-09-25T16:46:06.016Z Compiling tinyvec v1.6.0
11182024-09-25T16:46:06.068Z Compiling futures-channel v0.3.30
11192024-09-25T16:46:06.226Z Compiling base64ct v1.6.0
11202024-09-25T16:46:06.470Z Compiling futures-task v0.3.30
11212024-09-25T16:46:06.524Z Compiling pin-utils v0.1.0
11222024-09-25T16:46:06.625Z Compiling serde_json v1.0.125
11232024-09-25T16:46:06.644Z Compiling libm v0.2.8
11242024-09-25T16:46:06.678Z Compiling futures-io v0.3.30
11252024-09-25T16:46:06.784Z Compiling pem-rfc7468 v0.7.0
11262024-09-25T16:46:06.847Z Compiling num-traits v0.2.19
11272024-09-25T16:46:07.020Z Compiling flagset v0.4.5
11282024-09-25T16:46:07.023Z Compiling unicode-bidi v0.3.15
11292024-09-25T16:46:07.250Z Compiling tracing-core v0.1.32
11302024-09-25T16:46:07.382Z Compiling pkg-config v0.3.30
11312024-09-25T16:46:07.548Z Compiling vcpkg v0.2.15
11322024-09-25T16:46:07.635Z Compiling unicode-normalization v0.1.23
11332024-09-25T16:46:08.559Z Compiling ring v0.17.8
11342024-09-25T16:46:08.621Z Compiling ppv-lite86 v0.2.17
11352024-09-25T16:46:08.765Z Compiling httparse v1.8.0
11362024-09-25T16:46:08.916Z Compiling percent-encoding v2.3.1
11372024-09-25T16:46:09.111Z Compiling untrusted v0.9.0
11382024-09-25T16:46:09.236Z Compiling try-lock v0.2.5
11392024-09-25T16:46:09.254Z Compiling rustix v0.38.34
11402024-09-25T16:46:09.368Z Compiling rand_chacha v0.3.1
11412024-09-25T16:46:09.371Z Compiling want v0.3.1
11422024-09-25T16:46:09.679Z Compiling openssl v0.10.66
11432024-09-25T16:46:09.754Z Compiling openssl-sys v0.9.103
11442024-09-25T16:46:10.002Z Compiling rand v0.8.5
11452024-09-25T16:46:10.126Z Compiling powerfmt v0.2.0
11462024-09-25T16:46:10.170Z Compiling httpdate v1.0.3
11472024-09-25T16:46:10.519Z Compiling time-core v0.1.2
11482024-09-25T16:46:10.551Z Compiling foreign-types-shared v0.1.1
11492024-09-25T16:46:10.585Z Compiling num-conv v0.1.0
11502024-09-25T16:46:10.652Z Compiling rustversion v1.0.17
11512024-09-25T16:46:10.668Z Compiling tower-service v0.3.2
11522024-09-25T16:46:10.793Z Compiling foreign-types v0.3.2
11532024-09-25T16:46:10.871Z Compiling time-macros v0.2.18
11542024-09-25T16:46:10.916Z Compiling deranged v0.3.11
11552024-09-25T16:46:11.386Z Compiling form_urlencoded v1.2.1
11562024-09-25T16:46:11.544Z Compiling aho-corasick v1.1.3
11572024-09-25T16:46:11.673Z Compiling native-tls v0.2.11
11582024-09-25T16:46:11.738Z Compiling rustls v0.21.12
11592024-09-25T16:46:11.984Z Compiling num_threads v0.1.7
11602024-09-25T16:46:12.003Z Compiling syn v1.0.109
11612024-09-25T16:46:12.083Z Compiling siphasher v0.3.11
11622024-09-25T16:46:12.396Z Compiling crossbeam-utils v0.8.19
11632024-09-25T16:46:12.616Z Compiling regex-syntax v0.8.4
11642024-09-25T16:46:12.994Z Compiling idna v0.5.0
11652024-09-25T16:46:13.532Z Compiling time v0.3.36
11662024-09-25T16:46:13.904Z Compiling cookie v0.17.0
11672024-09-25T16:46:14.169Z Compiling finl_unicode v1.2.0
11682024-09-25T16:46:14.316Z Compiling iana-time-zone v0.1.60
11692024-09-25T16:46:14.686Z Compiling openssl-probe v0.1.5
11702024-09-25T16:46:14.720Z Compiling slog v2.7.0
11712024-09-25T16:46:14.999Z Compiling stringprep v0.1.4
11722024-09-25T16:46:15.384Z Compiling url v2.5.2
11732024-09-25T16:46:16.049Z Compiling regex-automata v0.4.6
11742024-09-25T16:46:17.105Z Compiling num-integer v0.1.46
11752024-09-25T16:46:17.284Z Compiling idna v0.3.0
11762024-09-25T16:46:17.326Z Compiling serde_derive v1.0.208
11772024-09-25T16:46:17.828Z Compiling zeroize_derive v1.4.2
11782024-09-25T16:46:18.275Z Compiling zerocopy-derive v0.7.34
11792024-09-25T16:46:18.714Z Compiling tokio-macros v2.4.0
11802024-09-25T16:46:18.883Z Compiling futures-macro v0.3.30
11812024-09-25T16:46:19.394Z Compiling zeroize v1.8.1
11822024-09-25T16:46:20.279Z Compiling thiserror-impl v1.0.63
11832024-09-25T16:46:20.386Z Compiling zerocopy v0.7.34
11842024-09-25T16:46:20.787Z Compiling futures-util v0.3.30
11852024-09-25T16:46:21.008Z Compiling crypto-common v0.1.6
11862024-09-25T16:46:21.231Z Compiling block-buffer v0.10.4
11872024-09-25T16:46:21.478Z Compiling digest v0.10.7
11882024-09-25T16:46:21.931Z Compiling hmac v0.12.1
11892024-09-25T16:46:22.152Z Compiling block-padding v0.3.3
11902024-09-25T16:46:22.391Z Compiling inout v0.1.3
11912024-09-25T16:46:22.611Z Compiling hashbrown v0.14.5
11922024-09-25T16:46:22.640Z Compiling cipher v0.4.4
11932024-09-25T16:46:23.140Z Compiling sha2 v0.10.8
11942024-09-25T16:46:23.434Z Compiling der_derive v0.7.2
11952024-09-25T16:46:23.941Z Compiling thiserror v1.0.63
11962024-09-25T16:46:24.065Z Compiling salsa20 v0.10.2
11972024-09-25T16:46:24.281Z Compiling pbkdf2 v0.12.2
11982024-09-25T16:46:24.447Z Compiling tracing-attributes v0.1.27
11992024-09-25T16:46:25.275Z Compiling scrypt v0.11.0
12002024-09-25T16:46:25.802Z Compiling cbc v0.1.2
12012024-09-25T16:46:25.889Z Compiling der v0.7.9
12022024-09-25T16:46:26.062Z Compiling aes v0.8.4
12032024-09-25T16:46:26.600Z Compiling pest v2.7.10
12042024-09-25T16:46:26.622Z Compiling scroll_derive v0.12.0
12052024-09-25T16:46:28.115Z Compiling spki v0.7.3
12062024-09-25T16:46:28.182Z Compiling scroll v0.12.0
12072024-09-25T16:46:28.305Z Compiling tracing v0.1.40
12082024-09-25T16:46:28.474Z Compiling pkcs5 v0.7.1
12092024-09-25T16:46:28.822Z Compiling goblin v0.8.2
12102024-09-25T16:46:28.847Z Compiling openssl-macros v0.1.1
12112024-09-25T16:46:29.259Z Compiling pest_meta v2.7.10
12122024-09-25T16:46:29.605Z Compiling pkcs8 v0.10.2
12132024-09-25T16:46:29.683Z Compiling signature v2.2.0
12142024-09-25T16:46:29.706Z Compiling md-5 v0.10.6
12152024-09-25T16:46:29.852Z Compiling pin-project-internal v1.1.5
12162024-09-25T16:46:29.965Z Compiling backtrace v0.3.71
12172024-09-25T16:46:29.967Z Compiling lazy_static v1.5.0
12182024-09-25T16:46:30.101Z Compiling ff v0.13.0
12192024-09-25T16:46:30.283Z Compiling hash32 v0.2.1
12202024-09-25T16:46:30.311Z Compiling stable_deref_trait v1.2.0
12212024-09-25T16:46:30.413Z Compiling signal-hook v0.3.17
12222024-09-25T16:46:30.447Z Compiling pest_generator v2.7.10
12232024-09-25T16:46:30.660Z Compiling num-bigint-dig v0.8.4
12242024-09-25T16:46:30.685Z Compiling rustls-webpki v0.101.7
12252024-09-25T16:46:30.979Z Compiling sct v0.7.1
12262024-09-25T16:46:31.297Z Compiling fallible-iterator v0.2.0
12272024-09-25T16:46:31.729Z Compiling bytes v1.7.2
12282024-09-25T16:46:32.009Z Compiling indexmap v2.4.0
12292024-09-25T16:46:32.481Z Compiling bitflags v2.6.0
12302024-09-25T16:46:32.678Z Compiling tokio v1.39.3
12312024-09-25T16:46:32.898Z Compiling semver v1.0.23
12322024-09-25T16:46:32.929Z Compiling http v0.2.12
12332024-09-25T16:46:33.447Z Compiling rustc_version v0.4.0
12342024-09-25T16:46:34.238Z Compiling heapless v0.7.17
12352024-09-25T16:46:34.241Z Compiling pest_derive v2.7.10
12362024-09-25T16:46:34.615Z Compiling dof v0.3.0
12372024-09-25T16:46:35.046Z Compiling dtrace-parser v0.2.0
12382024-09-25T16:46:35.423Z Compiling http-body v0.4.6
12392024-09-25T16:46:35.568Z Compiling http v1.1.0
12402024-09-25T16:46:35.899Z Compiling uuid v1.10.0
12412024-09-25T16:46:36.781Z Compiling usdt-impl v0.5.0
12422024-09-25T16:46:37.343Z Compiling curve25519-dalek v4.1.3
12432024-09-25T16:46:37.979Z Compiling toml_datetime v0.6.8
12442024-09-25T16:46:38.150Z Compiling chrono v0.4.38
12452024-09-25T16:46:38.247Z Compiling serde_tokenstream v0.2.2
12462024-09-25T16:46:38.358Z Compiling serde_spanned v0.6.7
12472024-09-25T16:46:38.486Z Compiling adler v1.0.2
12482024-09-25T16:46:38.590Z Compiling smoltcp v0.9.1
12492024-09-25T16:46:38.714Z Compiling psl-types v2.0.11
12502024-09-25T16:46:38.864Z Compiling gimli v0.28.1
12512024-09-25T16:46:38.915Z Compiling base16ct v0.2.0
12522024-09-25T16:46:39.230Z Compiling base64 v0.22.1
12532024-09-25T16:46:39.341Z Compiling atomic-waker v1.1.2
12542024-09-25T16:46:39.394Z Compiling crc32fast v1.4.0
12552024-09-25T16:46:39.552Z Compiling sec1 v0.7.3
12562024-09-25T16:46:40.029Z Compiling postgres-protocol v0.6.7
12572024-09-25T16:46:40.138Z Compiling publicsuffix v2.2.3
12582024-09-25T16:46:40.376Z Compiling miniz_oxide v0.7.2
12592024-09-25T16:46:40.509Z Compiling tokio-util v0.7.11
12602024-09-25T16:46:41.205Z Compiling tokio-rustls v0.24.1
12612024-09-25T16:46:41.410Z Compiling tokio-native-tls v0.3.1
12622024-09-25T16:46:41.602Z Compiling h2 v0.3.26
12632024-09-25T16:46:41.689Z Compiling h2 v0.4.6
12642024-09-25T16:46:41.980Z Compiling http-body v1.0.0
12652024-09-25T16:46:42.222Z Compiling terminal_size v0.3.0
12662024-09-25T16:46:42.411Z Compiling pin-project v1.1.5
12672024-09-25T16:46:42.570Z Compiling group v0.13.0
12682024-09-25T16:46:42.590Z Compiling hubpack_derive v0.1.1
12692024-09-25T16:46:42.875Z Compiling hkdf v0.12.4
12702024-09-25T16:46:43.029Z Compiling crypto-bigint v0.5.5
12712024-09-25T16:46:43.117Z Compiling addr2line v0.21.0
12722024-09-25T16:46:43.490Z Compiling num-iter v0.1.45
12732024-09-25T16:46:43.682Z Compiling zerocopy-derive v0.6.6
12742024-09-25T16:46:43.777Z Compiling async-trait v0.1.82
12752024-09-25T16:46:43.798Z Compiling curve25519-dalek-derive v0.1.1
12762024-09-25T16:46:46.175Z Compiling phf_shared v0.11.2
12772024-09-25T16:46:46.559Z Compiling serde_derive_internals v0.29.1
12782024-09-25T16:46:46.579Z Compiling object v0.32.2
12792024-09-25T16:46:46.632Z Compiling fs-err v2.11.0
12802024-09-25T16:46:46.735Z Compiling tower-layer v0.3.2
12812024-09-25T16:46:46.934Z Compiling winnow v0.5.40
12822024-09-25T16:46:47.011Z Compiling ipnet v2.9.0
12832024-09-25T16:46:47.515Z Compiling anyhow v1.0.89
12842024-09-25T16:46:48.032Z Compiling base64 v0.21.7
12852024-09-25T16:46:48.183Z Compiling adler2 v2.0.0
12862024-09-25T16:46:48.392Z Compiling hyper v0.14.30
12872024-09-25T16:46:48.778Z Compiling bitflags v1.3.2
12882024-09-25T16:46:48.885Z Compiling managed v0.8.0
12892024-09-25T16:46:49.110Z Compiling rustc-demangle v0.1.24
12902024-09-25T16:46:49.321Z Compiling schemars v0.8.21
12912024-09-25T16:46:49.358Z Compiling either v1.13.0
12922024-09-25T16:46:49.720Z Compiling schemars_derive v0.8.21
12932024-09-25T16:46:50.091Z Compiling rustls-pemfile v1.0.4
12942024-09-25T16:46:50.536Z Compiling toml_edit v0.19.15
12952024-09-25T16:46:50.798Z Compiling hyper v1.4.1
12962024-09-25T16:46:51.984Z Compiling miniz_oxide v0.8.0
12972024-09-25T16:46:52.047Z Compiling clap_builder v4.5.18
12982024-09-25T16:46:52.253Z Compiling tower v0.4.13
12992024-09-25T16:46:53.264Z Compiling phf v0.11.2
13002024-09-25T16:46:53.453Z Compiling elliptic-curve v0.13.8
13012024-09-25T16:46:53.553Z Compiling zerocopy v0.6.6
13022024-09-25T16:46:53.753Z Compiling cookie_store v0.20.0
13032024-09-25T16:46:54.975Z Compiling hubpack v0.1.2
13042024-09-25T16:46:55.281Z Compiling hyper-rustls v0.24.2
13052024-09-25T16:46:55.413Z Compiling hyper-tls v0.5.0
13062024-09-25T16:46:55.748Z Compiling postgres-types v0.2.7
13072024-09-25T16:46:56.630Z Compiling usdt-attr-macro v0.5.0
13082024-09-25T16:46:56.946Z Compiling usdt-macro v0.5.0
13092024-09-25T16:46:57.261Z Compiling serde_urlencoded v0.7.1
13102024-09-25T16:46:57.797Z Compiling serde-big-array v0.5.1
13112024-09-25T16:46:58.011Z Compiling pkcs1 v0.7.5
13122024-09-25T16:46:58.224Z Compiling ed25519 v2.2.3
13132024-09-25T16:46:58.284Z Compiling futures-executor v0.3.30
13142024-09-25T16:46:58.315Z Compiling rfc6979 v0.4.0
13152024-09-25T16:46:58.458Z Compiling bstr v1.9.1
13162024-09-25T16:46:58.499Z Compiling regex v1.10.6
13172024-09-25T16:46:58.846Z Compiling clap_derive v4.5.18
13182024-09-25T16:46:58.984Z Compiling serde_repr v0.1.19
13192024-09-25T16:46:59.581Z Compiling strum_macros v0.25.3
13202024-09-25T16:47:00.155Z Compiling enum-as-inner v0.6.0
13212024-09-25T16:47:00.240Z Compiling phf_shared v0.10.0
13222024-09-25T16:47:00.243Z Compiling float-cmp v0.9.0
13232024-09-25T16:47:00.473Z Compiling idna v0.4.0
13242024-09-25T16:47:00.641Z Compiling mio v0.8.11
13252024-09-25T16:47:01.252Z Compiling encoding_rs v0.8.34
13262024-09-25T16:47:01.275Z Compiling bit-vec v0.6.3
13272024-09-25T16:47:01.745Z Compiling sync_wrapper v0.1.2
13282024-09-25T16:47:01.877Z Compiling new_debug_unreachable v1.0.6
13292024-09-25T16:47:01.945Z Compiling difflib v0.4.0
13302024-09-25T16:47:01.973Z Compiling minimal-lexical v0.2.1
13312024-09-25T16:47:02.072Z Compiling mime v0.3.17
13322024-09-25T16:47:02.475Z Compiling whoami v1.5.1
13332024-09-25T16:47:02.498Z Compiling precomputed-hash v0.1.1
13342024-09-25T16:47:02.613Z Compiling normalize-line-endings v0.3.0
13352024-09-25T16:47:02.677Z Compiling dyn-clone v1.0.17
13362024-09-25T16:47:02.731Z Compiling webpki-roots v0.25.4
13372024-09-25T16:47:02.891Z Compiling predicates-core v1.0.6
13382024-09-25T16:47:02.911Z Compiling unicode-segmentation v1.11.0
13392024-09-25T16:47:03.118Z Compiling fixedbitset v0.4.2
13402024-09-25T16:47:03.253Z Compiling data-encoding v2.6.0
13412024-09-25T16:47:03.534Z Compiling static_assertions v1.1.0
13422024-09-25T16:47:03.575Z Compiling similar v2.6.0
13432024-09-25T16:47:03.633Z Compiling petgraph v0.6.5
13442024-09-25T16:47:03.655Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13452024-09-25T16:47:03.747Z Compiling reqwest v0.11.27
13462024-09-25T16:47:03.827Z Compiling clap v4.5.18
13472024-09-25T16:47:03.947Z Compiling hickory-proto v0.24.1
13482024-09-25T16:47:05.598Z Compiling console v0.15.8
13492024-09-25T16:47:05.765Z Compiling predicates v3.1.2
13502024-09-25T16:47:07.159Z Compiling tokio-postgres v0.7.11
13512024-09-25T16:47:07.493Z Compiling toml_edit v0.22.20
13522024-09-25T16:47:07.542Z Compiling string_cache v0.8.7
13532024-09-25T16:47:08.001Z Compiling nom v7.1.3
13542024-09-25T16:47:08.978Z Compiling bit-set v0.5.3
13552024-09-25T16:47:09.255Z Compiling signal-hook-mio v0.2.4
13562024-09-25T16:47:09.436Z Compiling usdt v0.5.0
13572024-09-25T16:47:09.768Z Compiling ed25519-dalek v2.1.1
13582024-09-25T16:47:09.926Z Compiling futures v0.3.30
13592024-09-25T16:47:10.042Z Compiling ecdsa v0.16.9
13602024-09-25T16:47:10.398Z Compiling rsa v0.9.6
13612024-09-25T16:47:10.903Z Compiling flate2 v1.0.33
13622024-09-25T16:47:11.655Z Compiling toml v0.7.8
13632024-09-25T16:47:11.920Z Compiling hyper-util v0.1.7
13642024-09-25T16:47:12.673Z Compiling itertools v0.12.1
13652024-09-25T16:47:12.784Z Compiling itertools v0.10.5
13662024-09-25T16:47:13.337Z Compiling tokio-stream v0.1.15
13672024-09-25T16:47:14.276Z Compiling openapiv3 v2.0.0
13682024-09-25T16:47:14.362Z Compiling hex v0.4.3
13692024-09-25T16:47:14.909Z Compiling x509-cert v0.2.5
13702024-09-25T16:47:14.962Z Compiling sha1 v0.10.6
13712024-09-25T16:47:15.386Z Compiling crossbeam-epoch v0.9.18
13722024-09-25T16:47:15.631Z Compiling dirs-sys-next v0.1.2
13732024-09-25T16:47:15.673Z Compiling lalrpop-util v0.19.12
13742024-09-25T16:47:15.916Z Compiling peg-runtime v0.8.3
13752024-09-25T16:47:16.015Z Compiling unicode-xid v0.2.4
13762024-09-25T16:47:16.180Z Compiling dirs-next v2.0.0
13772024-09-25T16:47:16.198Z Compiling thread_local v1.1.8
13782024-09-25T16:47:16.341Z Compiling slog-async v2.8.0
13792024-09-25T16:47:16.367Z Compiling term v0.7.0
13802024-09-25T16:47:16.561Z Compiling xattr v1.3.1
13812024-09-25T16:47:16.745Z Compiling strum_macros v0.26.4
13822024-09-25T16:47:16.805Z Compiling crossbeam-channel v0.5.12
13832024-09-25T16:47:16.925Z Compiling is-terminal v0.4.12
13842024-09-25T16:47:17.061Z Compiling filetime v0.2.25
13852024-09-25T16:47:17.364Z Compiling take_mut v0.2.2
13862024-09-25T16:47:17.520Z Compiling tar v0.4.41
13872024-09-25T16:47:17.880Z Compiling slog-term v2.9.1
13882024-09-25T16:47:18.645Z Compiling camino v1.1.9
13892024-09-25T16:47:19.348Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13902024-09-25T16:47:20.114Z Compiling strum v0.26.3
13912024-09-25T16:47:20.190Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13922024-09-25T16:47:25.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
13932024-09-25T16:47:25.635Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13942024-09-25T16:47:25.685ZSep 25 16:47:24.823 INFO Starting download, target: DendriteOpenapi
13952024-09-25T16:47:25.685ZSep 25 16:47:24.823 INFO Starting download, target: Console
13962024-09-25T16:47:25.685ZSep 25 16:47:24.823 INFO Starting download, target: Clickhouse
13972024-09-25T16:47:25.685ZSep 25 16:47:24.823 INFO Starting download, target: Cockroach
13982024-09-25T16:47:25.685ZSep 25 16:47:24.823 INFO Starting download, target: DendriteStub
13992024-09-25T16:47:25.688ZSep 25 16:47:24.823 INFO Starting download, target: MaghemiteMgd
14002024-09-25T16:47:25.688ZSep 25 16:47:24.823 INFO Starting download, target: TransceiverControl
14012024-09-25T16:47:25.688ZSep 25 16:47:24.824 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14022024-09-25T16:47:25.688ZSep 25 16:47:24.824 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14032024-09-25T16:47:25.688ZSep 25 16:47:24.824 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi
14042024-09-25T16:47:25.688ZSep 25 16:47:24.824 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14052024-09-25T16:47:25.688ZSep 25 16:47:24.824 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14062024-09-25T16:47:25.688ZSep 25 16:47:24.824 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14072024-09-25T16:47:25.688ZSep 25 16:47:24.824 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14082024-09-25T16:47:25.996ZSep 25 16:47:25.130 INFO Download complete, target: DendriteOpenapi
14092024-09-25T16:47:26.045ZSep 25 16:47:25.175 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14102024-09-25T16:47:26.212ZSep 25 16:47:25.350 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14112024-09-25T16:47:26.465ZSep 25 16:47:25.604 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14122024-09-25T16:47:26.518ZSep 25 16:47:25.657 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14132024-09-25T16:47:26.607ZSep 25 16:47:25.747 INFO Download complete, target: Console
14142024-09-25T16:47:26.771ZSep 25 16:47:25.910 INFO Download complete, target: TransceiverControl
14152024-09-25T16:47:27.196ZSep 25 16:47:26.335 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14162024-09-25T16:47:27.196ZSep 25 16:47:26.335 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14172024-09-25T16:47:28.287ZSep 25 16:47:27.425 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14182024-09-25T16:47:29.494ZSep 25 16:47:28.633 INFO Download complete, target: DendriteStub
14192024-09-25T16:47:29.703ZSep 25 16:47:28.842 INFO Download complete, target: MaghemiteMgd
14202024-09-25T16:47:35.206ZSep 25 16:47:34.344 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14212024-09-25T16:47:35.475ZSep 25 16:47:34.612 INFO Checking that binary works, target: Cockroach
14222024-09-25T16:47:35.632ZSep 25 16:47:34.770 INFO Download complete, target: Cockroach
14232024-09-25T16:47:41.890ZSep 25 16:47:41.027 INFO Checking that binary works, target: Clickhouse
14242024-09-25T16:47:42.939ZSep 25 16:47:42.075 INFO Download complete, target: Clickhouse
14252024-09-25T16:47:42.947ZAll prerequisites installed successfully
14262024-09-25T16:47:42.953Z
14272024-09-25T16:47:42.953Zreal 4:13.844413578
14282024-09-25T16:47:42.953Zuser 11:52.985527135
14292024-09-25T16:47:42.953Zsys 2:29.658367852
14302024-09-25T16:47:42.953Ztrap 0.404083998
14312024-09-25T16:47:42.953Ztflt 10.036013529
14322024-09-25T16:47:42.953Zdflt 6.777711505
14332024-09-25T16:47:42.953Zkflt 0.511969729
14342024-09-25T16:47:42.953Zlock 23:59.153212385
14352024-09-25T16:47:42.953Zslp 48:11.658303615
14362024-09-25T16:47:42.953Zlat 40.443173219
14372024-09-25T16:47:42.953Zstop 1:49.938353667
14382024-09-25T16:47:42.953Z+ source ./tools/include/force-git-over-https.sh
14392024-09-25T16:47:42.953Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14402024-09-25T16:47:42.953Z++ (( i = 0 ))
14412024-09-25T16:47:42.953Z++ (( i < 5 ))
14422024-09-25T16:47:42.953Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14432024-09-25T16:47:42.953Z++ (( i++ ))
14442024-09-25T16:47:42.953Z++ (( i < 5 ))
14452024-09-25T16:47:42.953Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14462024-09-25T16:47:42.957Z++ (( i++ ))
14472024-09-25T16:47:42.957Z++ (( i < 5 ))
14482024-09-25T16:47:42.957Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14492024-09-25T16:47:42.960Z++ (( i++ ))
14502024-09-25T16:47:42.960Z++ (( i < 5 ))
14512024-09-25T16:47:42.960Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14522024-09-25T16:47:42.962Z++ (( i++ ))
14532024-09-25T16:47:42.962Z++ (( i < 5 ))
14542024-09-25T16:47:42.962Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14552024-09-25T16:47:42.965Z++ (( i++ ))
14562024-09-25T16:47:42.965Z++ (( i < 5 ))
14572024-09-25T16:47:42.965Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14582024-09-25T16:47:42.965Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14592024-09-25T16:47:42.965Z+ rc=0
14602024-09-25T16:47:42.965Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14612024-09-25T16:48:06.206Z+ case $rc in
14622024-09-25T16:48:06.206Z+ pfexec zfs create -p rpool/images/build/host
14632024-09-25T16:48:06.444Z+ pfexec zfs create -p rpool/images/build/recovery
14642024-09-25T16:48:06.510Z+ cargo xtask releng --output-dir /work
14652024-09-25T16:48:07.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14662024-09-25T16:48:07.149Z Running `target/debug/xtask releng --output-dir /work`
14672024-09-25T16:48:08.125Z Compiling proc-macro2 v1.0.86
14682024-09-25T16:48:08.125Z Compiling unicode-ident v1.0.12
14692024-09-25T16:48:08.125Z Compiling libc v0.2.158
14702024-09-25T16:48:08.127Z Compiling serde v1.0.208
14712024-09-25T16:48:08.127Z Compiling version_check v0.9.5
14722024-09-25T16:48:08.127Z Compiling autocfg v1.3.0
14732024-09-25T16:48:08.127Z Compiling cfg-if v1.0.0
14742024-09-25T16:48:08.249Z Compiling once_cell v1.19.0
14752024-09-25T16:48:08.460Z Compiling typenum v1.17.0
14762024-09-25T16:48:08.535Z Compiling memchr v2.7.2
14772024-09-25T16:48:08.989Z Compiling lock_api v0.4.12
14782024-09-25T16:48:09.006Z Compiling generic-array v0.14.7
14792024-09-25T16:48:09.312Z Compiling ahash v0.8.11
14802024-09-25T16:48:09.391Z Compiling parking_lot_core v0.9.10
14812024-09-25T16:48:09.469Z Compiling serde_json v1.0.125
14822024-09-25T16:48:09.825Z Compiling quote v1.0.36
14832024-09-25T16:48:09.847Z Compiling byteorder v1.5.0
14842024-09-25T16:48:09.849Z Compiling libm v0.2.8
14852024-09-25T16:48:10.038Z Compiling num-traits v0.2.19
14862024-09-25T16:48:10.227Z Compiling syn v2.0.74
14872024-09-25T16:48:10.346Z Compiling getrandom v0.2.14
14882024-09-25T16:48:10.454Z Compiling jobserver v0.1.32
14892024-09-25T16:48:10.645Z Compiling value-bag v1.9.0
14902024-09-25T16:48:10.932Z Compiling cc v1.0.97
14912024-09-25T16:48:10.970Z Compiling scopeguard v1.2.0
14922024-09-25T16:48:11.149Z Compiling log v0.4.21
14932024-09-25T16:48:11.232Z Compiling slab v0.4.9
14942024-09-25T16:48:11.509Z Compiling itoa v1.0.11
14952024-09-25T16:48:11.667Z Compiling thiserror v1.0.63
14962024-09-25T16:48:11.793Z Compiling rand_core v0.6.4
14972024-09-25T16:48:12.210Z Compiling semver v1.0.23
14982024-09-25T16:48:12.408Z Compiling pkg-config v0.3.30
14992024-09-25T16:48:12.449Z Compiling smallvec v1.13.2
15002024-09-25T16:48:12.671Z Compiling pin-project-lite v0.2.14
15012024-09-25T16:48:12.908Z Compiling const-oid v0.9.6
15022024-09-25T16:48:12.927Z Compiling allocator-api2 v0.2.18
15032024-09-25T16:48:12.962Z Compiling subtle v2.5.0
15042024-09-25T16:48:13.735Z Compiling ryu v1.0.18
15052024-09-25T16:48:13.792Z Compiling vcpkg v0.2.15
15062024-09-25T16:48:13.942Z Compiling signal-hook-registry v1.4.2
15072024-09-25T16:48:14.413Z Compiling ring v0.17.8
15082024-09-25T16:48:14.648Z Compiling httparse v1.8.0
15092024-09-25T16:48:14.677Z Compiling parking_lot v0.12.2
15102024-09-25T16:48:14.971Z Compiling mio v1.0.2
15112024-09-25T16:48:15.540Z Compiling openssl-sys v0.9.103
15122024-09-25T16:48:15.911Z Compiling futures-core v0.3.30
15132024-09-25T16:48:16.056Z Compiling spin v0.9.8
15142024-09-25T16:48:16.110Z Compiling socket2 v0.5.7
15152024-09-25T16:48:16.246Z Compiling fnv v1.0.7
15162024-09-25T16:48:16.829Z Compiling equivalent v1.0.1
15172024-09-25T16:48:16.893Z Compiling heck v0.5.0
15182024-09-25T16:48:16.966Z Compiling rustix v0.38.34
15192024-09-25T16:48:17.439Z Compiling futures-sink v0.3.30
15202024-09-25T16:48:17.633Z Compiling schemars v0.8.21
15212024-09-25T16:48:17.849Z Compiling time-core v0.1.2
15222024-09-25T16:48:18.045Z Compiling serde_derive_internals v0.29.1
15232024-09-25T16:48:18.338Z Compiling num-conv v0.1.0
15242024-09-25T16:48:18.650Z Compiling time-macros v0.2.18
15252024-09-25T16:48:19.140Z Compiling openssl v0.10.66
15262024-09-25T16:48:19.374Z Compiling cpufeatures v0.2.12
15272024-09-25T16:48:19.661Z Compiling futures-channel v0.3.30
15282024-09-25T16:48:19.911Z Compiling rustls v0.21.12
15292024-09-25T16:48:19.966Z Compiling futures-io v0.3.30
15302024-09-25T16:48:20.034Z Compiling pin-utils v0.1.0
15312024-09-25T16:48:20.157Z Compiling native-tls v0.2.11
15322024-09-25T16:48:20.253Z Compiling futures-task v0.3.30
15332024-09-25T16:48:20.356Z Compiling tinyvec_macros v0.1.1
15342024-09-25T16:48:20.469Z Compiling tinyvec v1.6.0
15352024-09-25T16:48:20.551Z Compiling crossbeam-utils v0.8.19
15362024-09-25T16:48:20.929Z Compiling cookie v0.17.0
15372024-09-25T16:48:21.163Z Compiling base64ct v1.6.0
15382024-09-25T16:48:21.210Z Compiling ucd-trie v0.1.6
15392024-09-25T16:48:21.776Z Compiling iana-time-zone v0.1.60
15402024-09-25T16:48:21.840Z Compiling pem-rfc7468 v0.7.0
15412024-09-25T16:48:22.063Z Compiling unicode-normalization v0.1.23
15422024-09-25T16:48:22.155Z Compiling unicode-bidi v0.3.15
15432024-09-25T16:48:22.158Z Compiling syn v1.0.109
15442024-09-25T16:48:22.574Z Compiling slog v2.7.0
15452024-09-25T16:48:22.781Z Compiling flagset v0.4.5
15462024-09-25T16:48:23.110Z Compiling tracing-core v0.1.32
15472024-09-25T16:48:23.144Z Compiling aho-corasick v1.1.3
15482024-09-25T16:48:23.244Z Compiling regex-syntax v0.8.4
15492024-09-25T16:48:23.528Z Compiling serde_derive v1.0.208
15502024-09-25T16:48:23.590Z Compiling zeroize_derive v1.4.2
15512024-09-25T16:48:24.223Z Compiling zerocopy-derive v0.7.34
15522024-09-25T16:48:25.135Z Compiling tokio-macros v2.4.0
15532024-09-25T16:48:25.233Z Compiling zeroize v1.8.1
15542024-09-25T16:48:25.779Z Compiling thiserror-impl v1.0.63
15552024-09-25T16:48:25.908Z Compiling futures-macro v0.3.30
15562024-09-25T16:48:26.408Z Compiling zerocopy v0.7.34
15572024-09-25T16:48:28.339Z Compiling crypto-common v0.1.6
15582024-09-25T16:48:28.549Z Compiling der_derive v0.7.2
15592024-09-25T16:48:28.622Z Compiling tracing-attributes v0.1.27
15602024-09-25T16:48:28.782Z Compiling hashbrown v0.14.5
15612024-09-25T16:48:29.745Z Compiling block-buffer v0.10.4
15622024-09-25T16:48:30.083Z Compiling digest v0.10.7
15632024-09-25T16:48:30.262Z Compiling schemars_derive v0.8.21
15642024-09-25T16:48:30.576Z Compiling hmac v0.12.1
15652024-09-25T16:48:30.750Z Compiling block-padding v0.3.3
15662024-09-25T16:48:30.834Z Compiling openssl-macros v0.1.1
15672024-09-25T16:48:30.988Z Compiling futures-util v0.3.30
15682024-09-25T16:48:31.135Z Compiling inout v0.1.3
15692024-09-25T16:48:31.748Z Compiling cipher v0.4.4
15702024-09-25T16:48:32.243Z Compiling sha2 v0.10.8
15712024-09-25T16:48:32.425Z Compiling scroll_derive v0.12.0
15722024-09-25T16:48:32.562Z Compiling pest v2.7.10
15732024-09-25T16:48:33.751Z Compiling der v0.7.9
15742024-09-25T16:48:33.920Z Compiling untrusted v0.9.0
15752024-09-25T16:48:34.666Z Compiling tracing v0.1.40
15762024-09-25T16:48:35.599Z Compiling pest_meta v2.7.10
15772024-09-25T16:48:35.648Z Compiling salsa20 v0.10.2
15782024-09-25T16:48:35.931Z Compiling pbkdf2 v0.12.2
15792024-09-25T16:48:36.149Z Compiling spki v0.7.3
15802024-09-25T16:48:37.232Z Compiling pest_generator v2.7.10
15812024-09-25T16:48:38.070Z Compiling bytes v1.7.2
15822024-09-25T16:48:39.458Z Compiling tokio v1.39.3
15832024-09-25T16:48:39.879Z Compiling bitflags v2.6.0
15842024-09-25T16:48:39.947Z Compiling indexmap v2.4.0
15852024-09-25T16:48:40.165Z Compiling rustc_version v0.4.0
15862024-09-25T16:48:40.850Z Compiling serde_tokenstream v0.2.2
15872024-09-25T16:48:41.575Z Compiling uuid v1.10.0
15882024-09-25T16:48:41.618Z Compiling chrono v0.4.38
15892024-09-25T16:48:42.116Z Compiling http v0.2.12
15902024-09-25T16:48:43.073Z Compiling regex-automata v0.4.6
15912024-09-25T16:48:45.463Z Compiling dyn-clone v1.0.17
15922024-09-25T16:48:46.137Z Compiling crc32fast v1.4.0
15932024-09-25T16:48:47.569Z Compiling pest_derive v2.7.10
15942024-09-25T16:48:48.579Z Compiling scrypt v0.11.0
15952024-09-25T16:48:49.244Z Compiling tokio-util v0.7.11
15962024-09-25T16:48:50.325Z Compiling cbc v0.1.2
15972024-09-25T16:48:50.596Z Compiling aes v0.8.4
15982024-09-25T16:48:51.286Z Compiling usdt-impl v0.5.0
15992024-09-25T16:48:51.547Z Compiling percent-encoding v2.3.1
16002024-09-25T16:48:51.597Z Compiling powerfmt v0.2.0
16012024-09-25T16:48:51.819Z Compiling heck v0.4.1
16022024-09-25T16:48:52.071Z Compiling deranged v0.3.11
16032024-09-25T16:48:52.186Z Compiling pkcs5 v0.7.1
16042024-09-25T16:48:53.366Z Compiling heapless v0.7.17
16052024-09-25T16:48:53.862Z Compiling scroll v0.12.0
16062024-09-25T16:48:54.136Z Compiling pin-project-internal v1.1.5
16072024-09-25T16:48:54.486Z Compiling zerocopy-derive v0.6.6
16082024-09-25T16:48:55.088Z Compiling backtrace v0.3.71
16092024-09-25T16:48:55.568Z Compiling errno v0.3.9
16102024-09-25T16:48:55.895Z Compiling ppv-lite86 v0.2.17
16112024-09-25T16:48:56.716Z Compiling try-lock v0.2.5
16122024-09-25T16:48:56.911Z Compiling num_threads v0.1.7
16132024-09-25T16:48:56.911Z Compiling plain v0.2.3
16142024-09-25T16:48:57.083Z Compiling num-bigint-dig v0.8.4
16152024-09-25T16:48:57.211Z Compiling time v0.3.36
16162024-09-25T16:48:57.239Z Compiling goblin v0.8.2
16172024-09-25T16:48:57.414Z Compiling want v0.3.1
16182024-09-25T16:48:57.484Z Compiling rand_chacha v0.3.1
16192024-09-25T16:48:58.476Z Compiling pkcs8 v0.10.2
16202024-09-25T16:48:58.905Z Compiling regex v1.10.6
16212024-09-25T16:48:59.681Z Compiling async-trait v0.1.82
16222024-09-25T16:48:59.900Z Compiling rustversion v1.0.17
16232024-09-25T16:49:00.122Z Compiling httpdate v1.0.3
16242024-09-25T16:49:00.789Z Compiling tower-service v0.3.2
16252024-09-25T16:49:00.888Z Compiling strsim v0.11.1
16262024-09-25T16:49:01.052Z Compiling pretty-hex v0.4.1
16272024-09-25T16:49:02.315Z Compiling rand v0.8.5
16282024-09-25T16:49:02.603Z Compiling form_urlencoded v1.2.1
16292024-09-25T16:49:02.669Z Compiling dtrace-parser v0.2.0
16302024-09-25T16:49:03.169Z Compiling curve25519-dalek v4.1.3
16312024-09-25T16:49:03.875Z Compiling dof v0.3.0
16322024-09-25T16:49:04.753Z Compiling thread-id v4.2.1
16332024-09-25T16:49:05.578Z Compiling unicode-width v0.1.13
16342024-09-25T16:49:05.913Z Compiling foreign-types-shared v0.1.1
16352024-09-25T16:49:06.871Z Compiling anyhow v1.0.89
16362024-09-25T16:49:07.438Z Compiling signal-hook v0.3.17
16372024-09-25T16:49:07.522Z Compiling smoltcp v0.9.1
16382024-09-25T16:49:07.672Z Compiling foreign-types v0.3.2
16392024-09-25T16:49:09.834Z Compiling http-body v0.4.6
16402024-09-25T16:49:10.640Z Compiling h2 v0.3.26
16412024-09-25T16:49:12.326Z Compiling clap_derive v4.5.18
16422024-09-25T16:49:12.517Z Compiling siphasher v0.3.11
16432024-09-25T16:49:12.889Z Compiling base64 v0.21.7
16442024-09-25T16:49:18.807Z Compiling hyper v0.14.30
16452024-09-25T16:49:21.391Z Compiling rustls-webpki v0.101.7
16462024-09-25T16:49:22.084Z Compiling sct v0.7.1
16472024-09-25T16:49:22.501Z Compiling hubpack_derive v0.1.1
16482024-09-25T16:49:23.473Z Compiling openapiv3 v2.0.0
16492024-09-25T16:49:23.763Z Compiling http v1.1.0
16502024-09-25T16:49:26.462Z Compiling signature v2.2.0
16512024-09-25T16:49:26.753Z Compiling curve25519-dalek-derive v0.1.1
16522024-09-25T16:49:28.469Z Compiling idna v0.5.0
16532024-09-25T16:49:29.557Z Compiling fs-err v2.11.0
16542024-09-25T16:49:30.149Z Compiling utf8parse v0.2.1
16552024-09-25T16:49:30.289Z Compiling openssl-probe v0.1.5
16562024-09-25T16:49:30.343Z Compiling anstyle v1.0.8
16572024-09-25T16:49:30.901Z Compiling finl_unicode v1.2.0
16582024-09-25T16:49:31.616Z Compiling stringprep v0.1.4
16592024-09-25T16:49:32.729Z Compiling anstyle-parse v0.2.4
16602024-09-25T16:49:32.831Z Compiling url v2.5.2
16612024-09-25T16:49:38.620Z Compiling usdt-attr-macro v0.5.0
16622024-09-25T16:49:39.197Z Compiling usdt-macro v0.5.0
16632024-09-25T16:49:40.101Z Compiling serde_spanned v0.6.7
16642024-09-25T16:49:40.458Z Compiling toml_datetime v0.6.8
16652024-09-25T16:49:40.498Z Compiling md-5 v0.10.6
16662024-09-25T16:49:40.691Z Compiling regress v0.9.1
16672024-09-25T16:49:40.801Z Compiling idna v0.3.0
16682024-09-25T16:49:42.713Z Compiling lazy_static v1.5.0
16692024-09-25T16:49:42.740Z Compiling num-integer v0.1.46
16702024-09-25T16:49:42.907Z Compiling ff v0.13.0
16712024-09-25T16:49:43.056Z Compiling hash32 v0.2.1
16722024-09-25T16:49:43.322Z Compiling encoding_rs v0.8.34
16732024-09-25T16:49:43.492Z Compiling adler v1.0.2
16742024-09-25T16:49:43.555Z Compiling base64 v0.22.1
16752024-09-25T16:49:43.737Z Compiling mime v0.3.17
16762024-09-25T16:49:44.307Z Compiling atomic-waker v1.1.2
16772024-09-25T16:49:44.367Z Compiling fallible-iterator v0.2.0
16782024-09-25T16:49:44.534Z Compiling gimli v0.28.1
16792024-09-25T16:49:44.851Z Compiling psl-types v2.0.11
16802024-09-25T16:49:45.168Z Compiling is_terminal_polyfill v1.70.0
16812024-09-25T16:49:45.203Z Compiling base16ct v0.2.0
16822024-09-25T16:49:45.331Z Compiling stable_deref_trait v1.2.0
16832024-09-25T16:49:45.511Z Compiling anstyle-query v1.0.3
16842024-09-25T16:49:45.653Z Compiling colorchoice v1.0.1
16852024-09-25T16:49:45.687Z Compiling publicsuffix v2.2.3
16862024-09-25T16:49:45.853Z Compiling anstream v0.6.14
16872024-09-25T16:49:45.972Z Compiling sec1 v0.7.3
16882024-09-25T16:49:46.596Z Compiling postgres-protocol v0.6.7
16892024-09-25T16:49:46.932Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16902024-09-25T16:49:47.172Z Compiling h2 v0.4.6
16912024-09-25T16:49:47.783Z Compiling miniz_oxide v0.7.2
16922024-09-25T16:49:48.470Z Compiling num-iter v0.1.45
16932024-09-25T16:49:48.672Z Compiling group v0.13.0
16942024-09-25T16:49:48.990Z Compiling addr2line v0.21.0
16952024-09-25T16:49:51.944Z Compiling tokio-rustls v0.24.1
16962024-09-25T16:49:52.535Z Compiling terminal_size v0.3.0
16972024-09-25T16:49:52.745Z Compiling tokio-native-tls v0.3.1
16982024-09-25T16:49:53.012Z Compiling http-body v1.0.0
16992024-09-25T16:49:53.093Z Compiling phf_shared v0.11.2
17002024-09-25T16:49:53.249Z Compiling strum_macros v0.25.3
17012024-09-25T16:49:53.643Z Compiling serde_urlencoded v0.7.1
17022024-09-25T16:49:54.221Z Compiling pin-project v1.1.5
17032024-09-25T16:49:54.283Z Compiling enum-as-inner v0.6.0
17042024-09-25T16:49:55.243Z Compiling hkdf v0.12.4
17052024-09-25T16:49:55.314Z Compiling crypto-bigint v0.5.5
17062024-09-25T16:49:55.376Z Compiling serde_repr v0.1.19
17072024-09-25T16:49:55.510Z Compiling object v0.32.2
17082024-09-25T16:49:56.651Z Compiling managed v0.8.0
17092024-09-25T16:49:56.844Z Compiling ipnet v2.9.0
17102024-09-25T16:49:57.110Z Compiling tower-layer v0.3.2
17112024-09-25T16:49:57.836Z Compiling adler2 v2.0.0
17122024-09-25T16:49:58.049Z Compiling bitflags v1.3.2
17132024-09-25T16:49:58.087Z Compiling clap_lex v0.7.0
17142024-09-25T16:49:58.133Z Compiling either v1.13.0
17152024-09-25T16:49:58.556Z Compiling rustc-demangle v0.1.24
17162024-09-25T16:49:58.712Z Compiling winnow v0.5.40
17172024-09-25T16:49:58.789Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17182024-09-25T16:49:59.338Z Compiling clap_builder v4.5.18
17192024-09-25T16:49:59.407Z Compiling elliptic-curve v0.13.8
17202024-09-25T16:50:00.757Z Compiling miniz_oxide v0.8.0
17212024-09-25T16:50:02.050Z Compiling rustls-pemfile v1.0.4
17222024-09-25T16:50:02.135Z Compiling tower v0.4.13
17232024-09-25T16:50:02.404Z Compiling toml_edit v0.19.15
17242024-09-25T16:50:02.984Z Compiling hyper v1.4.1
17252024-09-25T16:50:04.208Z Compiling phf v0.11.2
17262024-09-25T16:50:04.548Z Compiling hyper-tls v0.5.0
17272024-09-25T16:50:05.432Z Compiling hyper-rustls v0.24.2
17282024-09-25T16:50:05.742Z Compiling cookie_store v0.20.0
17292024-09-25T16:50:05.991Z Compiling postgres-types v0.2.7
17302024-09-25T16:50:06.181Z Compiling ed25519 v2.2.3
17312024-09-25T16:50:06.705Z Compiling hubpack v0.1.2
17322024-09-25T16:50:06.928Z Compiling phf_shared v0.10.0
17332024-09-25T16:50:07.314Z Compiling pkcs1 v0.7.5
17342024-09-25T16:50:07.385Z Compiling zerocopy v0.6.6
17352024-09-25T16:50:07.467Z Compiling bstr v1.9.1
17362024-09-25T16:50:07.584Z Compiling futures-executor v0.3.30
17372024-09-25T16:50:08.048Z Compiling serde-big-array v0.5.1
17382024-09-25T16:50:08.224Z Compiling rfc6979 v0.4.0
17392024-09-25T16:50:08.375Z Compiling idna v0.4.0
17402024-09-25T16:50:08.420Z Compiling float-cmp v0.9.0
17412024-09-25T16:50:08.564Z Compiling mio v0.8.11
17422024-09-25T16:50:08.643Z Compiling memmap v0.7.0
17432024-09-25T16:50:09.040Z Compiling precomputed-hash v0.1.1
17442024-09-25T16:50:09.335Z Compiling webpki-roots v0.25.4
17452024-09-25T16:50:09.594Z Compiling data-encoding v2.6.0
17462024-09-25T16:50:09.688Z Compiling unicode-segmentation v1.11.0
17472024-09-25T16:50:09.691Z Compiling minimal-lexical v0.2.1
17482024-09-25T16:50:10.039Z Compiling new_debug_unreachable v1.0.6
17492024-09-25T16:50:10.145Z Compiling sync_wrapper v0.1.2
17502024-09-25T16:50:10.202Z Compiling predicates-core v1.0.6
17512024-09-25T16:50:10.282Z Compiling whoami v1.5.1
17522024-09-25T16:50:10.359Z Compiling bit-vec v0.6.3
17532024-09-25T16:50:10.447Z Compiling fixedbitset v0.4.2
17542024-09-25T16:50:10.509Z Compiling difflib v0.4.0
17552024-09-25T16:50:10.797Z Compiling static_assertions v1.1.0
17562024-09-25T16:50:10.912Z Compiling winnow v0.6.18
17572024-09-25T16:50:10.973Z Compiling normalize-line-endings v0.3.0
17582024-09-25T16:50:11.113Z Compiling predicates v3.1.2
17592024-09-25T16:50:11.241Z Compiling reqwest v0.11.27
17602024-09-25T16:50:12.301Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
17612024-09-25T16:50:12.340Z Compiling petgraph v0.6.5
17622024-09-25T16:50:12.474Z Compiling bit-set v0.5.3
17632024-09-25T16:50:12.601Z Compiling tokio-postgres v0.7.11
17642024-09-25T16:50:12.751Z Compiling similar v2.6.0
17652024-09-25T16:50:14.683Z Compiling toml_edit v0.22.20
17662024-09-25T16:50:14.736Z Compiling hickory-proto v0.24.1
17672024-09-25T16:50:16.264Z Compiling string_cache v0.8.7
17682024-09-25T16:50:16.707Z Compiling nom v7.1.3
17692024-09-25T16:50:17.710Z Compiling signal-hook-mio v0.2.4
17702024-09-25T16:50:17.908Z Compiling usdt v0.5.0
17712024-09-25T16:50:18.388Z Compiling ecdsa v0.16.9
17722024-09-25T16:50:19.265Z Compiling futures v0.3.30
17732024-09-25T16:50:19.396Z Compiling rsa v0.9.6
17742024-09-25T16:50:20.279Z Compiling ed25519-dalek v2.1.1
17752024-09-25T16:50:20.966Z Compiling toml v0.7.8
17762024-09-25T16:50:20.991Z Compiling hyper-util v0.1.7
17772024-09-25T16:50:21.616Z Compiling crossbeam-epoch v0.9.18
17782024-09-25T16:50:21.712Z Compiling flate2 v1.0.33
17792024-09-25T16:50:22.305Z Compiling clap v4.5.18
17802024-09-25T16:50:22.441Z Compiling itertools v0.12.1
17812024-09-25T16:50:22.514Z Compiling itertools v0.10.5
17822024-09-25T16:50:22.610Z Compiling console v0.15.8
17832024-09-25T16:50:24.061Z Compiling tokio-stream v0.1.15
17842024-09-25T16:50:24.809Z Compiling hex v0.4.3
17852024-09-25T16:50:25.036Z Compiling x509-cert v0.2.5
17862024-09-25T16:50:25.431Z Compiling sha1 v0.10.6
17872024-09-25T16:50:25.985Z Compiling camino v1.1.9
17882024-09-25T16:50:26.307Z Compiling lalrpop-util v0.19.12
17892024-09-25T16:50:26.375Z Compiling peg-runtime v0.8.3
17902024-09-25T16:50:26.582Z Compiling unicode-xid v0.2.4
17912024-09-25T16:50:27.127Z Compiling radium v0.7.0
17922024-09-25T16:50:29.294Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17932024-09-25T16:50:32.539Z Compiling is-terminal v0.4.12
17942024-09-25T16:50:34.563Z Compiling maybe-uninit v2.0.0
17952024-09-25T16:50:35.549Z Compiling rustls-pki-types v1.7.0
17962024-09-25T16:50:35.950Z Compiling ident_case v1.0.1
17972024-09-25T16:50:36.139Z Compiling tap v1.0.1
17982024-09-25T16:50:36.982Z Compiling wyz v0.5.1
17992024-09-25T16:50:41.014Z Compiling darling_core v0.20.9
18002024-09-25T16:50:51.681Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18012024-09-25T16:50:53.098Z Compiling getopts v0.2.21
18022024-09-25T16:50:53.619Z Compiling bzip2-sys v0.1.11+1.0.8
18032024-09-25T16:50:54.158Z Compiling dirs-sys-next v0.1.2
18042024-09-25T16:50:54.657Z Compiling packed_struct v0.10.1
18052024-09-25T16:50:55.201Z Compiling rustls v0.22.4
18062024-09-25T16:50:55.512Z Compiling funty v2.0.0
18072024-09-25T16:50:55.887Z Compiling paste v1.0.15
18082024-09-25T16:50:56.204Z Compiling unsafe-libyaml v0.2.11
18092024-09-25T16:50:57.850Z Compiling serde_yaml v0.9.34+deprecated
18102024-09-25T16:50:57.949Z Compiling bitvec v1.0.1
18112024-09-25T16:51:00.180Z Compiling dirs-next v2.0.0
18122024-09-25T16:51:01.517Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18132024-09-25T16:51:02.564Z Compiling darling_macro v0.20.9
18142024-09-25T16:51:03.842Z Compiling rustls-webpki v0.102.4
18152024-09-25T16:51:08.680Z Compiling packed_struct_codegen v0.10.1
18162024-09-25T16:51:09.353Z Compiling structmeta-derive v0.3.0
18172024-09-25T16:51:09.986Z Compiling thread_local v1.1.8
18182024-09-25T16:51:11.145Z Compiling multer v3.1.0
18192024-09-25T16:51:11.222Z Compiling indexmap v1.9.3
18202024-09-25T16:51:11.464Z Compiling fastrand v2.1.0
18212024-09-25T16:51:11.547Z Compiling nodrop v0.1.14
18222024-09-25T16:51:11.690Z Compiling slog-async v2.8.0
18232024-09-25T16:51:12.127Z Compiling rayon-core v1.12.1
18242024-09-25T16:51:12.348Z Compiling match_cfg v0.1.0
18252024-09-25T16:51:12.448Z Compiling crc-catalog v2.4.0
18262024-09-25T16:51:12.499Z Compiling hostname v0.3.1
18272024-09-25T16:51:12.617Z Compiling crc v3.2.1
18282024-09-25T16:51:14.568Z Compiling structmeta v0.3.0
18292024-09-25T16:51:14.688Z Compiling tempfile v3.10.1
18302024-09-25T16:51:14.714Z Compiling array-init v0.0.4
18312024-09-25T16:51:20.225Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18322024-09-25T16:51:22.397Z Compiling smallvec v0.6.14
18332024-09-25T16:51:22.908Z Compiling darling v0.20.9
18342024-09-25T16:51:23.042Z Compiling term v0.7.0
18352024-09-25T16:51:27.217Z Compiling crossbeam-deque v0.8.5
18362024-09-25T16:51:27.336Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18372024-09-25T16:51:27.601Z Compiling slog-json v2.6.1
18382024-09-25T16:51:28.376Z Compiling crossbeam-channel v0.5.12
18392024-09-25T16:51:29.038Z Compiling async-stream-impl v0.3.5
18402024-09-25T16:51:30.025Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18412024-09-25T16:51:31.023Z Compiling hashbrown v0.12.3
18422024-09-25T16:51:31.207Z Compiling same-file v1.0.6
18432024-09-25T16:51:31.833Z Compiling termcolor v1.4.1
18442024-09-25T16:51:32.940Z Compiling take_mut v0.2.2
18452024-09-25T16:51:32.979Z Compiling bitfield v0.14.0
18462024-09-25T16:51:33.293Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18472024-09-25T16:51:35.149Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18482024-09-25T16:51:45.353Z Compiling env_logger v0.10.2
18492024-09-25T16:51:45.373Z Compiling walkdir v2.5.0
18502024-09-25T16:51:48.369Z Compiling async-stream v0.3.5
18512024-09-25T16:51:50.006Z Compiling slog-bunyan v2.5.0
18522024-09-25T16:51:50.833Z Compiling tokio-rustls v0.25.0
18532024-09-25T16:51:50.997Z Compiling slog-term v2.9.1
18542024-09-25T16:51:51.285Z Compiling serde_with_macros v3.9.0
18552024-09-25T16:51:51.391Z Compiling serde-hex v0.1.0
18562024-09-25T16:51:53.592Z Compiling bzip2 v0.4.4
18572024-09-25T16:51:54.040Z Compiling parse-display-derive v0.10.0
18582024-09-25T16:51:56.564Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18592024-09-25T16:51:56.600Z Compiling toml v0.8.19
18602024-09-25T16:51:56.904Z Compiling rustls-pemfile v2.1.3
18612024-09-25T16:51:57.666Z Compiling waitgroup v0.1.2
18622024-09-25T16:51:59.230Z Compiling ron v0.8.1
18632024-09-25T16:52:00.303Z Compiling strum_macros v0.26.4
18642024-09-25T16:52:00.732Z Compiling ipnetwork v0.20.0
18652024-09-25T16:52:00.941Z Compiling newtype-uuid v1.1.0
18662024-09-25T16:52:01.172Z Compiling xattr v1.3.1
18672024-09-25T16:52:01.311Z Compiling snafu-derive v0.8.2
18682024-09-25T16:52:01.713Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18692024-09-25T16:52:02.748Z Compiling serde_path_to_error v0.1.16
18702024-09-25T16:52:03.466Z Compiling hashbrown v0.13.2
18712024-09-25T16:52:03.793Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18722024-09-25T16:52:04.613Z Compiling blake3 v1.5.1
18732024-09-25T16:52:04.761Z Compiling ring v0.16.20
18742024-09-25T16:52:04.850Z Compiling hostname v0.4.0
18752024-09-25T16:52:04.901Z Compiling filetime v0.2.25
18762024-09-25T16:52:05.138Z Compiling instant v0.1.12
18772024-09-25T16:52:05.268Z Compiling buf-list v1.0.3
18782024-09-25T16:52:05.448Z Compiling crc-any v2.5.0
18792024-09-25T16:52:05.718Z Compiling debug-ignore v1.0.5
18802024-09-25T16:52:05.934Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18812024-09-25T16:52:06.247Z Compiling snafu v0.8.2
18822024-09-25T16:52:06.346Z Compiling backoff v0.4.0
18832024-09-25T16:52:06.382Z Compiling tar v0.4.41
18842024-09-25T16:52:06.561Z Compiling strum v0.26.3
18852024-09-25T16:52:06.743Z Compiling object v0.30.4
18862024-09-25T16:52:06.779Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18872024-09-25T16:52:07.003Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18882024-09-25T16:52:07.543Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18892024-09-25T16:52:07.644Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18902024-09-25T16:52:09.381Z Compiling parse-display v0.10.0
18912024-09-25T16:52:11.092Z Compiling zip v0.6.6
18922024-09-25T16:52:11.302Z Compiling serde_with v3.9.0
18932024-09-25T16:52:11.407Z Compiling rayon v1.10.0
18942024-09-25T16:52:11.803Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18952024-09-25T16:52:12.558Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18962024-09-25T16:52:13.761Z Compiling camino-tempfile v1.1.1
18972024-09-25T16:52:14.530Z Compiling globset v0.4.14
18982024-09-25T16:52:15.678Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18992024-09-25T16:52:15.881Z Compiling pem v3.0.4
19002024-09-25T16:52:16.277Z Compiling olpc-cjson v0.1.3
19012024-09-25T16:52:16.649Z Compiling macaddr v1.0.1
19022024-09-25T16:52:17.336Z Compiling serde_plain v1.0.2
19032024-09-25T16:52:17.340Z Compiling async-recursion v1.1.1
19042024-09-25T16:52:17.356Z Compiling memmap2 v0.9.4
19052024-09-25T16:52:17.832Z Compiling arrayvec v0.7.4
19062024-09-25T16:52:17.933Z Compiling spin v0.5.2
19072024-09-25T16:52:18.205Z Compiling arrayref v0.3.7
19082024-09-25T16:52:18.295Z Compiling untrusted v0.7.1
19092024-09-25T16:52:18.319Z Compiling typed-path v0.7.1
19102024-09-25T16:52:18.479Z Compiling constant_time_eq v0.3.0
19112024-09-25T16:52:18.675Z Compiling path-slash v0.1.5
19122024-09-25T16:52:18.911Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19132024-09-25T16:52:21.409Z Compiling tough v0.17.1
19142024-09-25T16:52:22.195Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19152024-09-25T16:52:24.351Z Compiling itertools v0.13.0
19162024-09-25T16:52:25.125Z Compiling cargo-platform v0.1.8
19172024-09-25T16:52:26.262Z Compiling parse-size v1.0.0
19182024-09-25T16:52:26.574Z Compiling topological-sort v0.2.2
19192024-09-25T16:52:26.854Z Compiling omicron-zone-package v0.11.0
19202024-09-25T16:52:27.199Z Compiling cargo_metadata v0.18.1
19212024-09-25T16:52:28.085Z Compiling shell-words v1.1.0
19222024-09-25T16:52:35.033Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19232024-09-25T16:52:47.613Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
19242024-09-25T16:53:01.320Z Finished `release` profile [optimized] target(s) in 4m 54s
19252024-09-25T16:53:01.479Z Running `target/release/omicron-releng --output-dir /work`
19262024-09-25T16:53:01.524ZSep 25 16:53:00.602 DEBG changing working directory to /work/oxidecomputer/omicron
19272024-09-25T16:53:01.629ZSep 25 16:53:00.707 DEBG running: git rev-parse HEAD
19282024-09-25T16:53:01.635ZSep 25 16:53:00.714 DEBG process exited with exit status: 0 (6.823776ms)
19292024-09-25T16:53:01.635ZSep 25 16:53:00.714 INFO version: 11.0.0-0.ci+gitbb0989ea490
19302024-09-25T16:53:01.678ZSep 25 16:53:00.756 INFO cloning helios to /work/oxidecomputer/helios
19312024-09-25T16:53:01.678ZSep 25 16:53:00.756 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
19322024-09-25T16:53:01.684ZCloning into '/work/oxidecomputer/helios'...
19332024-09-25T16:53:02.196ZSep 25 16:53:01.274 DEBG process exited with exit status: 0 (518.203977ms)
19342024-09-25T16:53:02.196ZSep 25 16:53:01.274 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
19352024-09-25T16:53:02.203Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
19362024-09-25T16:53:02.204Z# branch.head master
19372024-09-25T16:53:02.204Z# branch.upstream origin/master
19382024-09-25T16:53:02.204Z# branch.ab +0 -0
19392024-09-25T16:53:02.206ZSep 25 16:53:01.282 DEBG process exited with exit status: 0 (7.977316ms)
19402024-09-25T16:53:02.206ZSep 25 16:53:01.282 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
19412024-09-25T16:53:02.939ZSep 25 16:53:02.017 DEBG process exited with exit status: 0 (734.925253ms)
19422024-09-25T16:53:02.939ZSep 25 16:53:02.017 DEBG running: zfs list rpool/images/build/host
19432024-09-25T16:53:02.946ZNAME USED AVAIL REFER MOUNTPOINT
19442024-09-25T16:53:02.946Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
19452024-09-25T16:53:02.948ZSep 25 16:53:02.025 DEBG process exited with exit status: 0 (7.25135ms)
19462024-09-25T16:53:02.949ZSep 25 16:53:02.025 DEBG running: zfs list rpool/images/build/recovery
19472024-09-25T16:53:02.952ZNAME USED AVAIL REFER MOUNTPOINT
19482024-09-25T16:53:02.952Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
19492024-09-25T16:53:02.955ZSep 25 16:53:02.031 DEBG process exited with exit status: 0 (6.1554ms)
19502024-09-25T16:53:02.955ZSep 25 16:53:02.032 INFO [hubris-production] running task
19512024-09-25T16:53:02.955ZSep 25 16:53:02.032 INFO [hubris-staging] running task
19522024-09-25T16:53:02.957ZSep 25 16:53:02.033 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19532024-09-25T16:53:02.959ZSep 25 16:53:02.036 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
19542024-09-25T16:53:03.360Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19552024-09-25T16:53:03.511Z[ omicron-package] Blocking waiting for file lock on package cache
19562024-09-25T16:53:04.208Z[ omicron-package] Blocking waiting for file lock on package cache
19572024-09-25T16:53:04.500Z[ omicron-package] Blocking waiting for file lock on package cache
19582024-09-25T16:53:04.849ZSep 25 16:53:03.913 INFO [hubris-production] task succeeded (1.880589596s)
19592024-09-25T16:53:05.224Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19602024-09-25T16:53:05.229Z[ omicron-package] Compiling heapless v0.8.0
19612024-09-25T16:53:05.229Z[ omicron-package] Compiling hash32 v0.3.1
19622024-09-25T16:53:05.229Z[ omicron-package] Compiling smoltcp v0.11.0
19632024-09-25T16:53:05.229Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19642024-09-25T16:53:05.229Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19652024-09-25T16:53:05.229Z[ omicron-package] Compiling embedded-io v0.4.0
19662024-09-25T16:53:05.229Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19672024-09-25T16:53:06.109Z[ omicron-package] Compiling cobs v0.2.3
19682024-09-25T16:53:06.428Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19692024-09-25T16:53:06.777Z[ omicron-package] Compiling postcard v1.0.8
19702024-09-25T16:53:06.854Z[ omicron-package] Compiling num_enum_derive v0.5.11
19712024-09-25T16:53:06.854Z[ omicron-package] Compiling proc-macro-error v1.0.4
19722024-09-25T16:53:06.978Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19732024-09-25T16:53:07.313Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19742024-09-25T16:53:07.450Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19752024-09-25T16:53:07.606Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19762024-09-25T16:53:08.638Z[ omicron-package] Compiling tabwriter v1.4.0
19772024-09-25T16:53:08.732Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19782024-09-25T16:53:08.816Z[ omicron-package] Compiling cstr-argument v0.1.2
19792024-09-25T16:53:09.042Z[ omicron-package] Compiling foreign-types v0.5.0
19802024-09-25T16:53:09.293Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19812024-09-25T16:53:09.574Z[ omicron-package] Compiling pretty-hex v0.2.1
19822024-09-25T16:53:09.826Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19832024-09-25T16:53:09.836Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19842024-09-25T16:53:10.668Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19852024-09-25T16:53:10.853Z[ omicron-package] Compiling colored v2.1.0
19862024-09-25T16:53:10.931Z[ omicron-package] Compiling socket2 v0.4.10
19872024-09-25T16:53:11.047Z[ omicron-package] Compiling num_enum v0.5.11
19882024-09-25T16:53:11.142Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19892024-09-25T16:53:11.263Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
19902024-09-25T16:53:11.507Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19912024-09-25T16:53:11.829Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19922024-09-25T16:53:11.974Z[ omicron-package] Compiling sigpipe v0.1.3
19932024-09-25T16:53:12.595Z[ omicron-package] Compiling num-derive v0.4.2
19942024-09-25T16:53:12.928Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19952024-09-25T16:53:12.928Z[ omicron-package] Compiling libefi-sys v0.1.0
19962024-09-25T16:53:13.149Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19972024-09-25T16:53:13.467ZSep 25 16:53:12.543 INFO [hubris-staging] task succeeded (10.510481341s)
19982024-09-25T16:53:13.944Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19992024-09-25T16:53:13.984Z[ omicron-package] Compiling smf v0.2.3
20002024-09-25T16:53:14.085Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20012024-09-25T16:53:14.088Z[ omicron-package] Compiling zone v0.3.0
20022024-09-25T16:53:14.594Z[ omicron-package] Compiling bitfield-struct v0.6.1
20032024-09-25T16:53:15.292Z[ omicron-package] Compiling portable-atomic v1.6.0
20042024-09-25T16:53:17.122Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20052024-09-25T16:53:17.125Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
20062024-09-25T16:53:17.598Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20072024-09-25T16:53:19.514Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20082024-09-25T16:53:19.562Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20092024-09-25T16:53:19.696Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20102024-09-25T16:53:20.041Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20112024-09-25T16:53:20.360Z[ omicron-package] Compiling gethostname v0.5.0
20122024-09-25T16:53:20.689Z[ omicron-package] Compiling number_prefix v0.4.0
20132024-09-25T16:53:21.659Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20142024-09-25T16:53:22.365Z[ omicron-package] Compiling indicatif v0.17.8
20152024-09-25T16:53:24.270Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20162024-09-25T16:53:27.651Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20172024-09-25T16:53:28.071Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20182024-09-25T16:53:29.616Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20192024-09-25T16:53:44.199Z[ helios-setup] Sep 25 16:53:43.269 INFO helios repository root is: /work/oxidecomputer/helios
20202024-09-25T16:53:44.202Z[ helios-setup] Sep 25 16:53:43.272 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20212024-09-25T16:53:44.202Z[ helios-setup] Sep 25 16:53:43.272 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
20222024-09-25T16:53:44.202Z[ helios-setup] Sep 25 16:53:43.272 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20232024-09-25T16:53:44.207Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20242024-09-25T16:53:45.353Z[ helios-setup] Sep 25 16:53:44.423 INFO clone ok!, project: phbl
20252024-09-25T16:53:45.355Z[ helios-setup] Sep 25 16:53:44.423 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
20262024-09-25T16:53:45.356Z[ helios-setup] Sep 25 16:53:44.423 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
20272024-09-25T16:53:45.358Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20282024-09-25T16:53:46.339Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20292024-09-25T16:53:46.353Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20302024-09-25T16:53:49.287Z[ omicron-package] Finished `release` profile [optimized] target(s) in 46.31s
20312024-09-25T16:53:49.531Z[ omicron-package]
20322024-09-25T16:53:49.531Z[ omicron-package] real 46.521964546
20332024-09-25T16:53:49.531Z[ omicron-package] user 2:45.521326743
20342024-09-25T16:53:49.534Z[ omicron-package] sys 22.941040459
20352024-09-25T16:53:49.534Z[ omicron-package] trap 0.166852037
20362024-09-25T16:53:49.534Z[ omicron-package] tflt 1.030615078
20372024-09-25T16:53:49.534Z[ omicron-package] dflt 0.686785277
20382024-09-25T16:53:49.534Z[ omicron-package] kflt 0.007587256
20392024-09-25T16:53:49.534Z[ omicron-package] lock 5:48.393017809
20402024-09-25T16:53:49.534Z[ omicron-package] slp 9:06.848296993
20412024-09-25T16:53:49.534Z[ omicron-package] lat 1:38.456648140
20422024-09-25T16:53:49.534Z[ omicron-package] stop 1:02.315473680
20432024-09-25T16:53:49.534ZSep 25 16:53:48.601 INFO [omicron-package] process exited with exit status: 0 (46.564666789s)
20442024-09-25T16:53:49.534ZSep 25 16:53:48.601 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
20452024-09-25T16:53:49.572ZSep 25 16:53:48.641 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20462024-09-25T16:53:49.584Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20472024-09-25T16:53:49.586Z[ host-target] Created new build target 'host' and set it as active
20482024-09-25T16:53:49.586ZSep 25 16:53:48.655 INFO [host-target] process exited with exit status: 0 (54.147359ms)
20492024-09-25T16:53:49.586Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20502024-09-25T16:53:49.586ZSep 25 16:53:48.656 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20512024-09-25T16:53:49.590Z[ recovery-target] Created new build target 'recovery' and set it as active
20522024-09-25T16:53:49.593ZSep 25 16:53:48.661 INFO [recovery-target] process exited with exit status: 0 (19.786756ms)
20532024-09-25T16:53:49.599Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20542024-09-25T16:53:50.559Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20552024-09-25T16:53:50.568Z[ helios-setup] Sep 25 16:53:49.636 INFO clone ok!, project: amd-host-image-builder
20562024-09-25T16:53:50.571Z[ helios-setup] Sep 25 16:53:49.637 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
20572024-09-25T16:53:50.571Z[ helios-setup] Sep 25 16:53:49.637 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20582024-09-25T16:53:50.574Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20592024-09-25T16:53:50.848Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20602024-09-25T16:53:50.848Z[ host-package] Compiling convert_case v0.4.0
20612024-09-25T16:53:50.848Z[ host-package] Compiling camino v1.1.9
20622024-09-25T16:53:50.851Z[ host-package] Compiling newline-converter v0.3.0
20632024-09-25T16:53:50.851Z[ host-package] Compiling password-hash v0.5.0
20642024-09-25T16:53:50.851Z[ host-package] Compiling blake2 v0.10.6
20652024-09-25T16:53:50.851Z[ host-package] Compiling cancel-safe-futures v0.1.5
20662024-09-25T16:53:50.851Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20672024-09-25T16:53:51.204Z[ host-package] Compiling expectorate v1.1.0
20682024-09-25T16:53:51.229Z[ host-package] Compiling derive-where v1.2.7
20692024-09-25T16:53:51.472Z[ host-package] Compiling libsw v3.3.1
20702024-09-25T16:53:51.638Z[ helios-setup] Sep 25 16:53:50.632 INFO clone ok!, project: chelsio-t6-roms
20712024-09-25T16:53:51.638Z[ helios-setup] Sep 25 16:53:50.632 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
20722024-09-25T16:53:51.638Z[ helios-setup] Sep 25 16:53:50.633 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
20732024-09-25T16:53:51.641Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
20742024-09-25T16:53:51.750Z[ host-package] Compiling derive_more v0.99.18
20752024-09-25T16:53:51.891Z[ host-package] Compiling argon2 v0.5.3
20762024-09-25T16:53:52.003Z[ host-package] Compiling indent_write v2.2.0
20772024-09-25T16:53:52.096Z[ host-package] Compiling owo-colors v4.0.0
20782024-09-25T16:53:52.225Z[ host-package] Compiling swrite v0.1.0
20792024-09-25T16:53:52.238Z[ helios-setup] Sep 25 16:53:51.307 INFO clone ok!, project: pinprick
20802024-09-25T16:53:52.241Z[ helios-setup] Sep 25 16:53:51.307 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
20812024-09-25T16:53:52.241Z[ helios-setup] Sep 25 16:53:51.307 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20822024-09-25T16:53:52.245Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20832024-09-25T16:53:52.247Z[ host-package] Compiling linear-map v1.2.0
20842024-09-25T16:53:52.368Z[ host-package] Compiling humantime v2.1.0
20852024-09-25T16:53:52.659Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20862024-09-25T16:53:52.847Z[ host-package] Compiling toml v0.8.19
20872024-09-25T16:53:53.212Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20882024-09-25T16:53:53.234Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20892024-09-25T16:53:53.288Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20902024-09-25T16:53:53.308Z[ helios-setup] Sep 25 16:53:52.375 INFO clone ok!, project: pilot
20912024-09-25T16:53:53.308Z[ helios-setup] Sep 25 16:53:52.376 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
20922024-09-25T16:53:53.308Z[ helios-setup] Sep 25 16:53:52.376 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
20932024-09-25T16:53:53.312Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
20942024-09-25T16:53:53.696Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20952024-09-25T16:53:53.936Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20962024-09-25T16:53:54.336Z[ host-package] Compiling num-rational v0.4.2
20972024-09-25T16:53:54.431Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20982024-09-25T16:53:54.452Z[ host-package] Compiling num-complex v0.4.6
20992024-09-25T16:53:54.991Z[ host-package] Compiling dirs-sys-next v0.1.2
21002024-09-25T16:53:55.549Z[ host-package] Compiling dirs-next v2.0.0
21012024-09-25T16:53:55.760Z[ host-package] Compiling num v0.4.3
21022024-09-25T16:53:55.905Z[ host-package] Compiling float-ord v0.3.2
21032024-09-25T16:53:55.924Z[ host-package] Compiling term v0.7.0
21042024-09-25T16:53:56.086Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21052024-09-25T16:53:56.907Z[ host-package] Compiling atomicwrites v0.4.4
21062024-09-25T16:53:57.235Z[ host-package] Compiling semver v0.1.20
21072024-09-25T16:53:57.547Z[ host-package] Compiling prettyplease v0.2.20
21082024-09-25T16:53:57.836Z[ host-package] Compiling utf-8 v0.7.6
21092024-09-25T16:53:57.924Z[ host-package] Compiling rustc_version v0.1.7
21102024-09-25T16:53:58.213Z[ host-package] Compiling is-terminal v0.4.12
21112024-09-25T16:53:58.330Z[ host-package] Compiling newtype_derive v0.1.6
21122024-09-25T16:53:58.363Z[ host-package] Compiling cookie v0.18.1
21132024-09-25T16:53:58.445Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21142024-09-25T16:53:58.716Z[ host-package] Compiling highway v1.2.0
21152024-09-25T16:53:59.066Z[ host-package] Compiling rustls-pki-types v1.7.0
21162024-09-25T16:53:59.574Z[ host-package] Compiling linked-hash-map v0.5.6
21172024-09-25T16:54:00.082Z[ host-package] Compiling lru-cache v0.1.2
21182024-09-25T16:54:00.253Z[ host-package] Compiling steno v0.4.1
21192024-09-25T16:54:00.369Z[ host-package] Compiling home v0.5.9
21202024-09-25T16:54:00.541Z[ helios-setup] Sep 25 16:53:59.609 INFO clone ok!, project: amd-firmware
21212024-09-25T16:54:00.544Z[ helios-setup] Sep 25 16:53:59.609 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
21222024-09-25T16:54:00.544Z[ helios-setup] Sep 25 16:53:59.609 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
21232024-09-25T16:54:00.547Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
21242024-09-25T16:54:00.711Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21252024-09-25T16:54:01.347Z[ host-package] Compiling quick-error v1.2.3
21262024-09-25T16:54:01.454Z[ helios-setup] Sep 25 16:54:00.517 INFO clone ok!, project: image-builder
21272024-09-25T16:54:01.457Z[ helios-setup] Sep 25 16:54:00.518 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
21282024-09-25T16:54:01.457Z[ helios-setup] Sep 25 16:54:00.518 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21292024-09-25T16:54:01.457Z[ helios-setup] Sep 25 16:54:00.518 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
21302024-09-25T16:54:01.457Z[ helios-setup] Sep 25 16:54:00.518 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21312024-09-25T16:54:01.457Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21322024-09-25T16:54:01.570Z[ host-package] Compiling resolv-conf v0.7.0
21332024-09-25T16:54:02.180Z[ helios-setup] Sep 25 16:54:01.247 INFO clone ok!, project: bootserver
21342024-09-25T16:54:02.184Z[ helios-setup] Sep 25 16:54:01.247 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
21352024-09-25T16:54:02.609Z[ host-package] Compiling rustls-webpki v0.102.4
21362024-09-25T16:54:02.877Z[ helios-setup] Sep 25 16:54:01.944 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
21372024-09-25T16:54:03.498Z[ helios-setup] Sep 25 16:54:02.565 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
21382024-09-25T16:54:03.502Z[ helios-setup] Sep 25 16:54:02.565 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
21392024-09-25T16:54:03.729Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21402024-09-25T16:54:04.022Z[ helios-setup] Sep 25 16:54:03.088 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
21412024-09-25T16:54:04.540Z[ helios-setup] Sep 25 16:54:03.606 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
21422024-09-25T16:54:04.542Z[ helios-setup] Sep 25 16:54:03.606 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
21432024-09-25T16:54:04.623Z[ host-package] Compiling rustls v0.22.4
21442024-09-25T16:54:04.693Z[ host-package] Compiling thread_local v1.1.8
21452024-09-25T16:54:05.063Z[ helios-setup] Sep 25 16:54:04.129 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
21462024-09-25T16:54:05.242Z[ host-package] Compiling match_cfg v0.1.0
21472024-09-25T16:54:05.433Z[ host-package] Compiling hostname v0.3.1
21482024-09-25T16:54:05.636Z[ helios-setup] Sep 25 16:54:04.703 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21492024-09-25T16:54:05.640Z[ helios-setup] Sep 25 16:54:04.703 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21502024-09-25T16:54:05.640Z[ helios-setup] Sep 25 16:54:04.703 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21512024-09-25T16:54:05.640Z[ helios-setup] Sep 25 16:54:04.703 INFO ok!
21522024-09-25T16:54:05.640Z[ helios-setup] Sep 25 16:54:04.703 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21532024-09-25T16:54:05.640Z[ helios-setup] Sep 25 16:54:04.703 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21542024-09-25T16:54:05.640Z[ helios-setup] Sep 25 16:54:04.703 INFO ok!
21552024-09-25T16:54:05.640Z[ helios-setup] Sep 25 16:54:04.703 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21562024-09-25T16:54:05.640Z[ helios-setup] Sep 25 16:54:04.703 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21572024-09-25T16:54:05.640Z[ helios-setup] Sep 25 16:54:04.703 INFO ok!
21582024-09-25T16:54:05.640Z[ helios-setup] Sep 25 16:54:04.703 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
21592024-09-25T16:54:05.640Z[ helios-setup] Sep 25 16:54:04.703 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
21602024-09-25T16:54:05.647Z[ helios-setup] Sep 25 16:54:04.713 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
21612024-09-25T16:54:05.960Z[ helios-setup] Sep 25 16:54:05.026 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
21622024-09-25T16:54:05.960Z[ helios-setup] Sep 25 16:54:05.026 INFO E| info: downloading component 'cargo'
21632024-09-25T16:54:06.204Z[ host-package] Compiling hickory-resolver v0.24.1
21642024-09-25T16:54:07.874Z[ helios-setup] Sep 25 16:54:06.940 INFO E| info: downloading component 'clippy'
21652024-09-25T16:54:08.393Z[ host-package] Compiling multer v3.1.0
21662024-09-25T16:54:08.429Z[ helios-setup] Sep 25 16:54:07.495 INFO E| info: downloading component 'rust-docs'
21672024-09-25T16:54:08.477Z[ host-package] Compiling slog-async v2.8.0
21682024-09-25T16:54:08.556Z[ host-package] Compiling slog-json v2.6.1
21692024-09-25T16:54:08.829Z[ host-package] Compiling crossbeam-channel v0.5.12
21702024-09-25T16:54:08.927Z[ host-package] Compiling take_mut v0.2.2
21712024-09-25T16:54:09.109Z[ host-package] Compiling slog-bunyan v2.5.0
21722024-09-25T16:54:09.637Z[ helios-setup] Sep 25 16:54:08.703 INFO E| info: downloading component 'rust-src'
21732024-09-25T16:54:09.905Z[ helios-setup] Sep 25 16:54:08.970 INFO E| info: downloading component 'rust-std'
21742024-09-25T16:54:10.296Z[ host-package] Compiling tokio-rustls v0.25.0
21752024-09-25T16:54:10.718Z[ host-package] Compiling slog-term v2.9.1
21762024-09-25T16:54:10.955Z[ host-package] Compiling rustls-pemfile v2.1.3
21772024-09-25T16:54:11.412Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21782024-09-25T16:54:11.491Z[ host-package] Compiling async-stream v0.3.5
21792024-09-25T16:54:11.825Z[ host-package] Compiling waitgroup v0.1.2
21802024-09-25T16:54:11.919Z[ host-package] Compiling ipnetwork v0.20.0
21812024-09-25T16:54:12.059Z[ host-package] Compiling newtype-uuid v1.1.0
21822024-09-25T16:54:12.106Z[ helios-setup] Sep 25 16:54:11.171 INFO E| info: downloading component 'rustc'
21832024-09-25T16:54:12.408Z[ host-package] Compiling serde_path_to_error v0.1.16
21842024-09-25T16:54:12.710Z[ host-package] Compiling hostname v0.4.0
21852024-09-25T16:54:12.952Z[ host-package] Compiling instant v0.1.12
21862024-09-25T16:54:13.117Z[ host-package] Compiling debug-ignore v1.0.5
21872024-09-25T16:54:13.329Z[ host-package] Compiling backoff v0.4.0
21882024-09-25T16:54:13.704Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21892024-09-25T16:54:14.080Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21902024-09-25T16:54:14.773Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21912024-09-25T16:54:14.776Z[ host-package] Compiling parse-display v0.10.0
21922024-09-25T16:54:15.335Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21932024-09-25T16:54:15.560Z[ host-package] Compiling serde_with v3.9.0
21942024-09-25T16:54:16.598Z[ helios-setup] Sep 25 16:54:15.661 INFO E| info: downloading component 'rustfmt'
21952024-09-25T16:54:16.807Z[ helios-setup] Sep 25 16:54:15.871 INFO E| info: installing component 'cargo'
21962024-09-25T16:54:16.947Z[ host-package] Compiling strum v0.26.3
21972024-09-25T16:54:17.184Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21982024-09-25T16:54:18.291Z[ helios-setup] Sep 25 16:54:17.354 INFO E| info: installing component 'clippy'
21992024-09-25T16:54:18.734Z[ helios-setup] Sep 25 16:54:17.798 INFO E| info: installing component 'rust-docs'
22002024-09-25T16:54:20.162Z[ host-package] Compiling macaddr v1.0.1
22012024-09-25T16:54:20.566Z[ host-package] Compiling slog-dtrace v0.3.0
22022024-09-25T16:54:20.620Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22032024-09-25T16:54:23.182Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22042024-09-25T16:54:23.320Z[ host-package] Compiling display-error-chain v0.2.1
22052024-09-25T16:54:23.552Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22062024-09-25T16:54:23.696Z[ host-package] Compiling half v2.4.1
22072024-09-25T16:54:24.315Z[ helios-setup] Sep 25 16:54:23.378 INFO E| info: installing component 'rust-src'
22082024-09-25T16:54:24.374Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22092024-09-25T16:54:24.592Z[ host-package] Compiling ciborium-io v0.2.2
22102024-09-25T16:54:24.848Z[ host-package] Compiling ciborium-ll v0.2.2
22112024-09-25T16:54:24.940Z[ host-package] Compiling tungstenite v0.21.0
22122024-09-25T16:54:25.093Z[ helios-setup] Sep 25 16:54:24.156 INFO E| info: installing component 'rust-std'
22132024-09-25T16:54:25.524Z[ host-package] Compiling ciborium v0.2.2
22142024-09-25T16:54:27.677Z[ helios-setup] Sep 25 16:54:26.739 INFO E| info: installing component 'rustc'
22152024-09-25T16:54:28.133Z[ host-package] Compiling tokio-tungstenite v0.21.0
22162024-09-25T16:54:28.881Z[ host-package] Compiling rayon-core v1.12.1
22172024-09-25T16:54:28.915Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22182024-09-25T16:54:30.786Z[ host-package] Compiling crossbeam-deque v0.8.5
22192024-09-25T16:54:31.082Z[ host-package] Compiling fastrand v2.1.0
22202024-09-25T16:54:31.205Z[ host-package] Compiling same-file v1.0.6
22212024-09-25T16:54:31.475Z[ host-package] Compiling walkdir v2.5.0
22222024-09-25T16:54:31.657Z[ host-package] Compiling tempfile v3.10.1
22232024-09-25T16:54:32.604Z[ host-package] Compiling ring v0.16.20
22242024-09-25T16:54:33.928Z[ host-package] Compiling rayon v1.10.0
22252024-09-25T16:54:34.465Z[ helios-setup] Sep 25 16:54:33.524 INFO E| info: installing component 'rustfmt'
22262024-09-25T16:54:35.412Z[ helios-setup] Sep 25 16:54:34.472 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
22272024-09-25T16:54:36.258Z[ host-package] Compiling blake3 v1.5.1
22282024-09-25T16:54:36.315Z[ helios-setup] Sep 25 16:54:35.375 INFO E| From https://github.com/oxidecomputer/amd-apcb
22292024-09-25T16:54:36.315Z[ helios-setup] Sep 25 16:54:35.375 INFO E| * [new branch] issue-113 -> origin/issue-113
22302024-09-25T16:54:36.315Z[ helios-setup] Sep 25 16:54:35.375 INFO E| * [new branch] main -> origin/main
22312024-09-25T16:54:36.318Z[ helios-setup] Sep 25 16:54:35.375 INFO E| * [new ref] -> origin/HEAD
22322024-09-25T16:54:36.318Z[ helios-setup] Sep 25 16:54:35.376 INFO E| * [new tag] v0.1.3 -> v0.1.3
22332024-09-25T16:54:36.318Z[ helios-setup] Sep 25 16:54:35.376 INFO E| * [new tag] v0.1.4 -> v0.1.4
22342024-09-25T16:54:36.318Z[ helios-setup] Sep 25 16:54:35.376 INFO E| * [new tag] v0.1.5 -> v0.1.5
22352024-09-25T16:54:36.318Z[ helios-setup] Sep 25 16:54:35.376 INFO E| * [new tag] v0.2.0 -> v0.2.0
22362024-09-25T16:54:36.318Z[ helios-setup] Sep 25 16:54:35.376 INFO E| * [new tag] v0.3.0 -> v0.3.0
22372024-09-25T16:54:36.318Z[ helios-setup] Sep 25 16:54:35.376 INFO E| * [new tag] v0.3.1 -> v0.3.1
22382024-09-25T16:54:36.318Z[ helios-setup] Sep 25 16:54:35.377 INFO E| * [new tag] v0.3.2 -> v0.3.2
22392024-09-25T16:54:36.318Z[ helios-setup] Sep 25 16:54:35.377 INFO E| * [new tag] v0.3.3 -> v0.3.3
22402024-09-25T16:54:36.318Z[ helios-setup] Sep 25 16:54:35.377 INFO E| * [new tag] v0.4.0 -> v0.4.0
22412024-09-25T16:54:36.318Z[ helios-setup] Sep 25 16:54:35.377 INFO E| * [new tag] v0.4.1 -> v0.4.1
22422024-09-25T16:54:36.345Z[ helios-setup] Sep 25 16:54:35.406 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
22432024-09-25T16:54:36.959Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22442024-09-25T16:54:37.071Z[ helios-setup] Sep 25 16:54:36.132 INFO E| From https://github.com/oxidecomputer/amd-efs
22452024-09-25T16:54:37.071Z[ helios-setup] Sep 25 16:54:36.132 INFO E| * [new branch] empty -> origin/empty
22462024-09-25T16:54:37.074Z[ helios-setup] Sep 25 16:54:36.132 INFO E| * [new branch] issue-99 -> origin/issue-99
22472024-09-25T16:54:37.074Z[ helios-setup] Sep 25 16:54:36.132 INFO E| * [new branch] main -> origin/main
22482024-09-25T16:54:37.074Z[ helios-setup] Sep 25 16:54:36.132 INFO E| * [new branch] review -> origin/review
22492024-09-25T16:54:37.074Z[ helios-setup] Sep 25 16:54:36.132 INFO E| * [new ref] -> origin/HEAD
22502024-09-25T16:54:37.074Z[ helios-setup] Sep 25 16:54:36.132 INFO E| * [new tag] v0.2.0 -> v0.2.0
22512024-09-25T16:54:37.074Z[ helios-setup] Sep 25 16:54:36.133 INFO E| * [new tag] v0.2.1 -> v0.2.1
22522024-09-25T16:54:37.074Z[ helios-setup] Sep 25 16:54:36.133 INFO E| * [new tag] v0.2.2 -> v0.2.2
22532024-09-25T16:54:37.074Z[ helios-setup] Sep 25 16:54:36.133 INFO E| * [new tag] v0.2.3 -> v0.2.3
22542024-09-25T16:54:37.074Z[ helios-setup] Sep 25 16:54:36.133 INFO E| * [new tag] v0.2.4 -> v0.2.4
22552024-09-25T16:54:37.074Z[ helios-setup] Sep 25 16:54:36.133 INFO E| * [new tag] v0.2.5 -> v0.2.5
22562024-09-25T16:54:37.074Z[ helios-setup] Sep 25 16:54:36.133 INFO E| * [new tag] v0.2.6 -> v0.2.6
22572024-09-25T16:54:37.074Z[ helios-setup] Sep 25 16:54:36.133 INFO E| * [new tag] v0.2.7 -> v0.2.7
22582024-09-25T16:54:37.074Z[ helios-setup] Sep 25 16:54:36.133 INFO E| * [new tag] v0.3.0 -> v0.3.0
22592024-09-25T16:54:37.074Z[ helios-setup] Sep 25 16:54:36.134 INFO E| * [new tag] v0.3.1 -> v0.3.1
22602024-09-25T16:54:37.074Z[ helios-setup] Sep 25 16:54:36.134 INFO E| * [new tag] v0.4.0 -> v0.4.0
22612024-09-25T16:54:37.096Z[ helios-setup] Sep 25 16:54:36.157 INFO E| Updating crates.io index
22622024-09-25T16:54:37.361Z[ helios-setup] Sep 25 16:54:36.422 INFO E| Downloading crates ...
22632024-09-25T16:54:37.506Z[ helios-setup] Sep 25 16:54:36.566 INFO E| Downloaded bytesize v1.3.0
22642024-09-25T16:54:37.509Z[ helios-setup] Sep 25 16:54:36.569 INFO E| Downloaded modular-bitfield v0.11.2
22652024-09-25T16:54:37.529Z[ helios-setup] Sep 25 16:54:36.589 INFO E| Downloaded unic-char-range v0.9.0
22662024-09-25T16:54:37.531Z[ helios-setup] Sep 25 16:54:36.591 INFO E| Downloaded unic-char-property v0.9.0
22672024-09-25T16:54:37.534Z[ helios-setup] Sep 25 16:54:36.593 INFO E| Downloaded strum v0.23.0
22682024-09-25T16:54:37.534Z[ helios-setup] Sep 25 16:54:36.594 INFO E| Downloaded proc-macro-crate v0.1.5
22692024-09-25T16:54:37.536Z[ helios-setup] Sep 25 16:54:36.595 INFO E| Downloaded parse_int v0.6.0
22702024-09-25T16:54:37.536Z[ helios-setup] Sep 25 16:54:36.597 INFO E| Downloaded unic-common v0.9.0
22712024-09-25T16:54:37.539Z[ helios-setup] Sep 25 16:54:36.598 INFO E| Downloaded num-derive v0.3.3
22722024-09-25T16:54:37.541Z[ helios-setup] Sep 25 16:54:36.600 INFO E| Downloaded memoffset v0.5.6
22732024-09-25T16:54:37.541Z[ helios-setup] Sep 25 16:54:36.602 INFO E| Downloaded fletcher v0.1.0
22742024-09-25T16:54:37.544Z[ helios-setup] Sep 25 16:54:36.603 INFO E| Downloaded ansi_term v0.12.1
22752024-09-25T16:54:37.546Z[ helios-setup] Sep 25 16:54:36.606 INFO E| Downloaded vec_map v0.8.2
22762024-09-25T16:54:37.549Z[ helios-setup] Sep 25 16:54:36.608 INFO E| Downloaded semver v0.9.0
22772024-09-25T16:54:37.560Z[ helios-setup] Sep 25 16:54:36.610 INFO E| Downloaded pre v0.2.1
22782024-09-25T16:54:37.560Z[ helios-setup] Sep 25 16:54:36.611 INFO E| Downloaded pest_generator v2.7.11
22792024-09-25T16:54:37.571Z[ helios-setup] Sep 25 16:54:36.631 INFO E| Downloaded unic-ucd-version v0.9.0
22802024-09-25T16:54:37.574Z[ helios-setup] Sep 25 16:54:36.633 INFO E| Downloaded unic-ucd-ident v0.9.0
22812024-09-25T16:54:37.576Z[ helios-setup] Sep 25 16:54:36.636 INFO E| Downloaded textwrap v0.11.0
22822024-09-25T16:54:37.579Z[ helios-setup] Sep 25 16:54:36.638 INFO E| Downloaded strum_macros v0.23.1
22832024-09-25T16:54:37.581Z[ helios-setup] Sep 25 16:54:36.641 INFO E| Downloaded pest_derive v2.7.11
22842024-09-25T16:54:37.584Z[ helios-setup] Sep 25 16:54:36.645 INFO E| Downloaded structopt-derive v0.4.18
22852024-09-25T16:54:37.587Z[ helios-setup] Sep 25 16:54:36.647 INFO E| Downloaded strsim v0.8.0
22862024-09-25T16:54:37.590Z[ helios-setup] Sep 25 16:54:36.649 INFO E| Downloaded structopt v0.3.26
22872024-09-25T16:54:37.601Z[ helios-setup] Sep 25 16:54:36.662 INFO E| Downloaded toml v0.5.11
22882024-09-25T16:54:37.605Z[ helios-setup] Sep 25 16:54:36.666 INFO E| Downloaded serde_derive v1.0.204
22892024-09-25T16:54:37.609Z[ helios-setup] Sep 25 16:54:36.670 INFO E| Downloaded serde v1.0.204
22902024-09-25T16:54:37.615Z[ helios-setup] Sep 25 16:54:36.675 INFO E| Downloaded log v0.4.22
22912024-09-25T16:54:37.618Z[ helios-setup] Sep 25 16:54:36.679 INFO E| Downloaded pre-proc-macro v0.2.1
22922024-09-25T16:54:37.621Z[ helios-setup] Sep 25 16:54:36.682 INFO E| Downloaded memchr v2.7.4
22932024-09-25T16:54:37.630Z[ helios-setup] Sep 25 16:54:36.690 INFO E| Downloaded pest v2.7.11
22942024-09-25T16:54:37.638Z[ helios-setup] Sep 25 16:54:36.698 INFO E| Downloaded serde_json v1.0.120
22952024-09-25T16:54:37.650Z[ helios-setup] Sep 25 16:54:36.710 INFO E| Downloaded clap v2.34.0
22962024-09-25T16:54:37.658Z[ helios-setup] Sep 25 16:54:36.719 INFO E| Downloaded goblin v0.4.3
22972024-09-25T16:54:37.666Z[ helios-setup] Sep 25 16:54:36.727 INFO E| Downloaded syn v2.0.71
22982024-09-25T16:54:37.682Z[ helios-setup] Sep 25 16:54:36.743 INFO E| Downloaded pest_meta v2.7.11
22992024-09-25T16:54:37.685Z[ helios-setup] Sep 25 16:54:36.745 INFO E| Downloaded semver-parser v0.7.0
23002024-09-25T16:54:37.688Z[ helios-setup] Sep 25 16:54:36.746 INFO E| Downloaded scroll_derive v0.10.5
23012024-09-25T16:54:37.688Z[ helios-setup] Sep 25 16:54:36.748 INFO E| Downloaded scroll v0.10.2
23022024-09-25T16:54:37.691Z[ helios-setup] Sep 25 16:54:36.750 INFO E| Downloaded rustc_version v0.2.3
23032024-09-25T16:54:37.691Z[ helios-setup] Sep 25 16:54:36.751 INFO E| Downloaded modular-bitfield-impl v0.11.2
23042024-09-25T16:54:37.694Z[ helios-setup] Sep 25 16:54:36.753 INFO E| Downloaded libc v0.2.155
23052024-09-25T16:54:37.732Z[ helios-setup] Sep 25 16:54:36.792 INFO E| Downloaded cfg-if v0.1.10
23062024-09-25T16:54:37.734Z[ helios-setup] Sep 25 16:54:36.793 INFO E| Downloaded four-cc v0.3.0
23072024-09-25T16:54:37.840Z[ helios-setup] Sep 25 16:54:36.901 INFO E| Compiling proc-macro2 v1.0.86
23082024-09-25T16:54:37.845Z[ helios-setup] Sep 25 16:54:36.901 INFO E| Compiling unicode-ident v1.0.12
23092024-09-25T16:54:37.845Z[ helios-setup] Sep 25 16:54:36.901 INFO E| Compiling syn v1.0.109
23102024-09-25T16:54:37.845Z[ helios-setup] Sep 25 16:54:36.901 INFO E| Compiling version_check v0.9.4
23112024-09-25T16:54:37.845Z[ helios-setup] Sep 25 16:54:36.901 INFO E| Compiling thiserror v1.0.63
23122024-09-25T16:54:38.038Z[ helios-setup] Sep 25 16:54:37.098 INFO E| Compiling autocfg v1.3.0
23132024-09-25T16:54:38.063Z[ helios-setup] Sep 25 16:54:37.124 INFO E| Compiling semver-parser v0.7.0
23142024-09-25T16:54:38.125Z[ helios-setup] Sep 25 16:54:37.184 INFO E| Compiling serde v1.0.204
23152024-09-25T16:54:38.806Z[ helios-setup] Sep 25 16:54:37.863 INFO E| Compiling proc-macro-error-attr v1.0.4
23162024-09-25T16:54:39.650Z[ helios-setup] Sep 25 16:54:38.710 INFO E| Compiling semver v0.9.0
23172024-09-25T16:54:39.838Z[ helios-setup] Sep 25 16:54:38.897 INFO E| Compiling proc-macro-error v1.0.4
23182024-09-25T16:54:39.909Z[ helios-setup] Sep 25 16:54:38.967 INFO E| Compiling serde_json v1.0.120
23192024-09-25T16:54:40.099Z[ helios-setup] Sep 25 16:54:39.159 INFO E| Compiling ryu v1.0.18
23202024-09-25T16:54:40.145Z[ helios-setup] Sep 25 16:54:39.204 INFO E| Compiling rustc_version v0.2.3
23212024-09-25T16:54:40.304Z[ helios-setup] Sep 25 16:54:39.364 INFO E| Compiling num-traits v0.2.19
23222024-09-25T16:54:40.352Z[ host-package] Compiling xattr v1.3.1
23232024-09-25T16:54:40.695Z[ helios-setup] Sep 25 16:54:39.755 INFO E| Compiling schemars v0.8.21
23242024-09-25T16:54:40.712Z[ helios-setup] Sep 25 16:54:39.772 INFO E| Compiling itoa v1.0.11
23252024-09-25T16:54:40.807Z[ host-package] Compiling filetime v0.2.25
23262024-09-25T16:54:40.832Z[ helios-setup] Sep 25 16:54:39.892 INFO E| Compiling unicode-segmentation v1.11.0
23272024-09-25T16:54:41.044Z[ host-package] Compiling memmap2 v0.9.4
23282024-09-25T16:54:41.047Z[ helios-setup] Sep 25 16:54:40.106 INFO E| Compiling memoffset v0.5.6
23292024-09-25T16:54:41.068Z[ helios-setup] Sep 25 16:54:40.126 INFO E| Compiling pre-proc-macro v0.2.1
23302024-09-25T16:54:41.267Z[ helios-setup] Sep 25 16:54:40.327 INFO E| Compiling ucd-trie v0.1.6
23312024-09-25T16:54:41.360Z[ helios-setup] Sep 25 16:54:40.420 INFO E| Compiling lazy_static v1.5.0
23322024-09-25T16:54:41.561Z[ helios-setup] Sep 25 16:54:40.621 INFO E| Compiling rustversion v1.0.17
23332024-09-25T16:54:41.589Z[ helios-setup] Sep 25 16:54:40.649 INFO E| Compiling memchr v2.7.4
23342024-09-25T16:54:41.692Z[ host-package] Compiling arrayref v0.3.7
23352024-09-25T16:54:41.709Z[ helios-setup] Sep 25 16:54:40.769 INFO E| Compiling libc v0.2.155
23362024-09-25T16:54:41.930Z[ helios-setup] Sep 25 16:54:40.990 INFO E| Compiling quote v1.0.36
23372024-09-25T16:54:41.950Z[ host-package] Compiling spin v0.5.2
23382024-09-25T16:54:42.349Z[ host-package] Compiling keccak v0.1.5
23392024-09-25T16:54:42.532Z[ helios-setup] Sep 25 16:54:41.591 INFO E| Compiling heck v0.3.3
23402024-09-25T16:54:42.582Z[ host-package] Compiling arrayvec v0.7.4
23412024-09-25T16:54:42.606Z[ helios-setup] Sep 25 16:54:41.665 INFO E| Compiling dyn-clone v1.0.17
23422024-09-25T16:54:43.076Z[ helios-setup] Sep 25 16:54:42.134 INFO E| Compiling syn v2.0.71
23432024-09-25T16:54:43.290Z[ helios-setup] Sep 25 16:54:42.350 INFO E| Compiling paste v1.0.15
23442024-09-25T16:54:43.577Z[ helios-setup] Sep 25 16:54:42.637 INFO E| Compiling pre v0.2.1
23452024-09-25T16:54:43.667Z[ host-package] Compiling untrusted v0.7.1
23462024-09-25T16:54:44.002Z[ host-package] Compiling constant_time_eq v0.3.0
23472024-09-25T16:54:44.307Z[ helios-setup] Sep 25 16:54:43.367 INFO E| Compiling cfg-if v0.1.10
23482024-09-25T16:54:44.324Z[ helios-setup] Sep 25 16:54:43.383 INFO E| Compiling byteorder v1.5.0
23492024-09-25T16:54:44.392Z[ helios-setup] Sep 25 16:54:43.451 INFO E| Compiling static_assertions v1.1.0
23502024-09-25T16:54:44.482Z[ helios-setup] Sep 25 16:54:43.541 INFO E| Compiling once_cell v1.19.0
23512024-09-25T16:54:45.494Z[ helios-setup] Sep 25 16:54:44.553 INFO E| Compiling unicode-width v0.1.13
23522024-09-25T16:54:45.814Z[ helios-setup] Sep 25 16:54:44.873 INFO E| Compiling textwrap v0.11.0
23532024-09-25T16:54:46.791Z[ host-package] Compiling sha3 v0.10.8
23542024-09-25T16:54:47.044Z[ host-package] Compiling tar v0.4.41
23552024-09-25T16:54:47.050Z[ helios-setup] Sep 25 16:54:46.104 INFO E| Compiling strum v0.23.0
23562024-09-25T16:54:47.206Z[ helios-setup] Sep 25 16:54:46.264 INFO E| Compiling atty v0.2.14
23572024-09-25T16:54:47.415Z[ helios-setup] Sep 25 16:54:46.473 INFO E| Compiling ansi_term v0.12.1
23582024-09-25T16:54:47.491Z[ helios-setup] Sep 25 16:54:46.549 INFO E| Compiling unic-common v0.9.0
23592024-09-25T16:54:47.578Z[ helios-setup] Sep 25 16:54:46.637 INFO E| Compiling fletcher v0.1.0
23602024-09-25T16:54:47.674Z[ helios-setup] Sep 25 16:54:46.732 INFO E| Compiling strsim v0.8.0
23612024-09-25T16:54:47.793Z[ helios-setup] Sep 25 16:54:46.852 INFO E| Compiling vec_map v0.8.2
23622024-09-25T16:54:48.231Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23632024-09-25T16:54:48.242Z[ helios-setup] Sep 25 16:54:47.300 INFO E| Compiling parse_int v0.6.0
23642024-09-25T16:54:48.419Z[ helios-setup] Sep 25 16:54:47.477 INFO E| Compiling unic-char-range v0.9.0
23652024-09-25T16:54:48.435Z[ helios-setup] Sep 25 16:54:47.494 INFO E| Compiling bitflags v1.3.2
23662024-09-25T16:54:48.453Z[ host-package] Compiling camino-tempfile v1.1.1
23672024-09-25T16:54:48.526Z[ helios-setup] Sep 25 16:54:47.584 INFO E| Compiling clap v2.34.0
23682024-09-25T16:54:48.719Z[ helios-setup] Sep 25 16:54:47.778 INFO E| Compiling unic-char-property v0.9.0
23692024-09-25T16:54:48.753Z[ helios-setup] Sep 25 16:54:47.811 INFO E| Compiling unic-ucd-version v0.9.0
23702024-09-25T16:54:48.753Z[ helios-setup] Sep 25 16:54:47.812 INFO E| Compiling plain v0.2.3
23712024-09-25T16:54:48.992Z[ helios-setup] Sep 25 16:54:48.050 INFO E| Compiling log v0.4.22
23722024-09-25T16:54:49.060Z[ helios-setup] Sep 25 16:54:48.119 INFO E| Compiling unic-ucd-ident v0.9.0
23732024-09-25T16:54:49.169Z[ helios-setup] Sep 25 16:54:48.227 INFO E| Compiling bytesize v1.3.0
23742024-09-25T16:54:49.662Z[ host-package] Compiling toolchain_find v0.4.0
23752024-09-25T16:54:50.648Z[ host-package] Compiling nibble_vec v0.1.0
23762024-09-25T16:54:50.648Z[ host-package] Compiling atty v0.2.14
23772024-09-25T16:54:51.075Z[ host-package] Compiling endian-type v0.1.2
23782024-09-25T16:54:51.131Z[ host-package] Compiling crunchy v0.2.2
23792024-09-25T16:54:51.225Z[ host-package] Compiling maplit v1.0.2
23802024-09-25T16:54:51.485Z[ host-package] Compiling topological-sort v0.2.2
23812024-09-25T16:54:51.596Z[ helios-setup] Sep 25 16:54:50.654 INFO E| Compiling serde_derive_internals v0.29.1
23822024-09-25T16:54:51.645Z[ host-package] Compiling glob v0.3.1
23832024-09-25T16:54:51.942Z[ host-package] Compiling omicron-zone-package v0.11.0
23842024-09-25T16:54:52.100Z[ helios-setup] Sep 25 16:54:51.157 INFO E| Compiling toml v0.5.11
23852024-09-25T16:54:52.183Z[ host-package] Compiling radix_trie v0.2.1
23862024-09-25T16:54:52.535Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23872024-09-25T16:54:52.728Z[ host-package] Compiling tiny-keccak v2.0.2
23882024-09-25T16:54:53.027Z[ host-package] Compiling clang-sys v1.7.0
23892024-09-25T16:54:53.729Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23902024-09-25T16:54:53.781Z[ host-package] Compiling dsl_auto_type v0.1.2
23912024-09-25T16:54:54.155Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23922024-09-25T16:54:54.234Z[ host-package] Compiling secrecy v0.8.0
23932024-09-25T16:54:54.770Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23942024-09-25T16:54:55.367Z[ helios-setup] Sep 25 16:54:54.424 INFO E| Compiling proc-macro-crate v0.1.5
23952024-09-25T16:54:55.651Z[ host-package] Compiling arc-swap v1.7.1
23962024-09-25T16:54:55.801Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23972024-09-25T16:54:55.919Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23982024-09-25T16:54:56.210Z[ helios-setup] Sep 25 16:54:55.267 INFO E| Compiling thiserror-impl v1.0.63
23992024-09-25T16:54:56.353Z[ host-package] Compiling diesel_derives v2.2.2
24002024-09-25T16:54:56.502Z[ helios-setup] Sep 25 16:54:55.559 INFO E| Compiling serde_derive v1.0.204
24012024-09-25T16:54:56.540Z[ host-package] Compiling slog-scope v4.4.0
24022024-09-25T16:54:56.572Z[ host-package] Compiling r2d2 v0.8.10
24032024-09-25T16:54:56.780Z[ helios-setup] Sep 25 16:54:55.837 INFO E| Compiling schemars_derive v0.8.21
24042024-09-25T16:54:57.517Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
24052024-09-25T16:54:57.753Z[ helios-setup] Sep 25 16:54:56.809 INFO E| Compiling zerocopy-derive v0.6.6
24062024-09-25T16:54:57.769Z[ host-package] Compiling ascii-canvas v3.0.0
24072024-09-25T16:54:58.187Z[ host-package] Compiling universal-hash v0.5.1
24082024-09-25T16:54:58.775Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
24092024-09-25T16:54:58.838Z[ host-package] Compiling ena v0.14.3
24102024-09-25T16:54:59.680Z[ host-package] Compiling libloading v0.8.3
24112024-09-25T16:55:00.615Z[ host-package] Compiling bindgen v0.69.4
24122024-09-25T16:55:01.448Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24132024-09-25T16:55:01.664Z[ helios-setup] Sep 25 16:55:00.720 INFO E| Compiling pest v2.7.11
24142024-09-25T16:55:01.822Z[ host-package] Compiling regex-syntax v0.6.29
24152024-09-25T16:55:02.126Z[ helios-setup] Sep 25 16:55:01.182 INFO E| Compiling zerocopy v0.6.6
24162024-09-25T16:55:03.803Z[ host-package] Compiling diff v0.1.13
24172024-09-25T16:55:04.865Z[ helios-setup] Sep 25 16:55:03.920 INFO E| Compiling modular-bitfield-impl v0.11.2
24182024-09-25T16:55:04.868Z[ host-package] Compiling opaque-debug v0.3.1
24192024-09-25T16:55:05.207Z[ host-package] Compiling poly1305 v0.8.0
24202024-09-25T16:55:05.477Z[ helios-setup] Sep 25 16:55:04.532 INFO E| Compiling num-derive v0.3.3
24212024-09-25T16:55:05.747Z[ helios-setup] Sep 25 16:55:04.802 INFO E| Compiling strum_macros v0.23.1
24222024-09-25T16:55:05.943Z[ helios-setup] Sep 25 16:55:04.998 INFO E| Compiling scroll_derive v0.10.5
24232024-09-25T16:55:06.646Z[ helios-setup] Sep 25 16:55:05.701 INFO E| Compiling pest_meta v2.7.11
24242024-09-25T16:55:07.870Z[ helios-setup] Sep 25 16:55:06.924 INFO E| Compiling structopt-derive v0.4.18
24252024-09-25T16:55:08.311Z[ host-package] Compiling thiserror-no-std v2.0.2
24262024-09-25T16:55:08.806Z[ host-package] Compiling lalrpop v0.19.12
24272024-09-25T16:55:09.419Z[ helios-setup] Sep 25 16:55:08.474 INFO E| Compiling pest_generator v2.7.11
24282024-09-25T16:55:10.433Z[ helios-setup] Sep 25 16:55:09.487 INFO E| Compiling modular-bitfield v0.11.2
24292024-09-25T16:55:10.695Z[ helios-setup] Sep 25 16:55:09.749 INFO E| Compiling scroll v0.10.2
24302024-09-25T16:55:11.560Z[ helios-setup] Sep 25 16:55:10.614 INFO E| Compiling goblin v0.4.3
24312024-09-25T16:55:13.815Z[ helios-setup] Sep 25 16:55:12.868 INFO E| Compiling structopt v0.3.26
24322024-09-25T16:55:13.927Z[ helios-setup] Sep 25 16:55:12.980 INFO E| Compiling pest_derive v2.7.11
24332024-09-25T16:55:16.827Z[ host-package] Compiling diesel v2.2.4
24342024-09-25T16:55:19.704Z[ helios-setup] Sep 25 16:55:18.757 INFO E| Compiling json5 v0.4.1
24352024-09-25T16:55:25.038Z[ helios-setup] Sep 25 16:55:24.089 INFO E| Compiling four-cc v0.3.0
24362024-09-25T16:55:25.261Z[ helios-setup] Sep 25 16:55:24.309 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
24372024-09-25T16:55:25.458Z[ helios-setup] Sep 25 16:55:24.510 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
24382024-09-25T16:55:26.936Z[ host-package] Compiling slog-stdlog v4.1.1
24392024-09-25T16:55:28.085Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24402024-09-25T16:55:28.274Z[ host-package] Compiling which v4.4.2
24412024-09-25T16:55:29.213Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24422024-09-25T16:55:29.677Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24432024-09-25T16:55:29.940Z[ host-package] Compiling chacha20 v0.9.1
24442024-09-25T16:55:30.039Z[ host-package] Compiling cexpr v0.6.0
24452024-09-25T16:55:30.683Z[ host-package] Compiling aead v0.5.2
24462024-09-25T16:55:31.202Z[ host-package] Compiling ref-cast v1.0.23
24472024-09-25T16:55:31.783Z[ host-package] Compiling rustc-hash v1.1.0
24482024-09-25T16:55:32.070Z[ host-package] Compiling shlex v1.3.0
24492024-09-25T16:55:32.116Z[ host-package] Compiling lazycell v1.3.0
24502024-09-25T16:55:32.539Z[ host-package] Compiling chacha20poly1305 v0.10.1
24512024-09-25T16:55:32.893Z[ host-package] Compiling slog-envlogger v2.2.0
24522024-09-25T16:55:35.881Z[ host-package] Compiling vsss-rs v3.3.4
24532024-09-25T16:55:40.549Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24542024-09-25T16:55:40.829Z[ host-package] Compiling derive_builder_core v0.20.0
24552024-09-25T16:55:41.020Z[ host-package] Compiling headers-core v0.2.0
24562024-09-25T16:55:41.224Z[ host-package] Compiling fxhash v0.2.1
24572024-09-25T16:55:41.541Z[ host-package] Compiling libxml v0.3.3
24582024-09-25T16:55:42.053Z[ host-package] Compiling ref-cast-impl v1.0.23
24592024-09-25T16:55:43.351Z[ host-package] Compiling derive_builder_macro v0.20.0
24602024-09-25T16:55:43.538Z[ host-package] Compiling polar-core v0.27.3
24612024-09-25T16:55:43.762Z[ host-package] Compiling headers v0.3.9
24622024-09-25T16:55:45.004Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24632024-09-25T16:55:47.835Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24642024-09-25T16:55:47.917Z[ host-package] Compiling samael v0.0.17
24652024-09-25T16:55:48.290Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24662024-09-25T16:55:48.717Z[ host-package] Compiling strum_macros v0.24.3
24672024-09-25T16:55:49.960Z[ host-package] Compiling kstat-rs v0.2.4
24682024-09-25T16:55:51.027Z[ host-package] Compiling unicase v2.7.0
24692024-09-25T16:55:51.551Z[ host-package] Compiling dropshot v0.10.1
24702024-09-25T16:55:51.983Z[ host-package] Compiling indoc v1.0.9
24712024-09-25T16:55:52.541Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24722024-09-25T16:55:53.791Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24732024-09-25T16:55:59.018Z[ host-package] Compiling derive_builder v0.20.0
24742024-09-25T16:56:01.338Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24752024-09-25T16:56:03.621Z[ host-package] Compiling tungstenite v0.23.0
24762024-09-25T16:56:04.834Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24772024-09-25T16:56:05.274Z[ host-package] Compiling crossterm v0.28.1
24782024-09-25T16:56:07.393Z[ helios-setup] Sep 25 16:56:06.437 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
24792024-09-25T16:56:07.999Z[ host-package] Compiling dropshot_endpoint v0.10.1
24802024-09-25T16:56:10.634Z[ host-package] Compiling oso-derive v0.27.3
24812024-09-25T16:56:11.854Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
24822024-09-25T16:56:13.180Z[ host-package] Compiling libz-sys v1.1.16
24832024-09-25T16:56:13.836Z[ host-package] Compiling quick-xml v0.33.0
24842024-09-25T16:56:15.191Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
24852024-09-25T16:56:15.644Z[ host-package] Compiling cfg_aliases v0.1.1
24862024-09-25T16:56:15.845Z[ host-package] Compiling parking_lot_core v0.8.6
24872024-09-25T16:56:16.368Z[ host-package] Compiling nix v0.28.0
24882024-09-25T16:56:18.646Z[ host-package] Compiling tokio-tungstenite v0.23.1
24892024-09-25T16:56:19.461Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24902024-09-25T16:56:19.798Z[ host-package] Compiling oso v0.27.3
24912024-09-25T16:56:21.503Z[ helios-setup] Sep 25 16:56:20.544 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
24922024-09-25T16:56:21.632Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24932024-09-25T16:56:28.073Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24942024-09-25T16:56:28.464Z[ host-package] Compiling const_format_proc_macros v0.2.33
24952024-09-25T16:56:30.607Z[ host-package] Compiling bb8 v0.8.5
24962024-09-25T16:56:31.321Z[ host-package] Compiling vte_generate_state_changes v0.1.1
24972024-09-25T16:56:31.961Z[ host-package] Compiling vte v0.11.1
24982024-09-25T16:56:33.428Z[ host-package] Compiling async-bb8-diesel v0.2.1
24992024-09-25T16:56:34.405Z[ host-package] Compiling const_format v0.2.33
25002024-09-25T16:56:35.820Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
25012024-09-25T16:56:41.166Z[ host-package] Compiling fd-lock v4.0.2
25022024-09-25T16:56:41.561Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
25032024-09-25T16:56:42.355Z[ host-package] Compiling salty v0.3.0
25042024-09-25T16:56:42.896Z[ host-package] Compiling bytecount v0.6.8
25052024-09-25T16:56:43.312Z[ host-package] Compiling papergrid v0.11.0
25062024-09-25T16:56:57.571Z[ host-package] Compiling parking_lot v0.11.2
25072024-09-25T16:57:06.826Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25082024-09-25T16:57:07.764Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
25092024-09-25T16:57:07.919Z[ host-package] Compiling tabled_derive v0.7.0
25102024-09-25T16:57:10.317Z[ helios-setup] Sep 25 16:57:09.350 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 35s
25112024-09-25T16:57:10.355Z[ helios-setup] Sep 25 16:57:09.386 INFO building project "amd-host-image-builder" ok (184 seconds)
25122024-09-25T16:57:10.355Z[ helios-setup] Sep 25 16:57:09.386 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
25132024-09-25T16:57:10.358Z[ helios-setup] Sep 25 16:57:09.386 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
25142024-09-25T16:57:10.393Z[ host-package] Compiling crossterm v0.27.0
25152024-09-25T16:57:10.722Z[ helios-setup] Sep 25 16:57:09.754 INFO E| Compiling adler v1.0.2
25162024-09-25T16:57:10.859Z[ helios-setup] Sep 25 16:57:09.892 INFO E| Compiling miniz_oxide v0.7.2
25172024-09-25T16:57:12.851Z[ host-package] Compiling peg-macros v0.8.4
25182024-09-25T16:57:13.508Z[ helios-setup] Sep 25 16:57:12.540 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
25192024-09-25T16:57:14.284Z[ host-package] Compiling sqlparser_derive v0.2.2
25202024-09-25T16:57:14.335Z[ helios-setup] Sep 25 16:57:13.366 INFO E| Finished `release` profile [optimized] target(s) in 3.89s
25212024-09-25T16:57:14.343Z[ helios-setup] Sep 25 16:57:13.374 INFO building project "pinprick" ok (3 seconds)
25222024-09-25T16:57:14.343Z[ helios-setup] Sep 25 16:57:13.374 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
25232024-09-25T16:57:14.345Z[ helios-setup] Sep 25 16:57:13.374 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
25242024-09-25T16:57:14.819Z[ helios-setup] Sep 25 16:57:13.851 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
25252024-09-25T16:57:15.332Z[ helios-setup] Sep 25 16:57:14.363 INFO E| From https://github.com/jclulow/hiercmd
25262024-09-25T16:57:15.332Z[ helios-setup] Sep 25 16:57:14.363 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
25272024-09-25T16:57:15.386Z[ helios-setup] Sep 25 16:57:14.418 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
25282024-09-25T16:57:15.439Z[ host-package] Compiling rustls v0.23.10
25292024-09-25T16:57:15.764Z[ host-package] Compiling nu-ansi-term v0.50.0
25302024-09-25T16:57:15.866Z[ helios-setup] Sep 25 16:57:14.896 INFO E| From https://github.com/jclulow/network-interface
25312024-09-25T16:57:15.866Z[ helios-setup] Sep 25 16:57:14.896 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
25322024-09-25T16:57:15.885Z[ helios-setup] Sep 25 16:57:14.916 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
25332024-09-25T16:57:16.345Z[ helios-setup] Sep 25 16:57:15.377 INFO E| From https://github.com/oxidecomputer/boot-image-tools
25342024-09-25T16:57:16.345Z[ helios-setup] Sep 25 16:57:15.377 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
25352024-09-25T16:57:16.386Z[ helios-setup] Sep 25 16:57:15.417 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
25362024-09-25T16:57:16.470Z[ host-package] Compiling unicode_categories v0.1.1
25372024-09-25T16:57:17.006Z[ host-package] Compiling rustyline v14.0.0
25382024-09-25T16:57:17.151Z[ host-package] Compiling sqlformat v0.2.4
25392024-09-25T16:57:17.167Z[ helios-setup] Sep 25 16:57:16.198 INFO E| From https://github.com/oxidecomputer/facade
25402024-09-25T16:57:17.167Z[ helios-setup] Sep 25 16:57:16.198 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
25412024-09-25T16:57:17.235Z[ helios-setup] Sep 25 16:57:16.267 INFO E| Updating crates.io index
25422024-09-25T16:57:17.284Z[ host-package] Compiling peg v0.8.4
25432024-09-25T16:57:17.413Z[ host-package] Compiling reedline v0.33.0
25442024-09-25T16:57:17.578Z[ host-package] Compiling sqlparser v0.45.0
25452024-09-25T16:57:17.793Z[ host-package] Compiling tabled v0.15.0
25462024-09-25T16:57:17.812Z[ helios-setup] Sep 25 16:57:16.839 INFO E| Downloading crates ...
25472024-09-25T16:57:17.993Z[ helios-setup] Sep 25 16:57:17.024 INFO E| Downloaded const-random-macro v0.1.15
25482024-09-25T16:57:17.999Z[ helios-setup] Sep 25 16:57:17.030 INFO E| Downloaded const-random v0.1.15
25492024-09-25T16:57:18.003Z[ helios-setup] Sep 25 16:57:17.034 INFO E| Downloaded futures-sink v0.3.28
25502024-09-25T16:57:18.007Z[ helios-setup] Sep 25 16:57:17.037 INFO E| Downloaded block-buffer v0.10.3
25512024-09-25T16:57:18.011Z[ helios-setup] Sep 25 16:57:17.039 INFO E| Downloaded byteorder v1.4.3
25522024-09-25T16:57:18.013Z[ helios-setup] Sep 25 16:57:17.043 INFO E| Downloaded anstyle-parse v0.1.1
25532024-09-25T16:57:18.016Z[ helios-setup] Sep 25 16:57:17.046 INFO E| Downloaded semver v0.11.0
25542024-09-25T16:57:18.019Z[ helios-setup] Sep 25 16:57:17.050 INFO E| Downloaded concolor-override v1.0.0
25552024-09-25T16:57:18.022Z[ helios-setup] Sep 25 16:57:17.052 INFO E| Downloaded serde_spanned v0.6.1
25562024-09-25T16:57:18.024Z[ helios-setup] Sep 25 16:57:17.054 INFO E| Downloaded anstream v0.2.6
25572024-09-25T16:57:18.028Z[ helios-setup] Sep 25 16:57:17.059 INFO E| Downloaded httpdate v1.0.2
25582024-09-25T16:57:18.032Z[ helios-setup] Sep 25 16:57:17.063 INFO E| Downloaded iana-time-zone v0.1.56
25592024-09-25T16:57:18.037Z[ helios-setup] Sep 25 16:57:17.068 INFO E| Downloaded futures-io v0.3.28
25602024-09-25T16:57:18.040Z[ helios-setup] Sep 25 16:57:17.071 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
25612024-09-25T16:57:18.044Z[ helios-setup] Sep 25 16:57:17.075 INFO E| Downloaded memoffset v0.7.1
25622024-09-25T16:57:18.048Z[ helios-setup] Sep 25 16:57:17.079 INFO E| Downloaded want v0.3.0
25632024-09-25T16:57:18.050Z[ helios-setup] Sep 25 16:57:17.082 INFO E| Downloaded slab v0.4.7
25642024-09-25T16:57:18.055Z[ helios-setup] Sep 25 16:57:17.086 INFO E| Downloaded pkg-config v0.3.26
25652024-09-25T16:57:18.057Z[ helios-setup] Sep 25 16:57:17.089 INFO E| Downloaded built v0.6.0
25662024-09-25T16:57:18.061Z[ helios-setup] Sep 25 16:57:17.093 INFO E| Downloaded getrandom v0.2.8
25672024-09-25T16:57:18.068Z[ helios-setup] Sep 25 16:57:17.099 INFO E| Downloaded thiserror-impl v1.0.38
25682024-09-25T16:57:18.071Z[ helios-setup] Sep 25 16:57:17.101 INFO E| Downloaded ahash v0.8.3
25692024-09-25T16:57:18.076Z[ helios-setup] Sep 25 16:57:17.107 INFO E| Downloaded slog-bunyan v2.4.0
25702024-09-25T16:57:18.079Z[ helios-setup] Sep 25 16:57:17.110 INFO E| Downloaded toolchain_find v0.2.0
25712024-09-25T16:57:18.083Z[ helios-setup] Sep 25 16:57:17.112 INFO E| Downloaded log v0.4.17
25722024-09-25T16:57:18.086Z[ helios-setup] Sep 25 16:57:17.117 INFO E| Downloaded sha2 v0.10.6
25732024-09-25T16:57:18.090Z[ helios-setup] Sep 25 16:57:17.121 INFO E| Downloaded slog-async v2.7.0
25742024-09-25T16:57:18.093Z[ helios-setup] Sep 25 16:57:17.125 INFO E| Downloaded try-lock v0.2.4
25752024-09-25T16:57:18.096Z[ helios-setup] Sep 25 16:57:17.126 INFO E| Downloaded tokio-macros v2.0.0
25762024-09-25T16:57:18.098Z[ helios-setup] Sep 25 16:57:17.128 INFO E| Downloaded thiserror v1.0.38
25772024-09-25T16:57:18.106Z[ helios-setup] Sep 25 16:57:17.137 INFO E| Downloaded terminal_size v0.2.6
25782024-09-25T16:57:18.109Z[ helios-setup] Sep 25 16:57:17.140 INFO E| Downloaded toml_datetime v0.6.1
25792024-09-25T16:57:18.111Z[ helios-setup] Sep 25 16:57:17.142 INFO E| Downloaded crossbeam-epoch v0.9.13
25802024-09-25T16:57:18.117Z[ helios-setup] Sep 25 16:57:17.148 INFO E| Downloaded futures-task v0.3.28
25812024-09-25T16:57:18.119Z[ helios-setup] Sep 25 16:57:17.151 INFO E| Downloaded http-body v0.4.5
25822024-09-25T16:57:18.122Z[ helios-setup] Sep 25 16:57:17.154 INFO E| Downloaded walkdir v2.3.3
25832024-09-25T16:57:18.127Z[ helios-setup] Sep 25 16:57:17.158 INFO E| Downloaded num-traits v0.2.15
25842024-09-25T16:57:18.133Z[ helios-setup] Sep 25 16:57:17.163 INFO E| Downloaded socket2 v0.4.9
25852024-09-25T16:57:18.136Z[ helios-setup] Sep 25 16:57:17.167 INFO E| Downloaded time v0.1.45
25862024-09-25T16:57:18.140Z[ helios-setup] Sep 25 16:57:17.171 INFO E| Downloaded schemars v0.8.12
25872024-09-25T16:57:18.162Z[ helios-setup] Sep 25 16:57:17.193 INFO E| Downloaded pin-project-lite v0.2.9
25882024-09-25T16:57:18.169Z[ helios-setup] Sep 25 16:57:17.200 INFO E| Downloaded unicode-width v0.1.10
25892024-09-25T16:57:18.172Z[ helios-setup] Sep 25 16:57:17.204 INFO E| Downloaded lock_api v0.4.9
25902024-09-25T16:57:18.181Z[ helios-setup] Sep 25 16:57:17.206 INFO E| Downloaded unicode-bidi v0.3.13
25912024-09-25T16:57:18.181Z[ helios-setup] Sep 25 16:57:17.211 INFO E| Downloaded tungstenite v0.18.0
25922024-09-25T16:57:18.185Z[ helios-setup] Sep 25 16:57:17.216 INFO E| Downloaded ryu v1.0.13
25932024-09-25T16:57:18.192Z[ helios-setup] Sep 25 16:57:17.223 INFO E| Downloaded futures-channel v0.3.28
25942024-09-25T16:57:18.195Z[ helios-setup] Sep 25 16:57:17.226 INFO E| Downloaded unsafe-libyaml v0.2.8
25952024-09-25T16:57:18.203Z[ helios-setup] Sep 25 16:57:17.234 INFO E| Downloaded miniz_oxide v0.6.2
25962024-09-25T16:57:18.208Z[ helios-setup] Sep 25 16:57:17.239 INFO E| Downloaded url v2.3.1
25972024-09-25T16:57:18.215Z[ helios-setup] Sep 25 16:57:17.246 INFO E| Downloaded tracing v0.1.37
25982024-09-25T16:57:18.223Z[ helios-setup] Sep 25 16:57:17.255 INFO E| Downloaded unicode-normalization v0.1.22
25992024-09-25T16:57:18.231Z[ helios-setup] Sep 25 16:57:17.262 INFO E| Downloaded serde_json v1.0.95
26002024-09-25T16:57:18.248Z[ helios-setup] Sep 25 16:57:17.279 INFO E| Downloaded memchr v2.5.0
26012024-09-25T16:57:18.254Z[ helios-setup] Sep 25 16:57:17.286 INFO E| Downloaded winnow v0.4.1
26022024-09-25T16:57:18.271Z[ helios-setup] Sep 25 16:57:17.302 INFO E| Downloaded aho-corasick v0.7.20
26032024-09-25T16:57:18.277Z[ helios-setup] Sep 25 16:57:17.308 INFO E| Downloaded syn v2.0.72
26042024-09-25T16:57:18.298Z[ helios-setup] Sep 25 16:57:17.330 INFO E| Downloaded syn v1.0.107
26052024-09-25T16:57:18.318Z[ helios-setup] Sep 25 16:57:17.349 INFO E| Downloaded h2 v0.3.16
26062024-09-25T16:57:18.331Z[ helios-setup] Sep 25 16:57:17.362 INFO E| Downloaded tokio v1.27.0
26072024-09-25T16:57:18.391Z[ helios-setup] Sep 25 16:57:17.422 INFO E| Downloaded clap_builder v4.2.1
26082024-09-25T16:57:18.403Z[ helios-setup] Sep 25 16:57:17.434 INFO E| Downloaded reqwest v0.11.16
26092024-09-25T16:57:18.418Z[ helios-setup] Sep 25 16:57:17.448 INFO E| Downloaded git2 v0.16.1
26102024-09-25T16:57:18.432Z[ helios-setup] Sep 25 16:57:17.463 INFO E| Downloaded hyper v0.14.25
26112024-09-25T16:57:18.447Z[ helios-setup] Sep 25 16:57:17.478 INFO E| Downloaded regex v1.7.3
26122024-09-25T16:57:18.461Z[ helios-setup] Sep 25 16:57:17.492 INFO E| Downloaded rustix v0.37.3
26132024-09-25T16:57:18.495Z[ helios-setup] Sep 25 16:57:17.526 INFO E| Downloaded regress v0.5.0
26142024-09-25T16:57:18.508Z[ helios-setup] Sep 25 16:57:17.539 INFO E| Downloaded rhai v1.14.0
26152024-09-25T16:57:18.530Z[ helios-setup] Sep 25 16:57:17.561 INFO E| Downloaded chrono v0.4.24
26162024-09-25T16:57:18.543Z[ helios-setup] Sep 25 16:57:17.574 INFO E| Downloaded openapiv3 v1.0.2
26172024-09-25T16:57:18.566Z[ helios-setup] Sep 25 16:57:17.597 INFO E| Downloaded rayon v1.6.1
26182024-09-25T16:57:18.583Z[ helios-setup] Sep 25 16:57:17.613 INFO E| Downloaded futures-util v0.3.28
26192024-09-25T16:57:18.605Z[ helios-setup] Sep 25 16:57:17.636 INFO E| Downloaded rustls v0.21.0
26202024-09-25T16:57:18.628Z[ helios-setup] Sep 25 16:57:17.657 INFO E| Downloaded libc v0.2.139
26212024-09-25T16:57:18.671Z[ helios-setup] Sep 25 16:57:17.702 INFO E| Downloaded pest v2.5.7
26222024-09-25T16:57:18.680Z[ helios-setup] Sep 25 16:57:17.711 INFO E| Downloaded crossbeam-channel v0.5.6
26232024-09-25T16:57:18.689Z[ helios-setup] Sep 25 16:57:17.720 INFO E| Downloaded toml_edit v0.19.8
26242024-09-25T16:57:18.721Z[ helios-setup] Sep 25 16:57:17.752 INFO E| Downloaded tokio-util v0.7.7
26252024-09-25T16:57:18.732Z[ helios-setup] Sep 25 16:57:17.763 INFO E| Downloaded rayon-core v1.10.2
26262024-09-25T16:57:18.739Z[ helios-setup] Sep 25 16:57:17.770 INFO E| Downloaded mio v0.8.5
26272024-09-25T16:57:18.750Z[ helios-setup] Sep 25 16:57:17.781 INFO E| Downloaded unicode-linebreak v0.1.4
26282024-09-25T16:57:18.753Z[ helios-setup] Sep 25 16:57:17.784 INFO E| Downloaded tracing-core v0.1.30
26292024-09-25T16:57:18.757Z[ helios-setup] Sep 25 16:57:17.789 INFO E| Downloaded http v0.2.9
26302024-09-25T16:57:18.765Z[ helios-setup] Sep 25 16:57:17.796 INFO E| Downloaded crossbeam-utils v0.8.14
26312024-09-25T16:57:18.769Z[ helios-setup] Sep 25 16:57:17.800 INFO E| Downloaded rustls-webpki v0.100.1
26322024-09-25T16:57:18.781Z[ helios-setup] Sep 25 16:57:17.812 INFO E| Downloaded uuid v1.3.0
26332024-09-25T16:57:18.788Z[ helios-setup] Sep 25 16:57:17.819 INFO E| Downloaded ucd-trie v0.1.5
26342024-09-25T16:57:18.791Z[ helios-setup] Sep 25 16:57:17.822 INFO E| Downloaded rhai_codegen v1.5.0
26352024-09-25T16:57:18.807Z[ helios-setup] Sep 25 16:57:17.838 INFO E| Downloaded cc v1.0.78
26362024-09-25T16:57:18.811Z[ helios-setup] Sep 25 16:57:17.842 INFO E| Downloaded encoding_rs v0.8.32
26372024-09-25T16:57:18.850Z[ helios-setup] Sep 25 16:57:17.881 INFO E| Downloaded bytes v1.4.0
26382024-09-25T16:57:18.857Z[ helios-setup] Sep 25 16:57:17.888 INFO E| Downloaded toml v0.7.3
26392024-09-25T16:57:18.861Z[ helios-setup] Sep 25 16:57:17.892 INFO E| Downloaded serde_yaml v0.9.21
26402024-09-25T16:57:18.866Z[ helios-setup] Sep 25 16:57:17.897 INFO E| Downloaded lazy_static v1.4.0
26412024-09-25T16:57:18.869Z[ helios-setup] Sep 25 16:57:17.899 INFO E| Downloaded unicode-ident v1.0.8
26422024-09-25T16:57:18.872Z[ helios-setup] Sep 25 16:57:17.903 INFO E| Downloaded typenum v1.16.0
26432024-09-25T16:57:18.875Z[ helios-setup] Sep 25 16:57:17.907 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26442024-09-25T16:57:18.984Z[ helios-setup] Sep 25 16:57:18.015 INFO E| Downloaded textwrap v0.16.0
26452024-09-25T16:57:18.987Z[ helios-setup] Sep 25 16:57:18.018 INFO E| Downloaded rustls-pemfile v1.0.2
26462024-09-25T16:57:18.989Z[ helios-setup] Sep 25 16:57:18.020 INFO E| Downloaded parking_lot_core v0.9.6
26472024-09-25T16:57:18.992Z[ helios-setup] Sep 25 16:57:18.023 INFO E| Downloaded parking_lot v0.12.1
26482024-09-25T16:57:19.001Z[ helios-setup] Sep 25 16:57:18.027 INFO E| Downloaded io-lifetimes v1.0.10
26492024-09-25T16:57:19.001Z[ helios-setup] Sep 25 16:57:18.031 INFO E| Downloaded cargo-lock v8.0.3
26502024-09-25T16:57:19.004Z[ helios-setup] Sep 25 16:57:18.035 INFO E| Downloaded bincode v1.3.3
26512024-09-25T16:57:19.008Z[ helios-setup] Sep 25 16:57:18.039 INFO E| Downloaded num-integer v0.1.45
26522024-09-25T16:57:19.013Z[ helios-setup] Sep 25 16:57:18.041 INFO E| Downloaded libz-sys v1.1.8
26532024-09-25T16:57:19.095Z[ helios-setup] Sep 25 16:57:18.123 INFO E| Downloaded tokio-rustls v0.24.0
26542024-09-25T16:57:19.100Z[ helios-setup] Sep 25 16:57:18.131 INFO E| Downloaded rustfmt-wrapper v0.2.0
26552024-09-25T16:57:19.103Z[ helios-setup] Sep 25 16:57:18.133 INFO E| Downloaded proc-macro-crate v1.2.1
26562024-09-25T16:57:19.106Z[ helios-setup] Sep 25 16:57:18.135 INFO E| Downloaded percent-encoding v2.2.0
26572024-09-25T16:57:19.106Z[ helios-setup] Sep 25 16:57:18.136 INFO E| Downloaded num_enum_derive v0.5.7
26582024-09-25T16:57:19.108Z[ helios-setup] Sep 25 16:57:18.137 INFO E| Downloaded is-terminal v0.4.7
26592024-09-25T16:57:19.108Z[ helios-setup] Sep 25 16:57:18.139 INFO E| Downloaded anyhow v1.0.68
26602024-09-25T16:57:19.114Z[ helios-setup] Sep 25 16:57:18.145 INFO E| Downloaded smallvec v1.10.0
26612024-09-25T16:57:19.117Z[ helios-setup] Sep 25 16:57:18.148 INFO E| Downloaded signal-hook-registry v1.4.0
26622024-09-25T16:57:19.120Z[ helios-setup] Sep 25 16:57:18.150 INFO E| Downloaded serde_derive_internals v0.26.0
26632024-09-25T16:57:19.123Z[ helios-setup] Sep 25 16:57:18.153 INFO E| Downloaded semver v1.0.17
26642024-09-25T16:57:19.126Z[ helios-setup] Sep 25 16:57:18.156 INFO E| Downloaded sct v0.7.0
26652024-09-25T16:57:19.131Z[ helios-setup] Sep 25 16:57:18.162 INFO E| Downloaded schemars_derive v0.8.12
26662024-09-25T16:57:19.133Z[ helios-setup] Sep 25 16:57:18.164 INFO E| Downloaded flate2 v1.0.25
26672024-09-25T16:57:19.139Z[ helios-setup] Sep 25 16:57:18.171 INFO E| Downloaded dyn-clone v1.0.11
26682024-09-25T16:57:19.142Z[ helios-setup] Sep 25 16:57:18.173 INFO E| Downloaded cpufeatures v0.2.5
26692024-09-25T16:57:19.144Z[ helios-setup] Sep 25 16:57:18.175 INFO E| Downloaded home v0.5.4
26702024-09-25T16:57:19.147Z[ helios-setup] Sep 25 16:57:18.176 INFO E| Downloaded generic-array v0.14.6
26712024-09-25T16:57:19.150Z[ helios-setup] Sep 25 16:57:18.179 INFO E| Downloaded clap_lex v0.4.1
26722024-09-25T16:57:19.150Z[ helios-setup] Sep 25 16:57:18.180 INFO E| Downloaded futures-macro v0.3.28
26732024-09-25T16:57:19.153Z[ helios-setup] Sep 25 16:57:18.182 INFO E| Downloaded futures-executor v0.3.28
26742024-09-25T16:57:19.155Z[ helios-setup] Sep 25 16:57:18.184 INFO E| Downloaded form_urlencoded v1.1.0
26752024-09-25T16:57:19.155Z[ helios-setup] Sep 25 16:57:18.185 INFO E| Downloaded fastrand v1.9.0
26762024-09-25T16:57:19.158Z[ helios-setup] Sep 25 16:57:18.187 INFO E| Downloaded crossbeam-deque v0.8.2
26772024-09-25T16:57:19.160Z[ helios-setup] Sep 25 16:57:18.189 INFO E| Downloaded concolor-query v0.3.3
26782024-09-25T16:57:19.160Z[ helios-setup] Sep 25 16:57:18.191 INFO E| Downloaded base64 v0.21.0
26792024-09-25T16:57:19.166Z[ helios-setup] Sep 25 16:57:18.197 INFO E| Downloaded tokio-tungstenite v0.18.0
26802024-09-25T16:57:19.169Z[ helios-setup] Sep 25 16:57:18.200 INFO E| Downloaded smartstring v1.0.1
26812024-09-25T16:57:19.173Z[ helios-setup] Sep 25 16:57:18.203 INFO E| Downloaded num_cpus v1.15.0
26822024-09-25T16:57:19.176Z[ helios-setup] Sep 25 16:57:18.207 INFO E| Downloaded itoa v1.0.6
26832024-09-25T16:57:19.179Z[ helios-setup] Sep 25 16:57:18.209 INFO E| Downloaded futures v0.3.28
26842024-09-25T16:57:19.186Z[ helios-setup] Sep 25 16:57:18.217 INFO E| Downloaded tempfile v3.5.0
26852024-09-25T16:57:19.189Z[ helios-setup] Sep 25 16:57:18.220 INFO E| Downloaded smawk v0.3.1
26862024-09-25T16:57:19.191Z[ helios-setup] Sep 25 16:57:18.222 INFO E| Downloaded clap v4.2.1
26872024-09-25T16:57:19.204Z[ helios-setup] Sep 25 16:57:18.235 INFO E| Downloaded strsim v0.10.0
26882024-09-25T16:57:19.207Z[ helios-setup] Sep 25 16:57:18.237 INFO E| Downloaded ahash v0.7.6
26892024-09-25T16:57:19.210Z[ helios-setup] Sep 25 16:57:18.241 INFO E| Downloaded serde_tokenstream v0.2.0
26902024-09-25T16:57:19.220Z[ helios-setup] Sep 25 16:57:18.250 INFO E| Downloaded project-root v0.2.2
26912024-09-25T16:57:19.223Z[ helios-setup] Sep 25 16:57:18.251 INFO E| Downloaded sha1 v0.10.5
26922024-09-25T16:57:19.223Z[ helios-setup] Sep 25 16:57:18.254 INFO E| Downloaded serde_path_to_error v0.1.11
26932024-09-25T16:57:19.225Z[ helios-setup] Sep 25 16:57:18.256 INFO E| Downloaded once_cell v1.17.0
26942024-09-25T16:57:19.229Z[ helios-setup] Sep 25 16:57:18.260 INFO E| Downloaded ipnet v2.7.2
26952024-09-25T16:57:19.231Z[ helios-setup] Sep 25 16:57:18.262 INFO E| Downloaded semver-parser v0.10.2
26962024-09-25T16:57:19.233Z[ helios-setup] Sep 25 16:57:18.264 INFO E| Downloaded scopeguard v1.1.0
26972024-09-25T16:57:19.236Z[ helios-setup] Sep 25 16:57:18.266 INFO E| Downloaded camino v1.1.4
26982024-09-25T16:57:19.239Z[ helios-setup] Sep 25 16:57:18.269 INFO E| Downloaded autocfg v1.1.0
26992024-09-25T16:57:19.242Z[ helios-setup] Sep 25 16:57:18.271 INFO E| Downloaded paste v1.0.12
27002024-09-25T16:57:19.245Z[ helios-setup] Sep 25 16:57:18.276 INFO E| Downloaded anstyle v0.3.5
27012024-09-25T16:57:19.248Z[ helios-setup] Sep 25 16:57:18.278 INFO E| Downloaded num_enum v0.5.7
27022024-09-25T16:57:19.253Z[ helios-setup] Sep 25 16:57:18.284 INFO E| Downloaded jobserver v0.1.26
27032024-09-25T16:57:19.256Z[ helios-setup] Sep 25 16:57:18.287 INFO E| Downloaded clap_derive v4.2.0
27042024-09-25T16:57:19.261Z[ helios-setup] Sep 25 16:57:18.292 INFO E| Downloaded either v1.8.0
27052024-09-25T16:57:19.263Z[ helios-setup] Sep 25 16:57:18.294 INFO E| Downloaded async-trait v0.1.68
27062024-09-25T16:57:19.267Z[ helios-setup] Sep 25 16:57:18.299 INFO E| Downloaded futures-core v0.3.28
27072024-09-25T16:57:19.270Z[ helios-setup] Sep 25 16:57:18.300 INFO E| Downloaded errno v0.3.1
27082024-09-25T16:57:19.273Z[ helios-setup] Sep 25 16:57:18.303 INFO E| Downloaded digest v0.10.6
27092024-09-25T16:57:19.591Z[ helios-setup] Sep 25 16:57:18.621 INFO E| Compiling proc-macro2 v1.0.86
27102024-09-25T16:57:19.593Z[ helios-setup] Sep 25 16:57:18.621 INFO E| Compiling libc v0.2.139
27112024-09-25T16:57:19.593Z[ helios-setup] Sep 25 16:57:18.621 INFO E| Compiling unicode-ident v1.0.8
27122024-09-25T16:57:19.593Z[ helios-setup] Sep 25 16:57:18.622 INFO E| Compiling autocfg v1.1.0
27132024-09-25T16:57:19.593Z[ helios-setup] Sep 25 16:57:18.622 INFO E| Compiling cfg-if v1.0.0
27142024-09-25T16:57:19.594Z[ helios-setup] Sep 25 16:57:18.622 INFO E| Compiling version_check v0.9.4
27152024-09-25T16:57:19.594Z[ helios-setup] Sep 25 16:57:18.622 INFO E| Compiling serde v1.0.204
27162024-09-25T16:57:19.594Z[ helios-setup] Sep 25 16:57:18.622 INFO E| Compiling syn v1.0.107
27172024-09-25T16:57:19.919Z[ helios-setup] Sep 25 16:57:18.949 INFO E| Compiling memchr v2.5.0
27182024-09-25T16:57:20.583Z[ helios-setup] Sep 25 16:57:19.609 INFO E| Compiling once_cell v1.17.0
27192024-09-25T16:57:20.821Z[ helios-setup] Sep 25 16:57:19.851 INFO E| Compiling thiserror v1.0.38
27202024-09-25T16:57:21.238Z[ helios-setup] Sep 25 16:57:20.269 INFO E| Compiling log v0.4.17
27212024-09-25T16:57:21.859Z[ helios-setup] Sep 25 16:57:20.890 INFO E| Compiling itoa v1.0.6
27222024-09-25T16:57:21.984Z[ helios-setup] Sep 25 16:57:21.015 INFO E| Compiling serde_json v1.0.95
27232024-09-25T16:57:22.899Z[ helios-setup] Sep 25 16:57:21.929 INFO E| Compiling indexmap v1.9.3
27242024-09-25T16:57:23.147Z[ helios-setup] Sep 25 16:57:22.178 INFO E| Compiling pin-project-lite v0.2.9
27252024-09-25T16:57:23.230Z[ helios-setup] Sep 25 16:57:22.260 INFO E| Compiling scopeguard v1.1.0
27262024-09-25T16:57:23.406Z[ helios-setup] Sep 25 16:57:22.436 INFO E| Compiling quote v1.0.36
27272024-09-25T16:57:23.683Z[ helios-setup] Sep 25 16:57:22.713 INFO E| Compiling getrandom v0.2.8
27282024-09-25T16:57:23.733Z[ helios-setup] Sep 25 16:57:22.763 INFO E| Compiling num-integer v0.1.45
27292024-09-25T16:57:23.972Z[ helios-setup] Sep 25 16:57:23.001 INFO E| Compiling bytes v1.4.0
27302024-09-25T16:57:24.527Z[ helios-setup] Sep 25 16:57:23.557 INFO E| Compiling syn v2.0.72
27312024-09-25T16:57:24.743Z[ helios-setup] Sep 25 16:57:23.773 INFO E| Compiling jobserver v0.1.26
27322024-09-25T16:57:24.816Z[ helios-setup] Sep 25 16:57:23.846 INFO E| Compiling futures-core v0.3.28
27332024-09-25T16:57:25.431Z[ helios-setup] Sep 25 16:57:24.461 INFO E| Compiling cc v1.0.78
27342024-09-25T16:57:25.728Z[ helios-setup] Sep 25 16:57:24.757 INFO E| Compiling ryu v1.0.13
27352024-09-25T16:57:26.768Z[ helios-setup] Sep 25 16:57:25.797 INFO E| Compiling lock_api v0.4.9
27362024-09-25T16:57:27.121Z[ helios-setup] Sep 25 16:57:26.150 INFO E| Compiling typenum v1.16.0
27372024-09-25T16:57:27.228Z[ helios-setup] Sep 25 16:57:26.256 INFO E| Compiling parking_lot_core v0.9.6
27382024-09-25T16:57:27.385Z[ helios-setup] Sep 25 16:57:26.415 INFO E| Compiling bitflags v1.3.2
27392024-09-25T16:57:27.499Z[ helios-setup] Sep 25 16:57:26.529 INFO E| Compiling num_cpus v1.15.0
27402024-09-25T16:57:27.916Z[ helios-setup] Sep 25 16:57:26.945 INFO E| Compiling generic-array v0.14.6
27412024-09-25T16:57:27.971Z[ helios-setup] Sep 25 16:57:27.000 INFO E| Compiling slab v0.4.7
27422024-09-25T16:57:28.204Z[ helios-setup] Sep 25 16:57:27.234 INFO E| Compiling futures-channel v0.3.28
27432024-09-25T16:57:28.507Z[ helios-setup] Sep 25 16:57:27.536 INFO E| Compiling futures-sink v0.3.28
27442024-09-25T16:57:28.815Z[ helios-setup] Sep 25 16:57:27.844 INFO E| Compiling futures-task v0.3.28
27452024-09-25T16:57:29.394Z[ helios-setup] Sep 25 16:57:28.423 INFO E| Compiling tokio v1.27.0
27462024-09-25T16:57:29.695Z[ helios-setup] Sep 25 16:57:28.724 INFO E| Compiling schemars v0.8.12
27472024-09-25T16:57:29.705Z[ helios-setup] Sep 25 16:57:28.724 INFO E| Compiling futures-util v0.3.28
27482024-09-25T16:57:30.681Z[ helios-setup] Sep 25 16:57:29.709 INFO E| Compiling socket2 v0.4.9
27492024-09-25T16:57:30.684Z[ helios-setup] Sep 25 16:57:29.709 INFO E| Compiling mio v0.8.5
27502024-09-25T16:57:30.754Z[ helios-setup] Sep 25 16:57:29.782 INFO E| Compiling signal-hook-registry v1.4.0
27512024-09-25T16:57:31.249Z[ host-package] Compiling sled v0.34.7
27522024-09-25T16:57:31.414Z[ helios-setup] Sep 25 16:57:30.443 INFO E| Compiling ahash v0.7.6
27532024-09-25T16:57:31.796Z[ helios-setup] Sep 25 16:57:30.824 INFO E| Compiling num-traits v0.2.15
27542024-09-25T16:57:32.344Z[ helios-setup] Sep 25 16:57:31.372 INFO E| Compiling crunchy v0.2.2
27552024-09-25T16:57:32.721Z[ helios-setup] Sep 25 16:57:31.750 INFO E| Compiling io-lifetimes v1.0.10
27562024-09-25T16:57:33.460Z[ helios-setup] Sep 25 16:57:32.488 INFO E| Compiling futures-io v0.3.28
27572024-09-25T16:57:33.535Z[ helios-setup] Sep 25 16:57:32.563 INFO E| Compiling pin-utils v0.1.0
27582024-09-25T16:57:34.261Z[ helios-setup] Sep 25 16:57:33.289 INFO E| Compiling ahash v0.8.3
27592024-09-25T16:57:34.481Z[ helios-setup] Sep 25 16:57:33.509 INFO E| Compiling tiny-keccak v2.0.2
27602024-09-25T16:57:34.808Z[ helios-setup] Sep 25 16:57:33.836 INFO E| Compiling rustix v0.37.3
27612024-09-25T16:57:35.181Z[ host-package] Compiling mime_guess v2.0.4
27622024-09-25T16:57:35.356Z[ helios-setup] Sep 25 16:57:34.384 INFO E| Compiling hashbrown v0.12.3
27632024-09-25T16:57:35.494Z[ helios-setup] Sep 25 16:57:34.522 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
27642024-09-25T16:57:35.988Z[ helios-setup] Sep 25 16:57:35.016 INFO E| Compiling block-buffer v0.10.3
27652024-09-25T16:57:36.273Z[ helios-setup] Sep 25 16:57:35.300 INFO E| Compiling serde_derive_internals v0.26.0
27662024-09-25T16:57:36.685Z[ helios-setup] Sep 25 16:57:35.713 INFO E| Compiling crypto-common v0.1.6
27672024-09-25T16:57:37.597Z[ helios-setup] Sep 25 16:57:36.624 INFO E| Compiling errno v0.3.1
27682024-09-25T16:57:37.842Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27692024-09-25T16:57:38.047Z[ helios-setup] Sep 25 16:57:37.074 INFO E| Compiling slog v2.7.0
27702024-09-25T16:57:38.273Z[ helios-setup] Sep 25 16:57:37.300 INFO E| Compiling fnv v1.0.7
27712024-09-25T16:57:38.352Z[ helios-setup] Sep 25 16:57:37.379 INFO E| Compiling crossbeam-utils v0.8.14
27722024-09-25T16:57:38.628Z[ helios-setup] Sep 25 16:57:37.655 INFO E| Compiling pkg-config v0.3.26
27732024-09-25T16:57:39.489Z[ helios-setup] Sep 25 16:57:38.517 INFO E| Compiling http v0.2.9
27742024-09-25T16:57:40.390Z[ host-package] Compiling hickory-client v0.24.1
27752024-09-25T16:57:41.313Z[ helios-setup] Sep 25 16:57:40.340 INFO E| Compiling digest v0.10.6
27762024-09-25T16:57:41.765Z[ host-package] Compiling env_logger v0.9.3
27772024-09-25T16:57:42.239Z[ helios-setup] Sep 25 16:57:41.266 INFO E| Compiling aho-corasick v0.7.20
27782024-09-25T16:57:42.507Z[ helios-setup] Sep 25 16:57:41.532 INFO E| Compiling heck v0.4.1
27792024-09-25T16:57:42.753Z[ helios-setup] Sep 25 16:57:41.780 INFO E| Compiling anyhow v1.0.68
27802024-09-25T16:57:43.444Z[ helios-setup] Sep 25 16:57:42.470 INFO E| Compiling regex-syntax v0.6.29
27812024-09-25T16:57:44.280Z[ helios-setup] Sep 25 16:57:43.307 INFO E| Compiling unicode-width v0.1.10
27822024-09-25T16:57:44.514Z[ helios-setup] Sep 25 16:57:43.540 INFO E| Compiling cpufeatures v0.2.5
27832024-09-25T16:57:44.597Z[ helios-setup] Sep 25 16:57:43.624 INFO E| Compiling tinyvec_macros v0.1.1
27842024-09-25T16:57:44.741Z[ helios-setup] Sep 25 16:57:43.767 INFO E| Compiling percent-encoding v2.2.0
27852024-09-25T16:57:44.934Z[ helios-setup] Sep 25 16:57:43.961 INFO E| Compiling httparse v1.8.0
27862024-09-25T16:57:45.609Z[ helios-setup] Sep 25 16:57:44.635 INFO E| Compiling form_urlencoded v1.1.0
27872024-09-25T16:57:46.075Z[ helios-setup] Sep 25 16:57:45.101 INFO E| Compiling tinyvec v1.6.0
27882024-09-25T16:57:46.793Z[ helios-setup] Sep 25 16:57:45.819 INFO E| Compiling const-random-macro v0.1.15
27892024-09-25T16:57:47.715Z[ helios-setup] Sep 25 16:57:46.740 INFO E| Compiling serde_derive v1.0.204
27902024-09-25T16:57:47.815Z[ helios-setup] Sep 25 16:57:46.841 INFO E| Compiling tokio-macros v2.0.0
27912024-09-25T16:57:47.988Z[ helios-setup] Sep 25 16:57:47.014 INFO E| Compiling thiserror-impl v1.0.38
27922024-09-25T16:57:48.581Z[ helios-setup] Sep 25 16:57:47.607 INFO E| Compiling futures-macro v0.3.28
27932024-09-25T16:57:48.629Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27942024-09-25T16:57:48.676Z[ helios-setup] Sep 25 16:57:47.701 INFO E| Compiling schemars_derive v0.8.12
27952024-09-25T16:57:49.378Z[ helios-setup] Sep 25 16:57:48.404 INFO E| Compiling hashbrown v0.13.2
27962024-09-25T16:57:49.674Z[ host-package] Compiling tungstenite v0.20.1
27972024-09-25T16:57:51.621Z[ helios-setup] Sep 25 16:57:50.646 INFO E| Compiling regex v1.7.3
27982024-09-25T16:57:51.891Z[ helios-setup] Sep 25 16:57:50.912 INFO E| Compiling libz-sys v1.1.8
27992024-09-25T16:57:52.695Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28002024-09-25T16:57:53.392Z[ helios-setup] Sep 25 16:57:52.416 INFO E| Compiling chrono v0.4.24
28012024-09-25T16:57:54.691Z[ helios-setup] Sep 25 16:57:53.716 INFO E| Compiling uuid v1.3.0
28022024-09-25T16:57:55.460Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28032024-09-25T16:57:55.473Z[ helios-setup] Sep 25 16:57:54.497 INFO E| Compiling dyn-clone v1.0.11
28042024-09-25T16:57:55.813Z[ helios-setup] Sep 25 16:57:54.837 INFO E| Compiling regress v0.5.0
28052024-09-25T16:57:55.965Z[ helios-setup] Sep 25 16:57:54.989 INFO E| Compiling unicode-normalization v0.1.22
28062024-09-25T16:57:56.992Z[ helios-setup] Sep 25 16:57:56.016 INFO E| Compiling const-random v0.1.15
28072024-09-25T16:57:58.485Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
28082024-09-25T16:57:58.859Z[ helios-setup] Sep 25 16:57:57.883 INFO E| Compiling getopts v0.2.21
28092024-09-25T16:57:58.993Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28102024-09-25T16:57:59.386Z[ helios-setup] Sep 25 16:57:58.409 INFO E| Compiling tracing-core v0.1.30
28112024-09-25T16:57:59.755Z[ helios-setup] Sep 25 16:57:58.779 INFO E| Compiling memoffset v0.7.1
28122024-09-25T16:58:00.042Z[ helios-setup] Sep 25 16:57:59.065 INFO E| Compiling unicode-bidi v0.3.13
28132024-09-25T16:58:00.440Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28142024-09-25T16:58:01.494Z[ host-package] Compiling hickory-server v0.24.1
28152024-09-25T16:58:01.603Z[ helios-setup] Sep 25 16:58:00.623 INFO E| Compiling powerfmt v0.2.0
28162024-09-25T16:58:01.792Z[ host-package] Compiling primeorder v0.13.6
28172024-09-25T16:58:02.392Z[ helios-setup] Sep 25 16:58:01.415 INFO E| Compiling num-conv v0.1.0
28182024-09-25T16:58:02.440Z[ helios-setup] Sep 25 16:58:01.463 INFO E| Compiling time-core v0.1.2
28192024-09-25T16:58:03.024Z[ helios-setup] Sep 25 16:58:02.046 INFO E| Compiling ucd-trie v0.1.5
28202024-09-25T16:58:03.348Z[ host-package] Compiling bcs v0.1.6
28212024-09-25T16:58:03.985Z[ helios-setup] Sep 25 16:58:03.007 INFO E| Compiling pest v2.5.7
28222024-09-25T16:58:04.106Z[ helios-setup] Sep 25 16:58:03.126 INFO E| Compiling idna v0.3.0
28232024-09-25T16:58:05.022Z[ host-package] Compiling vergen v8.3.2
28242024-09-25T16:58:05.567Z[ helios-setup] Sep 25 16:58:04.589 INFO E| Compiling time-macros v0.2.18
28252024-09-25T16:58:05.870Z[ host-package] Compiling bitstruct_derive v0.1.0
28262024-09-25T16:58:06.192Z[ helios-setup] Sep 25 16:58:05.215 INFO E| Compiling deranged v0.3.11
28272024-09-25T16:58:06.682Z[ helios-setup] Sep 25 16:58:05.704 INFO E| Compiling tracing v0.1.37
28282024-09-25T16:58:10.782Z[ helios-setup] Sep 25 16:58:09.738 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
28292024-09-25T16:58:11.221Z[ helios-setup] Sep 25 16:58:10.242 INFO E| Compiling time v0.1.45
28302024-09-25T16:58:11.276Z[ helios-setup] Sep 25 16:58:10.294 INFO E| Compiling crossbeam-epoch v0.9.13
28312024-09-25T16:58:11.396Z[ helios-setup] Sep 25 16:58:10.415 INFO E| Compiling num_threads v0.1.6
28322024-09-25T16:58:11.775Z[ helios-setup] Sep 25 16:58:10.796 INFO E| Compiling semver v1.0.17
28332024-09-25T16:58:11.975Z[ host-package] Compiling env_filter v0.1.2
28342024-09-25T16:58:13.034Z[ helios-setup] Sep 25 16:58:12.055 INFO E| Compiling iana-time-zone v0.1.56
28352024-09-25T16:58:13.916Z[ host-package] Compiling cargo-platform v0.1.8
28362024-09-25T16:58:14.307Z[ host-package] Compiling nanorand v0.7.0
28372024-09-25T16:58:14.730Z[ helios-setup] Sep 25 16:58:13.750 INFO E| Compiling time v0.3.36
28382024-09-25T16:58:14.839Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28392024-09-25T16:58:15.380Z[ helios-setup] Sep 25 16:58:14.400 INFO E| Compiling url v2.3.1
28402024-09-25T16:58:15.510Z[ host-package] Compiling memoffset v0.9.1
28412024-09-25T16:58:15.572Z[ helios-setup] Sep 25 16:58:14.593 INFO E| Compiling semver-parser v0.10.2
28422024-09-25T16:58:15.859Z[ host-package] Compiling ascii v1.1.0
28432024-09-25T16:58:16.707Z[ helios-setup] Sep 25 16:58:15.727 INFO E| Compiling toml v0.5.11
28442024-09-25T16:58:16.845Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28452024-09-25T16:58:17.112Z[ helios-setup] Sep 25 16:58:16.131 INFO E| Compiling smallvec v1.10.0
28462024-09-25T16:58:17.668Z[ host-package] Compiling flume v0.11.0
28472024-09-25T16:58:19.238Z[ helios-setup] Sep 25 16:58:18.258 INFO E| Compiling parking_lot v0.12.1
28482024-09-25T16:58:19.570Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28492024-09-25T16:58:21.750Z[ host-package] Compiling cargo_metadata v0.18.1
28502024-09-25T16:58:22.535Z[ helios-setup] Sep 25 16:58:21.554 INFO E| Compiling serde_tokenstream v0.2.0
28512024-09-25T16:58:25.827Z[ host-package] Compiling env_logger v0.11.5
28522024-09-25T16:58:26.583Z[ helios-setup] Sep 25 16:58:25.602 INFO E| Compiling crossbeam-channel v0.5.6
28532024-09-25T16:58:28.578Z[ host-package] Compiling bitstruct v0.1.1
28542024-09-25T16:58:28.849Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28552024-09-25T16:58:28.985Z[ helios-setup] Sep 25 16:58:27.995 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28562024-09-25T16:58:29.049Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28572024-09-25T16:58:30.280Z[ helios-setup] Sep 25 16:58:29.298 INFO E| Compiling dirs-sys-next v0.1.2
28582024-09-25T16:58:30.661Z[ helios-setup] Sep 25 16:58:29.679 INFO E| Compiling same-file v1.0.6
28592024-09-25T16:58:30.809Z[ helios-setup] Sep 25 16:58:29.827 INFO E| Compiling crc32fast v1.3.2
28602024-09-25T16:58:31.382Z[ helios-setup] Sep 25 16:58:30.400 INFO E| Compiling try-lock v0.2.4
28612024-09-25T16:58:31.496Z[ helios-setup] Sep 25 16:58:30.514 INFO E| Compiling walkdir v2.3.3
28622024-09-25T16:58:31.810Z[ helios-setup] Sep 25 16:58:30.828 INFO E| Compiling want v0.3.0
28632024-09-25T16:58:32.258Z[ helios-setup] Sep 25 16:58:31.275 INFO E| Compiling dirs-next v2.0.0
28642024-09-25T16:58:32.917Z[ helios-setup] Sep 25 16:58:31.934 INFO E| Compiling proc-macro-crate v1.2.1
28652024-09-25T16:58:34.722Z[ host-package] Compiling p384 v0.13.0
28662024-09-25T16:58:34.833Z[ helios-setup] Sep 25 16:58:33.850 INFO E| Compiling semver v0.11.0
28672024-09-25T16:58:38.096Z[ helios-setup] Sep 25 16:58:37.113 INFO E| Compiling tokio-util v0.7.7
28682024-09-25T16:58:39.333Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28692024-09-25T16:58:40.285Z[ helios-setup] Sep 25 16:58:39.301 INFO E| Compiling h2 v0.3.16
28702024-09-25T16:58:41.932Z[ helios-setup] Sep 25 16:58:40.948 INFO E| Compiling futures-executor v0.3.28
28712024-09-25T16:58:42.564Z[ helios-setup] Sep 25 16:58:41.580 INFO E| Compiling http-body v0.4.5
28722024-09-25T16:58:43.027Z[ helios-setup] Sep 25 16:58:42.042 INFO E| Compiling ring v0.16.20
28732024-09-25T16:58:43.726Z[ helios-setup] Sep 25 16:58:42.742 INFO E| Compiling rand_core v0.6.4
28742024-09-25T16:58:44.830Z[ helios-setup] Sep 25 16:58:43.845 INFO E| Compiling thread_local v1.1.7
28752024-09-25T16:58:45.617Z[ helios-setup] Sep 25 16:58:44.632 INFO E| Compiling ppv-lite86 v0.2.17
28762024-09-25T16:58:45.859Z[ helios-setup] Sep 25 16:58:44.874 INFO E| Compiling lazy_static v1.4.0
28772024-09-25T16:58:46.172Z[ helios-setup] Sep 25 16:58:45.186 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28782024-09-25T16:58:46.325Z[ helios-setup] Sep 25 16:58:45.339 INFO E| Compiling utf8parse v0.2.1
28792024-09-25T16:58:46.596Z[ helios-setup] Sep 25 16:58:45.610 INFO E| Compiling fastrand v1.9.0
28802024-09-25T16:58:46.744Z[ helios-setup] Sep 25 16:58:45.758 INFO E| Compiling tower-service v0.3.2
28812024-09-25T16:58:47.560Z[ helios-setup] Sep 25 16:58:46.575 INFO E| Compiling httpdate v1.0.2
28822024-09-25T16:58:47.793Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28832024-09-25T16:58:47.813Z[ helios-setup] Sep 25 16:58:46.827 INFO E| Compiling adler v1.0.2
28842024-09-25T16:58:48.525Z[ helios-setup] Sep 25 16:58:47.539 INFO E| Compiling base64 v0.21.0
28852024-09-25T16:58:48.966Z[ host-package] Compiling tokio-tungstenite v0.20.1
28862024-09-25T16:58:49.123Z[ helios-setup] Sep 25 16:58:48.137 INFO E| Compiling rayon-core v1.10.2
28872024-09-25T16:58:50.712Z[ host-package] Compiling git2 v0.19.0
28882024-09-25T16:58:50.828Z[ helios-setup] Sep 25 16:58:49.842 INFO E| Compiling home v0.5.4
28892024-09-25T16:58:51.546Z[ helios-setup] Sep 25 16:58:50.560 INFO E| Compiling toolchain_find v0.2.0
28902024-09-25T16:58:52.844Z[ helios-setup] Sep 25 16:58:51.858 INFO E| Compiling hyper v0.14.25
28912024-09-25T16:58:54.322Z[ helios-setup] Sep 25 16:58:53.335 INFO E| Compiling miniz_oxide v0.6.2
28922024-09-25T16:58:54.668Z[ helios-setup] Sep 25 16:58:53.682 INFO E| Compiling rand_chacha v0.3.1
28932024-09-25T16:58:55.039Z[ helios-setup] Sep 25 16:58:54.053 INFO E| Compiling tempfile v3.5.0
28942024-09-25T16:58:56.409Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28952024-09-25T16:58:56.576Z[ helios-setup] Sep 25 16:58:55.589 INFO E| Compiling anstyle-parse v0.1.1
28962024-09-25T16:58:58.293Z[ helios-setup] Sep 25 16:58:57.305 INFO E| Compiling futures v0.3.28
28972024-09-25T16:59:09.137Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28982024-09-25T16:59:10.729Z[ helios-setup] Sep 25 16:59:09.739 INFO E| Compiling crossbeam-deque v0.8.2
28992024-09-25T16:59:11.389Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29002024-09-25T16:59:11.673Z[ helios-setup] Sep 25 16:59:10.682 INFO E| Compiling cargo-lock v8.0.3
29012024-09-25T16:59:13.813Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29022024-09-25T16:59:17.174Z[ helios-setup] Sep 25 16:59:16.183 INFO E| Compiling num_enum_derive v0.5.7
29032024-09-25T16:59:17.337Z[ host-package] Compiling libsqlite3-sys v0.30.1
29042024-09-25T16:59:18.251Z[ helios-setup] Sep 25 16:59:17.260 INFO E| Compiling term v0.7.0
29052024-09-25T16:59:18.529Z[ host-package] Compiling serde_arrays v0.1.0
29062024-09-25T16:59:18.608Z[ helios-setup] Sep 25 16:59:17.617 INFO E| Compiling serde_urlencoded v0.7.1
29072024-09-25T16:59:18.865Z[ host-package] Compiling erased-serde v0.3.31
29082024-09-25T16:59:19.040Z[ helios-setup] Sep 25 16:59:18.048 INFO E| Compiling sha1 v0.10.5
29092024-09-25T16:59:19.105Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29102024-09-25T16:59:19.336Z[ host-package] Compiling cfg_aliases v0.2.1
29112024-09-25T16:59:19.695Z[ host-package] Compiling nix v0.29.0
29122024-09-25T16:59:19.889Z[ helios-setup] Sep 25 16:59:18.897 INFO E| Compiling sha2 v0.10.6
29132024-09-25T16:59:20.618Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29142024-09-25T16:59:20.659Z[ helios-setup] Sep 25 16:59:19.667 INFO E| Compiling is-terminal v0.4.7
29152024-09-25T16:59:21.070Z[ helios-setup] Sep 25 16:59:20.078 INFO E| Compiling atty v0.2.14
29162024-09-25T16:59:21.462Z[ helios-setup] Sep 25 16:59:20.446 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
29172024-09-25T16:59:21.645Z[ helios-setup] Sep 25 16:59:20.653 INFO E| Compiling anstyle v0.3.5
29182024-09-25T16:59:22.231Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29192024-09-25T16:59:22.450Z[ host-package] Compiling tokio-rustls v0.26.0
29202024-09-25T16:59:22.655Z[ helios-setup] Sep 25 16:59:21.663 INFO E| Compiling concolor-query v0.3.3
29212024-09-25T16:59:23.536Z[ helios-setup] Sep 25 16:59:22.543 INFO E| Compiling concolor-override v1.0.0
29222024-09-25T16:59:27.352Z[ helios-setup] Sep 25 16:59:25.217 INFO E| Compiling anstream v0.2.6
29232024-09-25T16:59:28.284Z[ helios-setup] Sep 25 16:59:27.291 INFO E| Compiling num_enum v0.5.7
29242024-09-25T16:59:28.339Z[ helios-setup] Sep 25 16:59:27.346 INFO E| Compiling slog-term v2.9.0
29252024-09-25T16:59:28.399Z[ helios-setup] Sep 25 16:59:27.406 INFO E| Compiling flate2 v1.0.25
29262024-09-25T16:59:28.700Z[ helios-setup] Sep 25 16:59:27.707 INFO E| Compiling rustfmt-wrapper v0.2.0
29272024-09-25T16:59:29.938Z[ helios-setup] Sep 25 16:59:28.944 INFO E| Compiling rand v0.8.5
29282024-09-25T16:59:30.126Z[ helios-setup] Sep 25 16:59:29.133 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29292024-09-25T16:59:30.622Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29302024-09-25T16:59:30.697Z[ helios-setup] Sep 25 16:59:29.699 INFO E| Compiling openapiv3 v1.0.2
29312024-09-25T16:59:31.172Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29322024-09-25T16:59:32.787Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29332024-09-25T16:59:32.880Z[ helios-setup] Sep 25 16:59:31.886 INFO E| Compiling encoding_rs v0.8.32
29342024-09-25T16:59:33.669Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
29352024-09-25T16:59:33.909Z[ helios-setup] Sep 25 16:59:32.915 INFO E| Compiling utf-8 v0.7.6
29362024-09-25T16:59:34.215Z[ helios-setup] Sep 25 16:59:33.221 INFO E| Compiling either v1.8.0
29372024-09-25T16:59:34.732Z[ helios-setup] Sep 25 16:59:33.736 INFO E| Compiling byteorder v1.4.3
29382024-09-25T16:59:34.851Z[ helios-setup] Sep 25 16:59:33.856 INFO E| Compiling untrusted v0.7.1
29392024-09-25T16:59:35.388Z[ helios-setup] Sep 25 16:59:34.391 INFO E| Compiling mime v0.3.17
29402024-09-25T16:59:36.216Z[ helios-setup] Sep 25 16:59:35.221 INFO E| Compiling clap_lex v0.4.1
29412024-09-25T16:59:37.051Z[ host-package] Compiling heck v0.3.3
29422024-09-25T16:59:37.890Z[ helios-setup] Sep 25 16:59:36.896 INFO E| Compiling ipnet v2.7.2
29432024-09-25T16:59:37.922Z[ helios-setup] Sep 25 16:59:36.928 INFO E| Compiling base64 v0.13.1
29442024-09-25T16:59:37.941Z[ host-package] Compiling castaway v0.2.3
29452024-09-25T16:59:38.526Z[ host-package] Compiling rand_seeder v0.3.0
29462024-09-25T16:59:38.938Z[ helios-setup] Sep 25 16:59:37.943 INFO E| Compiling project-root v0.2.2
29472024-09-25T16:59:39.397Z[ host-package] Compiling csv-core v0.1.11
29482024-09-25T16:59:39.540Z[ helios-setup] Sep 25 16:59:38.545 INFO E| Compiling strsim v0.10.0
29492024-09-25T16:59:39.723Z[ helios-setup] Sep 25 16:59:38.728 INFO E| Compiling spin v0.5.2
29502024-09-25T16:59:40.408Z[ helios-setup] Sep 25 16:59:39.413 INFO E| Compiling unsafe-libyaml v0.2.8
29512024-09-25T16:59:41.223Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29522024-09-25T16:59:41.561Z[ host-package] Compiling http-range v0.1.5
29532024-09-25T16:59:42.162Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
29542024-09-25T16:59:42.339Z[ helios-setup] Sep 25 16:59:41.343 INFO E| Compiling clap_builder v4.2.1
29552024-09-25T16:59:43.475Z[ helios-setup] Sep 25 16:59:42.479 INFO E| Compiling reqwest v0.11.16
29562024-09-25T16:59:43.687Z[ host-package] Compiling hyper-staticfile v0.9.5
29572024-09-25T16:59:44.042Z[ helios-setup] Sep 25 16:59:43.033 INFO E| Compiling serde_yaml v0.9.21
29582024-09-25T16:59:45.002Z[ helios-setup] Sep 25 16:59:44.006 INFO E| Compiling tungstenite v0.18.0
29592024-09-25T16:59:46.729Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29602024-09-25T16:59:47.921Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29612024-09-25T16:59:49.003Z[ host-package] Compiling csv v1.3.0
29622024-09-25T16:59:51.164Z[ helios-setup] Sep 25 16:59:50.167 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29632024-09-25T16:59:52.206Z[ helios-setup] Sep 25 16:59:51.209 INFO E| Compiling rayon v1.6.1
29642024-09-25T16:59:53.178Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29652024-09-25T16:59:53.740Z[ host-package] Compiling compact_str v0.8.0
29662024-09-25T16:59:55.388Z[ helios-setup] Sep 25 16:59:54.391 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29672024-09-25T16:59:56.290Z[ helios-setup] Sep 25 16:59:55.292 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29682024-09-25T16:59:58.707Z[ host-package] Compiling zone_cfg_derive v0.1.2
29692024-09-25T16:59:58.955Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac)
29702024-09-25T17:00:00.739Z[ helios-setup] Sep 25 16:59:59.741 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29712024-09-25T17:00:00.854Z[ host-package] Compiling nix v0.27.1
29722024-09-25T17:00:01.417Z[ helios-setup] Sep 25 17:00:00.418 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29732024-09-25T17:00:01.834Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
29742024-09-25T17:00:02.444Z[ helios-setup] Sep 25 17:00:01.445 INFO E| Compiling clap_derive v4.2.0
29752024-09-25T17:00:03.632Z[ helios-setup] Sep 25 17:00:02.633 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29762024-09-25T17:00:07.007Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29772024-09-25T17:00:07.517Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29782024-09-25T17:00:12.490Z[ helios-setup] Sep 25 17:00:11.490 INFO E| Compiling clap v4.2.1
29792024-09-25T17:00:13.114Z[ helios-setup] Sep 25 17:00:12.113 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29802024-09-25T17:00:18.252Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29812024-09-25T17:00:23.141Z[ helios-setup] Sep 25 17:00:22.138 INFO E| Compiling tokio-tungstenite v0.18.0
29822024-09-25T17:00:24.540Z[ helios-setup] Sep 25 17:00:23.537 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29832024-09-25T17:00:27.413Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29842024-09-25T17:00:27.786Z[ helios-setup] Sep 25 17:00:26.782 INFO E| Compiling smartstring v1.0.1
29852024-09-25T17:00:28.523Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29862024-09-25T17:00:28.724Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29872024-09-25T17:00:29.151Z[ helios-setup] Sep 25 17:00:28.147 INFO E| Compiling rustls v0.21.0
29882024-09-25T17:00:29.427Z[ host-package] Compiling unicode-truncate v1.0.0
29892024-09-25T17:00:29.614Z[ host-package] Compiling hashlink v0.9.1
29902024-09-25T17:00:30.052Z[ host-package] Compiling lru v0.12.3
29912024-09-25T17:00:30.720Z[ host-package] Compiling instability v0.3.2
29922024-09-25T17:00:30.975Z[ host-package] Compiling cassowary v0.3.0
29932024-09-25T17:00:31.359Z[ helios-setup] Sep 25 17:00:30.354 INFO E| Compiling rustls-webpki v0.100.1
29942024-09-25T17:00:31.394Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
29952024-09-25T17:00:32.328Z[ host-package] Compiling fallible-iterator v0.3.0
29962024-09-25T17:00:32.892Z[ host-package] Compiling base64 v0.13.1
29972024-09-25T17:00:34.181Z[ host-package] Compiling rusqlite v0.32.1
29982024-09-25T17:00:34.698Z[ host-package] Compiling ron v0.7.1
29992024-09-25T17:00:35.458Z[ helios-setup] Sep 25 17:00:34.453 INFO E| Compiling sct v0.7.0
30002024-09-25T17:00:35.777Z[ helios-setup] Sep 25 17:00:34.772 INFO E| Compiling serde_spanned v0.6.1
30012024-09-25T17:00:36.441Z[ helios-setup] Sep 25 17:00:35.436 INFO E| Compiling toml_datetime v0.6.1
30022024-09-25T17:00:36.507Z[ helios-setup] Sep 25 17:00:35.502 INFO E| Compiling camino v1.1.4
30032024-09-25T17:00:37.953Z[ host-package] Compiling ratatui v0.28.0
30042024-09-25T17:00:38.079Z[ helios-setup] Sep 25 17:00:37.074 INFO E| Compiling slog-async v2.7.0
30052024-09-25T17:00:38.200Z[ helios-setup] Sep 25 17:00:37.194 INFO E| Compiling paste v1.0.12
30062024-09-25T17:00:39.081Z[ helios-setup] Sep 25 17:00:38.075 INFO E| Compiling async-trait v0.1.68
30072024-09-25T17:00:39.323Z[ helios-setup] Sep 25 17:00:38.318 INFO E| Compiling static_assertions v1.1.0
30082024-09-25T17:00:39.706Z[ helios-setup] Sep 25 17:00:38.700 INFO E| Compiling match_cfg v0.1.0
30092024-09-25T17:00:39.803Z[ helios-setup] Sep 25 17:00:38.798 INFO E| Compiling winnow v0.4.1
30102024-09-25T17:00:40.034Z[ helios-setup] Sep 25 17:00:39.028 INFO E| Compiling hostname v0.3.1
30112024-09-25T17:00:42.548Z[ helios-setup] Sep 25 17:00:41.542 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
30122024-09-25T17:00:43.406Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30132024-09-25T17:00:47.435Z[ helios-setup] Sep 25 17:00:46.428 INFO E| Compiling toml_edit v0.19.8
30142024-09-25T17:00:57.473Z[ helios-setup] Sep 25 17:00:56.464 INFO E| Compiling slog-json v2.6.1
30152024-09-25T17:00:58.882Z[ helios-setup] Sep 25 17:00:57.873 INFO E| Compiling unicode-linebreak v0.1.4
30162024-09-25T17:00:59.196Z[ helios-setup] Sep 25 17:00:58.187 INFO E| Compiling rhai_codegen v1.5.0
30172024-09-25T17:00:59.627Z[ helios-setup] Sep 25 17:00:58.617 INFO E| Compiling async-stream-impl v0.3.5
30182024-09-25T17:00:59.850Z[ helios-setup] Sep 25 17:00:58.840 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30192024-09-25T17:01:00.733Z[ helios-setup] Sep 25 17:00:59.723 INFO E| Compiling take_mut v0.2.2
30202024-09-25T17:01:02.545Z[ helios-setup] Sep 25 17:01:01.535 INFO E| Compiling async-stream v0.3.5
30212024-09-25T17:01:03.520Z[ helios-setup] Sep 25 17:01:02.509 INFO E| Compiling slog-bunyan v2.4.0
30222024-09-25T17:01:04.105Z[ helios-setup] Sep 25 17:01:03.094 INFO E| Compiling toml v0.7.3
30232024-09-25T17:01:04.450Z[ helios-setup] Sep 25 17:01:03.440 INFO E| Compiling tokio-rustls v0.24.0
30242024-09-25T17:01:04.818Z[ helios-setup] Sep 25 17:01:03.808 INFO E| Compiling rhai v1.14.0
30252024-09-25T17:01:09.744Z[ helios-setup] Sep 25 17:01:08.732 INFO E| Compiling rustls-pemfile v1.0.2
30262024-09-25T17:01:11.335Z[ helios-setup] Sep 25 17:01:10.323 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30272024-09-25T17:01:12.240Z[ host-package] Compiling zone v0.1.8
30282024-09-25T17:01:14.531Z[ helios-setup] Sep 25 17:01:13.518 INFO E| Compiling serde_path_to_error v0.1.11
30292024-09-25T17:01:14.919Z[ helios-setup] Sep 25 17:01:13.906 INFO E| Compiling bincode v1.3.3
30302024-09-25T17:01:15.845Z[ helios-setup] Sep 25 17:01:14.833 INFO E| Compiling terminal_size v0.2.6
30312024-09-25T17:01:16.525Z[ helios-setup] Sep 25 17:01:15.512 INFO E| Compiling smawk v0.3.1
30322024-09-25T17:01:17.275Z[ helios-setup] Sep 25 17:01:16.262 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30332024-09-25T17:01:17.740Z[ helios-setup] Sep 25 17:01:16.727 INFO E| Compiling textwrap v0.16.0
30342024-09-25T17:01:18.632Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30352024-09-25T17:01:19.715Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30362024-09-25T17:01:25.915Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30372024-09-25T17:01:26.903Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30382024-09-25T17:01:28.454Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30392024-09-25T17:01:29.834Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30402024-09-25T17:01:31.701Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30412024-09-25T17:01:44.399Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30422024-09-25T17:01:44.704Z[ helios-setup] Sep 25 17:01:43.686 INFO E| Compiling git2 v0.16.1
30432024-09-25T17:01:44.939Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30442024-09-25T17:01:45.612Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30452024-09-25T17:01:45.854Z[ host-package] Compiling signal-hook-tokio v0.3.1
30462024-09-25T17:01:46.185Z[ host-package] Compiling twox-hash v1.6.3
30472024-09-25T17:01:47.964Z[ host-package] Compiling yasna v0.5.2
30482024-09-25T17:01:49.816Z[ helios-setup] Sep 25 17:01:48.797 INFO E| Compiling built v0.6.0
30492024-09-25T17:01:50.602Z[ host-package] Compiling portpicker v0.1.1
30502024-09-25T17:01:51.135Z[ host-package] Compiling unicode-linebreak v0.1.5
30512024-09-25T17:01:51.393Z[ host-package] Compiling smawk v0.3.2
30522024-09-25T17:01:51.820Z[ host-package] Compiling is_ci v1.2.0
30532024-09-25T17:01:52.104Z[ host-package] Compiling supports-color v3.0.1
30542024-09-25T17:01:52.550Z[ host-package] Compiling textwrap v0.16.1
30552024-09-25T17:01:52.615Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30562024-09-25T17:01:52.806Z[ host-package] Compiling rcgen v0.12.1
30572024-09-25T17:01:52.933Z[ helios-setup] Sep 25 17:01:51.914 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30582024-09-25T17:01:54.578Z[ helios-setup] Sep 25 17:01:53.557 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30592024-09-25T17:01:55.291Z[ helios-setup] Sep 25 17:01:54.271 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30602024-09-25T17:01:58.936Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30612024-09-25T17:02:06.755Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30622024-09-25T17:02:08.305Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30632024-09-25T17:02:15.918Z[ helios-setup] Sep 25 17:02:14.894 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30642024-09-25T17:02:18.354Z[ helios-setup] Sep 25 17:02:17.330 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30652024-09-25T17:02:22.016Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30662024-09-25T17:02:30.641Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30672024-09-25T17:02:31.853Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30682024-09-25T17:02:32.979Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30692024-09-25T17:02:35.978Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30702024-09-25T17:02:36.804Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
30712024-09-25T17:02:49.700Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30722024-09-25T17:02:56.376Z[ host-package] Compiling fatfs v0.3.6
30732024-09-25T17:03:00.668Z[ host-package] Compiling subprocess v0.2.9
30742024-09-25T17:03:01.273Z[ host-package] Compiling rtoolbox v0.0.2
30752024-09-25T17:03:01.799Z[ host-package] Compiling assert_matches v1.5.0
30762024-09-25T17:03:02.554Z[ helios-setup] Sep 25 17:03:01.522 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30772024-09-25T17:03:03.963Z[ host-package] Compiling rpassword v7.3.1
30782024-09-25T17:03:04.153Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30792024-09-25T17:03:04.536Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30802024-09-25T17:03:06.351Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30812024-09-25T17:03:12.888Z[ host-package] Compiling tui-tree-widget v0.22.0
30822024-09-25T17:03:13.477Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30832024-09-25T17:03:14.370Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30842024-09-25T17:03:28.728Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30852024-09-25T17:03:34.248Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30862024-09-25T17:03:34.917Z[ host-package] Compiling uzers v0.11.3
30872024-09-25T17:03:38.429Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30882024-09-25T17:03:39.913Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30892024-09-25T17:03:43.724Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30902024-09-25T17:03:48.397Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30912024-09-25T17:04:05.994Z[ helios-setup] Sep 25 17:04:04.950 INFO E| Finished `release` profile [optimized] target(s) in 6m 51s
30922024-09-25T17:04:06.170Z[ helios-setup] Sep 25 17:04:05.126 INFO building project "pilot" ok (411 seconds)
30932024-09-25T17:04:06.173Z[ helios-setup] Sep 25 17:04:05.126 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
30942024-09-25T17:04:06.173Z[ helios-setup] Sep 25 17:04:05.126 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
30952024-09-25T17:04:06.485Z[ helios-setup] Sep 25 17:04:05.442 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
30962024-09-25T17:04:07.014Z[ helios-setup] Sep 25 17:04:05.970 INFO E| From https://github.com/jclulow/rust-jmclib
30972024-09-25T17:04:07.014Z[ helios-setup] Sep 25 17:04:05.970 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
30982024-09-25T17:04:07.036Z[ helios-setup] Sep 25 17:04:05.992 INFO E| Updating crates.io index
30992024-09-25T17:04:07.145Z[ helios-setup] Sep 25 17:04:06.101 INFO E| Downloading crates ...
31002024-09-25T17:04:07.390Z[ helios-setup] Sep 25 17:04:06.346 INFO E| Downloaded once_cell v1.18.0
31012024-09-25T17:04:07.395Z[ helios-setup] Sep 25 17:04:06.351 INFO E| Downloaded getrandom v0.2.10
31022024-09-25T17:04:07.400Z[ helios-setup] Sep 25 17:04:06.356 INFO E| Downloaded md-5 v0.9.1
31032024-09-25T17:04:07.402Z[ helios-setup] Sep 25 17:04:06.359 INFO E| Downloaded libdevinfo-sys v1.0.0
31042024-09-25T17:04:07.405Z[ helios-setup] Sep 25 17:04:06.360 INFO E| Downloaded fastrand v2.0.0
31052024-09-25T17:04:07.407Z[ helios-setup] Sep 25 17:04:06.363 INFO E| Downloaded digest v0.9.0
31062024-09-25T17:04:07.409Z[ helios-setup] Sep 25 17:04:06.365 INFO E| Downloaded block-buffer v0.9.0
31072024-09-25T17:04:07.437Z[ helios-setup] Sep 25 17:04:06.393 INFO E| Downloaded uuid v0.8.2
31082024-09-25T17:04:07.442Z[ helios-setup] Sep 25 17:04:06.398 INFO E| Downloaded unicode-ident v1.0.11
31092024-09-25T17:04:07.446Z[ helios-setup] Sep 25 17:04:06.403 INFO E| Downloaded sha-1 v0.9.8
31102024-09-25T17:04:07.449Z[ helios-setup] Sep 25 17:04:06.406 INFO E| Downloaded tempfile v3.7.0
31112024-09-25T17:04:07.453Z[ helios-setup] Sep 25 17:04:06.409 INFO E| Downloaded quote v1.0.31
31122024-09-25T17:04:07.457Z[ helios-setup] Sep 25 17:04:06.414 INFO E| Downloaded serde_derive v1.0.193
31132024-09-25T17:04:07.462Z[ helios-setup] Sep 25 17:04:06.418 INFO E| Downloaded serde v1.0.193
31142024-09-25T17:04:07.467Z[ helios-setup] Sep 25 17:04:06.423 INFO E| Downloaded proc-macro2 v1.0.66
31152024-09-25T17:04:07.492Z[ helios-setup] Sep 25 17:04:06.448 INFO E| Downloaded cpufeatures v0.2.9
31162024-09-25T17:04:07.495Z[ helios-setup] Sep 25 17:04:06.450 INFO E| Downloaded serde_json v1.0.103
31172024-09-25T17:04:07.505Z[ helios-setup] Sep 25 17:04:06.461 INFO E| Downloaded bitflags v2.3.3
31182024-09-25T17:04:07.509Z[ helios-setup] Sep 25 17:04:06.465 INFO E| Downloaded syn v2.0.32
31192024-09-25T17:04:07.526Z[ helios-setup] Sep 25 17:04:06.482 INFO E| Downloaded rustix v0.38.4
31202024-09-25T17:04:07.558Z[ helios-setup] Sep 25 17:04:06.514 INFO E| Downloaded anyhow v1.0.72
31212024-09-25T17:04:07.563Z[ helios-setup] Sep 25 17:04:06.519 INFO E| Downloaded libc v0.2.147
31222024-09-25T17:04:07.829Z[ helios-setup] Sep 25 17:04:06.785 INFO E| Compiling libc v0.2.147
31232024-09-25T17:04:07.829Z[ helios-setup] Sep 25 17:04:06.786 INFO E| Compiling proc-macro2 v1.0.66
31242024-09-25T17:04:07.829Z[ helios-setup] Sep 25 17:04:06.786 INFO E| Compiling unicode-ident v1.0.11
31252024-09-25T17:04:07.832Z[ helios-setup] Sep 25 17:04:06.786 INFO E| Compiling cfg-if v1.0.0
31262024-09-25T17:04:07.832Z[ helios-setup] Sep 25 17:04:06.786 INFO E| Compiling typenum v1.16.0
31272024-09-25T17:04:07.832Z[ helios-setup] Sep 25 17:04:06.786 INFO E| Compiling version_check v0.9.4
31282024-09-25T17:04:07.832Z[ helios-setup] Sep 25 17:04:06.786 INFO E| Compiling serde v1.0.193
31292024-09-25T17:04:07.832Z[ helios-setup] Sep 25 17:04:06.786 INFO E| Compiling powerfmt v0.2.0
31302024-09-25T17:04:08.731Z[ helios-setup] Sep 25 17:04:07.687 INFO E| Compiling itoa v1.0.9
31312024-09-25T17:04:08.847Z[ helios-setup] Sep 25 17:04:07.803 INFO E| Compiling slog v2.7.0
31322024-09-25T17:04:09.119Z[ helios-setup] Sep 25 17:04:08.075 INFO E| Compiling rustix v0.38.4
31332024-09-25T17:04:09.588Z[ helios-setup] Sep 25 17:04:08.544 INFO E| Compiling generic-array v0.14.7
31342024-09-25T17:04:09.718Z[ helios-setup] Sep 25 17:04:08.674 INFO E| Compiling time-core v0.1.2
31352024-09-25T17:04:09.971Z[ helios-setup] Sep 25 17:04:08.926 INFO E| Compiling num-conv v0.1.0
31362024-09-25T17:04:10.057Z[ helios-setup] Sep 25 17:04:09.012 INFO E| Compiling deranged v0.3.11
31372024-09-25T17:04:10.371Z[ helios-setup] Sep 25 17:04:09.326 INFO E| Compiling num_threads v0.1.6
31382024-09-25T17:04:10.376Z[ helios-setup] Sep 25 17:04:09.332 INFO E| Compiling bitflags v2.3.3
31392024-09-25T17:04:10.560Z[ helios-setup] Sep 25 17:04:09.514 INFO E| Compiling once_cell v1.18.0
31402024-09-25T17:04:10.759Z[ helios-setup] Sep 25 17:04:09.714 INFO E| Compiling time-macros v0.2.18
31412024-09-25T17:04:11.386Z[ helios-setup] Sep 25 17:04:10.341 INFO E| Compiling quote v1.0.31
31422024-09-25T17:04:11.464Z[ helios-setup] Sep 25 17:04:10.420 INFO E| Compiling thread_local v1.1.7
31432024-09-25T17:04:12.536Z[ helios-setup] Sep 25 17:04:11.491 INFO E| Compiling syn v2.0.32
31442024-09-25T17:04:12.566Z[ helios-setup] Sep 25 17:04:11.521 INFO E| Compiling dirs-sys-next v0.1.2
31452024-09-25T17:04:12.786Z[ helios-setup] Sep 25 17:04:11.741 INFO E| Compiling errno v0.3.1
31462024-09-25T17:04:12.844Z[ helios-setup] Sep 25 17:04:11.800 INFO E| Compiling atty v0.2.14
31472024-09-25T17:04:12.945Z[ helios-setup] Sep 25 17:04:11.898 INFO E| Compiling dirs-next v2.0.0
31482024-09-25T17:04:13.222Z[ helios-setup] Sep 25 17:04:12.177 INFO E| Compiling term v0.7.0
31492024-09-25T17:04:13.441Z[ helios-setup] Sep 25 17:04:12.396 INFO E| Compiling anyhow v1.0.72
31502024-09-25T17:04:14.348Z[ helios-setup] Sep 25 17:04:13.301 INFO E| Compiling fastrand v2.0.0
31512024-09-25T17:04:14.353Z[ helios-setup] Sep 25 17:04:13.308 INFO E| Compiling serde_json v1.0.103
31522024-09-25T17:04:14.730Z[ helios-setup] Sep 25 17:04:13.684 INFO E| Compiling block-buffer v0.9.0
31532024-09-25T17:04:14.802Z[ helios-setup] Sep 25 17:04:13.757 INFO E| Compiling digest v0.9.0
31542024-09-25T17:04:14.986Z[ helios-setup] Sep 25 17:04:13.941 INFO E| Compiling opaque-debug v0.3.0
31552024-09-25T17:04:15.442Z[ helios-setup] Sep 25 17:04:14.397 INFO E| Compiling getrandom v0.2.10
31562024-09-25T17:04:15.546Z[ helios-setup] Sep 25 17:04:14.500 INFO E| Compiling ryu v1.0.15
31572024-09-25T17:04:15.756Z[ helios-setup] Sep 25 17:04:14.711 INFO E| Compiling cpufeatures v0.2.9
31582024-09-25T17:04:15.853Z[ helios-setup] Sep 25 17:04:14.808 INFO E| Compiling tempfile v3.7.0
31592024-09-25T17:04:16.023Z[ helios-setup] Sep 25 17:04:14.978 INFO E| Compiling unicode-width v0.1.10
31602024-09-25T17:04:16.023Z[ helios-setup] Sep 25 17:04:14.978 INFO E| Compiling same-file v1.0.6
31612024-09-25T17:04:16.301Z[ helios-setup] Sep 25 17:04:15.255 INFO E| Compiling walkdir v2.3.3
31622024-09-25T17:04:16.415Z[ helios-setup] Sep 25 17:04:15.370 INFO E| Compiling getopts v0.2.21
31632024-09-25T17:04:16.461Z[ helios-setup] Sep 25 17:04:15.415 INFO E| Compiling time v0.3.36
31642024-09-25T17:04:16.761Z[ helios-setup] Sep 25 17:04:15.715 INFO E| Compiling sha-1 v0.9.8
31652024-09-25T17:04:17.343Z[ helios-setup] Sep 25 17:04:16.297 INFO E| Compiling md-5 v0.9.1
31662024-09-25T17:04:17.863Z[ helios-setup] Sep 25 17:04:16.817 INFO E| Compiling libdevinfo-sys v1.0.0
31672024-09-25T17:04:18.011Z[ helios-setup] Sep 25 17:04:16.965 INFO E| Compiling glob v0.3.1
31682024-09-25T17:04:19.931Z[ helios-setup] Sep 25 17:04:18.885 INFO E| Compiling slog-term v2.9.0
31692024-09-25T17:04:22.650Z[ helios-setup] Sep 25 17:04:21.603 INFO E| Compiling serde_derive v1.0.193
31702024-09-25T17:04:37.507Z[ helios-setup] Sep 25 17:04:36.457 INFO E| Compiling toml v0.5.11
31712024-09-25T17:04:37.507Z[ helios-setup] Sep 25 17:04:36.457 INFO E| Compiling uuid v0.8.2
31722024-09-25T17:04:39.555Z[ helios-setup] Sep 25 17:04:38.505 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
31732024-09-25T17:04:39.911Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31742024-09-25T17:04:44.642Z[ helios-setup] Sep 25 17:04:43.591 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
31752024-09-25T17:04:52.317Z[ host-package] Compiling multimap v0.10.0
31762024-09-25T17:05:00.247Z[ helios-setup] Sep 25 17:04:59.193 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.97s
31772024-09-25T17:05:00.283Z[ helios-setup] Sep 25 17:04:59.230 INFO building project "image-builder" ok (54 seconds)
31782024-09-25T17:05:00.285Z[ helios-setup] Sep 25 17:04:59.230 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31792024-09-25T17:05:00.285Z[ helios-setup] Sep 25 17:04:59.230 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31802024-09-25T17:05:00.606Z[ helios-setup] Sep 25 17:04:59.553 INFO E| Downloading crates ...
31812024-09-25T17:05:00.745Z[ helios-setup] Sep 25 17:04:59.691 INFO E| Downloaded digest v0.10.3
31822024-09-25T17:05:00.753Z[ helios-setup] Sep 25 17:04:59.700 INFO E| Downloaded typenum v1.15.0
31832024-09-25T17:05:00.759Z[ helios-setup] Sep 25 17:04:59.705 INFO E| Downloaded anyhow v1.0.62
31842024-09-25T17:05:00.765Z[ helios-setup] Sep 25 17:04:59.711 INFO E| Downloaded sha2 v0.10.5
31852024-09-25T17:05:00.768Z[ helios-setup] Sep 25 17:04:59.715 INFO E| Downloaded bytes v1.2.1
31862024-09-25T17:05:00.864Z[ helios-setup] Sep 25 17:04:59.811 INFO E| Compiling version_check v0.9.4
31872024-09-25T17:05:00.868Z[ helios-setup] Sep 25 17:04:59.811 INFO E| Compiling typenum v1.15.0
31882024-09-25T17:05:00.868Z[ helios-setup] Sep 25 17:04:59.811 INFO E| Compiling crc32fast v1.3.2
31892024-09-25T17:05:00.868Z[ helios-setup] Sep 25 17:04:59.811 INFO E| Compiling cfg-if v1.0.0
31902024-09-25T17:05:00.868Z[ helios-setup] Sep 25 17:04:59.811 INFO E| Compiling adler v1.0.2
31912024-09-25T17:05:00.868Z[ helios-setup] Sep 25 17:04:59.811 INFO E| Compiling anyhow v1.0.62
31922024-09-25T17:05:00.868Z[ helios-setup] Sep 25 17:04:59.811 INFO E| Compiling cpufeatures v0.2.5
31932024-09-25T17:05:00.868Z[ helios-setup] Sep 25 17:04:59.811 INFO E| Compiling unicode-width v0.1.10
31942024-09-25T17:05:01.093Z[ helios-setup] Sep 25 17:05:00.040 INFO E| Compiling getopts v0.2.21
31952024-09-25T17:05:01.168Z[ helios-setup] Sep 25 17:05:00.114 INFO E| Compiling bitflags v1.3.2
31962024-09-25T17:05:01.246Z[ helios-setup] Sep 25 17:05:00.192 INFO E| Compiling bytes v1.2.1
31972024-09-25T17:05:01.450Z[ helios-setup] Sep 25 17:05:00.394 INFO E| Compiling miniz_oxide v0.6.2
31982024-09-25T17:05:02.054Z[ helios-setup] Sep 25 17:05:01.000 INFO E| Compiling generic-array v0.14.6
31992024-09-25T17:05:03.420Z[ helios-setup] Sep 25 17:05:02.366 INFO E| Compiling flate2 v1.0.25
32002024-09-25T17:05:07.335Z[ helios-setup] Sep 25 17:05:06.281 INFO E| Compiling crypto-common v0.1.6
32012024-09-25T17:05:07.336Z[ helios-setup] Sep 25 17:05:06.281 INFO E| Compiling block-buffer v0.10.3
32022024-09-25T17:05:07.568Z[ helios-setup] Sep 25 17:05:06.510 INFO E| Compiling digest v0.10.3
32032024-09-25T17:05:07.929Z[ helios-setup] Sep 25 17:05:06.874 INFO E| Compiling sha2 v0.10.5
32042024-09-25T17:05:08.455Z[ helios-setup] Sep 25 17:05:07.400 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32052024-09-25T17:05:13.774Z[ helios-setup] Sep 25 17:05:12.718 INFO E| Finished `release` profile [optimized] target(s) in 13.39s
32062024-09-25T17:05:13.791Z[ helios-setup] Sep 25 17:05:12.735 INFO building project "bootserver" ok (13 seconds)
32072024-09-25T17:05:13.794Z[ helios-setup] rm -f helios-build
32082024-09-25T17:05:13.797Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
32092024-09-25T17:05:13.799Z[ helios-setup]
32102024-09-25T17:05:13.802Z[ helios-setup] Setup complete! ./helios-build is now available.
32112024-09-25T17:05:13.804Z[ helios-setup]
32122024-09-25T17:05:13.806Z[ helios-setup]
32132024-09-25T17:05:13.806Z[ helios-setup] real 12:10.710243102
32142024-09-25T17:05:13.806Z[ helios-setup] user 28:53.384648499
32152024-09-25T17:05:13.807Z[ helios-setup] sys 3:36.392552172
32162024-09-25T17:05:13.807Z[ helios-setup] trap 1.735247553
32172024-09-25T17:05:13.807Z[ helios-setup] tflt 5.717568216
32182024-09-25T17:05:13.807Z[ helios-setup] dflt 38.483537477
32192024-09-25T17:05:13.807Z[ helios-setup] kflt 0.030909635
32202024-09-25T17:05:13.807Z[ helios-setup] lock 2:13:50.608505932
32212024-09-25T17:05:13.807Z[ helios-setup] slp 3:44:29.045090255
32222024-09-25T17:05:13.807Z[ helios-setup] lat 32:54.979749495
32232024-09-25T17:05:13.807Z[ helios-setup] stop 4:40.307907940
32242024-09-25T17:05:13.807ZSep 25 17:05:12.749 INFO [helios-setup] process exited with exit status: 0 (730.715932175s)
32252024-09-25T17:05:13.807ZSep 25 17:05:12.749 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
32262024-09-25T17:05:13.824Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-04-x86_64-unknown-illumos'
32272024-09-25T17:05:14.141Z[ phbl-toolchain] info: latest update on 2024-09-04, rust version 1.83.0-nightly (d6c8169c1 2024-09-03)
32282024-09-25T17:05:14.141Z[ phbl-toolchain] info: downloading component 'cargo'
32292024-09-25T17:05:15.454Z[ phbl-toolchain] info: downloading component 'clippy'
32302024-09-25T17:05:15.853Z[ phbl-toolchain] info: downloading component 'llvm-tools'
32312024-09-25T17:05:20.236Z[ phbl-toolchain] info: downloading component 'miri'
32322024-09-25T17:05:20.836Z[ phbl-toolchain] info: downloading component 'rust-docs'
32332024-09-25T17:05:22.348Z[ phbl-toolchain] info: downloading component 'rust-src'
32342024-09-25T17:05:22.892Z[ phbl-toolchain] info: downloading component 'rust-std'
32352024-09-25T17:05:24.632Z[ phbl-toolchain] info: downloading component 'rustc'
32362024-09-25T17:05:34.269Z[ phbl-toolchain] info: downloading component 'rustfmt'
32372024-09-25T17:05:34.911Z[ phbl-toolchain] info: installing component 'cargo'
32382024-09-25T17:05:36.336Z[ phbl-toolchain] info: installing component 'clippy'
32392024-09-25T17:05:36.922Z[ phbl-toolchain] info: installing component 'llvm-tools'
32402024-09-25T17:05:42.818Z[ phbl-toolchain] info: installing component 'miri'
32412024-09-25T17:05:43.202Z[ phbl-toolchain] info: installing component 'rust-docs'
32422024-09-25T17:05:51.403Z[ phbl-toolchain] info: installing component 'rust-src'
32432024-09-25T17:05:52.221Z[ phbl-toolchain] info: installing component 'rust-std'
32442024-09-25T17:05:54.842Z[ phbl-toolchain] info: installing component 'rustc'
32452024-09-25T17:06:04.663Z[ phbl-toolchain] info: installing component 'rustfmt'
32462024-09-25T17:06:05.791Z[ phbl-toolchain] cargo 1.83.0-nightly (c1fa840a8 2024-08-29)
32472024-09-25T17:06:05.794ZSep 25 17:06:04.729 INFO [phbl-toolchain] process exited with exit status: 0 (51.980113032s)
32482024-09-25T17:06:55.309Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32492024-09-25T17:07:14.962Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32502024-09-25T17:13:29.126Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 39s
32512024-09-25T17:14:29.721ZSep 25 17:14:28.563 INFO [host-package] process exited with exit status: 0 (1239.907068314s)
32522024-09-25T17:14:29.723ZSep 25 17:14:28.563 INFO [host-stamp] running task
32532024-09-25T17:14:29.723ZSep 25 17:14:28.563 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
32542024-09-25T17:14:29.727ZSep 25 17:14:28.570 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 11.0.0-0.ci+gitbb0989ea490
32552024-09-25T17:14:29.732ZSep 25 17:14:28.575 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 11.0.0-0.ci+gitbb0989ea490
32562024-09-25T17:14:29.738ZSep 25 17:14:28.581 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 11.0.0-0.ci+gitbb0989ea490
32572024-09-25T17:14:29.742Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
32582024-09-25T17:14:29.745Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32592024-09-25T17:14:29.745Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32602024-09-25T17:14:29.745ZSep 25 17:14:28.587 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 11.0.0-0.ci+gitbb0989ea490
32612024-09-25T17:14:29.749Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32622024-09-25T17:14:29.751ZSep 25 17:14:28.593 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 11.0.0-0.ci+gitbb0989ea490
32632024-09-25T17:14:29.756Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32642024-09-25T17:14:29.759ZSep 25 17:14:28.601 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 11.0.0-0.ci+gitbb0989ea490
32652024-09-25T17:14:29.763Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32662024-09-25T17:14:29.768Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32672024-09-25T17:14:29.768ZSep 25 17:14:28.608 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 11.0.0-0.ci+gitbb0989ea490
32682024-09-25T17:14:29.771Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32692024-09-25T17:14:29.774ZSep 25 17:14:28.616 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 11.0.0-0.ci+gitbb0989ea490
32702024-09-25T17:14:29.781Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
32712024-09-25T17:14:29.781Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32722024-09-25T17:14:29.784ZSep 25 17:14:28.627 INFO [stamp-oxlog] process exited with exit status: 0 (45.848152ms)
32732024-09-25T17:14:29.784ZSep 25 17:14:28.627 INFO [stamp-overlay] process exited with exit status: 0 (57.354848ms)
32742024-09-25T17:14:29.788ZSep 25 17:14:28.627 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (25.548877ms)
32752024-09-25T17:14:29.788Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32762024-09-25T17:14:29.796Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32772024-09-25T17:14:29.883Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32782024-09-25T17:14:29.887ZSep 25 17:14:28.730 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (113.800219ms)
32792024-09-25T17:14:29.955Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32802024-09-25T17:14:29.959ZSep 25 17:14:28.802 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (208.201973ms)
32812024-09-25T17:14:30.080Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32822024-09-25T17:14:30.083ZSep 25 17:14:28.926 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (350.806883ms)
32832024-09-25T17:14:30.930Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32842024-09-25T17:14:30.934ZSep 25 17:14:29.777 INFO [stamp-propolis-server] process exited with exit status: 0 (1.190003891s)
32852024-09-25T17:14:31.191Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32862024-09-25T17:14:33.476Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32872024-09-25T17:14:40.235Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32882024-09-25T17:14:40.238ZSep 25 17:14:39.079 INFO [stamp-switch-asic] process exited with exit status: 0 (10.471331603s)
32892024-09-25T17:14:40.240ZSep 25 17:14:39.079 INFO [host-stamp] task succeeded (10.51637873s)
32902024-09-25T17:14:40.241ZSep 25 17:14:39.079 INFO [host-proto] running task
32912024-09-25T17:14:40.668ZSep 25 17:14:39.509 INFO [host-proto] task succeeded (429.557087ms)
32922024-09-25T17:14:40.668ZSep 25 17:14:39.509 INFO [host-profile] running task
32932024-09-25T17:14:40.671ZSep 25 17:14:39.509 INFO [host-profile] task succeeded (233.904µs)
32942024-09-25T17:14:40.671ZSep 25 17:14:39.510 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/.tmpqWzsV2/proto/host/root -N 'ci bb0989e/${os_short_commit} 2024-09-25 16:53' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32952024-09-25T17:14:40.684Z[ host-image] Sep 25 17:14:39.524 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32962024-09-25T17:14:40.684Z[ host-image] Sep 25 17:14:39.524 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32972024-09-25T17:14:40.699Z[ host-image] Sep 25 17:14:39.540 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpqWzsV2/proto/host/root"
32982024-09-25T17:14:40.699Z[ host-image] Sep 25 17:14:39.540 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32992024-09-25T17:14:40.702Z[ host-image] Sep 25 17:14:39.540 INFO image builder template: ramdisk-01-os...
33002024-09-25T17:14:40.702Z[ host-image] Sep 25 17:14:39.540 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/.tmpqWzsV2/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
33012024-09-25T17:14:40.720Z[ host-image] Sep 25 17:14:39.561 INFO O| Sep 25 17:14:39.561 INFO CREATE DATASET: rpool/images/build/host/output
33022024-09-25T17:14:41.007Z[ host-image] Sep 25 17:14:39.847 INFO O| Sep 25 17:14:39.847 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33032024-09-25T17:14:41.012Z[ host-image] Sep 25 17:14:39.853 INFO O| Sep 25 17:14:39.853 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33042024-09-25T17:14:41.225Z[ host-image] Sep 25 17:14:40.065 INFO O| Sep 25 17:14:40.065 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33052024-09-25T17:14:41.295Z[ host-image] Sep 25 17:14:40.134 INFO O| Sep 25 17:14:40.134 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33062024-09-25T17:14:41.295Z[ host-image] Sep 25 17:14:40.134 INFO O| Sep 25 17:14:40.134 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
33072024-09-25T17:14:41.300Z[ host-image] Sep 25 17:14:40.134 INFO O| Sep 25 17:14:40.134 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
33082024-09-25T17:14:41.301Z[ host-image] Sep 25 17:14:40.134 INFO O| Sep 25 17:14:40.134 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
33092024-09-25T17:14:41.307Z[ host-image] Sep 25 17:14:40.146 INFO O| Sep 25 17:14:40.146 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
33102024-09-25T17:14:41.505Z[ host-image] Sep 25 17:14:40.344 INFO O| Sep 25 17:14:40.343 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33112024-09-25T17:14:41.521Z[ host-image] Sep 25 17:14:40.359 INFO O| Sep 25 17:14:40.359 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
33122024-09-25T17:14:42.054Z[ host-image] Sep 25 17:14:40.894 INFO O| Sep 25 17:14:40.894 INFO O| Caching catalogs ... Done
33132024-09-25T17:14:42.169Z[ host-image] Sep 25 17:14:41.009 INFO O| Sep 25 17:14:41.009 INFO STEP 0 (pkg_image_create) COMPLETE
33142024-09-25T17:14:42.169Z[ host-image] Sep 25 17:14:41.009 INFO O| Sep 25 17:14:41.009 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33152024-09-25T17:14:42.171Z[ host-image] Sep 25 17:14:41.009 INFO O| Sep 25 17:14:41.009 INFO skip step because feature "repo_redist" is not enabled
33162024-09-25T17:14:42.172Z[ host-image] Sep 25 17:14:41.009 INFO O| Sep 25 17:14:41.009 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33172024-09-25T17:14:42.185Z[ host-image] Sep 25 17:14:41.025 INFO O| Sep 25 17:14:41.025 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"]
33182024-09-25T17:14:42.733Z[ host-image] Sep 25 17:14:41.573 INFO O| Sep 25 17:14:41.573 INFO STEP 2 (pkg_set_publisher) COMPLETE
33192024-09-25T17:14:42.733Z[ host-image] Sep 25 17:14:41.573 INFO O| Sep 25 17:14:41.573 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33202024-09-25T17:14:42.750Z[ host-image] Sep 25 17:14:41.589 INFO O| Sep 25 17:14:41.589 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"]
33212024-09-25T17:14:43.299Z[ host-image] Sep 25 17:14:42.136 INFO O| Sep 25 17:14:42.136 INFO STEP 3 (pkg_set_publisher) COMPLETE
33222024-09-25T17:14:43.299Z[ host-image] Sep 25 17:14:42.136 INFO O| Sep 25 17:14:42.136 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33232024-09-25T17:14:43.302Z[ host-image] Sep 25 17:14:42.136 INFO O| Sep 25 17:14:42.136 INFO skip step because feature "repo_redist" is not enabled
33242024-09-25T17:14:43.302Z[ host-image] Sep 25 17:14:42.136 INFO O| Sep 25 17:14:42.136 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33252024-09-25T17:14:43.700Z[ host-image] Sep 25 17:14:42.535 INFO O| Sep 25 17:14:42.535 INFO variant opensolaris.zone is already global
33262024-09-25T17:14:43.701Z[ host-image] Sep 25 17:14:42.535 INFO O| Sep 25 17:14:42.535 INFO STEP 5 (pkg_change_variant) COMPLETE
33272024-09-25T17:14:43.710Z[ host-image] Sep 25 17:14:42.535 INFO O| Sep 25 17:14:42.535 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33282024-09-25T17:14:44.237Z[ host-image] Sep 25 17:14:43.077 INFO O| Sep 25 17:14:43.077 INFO variant opensolaris.imagetype is full; changing to partial
33292024-09-25T17:14:44.237Z[ host-image] Sep 25 17:14:43.077 INFO O| Sep 25 17:14:43.077 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33302024-09-25T17:14:50.375Z[ host-image] Sep 25 17:14:49.214 INFO O| Sep 25 17:14:49.214 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33312024-09-25T17:14:52.793Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.82s
33322024-09-25T17:14:52.932Z[ host-image] Sep 25 17:14:51.770 INFO O| Sep 25 17:14:51.770 INFO O| Startup: Caching catalogs ... Done
33332024-09-25T17:14:52.982Z[ host-image] Sep 25 17:14:51.820 INFO O| Sep 25 17:14:51.820 INFO O| Planning: Planning completed in 0.00 seconds
33342024-09-25T17:14:52.986Z[ host-image] Sep 25 17:14:51.821 INFO O| Sep 25 17:14:51.821 INFO O| Planning: Consolidating action changes ... Done
33352024-09-25T17:14:52.986Z[ host-image] Sep 25 17:14:51.821 INFO O| Sep 25 17:14:51.821 INFO O| Planning: Evaluating mediators ... Done
33362024-09-25T17:14:52.986Z[ host-image] Sep 25 17:14:51.821 INFO O| Sep 25 17:14:51.821 INFO O| Planning: Planning completed in 0.00 seconds
33372024-09-25T17:14:52.986Z[ host-image] Sep 25 17:14:51.821 INFO O| Sep 25 17:14:51.821 INFO O| Variants/Facets to change: 1
33382024-09-25T17:14:53.001Z[ host-image] Sep 25 17:14:51.838 INFO O| Sep 25 17:14:51.838 INFO O| Done
33392024-09-25T17:14:53.001Z[ host-image] Sep 25 17:14:51.838 INFO O| Sep 25 17:14:51.838 INFO O| Done
33402024-09-25T17:14:53.422Z[ host-image] Sep 25 17:14:52.260 INFO O| Sep 25 17:14:52.260 INFO O| Done
33412024-09-25T17:14:53.457Z[ host-image] Sep 25 17:14:52.295 INFO O| Sep 25 17:14:52.295 INFO O| Done
33422024-09-25T17:14:53.461Z[ host-image] Sep 25 17:14:52.296 INFO O| Sep 25 17:14:52.296 INFO O| Done
33432024-09-25T17:14:53.462Z[ host-image] Sep 25 17:14:52.296 INFO O| Sep 25 17:14:52.296 INFO O| Done
33442024-09-25T17:14:53.462Z[ host-image] Sep 25 17:14:52.297 INFO O| Sep 25 17:14:52.297 INFO O| Done
33452024-09-25T17:14:53.788Z[ host-image] Sep 25 17:14:52.626 INFO O| Sep 25 17:14:52.626 INFO STEP 6 (pkg_change_variant) COMPLETE
33462024-09-25T17:14:53.788Z[ host-image] Sep 25 17:14:52.626 INFO O| Sep 25 17:14:52.626 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33472024-09-25T17:14:53.788Z[ host-image] Sep 25 17:14:52.626 INFO O| Sep 25 17:14:52.626 INFO skip step because feature "debug_variant" is not enabled
33482024-09-25T17:14:53.792Z[ host-image] Sep 25 17:14:52.626 INFO O| Sep 25 17:14:52.626 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33492024-09-25T17:14:54.151Z[ host-image] Sep 25 17:14:52.989 INFO O| Sep 25 17:14:52.989 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33502024-09-25T17:14:54.192ZSep 25 17:14:53.030 INFO [recovery-package] process exited with exit status: 0 (24.466166332s)
33512024-09-25T17:14:54.192ZSep 25 17:14:53.030 INFO [recovery-stamp] running task
33522024-09-25T17:14:54.194ZSep 25 17:14:53.030 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
33532024-09-25T17:14:54.194ZSep 25 17:14:53.030 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 11.0.0-0.ci+gitbb0989ea490
33542024-09-25T17:14:54.207ZSep 25 17:14:53.046 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 11.0.0-0.ci+gitbb0989ea490
33552024-09-25T17:14:54.216Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
33562024-09-25T17:14:54.224Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
33572024-09-25T17:14:54.293Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33582024-09-25T17:14:54.297ZSep 25 17:14:53.135 INFO [stamp-installinator] process exited with exit status: 0 (89.096461ms)
33592024-09-25T17:14:54.344Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
33602024-09-25T17:14:54.347ZSep 25 17:14:53.186 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (155.520667ms)
33612024-09-25T17:14:54.349ZSep 25 17:14:53.186 INFO [recovery-stamp] task succeeded (155.940311ms)
33622024-09-25T17:14:54.350ZSep 25 17:14:53.186 INFO [recovery-proto] running task
33632024-09-25T17:14:54.350ZSep 25 17:14:53.186 INFO [tuf-stamp] running task
33642024-09-25T17:14:54.350ZSep 25 17:14:53.187 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 11.0.0-0.ci+gitbb0989ea490
33652024-09-25T17:14:54.358ZSep 25 17:14:53.197 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 11.0.0-0.ci+gitbb0989ea490
33662024-09-25T17:14:54.368ZSep 25 17:14:53.205 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 11.0.0-0.ci+gitbb0989ea490
33672024-09-25T17:14:54.374Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33682024-09-25T17:14:54.377ZSep 25 17:14:53.215 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 11.0.0-0.ci+gitbb0989ea490
33692024-09-25T17:14:54.384Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33702024-09-25T17:14:54.387Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33712024-09-25T17:14:54.389ZSep 25 17:14:53.225 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 11.0.0-0.ci+gitbb0989ea490
33722024-09-25T17:14:54.398ZSep 25 17:14:53.236 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 11.0.0-0.ci+gitbb0989ea490
33732024-09-25T17:14:54.422Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33742024-09-25T17:14:54.424Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33752024-09-25T17:14:54.424ZSep 25 17:14:53.261 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 11.0.0-0.ci+gitbb0989ea490
33762024-09-25T17:14:54.507Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33772024-09-25T17:14:54.510ZSep 25 17:14:53.340 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 11.0.0-0.ci+gitbb0989ea490
33782024-09-25T17:14:54.510ZSep 25 17:14:53.340 INFO [recovery-proto] task succeeded (154.141851ms)
33792024-09-25T17:14:54.516Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33802024-09-25T17:14:54.518ZSep 25 17:14:53.354 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/.tmpqWzsV2/proto/recovery/root -N 'recovery bb0989e/${os_short_commit} 2024-09-25 16:53' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33812024-09-25T17:14:54.535Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33822024-09-25T17:14:54.538ZSep 25 17:14:53.373 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 11.0.0-0.ci+gitbb0989ea490
33832024-09-25T17:14:54.546Z[ recovery-image] Sep 25 17:14:53.373 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33842024-09-25T17:14:54.549Z[ recovery-image] Sep 25 17:14:53.373 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33852024-09-25T17:14:54.569Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33862024-09-25T17:14:54.574Z[ recovery-image] Sep 25 17:14:53.412 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpqWzsV2/proto/recovery/root"
33872024-09-25T17:14:54.574Z[ recovery-image] Sep 25 17:14:53.412 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33882024-09-25T17:14:54.578Z[ recovery-image] Sep 25 17:14:53.413 INFO image builder template: ramdisk-01-os...
33892024-09-25T17:14:54.578Z[ recovery-image] Sep 25 17:14:53.413 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/.tmpqWzsV2/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
33902024-09-25T17:14:54.609Z[ recovery-image] Sep 25 17:14:53.447 INFO O| Sep 25 17:14:53.447 INFO CREATE DATASET: rpool/images/build/recovery/output
33912024-09-25T17:14:54.648ZSep 25 17:14:53.486 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 11.0.0-0.ci+gitbb0989ea490
33922024-09-25T17:14:54.755Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33932024-09-25T17:14:54.759ZSep 25 17:14:53.593 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 11.0.0-0.ci+gitbb0989ea490
33942024-09-25T17:14:54.778ZSep 25 17:14:53.615 INFO [stamp-probe] process exited with exit status: 0 (389.362463ms)
33952024-09-25T17:14:54.794Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33962024-09-25T17:14:54.794Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33972024-09-25T17:14:54.984Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33982024-09-25T17:14:55.016ZSep 25 17:14:53.854 INFO [stamp-ntp] process exited with exit status: 0 (639.3691ms)
33992024-09-25T17:14:55.077Z[ host-image] Sep 25 17:14:53.915 INFO O| Sep 25 17:14:53.915 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34002024-09-25T17:14:55.080Z[ host-image] Sep 25 17:14:53.917 INFO O| Sep 25 17:14:53.917 INFO O| Planning: Planning completed in 0.00 seconds
34012024-09-25T17:14:55.083Z[ host-image] Sep 25 17:14:53.918 INFO O| Sep 25 17:14:53.918 INFO O| Planning: Consolidating action changes ... Done
34022024-09-25T17:14:55.083Z[ host-image] Sep 25 17:14:53.918 INFO O| Sep 25 17:14:53.918 INFO O| Planning: Evaluating mediators ... Done
34032024-09-25T17:14:55.083Z[ host-image] Sep 25 17:14:53.919 INFO O| Sep 25 17:14:53.919 INFO O| Planning: Planning completed in 0.00 seconds
34042024-09-25T17:14:55.083Z[ host-image] Sep 25 17:14:53.919 INFO O| Sep 25 17:14:53.919 INFO O| Variants/Facets to change: 1
34052024-09-25T17:14:55.137Z[ recovery-image] Sep 25 17:14:53.975 INFO O| Sep 25 17:14:53.975 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34062024-09-25T17:14:55.143Z[ recovery-image] Sep 25 17:14:53.981 INFO O| Sep 25 17:14:53.981 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34072024-09-25T17:14:55.533Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34082024-09-25T17:14:55.596ZSep 25 17:14:54.434 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.247110069s)
34092024-09-25T17:14:55.644Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34102024-09-25T17:14:55.671Z[ host-image] Sep 25 17:14:54.508 INFO O| Sep 25 17:14:54.508 INFO O| Done
34112024-09-25T17:14:55.674Z[ host-image] Sep 25 17:14:54.509 INFO O| Sep 25 17:14:54.508 INFO O| Done
34122024-09-25T17:14:55.677ZSep 25 17:14:54.512 INFO [stamp-internal-dns] process exited with exit status: 0 (1.250988985s)
34132024-09-25T17:14:55.702Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
34142024-09-25T17:14:55.731ZSep 25 17:14:54.569 INFO [stamp-external-dns] process exited with exit status: 0 (1.19584463s)
34152024-09-25T17:14:55.849Z[ recovery-image] Sep 25 17:14:54.687 INFO O| Sep 25 17:14:54.686 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34162024-09-25T17:14:55.981Z[ recovery-image] Sep 25 17:14:54.818 INFO O| Sep 25 17:14:54.818 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34172024-09-25T17:14:55.981Z[ recovery-image] Sep 25 17:14:54.818 INFO O| Sep 25 17:14:54.818 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34182024-09-25T17:14:55.983Z[ recovery-image] Sep 25 17:14:54.819 INFO O| Sep 25 17:14:54.819 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34192024-09-25T17:14:55.983Z[ recovery-image] Sep 25 17:14:54.819 INFO O| Sep 25 17:14:54.819 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34202024-09-25T17:14:55.986Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
34212024-09-25T17:14:55.993Z[ recovery-image] Sep 25 17:14:54.831 INFO O| Sep 25 17:14:54.831 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34222024-09-25T17:14:56.014Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34232024-09-25T17:14:56.186Z[ host-image] Sep 25 17:14:55.024 INFO O| Sep 25 17:14:55.024 INFO O| Done
34242024-09-25T17:14:56.231Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
34252024-09-25T17:14:56.236ZSep 25 17:14:55.074 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.588107111s)
34262024-09-25T17:14:56.243Z[ host-image] Sep 25 17:14:55.081 INFO O| Sep 25 17:14:55.081 INFO O| Done
34272024-09-25T17:14:56.246Z[ host-image] Sep 25 17:14:55.082 INFO O| Sep 25 17:14:55.082 INFO O| Done
34282024-09-25T17:14:56.246Z[ host-image] Sep 25 17:14:55.082 INFO O| Sep 25 17:14:55.082 INFO O| Done
34292024-09-25T17:14:56.246Z[ host-image] Sep 25 17:14:55.083 INFO O| Sep 25 17:14:55.083 INFO O| Done
34302024-09-25T17:14:56.323Z[ host-image] Sep 25 17:14:55.160 INFO O| Sep 25 17:14:55.160 INFO STEP 8 (pkg_change_facet) COMPLETE
34312024-09-25T17:14:56.323Z[ host-image] Sep 25 17:14:55.160 INFO O| Sep 25 17:14:55.160 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34322024-09-25T17:14:56.323Z[ host-image] Sep 25 17:14:55.160 INFO O| Sep 25 17:14:55.160 INFO skip step because feature "recovery" is not enabled
34332024-09-25T17:14:56.325Z[ host-image] Sep 25 17:14:55.160 INFO O| Sep 25 17:14:55.160 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34342024-09-25T17:14:56.325Z[ host-image] Sep 25 17:14:55.160 INFO O| Sep 25 17:14:55.160 INFO skip step because feature "recovery" is not enabled
34352024-09-25T17:14:56.325Z[ host-image] Sep 25 17:14:55.160 INFO O| Sep 25 17:14:55.160 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34362024-09-25T17:14:56.337Z[ host-image] Sep 25 17:14:55.175 INFO O| Sep 25 17:14:55.175 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"]
34372024-09-25T17:14:56.340Z[ recovery-image] Sep 25 17:14:55.176 INFO O| Sep 25 17:14:55.176 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34382024-09-25T17:14:56.354Z[ recovery-image] Sep 25 17:14:55.191 INFO O| Sep 25 17:14:55.191 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
34392024-09-25T17:14:56.638Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
34402024-09-25T17:14:56.644ZSep 25 17:14:55.480 INFO [stamp-oximeter] process exited with exit status: 0 (1.887127007s)
34412024-09-25T17:14:56.869Z[ recovery-image] Sep 25 17:14:55.706 INFO O| Sep 25 17:14:55.706 INFO O| Caching catalogs ... Done
34422024-09-25T17:14:56.977Z[ recovery-image] Sep 25 17:14:55.814 INFO O| Sep 25 17:14:55.814 INFO STEP 0 (pkg_image_create) COMPLETE
34432024-09-25T17:14:56.977Z[ recovery-image] Sep 25 17:14:55.815 INFO O| Sep 25 17:14:55.814 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34442024-09-25T17:14:56.977Z[ recovery-image] Sep 25 17:14:55.815 INFO O| Sep 25 17:14:55.814 INFO skip step because feature "repo_redist" is not enabled
34452024-09-25T17:14:56.980Z[ recovery-image] Sep 25 17:14:55.815 INFO O| Sep 25 17:14:55.814 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34462024-09-25T17:14:56.992Z[ recovery-image] Sep 25 17:14:55.830 INFO O| Sep 25 17:14:55.830 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"]
34472024-09-25T17:14:57.007Z[ host-image] Sep 25 17:14:55.845 INFO O| Sep 25 17:14:55.845 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34482024-09-25T17:14:57.497Z[ recovery-image] Sep 25 17:14:56.334 INFO O| Sep 25 17:14:56.334 INFO STEP 2 (pkg_set_publisher) COMPLETE
34492024-09-25T17:14:57.497Z[ recovery-image] Sep 25 17:14:56.334 INFO O| Sep 25 17:14:56.334 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34502024-09-25T17:14:57.511Z[ recovery-image] Sep 25 17:14:56.348 INFO O| Sep 25 17:14:56.348 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"]
34512024-09-25T17:14:57.988Z[ recovery-image] Sep 25 17:14:56.825 INFO O| Sep 25 17:14:56.825 INFO STEP 3 (pkg_set_publisher) COMPLETE
34522024-09-25T17:14:57.988Z[ recovery-image] Sep 25 17:14:56.825 INFO O| Sep 25 17:14:56.825 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34532024-09-25T17:14:57.988Z[ recovery-image] Sep 25 17:14:56.825 INFO O| Sep 25 17:14:56.825 INFO skip step because feature "repo_redist" is not enabled
34542024-09-25T17:14:57.991Z[ recovery-image] Sep 25 17:14:56.825 INFO O| Sep 25 17:14:56.825 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34552024-09-25T17:14:58.042Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
34562024-09-25T17:14:58.046ZSep 25 17:14:56.884 INFO [stamp-nexus] process exited with exit status: 0 (3.68716993s)
34572024-09-25T17:14:58.445Z[ recovery-image] Sep 25 17:14:57.282 INFO O| Sep 25 17:14:57.282 INFO variant opensolaris.zone is already global
34582024-09-25T17:14:58.445Z[ recovery-image] Sep 25 17:14:57.282 INFO O| Sep 25 17:14:57.282 INFO STEP 5 (pkg_change_variant) COMPLETE
34592024-09-25T17:14:58.445Z[ recovery-image] Sep 25 17:14:57.282 INFO O| Sep 25 17:14:57.282 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34602024-09-25T17:14:58.792Z[ recovery-image] Sep 25 17:14:57.629 INFO O| Sep 25 17:14:57.629 INFO variant opensolaris.imagetype is full; changing to partial
34612024-09-25T17:14:58.792Z[ recovery-image] Sep 25 17:14:57.630 INFO O| Sep 25 17:14:57.629 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34622024-09-25T17:14:59.629Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
34632024-09-25T17:14:59.633ZSep 25 17:14:58.470 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.130117111s)
34642024-09-25T17:15:00.273Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34652024-09-25T17:15:00.416Z[verify-libraries] Compiling polyval v0.6.2
34662024-09-25T17:15:00.419Z[verify-libraries] Compiling ctr v0.9.2
34672024-09-25T17:15:00.454Z[verify-libraries] Compiling ssh-encoding v0.2.0
34682024-09-25T17:15:00.454Z[verify-libraries] Compiling blowfish v0.9.1
34692024-09-25T17:15:00.499Z[verify-libraries] Compiling password-hash v0.4.2
34702024-09-25T17:15:00.501Z[verify-libraries] Compiling matches v0.1.10
34712024-09-25T17:15:00.502Z[verify-libraries] Compiling p521 v0.13.3
34722024-09-25T17:15:00.862Z[verify-libraries] Compiling ghash v0.5.1
34732024-09-25T17:15:00.947Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34742024-09-25T17:15:01.056Z[verify-libraries] Compiling idna v0.2.3
34752024-09-25T17:15:01.157Z[verify-libraries] Compiling pbkdf2 v0.11.0
34762024-09-25T17:15:01.285Z[verify-libraries] Compiling aes-gcm v0.10.3
34772024-09-25T17:15:01.894Z[verify-libraries] Compiling ssh-cipher v0.2.0
34782024-09-25T17:15:01.929Z[verify-libraries] Compiling p256 v0.13.2
34792024-09-25T17:15:01.981Z[verify-libraries] Compiling enum-as-inner v0.5.1
34802024-09-25T17:15:01.984Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34812024-09-25T17:15:02.686Z[verify-libraries] Compiling ssh-key v0.6.6
34822024-09-25T17:15:03.321Z[verify-libraries] Compiling md5 v0.7.0
34832024-09-25T17:15:04.065Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34842024-09-25T17:15:04.152Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34852024-09-25T17:15:04.158ZSep 25 17:15:02.995 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.758621378s)
34862024-09-25T17:15:04.197Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34872024-09-25T17:15:04.207ZSep 25 17:15:03.044 INFO [stamp-clickhouse] process exited with exit status: 0 (9.83808966s)
34882024-09-25T17:15:04.207ZSep 25 17:15:03.044 INFO [tuf-stamp] task succeeded (9.857692215s)
34892024-09-25T17:15:04.241Z[verify-libraries] Compiling num-bigint v0.4.5
34902024-09-25T17:15:04.984Z[verify-libraries] Compiling des v0.8.1
34912024-09-25T17:15:05.192Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34922024-09-25T17:15:05.650Z[verify-libraries] Compiling hex-literal v0.4.1
34932024-09-25T17:15:06.116Z[verify-libraries] Compiling russh-keys v0.45.0
34942024-09-25T17:15:06.336Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34952024-09-25T17:15:07.463Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34962024-09-25T17:15:08.144Z[verify-libraries] Compiling internet-checksum v0.2.1
34972024-09-25T17:15:08.614Z[verify-libraries] Compiling russh v0.45.0
34982024-09-25T17:15:09.319Z[ recovery-image] Sep 25 17:15:08.154 INFO O| Sep 25 17:15:08.154 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34992024-09-25T17:15:13.792Z[verify-libraries] Compiling dhcproto v0.12.0
35002024-09-25T17:15:14.850Z[verify-libraries] Compiling heck v0.4.1
35012024-09-25T17:15:15.002Z[ recovery-image] Sep 25 17:15:13.836 INFO O| Sep 25 17:15:13.836 INFO O| Startup: Caching catalogs ... Done
35022024-09-25T17:15:15.094Z[ recovery-image] Sep 25 17:15:13.928 INFO O| Sep 25 17:15:13.928 INFO O| Planning: Planning completed in 0.00 seconds
35032024-09-25T17:15:15.097Z[ recovery-image] Sep 25 17:15:13.929 INFO O| Sep 25 17:15:13.929 INFO O| Planning: Consolidating action changes ... Done
35042024-09-25T17:15:15.097Z[ recovery-image] Sep 25 17:15:13.929 INFO O| Sep 25 17:15:13.929 INFO O| Planning: Evaluating mediators ... Done
35052024-09-25T17:15:15.097Z[ recovery-image] Sep 25 17:15:13.930 INFO O| Sep 25 17:15:13.930 INFO O| Planning: Planning completed in 0.00 seconds
35062024-09-25T17:15:15.097Z[ recovery-image] Sep 25 17:15:13.930 INFO O| Sep 25 17:15:13.930 INFO O| Variants/Facets to change: 1
35072024-09-25T17:15:15.223Z[ recovery-image] Sep 25 17:15:14.058 INFO O| Sep 25 17:15:14.057 INFO O| Done
35082024-09-25T17:15:15.223Z[ recovery-image] Sep 25 17:15:14.058 INFO O| Sep 25 17:15:14.057 INFO O| Done
35092024-09-25T17:15:16.023Z[ recovery-image] Sep 25 17:15:14.857 INFO O| Sep 25 17:15:14.857 INFO O| Done
35102024-09-25T17:15:16.181Z[ recovery-image] Sep 25 17:15:15.015 INFO O| Sep 25 17:15:15.015 INFO O| Done
35112024-09-25T17:15:16.184Z[ recovery-image] Sep 25 17:15:15.017 INFO O| Sep 25 17:15:15.017 INFO O| Done
35122024-09-25T17:15:16.184Z[ recovery-image] Sep 25 17:15:15.017 INFO O| Sep 25 17:15:15.017 INFO O| Done
35132024-09-25T17:15:16.186Z[ recovery-image] Sep 25 17:15:15.019 INFO O| Sep 25 17:15:15.019 INFO O| Done
35142024-09-25T17:15:16.554Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35152024-09-25T17:15:16.785Z[ recovery-image] Sep 25 17:15:15.619 INFO O| Sep 25 17:15:15.619 INFO STEP 6 (pkg_change_variant) COMPLETE
35162024-09-25T17:15:16.785Z[ recovery-image] Sep 25 17:15:15.619 INFO O| Sep 25 17:15:15.619 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35172024-09-25T17:15:16.788Z[ recovery-image] Sep 25 17:15:15.619 INFO O| Sep 25 17:15:15.619 INFO skip step because feature "debug_variant" is not enabled
35182024-09-25T17:15:16.788Z[ recovery-image] Sep 25 17:15:15.619 INFO O| Sep 25 17:15:15.619 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35192024-09-25T17:15:17.465Z[ recovery-image] Sep 25 17:15:16.298 INFO O| Sep 25 17:15:16.298 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35202024-09-25T17:15:18.698Z[ recovery-image] Sep 25 17:15:17.532 INFO O| Sep 25 17:15:17.532 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35212024-09-25T17:15:18.701Z[ recovery-image] Sep 25 17:15:17.534 INFO O| Sep 25 17:15:17.533 INFO O| Planning: Planning completed in 0.00 seconds
35222024-09-25T17:15:18.701Z[ recovery-image] Sep 25 17:15:17.534 INFO O| Sep 25 17:15:17.534 INFO O| Planning: Consolidating action changes ... Done
35232024-09-25T17:15:18.703Z[ recovery-image] Sep 25 17:15:17.535 INFO O| Sep 25 17:15:17.534 INFO O| Planning: Evaluating mediators ... Done
35242024-09-25T17:15:18.703Z[ recovery-image] Sep 25 17:15:17.535 INFO O| Sep 25 17:15:17.535 INFO O| Planning: Planning completed in 0.00 seconds
35252024-09-25T17:15:18.703Z[ recovery-image] Sep 25 17:15:17.535 INFO O| Sep 25 17:15:17.535 INFO O| Variants/Facets to change: 1
35262024-09-25T17:15:18.847Z[ recovery-image] Sep 25 17:15:17.680 INFO O| Sep 25 17:15:17.679 INFO O| Done
35272024-09-25T17:15:18.847Z[ recovery-image] Sep 25 17:15:17.680 INFO O| Sep 25 17:15:17.680 INFO O| Done
35282024-09-25T17:15:19.433Z[ recovery-image] Sep 25 17:15:18.267 INFO O| Sep 25 17:15:18.267 INFO O| Done
35292024-09-25T17:15:19.512Z[ recovery-image] Sep 25 17:15:18.345 INFO O| Sep 25 17:15:18.345 INFO O| Done
35302024-09-25T17:15:19.514Z[ recovery-image] Sep 25 17:15:18.346 INFO O| Sep 25 17:15:18.346 INFO O| Done
35312024-09-25T17:15:19.514Z[ recovery-image] Sep 25 17:15:18.347 INFO O| Sep 25 17:15:18.346 INFO O| Done
35322024-09-25T17:15:19.536Z[ recovery-image] Sep 25 17:15:18.369 INFO O| Sep 25 17:15:18.369 INFO O| Done
35332024-09-25T17:15:19.625Z[ recovery-image] Sep 25 17:15:18.458 INFO O| Sep 25 17:15:18.458 INFO STEP 8 (pkg_change_facet) COMPLETE
35342024-09-25T17:15:19.625Z[ recovery-image] Sep 25 17:15:18.458 INFO O| Sep 25 17:15:18.458 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35352024-09-25T17:15:20.364Z[ recovery-image] Sep 25 17:15:19.197 INFO O| Sep 25 17:15:19.197 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
35362024-09-25T17:15:21.412Z[ recovery-image] Sep 25 17:15:20.245 INFO O| Sep 25 17:15:20.245 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35372024-09-25T17:15:21.415Z[ recovery-image] Sep 25 17:15:20.247 INFO O| Sep 25 17:15:20.247 INFO O| Planning: Planning completed in 0.00 seconds
35382024-09-25T17:15:21.418Z[ recovery-image] Sep 25 17:15:20.248 INFO O| Sep 25 17:15:20.248 INFO O| Planning: Consolidating action changes ... Done
35392024-09-25T17:15:21.418Z[ recovery-image] Sep 25 17:15:20.248 INFO O| Sep 25 17:15:20.248 INFO O| Planning: Evaluating mediators ... Done
35402024-09-25T17:15:21.418Z[ recovery-image] Sep 25 17:15:20.249 INFO O| Sep 25 17:15:20.249 INFO O| Planning: Planning completed in 0.00 seconds
35412024-09-25T17:15:21.418Z[ recovery-image] Sep 25 17:15:20.249 INFO O| Sep 25 17:15:20.249 INFO O| Variants/Facets to change: 1
35422024-09-25T17:15:21.512Z[ recovery-image] Sep 25 17:15:20.344 INFO O| Sep 25 17:15:20.343 INFO O| Done
35432024-09-25T17:15:21.512Z[ recovery-image] Sep 25 17:15:20.344 INFO O| Sep 25 17:15:20.343 INFO O| Done
35442024-09-25T17:15:22.223Z[ recovery-image] Sep 25 17:15:21.056 INFO O| Sep 25 17:15:21.056 INFO O| Done
35452024-09-25T17:15:22.286Z[ recovery-image] Sep 25 17:15:21.119 INFO O| Sep 25 17:15:21.118 INFO O| Done
35462024-09-25T17:15:22.288Z[ recovery-image] Sep 25 17:15:21.120 INFO O| Sep 25 17:15:21.120 INFO O| Done
35472024-09-25T17:15:22.288Z[ recovery-image] Sep 25 17:15:21.120 INFO O| Sep 25 17:15:21.120 INFO O| Done
35482024-09-25T17:15:22.291Z[ recovery-image] Sep 25 17:15:21.122 INFO O| Sep 25 17:15:21.122 INFO O| Done
35492024-09-25T17:15:22.387Z[ recovery-image] Sep 25 17:15:21.219 INFO O| Sep 25 17:15:21.219 INFO STEP 9 (pkg_change_facet) COMPLETE
35502024-09-25T17:15:22.387Z[ recovery-image] Sep 25 17:15:21.219 INFO O| Sep 25 17:15:21.219 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35512024-09-25T17:15:23.035Z[ recovery-image] Sep 25 17:15:21.868 INFO O| Sep 25 17:15:21.867 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
35522024-09-25T17:15:24.100Z[ recovery-image] Sep 25 17:15:22.932 INFO O| Sep 25 17:15:22.932 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35532024-09-25T17:15:24.103Z[ recovery-image] Sep 25 17:15:22.934 INFO O| Sep 25 17:15:22.934 INFO O| Planning: Planning completed in 0.00 seconds
35542024-09-25T17:15:24.105Z[ recovery-image] Sep 25 17:15:22.935 INFO O| Sep 25 17:15:22.935 INFO O| Planning: Consolidating action changes ... Done
35552024-09-25T17:15:24.105Z[ recovery-image] Sep 25 17:15:22.936 INFO O| Sep 25 17:15:22.936 INFO O| Planning: Evaluating mediators ... Done
35562024-09-25T17:15:24.105Z[ recovery-image] Sep 25 17:15:22.936 INFO O| Sep 25 17:15:22.936 INFO O| Planning: Planning completed in 0.00 seconds
35572024-09-25T17:15:24.105Z[ recovery-image] Sep 25 17:15:22.937 INFO O| Sep 25 17:15:22.937 INFO O| Variants/Facets to change: 1
35582024-09-25T17:15:24.200Z[ recovery-image] Sep 25 17:15:23.032 INFO O| Sep 25 17:15:23.032 INFO O| Done
35592024-09-25T17:15:24.200Z[ recovery-image] Sep 25 17:15:23.032 INFO O| Sep 25 17:15:23.032 INFO O| Done
35602024-09-25T17:15:24.794Z[ recovery-image] Sep 25 17:15:23.626 INFO O| Sep 25 17:15:23.626 INFO O| Done
35612024-09-25T17:15:24.880Z[ recovery-image] Sep 25 17:15:23.712 INFO O| Sep 25 17:15:23.712 INFO O| Done
35622024-09-25T17:15:24.882Z[ recovery-image] Sep 25 17:15:23.713 INFO O| Sep 25 17:15:23.713 INFO O| Done
35632024-09-25T17:15:24.882Z[ recovery-image] Sep 25 17:15:23.713 INFO O| Sep 25 17:15:23.713 INFO O| Done
35642024-09-25T17:15:24.885Z[ recovery-image] Sep 25 17:15:23.716 INFO O| Sep 25 17:15:23.716 INFO O| Done
35652024-09-25T17:15:24.969Z[ recovery-image] Sep 25 17:15:23.801 INFO O| Sep 25 17:15:23.801 INFO STEP 10 (pkg_change_facet) COMPLETE
35662024-09-25T17:15:24.969Z[ recovery-image] Sep 25 17:15:23.801 INFO O| Sep 25 17:15:23.801 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35672024-09-25T17:15:24.988Z[ recovery-image] Sep 25 17:15:23.820 INFO O| Sep 25 17:15:23.820 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"]
35682024-09-25T17:15:25.191Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35692024-09-25T17:15:25.240Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35702024-09-25T17:15:25.456Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35712024-09-25T17:15:25.890Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35722024-09-25T17:15:25.923Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35732024-09-25T17:15:26.124Z[ recovery-image] Sep 25 17:15:24.950 INFO O| Sep 25 17:15:24.950 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35742024-09-25T17:15:26.463Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35752024-09-25T17:15:26.903Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35762024-09-25T17:15:27.904Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35772024-09-25T17:15:29.002Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35782024-09-25T17:15:31.859Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35792024-09-25T17:15:33.658Z[ host-image] Sep 25 17:15:32.489 INFO O| Sep 25 17:15:32.489 INFO O| Planning: Solver setup ... Done
35802024-09-25T17:15:36.919Z[verify-libraries] Compiling termios v0.3.3
35812024-09-25T17:15:37.325Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35822024-09-25T17:16:03.825Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35832024-09-25T17:16:04.376Z[ recovery-image] Sep 25 17:16:03.201 INFO O| Sep 25 17:16:03.201 INFO O| Planning: Solver setup ... Done
35842024-09-25T17:16:06.564Z[ host-image] Sep 25 17:16:05.389 INFO O| Sep 25 17:16:05.388 INFO O| Planning: Running solver ... Done
35852024-09-25T17:16:07.038Z[ host-image] Sep 25 17:16:05.863 INFO O| Sep 25 17:16:05.863 INFO O| Planning: Finding local manifests ... Done
35862024-09-25T17:16:07.073Z[ host-image] Sep 25 17:16:05.897 INFO O| Sep 25 17:16:05.897 INFO O| Planning: Fetching manifests: 0/124 0% complete
35872024-09-25T17:16:11.523Z[ host-image] Sep 25 17:16:10.346 INFO O| Sep 25 17:16:10.346 INFO O| Planning: Fetching manifests: 124/124 100% complete
35882024-09-25T17:16:12.692Z[ host-image] Sep 25 17:16:11.515 INFO O| Sep 25 17:16:11.515 INFO O| Planning: Package planning ... Done
35892024-09-25T17:16:14.506Z[ host-image] Sep 25 17:16:13.329 INFO O| Sep 25 17:16:13.329 INFO O| Planning: Merging actions ... Done
35902024-09-25T17:16:14.813Z[ host-image] Sep 25 17:16:13.636 INFO O| Sep 25 17:16:13.636 INFO O| Planning: Checking for conflicting actions ... Done
35912024-09-25T17:16:15.163Z[ host-image] Sep 25 17:16:13.987 INFO O| Sep 25 17:16:13.986 INFO O| Planning: Consolidating action changes ... Done
35922024-09-25T17:16:15.757Z[ host-image] Sep 25 17:16:14.580 INFO O| Sep 25 17:16:14.580 INFO O| Planning: Evaluating mediators ... Done
35932024-09-25T17:16:21.928Z[ host-image] Sep 25 17:16:20.750 INFO O| Sep 25 17:16:20.750 INFO O| Planning: Planning completed in 84.91 seconds
35942024-09-25T17:16:21.934Z[ host-image] Sep 25 17:16:20.756 INFO O| Sep 25 17:16:20.756 INFO O| Packages to install: 124
35952024-09-25T17:16:21.937Z[ host-image] Sep 25 17:16:20.757 INFO O| Sep 25 17:16:20.756 INFO O| Mediators to change: 4
35962024-09-25T17:16:21.937Z[ host-image] Sep 25 17:16:20.757 INFO O| Sep 25 17:16:20.757 INFO O| Services to change: 6
35972024-09-25T17:16:22.075Z[ host-image] Sep 25 17:16:20.896 INFO O| Sep 25 17:16:20.896 INFO O| Download: 0/22731 items 0.0/196.5MB 0% complete
35982024-09-25T17:16:27.077Z[ host-image] Sep 25 17:16:25.898 INFO O| Sep 25 17:16:25.897 INFO O| Download: 1106/22731 items 6.4/196.5MB 3% complete (1.3M/s)
35992024-09-25T17:16:32.139Z[ host-image] Sep 25 17:16:30.959 INFO O| Sep 25 17:16:30.959 INFO O| Download: 1792/22731 items 12.5/196.5MB 6% complete (1.3M/s)
36002024-09-25T17:16:36.222Z[ recovery-image] Sep 25 17:16:35.041 INFO O| Sep 25 17:16:35.041 INFO O| Planning: Running solver ... Done
36012024-09-25T17:16:36.598Z[ recovery-image] Sep 25 17:16:35.418 INFO O| Sep 25 17:16:35.418 INFO O| Planning: Finding local manifests ... Done
36022024-09-25T17:16:36.613Z[ recovery-image] Sep 25 17:16:35.432 INFO O| Sep 25 17:16:35.432 INFO O| Planning: Fetching manifests: 0/124 0% complete
36032024-09-25T17:16:38.491Z[ host-image] Sep 25 17:16:37.309 INFO O| Sep 25 17:16:37.308 INFO O| Download: 2229/22731 items 24.4/196.5MB 12% complete (1.8M/s)
36042024-09-25T17:16:41.134Z[ recovery-image] Sep 25 17:16:39.953 INFO O| Sep 25 17:16:39.953 INFO O| Planning: Fetching manifests: 124/124 100% complete
36052024-09-25T17:16:42.228Z[ recovery-image] Sep 25 17:16:41.046 INFO O| Sep 25 17:16:41.046 INFO O| Planning: Package planning ... Done
36062024-09-25T17:16:42.884Z[ recovery-image] Sep 25 17:16:41.702 INFO O| Sep 25 17:16:41.702 INFO O| Planning: Merging actions ... Done
36072024-09-25T17:16:43.088Z[ recovery-image] Sep 25 17:16:41.906 INFO O| Sep 25 17:16:41.906 INFO O| Planning: Checking for conflicting actions ... Done
36082024-09-25T17:16:43.230Z[ recovery-image] Sep 25 17:16:42.048 INFO O| Sep 25 17:16:42.047 INFO O| Planning: Consolidating action changes ... Done
36092024-09-25T17:16:43.497Z[ host-image] Sep 25 17:16:42.315 INFO O| Sep 25 17:16:42.315 INFO O| Download: 3309/22731 items 34.1/196.5MB 17% complete (1.4M/s)
36102024-09-25T17:16:43.575Z[ recovery-image] Sep 25 17:16:42.393 INFO O| Sep 25 17:16:42.393 INFO O| Planning: Evaluating mediators ... Done
36112024-09-25T17:16:45.588Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36122024-09-25T17:16:48.498Z[ host-image] Sep 25 17:16:47.315 INFO O| Sep 25 17:16:47.315 INFO O| Download: 4517/22731 items 42.0/196.5MB 21% complete (1.8M/s)
36132024-09-25T17:16:49.998Z[ recovery-image] Sep 25 17:16:48.814 INFO O| Sep 25 17:16:48.814 INFO O| Planning: Planning completed in 83.86 seconds
36142024-09-25T17:16:50.018Z[ recovery-image] Sep 25 17:16:48.835 INFO O| Sep 25 17:16:48.835 INFO O| Packages to install: 124
36152024-09-25T17:16:50.018Z[ recovery-image] Sep 25 17:16:48.835 INFO O| Sep 25 17:16:48.835 INFO O| Mediators to change: 4
36162024-09-25T17:16:50.021Z[ recovery-image] Sep 25 17:16:48.835 INFO O| Sep 25 17:16:48.835 INFO O| Services to change: 5
36172024-09-25T17:16:50.099Z[ recovery-image] Sep 25 17:16:48.915 INFO O| Sep 25 17:16:48.915 INFO O| Download: 0/15834 items 0.0/173.3MB 0% complete
36182024-09-25T17:16:53.516Z[ host-image] Sep 25 17:16:52.331 INFO O| Sep 25 17:16:52.331 INFO O| Download: 5156/22731 items 45.9/196.5MB 23% complete (1.2M/s)
36192024-09-25T17:16:55.289Z[ recovery-image] Sep 25 17:16:54.104 INFO O| Sep 25 17:16:54.104 INFO O| Download: 996/15834 items 7.6/173.3MB 4% complete (1.6M/s)
36202024-09-25T17:16:58.527Z[ host-image] Sep 25 17:16:57.342 INFO O| Sep 25 17:16:57.342 INFO O| Download: 6134/22731 items 46.5/196.5MB 23% complete (467k/s)
36212024-09-25T17:17:00.302Z[ recovery-image] Sep 25 17:16:59.116 INFO O| Sep 25 17:16:59.116 INFO O| Download: 1452/15834 items 21.5/173.3MB 12% complete (2.2M/s)
36222024-09-25T17:17:00.903Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36232024-09-25T17:17:01.127Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36242024-09-25T17:17:03.675Z[ host-image] Sep 25 17:17:02.489 INFO O| Sep 25 17:17:02.489 INFO O| Download: 6854/22731 items 49.0/196.5MB 24% complete (307k/s)
36252024-09-25T17:17:05.312Z[ recovery-image] Sep 25 17:17:04.126 INFO O| Sep 25 17:17:04.126 INFO O| Download: 2042/15834 items 30.9/173.3MB 17% complete (2.3M/s)
36262024-09-25T17:17:08.692Z[ host-image] Sep 25 17:17:07.506 INFO O| Sep 25 17:17:07.506 INFO O| Download: 7506/22731 items 57.8/196.5MB 29% complete (1.1M/s)
36272024-09-25T17:17:11.974Z[ recovery-image] Sep 25 17:17:10.787 INFO O| Sep 25 17:17:10.787 INFO O| Download: 2679/15834 items 33.1/173.3MB 19% complete (2.1M/s)
36282024-09-25T17:17:13.693Z[ host-image] Sep 25 17:17:12.506 INFO O| Sep 25 17:17:12.506 INFO O| Download: 8076/22731 items 60.3/196.5MB 30% complete (1.1M/s)
36292024-09-25T17:17:17.289Z[ recovery-image] Sep 25 17:17:16.100 INFO O| Sep 25 17:17:16.099 INFO O| Download: 3634/15834 items 39.6/173.3MB 22% complete (805k/s)
36302024-09-25T17:17:18.698Z[ host-image] Sep 25 17:17:17.509 INFO O| Sep 25 17:17:17.509 INFO O| Download: 8404/22731 items 69.4/196.5MB 35% complete (1.1M/s)
36312024-09-25T17:17:22.289Z[ recovery-image] Sep 25 17:17:21.100 INFO O| Sep 25 17:17:21.099 INFO O| Download: 4460/15834 items 42.8/173.3MB 24% complete (995k/s)
36322024-09-25T17:17:23.707Z[ host-image] Sep 25 17:17:22.517 INFO O| Sep 25 17:17:22.517 INFO O| Download: 9300/22731 items 80.3/196.5MB 40% complete (1.9M/s)
36332024-09-25T17:17:27.298Z[ recovery-image] Sep 25 17:17:26.108 INFO O| Sep 25 17:17:26.108 INFO O| Download: 4915/15834 items 43.1/173.3MB 24% complete (365k/s)
36342024-09-25T17:17:28.723Z[ host-image] Sep 25 17:17:27.533 INFO O| Sep 25 17:17:27.532 INFO O| Download: 9855/22731 items 83.6/196.5MB 42% complete (1.4M/s)
36352024-09-25T17:17:29.295Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36362024-09-25T17:17:32.305Z[ recovery-image] Sep 25 17:17:31.113 INFO O| Sep 25 17:17:31.112 INFO O| Download: 5597/15834 items 43.5/173.3MB 25% complete (68.5k/s)
36372024-09-25T17:17:33.724Z[ host-image] Sep 25 17:17:32.533 INFO O| Sep 25 17:17:32.533 INFO O| Download: 10414/22731 items 88.0/196.5MB 44% complete (1.3M/s)
36382024-09-25T17:17:35.859Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36392024-09-25T17:17:38.115Z[ recovery-image] Sep 25 17:17:36.923 INFO O| Sep 25 17:17:36.923 INFO O| Download: 5662/15834 items 44.5/173.3MB 25% complete (118k/s)
36402024-09-25T17:17:38.894Z[ host-image] Sep 25 17:17:37.701 INFO O| Sep 25 17:17:37.701 INFO O| Download: 10863/22731 items 90.1/196.5MB 45% complete (662k/s)
36412024-09-25T17:17:40.926Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
36422024-09-25T17:17:41.641Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
36432024-09-25T17:17:43.331Z[ recovery-image] Sep 25 17:17:42.138 INFO O| Sep 25 17:17:42.138 INFO O| Download: 6012/15834 items 54.1/173.3MB 31% complete (1.0M/s)
36442024-09-25T17:17:43.895Z[ host-image] Sep 25 17:17:42.702 INFO O| Sep 25 17:17:42.702 INFO O| Download: 11509/22731 items 96.2/196.5MB 48% complete (839k/s)
36452024-09-25T17:17:48.345Z[ recovery-image] Sep 25 17:17:47.152 INFO O| Sep 25 17:17:47.151 INFO O| Download: 6293/15834 items 62.6/173.3MB 36% complete (1.8M/s)
36462024-09-25T17:17:48.924Z[ host-image] Sep 25 17:17:47.730 INFO O| Sep 25 17:17:47.729 INFO O| Download: 12100/22731 items 100.9/196.5MB 51% complete (1.1M/s)
36472024-09-25T17:17:53.355Z[ recovery-image] Sep 25 17:17:52.160 INFO O| Sep 25 17:17:52.160 INFO O| Download: 7480/15834 items 73.5/173.3MB 42% complete (2.0M/s)
36482024-09-25T17:17:53.940Z[ host-image] Sep 25 17:17:52.745 INFO O| Sep 25 17:17:52.745 INFO O| Download: 12194/22731 items 108.7/196.5MB 55% complete (1.2M/s)
36492024-09-25T17:17:58.549Z[ recovery-image] Sep 25 17:17:57.354 INFO O| Sep 25 17:17:57.354 INFO O| Download: 7937/15834 items 77.6/173.3MB 44% complete (1.7M/s)
36502024-09-25T17:17:58.944Z[ host-image] Sep 25 17:17:57.749 INFO O| Sep 25 17:17:57.748 INFO O| Download: 12879/22731 items 109.7/196.5MB 55% complete (900k/s)
36512024-09-25T17:18:03.572Z[ recovery-image] Sep 25 17:18:02.375 INFO O| Sep 25 17:18:02.375 INFO O| Download: 8627/15834 items 80.4/173.3MB 46% complete (667k/s)
36522024-09-25T17:18:03.946Z[ host-image] Sep 25 17:18:02.749 INFO O| Sep 25 17:18:02.749 INFO O| Download: 13800/22731 items 110.2/196.5MB 56% complete (158k/s)
36532024-09-25T17:18:08.573Z[ recovery-image] Sep 25 17:18:07.375 INFO O| Sep 25 17:18:07.375 INFO O| Download: 9065/15834 items 92.7/173.3MB 53% complete (1.5M/s)
36542024-09-25T17:18:09.274Z[ host-image] Sep 25 17:18:08.076 INFO O| Sep 25 17:18:08.076 INFO O| Download: 14499/22731 items 115.1/196.5MB 58% complete (443k/s)
36552024-09-25T17:18:13.578Z[ recovery-image] Sep 25 17:18:12.379 INFO O| Sep 25 17:18:12.379 INFO O| Download: 10867/15834 items 93.6/173.3MB 53% complete (1.4M/s)
36562024-09-25T17:18:14.275Z[ host-image] Sep 25 17:18:13.076 INFO O| Sep 25 17:18:13.076 INFO O| Download: 15158/22731 items 121.1/196.5MB 61% complete (1.1M/s)
36572024-09-25T17:18:18.731Z[ recovery-image] Sep 25 17:18:17.532 INFO O| Sep 25 17:18:17.532 INFO O| Download: 11387/15834 items 107.0/173.3MB 61% complete (1.3M/s)
36582024-09-25T17:18:19.344Z[ host-image] Sep 25 17:18:18.144 INFO O| Sep 25 17:18:18.144 INFO O| Download: 15839/22731 items 130.2/196.5MB 66% complete (1.5M/s)
36592024-09-25T17:18:23.734Z[ recovery-image] Sep 25 17:18:22.534 INFO O| Sep 25 17:18:22.534 INFO O| Download: 11651/15834 items 117.5/173.3MB 67% complete (2.2M/s)
36602024-09-25T17:18:24.345Z[ host-image] Sep 25 17:18:23.144 INFO O| Sep 25 17:18:23.144 INFO O| Download: 16875/22731 items 139.0/196.5MB 70% complete (1.8M/s)
36612024-09-25T17:18:28.741Z[ recovery-image] Sep 25 17:18:27.540 INFO O| Sep 25 17:18:27.539 INFO O| Download: 12132/15834 items 137.5/173.3MB 79% complete (3.1M/s)
36622024-09-25T17:18:29.407Z[ host-image] Sep 25 17:18:28.205 INFO O| Sep 25 17:18:28.205 INFO O| Download: 17854/22731 items 150.1/196.5MB 76% complete (2.4M/s)
36632024-09-25T17:18:33.755Z[ recovery-image] Sep 25 17:18:32.551 INFO O| Sep 25 17:18:32.551 INFO O| Download: 13185/15834 items 141.3/173.3MB 81% complete (2.5M/s)
36642024-09-25T17:18:34.412Z[ host-image] Sep 25 17:18:33.209 INFO O| Sep 25 17:18:33.208 INFO O| Download: 18558/22731 items 161.1/196.5MB 81% complete (2.2M/s)
36652024-09-25T17:18:38.760Z[ recovery-image] Sep 25 17:18:37.557 INFO O| Sep 25 17:18:37.557 INFO O| Download: 14140/15834 items 145.7/173.3MB 84% complete (859k/s)
36662024-09-25T17:18:39.435Z[ host-image] Sep 25 17:18:38.230 INFO O| Sep 25 17:18:38.230 INFO O| Download: 19317/22731 items 164.8/196.5MB 83% complete (1.5M/s)
36672024-09-25T17:18:43.940Z[ recovery-image] Sep 25 17:18:42.736 INFO O| Sep 25 17:18:42.736 INFO O| Download: 14678/15834 items 148.0/173.3MB 85% complete (727k/s)
36682024-09-25T17:18:45.545Z[ host-image] Sep 25 17:18:44.341 INFO O| Sep 25 17:18:44.340 INFO O| Download: 20590/22731 items 169.4/196.5MB 86% complete (871k/s)
36692024-09-25T17:18:48.944Z[ recovery-image] Sep 25 17:18:47.738 INFO O| Sep 25 17:18:47.738 INFO O| Download: 15190/15834 items 155.1/173.3MB 89% complete (941k/s)
36702024-09-25T17:18:50.617Z[ host-image] Sep 25 17:18:49.406 INFO O| Sep 25 17:18:49.406 INFO O| Download: 20937/22731 items 175.9/196.5MB 89% complete (1.0M/s)
36712024-09-25T17:18:54.374Z[ recovery-image] Sep 25 17:18:53.169 INFO O| Sep 25 17:18:53.168 INFO O| Download: 15564/15834 items 166.3/173.3MB 95% complete (1.9M/s)
36722024-09-25T17:18:56.098Z[ host-image] Sep 25 17:18:54.890 INFO O| Sep 25 17:18:54.890 INFO O| Download: 21871/22731 items 188.3/196.5MB 95% complete (1.9M/s)
36732024-09-25T17:18:57.645Z[ recovery-image] Sep 25 17:18:56.439 INFO O| Sep 25 17:18:56.439 INFO O| Download: Completed 173.28 MB in 127.52 seconds (1.4M/s)
36742024-09-25T17:18:58.979Z[ recovery-image] Sep 25 17:18:57.772 INFO O| Sep 25 17:18:57.772 INFO O| Actions: 1/24969 actions (Installing new actions)
36752024-09-25T17:19:01.127Z[ host-image] Sep 25 17:18:59.919 INFO O| Sep 25 17:18:59.919 INFO O| Download: 22484/22731 items 196.2/196.5MB 99% complete (2.0M/s)
36762024-09-25T17:19:02.844Z[ host-image] Sep 25 17:19:01.636 INFO O| Sep 25 17:19:01.636 INFO O| Download: Completed 196.51 MB in 160.74 seconds (1.2M/s)
36772024-09-25T17:19:03.981Z[ recovery-image] Sep 25 17:19:02.772 INFO O| Sep 25 17:19:02.772 INFO O| Actions: 8920/24969 actions (Installing new actions)
36782024-09-25T17:19:04.826Z[ host-image] Sep 25 17:19:03.618 INFO O| Sep 25 17:19:03.618 INFO O| Actions: 1/49266 actions (Installing new actions)
36792024-09-25T17:19:08.996Z[ recovery-image] Sep 25 17:19:07.787 INFO O| Sep 25 17:19:07.787 INFO O| Actions: 15474/24969 actions (Installing new actions)
36802024-09-25T17:19:09.891Z[ host-image] Sep 25 17:19:08.682 INFO O| Sep 25 17:19:08.682 INFO O| Actions: 9824/49266 actions (Installing new actions)
36812024-09-25T17:19:14.249Z[ recovery-image] Sep 25 17:19:13.039 INFO O| Sep 25 17:19:13.039 INFO O| Actions: 24416/24969 actions (Installing new actions)
36822024-09-25T17:19:14.892Z[ host-image] Sep 25 17:19:13.682 INFO O| Sep 25 17:19:13.682 INFO O| Actions: 16187/49266 actions (Installing new actions)
36832024-09-25T17:19:18.204Z[ recovery-image] Sep 25 17:19:16.989 INFO O| Sep 25 17:19:16.989 INFO O| Actions: Completed 24969 actions in 19.21 seconds.
36842024-09-25T17:19:18.797Z[ recovery-image] Sep 25 17:19:17.586 INFO O| Sep 25 17:19:17.586 INFO O| Done
36852024-09-25T17:19:18.797Z[ recovery-image] Sep 25 17:19:17.586 INFO O| Sep 25 17:19:17.586 INFO O| Done
36862024-09-25T17:19:19.912Z[ host-image] Sep 25 17:19:18.682 INFO O| Sep 25 17:19:18.682 INFO O| Actions: 22764/49266 actions (Installing new actions)
36872024-09-25T17:19:20.037Z[ recovery-image] Sep 25 17:19:18.808 INFO O| Sep 25 17:19:18.808 INFO O| Done
36882024-09-25T17:19:21.714Z[ recovery-image] Sep 25 17:19:20.503 INFO O| Sep 25 17:19:20.503 INFO O| Done
36892024-09-25T17:19:21.736Z[ recovery-image] Sep 25 17:19:20.525 INFO O| Sep 25 17:19:20.525 INFO O| Done
36902024-09-25T17:19:25.467Z[ host-image] Sep 25 17:19:24.255 INFO O| Sep 25 17:19:24.255 INFO O| Actions: 48713/49266 actions (Installing new actions)
36912024-09-25T17:19:26.684Z[ recovery-image] Sep 25 17:19:25.471 INFO O| Sep 25 17:19:25.471 INFO O| Done
36922024-09-25T17:19:27.349Z[ recovery-image] Sep 25 17:19:26.137 INFO O| Sep 25 17:19:26.137 INFO O| Done
36932024-09-25T17:19:27.781Z[ recovery-image] Sep 25 17:19:26.569 INFO O| Sep 25 17:19:26.568 INFO STEP 11 (pkg_install) COMPLETE
36942024-09-25T17:19:27.781Z[ recovery-image] Sep 25 17:19:26.569 INFO O| Sep 25 17:19:26.569 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36952024-09-25T17:19:27.787Z[ recovery-image] Sep 25 17:19:26.569 INFO O| Sep 25 17:19:26.569 INFO skip step because feature "recovery" is enabled
36962024-09-25T17:19:27.788Z[ recovery-image] Sep 25 17:19:26.569 INFO O| Sep 25 17:19:26.569 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36972024-09-25T17:19:27.788Z[ recovery-image] Sep 25 17:19:26.569 INFO O| Sep 25 17:19:26.569 INFO skip step because feature "omicron1" is not enabled
36982024-09-25T17:19:27.788Z[ recovery-image] Sep 25 17:19:26.569 INFO O| Sep 25 17:19:26.569 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36992024-09-25T17:19:27.801Z[ recovery-image] Sep 25 17:19:26.589 INFO O| Sep 25 17:19:26.589 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37002024-09-25T17:19:28.937Z[ recovery-image] Sep 25 17:19:27.719 INFO O| Sep 25 17:19:27.719 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37012024-09-25T17:19:30.473Z[ host-image] Sep 25 17:19:29.255 INFO O| Sep 25 17:19:29.255 INFO O| Actions: 49262/49266 actions (Installing new actions)
37022024-09-25T17:19:30.482Z[ host-image] Sep 25 17:19:29.266 INFO O| Sep 25 17:19:29.266 INFO O| Actions: Completed 49266 actions in 25.64 seconds.
37032024-09-25T17:19:31.174Z[ host-image] Sep 25 17:19:29.960 INFO O| Sep 25 17:19:29.960 INFO O| Done
37042024-09-25T17:19:31.174Z[ host-image] Sep 25 17:19:29.960 INFO O| Sep 25 17:19:29.960 INFO O| Done
37052024-09-25T17:19:36.450Z[ recovery-image] Sep 25 17:19:31.477 INFO O| Sep 25 17:19:31.477 INFO O| Planning: Solver setup ... Done
37062024-09-25T17:19:36.523Z[ recovery-image] Sep 25 17:19:31.484 INFO O| Sep 25 17:19:31.483 INFO O| Planning: Running solver ... Done
37072024-09-25T17:19:36.523Z[ recovery-image] Sep 25 17:19:31.550 INFO O| Sep 25 17:19:31.550 INFO O| Planning: Finding local manifests ... Done
37082024-09-25T17:19:36.524Z[ recovery-image] Sep 25 17:19:31.551 INFO O| Sep 25 17:19:31.551 INFO O| Planning: Fetching manifests: 0/1 0% complete
37092024-09-25T17:19:36.524Z[ recovery-image] Sep 25 17:19:31.740 INFO O| Sep 25 17:19:31.739 INFO O| Planning: Fetching manifests: 1/1 100% complete
37102024-09-25T17:19:36.524Z[ recovery-image] Sep 25 17:19:31.772 INFO O| Sep 25 17:19:31.772 INFO O| Planning: Package planning ... Done
37112024-09-25T17:19:36.524Z[ recovery-image] Sep 25 17:19:31.773 INFO O| Sep 25 17:19:31.773 INFO O| Planning: Merging actions ... Done
37122024-09-25T17:19:36.524Z[ host-image] Sep 25 17:19:31.794 INFO O| Sep 25 17:19:31.794 INFO O| Done
37132024-09-25T17:19:36.524Z[ recovery-image] Sep 25 17:19:31.833 INFO O| Sep 25 17:19:31.833 INFO O| Planning: Checking for conflicting actions ... Done
37142024-09-25T17:19:36.524Z[ recovery-image] Sep 25 17:19:31.834 INFO O| Sep 25 17:19:31.834 INFO O| Planning: Consolidating action changes ... Done
37152024-09-25T17:19:36.524Z[ recovery-image] Sep 25 17:19:32.138 INFO O| Sep 25 17:19:32.137 INFO O| Planning: Evaluating mediators ... Done
37162024-09-25T17:19:36.524Z[ recovery-image] Sep 25 17:19:32.138 INFO O| Sep 25 17:19:32.138 INFO O| Planning: Planning completed in 4.42 seconds
37172024-09-25T17:19:36.524Z[ recovery-image] Sep 25 17:19:32.141 INFO O| Sep 25 17:19:32.141 INFO O| Packages to install: 1
37182024-09-25T17:19:36.524Z[ recovery-image] Sep 25 17:19:32.161 INFO O| Sep 25 17:19:32.161 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
37192024-09-25T17:19:36.524Z[ recovery-image] Sep 25 17:19:33.443 INFO O| Sep 25 17:19:33.443 INFO O| Download: Completed 20.80 MB in 1.28 seconds (16.2M/s)
37202024-09-25T17:19:36.524Z[ recovery-image] Sep 25 17:19:33.562 INFO O| Sep 25 17:19:33.562 INFO O| Actions: 1/22 actions (Installing new actions)
37212024-09-25T17:19:36.524Z[ host-image] Sep 25 17:19:34.408 INFO O| Sep 25 17:19:34.408 INFO O| Done
37222024-09-25T17:19:36.524Z[ host-image] Sep 25 17:19:34.441 INFO O| Sep 25 17:19:34.441 INFO O| Done
37232024-09-25T17:19:36.524Z[ recovery-image] Sep 25 17:19:34.534 INFO O| Sep 25 17:19:34.534 INFO O| Actions: Completed 22 actions in 0.97 seconds.
37242024-09-25T17:19:36.524Z[ recovery-image] Sep 25 17:19:35.008 INFO O| Sep 25 17:19:35.008 INFO O| Done
37252024-09-25T17:19:36.524Z[ recovery-image] Sep 25 17:19:35.008 INFO O| Sep 25 17:19:35.008 INFO O| Done
37262024-09-25T17:19:37.242Z[ recovery-image] Sep 25 17:19:36.027 INFO O| Sep 25 17:19:36.027 INFO O| Done
37272024-09-25T17:19:39.163Z[ recovery-image] Sep 25 17:19:37.949 INFO O| Sep 25 17:19:37.949 INFO O| Done
37282024-09-25T17:19:39.185Z[ recovery-image] Sep 25 17:19:37.971 INFO O| Sep 25 17:19:37.971 INFO O| Done
37292024-09-25T17:19:39.188Z[ recovery-image] Sep 25 17:19:37.971 INFO O| Sep 25 17:19:37.971 INFO O| Done
37302024-09-25T17:19:39.203Z[ recovery-image] Sep 25 17:19:37.989 INFO O| Sep 25 17:19:37.989 INFO O| Done
37312024-09-25T17:19:39.385Z[ recovery-image] Sep 25 17:19:38.171 INFO O| Sep 25 17:19:38.171 INFO STEP 14 (pkg_install) COMPLETE
37322024-09-25T17:19:39.385Z[ recovery-image] Sep 25 17:19:38.171 INFO O| Sep 25 17:19:38.171 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37332024-09-25T17:19:39.388Z[ recovery-image] Sep 25 17:19:38.171 INFO O| Sep 25 17:19:38.171 INFO skip step because feature "mfg" is not enabled
37342024-09-25T17:19:39.388Z[ recovery-image] Sep 25 17:19:38.171 INFO O| Sep 25 17:19:38.171 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37352024-09-25T17:19:39.388Z[ recovery-image] Sep 25 17:19:38.171 INFO O| Sep 25 17:19:38.171 INFO skip step because feature "compliance" is not enabled
37362024-09-25T17:19:39.388Z[ recovery-image] Sep 25 17:19:38.171 INFO O| Sep 25 17:19:38.171 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37372024-09-25T17:19:39.388Z[ recovery-image] Sep 25 17:19:38.171 INFO O| Sep 25 17:19:38.171 INFO skip step because feature "stress" is not enabled
37382024-09-25T17:19:39.388Z[ recovery-image] Sep 25 17:19:38.171 INFO O| Sep 25 17:19:38.171 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37392024-09-25T17:19:39.388Z[ recovery-image] Sep 25 17:19:38.171 INFO O| Sep 25 17:19:38.171 INFO skip step because feature "nfs" is not enabled
37402024-09-25T17:19:39.388Z[ recovery-image] Sep 25 17:19:38.171 INFO O| Sep 25 17:19:38.171 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37412024-09-25T17:19:39.388Z[ recovery-image] Sep 25 17:19:38.171 INFO O| Sep 25 17:19:38.171 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37422024-09-25T17:19:39.592Z[ recovery-image] Sep 25 17:19:38.378 INFO O| Sep 25 17:19:38.378 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37432024-09-25T17:19:39.745Z[ recovery-image] Sep 25 17:19:38.530 INFO O| Sep 25 17:19:38.530 INFO completed processing gimlet/ramdisk-01-os
37442024-09-25T17:19:39.747Z[ recovery-image] Sep 25 17:19:38.533 INFO image builder template: ramdisk-02-trim...
37452024-09-25T17:19:39.750Z[ recovery-image] Sep 25 17:19:38.533 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/.tmpqWzsV2/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
37462024-09-25T17:19:39.788Z[ recovery-image] Sep 25 17:19:38.574 INFO O| Sep 25 17:19:38.574 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37472024-09-25T17:19:39.795Z[ recovery-image] Sep 25 17:19:38.581 INFO O| Sep 25 17:19:38.581 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37482024-09-25T17:19:39.892Z[ recovery-image] Sep 25 17:19:38.678 INFO O| Sep 25 17:19:38.678 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
37492024-09-25T17:19:39.959Z[ recovery-image] Sep 25 17:19:38.745 INFO O| Sep 25 17:19:38.745 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37502024-09-25T17:19:39.959Z[ recovery-image] Sep 25 17:19:38.745 INFO O| Sep 25 17:19:38.745 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37512024-09-25T17:19:39.969Z[ recovery-image] Sep 25 17:19:38.755 INFO O| Sep 25 17:19:38.755 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37522024-09-25T17:19:39.976Z[ recovery-image] Sep 25 17:19:38.762 INFO O| Sep 25 17:19:38.762 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37532024-09-25T17:19:40.003Z[ recovery-image] Sep 25 17:19:38.789 INFO O| Sep 25 17:19:38.789 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37542024-09-25T17:19:40.437Z[ recovery-image] Sep 25 17:19:39.223 INFO O| Sep 25 17:19:39.223 INFO rolled back to input snapshot; work may begin
37552024-09-25T17:19:40.437Z[ recovery-image] Sep 25 17:19:39.223 INFO O| Sep 25 17:19:39.223 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37562024-09-25T17:19:40.446Z[ recovery-image] Sep 25 17:19:39.232 INFO O| Sep 25 17:19:39.232 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37572024-09-25T17:19:40.466Z[ recovery-image] Sep 25 17:19:39.251 INFO O| Sep 25 17:19:39.251 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37582024-09-25T17:19:40.611Z[ recovery-image] Sep 25 17:19:39.396 INFO O| Sep 25 17:19:39.396 INFO STEP 0 (remove_files) COMPLETE
37592024-09-25T17:19:40.611Z[ recovery-image] Sep 25 17:19:39.396 INFO O| Sep 25 17:19:39.396 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37602024-09-25T17:19:40.648Z[ recovery-image] Sep 25 17:19:39.433 INFO O| Sep 25 17:19:39.433 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37612024-09-25T17:19:40.652Z[ recovery-image] Sep 25 17:19:39.437 INFO O| Sep 25 17:19:39.437 INFO STEP 1 (remove_files) COMPLETE
37622024-09-25T17:19:40.652Z[ recovery-image] Sep 25 17:19:39.437 INFO O| Sep 25 17:19:39.437 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37632024-09-25T17:19:40.671Z[ recovery-image] Sep 25 17:19:39.456 INFO O| Sep 25 17:19:39.456 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37642024-09-25T17:19:40.697Z[ recovery-image] Sep 25 17:19:39.482 INFO O| Sep 25 17:19:39.482 INFO STEP 2 (remove_files) COMPLETE
37652024-09-25T17:19:40.697Z[ recovery-image] Sep 25 17:19:39.482 INFO O| Sep 25 17:19:39.482 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37662024-09-25T17:19:40.714Z[ recovery-image] Sep 25 17:19:39.500 INFO O| Sep 25 17:19:39.500 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37672024-09-25T17:19:40.718Z[ recovery-image] Sep 25 17:19:39.503 INFO O| Sep 25 17:19:39.503 INFO STEP 3 (remove_files) COMPLETE
37682024-09-25T17:19:40.718Z[ recovery-image] Sep 25 17:19:39.503 INFO O| Sep 25 17:19:39.503 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37692024-09-25T17:19:40.736Z[ recovery-image] Sep 25 17:19:39.521 INFO O| Sep 25 17:19:39.521 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37702024-09-25T17:19:40.744Z[ recovery-image] Sep 25 17:19:39.529 INFO O| Sep 25 17:19:39.529 INFO STEP 4 (remove_files) COMPLETE
37712024-09-25T17:19:40.744Z[ recovery-image] Sep 25 17:19:39.529 INFO O| Sep 25 17:19:39.529 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37722024-09-25T17:19:40.800Z[ recovery-image] Sep 25 17:19:39.585 INFO O| Sep 25 17:19:39.585 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37732024-09-25T17:19:40.803Z[ recovery-image] Sep 25 17:19:39.586 INFO O| Sep 25 17:19:39.586 INFO STEP 5 (remove_files) COMPLETE
37742024-09-25T17:19:40.803Z[ recovery-image] Sep 25 17:19:39.586 INFO O| Sep 25 17:19:39.586 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37752024-09-25T17:19:40.827Z[ recovery-image] Sep 25 17:19:39.612 INFO O| Sep 25 17:19:39.612 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37762024-09-25T17:19:40.848Z[ recovery-image] Sep 25 17:19:39.633 INFO O| Sep 25 17:19:39.633 INFO STEP 6 (remove_files) COMPLETE
37772024-09-25T17:19:40.848Z[ recovery-image] Sep 25 17:19:39.633 INFO O| Sep 25 17:19:39.633 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37782024-09-25T17:19:40.848Z[ recovery-image] Sep 25 17:19:39.633 INFO O| Sep 25 17:19:39.633 INFO skip step because feature "recovery" is enabled
37792024-09-25T17:19:40.848Z[ recovery-image] Sep 25 17:19:39.633 INFO O| Sep 25 17:19:39.633 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37802024-09-25T17:19:40.848Z[ recovery-image] Sep 25 17:19:39.633 INFO O| Sep 25 17:19:39.633 INFO skip step because feature "recovery" is enabled
37812024-09-25T17:19:40.848Z[ recovery-image] Sep 25 17:19:39.633 INFO O| Sep 25 17:19:39.633 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37822024-09-25T17:19:40.848Z[ recovery-image] Sep 25 17:19:39.633 INFO O| Sep 25 17:19:39.633 INFO skip step because feature "recovery" is enabled
37832024-09-25T17:19:40.848Z[ recovery-image] Sep 25 17:19:39.633 INFO O| Sep 25 17:19:39.633 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37842024-09-25T17:19:40.867Z[ recovery-image] Sep 25 17:19:39.652 INFO O| Sep 25 17:19:39.652 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37852024-09-25T17:19:40.873Z[ recovery-image] Sep 25 17:19:39.659 INFO O| Sep 25 17:19:39.658 INFO STEP 10 (remove_files) COMPLETE
37862024-09-25T17:19:40.873Z[ recovery-image] Sep 25 17:19:39.659 INFO O| Sep 25 17:19:39.659 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37872024-09-25T17:19:40.891Z[ recovery-image] Sep 25 17:19:39.677 INFO O| Sep 25 17:19:39.677 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
37882024-09-25T17:19:40.894Z[ recovery-image] Sep 25 17:19:39.678 INFO O| Sep 25 17:19:39.678 INFO STEP 11 (remove_files) COMPLETE
37892024-09-25T17:19:40.894Z[ recovery-image] Sep 25 17:19:39.678 INFO O| Sep 25 17:19:39.678 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37902024-09-25T17:19:40.910Z[ recovery-image] Sep 25 17:19:39.696 INFO O| Sep 25 17:19:39.696 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
37912024-09-25T17:19:40.913Z[ recovery-image] Sep 25 17:19:39.699 INFO O| Sep 25 17:19:39.698 INFO STEP 12 (remove_files) COMPLETE
37922024-09-25T17:19:40.913Z[ recovery-image] Sep 25 17:19:39.699 INFO O| Sep 25 17:19:39.698 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37932024-09-25T17:19:41.166Z[ recovery-image] Sep 25 17:19:39.952 INFO O| Sep 25 17:19:39.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
37942024-09-25T17:19:41.196Z[ recovery-image] Sep 25 17:19:39.982 INFO O| Sep 25 17:19:39.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
37952024-09-25T17:19:41.199Z[ recovery-image] Sep 25 17:19:39.983 INFO O| Sep 25 17:19:39.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
37962024-09-25T17:19:41.201Z[ recovery-image] Sep 25 17:19:39.985 INFO O| Sep 25 17:19:39.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
37972024-09-25T17:19:41.414Z[ recovery-image] Sep 25 17:19:40.199 INFO O| Sep 25 17:19:40.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
37982024-09-25T17:19:41.416Z[ recovery-image] Sep 25 17:19:40.200 INFO O| Sep 25 17:19:40.200 INFO STEP 13 (remove_files) COMPLETE
37992024-09-25T17:19:41.416Z[ recovery-image] Sep 25 17:19:40.200 INFO O| Sep 25 17:19:40.200 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38002024-09-25T17:19:41.452Z[ recovery-image] Sep 25 17:19:40.238 INFO O| Sep 25 17:19:40.238 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38012024-09-25T17:19:41.455Z[ recovery-image] Sep 25 17:19:40.240 INFO O| Sep 25 17:19:40.240 INFO STEP 14 (remove_files) COMPLETE
38022024-09-25T17:19:41.455Z[ recovery-image] Sep 25 17:19:40.240 INFO O| Sep 25 17:19:40.240 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38032024-09-25T17:19:41.496Z[ recovery-image] Sep 25 17:19:40.282 INFO O| Sep 25 17:19:40.282 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
38042024-09-25T17:19:41.506Z[ recovery-image] Sep 25 17:19:40.291 INFO O| Sep 25 17:19:40.291 INFO STEP 15 (remove_files) COMPLETE
38052024-09-25T17:19:41.506Z[ recovery-image] Sep 25 17:19:40.291 INFO O| Sep 25 17:19:40.291 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38062024-09-25T17:19:41.532Z[ recovery-image] Sep 25 17:19:40.317 INFO O| Sep 25 17:19:40.317 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
38072024-09-25T17:19:41.534Z[ recovery-image] Sep 25 17:19:40.318 INFO O| Sep 25 17:19:40.318 INFO STEP 16 (remove_files) COMPLETE
38082024-09-25T17:19:41.535Z[ recovery-image] Sep 25 17:19:40.318 INFO O| Sep 25 17:19:40.318 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38092024-09-25T17:19:41.551Z[ recovery-image] Sep 25 17:19:40.336 INFO O| Sep 25 17:19:40.336 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
38102024-09-25T17:19:41.554Z[ recovery-image] Sep 25 17:19:40.338 INFO O| Sep 25 17:19:40.338 INFO STEP 17 (remove_files) COMPLETE
38112024-09-25T17:19:41.554Z[ recovery-image] Sep 25 17:19:40.338 INFO O| Sep 25 17:19:40.338 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38122024-09-25T17:19:41.571Z[ recovery-image] Sep 25 17:19:40.356 INFO O| Sep 25 17:19:40.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
38132024-09-25T17:19:41.571Z[ recovery-image] Sep 25 17:19:40.356 INFO O| Sep 25 17:19:40.356 INFO STEP 18 (remove_files) COMPLETE
38142024-09-25T17:19:41.571Z[ recovery-image] Sep 25 17:19:40.356 INFO O| Sep 25 17:19:40.356 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38152024-09-25T17:19:41.613Z[ recovery-image] Sep 25 17:19:40.398 INFO O| Sep 25 17:19:40.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
38162024-09-25T17:19:41.616Z[ recovery-image] Sep 25 17:19:40.398 INFO O| Sep 25 17:19:40.398 INFO STEP 19 (remove_files) COMPLETE
38172024-09-25T17:19:41.616Z[ recovery-image] Sep 25 17:19:40.398 INFO O| Sep 25 17:19:40.398 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38182024-09-25T17:19:41.631Z[ recovery-image] Sep 25 17:19:40.416 INFO O| Sep 25 17:19:40.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
38192024-09-25T17:19:41.631Z[ recovery-image] Sep 25 17:19:40.416 INFO O| Sep 25 17:19:40.416 INFO STEP 20 (remove_files) COMPLETE
38202024-09-25T17:19:41.634Z[ recovery-image] Sep 25 17:19:40.416 INFO O| Sep 25 17:19:40.416 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38212024-09-25T17:19:41.662Z[ recovery-image] Sep 25 17:19:40.447 INFO O| Sep 25 17:19:40.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
38222024-09-25T17:19:41.664Z[ recovery-image] Sep 25 17:19:40.447 INFO O| Sep 25 17:19:40.447 INFO STEP 21 (remove_files) COMPLETE
38232024-09-25T17:19:41.664Z[ recovery-image] Sep 25 17:19:40.448 INFO O| Sep 25 17:19:40.447 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38242024-09-25T17:19:41.688Z[ recovery-image] Sep 25 17:19:40.473 INFO O| Sep 25 17:19:40.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
38252024-09-25T17:19:41.690Z[ recovery-image] Sep 25 17:19:40.473 INFO O| Sep 25 17:19:40.473 INFO STEP 22 (remove_files) COMPLETE
38262024-09-25T17:19:41.691Z[ recovery-image] Sep 25 17:19:40.473 INFO O| Sep 25 17:19:40.473 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38272024-09-25T17:19:41.731Z[ recovery-image] Sep 25 17:19:40.517 INFO O| Sep 25 17:19:40.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
38282024-09-25T17:19:41.731Z[ recovery-image] Sep 25 17:19:40.517 INFO O| Sep 25 17:19:40.517 INFO STEP 23 (remove_files) COMPLETE
38292024-09-25T17:19:41.734Z[ recovery-image] Sep 25 17:19:40.517 INFO O| Sep 25 17:19:40.517 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38302024-09-25T17:19:41.787Z[ recovery-image] Sep 25 17:19:40.573 INFO O| Sep 25 17:19:40.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
38312024-09-25T17:19:41.790Z[ recovery-image] Sep 25 17:19:40.573 INFO O| Sep 25 17:19:40.573 INFO STEP 24 (remove_files) COMPLETE
38322024-09-25T17:19:41.790Z[ recovery-image] Sep 25 17:19:40.573 INFO O| Sep 25 17:19:40.573 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38332024-09-25T17:19:41.807Z[ recovery-image] Sep 25 17:19:40.593 INFO O| Sep 25 17:19:40.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
38342024-09-25T17:19:41.807Z[ recovery-image] Sep 25 17:19:40.593 INFO O| Sep 25 17:19:40.593 INFO STEP 25 (remove_files) COMPLETE
38352024-09-25T17:19:41.810Z[ recovery-image] Sep 25 17:19:40.593 INFO O| Sep 25 17:19:40.593 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38362024-09-25T17:19:41.827Z[ recovery-image] Sep 25 17:19:40.612 INFO O| Sep 25 17:19:40.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
38372024-09-25T17:19:41.830Z[ recovery-image] Sep 25 17:19:40.612 INFO O| Sep 25 17:19:40.612 INFO STEP 26 (remove_files) COMPLETE
38382024-09-25T17:19:41.830Z[ recovery-image] Sep 25 17:19:40.612 INFO O| Sep 25 17:19:40.612 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38392024-09-25T17:19:41.846Z[ recovery-image] Sep 25 17:19:40.631 INFO O| Sep 25 17:19:40.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
38402024-09-25T17:19:41.846Z[ recovery-image] Sep 25 17:19:40.631 INFO O| Sep 25 17:19:40.631 INFO STEP 27 (remove_files) COMPLETE
38412024-09-25T17:19:41.849Z[ recovery-image] Sep 25 17:19:40.631 INFO O| Sep 25 17:19:40.631 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38422024-09-25T17:19:41.865Z[ recovery-image] Sep 25 17:19:40.650 INFO O| Sep 25 17:19:40.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
38432024-09-25T17:19:41.865Z[ recovery-image] Sep 25 17:19:40.650 INFO O| Sep 25 17:19:40.650 INFO STEP 28 (remove_files) COMPLETE
38442024-09-25T17:19:41.868Z[ recovery-image] Sep 25 17:19:40.650 INFO O| Sep 25 17:19:40.650 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38452024-09-25T17:19:41.884Z[ recovery-image] Sep 25 17:19:40.669 INFO O| Sep 25 17:19:40.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
38462024-09-25T17:19:41.884Z[ recovery-image] Sep 25 17:19:40.669 INFO O| Sep 25 17:19:40.669 INFO STEP 29 (remove_files) COMPLETE
38472024-09-25T17:19:41.887Z[ recovery-image] Sep 25 17:19:40.669 INFO O| Sep 25 17:19:40.669 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38482024-09-25T17:19:41.901Z[ recovery-image] Sep 25 17:19:40.686 INFO O| Sep 25 17:19:40.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
38492024-09-25T17:19:41.901Z[ recovery-image] Sep 25 17:19:40.686 INFO O| Sep 25 17:19:40.686 INFO STEP 30 (remove_files) COMPLETE
38502024-09-25T17:19:41.904Z[ recovery-image] Sep 25 17:19:40.686 INFO O| Sep 25 17:19:40.686 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38512024-09-25T17:19:41.918Z[ recovery-image] Sep 25 17:19:40.703 INFO O| Sep 25 17:19:40.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
38522024-09-25T17:19:41.918Z[ recovery-image] Sep 25 17:19:40.703 INFO O| Sep 25 17:19:40.703 INFO STEP 31 (remove_files) COMPLETE
38532024-09-25T17:19:41.921Z[ recovery-image] Sep 25 17:19:40.703 INFO O| Sep 25 17:19:40.703 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38542024-09-25T17:19:41.965Z[ recovery-image] Sep 25 17:19:40.750 INFO O| Sep 25 17:19:40.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
38552024-09-25T17:19:41.969Z[ recovery-image] Sep 25 17:19:40.751 INFO O| Sep 25 17:19:40.750 INFO STEP 32 (remove_files) COMPLETE
38562024-09-25T17:19:41.969Z[ recovery-image] Sep 25 17:19:40.751 INFO O| Sep 25 17:19:40.751 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38572024-09-25T17:19:42.030Z[ recovery-image] Sep 25 17:19:40.815 INFO O| Sep 25 17:19:40.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38582024-09-25T17:19:42.033Z[ recovery-image] Sep 25 17:19:40.815 INFO O| Sep 25 17:19:40.815 INFO STEP 33 (remove_files) COMPLETE
38592024-09-25T17:19:42.033Z[ recovery-image] Sep 25 17:19:40.815 INFO O| Sep 25 17:19:40.815 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38602024-09-25T17:19:42.072Z[ recovery-image] Sep 25 17:19:40.857 INFO O| Sep 25 17:19:40.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38612024-09-25T17:19:42.072Z[ recovery-image] Sep 25 17:19:40.857 INFO O| Sep 25 17:19:40.857 INFO STEP 34 (remove_files) COMPLETE
38622024-09-25T17:19:42.075Z[ recovery-image] Sep 25 17:19:40.857 INFO O| Sep 25 17:19:40.857 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38632024-09-25T17:19:42.093Z[ recovery-image] Sep 25 17:19:40.877 INFO O| Sep 25 17:19:40.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38642024-09-25T17:19:42.093Z[ recovery-image] Sep 25 17:19:40.877 INFO O| Sep 25 17:19:40.877 INFO STEP 35 (remove_files) COMPLETE
38652024-09-25T17:19:42.093Z[ recovery-image] Sep 25 17:19:40.878 INFO O| Sep 25 17:19:40.877 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38662024-09-25T17:19:42.111Z[ recovery-image] Sep 25 17:19:40.896 INFO O| Sep 25 17:19:40.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38672024-09-25T17:19:42.111Z[ recovery-image] Sep 25 17:19:40.896 INFO O| Sep 25 17:19:40.896 INFO STEP 36 (remove_files) COMPLETE
38682024-09-25T17:19:42.111Z[ recovery-image] Sep 25 17:19:40.896 INFO O| Sep 25 17:19:40.896 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38692024-09-25T17:19:42.149Z[ recovery-image] Sep 25 17:19:40.933 INFO O| Sep 25 17:19:40.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38702024-09-25T17:19:42.149Z[ recovery-image] Sep 25 17:19:40.933 INFO O| Sep 25 17:19:40.933 INFO STEP 37 (remove_files) COMPLETE
38712024-09-25T17:19:42.152Z[ recovery-image] Sep 25 17:19:40.933 INFO O| Sep 25 17:19:40.933 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38722024-09-25T17:19:42.173Z[ recovery-image] Sep 25 17:19:40.958 INFO O| Sep 25 17:19:40.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38732024-09-25T17:19:42.173Z[ recovery-image] Sep 25 17:19:40.958 INFO O| Sep 25 17:19:40.958 INFO STEP 38 (remove_files) COMPLETE
38742024-09-25T17:19:42.173Z[ recovery-image] Sep 25 17:19:40.958 INFO O| Sep 25 17:19:40.958 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38752024-09-25T17:19:42.194Z[ recovery-image] Sep 25 17:19:40.979 INFO O| Sep 25 17:19:40.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38762024-09-25T17:19:42.194Z[ recovery-image] Sep 25 17:19:40.979 INFO O| Sep 25 17:19:40.979 INFO STEP 39 (remove_files) COMPLETE
38772024-09-25T17:19:42.194Z[ recovery-image] Sep 25 17:19:40.979 INFO O| Sep 25 17:19:40.979 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38782024-09-25T17:19:42.230Z[ recovery-image] Sep 25 17:19:41.015 INFO O| Sep 25 17:19:41.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38792024-09-25T17:19:42.230Z[ recovery-image] Sep 25 17:19:41.015 INFO O| Sep 25 17:19:41.015 INFO STEP 40 (remove_files) COMPLETE
38802024-09-25T17:19:42.230Z[ recovery-image] Sep 25 17:19:41.015 INFO O| Sep 25 17:19:41.015 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38812024-09-25T17:19:42.251Z[ recovery-image] Sep 25 17:19:41.036 INFO O| Sep 25 17:19:41.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38822024-09-25T17:19:42.252Z[ recovery-image] Sep 25 17:19:41.036 INFO O| Sep 25 17:19:41.036 INFO STEP 41 (remove_files) COMPLETE
38832024-09-25T17:19:42.252Z[ recovery-image] Sep 25 17:19:41.036 INFO O| Sep 25 17:19:41.036 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38842024-09-25T17:19:42.275Z[ recovery-image] Sep 25 17:19:41.060 INFO O| Sep 25 17:19:41.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38852024-09-25T17:19:42.275Z[ recovery-image] Sep 25 17:19:41.060 INFO O| Sep 25 17:19:41.060 INFO STEP 42 (remove_files) COMPLETE
38862024-09-25T17:19:42.275Z[ recovery-image] Sep 25 17:19:41.060 INFO O| Sep 25 17:19:41.060 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38872024-09-25T17:19:42.304Z[ recovery-image] Sep 25 17:19:41.089 INFO O| Sep 25 17:19:41.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
38882024-09-25T17:19:42.307Z[ recovery-image] Sep 25 17:19:41.089 INFO O| Sep 25 17:19:41.089 INFO STEP 43 (remove_files) COMPLETE
38892024-09-25T17:19:42.307Z[ recovery-image] Sep 25 17:19:41.090 INFO O| Sep 25 17:19:41.090 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38902024-09-25T17:19:42.325Z[ recovery-image] Sep 25 17:19:41.110 INFO O| Sep 25 17:19:41.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
38912024-09-25T17:19:42.325Z[ recovery-image] Sep 25 17:19:41.110 INFO O| Sep 25 17:19:41.110 INFO STEP 44 (remove_files) COMPLETE
38922024-09-25T17:19:42.331Z[ recovery-image] Sep 25 17:19:41.110 INFO O| Sep 25 17:19:41.110 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38932024-09-25T17:19:42.344Z[ recovery-image] Sep 25 17:19:41.129 INFO O| Sep 25 17:19:41.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
38942024-09-25T17:19:42.347Z[ recovery-image] Sep 25 17:19:41.129 INFO O| Sep 25 17:19:41.129 INFO STEP 45 (remove_files) COMPLETE
38952024-09-25T17:19:42.347Z[ recovery-image] Sep 25 17:19:41.129 INFO O| Sep 25 17:19:41.129 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38962024-09-25T17:19:42.382Z[ recovery-image] Sep 25 17:19:41.167 INFO O| Sep 25 17:19:41.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
38972024-09-25T17:19:42.382Z[ recovery-image] Sep 25 17:19:41.167 INFO O| Sep 25 17:19:41.167 INFO STEP 46 (remove_files) COMPLETE
38982024-09-25T17:19:42.382Z[ recovery-image] Sep 25 17:19:41.167 INFO O| Sep 25 17:19:41.167 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38992024-09-25T17:19:42.400Z[ recovery-image] Sep 25 17:19:41.185 INFO O| Sep 25 17:19:41.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39002024-09-25T17:19:42.400Z[ recovery-image] Sep 25 17:19:41.185 INFO O| Sep 25 17:19:41.185 INFO STEP 47 (remove_files) COMPLETE
39012024-09-25T17:19:42.400Z[ recovery-image] Sep 25 17:19:41.185 INFO O| Sep 25 17:19:41.185 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39022024-09-25T17:19:42.432Z[ recovery-image] Sep 25 17:19:41.217 INFO O| Sep 25 17:19:41.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
39032024-09-25T17:19:42.432Z[ recovery-image] Sep 25 17:19:41.217 INFO O| Sep 25 17:19:41.217 INFO STEP 48 (remove_files) COMPLETE
39042024-09-25T17:19:42.432Z[ recovery-image] Sep 25 17:19:41.217 INFO O| Sep 25 17:19:41.217 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39052024-09-25T17:19:42.451Z[ recovery-image] Sep 25 17:19:41.235 INFO O| Sep 25 17:19:41.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
39062024-09-25T17:19:42.451Z[ recovery-image] Sep 25 17:19:41.235 INFO O| Sep 25 17:19:41.235 INFO STEP 49 (remove_files) COMPLETE
39072024-09-25T17:19:42.451Z[ recovery-image] Sep 25 17:19:41.235 INFO O| Sep 25 17:19:41.235 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39082024-09-25T17:19:42.468Z[ recovery-image] Sep 25 17:19:41.253 INFO O| Sep 25 17:19:41.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
39092024-09-25T17:19:42.468Z[ recovery-image] Sep 25 17:19:41.253 INFO O| Sep 25 17:19:41.253 INFO STEP 50 (remove_files) COMPLETE
39102024-09-25T17:19:42.468Z[ recovery-image] Sep 25 17:19:41.253 INFO O| Sep 25 17:19:41.253 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39112024-09-25T17:19:42.506Z[ recovery-image] Sep 25 17:19:41.291 INFO O| Sep 25 17:19:41.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
39122024-09-25T17:19:42.506Z[ recovery-image] Sep 25 17:19:41.291 INFO O| Sep 25 17:19:41.291 INFO STEP 51 (remove_files) COMPLETE
39132024-09-25T17:19:42.509Z[ recovery-image] Sep 25 17:19:41.291 INFO O| Sep 25 17:19:41.291 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39142024-09-25T17:19:42.545Z[ recovery-image] Sep 25 17:19:41.330 INFO O| Sep 25 17:19:41.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
39152024-09-25T17:19:42.545Z[ recovery-image] Sep 25 17:19:41.330 INFO O| Sep 25 17:19:41.330 INFO STEP 52 (remove_files) COMPLETE
39162024-09-25T17:19:42.548Z[ recovery-image] Sep 25 17:19:41.330 INFO O| Sep 25 17:19:41.330 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39172024-09-25T17:19:42.564Z[ recovery-image] Sep 25 17:19:41.350 INFO O| Sep 25 17:19:41.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
39182024-09-25T17:19:42.567Z[ recovery-image] Sep 25 17:19:41.350 INFO O| Sep 25 17:19:41.350 INFO STEP 53 (remove_files) COMPLETE
39192024-09-25T17:19:42.567Z[ recovery-image] Sep 25 17:19:41.350 INFO O| Sep 25 17:19:41.350 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39202024-09-25T17:19:42.623Z[ recovery-image] Sep 25 17:19:41.408 INFO O| Sep 25 17:19:41.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
39212024-09-25T17:19:42.626Z[ recovery-image] Sep 25 17:19:41.409 INFO O| Sep 25 17:19:41.409 INFO STEP 54 (remove_files) COMPLETE
39222024-09-25T17:19:42.626Z[ recovery-image] Sep 25 17:19:41.409 INFO O| Sep 25 17:19:41.409 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39232024-09-25T17:19:42.643Z[ recovery-image] Sep 25 17:19:41.428 INFO O| Sep 25 17:19:41.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
39242024-09-25T17:19:42.646Z[ recovery-image] Sep 25 17:19:41.428 INFO O| Sep 25 17:19:41.428 INFO STEP 55 (remove_files) COMPLETE
39252024-09-25T17:19:42.646Z[ recovery-image] Sep 25 17:19:41.428 INFO O| Sep 25 17:19:41.428 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39262024-09-25T17:19:42.662Z[ recovery-image] Sep 25 17:19:41.447 INFO O| Sep 25 17:19:41.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
39272024-09-25T17:19:42.665Z[ recovery-image] Sep 25 17:19:41.448 INFO O| Sep 25 17:19:41.448 INFO STEP 56 (remove_files) COMPLETE
39282024-09-25T17:19:42.666Z[ recovery-image] Sep 25 17:19:41.448 INFO O| Sep 25 17:19:41.448 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39292024-09-25T17:19:42.683Z[ recovery-image] Sep 25 17:19:41.467 INFO O| Sep 25 17:19:41.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
39302024-09-25T17:19:42.683Z[ recovery-image] Sep 25 17:19:41.467 INFO O| Sep 25 17:19:41.467 INFO STEP 57 (remove_files) COMPLETE
39312024-09-25T17:19:42.683Z[ recovery-image] Sep 25 17:19:41.467 INFO O| Sep 25 17:19:41.467 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39322024-09-25T17:19:42.707Z[ recovery-image] Sep 25 17:19:41.488 INFO O| Sep 25 17:19:41.487 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
39332024-09-25T17:19:42.707Z[ recovery-image] Sep 25 17:19:41.488 INFO O| Sep 25 17:19:41.488 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
39342024-09-25T17:19:42.711Z[ recovery-image] Sep 25 17:19:41.488 INFO O| Sep 25 17:19:41.488 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39352024-09-25T17:19:42.711Z[ recovery-image] Sep 25 17:19:41.488 INFO O| Sep 25 17:19:41.488 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39362024-09-25T17:19:42.711Z[ recovery-image] Sep 25 17:19:41.488 INFO O| Sep 25 17:19:41.488 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39372024-09-25T17:19:42.712Z[ recovery-image] Sep 25 17:19:41.488 INFO O| Sep 25 17:19:41.488 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39382024-09-25T17:19:42.712Z[ recovery-image] Sep 25 17:19:41.488 INFO O| Sep 25 17:19:41.488 INFO ok!
39392024-09-25T17:19:42.712Z[ recovery-image] Sep 25 17:19:41.489 INFO O| Sep 25 17:19:41.488 INFO STEP 58 (ensure_file) COMPLETE
39402024-09-25T17:19:42.712Z[ recovery-image] Sep 25 17:19:41.489 INFO O| Sep 25 17:19:41.489 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39412024-09-25T17:19:42.723Z[ recovery-image] Sep 25 17:19:41.507 INFO O| Sep 25 17:19:41.507 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
39422024-09-25T17:19:42.723Z[ recovery-image] Sep 25 17:19:41.507 INFO O| Sep 25 17:19:41.507 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
39432024-09-25T17:19:42.727Z[ recovery-image] Sep 25 17:19:41.508 INFO O| Sep 25 17:19:41.508 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39442024-09-25T17:19:42.727Z[ recovery-image] Sep 25 17:19:41.508 INFO O| Sep 25 17:19:41.508 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39452024-09-25T17:19:42.727Z[ recovery-image] Sep 25 17:19:41.508 INFO O| Sep 25 17:19:41.508 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39462024-09-25T17:19:42.727Z[ recovery-image] Sep 25 17:19:41.508 INFO O| Sep 25 17:19:41.508 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39472024-09-25T17:19:42.727Z[ recovery-image] Sep 25 17:19:41.508 INFO O| Sep 25 17:19:41.508 INFO ok!
39482024-09-25T17:19:42.727Z[ recovery-image] Sep 25 17:19:41.508 INFO O| Sep 25 17:19:41.508 INFO STEP 59 (ensure_file) COMPLETE
39492024-09-25T17:19:42.727Z[ recovery-image] Sep 25 17:19:41.508 INFO O| Sep 25 17:19:41.508 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39502024-09-25T17:19:42.741Z[ recovery-image] Sep 25 17:19:41.526 INFO O| Sep 25 17:19:41.526 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
39512024-09-25T17:19:42.744Z[ recovery-image] Sep 25 17:19:41.526 INFO O| Sep 25 17:19:41.526 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
39522024-09-25T17:19:42.744Z[ recovery-image] Sep 25 17:19:41.526 INFO O| Sep 25 17:19:41.526 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
39532024-09-25T17:19:42.744Z[ recovery-image] Sep 25 17:19:41.526 INFO O| Sep 25 17:19:41.526 INFO ok!
39542024-09-25T17:19:42.744Z[ recovery-image] Sep 25 17:19:41.526 INFO O| Sep 25 17:19:41.526 INFO STEP 60 (ensure_file) COMPLETE
39552024-09-25T17:19:42.744Z[ recovery-image] Sep 25 17:19:41.526 INFO O| Sep 25 17:19:41.526 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39562024-09-25T17:19:42.759Z[ recovery-image] Sep 25 17:19:41.544 INFO O| Sep 25 17:19:41.544 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39572024-09-25T17:19:42.759Z[ recovery-image] Sep 25 17:19:41.544 INFO O| Sep 25 17:19:41.544 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39582024-09-25T17:19:42.762Z[ recovery-image] Sep 25 17:19:41.544 INFO O| Sep 25 17:19:41.544 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39592024-09-25T17:19:42.762Z[ recovery-image] Sep 25 17:19:41.544 INFO O| Sep 25 17:19:41.544 INFO ok!
39602024-09-25T17:19:42.762Z[ recovery-image] Sep 25 17:19:41.544 INFO O| Sep 25 17:19:41.544 INFO STEP 61 (ensure_file) COMPLETE
39612024-09-25T17:19:42.762Z[ recovery-image] Sep 25 17:19:41.544 INFO O| Sep 25 17:19:41.544 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39622024-09-25T17:19:42.777Z[ recovery-image] Sep 25 17:19:41.562 INFO O| Sep 25 17:19:41.562 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39632024-09-25T17:19:42.777Z[ recovery-image] Sep 25 17:19:41.562 INFO O| Sep 25 17:19:41.562 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39642024-09-25T17:19:42.780Z[ recovery-image] Sep 25 17:19:41.563 INFO O| Sep 25 17:19:41.563 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39652024-09-25T17:19:42.780Z[ recovery-image] Sep 25 17:19:41.563 INFO O| Sep 25 17:19:41.563 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39662024-09-25T17:19:42.780Z[ recovery-image] Sep 25 17:19:41.563 INFO O| Sep 25 17:19:41.563 INFO ok!
39672024-09-25T17:19:42.780Z[ recovery-image] Sep 25 17:19:41.563 INFO O| Sep 25 17:19:41.563 INFO STEP 62 (ensure_file) COMPLETE
39682024-09-25T17:19:42.780Z[ recovery-image] Sep 25 17:19:41.563 INFO O| Sep 25 17:19:41.563 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39692024-09-25T17:19:42.795Z[ recovery-image] Sep 25 17:19:41.580 INFO O| Sep 25 17:19:41.580 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39702024-09-25T17:19:42.795Z[ recovery-image] Sep 25 17:19:41.580 INFO O| Sep 25 17:19:41.580 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39712024-09-25T17:19:42.798Z[ recovery-image] Sep 25 17:19:41.580 INFO O| Sep 25 17:19:41.580 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39722024-09-25T17:19:42.798Z[ recovery-image] Sep 25 17:19:41.580 INFO O| Sep 25 17:19:41.580 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39732024-09-25T17:19:42.798Z[ recovery-image] Sep 25 17:19:41.580 INFO O| Sep 25 17:19:41.580 INFO ok!
39742024-09-25T17:19:42.799Z[ recovery-image] Sep 25 17:19:41.581 INFO O| Sep 25 17:19:41.580 INFO STEP 63 (ensure_file) COMPLETE
39752024-09-25T17:19:42.799Z[ recovery-image] Sep 25 17:19:41.581 INFO O| Sep 25 17:19:41.581 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39762024-09-25T17:19:42.812Z[ recovery-image] Sep 25 17:19:41.597 INFO O| Sep 25 17:19:41.597 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39772024-09-25T17:19:42.812Z[ recovery-image] Sep 25 17:19:41.597 INFO O| Sep 25 17:19:41.597 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39782024-09-25T17:19:42.812Z[ recovery-image] Sep 25 17:19:41.597 INFO O| Sep 25 17:19:41.597 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39792024-09-25T17:19:42.812Z[ recovery-image] Sep 25 17:19:41.597 INFO O| Sep 25 17:19:41.597 INFO ok!
39802024-09-25T17:19:42.815Z[ recovery-image] Sep 25 17:19:41.597 INFO O| Sep 25 17:19:41.597 INFO STEP 64 (assemble_files) COMPLETE
39812024-09-25T17:19:42.815Z[ recovery-image] Sep 25 17:19:41.597 INFO O| Sep 25 17:19:41.597 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39822024-09-25T17:19:42.833Z[ recovery-image] Sep 25 17:19:41.618 INFO O| Sep 25 17:19:41.618 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39832024-09-25T17:19:42.833Z[ recovery-image] Sep 25 17:19:41.618 INFO O| Sep 25 17:19:41.618 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39842024-09-25T17:19:42.837Z[ recovery-image] Sep 25 17:19:41.619 INFO O| Sep 25 17:19:41.619 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39852024-09-25T17:19:42.837Z[ recovery-image] Sep 25 17:19:41.619 INFO O| Sep 25 17:19:41.619 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39862024-09-25T17:19:42.837Z[ recovery-image] Sep 25 17:19:41.619 INFO O| Sep 25 17:19:41.619 INFO ok!
39872024-09-25T17:19:42.837Z[ recovery-image] Sep 25 17:19:41.619 INFO O| Sep 25 17:19:41.619 INFO STEP 65 (ensure_file) COMPLETE
39882024-09-25T17:19:42.837Z[ recovery-image] Sep 25 17:19:41.619 INFO O| Sep 25 17:19:41.619 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39892024-09-25T17:19:42.837Z[ recovery-image] Sep 25 17:19:41.619 INFO O| Sep 25 17:19:41.619 INFO skip step because feature "omicron1" is not enabled
39902024-09-25T17:19:42.837Z[ recovery-image] Sep 25 17:19:41.619 INFO O| Sep 25 17:19:41.619 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39912024-09-25T17:19:42.837Z[ recovery-image] Sep 25 17:19:41.619 INFO O| Sep 25 17:19:41.619 INFO skip step because feature "omicron1" is not enabled
39922024-09-25T17:19:42.837Z[ recovery-image] Sep 25 17:19:41.619 INFO O| Sep 25 17:19:41.619 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39932024-09-25T17:19:42.837Z[ recovery-image] Sep 25 17:19:41.619 INFO O| Sep 25 17:19:41.619 INFO skip step because feature "omicron1" is not enabled
39942024-09-25T17:19:42.837Z[ recovery-image] Sep 25 17:19:41.619 INFO O| Sep 25 17:19:41.619 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39952024-09-25T17:19:42.895Z[ recovery-image] Sep 25 17:19:41.679 INFO O| Sep 25 17:19:41.679 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
39962024-09-25T17:19:42.909Z[ recovery-image] Sep 25 17:19:41.679 INFO O| Sep 25 17:19:41.679 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
39972024-09-25T17:19:43.629Z[ host-image] Sep 25 17:19:42.413 INFO O| Sep 25 17:19:42.413 INFO O| Done
39982024-09-25T17:19:44.889Z[ host-image] Sep 25 17:19:43.674 INFO O| Sep 25 17:19:43.674 INFO O| Done
39992024-09-25T17:19:45.222Z[ host-image] Sep 25 17:19:44.005 INFO O| Sep 25 17:19:44.005 INFO STEP 11 (pkg_install) COMPLETE
40002024-09-25T17:19:45.222Z[ host-image] Sep 25 17:19:44.005 INFO O| Sep 25 17:19:44.005 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40012024-09-25T17:19:45.332Z[ host-image] Sep 25 17:19:44.116 INFO O| Sep 25 17:19:44.116 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
40022024-09-25T17:19:46.250Z[ recovery-image] Sep 25 17:19:45.034 INFO O| Sep 25 17:19:45.034 INFO STEP 69 (pack_tar) COMPLETE
40032024-09-25T17:19:46.250Z[ recovery-image] Sep 25 17:19:45.034 INFO O| Sep 25 17:19:45.034 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40042024-09-25T17:19:46.251Z[ recovery-image] Sep 25 17:19:45.034 INFO O| Sep 25 17:19:45.034 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40052024-09-25T17:19:46.541Z[ recovery-image] Sep 25 17:19:45.325 INFO O| Sep 25 17:19:45.325 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40062024-09-25T17:19:46.686Z[ recovery-image] Sep 25 17:19:45.470 INFO O| Sep 25 17:19:45.470 INFO completed processing gimlet/ramdisk-02-trim
40072024-09-25T17:19:46.689Z[ recovery-image] Sep 25 17:19:45.473 INFO image builder template: ramdisk-03-recovery-trim...
40082024-09-25T17:19:46.689Z[ recovery-image] Sep 25 17:19:45.473 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/.tmpqWzsV2/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
40092024-09-25T17:19:46.919Z[ recovery-image] Sep 25 17:19:45.703 INFO O| Sep 25 17:19:45.703 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40102024-09-25T17:19:46.926Z[ recovery-image] Sep 25 17:19:45.710 INFO O| Sep 25 17:19:45.710 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40112024-09-25T17:19:47.012Z[ recovery-image] Sep 25 17:19:45.796 INFO O| Sep 25 17:19:45.796 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
40122024-09-25T17:19:47.059Z[ host-image] Sep 25 17:19:45.843 INFO O| Sep 25 17:19:45.843 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40132024-09-25T17:19:47.091Z[ recovery-image] Sep 25 17:19:45.876 INFO O| Sep 25 17:19:45.876 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40142024-09-25T17:19:47.094Z[ recovery-image] Sep 25 17:19:45.876 INFO O| Sep 25 17:19:45.876 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40152024-09-25T17:19:47.107Z[ recovery-image] Sep 25 17:19:45.891 INFO O| Sep 25 17:19:45.890 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
40162024-09-25T17:19:47.115Z[ recovery-image] Sep 25 17:19:45.899 INFO O| Sep 25 17:19:45.899 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40172024-09-25T17:19:47.124Z[ recovery-image] Sep 25 17:19:45.908 INFO O| Sep 25 17:19:45.908 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40182024-09-25T17:19:47.651Z[ recovery-image] Sep 25 17:19:46.435 INFO O| Sep 25 17:19:46.435 INFO rolled back to input snapshot; work may begin
40192024-09-25T17:19:47.651Z[ recovery-image] Sep 25 17:19:46.435 INFO O| Sep 25 17:19:46.435 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40202024-09-25T17:19:47.694Z[ recovery-image] Sep 25 17:19:46.478 INFO O| Sep 25 17:19:46.478 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40212024-09-25T17:19:47.715Z[ recovery-image] Sep 25 17:19:46.499 INFO O| Sep 25 17:19:46.499 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
40222024-09-25T17:19:47.787Z[ recovery-image] Sep 25 17:19:46.571 INFO O| Sep 25 17:19:46.571 INFO STEP 0 (remove_files) COMPLETE
40232024-09-25T17:19:47.788Z[ recovery-image] Sep 25 17:19:46.572 INFO O| Sep 25 17:19:46.571 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40242024-09-25T17:19:47.847Z[ recovery-image] Sep 25 17:19:46.631 INFO O| Sep 25 17:19:46.631 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
40252024-09-25T17:19:47.998Z[ recovery-image] Sep 25 17:19:46.782 INFO O| Sep 25 17:19:46.782 INFO STEP 1 (remove_files) COMPLETE
40262024-09-25T17:19:47.998Z[ recovery-image] Sep 25 17:19:46.782 INFO O| Sep 25 17:19:46.782 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40272024-09-25T17:19:48.022Z[ recovery-image] Sep 25 17:19:46.806 INFO O| Sep 25 17:19:46.806 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
40282024-09-25T17:19:48.052Z[ recovery-image] Sep 25 17:19:46.836 INFO O| Sep 25 17:19:46.835 INFO STEP 2 (remove_files) COMPLETE
40292024-09-25T17:19:48.052Z[ recovery-image] Sep 25 17:19:46.836 INFO O| Sep 25 17:19:46.835 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40302024-09-25T17:19:48.119Z[ recovery-image] Sep 25 17:19:46.903 INFO O| Sep 25 17:19:46.903 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
40312024-09-25T17:19:48.178Z[ recovery-image] Sep 25 17:19:46.962 INFO O| Sep 25 17:19:46.962 INFO STEP 3 (remove_files) COMPLETE
40322024-09-25T17:19:48.178Z[ recovery-image] Sep 25 17:19:46.962 INFO O| Sep 25 17:19:46.962 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40332024-09-25T17:19:48.215Z[ recovery-image] Sep 25 17:19:46.993 INFO O| Sep 25 17:19:46.993 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
40342024-09-25T17:19:48.284Z[ recovery-image] Sep 25 17:19:47.068 INFO O| Sep 25 17:19:47.068 INFO STEP 4 (remove_files) COMPLETE
40352024-09-25T17:19:48.284Z[ recovery-image] Sep 25 17:19:47.068 INFO O| Sep 25 17:19:47.068 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40362024-09-25T17:19:48.348Z[ recovery-image] Sep 25 17:19:47.132 INFO O| Sep 25 17:19:47.132 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
40372024-09-25T17:19:48.426Z[ recovery-image] Sep 25 17:19:47.209 INFO O| Sep 25 17:19:47.209 INFO STEP 5 (remove_files) COMPLETE
40382024-09-25T17:19:48.426Z[ recovery-image] Sep 25 17:19:47.209 INFO O| Sep 25 17:19:47.209 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40392024-09-25T17:19:48.480Z[ recovery-image] Sep 25 17:19:47.264 INFO O| Sep 25 17:19:47.264 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
40402024-09-25T17:19:48.588Z[ recovery-image] Sep 25 17:19:47.372 INFO O| Sep 25 17:19:47.372 INFO STEP 6 (remove_files) COMPLETE
40412024-09-25T17:19:48.588Z[ recovery-image] Sep 25 17:19:47.372 INFO O| Sep 25 17:19:47.372 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40422024-09-25T17:19:48.630Z[ recovery-image] Sep 25 17:19:47.414 INFO O| Sep 25 17:19:47.414 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
40432024-09-25T17:19:48.641Z[ recovery-image] Sep 25 17:19:47.424 INFO O| Sep 25 17:19:47.424 INFO STEP 7 (remove_files) COMPLETE
40442024-09-25T17:19:48.641Z[ recovery-image] Sep 25 17:19:47.424 INFO O| Sep 25 17:19:47.424 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40452024-09-25T17:19:48.661Z[ recovery-image] Sep 25 17:19:47.445 INFO O| Sep 25 17:19:47.444 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
40462024-09-25T17:19:48.679Z[ recovery-image] Sep 25 17:19:47.462 INFO O| Sep 25 17:19:47.462 INFO STEP 8 (remove_files) COMPLETE
40472024-09-25T17:19:48.680Z[ recovery-image] Sep 25 17:19:47.462 INFO O| Sep 25 17:19:47.462 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40482024-09-25T17:19:48.725Z[ recovery-image] Sep 25 17:19:47.509 INFO O| Sep 25 17:19:47.508 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40492024-09-25T17:19:48.727Z[ recovery-image] Sep 25 17:19:47.509 INFO O| Sep 25 17:19:47.509 INFO STEP 9 (remove_files) COMPLETE
40502024-09-25T17:19:48.727Z[ recovery-image] Sep 25 17:19:47.509 INFO O| Sep 25 17:19:47.509 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40512024-09-25T17:19:48.789Z[ recovery-image] Sep 25 17:19:47.573 INFO O| Sep 25 17:19:47.573 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40522024-09-25T17:19:48.823Z[ recovery-image] Sep 25 17:19:47.606 INFO O| Sep 25 17:19:47.606 INFO STEP 10 (remove_files) COMPLETE
40532024-09-25T17:19:48.823Z[ recovery-image] Sep 25 17:19:47.607 INFO O| Sep 25 17:19:47.606 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40542024-09-25T17:19:48.887Z[ recovery-image] Sep 25 17:19:47.665 INFO O| Sep 25 17:19:47.665 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40552024-09-25T17:19:48.992Z[ recovery-image] Sep 25 17:19:47.776 INFO O| Sep 25 17:19:47.776 INFO STEP 11 (remove_files) COMPLETE
40562024-09-25T17:19:48.992Z[ recovery-image] Sep 25 17:19:47.776 INFO O| Sep 25 17:19:47.776 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-09-25T17:19:49.080Z[ recovery-image] Sep 25 17:19:47.847 INFO O| Sep 25 17:19:47.847 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40582024-09-25T17:19:49.107Z[ recovery-image] Sep 25 17:19:47.871 INFO O| Sep 25 17:19:47.871 INFO STEP 12 (remove_files) COMPLETE
40592024-09-25T17:19:49.107Z[ recovery-image] Sep 25 17:19:47.871 INFO O| Sep 25 17:19:47.871 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40602024-09-25T17:19:49.212Z[ recovery-image] Sep 25 17:19:47.990 INFO O| Sep 25 17:19:47.990 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40612024-09-25T17:19:49.261Z[ recovery-image] Sep 25 17:19:48.018 INFO O| Sep 25 17:19:48.018 INFO STEP 13 (remove_files) COMPLETE
40622024-09-25T17:19:49.267Z[ recovery-image] Sep 25 17:19:48.019 INFO O| Sep 25 17:19:48.018 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-09-25T17:19:49.267Z[ recovery-image] Sep 25 17:19:48.038 INFO O| Sep 25 17:19:48.038 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40642024-09-25T17:19:49.267Z[ recovery-image] Sep 25 17:19:48.038 INFO O| Sep 25 17:19:48.038 INFO STEP 14 (remove_files) COMPLETE
40652024-09-25T17:19:49.267Z[ recovery-image] Sep 25 17:19:48.038 INFO O| Sep 25 17:19:48.038 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-09-25T17:19:49.292Z[ recovery-image] Sep 25 17:19:48.071 INFO O| Sep 25 17:19:48.071 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40672024-09-25T17:19:49.332Z[ recovery-image] Sep 25 17:19:48.111 INFO O| Sep 25 17:19:48.111 INFO STEP 15 (remove_files) COMPLETE
40682024-09-25T17:19:49.332Z[ recovery-image] Sep 25 17:19:48.111 INFO O| Sep 25 17:19:48.111 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-09-25T17:19:49.358Z[ recovery-image] Sep 25 17:19:48.142 INFO O| Sep 25 17:19:48.142 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40702024-09-25T17:19:49.437Z[ recovery-image] Sep 25 17:19:48.220 INFO O| Sep 25 17:19:48.220 INFO STEP 16 (remove_files) COMPLETE
40712024-09-25T17:19:49.437Z[ recovery-image] Sep 25 17:19:48.220 INFO O| Sep 25 17:19:48.220 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-09-25T17:19:49.553Z[ recovery-image] Sep 25 17:19:48.324 INFO O| Sep 25 17:19:48.324 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40732024-09-25T17:19:49.553Z[ recovery-image] Sep 25 17:19:48.324 INFO O| Sep 25 17:19:48.324 INFO STEP 17 (remove_files) COMPLETE
40742024-09-25T17:19:49.556Z[ recovery-image] Sep 25 17:19:48.324 INFO O| Sep 25 17:19:48.324 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40752024-09-25T17:19:49.564Z[ recovery-image] Sep 25 17:19:48.348 INFO O| Sep 25 17:19:48.348 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
40762024-09-25T17:19:49.570Z[ recovery-image] Sep 25 17:19:48.348 INFO O| Sep 25 17:19:48.348 INFO STEP 18 (remove_files) COMPLETE
40772024-09-25T17:19:49.570Z[ recovery-image] Sep 25 17:19:48.348 INFO O| Sep 25 17:19:48.348 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40782024-09-25T17:19:49.585Z[ recovery-image] Sep 25 17:19:48.369 INFO O| Sep 25 17:19:48.369 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
40792024-09-25T17:19:49.756Z[ recovery-image] Sep 25 17:19:48.540 INFO O| Sep 25 17:19:48.540 INFO STEP 19 (remove_files) COMPLETE
40802024-09-25T17:19:49.756Z[ recovery-image] Sep 25 17:19:48.540 INFO O| Sep 25 17:19:48.540 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-09-25T17:19:49.776Z[ recovery-image] Sep 25 17:19:48.559 INFO O| Sep 25 17:19:48.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
40822024-09-25T17:19:49.779Z[ recovery-image] Sep 25 17:19:48.561 INFO O| Sep 25 17:19:48.560 INFO STEP 20 (remove_files) COMPLETE
40832024-09-25T17:19:49.779Z[ recovery-image] Sep 25 17:19:48.561 INFO O| Sep 25 17:19:48.561 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-09-25T17:19:49.796Z[ recovery-image] Sep 25 17:19:48.579 INFO O| Sep 25 17:19:48.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
40852024-09-25T17:19:49.819Z[ recovery-image] Sep 25 17:19:48.602 INFO O| Sep 25 17:19:48.602 INFO STEP 21 (remove_files) COMPLETE
40862024-09-25T17:19:49.819Z[ recovery-image] Sep 25 17:19:48.602 INFO O| Sep 25 17:19:48.602 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-09-25T17:19:49.838Z[ recovery-image] Sep 25 17:19:48.621 INFO O| Sep 25 17:19:48.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
40882024-09-25T17:19:49.842Z[ recovery-image] Sep 25 17:19:48.622 INFO O| Sep 25 17:19:48.622 INFO STEP 22 (remove_files) COMPLETE
40892024-09-25T17:19:49.842Z[ recovery-image] Sep 25 17:19:48.622 INFO O| Sep 25 17:19:48.622 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-09-25T17:19:49.869Z[ recovery-image] Sep 25 17:19:48.653 INFO O| Sep 25 17:19:48.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
40912024-09-25T17:19:49.894Z[ recovery-image] Sep 25 17:19:48.678 INFO O| Sep 25 17:19:48.678 INFO STEP 23 (remove_files) COMPLETE
40922024-09-25T17:19:49.894Z[ recovery-image] Sep 25 17:19:48.678 INFO O| Sep 25 17:19:48.678 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-09-25T17:19:49.913Z[ recovery-image] Sep 25 17:19:48.697 INFO O| Sep 25 17:19:48.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
40942024-09-25T17:19:49.913Z[ recovery-image] Sep 25 17:19:48.697 INFO O| Sep 25 17:19:48.697 INFO STEP 24 (remove_files) COMPLETE
40952024-09-25T17:19:49.913Z[ recovery-image] Sep 25 17:19:48.697 INFO O| Sep 25 17:19:48.697 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-09-25T17:19:49.931Z[ recovery-image] Sep 25 17:19:48.715 INFO O| Sep 25 17:19:48.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
40972024-09-25T17:19:49.931Z[ recovery-image] Sep 25 17:19:48.715 INFO O| Sep 25 17:19:48.715 INFO STEP 25 (remove_files) COMPLETE
40982024-09-25T17:19:49.934Z[ recovery-image] Sep 25 17:19:48.715 INFO O| Sep 25 17:19:48.715 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-09-25T17:19:49.963Z[ recovery-image] Sep 25 17:19:48.746 INFO O| Sep 25 17:19:48.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
41002024-09-25T17:19:49.966Z[ recovery-image] Sep 25 17:19:48.746 INFO O| Sep 25 17:19:48.746 INFO STEP 26 (remove_files) COMPLETE
41012024-09-25T17:19:49.966Z[ recovery-image] Sep 25 17:19:48.746 INFO O| Sep 25 17:19:48.746 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-09-25T17:19:50.012Z[ recovery-image] Sep 25 17:19:48.796 INFO O| Sep 25 17:19:48.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
41032024-09-25T17:19:50.017Z[ recovery-image] Sep 25 17:19:48.796 INFO O| Sep 25 17:19:48.796 INFO STEP 27 (remove_files) COMPLETE
41042024-09-25T17:19:50.017Z[ recovery-image] Sep 25 17:19:48.796 INFO O| Sep 25 17:19:48.796 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-09-25T17:19:50.050Z[ recovery-image] Sep 25 17:19:48.834 INFO O| Sep 25 17:19:48.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
41062024-09-25T17:19:50.054Z[ recovery-image] Sep 25 17:19:48.837 INFO O| Sep 25 17:19:48.837 INFO STEP 28 (remove_files) COMPLETE
41072024-09-25T17:19:50.054Z[ recovery-image] Sep 25 17:19:48.837 INFO O| Sep 25 17:19:48.837 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-09-25T17:19:50.074Z[ recovery-image] Sep 25 17:19:48.857 INFO O| Sep 25 17:19:48.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
41092024-09-25T17:19:50.074Z[ recovery-image] Sep 25 17:19:48.857 INFO O| Sep 25 17:19:48.857 INFO STEP 29 (remove_files) COMPLETE
41102024-09-25T17:19:50.074Z[ recovery-image] Sep 25 17:19:48.858 INFO O| Sep 25 17:19:48.857 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-09-25T17:19:50.098Z[ recovery-image] Sep 25 17:19:48.882 INFO O| Sep 25 17:19:48.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
41122024-09-25T17:19:50.098Z[ recovery-image] Sep 25 17:19:48.882 INFO O| Sep 25 17:19:48.882 INFO STEP 30 (remove_files) COMPLETE
41132024-09-25T17:19:50.098Z[ recovery-image] Sep 25 17:19:48.882 INFO O| Sep 25 17:19:48.882 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-09-25T17:19:50.118Z[ recovery-image] Sep 25 17:19:48.901 INFO O| Sep 25 17:19:48.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
41152024-09-25T17:19:50.118Z[ recovery-image] Sep 25 17:19:48.901 INFO O| Sep 25 17:19:48.901 INFO STEP 31 (remove_files) COMPLETE
41162024-09-25T17:19:50.121Z[ recovery-image] Sep 25 17:19:48.902 INFO O| Sep 25 17:19:48.901 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-09-25T17:19:50.137Z[ recovery-image] Sep 25 17:19:48.920 INFO O| Sep 25 17:19:48.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
41182024-09-25T17:19:50.137Z[ recovery-image] Sep 25 17:19:48.921 INFO O| Sep 25 17:19:48.921 INFO STEP 32 (remove_files) COMPLETE
41192024-09-25T17:19:50.137Z[ recovery-image] Sep 25 17:19:48.921 INFO O| Sep 25 17:19:48.921 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-09-25T17:19:50.156Z[ recovery-image] Sep 25 17:19:48.939 INFO O| Sep 25 17:19:48.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
41212024-09-25T17:19:50.159Z[ recovery-image] Sep 25 17:19:48.940 INFO O| Sep 25 17:19:48.940 INFO STEP 33 (remove_files) COMPLETE
41222024-09-25T17:19:50.159Z[ recovery-image] Sep 25 17:19:48.940 INFO O| Sep 25 17:19:48.940 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-09-25T17:19:50.175Z[ recovery-image] Sep 25 17:19:48.959 INFO O| Sep 25 17:19:48.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
41242024-09-25T17:19:50.175Z[ recovery-image] Sep 25 17:19:48.959 INFO O| Sep 25 17:19:48.959 INFO STEP 34 (remove_files) COMPLETE
41252024-09-25T17:19:50.178Z[ recovery-image] Sep 25 17:19:48.959 INFO O| Sep 25 17:19:48.959 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-09-25T17:19:50.194Z[ recovery-image] Sep 25 17:19:48.977 INFO O| Sep 25 17:19:48.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
41272024-09-25T17:19:50.201Z[ recovery-image] Sep 25 17:19:48.984 INFO O| Sep 25 17:19:48.984 INFO STEP 35 (remove_files) COMPLETE
41282024-09-25T17:19:50.201Z[ recovery-image] Sep 25 17:19:48.984 INFO O| Sep 25 17:19:48.984 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-09-25T17:19:50.236Z[ recovery-image] Sep 25 17:19:49.020 INFO O| Sep 25 17:19:49.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
41302024-09-25T17:19:50.239Z[ recovery-image] Sep 25 17:19:49.021 INFO O| Sep 25 17:19:49.021 INFO STEP 36 (remove_files) COMPLETE
41312024-09-25T17:19:50.239Z[ recovery-image] Sep 25 17:19:49.021 INFO O| Sep 25 17:19:49.021 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-09-25T17:19:50.263Z[ recovery-image] Sep 25 17:19:49.047 INFO O| Sep 25 17:19:49.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
41332024-09-25T17:19:50.263Z[ recovery-image] Sep 25 17:19:49.047 INFO O| Sep 25 17:19:49.047 INFO STEP 37 (remove_files) COMPLETE
41342024-09-25T17:19:50.263Z[ recovery-image] Sep 25 17:19:49.047 INFO O| Sep 25 17:19:49.047 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-09-25T17:19:50.298Z[ recovery-image] Sep 25 17:19:49.081 INFO O| Sep 25 17:19:49.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
41362024-09-25T17:19:50.298Z[ recovery-image] Sep 25 17:19:49.081 INFO O| Sep 25 17:19:49.081 INFO STEP 38 (remove_files) COMPLETE
41372024-09-25T17:19:50.298Z[ recovery-image] Sep 25 17:19:49.081 INFO O| Sep 25 17:19:49.081 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-09-25T17:19:50.326Z[ recovery-image] Sep 25 17:19:49.110 INFO O| Sep 25 17:19:49.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
41392024-09-25T17:19:50.329Z[ recovery-image] Sep 25 17:19:49.110 INFO O| Sep 25 17:19:49.110 INFO STEP 39 (remove_files) COMPLETE
41402024-09-25T17:19:50.329Z[ recovery-image] Sep 25 17:19:49.110 INFO O| Sep 25 17:19:49.110 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-09-25T17:19:50.345Z[ recovery-image] Sep 25 17:19:49.129 INFO O| Sep 25 17:19:49.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41422024-09-25T17:19:50.345Z[ recovery-image] Sep 25 17:19:49.129 INFO O| Sep 25 17:19:49.129 INFO STEP 40 (remove_files) COMPLETE
41432024-09-25T17:19:50.348Z[ recovery-image] Sep 25 17:19:49.129 INFO O| Sep 25 17:19:49.129 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-09-25T17:19:50.365Z[ recovery-image] Sep 25 17:19:49.149 INFO O| Sep 25 17:19:49.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41452024-09-25T17:19:50.366Z[ recovery-image] Sep 25 17:19:49.149 INFO O| Sep 25 17:19:49.149 INFO STEP 41 (remove_files) COMPLETE
41462024-09-25T17:19:50.366Z[ recovery-image] Sep 25 17:19:49.149 INFO O| Sep 25 17:19:49.149 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-09-25T17:19:50.390Z[ recovery-image] Sep 25 17:19:49.169 INFO O| Sep 25 17:19:49.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41482024-09-25T17:19:50.390Z[ recovery-image] Sep 25 17:19:49.169 INFO O| Sep 25 17:19:49.169 INFO STEP 42 (remove_files) COMPLETE
41492024-09-25T17:19:50.393Z[ recovery-image] Sep 25 17:19:49.169 INFO O| Sep 25 17:19:49.169 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-09-25T17:19:50.407Z[ recovery-image] Sep 25 17:19:49.191 INFO O| Sep 25 17:19:49.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
41512024-09-25T17:19:50.408Z[ recovery-image] Sep 25 17:19:49.191 INFO O| Sep 25 17:19:49.191 INFO STEP 43 (remove_files) COMPLETE
41522024-09-25T17:19:50.411Z[ recovery-image] Sep 25 17:19:49.191 INFO O| Sep 25 17:19:49.191 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-09-25T17:19:50.434Z[ recovery-image] Sep 25 17:19:49.217 INFO O| Sep 25 17:19:49.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41542024-09-25T17:19:50.434Z[ recovery-image] Sep 25 17:19:49.218 INFO O| Sep 25 17:19:49.218 INFO STEP 44 (remove_files) COMPLETE
41552024-09-25T17:19:50.434Z[ recovery-image] Sep 25 17:19:49.218 INFO O| Sep 25 17:19:49.218 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-09-25T17:19:50.454Z[ recovery-image] Sep 25 17:19:49.237 INFO O| Sep 25 17:19:49.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41572024-09-25T17:19:50.469Z[ recovery-image] Sep 25 17:19:49.253 INFO O| Sep 25 17:19:49.253 INFO STEP 45 (remove_files) COMPLETE
41582024-09-25T17:19:50.469Z[ recovery-image] Sep 25 17:19:49.253 INFO O| Sep 25 17:19:49.253 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-09-25T17:19:50.490Z[ recovery-image] Sep 25 17:19:49.273 INFO O| Sep 25 17:19:49.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41602024-09-25T17:19:50.490Z[ recovery-image] Sep 25 17:19:49.273 INFO O| Sep 25 17:19:49.273 INFO STEP 46 (remove_files) COMPLETE
41612024-09-25T17:19:50.493Z[ recovery-image] Sep 25 17:19:49.273 INFO O| Sep 25 17:19:49.273 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-09-25T17:19:50.507Z[ recovery-image] Sep 25 17:19:49.291 INFO O| Sep 25 17:19:49.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41632024-09-25T17:19:50.511Z[ recovery-image] Sep 25 17:19:49.291 INFO O| Sep 25 17:19:49.291 INFO STEP 47 (remove_files) COMPLETE
41642024-09-25T17:19:50.511Z[ recovery-image] Sep 25 17:19:49.291 INFO O| Sep 25 17:19:49.291 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-09-25T17:19:50.527Z[ recovery-image] Sep 25 17:19:49.310 INFO O| Sep 25 17:19:49.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
41662024-09-25T17:19:50.530Z[ recovery-image] Sep 25 17:19:49.311 INFO O| Sep 25 17:19:49.310 INFO STEP 48 (remove_files) COMPLETE
41672024-09-25T17:19:50.530Z[ recovery-image] Sep 25 17:19:49.311 INFO O| Sep 25 17:19:49.310 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-09-25T17:19:50.530Z[ host-image] Sep 25 17:19:49.313 INFO O| Sep 25 17:19:49.313 INFO O| Planning: Solver setup ... Done
41692024-09-25T17:19:50.537Z[ host-image] Sep 25 17:19:49.320 INFO O| Sep 25 17:19:49.319 INFO O| Planning: Running solver ... Done
41702024-09-25T17:19:50.547Z[ recovery-image] Sep 25 17:19:49.331 INFO O| Sep 25 17:19:49.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
41712024-09-25T17:19:50.550Z[ recovery-image] Sep 25 17:19:49.331 INFO O| Sep 25 17:19:49.331 INFO STEP 49 (remove_files) COMPLETE
41722024-09-25T17:19:50.550Z[ recovery-image] Sep 25 17:19:49.331 INFO O| Sep 25 17:19:49.331 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-09-25T17:19:50.567Z[ recovery-image] Sep 25 17:19:49.351 INFO O| Sep 25 17:19:49.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
41742024-09-25T17:19:50.567Z[ recovery-image] Sep 25 17:19:49.351 INFO O| Sep 25 17:19:49.351 INFO STEP 50 (remove_files) COMPLETE
41752024-09-25T17:19:50.568Z[ recovery-image] Sep 25 17:19:49.351 INFO O| Sep 25 17:19:49.351 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-09-25T17:19:50.588Z[ recovery-image] Sep 25 17:19:49.371 INFO O| Sep 25 17:19:49.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
41772024-09-25T17:19:50.588Z[ recovery-image] Sep 25 17:19:49.371 INFO O| Sep 25 17:19:49.371 INFO STEP 51 (remove_files) COMPLETE
41782024-09-25T17:19:50.588Z[ recovery-image] Sep 25 17:19:49.371 INFO O| Sep 25 17:19:49.371 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-09-25T17:19:50.603Z[ host-image] Sep 25 17:19:49.386 INFO O| Sep 25 17:19:49.386 INFO O| Planning: Finding local manifests ... Done
41802024-09-25T17:19:50.606Z[ host-image] Sep 25 17:19:49.388 INFO O| Sep 25 17:19:49.388 INFO O| Planning: Fetching manifests: 0/4 0% complete
41812024-09-25T17:19:50.609Z[ recovery-image] Sep 25 17:19:49.393 INFO O| Sep 25 17:19:49.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
41822024-09-25T17:19:50.613Z[ recovery-image] Sep 25 17:19:49.393 INFO O| Sep 25 17:19:49.393 INFO STEP 52 (remove_files) COMPLETE
41832024-09-25T17:19:50.613Z[ recovery-image] Sep 25 17:19:49.393 INFO O| Sep 25 17:19:49.393 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-09-25T17:19:50.630Z[ recovery-image] Sep 25 17:19:49.414 INFO O| Sep 25 17:19:49.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
41852024-09-25T17:19:50.634Z[ recovery-image] Sep 25 17:19:49.414 INFO O| Sep 25 17:19:49.414 INFO STEP 53 (remove_files) COMPLETE
41862024-09-25T17:19:50.634Z[ recovery-image] Sep 25 17:19:49.414 INFO O| Sep 25 17:19:49.414 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-09-25T17:19:50.654Z[ recovery-image] Sep 25 17:19:49.437 INFO O| Sep 25 17:19:49.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
41882024-09-25T17:19:50.677Z[ recovery-image] Sep 25 17:19:49.461 INFO O| Sep 25 17:19:49.461 INFO STEP 54 (remove_files) COMPLETE
41892024-09-25T17:19:50.677Z[ recovery-image] Sep 25 17:19:49.461 INFO O| Sep 25 17:19:49.461 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-09-25T17:19:50.750Z[ recovery-image] Sep 25 17:19:49.534 INFO O| Sep 25 17:19:49.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
41912024-09-25T17:19:50.753Z[ recovery-image] Sep 25 17:19:49.534 INFO O| Sep 25 17:19:49.534 INFO STEP 55 (remove_files) COMPLETE
41922024-09-25T17:19:50.753Z[ recovery-image] Sep 25 17:19:49.534 INFO O| Sep 25 17:19:49.534 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-09-25T17:19:50.772Z[ recovery-image] Sep 25 17:19:49.555 INFO O| Sep 25 17:19:49.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
41942024-09-25T17:19:50.772Z[ recovery-image] Sep 25 17:19:49.555 INFO O| Sep 25 17:19:49.555 INFO STEP 56 (remove_files) COMPLETE
41952024-09-25T17:19:50.772Z[ recovery-image] Sep 25 17:19:49.556 INFO O| Sep 25 17:19:49.555 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-09-25T17:19:50.799Z[ recovery-image] Sep 25 17:19:49.581 INFO O| Sep 25 17:19:49.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
41972024-09-25T17:19:50.799Z[ recovery-image] Sep 25 17:19:49.582 INFO O| Sep 25 17:19:49.581 INFO STEP 57 (remove_files) COMPLETE
41982024-09-25T17:19:50.799Z[ recovery-image] Sep 25 17:19:49.582 INFO O| Sep 25 17:19:49.582 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-09-25T17:19:50.816Z[ recovery-image] Sep 25 17:19:49.599 INFO O| Sep 25 17:19:49.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42002024-09-25T17:19:50.816Z[ recovery-image] Sep 25 17:19:49.599 INFO O| Sep 25 17:19:49.599 INFO STEP 58 (remove_files) COMPLETE
42012024-09-25T17:19:50.816Z[ recovery-image] Sep 25 17:19:49.599 INFO O| Sep 25 17:19:49.599 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-09-25T17:19:50.837Z[ host-image] Sep 25 17:19:49.621 INFO O| Sep 25 17:19:49.621 INFO O| Planning: Fetching manifests: 4/4 100% complete
42032024-09-25T17:19:50.848Z[ recovery-image] Sep 25 17:19:49.632 INFO O| Sep 25 17:19:49.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
42042024-09-25T17:19:50.851Z[ recovery-image] Sep 25 17:19:49.632 INFO O| Sep 25 17:19:49.632 INFO STEP 59 (remove_files) COMPLETE
42052024-09-25T17:19:50.852Z[ recovery-image] Sep 25 17:19:49.632 INFO O| Sep 25 17:19:49.632 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-09-25T17:19:50.876Z[ recovery-image] Sep 25 17:19:49.651 INFO O| Sep 25 17:19:49.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
42072024-09-25T17:19:50.876Z[ recovery-image] Sep 25 17:19:49.651 INFO O| Sep 25 17:19:49.651 INFO STEP 60 (remove_files) COMPLETE
42082024-09-25T17:19:50.876Z[ recovery-image] Sep 25 17:19:49.651 INFO O| Sep 25 17:19:49.651 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-09-25T17:19:50.879Z[ host-image] Sep 25 17:19:49.661 INFO O| Sep 25 17:19:49.661 INFO O| Planning: Package planning ... Done
42102024-09-25T17:19:50.883Z[ host-image] Sep 25 17:19:49.666 INFO O| Sep 25 17:19:49.666 INFO O| Planning: Merging actions ... Done
42112024-09-25T17:19:50.886Z[ recovery-image] Sep 25 17:19:49.670 INFO O| Sep 25 17:19:49.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
42122024-09-25T17:19:50.889Z[ recovery-image] Sep 25 17:19:49.670 INFO O| Sep 25 17:19:49.670 INFO STEP 61 (remove_files) COMPLETE
42132024-09-25T17:19:50.889Z[ recovery-image] Sep 25 17:19:49.670 INFO O| Sep 25 17:19:49.670 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-09-25T17:19:50.918Z[ recovery-image] Sep 25 17:19:49.702 INFO O| Sep 25 17:19:49.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
42152024-09-25T17:19:50.919Z[ recovery-image] Sep 25 17:19:49.702 INFO O| Sep 25 17:19:49.700 INFO STEP 62 (remove_files) COMPLETE
42162024-09-25T17:19:50.919Z[ recovery-image] Sep 25 17:19:49.702 INFO O| Sep 25 17:19:49.700 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-09-25T17:19:50.939Z[ recovery-image] Sep 25 17:19:49.722 INFO O| Sep 25 17:19:49.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
42182024-09-25T17:19:50.939Z[ recovery-image] Sep 25 17:19:49.722 INFO O| Sep 25 17:19:49.721 INFO STEP 63 (remove_files) COMPLETE
42192024-09-25T17:19:50.939Z[ recovery-image] Sep 25 17:19:49.722 INFO O| Sep 25 17:19:49.721 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-09-25T17:19:50.968Z[ recovery-image] Sep 25 17:19:49.752 INFO O| Sep 25 17:19:49.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
42212024-09-25T17:19:50.968Z[ recovery-image] Sep 25 17:19:49.752 INFO O| Sep 25 17:19:49.752 INFO STEP 64 (remove_files) COMPLETE
42222024-09-25T17:19:50.971Z[ recovery-image] Sep 25 17:19:49.752 INFO O| Sep 25 17:19:49.752 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-09-25T17:19:50.996Z[ recovery-image] Sep 25 17:19:49.779 INFO O| Sep 25 17:19:49.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
42242024-09-25T17:19:50.996Z[ recovery-image] Sep 25 17:19:49.779 INFO O| Sep 25 17:19:49.779 INFO STEP 65 (remove_files) COMPLETE
42252024-09-25T17:19:51.000Z[ recovery-image] Sep 25 17:19:49.779 INFO O| Sep 25 17:19:49.779 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-09-25T17:19:51.013Z[ recovery-image] Sep 25 17:19:49.795 INFO O| Sep 25 17:19:49.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
42272024-09-25T17:19:51.013Z[ recovery-image] Sep 25 17:19:49.795 INFO O| Sep 25 17:19:49.795 INFO STEP 66 (remove_files) COMPLETE
42282024-09-25T17:19:51.016Z[ recovery-image] Sep 25 17:19:49.796 INFO O| Sep 25 17:19:49.795 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-09-25T17:19:51.034Z[ host-image] Sep 25 17:19:49.817 INFO O| Sep 25 17:19:49.817 INFO O| Planning: Checking for conflicting actions ... Done
42302024-09-25T17:19:51.037Z[ host-image] Sep 25 17:19:49.819 INFO O| Sep 25 17:19:49.819 INFO O| Planning: Consolidating action changes ... Done
42312024-09-25T17:19:51.051Z[ recovery-image] Sep 25 17:19:49.835 INFO O| Sep 25 17:19:49.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
42322024-09-25T17:19:51.051Z[ recovery-image] Sep 25 17:19:49.835 INFO O| Sep 25 17:19:49.835 INFO STEP 67 (remove_files) COMPLETE
42332024-09-25T17:19:51.051Z[ recovery-image] Sep 25 17:19:49.835 INFO O| Sep 25 17:19:49.835 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-09-25T17:19:51.084Z[ recovery-image] Sep 25 17:19:49.855 INFO O| Sep 25 17:19:49.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
42352024-09-25T17:19:51.084Z[ recovery-image] Sep 25 17:19:49.855 INFO O| Sep 25 17:19:49.855 INFO STEP 68 (remove_files) COMPLETE
42362024-09-25T17:19:51.084Z[ recovery-image] Sep 25 17:19:49.855 INFO O| Sep 25 17:19:49.855 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-09-25T17:19:51.104Z[ recovery-image] Sep 25 17:19:49.888 INFO O| Sep 25 17:19:49.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
42382024-09-25T17:19:51.116Z[ recovery-image] Sep 25 17:19:49.888 INFO O| Sep 25 17:19:49.888 INFO STEP 69 (remove_files) COMPLETE
42392024-09-25T17:19:51.116Z[ recovery-image] Sep 25 17:19:49.888 INFO O| Sep 25 17:19:49.888 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-09-25T17:19:51.123Z[ recovery-image] Sep 25 17:19:49.906 INFO O| Sep 25 17:19:49.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
42412024-09-25T17:19:51.123Z[ recovery-image] Sep 25 17:19:49.906 INFO O| Sep 25 17:19:49.906 INFO STEP 70 (remove_files) COMPLETE
42422024-09-25T17:19:51.123Z[ recovery-image] Sep 25 17:19:49.907 INFO O| Sep 25 17:19:49.906 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-09-25T17:19:51.139Z[ recovery-image] Sep 25 17:19:49.923 INFO O| Sep 25 17:19:49.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
42442024-09-25T17:19:51.139Z[ recovery-image] Sep 25 17:19:49.923 INFO O| Sep 25 17:19:49.923 INFO STEP 71 (remove_files) COMPLETE
42452024-09-25T17:19:51.142Z[ recovery-image] Sep 25 17:19:49.923 INFO O| Sep 25 17:19:49.923 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-09-25T17:19:51.168Z[ recovery-image] Sep 25 17:19:49.952 INFO O| Sep 25 17:19:49.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
42472024-09-25T17:19:51.169Z[ recovery-image] Sep 25 17:19:49.952 INFO O| Sep 25 17:19:49.952 INFO STEP 72 (remove_files) COMPLETE
42482024-09-25T17:19:51.169Z[ recovery-image] Sep 25 17:19:49.952 INFO O| Sep 25 17:19:49.952 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-09-25T17:19:51.186Z[ recovery-image] Sep 25 17:19:49.969 INFO O| Sep 25 17:19:49.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42502024-09-25T17:19:51.189Z[ recovery-image] Sep 25 17:19:49.970 INFO O| Sep 25 17:19:49.970 INFO STEP 73 (remove_files) COMPLETE
42512024-09-25T17:19:51.189Z[ recovery-image] Sep 25 17:19:49.970 INFO O| Sep 25 17:19:49.970 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-09-25T17:19:51.205Z[ recovery-image] Sep 25 17:19:49.989 INFO O| Sep 25 17:19:49.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42532024-09-25T17:19:51.209Z[ recovery-image] Sep 25 17:19:49.989 INFO O| Sep 25 17:19:49.989 INFO STEP 74 (remove_files) COMPLETE
42542024-09-25T17:19:51.209Z[ recovery-image] Sep 25 17:19:49.989 INFO O| Sep 25 17:19:49.989 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-09-25T17:19:51.237Z[ recovery-image] Sep 25 17:19:50.021 INFO O| Sep 25 17:19:50.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42562024-09-25T17:19:51.237Z[ recovery-image] Sep 25 17:19:50.021 INFO O| Sep 25 17:19:50.021 INFO STEP 75 (remove_files) COMPLETE
42572024-09-25T17:19:51.237Z[ recovery-image] Sep 25 17:19:50.021 INFO O| Sep 25 17:19:50.021 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-09-25T17:19:51.256Z[ recovery-image] Sep 25 17:19:50.039 INFO O| Sep 25 17:19:50.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
42592024-09-25T17:19:51.256Z[ recovery-image] Sep 25 17:19:50.040 INFO O| Sep 25 17:19:50.039 INFO STEP 76 (remove_files) COMPLETE
42602024-09-25T17:19:51.259Z[ recovery-image] Sep 25 17:19:50.040 INFO O| Sep 25 17:19:50.040 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-09-25T17:19:51.274Z[ recovery-image] Sep 25 17:19:50.057 INFO O| Sep 25 17:19:50.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
42622024-09-25T17:19:51.274Z[ recovery-image] Sep 25 17:19:50.058 INFO O| Sep 25 17:19:50.057 INFO STEP 77 (remove_files) COMPLETE
42632024-09-25T17:19:51.277Z[ recovery-image] Sep 25 17:19:50.058 INFO O| Sep 25 17:19:50.058 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-09-25T17:19:51.313Z[ recovery-image] Sep 25 17:19:50.096 INFO O| Sep 25 17:19:50.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42652024-09-25T17:19:51.313Z[ recovery-image] Sep 25 17:19:50.096 INFO O| Sep 25 17:19:50.096 INFO STEP 78 (remove_files) COMPLETE
42662024-09-25T17:19:51.313Z[ recovery-image] Sep 25 17:19:50.096 INFO O| Sep 25 17:19:50.096 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-09-25T17:19:51.362Z[ host-image] Sep 25 17:19:50.143 INFO O| Sep 25 17:19:50.143 INFO O| Planning: Evaluating mediators ... Done
42682024-09-25T17:19:51.362Z[ host-image] Sep 25 17:19:50.145 INFO O| Sep 25 17:19:50.145 INFO O| Planning: Planning completed in 4.30 seconds
42692024-09-25T17:19:51.365Z[ host-image] Sep 25 17:19:50.148 INFO O| Sep 25 17:19:50.148 INFO O| Packages to install: 4
42702024-09-25T17:19:51.365Z[ host-image] Sep 25 17:19:50.148 INFO O| Sep 25 17:19:50.148 INFO O| Services to change: 2
42712024-09-25T17:19:51.379Z[ recovery-image] Sep 25 17:19:50.162 INFO O| Sep 25 17:19:50.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42722024-09-25T17:19:51.379Z[ recovery-image] Sep 25 17:19:50.162 INFO O| Sep 25 17:19:50.162 INFO STEP 79 (remove_files) COMPLETE
42732024-09-25T17:19:51.379Z[ recovery-image] Sep 25 17:19:50.162 INFO O| Sep 25 17:19:50.162 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-09-25T17:19:51.410Z[ recovery-image] Sep 25 17:19:50.192 INFO O| Sep 25 17:19:50.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42752024-09-25T17:19:51.411Z[ recovery-image] Sep 25 17:19:50.192 INFO O| Sep 25 17:19:50.192 INFO STEP 80 (remove_files) COMPLETE
42762024-09-25T17:19:51.419Z[ recovery-image] Sep 25 17:19:50.193 INFO O| Sep 25 17:19:50.192 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-09-25T17:19:51.419Z[ host-image] Sep 25 17:19:50.196 INFO O| Sep 25 17:19:50.196 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
42782024-09-25T17:19:51.433Z[ recovery-image] Sep 25 17:19:50.216 INFO O| Sep 25 17:19:50.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
42792024-09-25T17:19:51.438Z[ recovery-image] Sep 25 17:19:50.216 INFO O| Sep 25 17:19:50.216 INFO STEP 81 (remove_files) COMPLETE
42802024-09-25T17:19:51.438Z[ recovery-image] Sep 25 17:19:50.217 INFO O| Sep 25 17:19:50.216 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-09-25T17:19:51.450Z[ recovery-image] Sep 25 17:19:50.233 INFO O| Sep 25 17:19:50.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
42822024-09-25T17:19:51.450Z[ recovery-image] Sep 25 17:19:50.233 INFO O| Sep 25 17:19:50.233 INFO STEP 82 (remove_files) COMPLETE
42832024-09-25T17:19:51.453Z[ recovery-image] Sep 25 17:19:50.233 INFO O| Sep 25 17:19:50.233 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-09-25T17:19:51.473Z[ recovery-image] Sep 25 17:19:50.255 INFO O| Sep 25 17:19:50.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
42852024-09-25T17:19:51.473Z[ recovery-image] Sep 25 17:19:50.255 INFO O| Sep 25 17:19:50.255 INFO STEP 83 (remove_files) COMPLETE
42862024-09-25T17:19:51.473Z[ recovery-image] Sep 25 17:19:50.255 INFO O| Sep 25 17:19:50.255 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-09-25T17:19:51.506Z[ recovery-image] Sep 25 17:19:50.289 INFO O| Sep 25 17:19:50.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
42882024-09-25T17:19:51.506Z[ recovery-image] Sep 25 17:19:50.289 INFO O| Sep 25 17:19:50.289 INFO STEP 84 (remove_files) COMPLETE
42892024-09-25T17:19:51.509Z[ recovery-image] Sep 25 17:19:50.289 INFO O| Sep 25 17:19:50.289 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-09-25T17:19:51.523Z[ recovery-image] Sep 25 17:19:50.306 INFO O| Sep 25 17:19:50.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
42912024-09-25T17:19:51.523Z[ recovery-image] Sep 25 17:19:50.306 INFO O| Sep 25 17:19:50.306 INFO STEP 85 (remove_files) COMPLETE
42922024-09-25T17:19:51.526Z[ recovery-image] Sep 25 17:19:50.306 INFO O| Sep 25 17:19:50.306 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-09-25T17:19:51.566Z[ recovery-image] Sep 25 17:19:50.350 INFO O| Sep 25 17:19:50.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
42942024-09-25T17:19:51.566Z[ recovery-image] Sep 25 17:19:50.350 INFO O| Sep 25 17:19:50.350 INFO STEP 86 (remove_files) COMPLETE
42952024-09-25T17:19:51.574Z[ recovery-image] Sep 25 17:19:50.350 INFO O| Sep 25 17:19:50.350 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-09-25T17:19:51.595Z[ recovery-image] Sep 25 17:19:50.367 INFO O| Sep 25 17:19:50.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
42972024-09-25T17:19:51.596Z[ recovery-image] Sep 25 17:19:50.367 INFO O| Sep 25 17:19:50.367 INFO STEP 87 (remove_files) COMPLETE
42982024-09-25T17:19:51.599Z[ recovery-image] Sep 25 17:19:50.367 INFO O| Sep 25 17:19:50.367 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-09-25T17:19:51.603Z[ recovery-image] Sep 25 17:19:50.384 INFO O| Sep 25 17:19:50.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43002024-09-25T17:19:51.603Z[ recovery-image] Sep 25 17:19:50.384 INFO O| Sep 25 17:19:50.384 INFO STEP 88 (remove_files) COMPLETE
43012024-09-25T17:19:51.603Z[ recovery-image] Sep 25 17:19:50.384 INFO O| Sep 25 17:19:50.384 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-09-25T17:19:51.634Z[ recovery-image] Sep 25 17:19:50.417 INFO O| Sep 25 17:19:50.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
43032024-09-25T17:19:51.637Z[ recovery-image] Sep 25 17:19:50.417 INFO O| Sep 25 17:19:50.417 INFO STEP 89 (remove_files) COMPLETE
43042024-09-25T17:19:51.637Z[ recovery-image] Sep 25 17:19:50.418 INFO O| Sep 25 17:19:50.418 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-09-25T17:19:51.654Z[ recovery-image] Sep 25 17:19:50.437 INFO O| Sep 25 17:19:50.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43062024-09-25T17:19:51.662Z[ recovery-image] Sep 25 17:19:50.445 INFO O| Sep 25 17:19:50.445 INFO STEP 90 (remove_files) COMPLETE
43072024-09-25T17:19:51.662Z[ recovery-image] Sep 25 17:19:50.445 INFO O| Sep 25 17:19:50.445 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-09-25T17:19:51.680Z[ recovery-image] Sep 25 17:19:50.463 INFO O| Sep 25 17:19:50.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
43092024-09-25T17:19:51.680Z[ recovery-image] Sep 25 17:19:50.463 INFO O| Sep 25 17:19:50.463 INFO STEP 91 (remove_files) COMPLETE
43102024-09-25T17:19:51.683Z[ recovery-image] Sep 25 17:19:50.463 INFO O| Sep 25 17:19:50.463 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-09-25T17:19:51.700Z[ recovery-image] Sep 25 17:19:50.480 INFO O| Sep 25 17:19:50.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
43122024-09-25T17:19:51.700Z[ recovery-image] Sep 25 17:19:50.480 INFO O| Sep 25 17:19:50.480 INFO STEP 92 (remove_files) COMPLETE
43132024-09-25T17:19:51.700Z[ recovery-image] Sep 25 17:19:50.480 INFO O| Sep 25 17:19:50.480 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-09-25T17:19:51.713Z[ recovery-image] Sep 25 17:19:50.496 INFO O| Sep 25 17:19:50.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
43152024-09-25T17:19:51.713Z[ recovery-image] Sep 25 17:19:50.497 INFO O| Sep 25 17:19:50.497 INFO STEP 93 (remove_files) COMPLETE
43162024-09-25T17:19:51.716Z[ recovery-image] Sep 25 17:19:50.497 INFO O| Sep 25 17:19:50.497 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-09-25T17:19:51.730Z[ recovery-image] Sep 25 17:19:50.513 INFO O| Sep 25 17:19:50.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
43182024-09-25T17:19:51.730Z[ recovery-image] Sep 25 17:19:50.513 INFO O| Sep 25 17:19:50.513 INFO STEP 94 (remove_files) COMPLETE
43192024-09-25T17:19:51.730Z[ recovery-image] Sep 25 17:19:50.513 INFO O| Sep 25 17:19:50.513 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-09-25T17:19:51.746Z[ recovery-image] Sep 25 17:19:50.529 INFO O| Sep 25 17:19:50.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
43212024-09-25T17:19:51.746Z[ recovery-image] Sep 25 17:19:50.530 INFO O| Sep 25 17:19:50.529 INFO STEP 95 (remove_files) COMPLETE
43222024-09-25T17:19:51.749Z[ recovery-image] Sep 25 17:19:50.530 INFO O| Sep 25 17:19:50.530 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-09-25T17:19:51.789Z[ recovery-image] Sep 25 17:19:50.572 INFO O| Sep 25 17:19:50.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
43242024-09-25T17:19:51.789Z[ recovery-image] Sep 25 17:19:50.572 INFO O| Sep 25 17:19:50.572 INFO STEP 96 (remove_files) COMPLETE
43252024-09-25T17:19:51.789Z[ recovery-image] Sep 25 17:19:50.572 INFO O| Sep 25 17:19:50.572 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-09-25T17:19:51.807Z[ recovery-image] Sep 25 17:19:50.590 INFO O| Sep 25 17:19:50.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
43272024-09-25T17:19:51.808Z[ recovery-image] Sep 25 17:19:50.590 INFO O| Sep 25 17:19:50.590 INFO STEP 97 (remove_files) COMPLETE
43282024-09-25T17:19:51.808Z[ recovery-image] Sep 25 17:19:50.590 INFO O| Sep 25 17:19:50.590 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-09-25T17:19:51.826Z[ recovery-image] Sep 25 17:19:50.608 INFO O| Sep 25 17:19:50.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
43302024-09-25T17:19:51.826Z[ recovery-image] Sep 25 17:19:50.608 INFO O| Sep 25 17:19:50.608 INFO STEP 98 (remove_files) COMPLETE
43312024-09-25T17:19:51.826Z[ recovery-image] Sep 25 17:19:50.608 INFO O| Sep 25 17:19:50.608 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-09-25T17:19:51.844Z[ recovery-image] Sep 25 17:19:50.627 INFO O| Sep 25 17:19:50.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
43332024-09-25T17:19:51.844Z[ recovery-image] Sep 25 17:19:50.627 INFO O| Sep 25 17:19:50.627 INFO STEP 99 (remove_files) COMPLETE
43342024-09-25T17:19:51.844Z[ recovery-image] Sep 25 17:19:50.627 INFO O| Sep 25 17:19:50.627 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-09-25T17:19:51.875Z[ recovery-image] Sep 25 17:19:50.658 INFO O| Sep 25 17:19:50.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
43362024-09-25T17:19:51.882Z[ recovery-image] Sep 25 17:19:50.665 INFO O| Sep 25 17:19:50.665 INFO STEP 100 (remove_files) COMPLETE
43372024-09-25T17:19:51.882Z[ recovery-image] Sep 25 17:19:50.666 INFO O| Sep 25 17:19:50.665 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-09-25T17:19:51.912Z[ recovery-image] Sep 25 17:19:50.696 INFO O| Sep 25 17:19:50.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
43392024-09-25T17:19:51.912Z[ recovery-image] Sep 25 17:19:50.696 INFO O| Sep 25 17:19:50.696 INFO STEP 101 (remove_files) COMPLETE
43402024-09-25T17:19:51.912Z[ recovery-image] Sep 25 17:19:50.696 INFO O| Sep 25 17:19:50.696 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-09-25T17:19:51.933Z[ recovery-image] Sep 25 17:19:50.712 INFO O| Sep 25 17:19:50.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
43422024-09-25T17:19:51.933Z[ recovery-image] Sep 25 17:19:50.712 INFO O| Sep 25 17:19:50.712 INFO STEP 102 (remove_files) COMPLETE
43432024-09-25T17:19:51.947Z[ recovery-image] Sep 25 17:19:50.713 INFO O| Sep 25 17:19:50.712 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-09-25T17:19:51.952Z[ recovery-image] Sep 25 17:19:50.735 INFO O| Sep 25 17:19:50.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
43452024-09-25T17:19:51.952Z[ recovery-image] Sep 25 17:19:50.735 INFO O| Sep 25 17:19:50.735 INFO STEP 103 (remove_files) COMPLETE
43462024-09-25T17:19:51.952Z[ recovery-image] Sep 25 17:19:50.735 INFO O| Sep 25 17:19:50.735 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-09-25T17:19:51.969Z[ recovery-image] Sep 25 17:19:50.752 INFO O| Sep 25 17:19:50.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
43482024-09-25T17:19:51.973Z[ recovery-image] Sep 25 17:19:50.752 INFO O| Sep 25 17:19:50.752 INFO STEP 104 (remove_files) COMPLETE
43492024-09-25T17:19:51.973Z[ recovery-image] Sep 25 17:19:50.752 INFO O| Sep 25 17:19:50.752 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-09-25T17:19:52.008Z[ recovery-image] Sep 25 17:19:50.791 INFO O| Sep 25 17:19:50.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
43512024-09-25T17:19:52.028Z[ recovery-image] Sep 25 17:19:50.812 INFO O| Sep 25 17:19:50.812 INFO STEP 105 (remove_files) COMPLETE
43522024-09-25T17:19:52.029Z[ recovery-image] Sep 25 17:19:50.812 INFO O| Sep 25 17:19:50.812 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-09-25T17:19:52.069Z[ recovery-image] Sep 25 17:19:50.852 INFO O| Sep 25 17:19:50.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
43542024-09-25T17:19:52.069Z[ recovery-image] Sep 25 17:19:50.852 INFO O| Sep 25 17:19:50.852 INFO STEP 106 (remove_files) COMPLETE
43552024-09-25T17:19:52.072Z[ recovery-image] Sep 25 17:19:50.852 INFO O| Sep 25 17:19:50.852 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-09-25T17:19:52.086Z[ recovery-image] Sep 25 17:19:50.869 INFO O| Sep 25 17:19:50.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43572024-09-25T17:19:52.086Z[ recovery-image] Sep 25 17:19:50.869 INFO O| Sep 25 17:19:50.869 INFO STEP 107 (remove_files) COMPLETE
43582024-09-25T17:19:52.086Z[ recovery-image] Sep 25 17:19:50.870 INFO O| Sep 25 17:19:50.869 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-09-25T17:19:52.135Z[ recovery-image] Sep 25 17:19:50.918 INFO O| Sep 25 17:19:50.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43602024-09-25T17:19:52.135Z[ recovery-image] Sep 25 17:19:50.918 INFO O| Sep 25 17:19:50.918 INFO STEP 108 (remove_files) COMPLETE
43612024-09-25T17:19:52.138Z[ recovery-image] Sep 25 17:19:50.919 INFO O| Sep 25 17:19:50.918 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-09-25T17:19:52.170Z[ recovery-image] Sep 25 17:19:50.954 INFO O| Sep 25 17:19:50.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
43632024-09-25T17:19:52.173Z[ recovery-image] Sep 25 17:19:50.954 INFO O| Sep 25 17:19:50.954 INFO STEP 109 (remove_files) COMPLETE
43642024-09-25T17:19:52.174Z[ recovery-image] Sep 25 17:19:50.954 INFO O| Sep 25 17:19:50.954 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-09-25T17:19:52.230Z[ recovery-image] Sep 25 17:19:51.014 INFO O| Sep 25 17:19:51.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
43662024-09-25T17:19:52.233Z[ recovery-image] Sep 25 17:19:51.014 INFO O| Sep 25 17:19:51.014 INFO STEP 110 (remove_files) COMPLETE
43672024-09-25T17:19:52.233Z[ recovery-image] Sep 25 17:19:51.014 INFO O| Sep 25 17:19:51.014 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-09-25T17:19:52.247Z[ recovery-image] Sep 25 17:19:51.030 INFO O| Sep 25 17:19:51.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43692024-09-25T17:19:52.251Z[ recovery-image] Sep 25 17:19:51.030 INFO O| Sep 25 17:19:51.030 INFO STEP 111 (remove_files) COMPLETE
43702024-09-25T17:19:52.251Z[ recovery-image] Sep 25 17:19:51.030 INFO O| Sep 25 17:19:51.030 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-09-25T17:19:52.263Z[ recovery-image] Sep 25 17:19:51.046 INFO O| Sep 25 17:19:51.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43722024-09-25T17:19:52.263Z[ recovery-image] Sep 25 17:19:51.046 INFO O| Sep 25 17:19:51.046 INFO STEP 112 (remove_files) COMPLETE
43732024-09-25T17:19:52.263Z[ recovery-image] Sep 25 17:19:51.046 INFO O| Sep 25 17:19:51.046 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-09-25T17:19:52.282Z[ recovery-image] Sep 25 17:19:51.065 INFO O| Sep 25 17:19:51.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43752024-09-25T17:19:52.282Z[ recovery-image] Sep 25 17:19:51.065 INFO O| Sep 25 17:19:51.065 INFO STEP 113 (remove_files) COMPLETE
43762024-09-25T17:19:52.285Z[ recovery-image] Sep 25 17:19:51.065 INFO O| Sep 25 17:19:51.065 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-09-25T17:19:52.315Z[ recovery-image] Sep 25 17:19:51.098 INFO O| Sep 25 17:19:51.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43782024-09-25T17:19:52.316Z[ recovery-image] Sep 25 17:19:51.098 INFO O| Sep 25 17:19:51.098 INFO STEP 114 (remove_files) COMPLETE
43792024-09-25T17:19:52.319Z[ recovery-image] Sep 25 17:19:51.098 INFO O| Sep 25 17:19:51.098 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-09-25T17:19:52.354Z[ recovery-image] Sep 25 17:19:51.138 INFO O| Sep 25 17:19:51.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
43812024-09-25T17:19:52.354Z[ recovery-image] Sep 25 17:19:51.138 INFO O| Sep 25 17:19:51.138 INFO STEP 115 (remove_files) COMPLETE
43822024-09-25T17:19:52.354Z[ recovery-image] Sep 25 17:19:51.138 INFO O| Sep 25 17:19:51.138 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-09-25T17:19:52.381Z[ recovery-image] Sep 25 17:19:51.157 INFO O| Sep 25 17:19:51.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
43842024-09-25T17:19:52.381Z[ recovery-image] Sep 25 17:19:51.157 INFO O| Sep 25 17:19:51.157 INFO STEP 116 (remove_files) COMPLETE
43852024-09-25T17:19:52.385Z[ recovery-image] Sep 25 17:19:51.157 INFO O| Sep 25 17:19:51.157 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-09-25T17:19:52.407Z[ recovery-image] Sep 25 17:19:51.191 INFO O| Sep 25 17:19:51.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
43872024-09-25T17:19:52.433Z[ recovery-image] Sep 25 17:19:51.215 INFO O| Sep 25 17:19:51.215 INFO STEP 117 (remove_files) COMPLETE
43882024-09-25T17:19:52.434Z[ recovery-image] Sep 25 17:19:51.215 INFO O| Sep 25 17:19:51.215 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-09-25T17:19:52.487Z[ recovery-image] Sep 25 17:19:51.271 INFO O| Sep 25 17:19:51.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
43902024-09-25T17:19:52.488Z[ recovery-image] Sep 25 17:19:51.271 INFO O| Sep 25 17:19:51.271 INFO STEP 118 (remove_files) COMPLETE
43912024-09-25T17:19:52.488Z[ recovery-image] Sep 25 17:19:51.271 INFO O| Sep 25 17:19:51.271 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-09-25T17:19:52.505Z[ recovery-image] Sep 25 17:19:51.288 INFO O| Sep 25 17:19:51.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
43932024-09-25T17:19:52.505Z[ recovery-image] Sep 25 17:19:51.288 INFO O| Sep 25 17:19:51.288 INFO STEP 119 (remove_files) COMPLETE
43942024-09-25T17:19:52.505Z[ recovery-image] Sep 25 17:19:51.288 INFO O| Sep 25 17:19:51.288 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-09-25T17:19:52.520Z[ recovery-image] Sep 25 17:19:51.304 INFO O| Sep 25 17:19:51.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
43962024-09-25T17:19:52.520Z[ recovery-image] Sep 25 17:19:51.304 INFO O| Sep 25 17:19:51.304 INFO STEP 120 (remove_files) COMPLETE
43972024-09-25T17:19:52.523Z[ recovery-image] Sep 25 17:19:51.304 INFO O| Sep 25 17:19:51.304 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-09-25T17:19:52.536Z[ recovery-image] Sep 25 17:19:51.319 INFO O| Sep 25 17:19:51.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
43992024-09-25T17:19:52.551Z[ recovery-image] Sep 25 17:19:51.334 INFO O| Sep 25 17:19:51.334 INFO STEP 121 (remove_files) COMPLETE
44002024-09-25T17:19:52.551Z[ recovery-image] Sep 25 17:19:51.334 INFO O| Sep 25 17:19:51.334 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-09-25T17:19:52.568Z[ recovery-image] Sep 25 17:19:51.351 INFO O| Sep 25 17:19:51.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
44022024-09-25T17:19:52.568Z[ recovery-image] Sep 25 17:19:51.351 INFO O| Sep 25 17:19:51.351 INFO STEP 122 (remove_files) COMPLETE
44032024-09-25T17:19:52.568Z[ recovery-image] Sep 25 17:19:51.351 INFO O| Sep 25 17:19:51.351 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-09-25T17:19:52.582Z[ host-image] Sep 25 17:19:51.365 INFO O| Sep 25 17:19:51.365 INFO O| Download: Completed 1.39 MB in 1.17 seconds (1.2M/s)
44052024-09-25T17:19:52.586Z[ recovery-image] Sep 25 17:19:51.369 INFO O| Sep 25 17:19:51.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
44062024-09-25T17:19:52.586Z[ recovery-image] Sep 25 17:19:51.369 INFO O| Sep 25 17:19:51.369 INFO STEP 123 (remove_files) COMPLETE
44072024-09-25T17:19:52.586Z[ recovery-image] Sep 25 17:19:51.369 INFO O| Sep 25 17:19:51.369 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-09-25T17:19:52.603Z[ recovery-image] Sep 25 17:19:51.386 INFO O| Sep 25 17:19:51.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
44092024-09-25T17:19:52.606Z[ recovery-image] Sep 25 17:19:51.386 INFO O| Sep 25 17:19:51.386 INFO STEP 124 (remove_files) COMPLETE
44102024-09-25T17:19:52.607Z[ recovery-image] Sep 25 17:19:51.386 INFO O| Sep 25 17:19:51.386 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-09-25T17:19:52.657Z[ recovery-image] Sep 25 17:19:51.440 INFO O| Sep 25 17:19:51.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
44122024-09-25T17:19:52.657Z[ recovery-image] Sep 25 17:19:51.441 INFO O| Sep 25 17:19:51.441 INFO STEP 125 (remove_files) COMPLETE
44132024-09-25T17:19:52.661Z[ recovery-image] Sep 25 17:19:51.441 INFO O| Sep 25 17:19:51.441 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-09-25T17:19:52.719Z[ recovery-image] Sep 25 17:19:51.501 INFO O| Sep 25 17:19:51.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
44152024-09-25T17:19:52.719Z[ recovery-image] Sep 25 17:19:51.501 INFO O| Sep 25 17:19:51.501 INFO STEP 126 (remove_files) COMPLETE
44162024-09-25T17:19:52.719Z[ recovery-image] Sep 25 17:19:51.501 INFO O| Sep 25 17:19:51.501 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-09-25T17:19:52.730Z[ host-image] Sep 25 17:19:51.514 INFO O| Sep 25 17:19:51.514 INFO O| Actions: 1/238 actions (Installing new actions)
44182024-09-25T17:19:52.737Z[ recovery-image] Sep 25 17:19:51.519 INFO O| Sep 25 17:19:51.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
44192024-09-25T17:19:52.737Z[ recovery-image] Sep 25 17:19:51.520 INFO O| Sep 25 17:19:51.520 INFO STEP 127 (remove_files) COMPLETE
44202024-09-25T17:19:52.737Z[ recovery-image] Sep 25 17:19:51.520 INFO O| Sep 25 17:19:51.520 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-09-25T17:19:52.754Z[ recovery-image] Sep 25 17:19:51.537 INFO O| Sep 25 17:19:51.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
44222024-09-25T17:19:52.757Z[ recovery-image] Sep 25 17:19:51.538 INFO O| Sep 25 17:19:51.538 INFO STEP 128 (remove_files) COMPLETE
44232024-09-25T17:19:52.758Z[ recovery-image] Sep 25 17:19:51.538 INFO O| Sep 25 17:19:51.538 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-09-25T17:19:52.779Z[ recovery-image] Sep 25 17:19:51.562 INFO O| Sep 25 17:19:51.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
44252024-09-25T17:19:52.779Z[ recovery-image] Sep 25 17:19:51.562 INFO O| Sep 25 17:19:51.562 INFO STEP 129 (remove_files) COMPLETE
44262024-09-25T17:19:52.782Z[ recovery-image] Sep 25 17:19:51.562 INFO O| Sep 25 17:19:51.562 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-09-25T17:19:52.796Z[ recovery-image] Sep 25 17:19:51.579 INFO O| Sep 25 17:19:51.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
44282024-09-25T17:19:52.799Z[ recovery-image] Sep 25 17:19:51.579 INFO O| Sep 25 17:19:51.579 INFO STEP 130 (remove_files) COMPLETE
44292024-09-25T17:19:52.799Z[ recovery-image] Sep 25 17:19:51.579 INFO O| Sep 25 17:19:51.579 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-09-25T17:19:52.814Z[ recovery-image] Sep 25 17:19:51.597 INFO O| Sep 25 17:19:51.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
44312024-09-25T17:19:52.831Z[ recovery-image] Sep 25 17:19:51.614 INFO O| Sep 25 17:19:51.614 INFO STEP 131 (remove_files) COMPLETE
44322024-09-25T17:19:52.831Z[ recovery-image] Sep 25 17:19:51.614 INFO O| Sep 25 17:19:51.614 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-09-25T17:19:52.849Z[ recovery-image] Sep 25 17:19:51.631 INFO O| Sep 25 17:19:51.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
44342024-09-25T17:19:52.849Z[ recovery-image] Sep 25 17:19:51.631 INFO O| Sep 25 17:19:51.631 INFO STEP 132 (remove_files) COMPLETE
44352024-09-25T17:19:52.849Z[ recovery-image] Sep 25 17:19:51.631 INFO O| Sep 25 17:19:51.631 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-09-25T17:19:52.869Z[ recovery-image] Sep 25 17:19:51.652 INFO O| Sep 25 17:19:51.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
44372024-09-25T17:19:52.869Z[ recovery-image] Sep 25 17:19:51.652 INFO O| Sep 25 17:19:51.652 INFO STEP 133 (remove_files) COMPLETE
44382024-09-25T17:19:52.869Z[ recovery-image] Sep 25 17:19:51.652 INFO O| Sep 25 17:19:51.652 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-09-25T17:19:52.917Z[ recovery-image] Sep 25 17:19:51.700 INFO O| Sep 25 17:19:51.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
44402024-09-25T17:19:52.917Z[ recovery-image] Sep 25 17:19:51.700 INFO O| Sep 25 17:19:51.700 INFO STEP 134 (remove_files) COMPLETE
44412024-09-25T17:19:52.917Z[ recovery-image] Sep 25 17:19:51.700 INFO O| Sep 25 17:19:51.700 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-09-25T17:19:52.943Z[ recovery-image] Sep 25 17:19:51.726 INFO O| Sep 25 17:19:51.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
44432024-09-25T17:19:52.943Z[ recovery-image] Sep 25 17:19:51.726 INFO O| Sep 25 17:19:51.726 INFO STEP 135 (remove_files) COMPLETE
44442024-09-25T17:19:52.947Z[ recovery-image] Sep 25 17:19:51.726 INFO O| Sep 25 17:19:51.726 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-09-25T17:19:52.952Z[ host-image] Sep 25 17:19:51.736 INFO O| Sep 25 17:19:51.736 INFO O| Actions: Completed 238 actions in 0.22 seconds.
44462024-09-25T17:19:53.002Z[ recovery-image] Sep 25 17:19:51.784 INFO O| Sep 25 17:19:51.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
44472024-09-25T17:19:53.002Z[ recovery-image] Sep 25 17:19:51.784 INFO O| Sep 25 17:19:51.784 INFO STEP 136 (remove_files) COMPLETE
44482024-09-25T17:19:53.002Z[ recovery-image] Sep 25 17:19:51.784 INFO O| Sep 25 17:19:51.784 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-09-25T17:19:53.022Z[ recovery-image] Sep 25 17:19:51.805 INFO O| Sep 25 17:19:51.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
44502024-09-25T17:19:53.022Z[ recovery-image] Sep 25 17:19:51.806 INFO O| Sep 25 17:19:51.805 INFO STEP 137 (remove_files) COMPLETE
44512024-09-25T17:19:53.026Z[ recovery-image] Sep 25 17:19:51.806 INFO O| Sep 25 17:19:51.806 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-09-25T17:19:53.044Z[ recovery-image] Sep 25 17:19:51.827 INFO O| Sep 25 17:19:51.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
44532024-09-25T17:19:53.044Z[ recovery-image] Sep 25 17:19:51.827 INFO O| Sep 25 17:19:51.827 INFO STEP 138 (remove_files) COMPLETE
44542024-09-25T17:19:53.047Z[ recovery-image] Sep 25 17:19:51.827 INFO O| Sep 25 17:19:51.827 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-09-25T17:19:53.082Z[ recovery-image] Sep 25 17:19:51.865 INFO O| Sep 25 17:19:51.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
44562024-09-25T17:19:53.082Z[ recovery-image] Sep 25 17:19:51.865 INFO O| Sep 25 17:19:51.865 INFO STEP 139 (remove_files) COMPLETE
44572024-09-25T17:19:53.082Z[ recovery-image] Sep 25 17:19:51.865 INFO O| Sep 25 17:19:51.865 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-09-25T17:19:53.101Z[ recovery-image] Sep 25 17:19:51.883 INFO O| Sep 25 17:19:51.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
44592024-09-25T17:19:53.101Z[ recovery-image] Sep 25 17:19:51.883 INFO O| Sep 25 17:19:51.883 INFO STEP 140 (remove_files) COMPLETE
44602024-09-25T17:19:53.101Z[ recovery-image] Sep 25 17:19:51.883 INFO O| Sep 25 17:19:51.883 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-09-25T17:19:53.137Z[ recovery-image] Sep 25 17:19:51.920 INFO O| Sep 25 17:19:51.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
44622024-09-25T17:19:53.137Z[ recovery-image] Sep 25 17:19:51.920 INFO O| Sep 25 17:19:51.920 INFO STEP 141 (remove_files) COMPLETE
44632024-09-25T17:19:53.138Z[ recovery-image] Sep 25 17:19:51.920 INFO O| Sep 25 17:19:51.920 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-09-25T17:19:53.197Z[ recovery-image] Sep 25 17:19:51.980 INFO O| Sep 25 17:19:51.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
44652024-09-25T17:19:53.197Z[ recovery-image] Sep 25 17:19:51.980 INFO O| Sep 25 17:19:51.980 INFO STEP 142 (remove_files) COMPLETE
44662024-09-25T17:19:53.197Z[ recovery-image] Sep 25 17:19:51.980 INFO O| Sep 25 17:19:51.980 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-09-25T17:19:53.216Z[ recovery-image] Sep 25 17:19:51.998 INFO O| Sep 25 17:19:51.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
44682024-09-25T17:19:53.216Z[ recovery-image] Sep 25 17:19:51.998 INFO O| Sep 25 17:19:51.998 INFO STEP 143 (remove_files) COMPLETE
44692024-09-25T17:19:53.216Z[ recovery-image] Sep 25 17:19:51.998 INFO O| Sep 25 17:19:51.998 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-09-25T17:19:53.236Z[ recovery-image] Sep 25 17:19:52.018 INFO O| Sep 25 17:19:52.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44712024-09-25T17:19:53.236Z[ recovery-image] Sep 25 17:19:52.018 INFO O| Sep 25 17:19:52.018 INFO STEP 144 (remove_files) COMPLETE
44722024-09-25T17:19:53.236Z[ recovery-image] Sep 25 17:19:52.018 INFO O| Sep 25 17:19:52.018 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-09-25T17:19:53.254Z[ recovery-image] Sep 25 17:19:52.036 INFO O| Sep 25 17:19:52.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44742024-09-25T17:19:53.254Z[ recovery-image] Sep 25 17:19:52.036 INFO O| Sep 25 17:19:52.036 INFO STEP 145 (remove_files) COMPLETE
44752024-09-25T17:19:53.254Z[ recovery-image] Sep 25 17:19:52.036 INFO O| Sep 25 17:19:52.036 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-09-25T17:19:53.273Z[ recovery-image] Sep 25 17:19:52.055 INFO O| Sep 25 17:19:52.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44772024-09-25T17:19:53.273Z[ recovery-image] Sep 25 17:19:52.055 INFO O| Sep 25 17:19:52.055 INFO STEP 146 (remove_files) COMPLETE
44782024-09-25T17:19:53.273Z[ recovery-image] Sep 25 17:19:52.055 INFO O| Sep 25 17:19:52.055 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-09-25T17:19:53.290Z[ recovery-image] Sep 25 17:19:52.073 INFO O| Sep 25 17:19:52.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44802024-09-25T17:19:53.290Z[ recovery-image] Sep 25 17:19:52.073 INFO O| Sep 25 17:19:52.073 INFO STEP 147 (remove_files) COMPLETE
44812024-09-25T17:19:53.290Z[ recovery-image] Sep 25 17:19:52.073 INFO O| Sep 25 17:19:52.073 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-09-25T17:19:53.330Z[ recovery-image] Sep 25 17:19:52.113 INFO O| Sep 25 17:19:52.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
44832024-09-25T17:19:53.333Z[ recovery-image] Sep 25 17:19:52.113 INFO O| Sep 25 17:19:52.113 INFO STEP 148 (remove_files) COMPLETE
44842024-09-25T17:19:53.333Z[ recovery-image] Sep 25 17:19:52.113 INFO O| Sep 25 17:19:52.113 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-09-25T17:19:53.350Z[ recovery-image] Sep 25 17:19:52.133 INFO O| Sep 25 17:19:52.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
44862024-09-25T17:19:53.353Z[ recovery-image] Sep 25 17:19:52.133 INFO O| Sep 25 17:19:52.133 INFO STEP 149 (remove_files) COMPLETE
44872024-09-25T17:19:53.354Z[ recovery-image] Sep 25 17:19:52.133 INFO O| Sep 25 17:19:52.133 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-09-25T17:19:53.376Z[ recovery-image] Sep 25 17:19:52.159 INFO O| Sep 25 17:19:52.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
44892024-09-25T17:19:53.379Z[ recovery-image] Sep 25 17:19:52.159 INFO O| Sep 25 17:19:52.159 INFO STEP 150 (remove_files) COMPLETE
44902024-09-25T17:19:53.379Z[ recovery-image] Sep 25 17:19:52.159 INFO O| Sep 25 17:19:52.159 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-09-25T17:19:53.396Z[ recovery-image] Sep 25 17:19:52.179 INFO O| Sep 25 17:19:52.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
44922024-09-25T17:19:53.400Z[ recovery-image] Sep 25 17:19:52.179 INFO O| Sep 25 17:19:52.179 INFO STEP 151 (remove_files) COMPLETE
44932024-09-25T17:19:53.400Z[ recovery-image] Sep 25 17:19:52.179 INFO O| Sep 25 17:19:52.179 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-09-25T17:19:53.431Z[ recovery-image] Sep 25 17:19:52.214 INFO O| Sep 25 17:19:52.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
44952024-09-25T17:19:53.435Z[ recovery-image] Sep 25 17:19:52.215 INFO O| Sep 25 17:19:52.214 INFO STEP 152 (remove_files) COMPLETE
44962024-09-25T17:19:53.435Z[ recovery-image] Sep 25 17:19:52.215 INFO O| Sep 25 17:19:52.215 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-09-25T17:19:53.455Z[ recovery-image] Sep 25 17:19:52.238 INFO O| Sep 25 17:19:52.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
44982024-09-25T17:19:53.458Z[ recovery-image] Sep 25 17:19:52.238 INFO O| Sep 25 17:19:52.238 INFO STEP 153 (remove_files) COMPLETE
44992024-09-25T17:19:53.458Z[ recovery-image] Sep 25 17:19:52.238 INFO O| Sep 25 17:19:52.238 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-09-25T17:19:53.478Z[ recovery-image] Sep 25 17:19:52.260 INFO O| Sep 25 17:19:52.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
45012024-09-25T17:19:53.504Z[ recovery-image] Sep 25 17:19:52.286 INFO O| Sep 25 17:19:52.286 INFO STEP 154 (remove_files) COMPLETE
45022024-09-25T17:19:53.504Z[ recovery-image] Sep 25 17:19:52.286 INFO O| Sep 25 17:19:52.286 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-09-25T17:19:53.547Z[ recovery-image] Sep 25 17:19:52.330 INFO O| Sep 25 17:19:52.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
45042024-09-25T17:19:53.547Z[ recovery-image] Sep 25 17:19:52.330 INFO O| Sep 25 17:19:52.330 INFO STEP 155 (remove_files) COMPLETE
45052024-09-25T17:19:53.547Z[ recovery-image] Sep 25 17:19:52.330 INFO O| Sep 25 17:19:52.330 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-09-25T17:19:53.580Z[ host-image] Sep 25 17:19:52.363 INFO O| Sep 25 17:19:52.363 INFO O| Done
45072024-09-25T17:19:53.580Z[ host-image] Sep 25 17:19:52.363 INFO O| Sep 25 17:19:52.363 INFO O| Done
45082024-09-25T17:19:53.584Z[ recovery-image] Sep 25 17:19:52.364 INFO O| Sep 25 17:19:52.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
45092024-09-25T17:19:53.585Z[ recovery-image] Sep 25 17:19:52.364 INFO O| Sep 25 17:19:52.364 INFO STEP 156 (remove_files) COMPLETE
45102024-09-25T17:19:53.585Z[ recovery-image] Sep 25 17:19:52.364 INFO O| Sep 25 17:19:52.364 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-09-25T17:19:53.649Z[ recovery-image] Sep 25 17:19:52.431 INFO O| Sep 25 17:19:52.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
45122024-09-25T17:19:53.649Z[ recovery-image] Sep 25 17:19:52.431 INFO O| Sep 25 17:19:52.431 INFO STEP 157 (remove_files) COMPLETE
45132024-09-25T17:19:53.652Z[ recovery-image] Sep 25 17:19:52.431 INFO O| Sep 25 17:19:52.431 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-09-25T17:19:53.667Z[ recovery-image] Sep 25 17:19:52.450 INFO O| Sep 25 17:19:52.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
45152024-09-25T17:19:53.667Z[ recovery-image] Sep 25 17:19:52.450 INFO O| Sep 25 17:19:52.450 INFO STEP 158 (remove_files) COMPLETE
45162024-09-25T17:19:53.670Z[ recovery-image] Sep 25 17:19:52.450 INFO O| Sep 25 17:19:52.450 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-09-25T17:19:53.685Z[ recovery-image] Sep 25 17:19:52.467 INFO O| Sep 25 17:19:52.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
45182024-09-25T17:19:53.685Z[ recovery-image] Sep 25 17:19:52.468 INFO O| Sep 25 17:19:52.468 INFO STEP 159 (remove_files) COMPLETE
45192024-09-25T17:19:53.689Z[ recovery-image] Sep 25 17:19:52.468 INFO O| Sep 25 17:19:52.468 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-09-25T17:19:53.703Z[ recovery-image] Sep 25 17:19:52.486 INFO O| Sep 25 17:19:52.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
45212024-09-25T17:19:53.703Z[ recovery-image] Sep 25 17:19:52.486 INFO O| Sep 25 17:19:52.486 INFO STEP 160 (remove_files) COMPLETE
45222024-09-25T17:19:53.703Z[ recovery-image] Sep 25 17:19:52.486 INFO O| Sep 25 17:19:52.486 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-09-25T17:19:53.723Z[ recovery-image] Sep 25 17:19:52.506 INFO O| Sep 25 17:19:52.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
45242024-09-25T17:19:53.723Z[ recovery-image] Sep 25 17:19:52.506 INFO O| Sep 25 17:19:52.506 INFO STEP 161 (remove_files) COMPLETE
45252024-09-25T17:19:53.726Z[ recovery-image] Sep 25 17:19:52.506 INFO O| Sep 25 17:19:52.506 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-09-25T17:19:53.793Z[ recovery-image] Sep 25 17:19:52.576 INFO O| Sep 25 17:19:52.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
45272024-09-25T17:19:53.793Z[ recovery-image] Sep 25 17:19:52.576 INFO O| Sep 25 17:19:52.576 INFO STEP 162 (remove_files) COMPLETE
45282024-09-25T17:19:53.793Z[ recovery-image] Sep 25 17:19:52.576 INFO O| Sep 25 17:19:52.576 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-09-25T17:19:53.810Z[ recovery-image] Sep 25 17:19:52.593 INFO O| Sep 25 17:19:52.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
45302024-09-25T17:19:53.810Z[ recovery-image] Sep 25 17:19:52.593 INFO O| Sep 25 17:19:52.593 INFO STEP 163 (remove_files) COMPLETE
45312024-09-25T17:19:53.811Z[ recovery-image] Sep 25 17:19:52.593 INFO O| Sep 25 17:19:52.593 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-09-25T17:19:53.847Z[ recovery-image] Sep 25 17:19:52.629 INFO O| Sep 25 17:19:52.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
45332024-09-25T17:19:53.847Z[ recovery-image] Sep 25 17:19:52.630 INFO O| Sep 25 17:19:52.629 INFO STEP 164 (remove_files) COMPLETE
45342024-09-25T17:19:53.851Z[ recovery-image] Sep 25 17:19:52.630 INFO O| Sep 25 17:19:52.629 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-09-25T17:19:53.864Z[ recovery-image] Sep 25 17:19:52.647 INFO O| Sep 25 17:19:52.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
45362024-09-25T17:19:53.864Z[ recovery-image] Sep 25 17:19:52.647 INFO O| Sep 25 17:19:52.647 INFO STEP 165 (remove_files) COMPLETE
45372024-09-25T17:19:53.864Z[ recovery-image] Sep 25 17:19:52.647 INFO O| Sep 25 17:19:52.647 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-09-25T17:19:53.882Z[ recovery-image] Sep 25 17:19:52.665 INFO O| Sep 25 17:19:52.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
45392024-09-25T17:19:53.974Z[ recovery-image] Sep 25 17:19:52.756 INFO O| Sep 25 17:19:52.756 INFO STEP 166 (remove_files) COMPLETE
45402024-09-25T17:19:53.974Z[ recovery-image] Sep 25 17:19:52.756 INFO O| Sep 25 17:19:52.756 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-09-25T17:19:53.991Z[ recovery-image] Sep 25 17:19:52.774 INFO O| Sep 25 17:19:52.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
45422024-09-25T17:19:53.991Z[ recovery-image] Sep 25 17:19:52.774 INFO O| Sep 25 17:19:52.774 INFO STEP 167 (remove_files) COMPLETE
45432024-09-25T17:19:53.991Z[ recovery-image] Sep 25 17:19:52.774 INFO O| Sep 25 17:19:52.774 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-09-25T17:19:54.008Z[ recovery-image] Sep 25 17:19:52.790 INFO O| Sep 25 17:19:52.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
45452024-09-25T17:19:54.012Z[ recovery-image] Sep 25 17:19:52.795 INFO O| Sep 25 17:19:52.795 INFO STEP 168 (remove_files) COMPLETE
45462024-09-25T17:19:54.012Z[ recovery-image] Sep 25 17:19:52.795 INFO O| Sep 25 17:19:52.795 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-09-25T17:19:54.041Z[ recovery-image] Sep 25 17:19:52.821 INFO O| Sep 25 17:19:52.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
45482024-09-25T17:19:54.041Z[ recovery-image] Sep 25 17:19:52.821 INFO O| Sep 25 17:19:52.821 INFO STEP 169 (remove_files) COMPLETE
45492024-09-25T17:19:54.041Z[ recovery-image] Sep 25 17:19:52.822 INFO O| Sep 25 17:19:52.821 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-09-25T17:19:54.056Z[ recovery-image] Sep 25 17:19:52.839 INFO O| Sep 25 17:19:52.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
45512024-09-25T17:19:54.059Z[ recovery-image] Sep 25 17:19:52.839 INFO O| Sep 25 17:19:52.839 INFO STEP 170 (remove_files) COMPLETE
45522024-09-25T17:19:54.059Z[ recovery-image] Sep 25 17:19:52.840 INFO O| Sep 25 17:19:52.840 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-09-25T17:19:54.093Z[ recovery-image] Sep 25 17:19:52.874 INFO O| Sep 25 17:19:52.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
45542024-09-25T17:19:54.093Z[ recovery-image] Sep 25 17:19:52.874 INFO O| Sep 25 17:19:52.874 INFO STEP 171 (remove_files) COMPLETE
45552024-09-25T17:19:54.093Z[ recovery-image] Sep 25 17:19:52.875 INFO O| Sep 25 17:19:52.874 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-09-25T17:19:54.111Z[ recovery-image] Sep 25 17:19:52.893 INFO O| Sep 25 17:19:52.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
45572024-09-25T17:19:54.111Z[ recovery-image] Sep 25 17:19:52.894 INFO O| Sep 25 17:19:52.893 INFO STEP 172 (remove_files) COMPLETE
45582024-09-25T17:19:54.111Z[ recovery-image] Sep 25 17:19:52.894 INFO O| Sep 25 17:19:52.894 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-09-25T17:19:54.142Z[ recovery-image] Sep 25 17:19:52.925 INFO O| Sep 25 17:19:52.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
45602024-09-25T17:19:54.142Z[ recovery-image] Sep 25 17:19:52.925 INFO O| Sep 25 17:19:52.925 INFO STEP 173 (remove_files) COMPLETE
45612024-09-25T17:19:54.152Z[ recovery-image] Sep 25 17:19:52.925 INFO O| Sep 25 17:19:52.925 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-09-25T17:19:54.163Z[ recovery-image] Sep 25 17:19:52.946 INFO O| Sep 25 17:19:52.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
45632024-09-25T17:19:54.163Z[ recovery-image] Sep 25 17:19:52.946 INFO O| Sep 25 17:19:52.946 INFO STEP 174 (remove_files) COMPLETE
45642024-09-25T17:19:54.163Z[ recovery-image] Sep 25 17:19:52.946 INFO O| Sep 25 17:19:52.946 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-09-25T17:19:54.197Z[ recovery-image] Sep 25 17:19:52.980 INFO O| Sep 25 17:19:52.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
45662024-09-25T17:19:54.197Z[ recovery-image] Sep 25 17:19:52.980 INFO O| Sep 25 17:19:52.980 INFO STEP 175 (remove_files) COMPLETE
45672024-09-25T17:19:54.197Z[ recovery-image] Sep 25 17:19:52.980 INFO O| Sep 25 17:19:52.980 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-09-25T17:19:54.258Z[ recovery-image] Sep 25 17:19:53.016 INFO O| Sep 25 17:19:53.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
45692024-09-25T17:19:54.258Z[ recovery-image] Sep 25 17:19:53.016 INFO O| Sep 25 17:19:53.016 INFO STEP 176 (remove_files) COMPLETE
45702024-09-25T17:19:54.258Z[ recovery-image] Sep 25 17:19:53.016 INFO O| Sep 25 17:19:53.016 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-09-25T17:19:54.289Z[ recovery-image] Sep 25 17:19:53.071 INFO O| Sep 25 17:19:53.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45722024-09-25T17:19:54.289Z[ recovery-image] Sep 25 17:19:53.071 INFO O| Sep 25 17:19:53.071 INFO STEP 177 (remove_files) COMPLETE
45732024-09-25T17:19:54.289Z[ recovery-image] Sep 25 17:19:53.071 INFO O| Sep 25 17:19:53.071 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-09-25T17:19:54.308Z[ recovery-image] Sep 25 17:19:53.091 INFO O| Sep 25 17:19:53.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45752024-09-25T17:19:54.308Z[ recovery-image] Sep 25 17:19:53.091 INFO O| Sep 25 17:19:53.091 INFO STEP 178 (remove_files) COMPLETE
45762024-09-25T17:19:54.308Z[ recovery-image] Sep 25 17:19:53.091 INFO O| Sep 25 17:19:53.091 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-09-25T17:19:54.392Z[ recovery-image] Sep 25 17:19:53.175 INFO O| Sep 25 17:19:53.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45782024-09-25T17:19:54.392Z[ recovery-image] Sep 25 17:19:53.175 INFO O| Sep 25 17:19:53.175 INFO STEP 179 (remove_files) COMPLETE
45792024-09-25T17:19:54.396Z[ recovery-image] Sep 25 17:19:53.175 INFO O| Sep 25 17:19:53.175 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-09-25T17:19:54.423Z[ recovery-image] Sep 25 17:19:53.205 INFO O| Sep 25 17:19:53.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
45812024-09-25T17:19:54.423Z[ recovery-image] Sep 25 17:19:53.205 INFO O| Sep 25 17:19:53.205 INFO STEP 180 (remove_files) COMPLETE
45822024-09-25T17:19:54.427Z[ recovery-image] Sep 25 17:19:53.205 INFO O| Sep 25 17:19:53.205 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-09-25T17:19:54.483Z[ recovery-image] Sep 25 17:19:53.264 INFO O| Sep 25 17:19:53.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
45842024-09-25T17:19:54.483Z[ recovery-image] Sep 25 17:19:53.264 INFO O| Sep 25 17:19:53.264 INFO STEP 181 (remove_files) COMPLETE
45852024-09-25T17:19:54.483Z[ recovery-image] Sep 25 17:19:53.264 INFO O| Sep 25 17:19:53.264 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-09-25T17:19:54.500Z[ recovery-image] Sep 25 17:19:53.282 INFO O| Sep 25 17:19:53.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
45872024-09-25T17:19:54.500Z[ recovery-image] Sep 25 17:19:53.282 INFO O| Sep 25 17:19:53.282 INFO STEP 182 (remove_files) COMPLETE
45882024-09-25T17:19:54.500Z[ recovery-image] Sep 25 17:19:53.282 INFO O| Sep 25 17:19:53.282 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-09-25T17:19:54.521Z[ recovery-image] Sep 25 17:19:53.304 INFO O| Sep 25 17:19:53.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
45902024-09-25T17:19:54.521Z[ recovery-image] Sep 25 17:19:53.304 INFO O| Sep 25 17:19:53.304 INFO STEP 183 (remove_files) COMPLETE
45912024-09-25T17:19:54.525Z[ recovery-image] Sep 25 17:19:53.305 INFO O| Sep 25 17:19:53.304 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-09-25T17:19:54.562Z[ recovery-image] Sep 25 17:19:53.344 INFO O| Sep 25 17:19:53.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
45932024-09-25T17:19:54.562Z[ recovery-image] Sep 25 17:19:53.344 INFO O| Sep 25 17:19:53.344 INFO STEP 184 (remove_files) COMPLETE
45942024-09-25T17:19:54.562Z[ recovery-image] Sep 25 17:19:53.344 INFO O| Sep 25 17:19:53.344 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-09-25T17:19:54.581Z[ recovery-image] Sep 25 17:19:53.364 INFO O| Sep 25 17:19:53.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
45962024-09-25T17:19:54.581Z[ recovery-image] Sep 25 17:19:53.364 INFO O| Sep 25 17:19:53.364 INFO STEP 185 (remove_files) COMPLETE
45972024-09-25T17:19:54.581Z[ recovery-image] Sep 25 17:19:53.364 INFO O| Sep 25 17:19:53.364 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-09-25T17:19:54.623Z[ recovery-image] Sep 25 17:19:53.404 INFO O| Sep 25 17:19:53.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
45992024-09-25T17:19:54.623Z[ recovery-image] Sep 25 17:19:53.404 INFO O| Sep 25 17:19:53.404 INFO STEP 186 (remove_files) COMPLETE
46002024-09-25T17:19:54.623Z[ recovery-image] Sep 25 17:19:53.404 INFO O| Sep 25 17:19:53.404 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-09-25T17:19:54.626Z[ host-image] Sep 25 17:19:53.407 INFO O| Sep 25 17:19:53.407 INFO O| Done
46022024-09-25T17:19:54.670Z[ recovery-image] Sep 25 17:19:53.452 INFO O| Sep 25 17:19:53.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
46032024-09-25T17:19:54.674Z[ recovery-image] Sep 25 17:19:53.453 INFO O| Sep 25 17:19:53.452 INFO STEP 187 (remove_files) COMPLETE
46042024-09-25T17:19:54.674Z[ recovery-image] Sep 25 17:19:53.453 INFO O| Sep 25 17:19:53.453 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-09-25T17:19:54.690Z[ recovery-image] Sep 25 17:19:53.473 INFO O| Sep 25 17:19:53.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
46062024-09-25T17:19:54.691Z[ recovery-image] Sep 25 17:19:53.473 INFO O| Sep 25 17:19:53.473 INFO STEP 188 (remove_files) COMPLETE
46072024-09-25T17:19:54.691Z[ recovery-image] Sep 25 17:19:53.473 INFO O| Sep 25 17:19:53.473 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-09-25T17:19:54.753Z[ recovery-image] Sep 25 17:19:53.535 INFO O| Sep 25 17:19:53.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
46092024-09-25T17:19:54.756Z[ recovery-image] Sep 25 17:19:53.536 INFO O| Sep 25 17:19:53.536 INFO STEP 189 (remove_files) COMPLETE
46102024-09-25T17:19:54.756Z[ recovery-image] Sep 25 17:19:53.536 INFO O| Sep 25 17:19:53.536 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-09-25T17:19:54.776Z[ recovery-image] Sep 25 17:19:53.558 INFO O| Sep 25 17:19:53.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
46122024-09-25T17:19:54.776Z[ recovery-image] Sep 25 17:19:53.559 INFO O| Sep 25 17:19:53.558 INFO STEP 190 (remove_files) COMPLETE
46132024-09-25T17:19:54.779Z[ recovery-image] Sep 25 17:19:53.559 INFO O| Sep 25 17:19:53.559 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-09-25T17:19:54.837Z[ recovery-image] Sep 25 17:19:53.618 INFO O| Sep 25 17:19:53.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
46152024-09-25T17:19:54.837Z[ recovery-image] Sep 25 17:19:53.619 INFO O| Sep 25 17:19:53.619 INFO STEP 191 (remove_files) COMPLETE
46162024-09-25T17:19:54.850Z[ recovery-image] Sep 25 17:19:53.619 INFO O| Sep 25 17:19:53.619 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-09-25T17:19:54.879Z[ recovery-image] Sep 25 17:19:53.640 INFO O| Sep 25 17:19:53.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
46182024-09-25T17:19:54.879Z[ recovery-image] Sep 25 17:19:53.640 INFO O| Sep 25 17:19:53.640 INFO STEP 192 (remove_files) COMPLETE
46192024-09-25T17:19:54.879Z[ recovery-image] Sep 25 17:19:53.640 INFO O| Sep 25 17:19:53.640 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-09-25T17:19:54.882Z[ recovery-image] Sep 25 17:19:53.661 INFO O| Sep 25 17:19:53.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
46212024-09-25T17:19:54.882Z[ recovery-image] Sep 25 17:19:53.661 INFO O| Sep 25 17:19:53.661 INFO STEP 193 (remove_files) COMPLETE
46222024-09-25T17:19:54.882Z[ recovery-image] Sep 25 17:19:53.661 INFO O| Sep 25 17:19:53.661 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-09-25T17:19:54.899Z[ recovery-image] Sep 25 17:19:53.682 INFO O| Sep 25 17:19:53.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
46242024-09-25T17:19:54.899Z[ recovery-image] Sep 25 17:19:53.682 INFO O| Sep 25 17:19:53.682 INFO STEP 194 (remove_files) COMPLETE
46252024-09-25T17:19:54.902Z[ recovery-image] Sep 25 17:19:53.682 INFO O| Sep 25 17:19:53.682 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-09-25T17:19:54.924Z[ recovery-image] Sep 25 17:19:53.706 INFO O| Sep 25 17:19:53.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
46272024-09-25T17:19:54.924Z[ recovery-image] Sep 25 17:19:53.707 INFO O| Sep 25 17:19:53.706 INFO STEP 195 (remove_files) COMPLETE
46282024-09-25T17:19:54.924Z[ recovery-image] Sep 25 17:19:53.707 INFO O| Sep 25 17:19:53.706 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-09-25T17:19:54.947Z[ recovery-image] Sep 25 17:19:53.730 INFO O| Sep 25 17:19:53.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
46302024-09-25T17:19:54.947Z[ recovery-image] Sep 25 17:19:53.730 INFO O| Sep 25 17:19:53.730 INFO STEP 196 (remove_files) COMPLETE
46312024-09-25T17:19:54.947Z[ recovery-image] Sep 25 17:19:53.730 INFO O| Sep 25 17:19:53.730 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-09-25T17:19:55.018Z[ recovery-image] Sep 25 17:19:53.791 INFO O| Sep 25 17:19:53.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
46332024-09-25T17:19:55.018Z[ recovery-image] Sep 25 17:19:53.791 INFO O| Sep 25 17:19:53.791 INFO STEP 197 (remove_files) COMPLETE
46342024-09-25T17:19:55.023Z[ recovery-image] Sep 25 17:19:53.791 INFO O| Sep 25 17:19:53.791 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-09-25T17:19:55.040Z[ recovery-image] Sep 25 17:19:53.821 INFO O| Sep 25 17:19:53.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
46362024-09-25T17:19:55.040Z[ recovery-image] Sep 25 17:19:53.821 INFO O| Sep 25 17:19:53.821 INFO STEP 198 (remove_files) COMPLETE
46372024-09-25T17:19:55.040Z[ recovery-image] Sep 25 17:19:53.822 INFO O| Sep 25 17:19:53.821 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-09-25T17:19:55.064Z[ recovery-image] Sep 25 17:19:53.845 INFO O| Sep 25 17:19:53.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
46392024-09-25T17:19:55.066Z[ recovery-image] Sep 25 17:19:53.845 INFO O| Sep 25 17:19:53.845 INFO STEP 199 (remove_files) COMPLETE
46402024-09-25T17:19:55.067Z[ recovery-image] Sep 25 17:19:53.846 INFO O| Sep 25 17:19:53.846 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-09-25T17:19:55.080Z[ recovery-image] Sep 25 17:19:53.862 INFO O| Sep 25 17:19:53.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
46422024-09-25T17:19:55.080Z[ recovery-image] Sep 25 17:19:53.863 INFO O| Sep 25 17:19:53.862 INFO STEP 200 (remove_files) COMPLETE
46432024-09-25T17:19:55.083Z[ recovery-image] Sep 25 17:19:53.863 INFO O| Sep 25 17:19:53.862 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-09-25T17:19:55.095Z[ recovery-image] Sep 25 17:19:53.878 INFO O| Sep 25 17:19:53.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
46452024-09-25T17:19:55.098Z[ recovery-image] Sep 25 17:19:53.878 INFO O| Sep 25 17:19:53.878 INFO STEP 201 (remove_files) COMPLETE
46462024-09-25T17:19:55.098Z[ recovery-image] Sep 25 17:19:53.878 INFO O| Sep 25 17:19:53.878 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-09-25T17:19:55.110Z[ recovery-image] Sep 25 17:19:53.893 INFO O| Sep 25 17:19:53.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
46482024-09-25T17:19:55.113Z[ recovery-image] Sep 25 17:19:53.893 INFO O| Sep 25 17:19:53.893 INFO STEP 202 (remove_files) COMPLETE
46492024-09-25T17:19:55.113Z[ recovery-image] Sep 25 17:19:53.893 INFO O| Sep 25 17:19:53.893 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-09-25T17:19:55.128Z[ recovery-image] Sep 25 17:19:53.911 INFO O| Sep 25 17:19:53.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
46512024-09-25T17:19:55.131Z[ recovery-image] Sep 25 17:19:53.911 INFO O| Sep 25 17:19:53.911 INFO STEP 203 (remove_files) COMPLETE
46522024-09-25T17:19:55.132Z[ recovery-image] Sep 25 17:19:53.911 INFO O| Sep 25 17:19:53.911 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-09-25T17:19:55.147Z[ recovery-image] Sep 25 17:19:53.930 INFO O| Sep 25 17:19:53.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
46542024-09-25T17:19:55.147Z[ recovery-image] Sep 25 17:19:53.930 INFO O| Sep 25 17:19:53.930 INFO STEP 204 (remove_files) COMPLETE
46552024-09-25T17:19:55.151Z[ recovery-image] Sep 25 17:19:53.930 INFO O| Sep 25 17:19:53.930 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-09-25T17:19:55.177Z[ recovery-image] Sep 25 17:19:53.959 INFO O| Sep 25 17:19:53.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
46572024-09-25T17:19:55.181Z[ recovery-image] Sep 25 17:19:53.960 INFO O| Sep 25 17:19:53.959 INFO STEP 205 (remove_files) COMPLETE
46582024-09-25T17:19:55.181Z[ recovery-image] Sep 25 17:19:53.960 INFO O| Sep 25 17:19:53.960 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-09-25T17:19:55.196Z[ recovery-image] Sep 25 17:19:53.978 INFO O| Sep 25 17:19:53.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
46602024-09-25T17:19:55.196Z[ recovery-image] Sep 25 17:19:53.979 INFO O| Sep 25 17:19:53.979 INFO STEP 206 (remove_files) COMPLETE
46612024-09-25T17:19:55.198Z[ recovery-image] Sep 25 17:19:53.979 INFO O| Sep 25 17:19:53.979 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-09-25T17:19:55.215Z[ recovery-image] Sep 25 17:19:53.996 INFO O| Sep 25 17:19:53.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
46632024-09-25T17:19:55.218Z[ recovery-image] Sep 25 17:19:53.997 INFO O| Sep 25 17:19:53.997 INFO STEP 207 (remove_files) COMPLETE
46642024-09-25T17:19:55.218Z[ recovery-image] Sep 25 17:19:53.997 INFO O| Sep 25 17:19:53.997 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-09-25T17:19:55.251Z[ recovery-image] Sep 25 17:19:54.033 INFO O| Sep 25 17:19:54.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
46662024-09-25T17:19:55.251Z[ recovery-image] Sep 25 17:19:54.034 INFO O| Sep 25 17:19:54.034 INFO STEP 208 (remove_files) COMPLETE
46672024-09-25T17:19:55.251Z[ recovery-image] Sep 25 17:19:54.034 INFO O| Sep 25 17:19:54.034 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-09-25T17:19:55.269Z[ recovery-image] Sep 25 17:19:54.052 INFO O| Sep 25 17:19:54.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
46692024-09-25T17:19:55.285Z[ recovery-image] Sep 25 17:19:54.067 INFO O| Sep 25 17:19:54.067 INFO STEP 209 (remove_files) COMPLETE
46702024-09-25T17:19:55.285Z[ recovery-image] Sep 25 17:19:54.067 INFO O| Sep 25 17:19:54.067 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-09-25T17:19:55.345Z[ recovery-image] Sep 25 17:19:54.128 INFO O| Sep 25 17:19:54.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46722024-09-25T17:19:55.345Z[ recovery-image] Sep 25 17:19:54.128 INFO O| Sep 25 17:19:54.128 INFO STEP 210 (remove_files) COMPLETE
46732024-09-25T17:19:55.345Z[ recovery-image] Sep 25 17:19:54.128 INFO O| Sep 25 17:19:54.128 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-09-25T17:19:55.380Z[ recovery-image] Sep 25 17:19:54.163 INFO O| Sep 25 17:19:54.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
46752024-09-25T17:19:55.380Z[ recovery-image] Sep 25 17:19:54.163 INFO O| Sep 25 17:19:54.163 INFO STEP 211 (remove_files) COMPLETE
46762024-09-25T17:19:55.383Z[ recovery-image] Sep 25 17:19:54.164 INFO O| Sep 25 17:19:54.163 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-09-25T17:19:55.400Z[ recovery-image] Sep 25 17:19:54.182 INFO O| Sep 25 17:19:54.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
46782024-09-25T17:19:55.400Z[ recovery-image] Sep 25 17:19:54.182 INFO O| Sep 25 17:19:54.182 INFO STEP 212 (remove_files) COMPLETE
46792024-09-25T17:19:55.400Z[ recovery-image] Sep 25 17:19:54.182 INFO O| Sep 25 17:19:54.182 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-09-25T17:19:55.419Z[ recovery-image] Sep 25 17:19:54.201 INFO O| Sep 25 17:19:54.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
46812024-09-25T17:19:55.419Z[ recovery-image] Sep 25 17:19:54.201 INFO O| Sep 25 17:19:54.201 INFO STEP 213 (remove_files) COMPLETE
46822024-09-25T17:19:55.419Z[ recovery-image] Sep 25 17:19:54.201 INFO O| Sep 25 17:19:54.201 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-09-25T17:19:55.437Z[ recovery-image] Sep 25 17:19:54.220 INFO O| Sep 25 17:19:54.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
46842024-09-25T17:19:55.437Z[ recovery-image] Sep 25 17:19:54.220 INFO O| Sep 25 17:19:54.220 INFO STEP 214 (remove_files) COMPLETE
46852024-09-25T17:19:55.438Z[ recovery-image] Sep 25 17:19:54.220 INFO O| Sep 25 17:19:54.220 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-09-25T17:19:55.457Z[ recovery-image] Sep 25 17:19:54.239 INFO O| Sep 25 17:19:54.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
46872024-09-25T17:19:55.457Z[ recovery-image] Sep 25 17:19:54.240 INFO O| Sep 25 17:19:54.240 INFO STEP 215 (remove_files) COMPLETE
46882024-09-25T17:19:55.457Z[ recovery-image] Sep 25 17:19:54.240 INFO O| Sep 25 17:19:54.240 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-09-25T17:19:55.495Z[ recovery-image] Sep 25 17:19:54.277 INFO O| Sep 25 17:19:54.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
46902024-09-25T17:19:55.495Z[ recovery-image] Sep 25 17:19:54.278 INFO O| Sep 25 17:19:54.277 INFO STEP 216 (remove_files) COMPLETE
46912024-09-25T17:19:55.498Z[ recovery-image] Sep 25 17:19:54.278 INFO O| Sep 25 17:19:54.278 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-09-25T17:19:55.532Z[ recovery-image] Sep 25 17:19:54.315 INFO O| Sep 25 17:19:54.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
46932024-09-25T17:19:55.532Z[ recovery-image] Sep 25 17:19:54.315 INFO O| Sep 25 17:19:54.315 INFO STEP 217 (remove_files) COMPLETE
46942024-09-25T17:19:55.532Z[ recovery-image] Sep 25 17:19:54.315 INFO O| Sep 25 17:19:54.315 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-09-25T17:19:55.549Z[ recovery-image] Sep 25 17:19:54.332 INFO O| Sep 25 17:19:54.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
46962024-09-25T17:19:55.549Z[ recovery-image] Sep 25 17:19:54.332 INFO O| Sep 25 17:19:54.332 INFO STEP 218 (remove_files) COMPLETE
46972024-09-25T17:19:55.550Z[ recovery-image] Sep 25 17:19:54.332 INFO O| Sep 25 17:19:54.332 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-09-25T17:19:55.567Z[ recovery-image] Sep 25 17:19:54.350 INFO O| Sep 25 17:19:54.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
46992024-09-25T17:19:55.567Z[ recovery-image] Sep 25 17:19:54.350 INFO O| Sep 25 17:19:54.350 INFO STEP 219 (remove_files) COMPLETE
47002024-09-25T17:19:55.567Z[ recovery-image] Sep 25 17:19:54.350 INFO O| Sep 25 17:19:54.350 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-09-25T17:19:55.596Z[ recovery-image] Sep 25 17:19:54.379 INFO O| Sep 25 17:19:54.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
47022024-09-25T17:19:55.596Z[ recovery-image] Sep 25 17:19:54.379 INFO O| Sep 25 17:19:54.379 INFO STEP 220 (remove_files) COMPLETE
47032024-09-25T17:19:55.596Z[ recovery-image] Sep 25 17:19:54.379 INFO O| Sep 25 17:19:54.379 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-09-25T17:19:55.644Z[ recovery-image] Sep 25 17:19:54.427 INFO O| Sep 25 17:19:54.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
47052024-09-25T17:19:55.644Z[ recovery-image] Sep 25 17:19:54.427 INFO O| Sep 25 17:19:54.427 INFO STEP 221 (remove_files) COMPLETE
47062024-09-25T17:19:55.644Z[ recovery-image] Sep 25 17:19:54.427 INFO O| Sep 25 17:19:54.427 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-09-25T17:19:55.675Z[ recovery-image] Sep 25 17:19:54.458 INFO O| Sep 25 17:19:54.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
47082024-09-25T17:19:55.675Z[ recovery-image] Sep 25 17:19:54.458 INFO O| Sep 25 17:19:54.458 INFO STEP 222 (remove_files) COMPLETE
47092024-09-25T17:19:55.675Z[ recovery-image] Sep 25 17:19:54.458 INFO O| Sep 25 17:19:54.458 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-09-25T17:19:55.712Z[ recovery-image] Sep 25 17:19:54.494 INFO O| Sep 25 17:19:54.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
47112024-09-25T17:19:55.730Z[ recovery-image] Sep 25 17:19:54.513 INFO O| Sep 25 17:19:54.513 INFO STEP 223 (remove_files) COMPLETE
47122024-09-25T17:19:55.730Z[ recovery-image] Sep 25 17:19:54.513 INFO O| Sep 25 17:19:54.513 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-09-25T17:19:55.773Z[ recovery-image] Sep 25 17:19:54.555 INFO O| Sep 25 17:19:54.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
47142024-09-25T17:19:55.775Z[ recovery-image] Sep 25 17:19:54.556 INFO O| Sep 25 17:19:54.556 INFO STEP 224 (remove_files) COMPLETE
47152024-09-25T17:19:55.775Z[ recovery-image] Sep 25 17:19:54.556 INFO O| Sep 25 17:19:54.556 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-09-25T17:19:55.793Z[ recovery-image] Sep 25 17:19:54.576 INFO O| Sep 25 17:19:54.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
47172024-09-25T17:19:55.793Z[ recovery-image] Sep 25 17:19:54.576 INFO O| Sep 25 17:19:54.576 INFO STEP 225 (remove_files) COMPLETE
47182024-09-25T17:19:55.793Z[ recovery-image] Sep 25 17:19:54.576 INFO O| Sep 25 17:19:54.576 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-09-25T17:19:55.829Z[ recovery-image] Sep 25 17:19:54.612 INFO O| Sep 25 17:19:54.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
47202024-09-25T17:19:55.829Z[ recovery-image] Sep 25 17:19:54.612 INFO O| Sep 25 17:19:54.612 INFO STEP 226 (remove_files) COMPLETE
47212024-09-25T17:19:55.832Z[ recovery-image] Sep 25 17:19:54.612 INFO O| Sep 25 17:19:54.612 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-09-25T17:19:55.848Z[ recovery-image] Sep 25 17:19:54.631 INFO O| Sep 25 17:19:54.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
47232024-09-25T17:19:55.848Z[ recovery-image] Sep 25 17:19:54.631 INFO O| Sep 25 17:19:54.631 INFO STEP 227 (remove_files) COMPLETE
47242024-09-25T17:19:55.849Z[ recovery-image] Sep 25 17:19:54.631 INFO O| Sep 25 17:19:54.631 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-09-25T17:19:55.866Z[ recovery-image] Sep 25 17:19:54.649 INFO O| Sep 25 17:19:54.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
47262024-09-25T17:19:55.866Z[ recovery-image] Sep 25 17:19:54.649 INFO O| Sep 25 17:19:54.649 INFO STEP 228 (remove_files) COMPLETE
47272024-09-25T17:19:55.866Z[ recovery-image] Sep 25 17:19:54.649 INFO O| Sep 25 17:19:54.649 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-09-25T17:19:55.891Z[ recovery-image] Sep 25 17:19:54.673 INFO O| Sep 25 17:19:54.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
47292024-09-25T17:19:55.891Z[ recovery-image] Sep 25 17:19:54.673 INFO O| Sep 25 17:19:54.673 INFO STEP 229 (remove_files) COMPLETE
47302024-09-25T17:19:55.891Z[ recovery-image] Sep 25 17:19:54.673 INFO O| Sep 25 17:19:54.673 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-09-25T17:19:55.966Z[ recovery-image] Sep 25 17:19:54.749 INFO O| Sep 25 17:19:54.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
47322024-09-25T17:19:55.966Z[ recovery-image] Sep 25 17:19:54.749 INFO O| Sep 25 17:19:54.749 INFO STEP 230 (remove_files) COMPLETE
47332024-09-25T17:19:55.967Z[ recovery-image] Sep 25 17:19:54.749 INFO O| Sep 25 17:19:54.749 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-09-25T17:19:55.985Z[ recovery-image] Sep 25 17:19:54.767 INFO O| Sep 25 17:19:54.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
47352024-09-25T17:19:55.985Z[ recovery-image] Sep 25 17:19:54.767 INFO O| Sep 25 17:19:54.767 INFO STEP 231 (remove_files) COMPLETE
47362024-09-25T17:19:55.985Z[ recovery-image] Sep 25 17:19:54.768 INFO O| Sep 25 17:19:54.767 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-09-25T17:19:56.004Z[ recovery-image] Sep 25 17:19:54.786 INFO O| Sep 25 17:19:54.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
47382024-09-25T17:19:56.004Z[ recovery-image] Sep 25 17:19:54.786 INFO O| Sep 25 17:19:54.786 INFO STEP 232 (remove_files) COMPLETE
47392024-09-25T17:19:56.004Z[ recovery-image] Sep 25 17:19:54.786 INFO O| Sep 25 17:19:54.786 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-09-25T17:19:56.045Z[ recovery-image] Sep 25 17:19:54.828 INFO O| Sep 25 17:19:54.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
47412024-09-25T17:19:56.045Z[ recovery-image] Sep 25 17:19:54.828 INFO O| Sep 25 17:19:54.828 INFO STEP 233 (remove_files) COMPLETE
47422024-09-25T17:19:56.048Z[ recovery-image] Sep 25 17:19:54.828 INFO O| Sep 25 17:19:54.828 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-09-25T17:19:56.065Z[ recovery-image] Sep 25 17:19:54.847 INFO O| Sep 25 17:19:54.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
47442024-09-25T17:19:56.065Z[ recovery-image] Sep 25 17:19:54.847 INFO O| Sep 25 17:19:54.847 INFO STEP 234 (remove_files) COMPLETE
47452024-09-25T17:19:56.065Z[ recovery-image] Sep 25 17:19:54.847 INFO O| Sep 25 17:19:54.847 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-09-25T17:19:56.101Z[ recovery-image] Sep 25 17:19:54.884 INFO O| Sep 25 17:19:54.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
47472024-09-25T17:19:56.101Z[ recovery-image] Sep 25 17:19:54.884 INFO O| Sep 25 17:19:54.884 INFO STEP 235 (remove_files) COMPLETE
47482024-09-25T17:19:56.104Z[ recovery-image] Sep 25 17:19:54.884 INFO O| Sep 25 17:19:54.884 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-09-25T17:19:56.157Z[ recovery-image] Sep 25 17:19:54.940 INFO O| Sep 25 17:19:54.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
47502024-09-25T17:19:56.157Z[ recovery-image] Sep 25 17:19:54.940 INFO O| Sep 25 17:19:54.940 INFO STEP 236 (remove_files) COMPLETE
47512024-09-25T17:19:56.157Z[ recovery-image] Sep 25 17:19:54.940 INFO O| Sep 25 17:19:54.940 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-09-25T17:19:56.177Z[ recovery-image] Sep 25 17:19:54.959 INFO O| Sep 25 17:19:54.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47532024-09-25T17:19:56.177Z[ recovery-image] Sep 25 17:19:54.959 INFO O| Sep 25 17:19:54.959 INFO STEP 237 (remove_files) COMPLETE
47542024-09-25T17:19:56.177Z[ recovery-image] Sep 25 17:19:54.960 INFO O| Sep 25 17:19:54.959 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-09-25T17:19:56.195Z[ recovery-image] Sep 25 17:19:54.977 INFO O| Sep 25 17:19:54.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
47562024-09-25T17:19:56.195Z[ recovery-image] Sep 25 17:19:54.978 INFO O| Sep 25 17:19:54.978 INFO STEP 238 (remove_files) COMPLETE
47572024-09-25T17:19:56.195Z[ recovery-image] Sep 25 17:19:54.978 INFO O| Sep 25 17:19:54.978 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-09-25T17:19:56.233Z[ recovery-image] Sep 25 17:19:55.016 INFO O| Sep 25 17:19:55.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
47592024-09-25T17:19:56.236Z[ recovery-image] Sep 25 17:19:55.016 INFO O| Sep 25 17:19:55.016 INFO STEP 239 (remove_files) COMPLETE
47602024-09-25T17:19:56.236Z[ recovery-image] Sep 25 17:19:55.016 INFO O| Sep 25 17:19:55.016 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-09-25T17:19:56.292Z[ recovery-image] Sep 25 17:19:55.075 INFO O| Sep 25 17:19:55.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
47622024-09-25T17:19:56.292Z[ recovery-image] Sep 25 17:19:55.075 INFO O| Sep 25 17:19:55.075 INFO STEP 240 (remove_files) COMPLETE
47632024-09-25T17:19:56.292Z[ recovery-image] Sep 25 17:19:55.075 INFO O| Sep 25 17:19:55.075 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-09-25T17:19:56.325Z[ recovery-image] Sep 25 17:19:55.108 INFO O| Sep 25 17:19:55.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47652024-09-25T17:19:56.326Z[ recovery-image] Sep 25 17:19:55.108 INFO O| Sep 25 17:19:55.108 INFO STEP 241 (remove_files) COMPLETE
47662024-09-25T17:19:56.328Z[ recovery-image] Sep 25 17:19:55.108 INFO O| Sep 25 17:19:55.108 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-09-25T17:19:56.386Z[ recovery-image] Sep 25 17:19:55.169 INFO O| Sep 25 17:19:55.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47682024-09-25T17:19:56.386Z[ recovery-image] Sep 25 17:19:55.169 INFO O| Sep 25 17:19:55.169 INFO STEP 242 (remove_files) COMPLETE
47692024-09-25T17:19:56.386Z[ recovery-image] Sep 25 17:19:55.169 INFO O| Sep 25 17:19:55.169 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-09-25T17:19:56.403Z[ recovery-image] Sep 25 17:19:55.186 INFO O| Sep 25 17:19:55.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
47712024-09-25T17:19:56.403Z[ recovery-image] Sep 25 17:19:55.186 INFO O| Sep 25 17:19:55.186 INFO STEP 243 (remove_files) COMPLETE
47722024-09-25T17:19:56.404Z[ recovery-image] Sep 25 17:19:55.186 INFO O| Sep 25 17:19:55.186 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-09-25T17:19:56.436Z[ recovery-image] Sep 25 17:19:55.218 INFO O| Sep 25 17:19:55.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
47742024-09-25T17:19:56.438Z[ recovery-image] Sep 25 17:19:55.219 INFO O| Sep 25 17:19:55.218 INFO STEP 244 (remove_files) COMPLETE
47752024-09-25T17:19:56.438Z[ recovery-image] Sep 25 17:19:55.219 INFO O| Sep 25 17:19:55.219 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-09-25T17:19:56.455Z[ recovery-image] Sep 25 17:19:55.238 INFO O| Sep 25 17:19:55.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
47772024-09-25T17:19:56.458Z[ recovery-image] Sep 25 17:19:55.238 INFO O| Sep 25 17:19:55.238 INFO STEP 245 (remove_files) COMPLETE
47782024-09-25T17:19:56.458Z[ recovery-image] Sep 25 17:19:55.238 INFO O| Sep 25 17:19:55.238 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-09-25T17:19:56.473Z[ recovery-image] Sep 25 17:19:55.256 INFO O| Sep 25 17:19:55.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
47802024-09-25T17:19:56.476Z[ recovery-image] Sep 25 17:19:55.256 INFO O| Sep 25 17:19:55.256 INFO STEP 246 (remove_files) COMPLETE
47812024-09-25T17:19:56.476Z[ recovery-image] Sep 25 17:19:55.256 INFO O| Sep 25 17:19:55.256 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-09-25T17:19:56.507Z[ recovery-image] Sep 25 17:19:55.290 INFO O| Sep 25 17:19:55.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
47832024-09-25T17:19:56.510Z[ recovery-image] Sep 25 17:19:55.290 INFO O| Sep 25 17:19:55.290 INFO STEP 247 (remove_files) COMPLETE
47842024-09-25T17:19:56.510Z[ recovery-image] Sep 25 17:19:55.290 INFO O| Sep 25 17:19:55.290 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-09-25T17:19:56.524Z[ recovery-image] Sep 25 17:19:55.307 INFO O| Sep 25 17:19:55.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
47862024-09-25T17:19:56.527Z[ recovery-image] Sep 25 17:19:55.307 INFO O| Sep 25 17:19:55.307 INFO STEP 248 (remove_files) COMPLETE
47872024-09-25T17:19:56.527Z[ recovery-image] Sep 25 17:19:55.308 INFO O| Sep 25 17:19:55.308 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-09-25T17:19:56.543Z[ recovery-image] Sep 25 17:19:55.325 INFO O| Sep 25 17:19:55.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
47892024-09-25T17:19:56.545Z[ recovery-image] Sep 25 17:19:55.326 INFO O| Sep 25 17:19:55.325 INFO STEP 249 (remove_files) COMPLETE
47902024-09-25T17:19:56.545Z[ recovery-image] Sep 25 17:19:55.326 INFO O| Sep 25 17:19:55.326 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-09-25T17:19:56.573Z[ recovery-image] Sep 25 17:19:55.356 INFO O| Sep 25 17:19:55.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
47922024-09-25T17:19:56.577Z[ recovery-image] Sep 25 17:19:55.356 INFO O| Sep 25 17:19:55.356 INFO STEP 250 (remove_files) COMPLETE
47932024-09-25T17:19:56.577Z[ recovery-image] Sep 25 17:19:55.357 INFO O| Sep 25 17:19:55.357 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-09-25T17:19:56.594Z[ recovery-image] Sep 25 17:19:55.376 INFO O| Sep 25 17:19:55.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
47952024-09-25T17:19:56.596Z[ recovery-image] Sep 25 17:19:55.377 INFO O| Sep 25 17:19:55.377 INFO STEP 251 (remove_files) COMPLETE
47962024-09-25T17:19:56.596Z[ recovery-image] Sep 25 17:19:55.377 INFO O| Sep 25 17:19:55.377 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-09-25T17:19:56.634Z[ recovery-image] Sep 25 17:19:55.417 INFO O| Sep 25 17:19:55.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
47982024-09-25T17:19:56.634Z[ recovery-image] Sep 25 17:19:55.417 INFO O| Sep 25 17:19:55.417 INFO STEP 252 (remove_files) COMPLETE
47992024-09-25T17:19:56.634Z[ recovery-image] Sep 25 17:19:55.417 INFO O| Sep 25 17:19:55.417 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-09-25T17:19:56.666Z[ recovery-image] Sep 25 17:19:55.448 INFO O| Sep 25 17:19:55.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
48012024-09-25T17:19:56.666Z[ recovery-image] Sep 25 17:19:55.448 INFO O| Sep 25 17:19:55.448 INFO STEP 253 (remove_files) COMPLETE
48022024-09-25T17:19:56.666Z[ recovery-image] Sep 25 17:19:55.448 INFO O| Sep 25 17:19:55.448 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-09-25T17:19:56.685Z[ recovery-image] Sep 25 17:19:55.468 INFO O| Sep 25 17:19:55.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
48042024-09-25T17:19:56.685Z[ recovery-image] Sep 25 17:19:55.468 INFO O| Sep 25 17:19:55.468 INFO STEP 254 (remove_files) COMPLETE
48052024-09-25T17:19:56.688Z[ recovery-image] Sep 25 17:19:55.468 INFO O| Sep 25 17:19:55.468 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-09-25T17:19:56.704Z[ recovery-image] Sep 25 17:19:55.487 INFO O| Sep 25 17:19:55.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
48072024-09-25T17:19:56.704Z[ recovery-image] Sep 25 17:19:55.487 INFO O| Sep 25 17:19:55.487 INFO STEP 255 (remove_files) COMPLETE
48082024-09-25T17:19:56.704Z[ recovery-image] Sep 25 17:19:55.487 INFO O| Sep 25 17:19:55.487 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-09-25T17:19:56.738Z[ recovery-image] Sep 25 17:19:55.521 INFO O| Sep 25 17:19:55.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
48102024-09-25T17:19:56.740Z[ recovery-image] Sep 25 17:19:55.521 INFO O| Sep 25 17:19:55.521 INFO STEP 256 (remove_files) COMPLETE
48112024-09-25T17:19:56.741Z[ recovery-image] Sep 25 17:19:55.521 INFO O| Sep 25 17:19:55.521 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-09-25T17:19:56.756Z[ recovery-image] Sep 25 17:19:55.539 INFO O| Sep 25 17:19:55.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
48132024-09-25T17:19:56.756Z[ recovery-image] Sep 25 17:19:55.539 INFO O| Sep 25 17:19:55.539 INFO STEP 257 (remove_files) COMPLETE
48142024-09-25T17:19:56.756Z[ recovery-image] Sep 25 17:19:55.539 INFO O| Sep 25 17:19:55.539 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-09-25T17:19:56.774Z[ recovery-image] Sep 25 17:19:55.557 INFO O| Sep 25 17:19:55.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
48162024-09-25T17:19:56.775Z[ recovery-image] Sep 25 17:19:55.557 INFO O| Sep 25 17:19:55.557 INFO STEP 258 (remove_files) COMPLETE
48172024-09-25T17:19:56.775Z[ recovery-image] Sep 25 17:19:55.557 INFO O| Sep 25 17:19:55.557 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-09-25T17:19:56.791Z[ recovery-image] Sep 25 17:19:55.574 INFO O| Sep 25 17:19:55.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
48192024-09-25T17:19:56.791Z[ recovery-image] Sep 25 17:19:55.574 INFO O| Sep 25 17:19:55.574 INFO STEP 259 (remove_files) COMPLETE
48202024-09-25T17:19:56.791Z[ recovery-image] Sep 25 17:19:55.574 INFO O| Sep 25 17:19:55.574 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-09-25T17:19:56.810Z[ recovery-image] Sep 25 17:19:55.593 INFO O| Sep 25 17:19:55.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
48222024-09-25T17:19:56.810Z[ recovery-image] Sep 25 17:19:55.593 INFO O| Sep 25 17:19:55.593 INFO STEP 260 (remove_files) COMPLETE
48232024-09-25T17:19:56.810Z[ recovery-image] Sep 25 17:19:55.593 INFO O| Sep 25 17:19:55.593 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-09-25T17:19:56.845Z[ recovery-image] Sep 25 17:19:55.627 INFO O| Sep 25 17:19:55.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
48252024-09-25T17:19:56.845Z[ recovery-image] Sep 25 17:19:55.627 INFO O| Sep 25 17:19:55.627 INFO STEP 261 (remove_files) COMPLETE
48262024-09-25T17:19:56.845Z[ recovery-image] Sep 25 17:19:55.627 INFO O| Sep 25 17:19:55.627 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-09-25T17:19:56.865Z[ recovery-image] Sep 25 17:19:55.647 INFO O| Sep 25 17:19:55.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
48282024-09-25T17:19:56.867Z[ recovery-image] Sep 25 17:19:55.648 INFO O| Sep 25 17:19:55.648 INFO STEP 262 (remove_files) COMPLETE
48292024-09-25T17:19:56.867Z[ recovery-image] Sep 25 17:19:55.648 INFO O| Sep 25 17:19:55.648 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-09-25T17:19:56.883Z[ recovery-image] Sep 25 17:19:55.666 INFO O| Sep 25 17:19:55.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
48312024-09-25T17:19:56.883Z[ recovery-image] Sep 25 17:19:55.666 INFO O| Sep 25 17:19:55.666 INFO STEP 263 (remove_files) COMPLETE
48322024-09-25T17:19:56.883Z[ recovery-image] Sep 25 17:19:55.666 INFO O| Sep 25 17:19:55.666 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-09-25T17:19:56.902Z[ recovery-image] Sep 25 17:19:55.684 INFO O| Sep 25 17:19:55.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
48342024-09-25T17:19:56.902Z[ recovery-image] Sep 25 17:19:55.684 INFO O| Sep 25 17:19:55.684 INFO STEP 264 (remove_files) COMPLETE
48352024-09-25T17:19:56.902Z[ recovery-image] Sep 25 17:19:55.685 INFO O| Sep 25 17:19:55.684 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-09-25T17:19:56.921Z[ recovery-image] Sep 25 17:19:55.703 INFO O| Sep 25 17:19:55.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
48372024-09-25T17:19:56.921Z[ recovery-image] Sep 25 17:19:55.704 INFO O| Sep 25 17:19:55.704 INFO STEP 265 (remove_files) COMPLETE
48382024-09-25T17:19:56.921Z[ recovery-image] Sep 25 17:19:55.704 INFO O| Sep 25 17:19:55.704 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-09-25T17:19:56.941Z[ recovery-image] Sep 25 17:19:55.722 INFO O| Sep 25 17:19:55.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
48402024-09-25T17:19:56.943Z[ recovery-image] Sep 25 17:19:55.723 INFO O| Sep 25 17:19:55.722 INFO STEP 266 (remove_files) COMPLETE
48412024-09-25T17:19:56.943Z[ recovery-image] Sep 25 17:19:55.723 INFO O| Sep 25 17:19:55.723 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-09-25T17:19:56.971Z[ recovery-image] Sep 25 17:19:55.754 INFO O| Sep 25 17:19:55.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
48432024-09-25T17:19:56.974Z[ recovery-image] Sep 25 17:19:55.754 INFO O| Sep 25 17:19:55.754 INFO STEP 267 (remove_files) COMPLETE
48442024-09-25T17:19:56.974Z[ recovery-image] Sep 25 17:19:55.754 INFO O| Sep 25 17:19:55.754 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-09-25T17:19:57.034Z[ recovery-image] Sep 25 17:19:55.817 INFO O| Sep 25 17:19:55.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
48462024-09-25T17:19:57.036Z[ recovery-image] Sep 25 17:19:55.817 INFO O| Sep 25 17:19:55.817 INFO STEP 268 (remove_files) COMPLETE
48472024-09-25T17:19:57.036Z[ recovery-image] Sep 25 17:19:55.817 INFO O| Sep 25 17:19:55.817 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-09-25T17:19:57.051Z[ recovery-image] Sep 25 17:19:55.834 INFO O| Sep 25 17:19:55.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
48492024-09-25T17:19:57.054Z[ recovery-image] Sep 25 17:19:55.834 INFO O| Sep 25 17:19:55.834 INFO STEP 269 (remove_files) COMPLETE
48502024-09-25T17:19:57.054Z[ recovery-image] Sep 25 17:19:55.834 INFO O| Sep 25 17:19:55.834 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-09-25T17:19:57.088Z[ recovery-image] Sep 25 17:19:55.871 INFO O| Sep 25 17:19:55.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48522024-09-25T17:19:57.101Z[ recovery-image] Sep 25 17:19:55.884 INFO O| Sep 25 17:19:55.884 INFO STEP 270 (remove_files) COMPLETE
48532024-09-25T17:19:57.101Z[ recovery-image] Sep 25 17:19:55.884 INFO O| Sep 25 17:19:55.884 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-09-25T17:19:57.122Z[ recovery-image] Sep 25 17:19:55.904 INFO O| Sep 25 17:19:55.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
48552024-09-25T17:19:57.124Z[ recovery-image] Sep 25 17:19:55.905 INFO O| Sep 25 17:19:55.905 INFO STEP 271 (remove_files) COMPLETE
48562024-09-25T17:19:57.124Z[ recovery-image] Sep 25 17:19:55.905 INFO O| Sep 25 17:19:55.905 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-09-25T17:19:57.144Z[ recovery-image] Sep 25 17:19:55.926 INFO O| Sep 25 17:19:55.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
48582024-09-25T17:19:57.146Z[ recovery-image] Sep 25 17:19:55.926 INFO O| Sep 25 17:19:55.926 INFO STEP 272 (remove_files) COMPLETE
48592024-09-25T17:19:57.146Z[ recovery-image] Sep 25 17:19:55.927 INFO O| Sep 25 17:19:55.926 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-09-25T17:19:57.161Z[ recovery-image] Sep 25 17:19:55.943 INFO O| Sep 25 17:19:55.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
48612024-09-25T17:19:57.163Z[ recovery-image] Sep 25 17:19:55.944 INFO O| Sep 25 17:19:55.944 INFO STEP 273 (remove_files) COMPLETE
48622024-09-25T17:19:57.163Z[ recovery-image] Sep 25 17:19:55.944 INFO O| Sep 25 17:19:55.944 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-09-25T17:19:57.179Z[ recovery-image] Sep 25 17:19:55.961 INFO O| Sep 25 17:19:55.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48642024-09-25T17:19:57.179Z[ recovery-image] Sep 25 17:19:55.962 INFO O| Sep 25 17:19:55.961 INFO STEP 274 (remove_files) COMPLETE
48652024-09-25T17:19:57.181Z[ recovery-image] Sep 25 17:19:55.962 INFO O| Sep 25 17:19:55.962 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-09-25T17:19:57.195Z[ recovery-image] Sep 25 17:19:55.978 INFO O| Sep 25 17:19:55.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48672024-09-25T17:19:57.198Z[ recovery-image] Sep 25 17:19:55.978 INFO O| Sep 25 17:19:55.978 INFO STEP 275 (remove_files) COMPLETE
48682024-09-25T17:19:57.198Z[ recovery-image] Sep 25 17:19:55.978 INFO O| Sep 25 17:19:55.978 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-09-25T17:19:57.216Z[ host-image] Sep 25 17:19:55.999 INFO O| Sep 25 17:19:55.999 INFO O| Done
48702024-09-25T17:19:57.225Z[ recovery-image] Sep 25 17:19:56.008 INFO O| Sep 25 17:19:56.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48712024-09-25T17:19:57.226Z[ recovery-image] Sep 25 17:19:56.008 INFO O| Sep 25 17:19:56.008 INFO STEP 276 (remove_files) COMPLETE
48722024-09-25T17:19:57.228Z[ recovery-image] Sep 25 17:19:56.008 INFO O| Sep 25 17:19:56.008 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-09-25T17:19:57.244Z[ recovery-image] Sep 25 17:19:56.026 INFO O| Sep 25 17:19:56.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
48742024-09-25T17:19:57.244Z[ recovery-image] Sep 25 17:19:56.027 INFO O| Sep 25 17:19:56.026 INFO STEP 277 (remove_files) COMPLETE
48752024-09-25T17:19:57.246Z[ recovery-image] Sep 25 17:19:56.027 INFO O| Sep 25 17:19:56.026 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-09-25T17:19:57.255Z[ host-image] Sep 25 17:19:56.038 INFO O| Sep 25 17:19:56.038 INFO O| Done
48772024-09-25T17:19:57.258Z[ host-image] Sep 25 17:19:56.038 INFO O| Sep 25 17:19:56.038 INFO O| Done
48782024-09-25T17:19:57.275Z[ recovery-image] Sep 25 17:19:56.058 INFO O| Sep 25 17:19:56.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
48792024-09-25T17:19:57.275Z[ recovery-image] Sep 25 17:19:56.058 INFO O| Sep 25 17:19:56.058 INFO STEP 278 (remove_files) COMPLETE
48802024-09-25T17:19:57.278Z[ recovery-image] Sep 25 17:19:56.058 INFO O| Sep 25 17:19:56.058 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-09-25T17:19:57.283Z[ host-image] Sep 25 17:19:56.065 INFO O| Sep 25 17:19:56.065 INFO O| Done
48822024-09-25T17:19:57.292Z[ recovery-image] Sep 25 17:19:56.075 INFO O| Sep 25 17:19:56.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
48832024-09-25T17:19:57.292Z[ recovery-image] Sep 25 17:19:56.075 INFO O| Sep 25 17:19:56.075 INFO STEP 279 (remove_files) COMPLETE
48842024-09-25T17:19:57.295Z[ recovery-image] Sep 25 17:19:56.075 INFO O| Sep 25 17:19:56.075 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-09-25T17:19:57.308Z[ recovery-image] Sep 25 17:19:56.091 INFO O| Sep 25 17:19:56.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
48862024-09-25T17:19:57.308Z[ recovery-image] Sep 25 17:19:56.091 INFO O| Sep 25 17:19:56.091 INFO STEP 280 (remove_files) COMPLETE
48872024-09-25T17:19:57.308Z[ recovery-image] Sep 25 17:19:56.091 INFO O| Sep 25 17:19:56.091 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-09-25T17:19:57.325Z[ recovery-image] Sep 25 17:19:56.108 INFO O| Sep 25 17:19:56.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
48892024-09-25T17:19:57.325Z[ recovery-image] Sep 25 17:19:56.108 INFO O| Sep 25 17:19:56.108 INFO STEP 281 (remove_files) COMPLETE
48902024-09-25T17:19:57.328Z[ recovery-image] Sep 25 17:19:56.108 INFO O| Sep 25 17:19:56.108 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-09-25T17:19:57.342Z[ recovery-image] Sep 25 17:19:56.125 INFO O| Sep 25 17:19:56.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
48922024-09-25T17:19:57.342Z[ recovery-image] Sep 25 17:19:56.125 INFO O| Sep 25 17:19:56.125 INFO STEP 282 (remove_files) COMPLETE
48932024-09-25T17:19:57.345Z[ recovery-image] Sep 25 17:19:56.125 INFO O| Sep 25 17:19:56.125 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-09-25T17:19:57.361Z[ recovery-image] Sep 25 17:19:56.143 INFO O| Sep 25 17:19:56.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
48952024-09-25T17:19:57.361Z[ recovery-image] Sep 25 17:19:56.143 INFO O| Sep 25 17:19:56.143 INFO STEP 283 (remove_files) COMPLETE
48962024-09-25T17:19:57.361Z[ recovery-image] Sep 25 17:19:56.143 INFO O| Sep 25 17:19:56.143 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-09-25T17:19:57.427Z[ recovery-image] Sep 25 17:19:56.208 INFO O| Sep 25 17:19:56.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
48982024-09-25T17:19:57.427Z[ recovery-image] Sep 25 17:19:56.208 INFO O| Sep 25 17:19:56.208 INFO STEP 284 (remove_files) COMPLETE
48992024-09-25T17:19:57.430Z[ recovery-image] Sep 25 17:19:56.209 INFO O| Sep 25 17:19:56.208 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-09-25T17:19:57.485Z[ recovery-image] Sep 25 17:19:56.267 INFO O| Sep 25 17:19:56.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
49012024-09-25T17:19:57.485Z[ recovery-image] Sep 25 17:19:56.268 INFO O| Sep 25 17:19:56.267 INFO STEP 285 (remove_files) COMPLETE
49022024-09-25T17:19:57.488Z[ recovery-image] Sep 25 17:19:56.268 INFO O| Sep 25 17:19:56.268 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-09-25T17:19:57.488Z[ host-image] Sep 25 17:19:56.270 INFO O| Sep 25 17:19:56.270 INFO STEP 12 (pkg_install) COMPLETE
49042024-09-25T17:19:57.488Z[ host-image] Sep 25 17:19:56.270 INFO O| Sep 25 17:19:56.270 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
49052024-09-25T17:19:57.508Z[ host-image] Sep 25 17:19:56.289 INFO O| Sep 25 17:19:56.289 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
49062024-09-25T17:19:57.510Z[ recovery-image] Sep 25 17:19:56.292 INFO O| Sep 25 17:19:56.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
49072024-09-25T17:19:57.510Z[ recovery-image] Sep 25 17:19:56.292 INFO O| Sep 25 17:19:56.292 INFO STEP 286 (remove_files) COMPLETE
49082024-09-25T17:19:57.510Z[ recovery-image] Sep 25 17:19:56.292 INFO O| Sep 25 17:19:56.292 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-09-25T17:19:57.598Z[ recovery-image] Sep 25 17:19:56.380 INFO O| Sep 25 17:19:56.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
49102024-09-25T17:19:57.598Z[ recovery-image] Sep 25 17:19:56.380 INFO O| Sep 25 17:19:56.380 INFO STEP 287 (remove_files) COMPLETE
49112024-09-25T17:19:57.601Z[ recovery-image] Sep 25 17:19:56.380 INFO O| Sep 25 17:19:56.380 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-09-25T17:19:57.629Z[ recovery-image] Sep 25 17:19:56.411 INFO O| Sep 25 17:19:56.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
49132024-09-25T17:19:57.633Z[ recovery-image] Sep 25 17:19:56.411 INFO O| Sep 25 17:19:56.411 INFO STEP 288 (remove_files) COMPLETE
49142024-09-25T17:19:57.633Z[ recovery-image] Sep 25 17:19:56.412 INFO O| Sep 25 17:19:56.412 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-09-25T17:19:57.650Z[ recovery-image] Sep 25 17:19:56.432 INFO O| Sep 25 17:19:56.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
49162024-09-25T17:19:57.652Z[ recovery-image] Sep 25 17:19:56.432 INFO O| Sep 25 17:19:56.432 INFO STEP 289 (remove_files) COMPLETE
49172024-09-25T17:19:57.652Z[ recovery-image] Sep 25 17:19:56.432 INFO O| Sep 25 17:19:56.432 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-09-25T17:19:57.684Z[ recovery-image] Sep 25 17:19:56.467 INFO O| Sep 25 17:19:56.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
49192024-09-25T17:19:57.684Z[ recovery-image] Sep 25 17:19:56.467 INFO O| Sep 25 17:19:56.467 INFO STEP 290 (remove_files) COMPLETE
49202024-09-25T17:19:57.684Z[ recovery-image] Sep 25 17:19:56.467 INFO O| Sep 25 17:19:56.467 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-09-25T17:19:57.704Z[ recovery-image] Sep 25 17:19:56.486 INFO O| Sep 25 17:19:56.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
49222024-09-25T17:19:57.704Z[ recovery-image] Sep 25 17:19:56.486 INFO O| Sep 25 17:19:56.486 INFO STEP 291 (remove_files) COMPLETE
49232024-09-25T17:19:57.704Z[ recovery-image] Sep 25 17:19:56.486 INFO O| Sep 25 17:19:56.486 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-09-25T17:19:57.741Z[ recovery-image] Sep 25 17:19:56.523 INFO O| Sep 25 17:19:56.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
49252024-09-25T17:19:57.741Z[ recovery-image] Sep 25 17:19:56.523 INFO O| Sep 25 17:19:56.523 INFO STEP 292 (remove_files) COMPLETE
49262024-09-25T17:19:57.741Z[ recovery-image] Sep 25 17:19:56.523 INFO O| Sep 25 17:19:56.523 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-09-25T17:19:57.759Z[ recovery-image] Sep 25 17:19:56.541 INFO O| Sep 25 17:19:56.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
49282024-09-25T17:19:57.759Z[ recovery-image] Sep 25 17:19:56.541 INFO O| Sep 25 17:19:56.541 INFO STEP 293 (remove_files) COMPLETE
49292024-09-25T17:19:57.759Z[ recovery-image] Sep 25 17:19:56.541 INFO O| Sep 25 17:19:56.541 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-09-25T17:19:57.776Z[ recovery-image] Sep 25 17:19:56.558 INFO O| Sep 25 17:19:56.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
49312024-09-25T17:19:57.776Z[ recovery-image] Sep 25 17:19:56.558 INFO O| Sep 25 17:19:56.558 INFO STEP 294 (remove_files) COMPLETE
49322024-09-25T17:19:57.776Z[ recovery-image] Sep 25 17:19:56.558 INFO O| Sep 25 17:19:56.558 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-09-25T17:19:57.791Z[ recovery-image] Sep 25 17:19:56.574 INFO O| Sep 25 17:19:56.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
49342024-09-25T17:19:57.791Z[ recovery-image] Sep 25 17:19:56.574 INFO O| Sep 25 17:19:56.574 INFO STEP 295 (remove_files) COMPLETE
49352024-09-25T17:19:57.791Z[ recovery-image] Sep 25 17:19:56.574 INFO O| Sep 25 17:19:56.574 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-09-25T17:19:57.808Z[ recovery-image] Sep 25 17:19:56.590 INFO O| Sep 25 17:19:56.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
49372024-09-25T17:19:57.808Z[ recovery-image] Sep 25 17:19:56.591 INFO O| Sep 25 17:19:56.591 INFO STEP 296 (remove_files) COMPLETE
49382024-09-25T17:19:57.808Z[ recovery-image] Sep 25 17:19:56.591 INFO O| Sep 25 17:19:56.591 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-09-25T17:19:57.846Z[ recovery-image] Sep 25 17:19:56.629 INFO O| Sep 25 17:19:56.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
49402024-09-25T17:19:57.847Z[ recovery-image] Sep 25 17:19:56.629 INFO O| Sep 25 17:19:56.629 INFO STEP 297 (remove_files) COMPLETE
49412024-09-25T17:19:57.849Z[ recovery-image] Sep 25 17:19:56.629 INFO O| Sep 25 17:19:56.629 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-09-25T17:19:57.905Z[ recovery-image] Sep 25 17:19:56.688 INFO O| Sep 25 17:19:56.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
49432024-09-25T17:19:57.905Z[ recovery-image] Sep 25 17:19:56.688 INFO O| Sep 25 17:19:56.688 INFO STEP 298 (remove_files) COMPLETE
49442024-09-25T17:19:57.908Z[ recovery-image] Sep 25 17:19:56.688 INFO O| Sep 25 17:19:56.688 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-09-25T17:19:57.930Z[ recovery-image] Sep 25 17:19:56.712 INFO O| Sep 25 17:19:56.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
49462024-09-25T17:19:57.930Z[ recovery-image] Sep 25 17:19:56.712 INFO O| Sep 25 17:19:56.712 INFO STEP 299 (remove_files) COMPLETE
49472024-09-25T17:19:57.930Z[ recovery-image] Sep 25 17:19:56.712 INFO O| Sep 25 17:19:56.712 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-09-25T17:19:57.963Z[ recovery-image] Sep 25 17:19:56.746 INFO O| Sep 25 17:19:56.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
49492024-09-25T17:19:57.963Z[ recovery-image] Sep 25 17:19:56.746 INFO O| Sep 25 17:19:56.746 INFO STEP 300 (remove_files) COMPLETE
49502024-09-25T17:19:57.963Z[ recovery-image] Sep 25 17:19:56.746 INFO O| Sep 25 17:19:56.746 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-09-25T17:19:57.999Z[ recovery-image] Sep 25 17:19:56.782 INFO O| Sep 25 17:19:56.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
49522024-09-25T17:19:57.999Z[ recovery-image] Sep 25 17:19:56.782 INFO O| Sep 25 17:19:56.782 INFO STEP 301 (remove_files) COMPLETE
49532024-09-25T17:19:58.003Z[ recovery-image] Sep 25 17:19:56.782 INFO O| Sep 25 17:19:56.782 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-09-25T17:19:58.018Z[ recovery-image] Sep 25 17:19:56.800 INFO O| Sep 25 17:19:56.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
49552024-09-25T17:19:58.018Z[ recovery-image] Sep 25 17:19:56.800 INFO O| Sep 25 17:19:56.800 INFO STEP 302 (remove_files) COMPLETE
49562024-09-25T17:19:58.021Z[ recovery-image] Sep 25 17:19:56.800 INFO O| Sep 25 17:19:56.800 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-09-25T17:19:58.036Z[ recovery-image] Sep 25 17:19:56.818 INFO O| Sep 25 17:19:56.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49582024-09-25T17:19:58.036Z[ recovery-image] Sep 25 17:19:56.818 INFO O| Sep 25 17:19:56.818 INFO STEP 303 (remove_files) COMPLETE
49592024-09-25T17:19:58.038Z[ recovery-image] Sep 25 17:19:56.818 INFO O| Sep 25 17:19:56.818 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-09-25T17:19:58.055Z[ recovery-image] Sep 25 17:19:56.837 INFO O| Sep 25 17:19:56.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
49612024-09-25T17:19:58.055Z[ recovery-image] Sep 25 17:19:56.837 INFO O| Sep 25 17:19:56.837 INFO STEP 304 (remove_files) COMPLETE
49622024-09-25T17:19:58.055Z[ recovery-image] Sep 25 17:19:56.837 INFO O| Sep 25 17:19:56.837 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-09-25T17:19:58.103Z[ recovery-image] Sep 25 17:19:56.885 INFO O| Sep 25 17:19:56.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
49642024-09-25T17:19:58.103Z[ recovery-image] Sep 25 17:19:56.885 INFO O| Sep 25 17:19:56.885 INFO STEP 305 (remove_files) COMPLETE
49652024-09-25T17:19:58.103Z[ recovery-image] Sep 25 17:19:56.885 INFO O| Sep 25 17:19:56.885 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-09-25T17:19:58.183Z[ recovery-image] Sep 25 17:19:56.965 INFO O| Sep 25 17:19:56.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
49672024-09-25T17:19:58.183Z[ recovery-image] Sep 25 17:19:56.965 INFO O| Sep 25 17:19:56.965 INFO STEP 306 (remove_files) COMPLETE
49682024-09-25T17:19:58.183Z[ recovery-image] Sep 25 17:19:56.965 INFO O| Sep 25 17:19:56.965 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-09-25T17:19:58.205Z[ recovery-image] Sep 25 17:19:56.986 INFO O| Sep 25 17:19:56.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49702024-09-25T17:19:58.205Z[ recovery-image] Sep 25 17:19:56.987 INFO O| Sep 25 17:19:56.987 INFO STEP 307 (remove_files) COMPLETE
49712024-09-25T17:19:58.205Z[ recovery-image] Sep 25 17:19:56.987 INFO O| Sep 25 17:19:56.987 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-09-25T17:19:58.244Z[ recovery-image] Sep 25 17:19:57.027 INFO O| Sep 25 17:19:57.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49732024-09-25T17:19:58.244Z[ recovery-image] Sep 25 17:19:57.027 INFO O| Sep 25 17:19:57.027 INFO STEP 308 (remove_files) COMPLETE
49742024-09-25T17:19:58.244Z[ recovery-image] Sep 25 17:19:57.027 INFO O| Sep 25 17:19:57.027 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-09-25T17:19:58.284Z[ recovery-image] Sep 25 17:19:57.066 INFO O| Sep 25 17:19:57.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49762024-09-25T17:19:58.284Z[ recovery-image] Sep 25 17:19:57.066 INFO O| Sep 25 17:19:57.066 INFO STEP 309 (remove_files) COMPLETE
49772024-09-25T17:19:58.286Z[ recovery-image] Sep 25 17:19:57.066 INFO O| Sep 25 17:19:57.066 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-09-25T17:19:58.322Z[ recovery-image] Sep 25 17:19:57.104 INFO O| Sep 25 17:19:57.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
49792024-09-25T17:19:58.322Z[ recovery-image] Sep 25 17:19:57.104 INFO O| Sep 25 17:19:57.104 INFO STEP 310 (remove_files) COMPLETE
49802024-09-25T17:19:58.322Z[ recovery-image] Sep 25 17:19:57.104 INFO O| Sep 25 17:19:57.104 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-09-25T17:19:58.377Z[ recovery-image] Sep 25 17:19:57.160 INFO O| Sep 25 17:19:57.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
49822024-09-25T17:19:58.378Z[ recovery-image] Sep 25 17:19:57.160 INFO O| Sep 25 17:19:57.160 INFO STEP 311 (remove_files) COMPLETE
49832024-09-25T17:19:58.381Z[ recovery-image] Sep 25 17:19:57.160 INFO O| Sep 25 17:19:57.160 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-09-25T17:19:58.412Z[ recovery-image] Sep 25 17:19:57.195 INFO O| Sep 25 17:19:57.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
49852024-09-25T17:19:58.412Z[ recovery-image] Sep 25 17:19:57.195 INFO O| Sep 25 17:19:57.195 INFO STEP 312 (remove_files) COMPLETE
49862024-09-25T17:19:58.412Z[ recovery-image] Sep 25 17:19:57.195 INFO O| Sep 25 17:19:57.195 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-09-25T17:19:58.462Z[ recovery-image] Sep 25 17:19:57.244 INFO O| Sep 25 17:19:57.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
49882024-09-25T17:19:58.462Z[ recovery-image] Sep 25 17:19:57.244 INFO O| Sep 25 17:19:57.244 INFO STEP 313 (remove_files) COMPLETE
49892024-09-25T17:19:58.462Z[ recovery-image] Sep 25 17:19:57.244 INFO O| Sep 25 17:19:57.244 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-09-25T17:19:58.494Z[ recovery-image] Sep 25 17:19:57.276 INFO O| Sep 25 17:19:57.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
49912024-09-25T17:19:58.494Z[ recovery-image] Sep 25 17:19:57.277 INFO O| Sep 25 17:19:57.277 INFO STEP 314 (remove_files) COMPLETE
49922024-09-25T17:19:58.494Z[ recovery-image] Sep 25 17:19:57.277 INFO O| Sep 25 17:19:57.277 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-09-25T17:19:58.550Z[ recovery-image] Sep 25 17:19:57.332 INFO O| Sep 25 17:19:57.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49942024-09-25T17:19:58.550Z[ recovery-image] Sep 25 17:19:57.332 INFO O| Sep 25 17:19:57.332 INFO STEP 315 (remove_files) COMPLETE
49952024-09-25T17:19:58.553Z[ recovery-image] Sep 25 17:19:57.333 INFO O| Sep 25 17:19:57.332 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-09-25T17:19:58.567Z[ recovery-image] Sep 25 17:19:57.349 INFO O| Sep 25 17:19:57.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
49972024-09-25T17:19:58.567Z[ recovery-image] Sep 25 17:19:57.349 INFO O| Sep 25 17:19:57.349 INFO STEP 316 (remove_files) COMPLETE
49982024-09-25T17:19:58.567Z[ recovery-image] Sep 25 17:19:57.349 INFO O| Sep 25 17:19:57.349 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-09-25T17:19:58.600Z[ recovery-image] Sep 25 17:19:57.382 INFO O| Sep 25 17:19:57.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
50002024-09-25T17:19:58.600Z[ recovery-image] Sep 25 17:19:57.382 INFO O| Sep 25 17:19:57.382 INFO STEP 317 (remove_files) COMPLETE
50012024-09-25T17:19:58.602Z[ recovery-image] Sep 25 17:19:57.382 INFO O| Sep 25 17:19:57.382 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-09-25T17:19:58.617Z[ recovery-image] Sep 25 17:19:57.400 INFO O| Sep 25 17:19:57.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
50032024-09-25T17:19:58.617Z[ recovery-image] Sep 25 17:19:57.400 INFO O| Sep 25 17:19:57.400 INFO STEP 318 (remove_files) COMPLETE
50042024-09-25T17:19:58.620Z[ recovery-image] Sep 25 17:19:57.400 INFO O| Sep 25 17:19:57.400 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-09-25T17:19:58.647Z[ recovery-image] Sep 25 17:19:57.429 INFO O| Sep 25 17:19:57.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
50062024-09-25T17:19:58.647Z[ recovery-image] Sep 25 17:19:57.429 INFO O| Sep 25 17:19:57.429 INFO STEP 319 (remove_files) COMPLETE
50072024-09-25T17:19:58.650Z[ recovery-image] Sep 25 17:19:57.429 INFO O| Sep 25 17:19:57.429 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-09-25T17:19:58.684Z[ recovery-image] Sep 25 17:19:57.467 INFO O| Sep 25 17:19:57.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
50092024-09-25T17:19:58.684Z[ recovery-image] Sep 25 17:19:57.467 INFO O| Sep 25 17:19:57.467 INFO STEP 320 (remove_files) COMPLETE
50102024-09-25T17:19:58.687Z[ recovery-image] Sep 25 17:19:57.467 INFO O| Sep 25 17:19:57.467 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-09-25T17:19:58.690Z[ host-image] Sep 25 17:19:57.472 INFO O| Sep 25 17:19:57.472 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
50122024-09-25T17:19:58.702Z[ recovery-image] Sep 25 17:19:57.485 INFO O| Sep 25 17:19:57.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
50132024-09-25T17:19:58.702Z[ recovery-image] Sep 25 17:19:57.485 INFO O| Sep 25 17:19:57.485 INFO STEP 321 (remove_files) COMPLETE
50142024-09-25T17:19:58.705Z[ recovery-image] Sep 25 17:19:57.485 INFO O| Sep 25 17:19:57.485 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-09-25T17:19:58.733Z[ recovery-image] Sep 25 17:19:57.515 INFO O| Sep 25 17:19:57.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
50162024-09-25T17:19:58.733Z[ recovery-image] Sep 25 17:19:57.515 INFO O| Sep 25 17:19:57.515 INFO STEP 322 (remove_files) COMPLETE
50172024-09-25T17:19:58.733Z[ recovery-image] Sep 25 17:19:57.515 INFO O| Sep 25 17:19:57.515 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-09-25T17:19:58.753Z[ recovery-image] Sep 25 17:19:57.536 INFO O| Sep 25 17:19:57.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
50192024-09-25T17:19:58.753Z[ recovery-image] Sep 25 17:19:57.536 INFO O| Sep 25 17:19:57.536 INFO STEP 323 (remove_files) COMPLETE
50202024-09-25T17:19:58.753Z[ recovery-image] Sep 25 17:19:57.536 INFO O| Sep 25 17:19:57.536 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-09-25T17:19:58.815Z[ recovery-image] Sep 25 17:19:57.597 INFO O| Sep 25 17:19:57.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
50222024-09-25T17:19:58.815Z[ recovery-image] Sep 25 17:19:57.597 INFO O| Sep 25 17:19:57.597 INFO STEP 324 (remove_files) COMPLETE
50232024-09-25T17:19:58.815Z[ recovery-image] Sep 25 17:19:57.597 INFO O| Sep 25 17:19:57.597 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-09-25T17:19:58.833Z[ recovery-image] Sep 25 17:19:57.614 INFO O| Sep 25 17:19:57.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
50252024-09-25T17:19:58.833Z[ recovery-image] Sep 25 17:19:57.614 INFO O| Sep 25 17:19:57.614 INFO STEP 325 (remove_files) COMPLETE
50262024-09-25T17:19:58.833Z[ recovery-image] Sep 25 17:19:57.614 INFO O| Sep 25 17:19:57.614 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-09-25T17:19:58.849Z[ recovery-image] Sep 25 17:19:57.631 INFO O| Sep 25 17:19:57.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
50282024-09-25T17:19:58.849Z[ recovery-image] Sep 25 17:19:57.631 INFO O| Sep 25 17:19:57.631 INFO STEP 326 (remove_files) COMPLETE
50292024-09-25T17:19:58.850Z[ recovery-image] Sep 25 17:19:57.631 INFO O| Sep 25 17:19:57.631 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-09-25T17:19:58.869Z[ recovery-image] Sep 25 17:19:57.652 INFO O| Sep 25 17:19:57.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
50312024-09-25T17:19:58.870Z[ recovery-image] Sep 25 17:19:57.652 INFO O| Sep 25 17:19:57.652 INFO STEP 327 (remove_files) COMPLETE
50322024-09-25T17:19:58.873Z[ recovery-image] Sep 25 17:19:57.652 INFO O| Sep 25 17:19:57.652 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-09-25T17:19:58.889Z[ recovery-image] Sep 25 17:19:57.672 INFO O| Sep 25 17:19:57.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
50342024-09-25T17:19:58.892Z[ recovery-image] Sep 25 17:19:57.672 INFO O| Sep 25 17:19:57.672 INFO STEP 328 (remove_files) COMPLETE
50352024-09-25T17:19:58.892Z[ recovery-image] Sep 25 17:19:57.672 INFO O| Sep 25 17:19:57.672 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-09-25T17:19:58.910Z[ recovery-image] Sep 25 17:19:57.692 INFO O| Sep 25 17:19:57.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
50372024-09-25T17:19:58.910Z[ recovery-image] Sep 25 17:19:57.692 INFO O| Sep 25 17:19:57.692 INFO STEP 329 (remove_files) COMPLETE
50382024-09-25T17:19:58.910Z[ recovery-image] Sep 25 17:19:57.692 INFO O| Sep 25 17:19:57.692 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-09-25T17:19:58.931Z[ recovery-image] Sep 25 17:19:57.713 INFO O| Sep 25 17:19:57.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
50402024-09-25T17:19:58.931Z[ recovery-image] Sep 25 17:19:57.713 INFO O| Sep 25 17:19:57.713 INFO STEP 330 (remove_files) COMPLETE
50412024-09-25T17:19:58.931Z[ recovery-image] Sep 25 17:19:57.713 INFO O| Sep 25 17:19:57.713 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-09-25T17:19:58.954Z[ recovery-image] Sep 25 17:19:57.736 INFO O| Sep 25 17:19:57.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
50432024-09-25T17:19:58.957Z[ recovery-image] Sep 25 17:19:57.736 INFO O| Sep 25 17:19:57.736 INFO STEP 331 (remove_files) COMPLETE
50442024-09-25T17:19:58.957Z[ recovery-image] Sep 25 17:19:57.736 INFO O| Sep 25 17:19:57.736 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-09-25T17:19:58.974Z[ recovery-image] Sep 25 17:19:57.756 INFO O| Sep 25 17:19:57.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50462024-09-25T17:19:58.997Z[ recovery-image] Sep 25 17:19:57.779 INFO O| Sep 25 17:19:57.779 INFO STEP 332 (remove_files) COMPLETE
50472024-09-25T17:19:58.997Z[ recovery-image] Sep 25 17:19:57.779 INFO O| Sep 25 17:19:57.779 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-09-25T17:19:59.040Z[ recovery-image] Sep 25 17:19:57.822 INFO O| Sep 25 17:19:57.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50492024-09-25T17:19:59.040Z[ recovery-image] Sep 25 17:19:57.822 INFO O| Sep 25 17:19:57.822 INFO STEP 333 (remove_files) COMPLETE
50502024-09-25T17:19:59.040Z[ recovery-image] Sep 25 17:19:57.822 INFO O| Sep 25 17:19:57.822 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-09-25T17:19:59.061Z[ recovery-image] Sep 25 17:19:57.843 INFO O| Sep 25 17:19:57.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
50522024-09-25T17:19:59.061Z[ recovery-image] Sep 25 17:19:57.843 INFO O| Sep 25 17:19:57.843 INFO STEP 334 (remove_files) COMPLETE
50532024-09-25T17:19:59.064Z[ recovery-image] Sep 25 17:19:57.843 INFO O| Sep 25 17:19:57.843 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-09-25T17:19:59.085Z[ recovery-image] Sep 25 17:19:57.866 INFO O| Sep 25 17:19:57.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
50552024-09-25T17:19:59.088Z[ recovery-image] Sep 25 17:19:57.867 INFO O| Sep 25 17:19:57.866 INFO STEP 335 (remove_files) COMPLETE
50562024-09-25T17:19:59.088Z[ recovery-image] Sep 25 17:19:57.867 INFO O| Sep 25 17:19:57.867 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-09-25T17:19:59.105Z[ recovery-image] Sep 25 17:19:57.887 INFO O| Sep 25 17:19:57.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50582024-09-25T17:19:59.105Z[ recovery-image] Sep 25 17:19:57.887 INFO O| Sep 25 17:19:57.887 INFO STEP 336 (remove_files) COMPLETE
50592024-09-25T17:19:59.108Z[ recovery-image] Sep 25 17:19:57.887 INFO O| Sep 25 17:19:57.887 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-09-25T17:19:59.138Z[ recovery-image] Sep 25 17:19:57.920 INFO O| Sep 25 17:19:57.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50612024-09-25T17:19:59.138Z[ recovery-image] Sep 25 17:19:57.920 INFO O| Sep 25 17:19:57.920 INFO STEP 337 (remove_files) COMPLETE
50622024-09-25T17:19:59.138Z[ recovery-image] Sep 25 17:19:57.920 INFO O| Sep 25 17:19:57.920 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-09-25T17:19:59.161Z[ recovery-image] Sep 25 17:19:57.943 INFO O| Sep 25 17:19:57.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
50642024-09-25T17:19:59.161Z[ recovery-image] Sep 25 17:19:57.943 INFO O| Sep 25 17:19:57.943 INFO STEP 338 (remove_files) COMPLETE
50652024-09-25T17:19:59.161Z[ recovery-image] Sep 25 17:19:57.943 INFO O| Sep 25 17:19:57.943 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-09-25T17:19:59.182Z[ recovery-image] Sep 25 17:19:57.964 INFO O| Sep 25 17:19:57.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50672024-09-25T17:19:59.182Z[ recovery-image] Sep 25 17:19:57.964 INFO O| Sep 25 17:19:57.964 INFO STEP 339 (remove_files) COMPLETE
50682024-09-25T17:19:59.182Z[ recovery-image] Sep 25 17:19:57.964 INFO O| Sep 25 17:19:57.964 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-09-25T17:19:59.203Z[ recovery-image] Sep 25 17:19:57.985 INFO O| Sep 25 17:19:57.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50702024-09-25T17:19:59.203Z[ recovery-image] Sep 25 17:19:57.985 INFO O| Sep 25 17:19:57.985 INFO STEP 340 (remove_files) COMPLETE
50712024-09-25T17:19:59.207Z[ recovery-image] Sep 25 17:19:57.985 INFO O| Sep 25 17:19:57.985 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-09-25T17:19:59.239Z[ recovery-image] Sep 25 17:19:58.021 INFO O| Sep 25 17:19:58.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50732024-09-25T17:19:59.239Z[ recovery-image] Sep 25 17:19:58.022 INFO O| Sep 25 17:19:58.021 INFO STEP 341 (remove_files) COMPLETE
50742024-09-25T17:19:59.239Z[ recovery-image] Sep 25 17:19:58.022 INFO O| Sep 25 17:19:58.022 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-09-25T17:19:59.271Z[ recovery-image] Sep 25 17:19:58.053 INFO O| Sep 25 17:19:58.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50762024-09-25T17:19:59.271Z[ recovery-image] Sep 25 17:19:58.053 INFO O| Sep 25 17:19:58.053 INFO STEP 342 (remove_files) COMPLETE
50772024-09-25T17:19:59.271Z[ recovery-image] Sep 25 17:19:58.053 INFO O| Sep 25 17:19:58.053 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-09-25T17:19:59.292Z[ recovery-image] Sep 25 17:19:58.074 INFO O| Sep 25 17:19:58.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
50792024-09-25T17:19:59.292Z[ recovery-image] Sep 25 17:19:58.074 INFO O| Sep 25 17:19:58.074 INFO STEP 343 (remove_files) COMPLETE
50802024-09-25T17:19:59.294Z[ recovery-image] Sep 25 17:19:58.074 INFO O| Sep 25 17:19:58.074 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-09-25T17:19:59.343Z[ recovery-image] Sep 25 17:19:58.126 INFO O| Sep 25 17:19:58.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
50822024-09-25T17:19:59.344Z[ recovery-image] Sep 25 17:19:58.126 INFO O| Sep 25 17:19:58.126 INFO STEP 344 (remove_files) COMPLETE
50832024-09-25T17:19:59.344Z[ recovery-image] Sep 25 17:19:58.126 INFO O| Sep 25 17:19:58.126 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-09-25T17:19:59.384Z[ recovery-image] Sep 25 17:19:58.165 INFO O| Sep 25 17:19:58.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
50852024-09-25T17:19:59.384Z[ recovery-image] Sep 25 17:19:58.165 INFO O| Sep 25 17:19:58.165 INFO STEP 345 (remove_files) COMPLETE
50862024-09-25T17:19:59.384Z[ recovery-image] Sep 25 17:19:58.165 INFO O| Sep 25 17:19:58.165 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-09-25T17:19:59.405Z[ recovery-image] Sep 25 17:19:58.187 INFO O| Sep 25 17:19:58.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
50882024-09-25T17:19:59.408Z[ recovery-image] Sep 25 17:19:58.187 INFO O| Sep 25 17:19:58.187 INFO STEP 346 (remove_files) COMPLETE
50892024-09-25T17:19:59.408Z[ recovery-image] Sep 25 17:19:58.188 INFO O| Sep 25 17:19:58.188 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-09-25T17:19:59.426Z[ recovery-image] Sep 25 17:19:58.208 INFO O| Sep 25 17:19:58.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
50912024-09-25T17:19:59.429Z[ recovery-image] Sep 25 17:19:58.209 INFO O| Sep 25 17:19:58.208 INFO STEP 347 (remove_files) COMPLETE
50922024-09-25T17:19:59.429Z[ recovery-image] Sep 25 17:19:58.209 INFO O| Sep 25 17:19:58.209 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-09-25T17:19:59.447Z[ recovery-image] Sep 25 17:19:58.229 INFO O| Sep 25 17:19:58.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50942024-09-25T17:19:59.450Z[ recovery-image] Sep 25 17:19:58.230 INFO O| Sep 25 17:19:58.230 INFO STEP 348 (remove_files) COMPLETE
50952024-09-25T17:19:59.450Z[ recovery-image] Sep 25 17:19:58.230 INFO O| Sep 25 17:19:58.230 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-09-25T17:19:59.478Z[ recovery-image] Sep 25 17:19:58.260 INFO O| Sep 25 17:19:58.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
50972024-09-25T17:19:59.478Z[ recovery-image] Sep 25 17:19:58.260 INFO O| Sep 25 17:19:58.260 INFO STEP 349 (remove_files) COMPLETE
50982024-09-25T17:19:59.481Z[ recovery-image] Sep 25 17:19:58.261 INFO O| Sep 25 17:19:58.260 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-09-25T17:19:59.501Z[ recovery-image] Sep 25 17:19:58.283 INFO O| Sep 25 17:19:58.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
51002024-09-25T17:19:59.503Z[ recovery-image] Sep 25 17:19:58.283 INFO O| Sep 25 17:19:58.283 INFO STEP 350 (remove_files) COMPLETE
51012024-09-25T17:19:59.503Z[ recovery-image] Sep 25 17:19:58.283 INFO O| Sep 25 17:19:58.283 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-09-25T17:19:59.521Z[ recovery-image] Sep 25 17:19:58.303 INFO O| Sep 25 17:19:58.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
51032024-09-25T17:19:59.521Z[ recovery-image] Sep 25 17:19:58.303 INFO O| Sep 25 17:19:58.303 INFO STEP 351 (remove_files) COMPLETE
51042024-09-25T17:19:59.521Z[ recovery-image] Sep 25 17:19:58.303 INFO O| Sep 25 17:19:58.303 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-09-25T17:19:59.548Z[ recovery-image] Sep 25 17:19:58.330 INFO O| Sep 25 17:19:58.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
51062024-09-25T17:19:59.551Z[ recovery-image] Sep 25 17:19:58.331 INFO O| Sep 25 17:19:58.330 INFO STEP 352 (remove_files) COMPLETE
51072024-09-25T17:19:59.551Z[ recovery-image] Sep 25 17:19:58.331 INFO O| Sep 25 17:19:58.331 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-09-25T17:19:59.571Z[ recovery-image] Sep 25 17:19:58.353 INFO O| Sep 25 17:19:58.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
51092024-09-25T17:19:59.571Z[ recovery-image] Sep 25 17:19:58.353 INFO O| Sep 25 17:19:58.353 INFO STEP 353 (remove_files) COMPLETE
51102024-09-25T17:19:59.571Z[ recovery-image] Sep 25 17:19:58.353 INFO O| Sep 25 17:19:58.353 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-09-25T17:19:59.590Z[ recovery-image] Sep 25 17:19:58.372 INFO O| Sep 25 17:19:58.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
51122024-09-25T17:19:59.590Z[ recovery-image] Sep 25 17:19:58.372 INFO O| Sep 25 17:19:58.372 INFO STEP 354 (remove_files) COMPLETE
51132024-09-25T17:19:59.590Z[ recovery-image] Sep 25 17:19:58.372 INFO O| Sep 25 17:19:58.372 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-09-25T17:19:59.628Z[ recovery-image] Sep 25 17:19:58.410 INFO O| Sep 25 17:19:58.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
51152024-09-25T17:19:59.628Z[ recovery-image] Sep 25 17:19:58.410 INFO O| Sep 25 17:19:58.410 INFO STEP 355 (remove_files) COMPLETE
51162024-09-25T17:19:59.630Z[ recovery-image] Sep 25 17:19:58.410 INFO O| Sep 25 17:19:58.410 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-09-25T17:19:59.649Z[ recovery-image] Sep 25 17:19:58.430 INFO O| Sep 25 17:19:58.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
51182024-09-25T17:19:59.649Z[ recovery-image] Sep 25 17:19:58.430 INFO O| Sep 25 17:19:58.430 INFO STEP 356 (remove_files) COMPLETE
51192024-09-25T17:19:59.649Z[ recovery-image] Sep 25 17:19:58.430 INFO O| Sep 25 17:19:58.430 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-09-25T17:19:59.666Z[ recovery-image] Sep 25 17:19:58.448 INFO O| Sep 25 17:19:58.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
51212024-09-25T17:19:59.666Z[ recovery-image] Sep 25 17:19:58.448 INFO O| Sep 25 17:19:58.448 INFO STEP 357 (remove_files) COMPLETE
51222024-09-25T17:19:59.669Z[ recovery-image] Sep 25 17:19:58.448 INFO O| Sep 25 17:19:58.448 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-09-25T17:19:59.685Z[ recovery-image] Sep 25 17:19:58.467 INFO O| Sep 25 17:19:58.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
51242024-09-25T17:19:59.688Z[ recovery-image] Sep 25 17:19:58.467 INFO O| Sep 25 17:19:58.467 INFO STEP 358 (remove_files) COMPLETE
51252024-09-25T17:19:59.688Z[ recovery-image] Sep 25 17:19:58.468 INFO O| Sep 25 17:19:58.467 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-09-25T17:19:59.704Z[ recovery-image] Sep 25 17:19:58.486 INFO O| Sep 25 17:19:58.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
51272024-09-25T17:19:59.708Z[ recovery-image] Sep 25 17:19:58.486 INFO O| Sep 25 17:19:58.486 INFO STEP 359 (remove_files) COMPLETE
51282024-09-25T17:19:59.708Z[ recovery-image] Sep 25 17:19:58.486 INFO O| Sep 25 17:19:58.486 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-09-25T17:19:59.743Z[ recovery-image] Sep 25 17:19:58.525 INFO O| Sep 25 17:19:58.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
51302024-09-25T17:19:59.743Z[ recovery-image] Sep 25 17:19:58.525 INFO O| Sep 25 17:19:58.525 INFO STEP 360 (remove_files) COMPLETE
51312024-09-25T17:19:59.746Z[ recovery-image] Sep 25 17:19:58.525 INFO O| Sep 25 17:19:58.525 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-09-25T17:19:59.763Z[ recovery-image] Sep 25 17:19:58.545 INFO O| Sep 25 17:19:58.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
51332024-09-25T17:19:59.763Z[ recovery-image] Sep 25 17:19:58.545 INFO O| Sep 25 17:19:58.545 INFO STEP 361 (remove_files) COMPLETE
51342024-09-25T17:19:59.766Z[ recovery-image] Sep 25 17:19:58.545 INFO O| Sep 25 17:19:58.545 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-09-25T17:19:59.796Z[ recovery-image] Sep 25 17:19:58.578 INFO O| Sep 25 17:19:58.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
51362024-09-25T17:19:59.798Z[ recovery-image] Sep 25 17:19:58.578 INFO O| Sep 25 17:19:58.578 INFO STEP 362 (remove_files) COMPLETE
51372024-09-25T17:19:59.798Z[ recovery-image] Sep 25 17:19:58.578 INFO O| Sep 25 17:19:58.578 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-09-25T17:19:59.827Z[ recovery-image] Sep 25 17:19:58.609 INFO O| Sep 25 17:19:58.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
51392024-09-25T17:19:59.827Z[ recovery-image] Sep 25 17:19:58.609 INFO O| Sep 25 17:19:58.609 INFO STEP 363 (remove_files) COMPLETE
51402024-09-25T17:19:59.830Z[ recovery-image] Sep 25 17:19:58.609 INFO O| Sep 25 17:19:58.609 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-09-25T17:19:59.848Z[ recovery-image] Sep 25 17:19:58.630 INFO O| Sep 25 17:19:58.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
51422024-09-25T17:19:59.848Z[ recovery-image] Sep 25 17:19:58.630 INFO O| Sep 25 17:19:58.630 INFO STEP 364 (remove_files) COMPLETE
51432024-09-25T17:19:59.848Z[ recovery-image] Sep 25 17:19:58.630 INFO O| Sep 25 17:19:58.630 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-09-25T17:19:59.867Z[ recovery-image] Sep 25 17:19:58.649 INFO O| Sep 25 17:19:58.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
51452024-09-25T17:19:59.867Z[ recovery-image] Sep 25 17:19:58.649 INFO O| Sep 25 17:19:58.649 INFO STEP 365 (remove_files) COMPLETE
51462024-09-25T17:19:59.867Z[ recovery-image] Sep 25 17:19:58.650 INFO O| Sep 25 17:19:58.649 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-09-25T17:19:59.888Z[ recovery-image] Sep 25 17:19:58.669 INFO O| Sep 25 17:19:58.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
51482024-09-25T17:19:59.888Z[ recovery-image] Sep 25 17:19:58.670 INFO O| Sep 25 17:19:58.669 INFO STEP 366 (remove_files) COMPLETE
51492024-09-25T17:19:59.888Z[ recovery-image] Sep 25 17:19:58.670 INFO O| Sep 25 17:19:58.670 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-09-25T17:19:59.914Z[ recovery-image] Sep 25 17:19:58.696 INFO O| Sep 25 17:19:58.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
51512024-09-25T17:19:59.914Z[ recovery-image] Sep 25 17:19:58.696 INFO O| Sep 25 17:19:58.696 INFO STEP 367 (remove_files) COMPLETE
51522024-09-25T17:19:59.914Z[ recovery-image] Sep 25 17:19:58.696 INFO O| Sep 25 17:19:58.696 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-09-25T17:19:59.934Z[ recovery-image] Sep 25 17:19:58.716 INFO O| Sep 25 17:19:58.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
51542024-09-25T17:19:59.934Z[ recovery-image] Sep 25 17:19:58.716 INFO O| Sep 25 17:19:58.716 INFO STEP 368 (remove_files) COMPLETE
51552024-09-25T17:19:59.937Z[ recovery-image] Sep 25 17:19:58.716 INFO O| Sep 25 17:19:58.716 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-09-25T17:19:59.957Z[ recovery-image] Sep 25 17:19:58.739 INFO O| Sep 25 17:19:58.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
51572024-09-25T17:19:59.957Z[ recovery-image] Sep 25 17:19:58.739 INFO O| Sep 25 17:19:58.739 INFO STEP 369 (remove_files) COMPLETE
51582024-09-25T17:19:59.960Z[ recovery-image] Sep 25 17:19:58.739 INFO O| Sep 25 17:19:58.739 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-09-25T17:20:00.018Z[ recovery-image] Sep 25 17:19:58.800 INFO O| Sep 25 17:19:58.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51602024-09-25T17:20:00.018Z[ recovery-image] Sep 25 17:19:58.800 INFO O| Sep 25 17:19:58.800 INFO STEP 370 (remove_files) COMPLETE
51612024-09-25T17:20:00.018Z[ recovery-image] Sep 25 17:19:58.800 INFO O| Sep 25 17:19:58.800 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-09-25T17:20:00.081Z[ recovery-image] Sep 25 17:19:58.863 INFO O| Sep 25 17:19:58.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51632024-09-25T17:20:00.081Z[ recovery-image] Sep 25 17:19:58.863 INFO O| Sep 25 17:19:58.863 INFO STEP 371 (remove_files) COMPLETE
51642024-09-25T17:20:00.081Z[ recovery-image] Sep 25 17:19:58.863 INFO O| Sep 25 17:19:58.863 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-09-25T17:20:00.100Z[ recovery-image] Sep 25 17:19:58.882 INFO O| Sep 25 17:19:58.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51662024-09-25T17:20:00.100Z[ recovery-image] Sep 25 17:19:58.882 INFO O| Sep 25 17:19:58.882 INFO STEP 372 (remove_files) COMPLETE
51672024-09-25T17:20:00.100Z[ recovery-image] Sep 25 17:19:58.882 INFO O| Sep 25 17:19:58.882 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-09-25T17:20:00.134Z[ recovery-image] Sep 25 17:19:58.916 INFO O| Sep 25 17:19:58.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51692024-09-25T17:20:00.134Z[ recovery-image] Sep 25 17:19:58.916 INFO O| Sep 25 17:19:58.916 INFO STEP 373 (remove_files) COMPLETE
51702024-09-25T17:20:00.134Z[ recovery-image] Sep 25 17:19:58.916 INFO O| Sep 25 17:19:58.916 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-09-25T17:20:00.154Z[ recovery-image] Sep 25 17:19:58.936 INFO O| Sep 25 17:19:58.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51722024-09-25T17:20:00.154Z[ recovery-image] Sep 25 17:19:58.936 INFO O| Sep 25 17:19:58.936 INFO STEP 374 (remove_files) COMPLETE
51732024-09-25T17:20:00.154Z[ recovery-image] Sep 25 17:19:58.936 INFO O| Sep 25 17:19:58.936 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-09-25T17:20:00.184Z[ recovery-image] Sep 25 17:19:58.966 INFO O| Sep 25 17:19:58.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51752024-09-25T17:20:00.184Z[ recovery-image] Sep 25 17:19:58.967 INFO O| Sep 25 17:19:58.966 INFO STEP 375 (remove_files) COMPLETE
51762024-09-25T17:20:00.184Z[ recovery-image] Sep 25 17:19:58.967 INFO O| Sep 25 17:19:58.966 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-09-25T17:20:00.221Z[ recovery-image] Sep 25 17:19:59.003 INFO O| Sep 25 17:19:59.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
51782024-09-25T17:20:00.221Z[ recovery-image] Sep 25 17:19:59.003 INFO O| Sep 25 17:19:59.003 INFO STEP 376 (remove_files) COMPLETE
51792024-09-25T17:20:00.221Z[ recovery-image] Sep 25 17:19:59.003 INFO O| Sep 25 17:19:59.003 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-09-25T17:20:00.272Z[ recovery-image] Sep 25 17:19:59.054 INFO O| Sep 25 17:19:59.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
51812024-09-25T17:20:00.273Z[ recovery-image] Sep 25 17:19:59.054 INFO O| Sep 25 17:19:59.054 INFO STEP 377 (remove_files) COMPLETE
51822024-09-25T17:20:00.273Z[ recovery-image] Sep 25 17:19:59.055 INFO O| Sep 25 17:19:59.054 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-09-25T17:20:00.298Z[ recovery-image] Sep 25 17:19:59.080 INFO O| Sep 25 17:19:59.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
51842024-09-25T17:20:00.298Z[ recovery-image] Sep 25 17:19:59.080 INFO O| Sep 25 17:19:59.080 INFO STEP 378 (remove_files) COMPLETE
51852024-09-25T17:20:00.298Z[ recovery-image] Sep 25 17:19:59.080 INFO O| Sep 25 17:19:59.080 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-09-25T17:20:00.318Z[ recovery-image] Sep 25 17:19:59.100 INFO O| Sep 25 17:19:59.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
51872024-09-25T17:20:00.318Z[ recovery-image] Sep 25 17:19:59.100 INFO O| Sep 25 17:19:59.100 INFO STEP 379 (remove_files) COMPLETE
51882024-09-25T17:20:00.321Z[ recovery-image] Sep 25 17:19:59.100 INFO O| Sep 25 17:19:59.100 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-09-25T17:20:00.335Z[ recovery-image] Sep 25 17:19:59.117 INFO O| Sep 25 17:19:59.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
51902024-09-25T17:20:00.335Z[ recovery-image] Sep 25 17:19:59.117 INFO O| Sep 25 17:19:59.117 INFO STEP 380 (remove_files) COMPLETE
51912024-09-25T17:20:00.335Z[ recovery-image] Sep 25 17:19:59.117 INFO O| Sep 25 17:19:59.117 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-09-25T17:20:00.361Z[ recovery-image] Sep 25 17:19:59.143 INFO O| Sep 25 17:19:59.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51932024-09-25T17:20:00.365Z[ recovery-image] Sep 25 17:19:59.143 INFO O| Sep 25 17:19:59.143 INFO STEP 381 (remove_files) COMPLETE
51942024-09-25T17:20:00.365Z[ recovery-image] Sep 25 17:19:59.144 INFO O| Sep 25 17:19:59.143 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-09-25T17:20:00.380Z[ recovery-image] Sep 25 17:19:59.162 INFO O| Sep 25 17:19:59.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
51962024-09-25T17:20:00.380Z[ recovery-image] Sep 25 17:19:59.163 INFO O| Sep 25 17:19:59.163 INFO STEP 382 (remove_files) COMPLETE
51972024-09-25T17:20:00.380Z[ recovery-image] Sep 25 17:19:59.163 INFO O| Sep 25 17:19:59.163 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-09-25T17:20:00.398Z[ recovery-image] Sep 25 17:19:59.180 INFO O| Sep 25 17:19:59.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
51992024-09-25T17:20:00.398Z[ recovery-image] Sep 25 17:19:59.180 INFO O| Sep 25 17:19:59.180 INFO STEP 383 (remove_files) COMPLETE
52002024-09-25T17:20:00.398Z[ recovery-image] Sep 25 17:19:59.180 INFO O| Sep 25 17:19:59.180 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-09-25T17:20:00.418Z[ recovery-image] Sep 25 17:19:59.200 INFO O| Sep 25 17:19:59.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
52022024-09-25T17:20:00.418Z[ recovery-image] Sep 25 17:19:59.200 INFO O| Sep 25 17:19:59.200 INFO STEP 384 (remove_files) COMPLETE
52032024-09-25T17:20:00.421Z[ recovery-image] Sep 25 17:19:59.200 INFO O| Sep 25 17:19:59.200 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-09-25T17:20:00.439Z[ recovery-image] Sep 25 17:19:59.220 INFO O| Sep 25 17:19:59.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
52052024-09-25T17:20:00.442Z[ recovery-image] Sep 25 17:19:59.220 INFO O| Sep 25 17:19:59.220 INFO STEP 385 (remove_files) COMPLETE
52062024-09-25T17:20:00.442Z[ recovery-image] Sep 25 17:19:59.221 INFO O| Sep 25 17:19:59.221 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-09-25T17:20:00.459Z[ recovery-image] Sep 25 17:19:59.239 INFO O| Sep 25 17:19:59.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
52082024-09-25T17:20:00.467Z[ recovery-image] Sep 25 17:19:59.239 INFO O| Sep 25 17:19:59.239 INFO STEP 386 (remove_files) COMPLETE
52092024-09-25T17:20:00.467Z[ recovery-image] Sep 25 17:19:59.239 INFO O| Sep 25 17:19:59.239 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-09-25T17:20:00.491Z[ recovery-image] Sep 25 17:19:59.273 INFO O| Sep 25 17:19:59.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
52112024-09-25T17:20:00.491Z[ recovery-image] Sep 25 17:19:59.273 INFO O| Sep 25 17:19:59.273 INFO STEP 387 (remove_files) COMPLETE
52122024-09-25T17:20:00.491Z[ recovery-image] Sep 25 17:19:59.274 INFO O| Sep 25 17:19:59.273 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-09-25T17:20:00.512Z[ recovery-image] Sep 25 17:19:59.292 INFO O| Sep 25 17:19:59.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
52142024-09-25T17:20:00.512Z[ recovery-image] Sep 25 17:19:59.293 INFO O| Sep 25 17:19:59.293 INFO STEP 388 (remove_files) COMPLETE
52152024-09-25T17:20:00.512Z[ recovery-image] Sep 25 17:19:59.293 INFO O| Sep 25 17:19:59.293 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-09-25T17:20:00.535Z[ recovery-image] Sep 25 17:19:59.317 INFO O| Sep 25 17:19:59.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
52172024-09-25T17:20:00.535Z[ recovery-image] Sep 25 17:19:59.317 INFO O| Sep 25 17:19:59.317 INFO STEP 389 (remove_files) COMPLETE
52182024-09-25T17:20:00.538Z[ recovery-image] Sep 25 17:19:59.317 INFO O| Sep 25 17:19:59.317 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-09-25T17:20:00.558Z[ recovery-image] Sep 25 17:19:59.340 INFO O| Sep 25 17:19:59.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
52202024-09-25T17:20:00.558Z[ recovery-image] Sep 25 17:19:59.340 INFO O| Sep 25 17:19:59.340 INFO STEP 390 (remove_files) COMPLETE
52212024-09-25T17:20:00.558Z[ recovery-image] Sep 25 17:19:59.340 INFO O| Sep 25 17:19:59.340 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-09-25T17:20:00.592Z[ recovery-image] Sep 25 17:19:59.374 INFO O| Sep 25 17:19:59.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
52232024-09-25T17:20:00.593Z[ recovery-image] Sep 25 17:19:59.374 INFO O| Sep 25 17:19:59.374 INFO STEP 391 (remove_files) COMPLETE
52242024-09-25T17:20:00.595Z[ recovery-image] Sep 25 17:19:59.374 INFO O| Sep 25 17:19:59.374 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-09-25T17:20:00.632Z[ recovery-image] Sep 25 17:19:59.413 INFO O| Sep 25 17:19:59.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
52262024-09-25T17:20:00.632Z[ recovery-image] Sep 25 17:19:59.414 INFO O| Sep 25 17:19:59.414 INFO STEP 392 (remove_files) COMPLETE
52272024-09-25T17:20:00.632Z[ recovery-image] Sep 25 17:19:59.414 INFO O| Sep 25 17:19:59.414 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-09-25T17:20:00.651Z[ recovery-image] Sep 25 17:19:59.433 INFO O| Sep 25 17:19:59.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
52292024-09-25T17:20:00.651Z[ recovery-image] Sep 25 17:19:59.433 INFO O| Sep 25 17:19:59.433 INFO STEP 393 (remove_files) COMPLETE
52302024-09-25T17:20:00.651Z[ recovery-image] Sep 25 17:19:59.433 INFO O| Sep 25 17:19:59.433 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-09-25T17:20:00.670Z[ recovery-image] Sep 25 17:19:59.452 INFO O| Sep 25 17:19:59.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
52322024-09-25T17:20:00.670Z[ recovery-image] Sep 25 17:19:59.452 INFO O| Sep 25 17:19:59.452 INFO STEP 394 (remove_files) COMPLETE
52332024-09-25T17:20:00.673Z[ recovery-image] Sep 25 17:19:59.452 INFO O| Sep 25 17:19:59.452 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-09-25T17:20:00.706Z[ recovery-image] Sep 25 17:19:59.488 INFO O| Sep 25 17:19:59.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
52352024-09-25T17:20:00.709Z[ recovery-image] Sep 25 17:19:59.488 INFO O| Sep 25 17:19:59.488 INFO STEP 395 (remove_files) COMPLETE
52362024-09-25T17:20:00.709Z[ recovery-image] Sep 25 17:19:59.489 INFO O| Sep 25 17:19:59.488 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-09-25T17:20:00.746Z[ recovery-image] Sep 25 17:19:59.528 INFO O| Sep 25 17:19:59.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
52382024-09-25T17:20:00.749Z[ recovery-image] Sep 25 17:19:59.529 INFO O| Sep 25 17:19:59.529 INFO STEP 396 (remove_files) COMPLETE
52392024-09-25T17:20:00.749Z[ recovery-image] Sep 25 17:19:59.529 INFO O| Sep 25 17:19:59.529 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-09-25T17:20:00.766Z[ recovery-image] Sep 25 17:19:59.547 INFO O| Sep 25 17:19:59.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
52412024-09-25T17:20:00.768Z[ recovery-image] Sep 25 17:19:59.548 INFO O| Sep 25 17:19:59.548 INFO STEP 397 (remove_files) COMPLETE
52422024-09-25T17:20:00.768Z[ recovery-image] Sep 25 17:19:59.548 INFO O| Sep 25 17:19:59.548 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-09-25T17:20:00.794Z[ recovery-image] Sep 25 17:19:59.576 INFO O| Sep 25 17:19:59.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
52442024-09-25T17:20:00.794Z[ recovery-image] Sep 25 17:19:59.576 INFO O| Sep 25 17:19:59.576 INFO STEP 398 (remove_files) COMPLETE
52452024-09-25T17:20:00.794Z[ recovery-image] Sep 25 17:19:59.576 INFO O| Sep 25 17:19:59.576 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-09-25T17:20:00.813Z[ recovery-image] Sep 25 17:19:59.595 INFO O| Sep 25 17:19:59.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
52472024-09-25T17:20:00.813Z[ recovery-image] Sep 25 17:19:59.595 INFO O| Sep 25 17:19:59.595 INFO STEP 399 (remove_files) COMPLETE
52482024-09-25T17:20:00.813Z[ recovery-image] Sep 25 17:19:59.595 INFO O| Sep 25 17:19:59.595 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-09-25T17:20:00.831Z[ recovery-image] Sep 25 17:19:59.613 INFO O| Sep 25 17:19:59.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
52502024-09-25T17:20:00.831Z[ recovery-image] Sep 25 17:19:59.613 INFO O| Sep 25 17:19:59.613 INFO STEP 400 (remove_files) COMPLETE
52512024-09-25T17:20:00.831Z[ recovery-image] Sep 25 17:19:59.613 INFO O| Sep 25 17:19:59.613 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-09-25T17:20:00.853Z[ recovery-image] Sep 25 17:19:59.635 INFO O| Sep 25 17:19:59.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
52532024-09-25T17:20:00.854Z[ recovery-image] Sep 25 17:19:59.635 INFO O| Sep 25 17:19:59.635 INFO STEP 401 (remove_files) COMPLETE
52542024-09-25T17:20:00.854Z[ recovery-image] Sep 25 17:19:59.635 INFO O| Sep 25 17:19:59.635 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-09-25T17:20:00.888Z[ recovery-image] Sep 25 17:19:59.670 INFO O| Sep 25 17:19:59.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52562024-09-25T17:20:00.888Z[ recovery-image] Sep 25 17:19:59.670 INFO O| Sep 25 17:19:59.670 INFO STEP 402 (remove_files) COMPLETE
52572024-09-25T17:20:00.888Z[ recovery-image] Sep 25 17:19:59.670 INFO O| Sep 25 17:19:59.670 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-09-25T17:20:00.919Z[ recovery-image] Sep 25 17:19:59.700 INFO O| Sep 25 17:19:59.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52592024-09-25T17:20:00.919Z[ recovery-image] Sep 25 17:19:59.701 INFO O| Sep 25 17:19:59.701 INFO STEP 403 (remove_files) COMPLETE
52602024-09-25T17:20:00.919Z[ recovery-image] Sep 25 17:19:59.701 INFO O| Sep 25 17:19:59.701 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-09-25T17:20:00.936Z[ recovery-image] Sep 25 17:19:59.718 INFO O| Sep 25 17:19:59.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52622024-09-25T17:20:00.936Z[ recovery-image] Sep 25 17:19:59.718 INFO O| Sep 25 17:19:59.718 INFO STEP 404 (remove_files) COMPLETE
52632024-09-25T17:20:00.939Z[ recovery-image] Sep 25 17:19:59.718 INFO O| Sep 25 17:19:59.718 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-09-25T17:20:00.962Z[ recovery-image] Sep 25 17:19:59.744 INFO O| Sep 25 17:19:59.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52652024-09-25T17:20:00.962Z[ recovery-image] Sep 25 17:19:59.744 INFO O| Sep 25 17:19:59.744 INFO STEP 405 (remove_files) COMPLETE
52662024-09-25T17:20:00.962Z[ recovery-image] Sep 25 17:19:59.744 INFO O| Sep 25 17:19:59.744 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-09-25T17:20:00.982Z[ recovery-image] Sep 25 17:19:59.763 INFO O| Sep 25 17:19:59.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52682024-09-25T17:20:00.982Z[ recovery-image] Sep 25 17:19:59.763 INFO O| Sep 25 17:19:59.763 INFO STEP 406 (remove_files) COMPLETE
52692024-09-25T17:20:00.982Z[ recovery-image] Sep 25 17:19:59.763 INFO O| Sep 25 17:19:59.763 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-09-25T17:20:01.037Z[ recovery-image] Sep 25 17:19:59.819 INFO O| Sep 25 17:19:59.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52712024-09-25T17:20:01.037Z[ recovery-image] Sep 25 17:19:59.819 INFO O| Sep 25 17:19:59.819 INFO STEP 407 (remove_files) COMPLETE
52722024-09-25T17:20:01.037Z[ recovery-image] Sep 25 17:19:59.819 INFO O| Sep 25 17:19:59.819 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-09-25T17:20:01.078Z[ recovery-image] Sep 25 17:19:59.860 INFO O| Sep 25 17:19:59.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52742024-09-25T17:20:01.078Z[ recovery-image] Sep 25 17:19:59.860 INFO O| Sep 25 17:19:59.860 INFO STEP 408 (remove_files) COMPLETE
52752024-09-25T17:20:01.078Z[ recovery-image] Sep 25 17:19:59.860 INFO O| Sep 25 17:19:59.860 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-09-25T17:20:01.103Z[ recovery-image] Sep 25 17:19:59.881 INFO O| Sep 25 17:19:59.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
52772024-09-25T17:20:01.103Z[ recovery-image] Sep 25 17:19:59.881 INFO O| Sep 25 17:19:59.881 INFO STEP 409 (remove_files) COMPLETE
52782024-09-25T17:20:01.103Z[ recovery-image] Sep 25 17:19:59.881 INFO O| Sep 25 17:19:59.881 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-09-25T17:20:01.126Z[ recovery-image] Sep 25 17:19:59.904 INFO O| Sep 25 17:19:59.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
52802024-09-25T17:20:01.126Z[ recovery-image] Sep 25 17:19:59.904 INFO O| Sep 25 17:19:59.904 INFO STEP 410 (remove_files) COMPLETE
52812024-09-25T17:20:01.138Z[ recovery-image] Sep 25 17:19:59.904 INFO O| Sep 25 17:19:59.904 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-09-25T17:20:01.143Z[ recovery-image] Sep 25 17:19:59.923 INFO O| Sep 25 17:19:59.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
52832024-09-25T17:20:01.143Z[ recovery-image] Sep 25 17:19:59.923 INFO O| Sep 25 17:19:59.923 INFO STEP 411 (remove_files) COMPLETE
52842024-09-25T17:20:01.143Z[ recovery-image] Sep 25 17:19:59.923 INFO O| Sep 25 17:19:59.923 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-09-25T17:20:01.171Z[ recovery-image] Sep 25 17:19:59.953 INFO O| Sep 25 17:19:59.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
52862024-09-25T17:20:01.172Z[ recovery-image] Sep 25 17:19:59.953 INFO O| Sep 25 17:19:59.953 INFO STEP 412 (remove_files) COMPLETE
52872024-09-25T17:20:01.172Z[ recovery-image] Sep 25 17:19:59.953 INFO O| Sep 25 17:19:59.953 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-09-25T17:20:01.249Z[ recovery-image] Sep 25 17:20:00.030 INFO O| Sep 25 17:20:00.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
52892024-09-25T17:20:01.249Z[ recovery-image] Sep 25 17:20:00.030 INFO O| Sep 25 17:20:00.030 INFO STEP 413 (remove_files) COMPLETE
52902024-09-25T17:20:01.252Z[ recovery-image] Sep 25 17:20:00.030 INFO O| Sep 25 17:20:00.030 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-09-25T17:20:01.269Z[ recovery-image] Sep 25 17:20:00.050 INFO O| Sep 25 17:20:00.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
52922024-09-25T17:20:01.269Z[ recovery-image] Sep 25 17:20:00.050 INFO O| Sep 25 17:20:00.050 INFO STEP 414 (remove_files) COMPLETE
52932024-09-25T17:20:01.270Z[ recovery-image] Sep 25 17:20:00.050 INFO O| Sep 25 17:20:00.050 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-09-25T17:20:01.303Z[ recovery-image] Sep 25 17:20:00.085 INFO O| Sep 25 17:20:00.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
52952024-09-25T17:20:01.303Z[ recovery-image] Sep 25 17:20:00.085 INFO O| Sep 25 17:20:00.085 INFO STEP 415 (remove_files) COMPLETE
52962024-09-25T17:20:01.306Z[ recovery-image] Sep 25 17:20:00.085 INFO O| Sep 25 17:20:00.085 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-09-25T17:20:01.363Z[ recovery-image] Sep 25 17:20:00.145 INFO O| Sep 25 17:20:00.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
52982024-09-25T17:20:01.364Z[ recovery-image] Sep 25 17:20:00.145 INFO O| Sep 25 17:20:00.145 INFO STEP 416 (remove_files) COMPLETE
52992024-09-25T17:20:01.364Z[ recovery-image] Sep 25 17:20:00.145 INFO O| Sep 25 17:20:00.145 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-09-25T17:20:01.423Z[ recovery-image] Sep 25 17:20:00.205 INFO O| Sep 25 17:20:00.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
53012024-09-25T17:20:01.423Z[ recovery-image] Sep 25 17:20:00.205 INFO O| Sep 25 17:20:00.205 INFO STEP 417 (remove_files) COMPLETE
53022024-09-25T17:20:01.424Z[ recovery-image] Sep 25 17:20:00.205 INFO O| Sep 25 17:20:00.205 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-09-25T17:20:01.443Z[ recovery-image] Sep 25 17:20:00.223 INFO O| Sep 25 17:20:00.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
53042024-09-25T17:20:01.443Z[ recovery-image] Sep 25 17:20:00.224 INFO O| Sep 25 17:20:00.224 INFO STEP 418 (remove_files) COMPLETE
53052024-09-25T17:20:01.443Z[ recovery-image] Sep 25 17:20:00.224 INFO O| Sep 25 17:20:00.224 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-09-25T17:20:01.460Z[ recovery-image] Sep 25 17:20:00.242 INFO O| Sep 25 17:20:00.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
53072024-09-25T17:20:01.461Z[ recovery-image] Sep 25 17:20:00.242 INFO O| Sep 25 17:20:00.242 INFO STEP 419 (remove_files) COMPLETE
53082024-09-25T17:20:01.463Z[ recovery-image] Sep 25 17:20:00.242 INFO O| Sep 25 17:20:00.242 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-09-25T17:20:01.482Z[ recovery-image] Sep 25 17:20:00.263 INFO O| Sep 25 17:20:00.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
53102024-09-25T17:20:01.482Z[ recovery-image] Sep 25 17:20:00.263 INFO O| Sep 25 17:20:00.263 INFO STEP 420 (remove_files) COMPLETE
53112024-09-25T17:20:01.482Z[ recovery-image] Sep 25 17:20:00.263 INFO O| Sep 25 17:20:00.263 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-09-25T17:20:01.518Z[ recovery-image] Sep 25 17:20:00.298 INFO O| Sep 25 17:20:00.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
53132024-09-25T17:20:01.518Z[ recovery-image] Sep 25 17:20:00.298 INFO O| Sep 25 17:20:00.298 INFO STEP 421 (remove_files) COMPLETE
53142024-09-25T17:20:01.520Z[ recovery-image] Sep 25 17:20:00.299 INFO O| Sep 25 17:20:00.298 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-09-25T17:20:01.540Z[ recovery-image] Sep 25 17:20:00.321 INFO O| Sep 25 17:20:00.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
53162024-09-25T17:20:01.540Z[ recovery-image] Sep 25 17:20:00.321 INFO O| Sep 25 17:20:00.321 INFO STEP 422 (remove_files) COMPLETE
53172024-09-25T17:20:01.540Z[ recovery-image] Sep 25 17:20:00.321 INFO O| Sep 25 17:20:00.321 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-09-25T17:20:01.561Z[ recovery-image] Sep 25 17:20:00.342 INFO O| Sep 25 17:20:00.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
53192024-09-25T17:20:01.562Z[ recovery-image] Sep 25 17:20:00.343 INFO O| Sep 25 17:20:00.342 INFO STEP 423 (remove_files) COMPLETE
53202024-09-25T17:20:01.562Z[ recovery-image] Sep 25 17:20:00.343 INFO O| Sep 25 17:20:00.343 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-09-25T17:20:01.622Z[ recovery-image] Sep 25 17:20:00.403 INFO O| Sep 25 17:20:00.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
53222024-09-25T17:20:01.623Z[ recovery-image] Sep 25 17:20:00.403 INFO O| Sep 25 17:20:00.403 INFO STEP 424 (remove_files) COMPLETE
53232024-09-25T17:20:01.623Z[ recovery-image] Sep 25 17:20:00.403 INFO O| Sep 25 17:20:00.403 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-09-25T17:20:01.640Z[ recovery-image] Sep 25 17:20:00.422 INFO O| Sep 25 17:20:00.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
53252024-09-25T17:20:01.640Z[ recovery-image] Sep 25 17:20:00.422 INFO O| Sep 25 17:20:00.422 INFO STEP 425 (remove_files) COMPLETE
53262024-09-25T17:20:01.643Z[ recovery-image] Sep 25 17:20:00.422 INFO O| Sep 25 17:20:00.422 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-09-25T17:20:01.659Z[ recovery-image] Sep 25 17:20:00.440 INFO O| Sep 25 17:20:00.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
53282024-09-25T17:20:01.659Z[ recovery-image] Sep 25 17:20:00.440 INFO O| Sep 25 17:20:00.440 INFO STEP 426 (remove_files) COMPLETE
53292024-09-25T17:20:01.659Z[ recovery-image] Sep 25 17:20:00.440 INFO O| Sep 25 17:20:00.440 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-09-25T17:20:01.675Z[ recovery-image] Sep 25 17:20:00.457 INFO O| Sep 25 17:20:00.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
53312024-09-25T17:20:01.675Z[ recovery-image] Sep 25 17:20:00.457 INFO O| Sep 25 17:20:00.457 INFO STEP 427 (remove_files) COMPLETE
53322024-09-25T17:20:01.675Z[ recovery-image] Sep 25 17:20:00.457 INFO O| Sep 25 17:20:00.457 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-09-25T17:20:01.709Z[ recovery-image] Sep 25 17:20:00.490 INFO O| Sep 25 17:20:00.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
53342024-09-25T17:20:01.709Z[ recovery-image] Sep 25 17:20:00.490 INFO O| Sep 25 17:20:00.490 INFO STEP 428 (remove_files) COMPLETE
53352024-09-25T17:20:01.709Z[ recovery-image] Sep 25 17:20:00.490 INFO O| Sep 25 17:20:00.490 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-09-25T17:20:01.768Z[ recovery-image] Sep 25 17:20:00.550 INFO O| Sep 25 17:20:00.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
53372024-09-25T17:20:01.768Z[ recovery-image] Sep 25 17:20:00.550 INFO O| Sep 25 17:20:00.550 INFO STEP 429 (remove_files) COMPLETE
53382024-09-25T17:20:01.768Z[ recovery-image] Sep 25 17:20:00.550 INFO O| Sep 25 17:20:00.550 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-09-25T17:20:01.829Z[ recovery-image] Sep 25 17:20:00.611 INFO O| Sep 25 17:20:00.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
53402024-09-25T17:20:01.829Z[ recovery-image] Sep 25 17:20:00.611 INFO O| Sep 25 17:20:00.611 INFO STEP 430 (remove_files) COMPLETE
53412024-09-25T17:20:01.829Z[ recovery-image] Sep 25 17:20:00.611 INFO O| Sep 25 17:20:00.611 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-09-25T17:20:01.869Z[ recovery-image] Sep 25 17:20:00.650 INFO O| Sep 25 17:20:00.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
53432024-09-25T17:20:01.869Z[ recovery-image] Sep 25 17:20:00.651 INFO O| Sep 25 17:20:00.650 INFO STEP 431 (remove_files) COMPLETE
53442024-09-25T17:20:01.872Z[ recovery-image] Sep 25 17:20:00.651 INFO O| Sep 25 17:20:00.651 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-09-25T17:20:01.926Z[ recovery-image] Sep 25 17:20:00.708 INFO O| Sep 25 17:20:00.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53462024-09-25T17:20:01.926Z[ recovery-image] Sep 25 17:20:00.708 INFO O| Sep 25 17:20:00.708 INFO STEP 432 (remove_files) COMPLETE
53472024-09-25T17:20:01.926Z[ recovery-image] Sep 25 17:20:00.708 INFO O| Sep 25 17:20:00.708 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-09-25T17:20:01.945Z[ recovery-image] Sep 25 17:20:00.727 INFO O| Sep 25 17:20:00.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
53492024-09-25T17:20:01.945Z[ recovery-image] Sep 25 17:20:00.727 INFO O| Sep 25 17:20:00.727 INFO STEP 433 (remove_files) COMPLETE
53502024-09-25T17:20:01.945Z[ recovery-image] Sep 25 17:20:00.727 INFO O| Sep 25 17:20:00.727 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-09-25T17:20:01.969Z[ recovery-image] Sep 25 17:20:00.750 INFO O| Sep 25 17:20:00.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
53522024-09-25T17:20:01.971Z[ recovery-image] Sep 25 17:20:00.750 INFO O| Sep 25 17:20:00.750 INFO STEP 434 (remove_files) COMPLETE
53532024-09-25T17:20:01.971Z[ recovery-image] Sep 25 17:20:00.751 INFO O| Sep 25 17:20:00.751 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-09-25T17:20:01.988Z[ recovery-image] Sep 25 17:20:00.770 INFO O| Sep 25 17:20:00.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
53552024-09-25T17:20:01.991Z[ recovery-image] Sep 25 17:20:00.770 INFO O| Sep 25 17:20:00.770 INFO STEP 435 (remove_files) COMPLETE
53562024-09-25T17:20:01.991Z[ recovery-image] Sep 25 17:20:00.771 INFO O| Sep 25 17:20:00.771 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-09-25T17:20:02.009Z[ recovery-image] Sep 25 17:20:00.790 INFO O| Sep 25 17:20:00.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53582024-09-25T17:20:02.012Z[ recovery-image] Sep 25 17:20:00.790 INFO O| Sep 25 17:20:00.790 INFO STEP 436 (remove_files) COMPLETE
53592024-09-25T17:20:02.012Z[ recovery-image] Sep 25 17:20:00.791 INFO O| Sep 25 17:20:00.791 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-09-25T17:20:02.029Z[ host-image] Sep 25 17:20:00.810 INFO O| Sep 25 17:20:00.810 INFO O| Planning: Solver setup ... Done
53612024-09-25T17:20:02.031Z[ recovery-image] Sep 25 17:20:00.810 INFO O| Sep 25 17:20:00.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53622024-09-25T17:20:02.031Z[ recovery-image] Sep 25 17:20:00.811 INFO O| Sep 25 17:20:00.810 INFO STEP 437 (remove_files) COMPLETE
53632024-09-25T17:20:02.031Z[ recovery-image] Sep 25 17:20:00.811 INFO O| Sep 25 17:20:00.811 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-09-25T17:20:02.036Z[ host-image] Sep 25 17:20:00.818 INFO O| Sep 25 17:20:00.817 INFO O| Planning: Running solver ... Done
53652024-09-25T17:20:02.060Z[ recovery-image] Sep 25 17:20:00.841 INFO O| Sep 25 17:20:00.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53662024-09-25T17:20:02.060Z[ recovery-image] Sep 25 17:20:00.841 INFO O| Sep 25 17:20:00.841 INFO STEP 438 (remove_files) COMPLETE
53672024-09-25T17:20:02.060Z[ recovery-image] Sep 25 17:20:00.841 INFO O| Sep 25 17:20:00.841 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-09-25T17:20:02.101Z[ recovery-image] Sep 25 17:20:00.882 INFO O| Sep 25 17:20:00.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53692024-09-25T17:20:02.101Z[ recovery-image] Sep 25 17:20:00.882 INFO O| Sep 25 17:20:00.882 INFO STEP 439 (remove_files) COMPLETE
53702024-09-25T17:20:02.101Z[ recovery-image] Sep 25 17:20:00.882 INFO O| Sep 25 17:20:00.882 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-09-25T17:20:02.126Z[ host-image] Sep 25 17:20:00.906 INFO O| Sep 25 17:20:00.906 INFO O| Planning: Finding local manifests ... Done
53722024-09-25T17:20:02.129Z[ host-image] Sep 25 17:20:00.908 INFO O| Sep 25 17:20:00.908 INFO O| Planning: Fetching manifests: 0/6 0% complete
53732024-09-25T17:20:02.147Z[ recovery-image] Sep 25 17:20:00.929 INFO O| Sep 25 17:20:00.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53742024-09-25T17:20:02.151Z[ recovery-image] Sep 25 17:20:00.929 INFO O| Sep 25 17:20:00.929 INFO STEP 440 (remove_files) COMPLETE
53752024-09-25T17:20:02.151Z[ recovery-image] Sep 25 17:20:00.929 INFO O| Sep 25 17:20:00.929 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-09-25T17:20:02.169Z[ recovery-image] Sep 25 17:20:00.950 INFO O| Sep 25 17:20:00.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
53772024-09-25T17:20:02.171Z[ recovery-image] Sep 25 17:20:00.951 INFO O| Sep 25 17:20:00.950 INFO STEP 441 (remove_files) COMPLETE
53782024-09-25T17:20:02.171Z[ recovery-image] Sep 25 17:20:00.951 INFO O| Sep 25 17:20:00.951 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-09-25T17:20:02.190Z[ recovery-image] Sep 25 17:20:00.971 INFO O| Sep 25 17:20:00.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
53802024-09-25T17:20:02.190Z[ recovery-image] Sep 25 17:20:00.971 INFO O| Sep 25 17:20:00.971 INFO STEP 442 (remove_files) COMPLETE
53812024-09-25T17:20:02.192Z[ recovery-image] Sep 25 17:20:00.971 INFO O| Sep 25 17:20:00.971 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-09-25T17:20:02.209Z[ recovery-image] Sep 25 17:20:00.990 INFO O| Sep 25 17:20:00.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
53832024-09-25T17:20:02.209Z[ recovery-image] Sep 25 17:20:00.990 INFO O| Sep 25 17:20:00.990 INFO STEP 443 (remove_files) COMPLETE
53842024-09-25T17:20:02.211Z[ recovery-image] Sep 25 17:20:00.990 INFO O| Sep 25 17:20:00.990 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-09-25T17:20:02.267Z[ recovery-image] Sep 25 17:20:01.049 INFO O| Sep 25 17:20:01.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
53862024-09-25T17:20:02.267Z[ recovery-image] Sep 25 17:20:01.049 INFO O| Sep 25 17:20:01.049 INFO STEP 444 (remove_files) COMPLETE
53872024-09-25T17:20:02.270Z[ recovery-image] Sep 25 17:20:01.049 INFO O| Sep 25 17:20:01.049 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-09-25T17:20:02.303Z[ recovery-image] Sep 25 17:20:01.085 INFO O| Sep 25 17:20:01.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
53892024-09-25T17:20:02.303Z[ recovery-image] Sep 25 17:20:01.085 INFO O| Sep 25 17:20:01.085 INFO STEP 445 (remove_files) COMPLETE
53902024-09-25T17:20:02.303Z[ recovery-image] Sep 25 17:20:01.085 INFO O| Sep 25 17:20:01.085 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-09-25T17:20:02.325Z[ recovery-image] Sep 25 17:20:01.106 INFO O| Sep 25 17:20:01.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
53922024-09-25T17:20:02.325Z[ recovery-image] Sep 25 17:20:01.106 INFO O| Sep 25 17:20:01.106 INFO STEP 446 (remove_files) COMPLETE
53932024-09-25T17:20:02.325Z[ recovery-image] Sep 25 17:20:01.106 INFO O| Sep 25 17:20:01.106 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-09-25T17:20:02.362Z[ recovery-image] Sep 25 17:20:01.144 INFO O| Sep 25 17:20:01.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53952024-09-25T17:20:02.362Z[ recovery-image] Sep 25 17:20:01.144 INFO O| Sep 25 17:20:01.144 INFO STEP 447 (remove_files) COMPLETE
53962024-09-25T17:20:02.362Z[ recovery-image] Sep 25 17:20:01.144 INFO O| Sep 25 17:20:01.144 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-09-25T17:20:02.447Z[ recovery-image] Sep 25 17:20:01.225 INFO O| Sep 25 17:20:01.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
53982024-09-25T17:20:02.447Z[ recovery-image] Sep 25 17:20:01.225 INFO O| Sep 25 17:20:01.225 INFO STEP 448 (remove_files) COMPLETE
53992024-09-25T17:20:02.447Z[ recovery-image] Sep 25 17:20:01.225 INFO O| Sep 25 17:20:01.225 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-09-25T17:20:02.463Z[ recovery-image] Sep 25 17:20:01.243 INFO O| Sep 25 17:20:01.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
54012024-09-25T17:20:02.463Z[ recovery-image] Sep 25 17:20:01.243 INFO O| Sep 25 17:20:01.243 INFO STEP 449 (remove_files) COMPLETE
54022024-09-25T17:20:02.463Z[ recovery-image] Sep 25 17:20:01.243 INFO O| Sep 25 17:20:01.243 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-09-25T17:20:02.500Z[ recovery-image] Sep 25 17:20:01.282 INFO O| Sep 25 17:20:01.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
54042024-09-25T17:20:02.500Z[ recovery-image] Sep 25 17:20:01.282 INFO O| Sep 25 17:20:01.282 INFO STEP 450 (remove_files) COMPLETE
54052024-09-25T17:20:02.500Z[ recovery-image] Sep 25 17:20:01.282 INFO O| Sep 25 17:20:01.282 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-09-25T17:20:02.503Z[ host-image] Sep 25 17:20:01.284 INFO O| Sep 25 17:20:01.283 INFO O| Planning: Fetching manifests: 6/6 100% complete
54072024-09-25T17:20:02.520Z[ recovery-image] Sep 25 17:20:01.301 INFO O| Sep 25 17:20:01.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
54082024-09-25T17:20:02.520Z[ recovery-image] Sep 25 17:20:01.301 INFO O| Sep 25 17:20:01.301 INFO STEP 451 (remove_files) COMPLETE
54092024-09-25T17:20:02.523Z[ recovery-image] Sep 25 17:20:01.302 INFO O| Sep 25 17:20:01.301 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-09-25T17:20:02.560Z[ recovery-image] Sep 25 17:20:01.341 INFO O| Sep 25 17:20:01.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
54112024-09-25T17:20:02.560Z[ recovery-image] Sep 25 17:20:01.341 INFO O| Sep 25 17:20:01.341 INFO STEP 452 (remove_files) COMPLETE
54122024-09-25T17:20:02.560Z[ recovery-image] Sep 25 17:20:01.341 INFO O| Sep 25 17:20:01.341 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-09-25T17:20:02.579Z[ recovery-image] Sep 25 17:20:01.360 INFO O| Sep 25 17:20:01.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
54142024-09-25T17:20:02.579Z[ recovery-image] Sep 25 17:20:01.360 INFO O| Sep 25 17:20:01.360 INFO STEP 453 (remove_files) COMPLETE
54152024-09-25T17:20:02.581Z[ recovery-image] Sep 25 17:20:01.360 INFO O| Sep 25 17:20:01.360 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-09-25T17:20:02.597Z[ recovery-image] Sep 25 17:20:01.378 INFO O| Sep 25 17:20:01.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
54172024-09-25T17:20:02.597Z[ recovery-image] Sep 25 17:20:01.379 INFO O| Sep 25 17:20:01.378 INFO STEP 454 (remove_files) COMPLETE
54182024-09-25T17:20:02.597Z[ recovery-image] Sep 25 17:20:01.379 INFO O| Sep 25 17:20:01.379 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-09-25T17:20:02.608Z[ host-image] Sep 25 17:20:01.386 INFO O| Sep 25 17:20:01.386 INFO O| Planning: Package planning ... Done
54202024-09-25T17:20:02.615Z[ recovery-image] Sep 25 17:20:01.397 INFO O| Sep 25 17:20:01.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
54212024-09-25T17:20:02.618Z[ recovery-image] Sep 25 17:20:01.397 INFO O| Sep 25 17:20:01.397 INFO STEP 455 (remove_files) COMPLETE
54222024-09-25T17:20:02.618Z[ recovery-image] Sep 25 17:20:01.397 INFO O| Sep 25 17:20:01.397 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-09-25T17:20:02.655Z[ recovery-image] Sep 25 17:20:01.437 INFO O| Sep 25 17:20:01.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
54242024-09-25T17:20:02.655Z[ recovery-image] Sep 25 17:20:01.437 INFO O| Sep 25 17:20:01.437 INFO STEP 456 (remove_files) COMPLETE
54252024-09-25T17:20:02.655Z[ recovery-image] Sep 25 17:20:01.437 INFO O| Sep 25 17:20:01.437 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-09-25T17:20:02.661Z[ host-image] Sep 25 17:20:01.443 INFO O| Sep 25 17:20:01.443 INFO O| Planning: Merging actions ... Done
54272024-09-25T17:20:02.742Z[ recovery-image] Sep 25 17:20:01.524 INFO O| Sep 25 17:20:01.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
54282024-09-25T17:20:02.745Z[ recovery-image] Sep 25 17:20:01.524 INFO O| Sep 25 17:20:01.524 INFO STEP 457 (remove_files) COMPLETE
54292024-09-25T17:20:02.745Z[ recovery-image] Sep 25 17:20:01.524 INFO O| Sep 25 17:20:01.524 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-09-25T17:20:02.761Z[ recovery-image] Sep 25 17:20:01.543 INFO O| Sep 25 17:20:01.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
54312024-09-25T17:20:02.764Z[ recovery-image] Sep 25 17:20:01.543 INFO O| Sep 25 17:20:01.543 INFO STEP 458 (remove_files) COMPLETE
54322024-09-25T17:20:02.765Z[ recovery-image] Sep 25 17:20:01.543 INFO O| Sep 25 17:20:01.543 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-09-25T17:20:02.779Z[ recovery-image] Sep 25 17:20:01.560 INFO O| Sep 25 17:20:01.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
54342024-09-25T17:20:02.781Z[ recovery-image] Sep 25 17:20:01.561 INFO O| Sep 25 17:20:01.561 INFO STEP 459 (remove_files) COMPLETE
54352024-09-25T17:20:02.781Z[ recovery-image] Sep 25 17:20:01.561 INFO O| Sep 25 17:20:01.561 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-09-25T17:20:02.796Z[ recovery-image] Sep 25 17:20:01.577 INFO O| Sep 25 17:20:01.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
54372024-09-25T17:20:02.798Z[ recovery-image] Sep 25 17:20:01.578 INFO O| Sep 25 17:20:01.578 INFO STEP 460 (remove_files) COMPLETE
54382024-09-25T17:20:02.798Z[ recovery-image] Sep 25 17:20:01.578 INFO O| Sep 25 17:20:01.578 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-09-25T17:20:02.798Z[ host-image] Sep 25 17:20:01.579 INFO O| Sep 25 17:20:01.579 INFO O| Planning: Checking for conflicting actions ... Done
54402024-09-25T17:20:02.804Z[ host-image] Sep 25 17:20:01.586 INFO O| Sep 25 17:20:01.586 INFO O| Planning: Consolidating action changes ... Done
54412024-09-25T17:20:02.817Z[ recovery-image] Sep 25 17:20:01.598 INFO O| Sep 25 17:20:01.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
54422024-09-25T17:20:02.817Z[ recovery-image] Sep 25 17:20:01.598 INFO O| Sep 25 17:20:01.598 INFO STEP 461 (remove_files) COMPLETE
54432024-09-25T17:20:02.820Z[ recovery-image] Sep 25 17:20:01.598 INFO O| Sep 25 17:20:01.598 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-09-25T17:20:02.835Z[ recovery-image] Sep 25 17:20:01.617 INFO O| Sep 25 17:20:01.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
54452024-09-25T17:20:02.835Z[ recovery-image] Sep 25 17:20:01.617 INFO O| Sep 25 17:20:01.617 INFO STEP 462 (remove_files) COMPLETE
54462024-09-25T17:20:02.838Z[ recovery-image] Sep 25 17:20:01.617 INFO O| Sep 25 17:20:01.617 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-09-25T17:20:02.856Z[ recovery-image] Sep 25 17:20:01.638 INFO O| Sep 25 17:20:01.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
54482024-09-25T17:20:02.856Z[ recovery-image] Sep 25 17:20:01.638 INFO O| Sep 25 17:20:01.638 INFO STEP 463 (remove_files) COMPLETE
54492024-09-25T17:20:02.859Z[ recovery-image] Sep 25 17:20:01.638 INFO O| Sep 25 17:20:01.638 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-09-25T17:20:02.889Z[ recovery-image] Sep 25 17:20:01.670 INFO O| Sep 25 17:20:01.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
54512024-09-25T17:20:02.889Z[ recovery-image] Sep 25 17:20:01.670 INFO O| Sep 25 17:20:01.670 INFO STEP 464 (remove_files) COMPLETE
54522024-09-25T17:20:02.889Z[ recovery-image] Sep 25 17:20:01.670 INFO O| Sep 25 17:20:01.670 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-09-25T17:20:02.935Z[ recovery-image] Sep 25 17:20:01.717 INFO O| Sep 25 17:20:01.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
54542024-09-25T17:20:02.935Z[ recovery-image] Sep 25 17:20:01.717 INFO O| Sep 25 17:20:01.717 INFO STEP 465 (remove_files) COMPLETE
54552024-09-25T17:20:02.938Z[ recovery-image] Sep 25 17:20:01.717 INFO O| Sep 25 17:20:01.717 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-09-25T17:20:02.955Z[ recovery-image] Sep 25 17:20:01.737 INFO O| Sep 25 17:20:01.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
54572024-09-25T17:20:02.955Z[ recovery-image] Sep 25 17:20:01.737 INFO O| Sep 25 17:20:01.737 INFO STEP 466 (remove_files) COMPLETE
54582024-09-25T17:20:02.958Z[ recovery-image] Sep 25 17:20:01.737 INFO O| Sep 25 17:20:01.737 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-09-25T17:20:03.012Z[ recovery-image] Sep 25 17:20:01.794 INFO O| Sep 25 17:20:01.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
54602024-09-25T17:20:03.012Z[ recovery-image] Sep 25 17:20:01.794 INFO O| Sep 25 17:20:01.794 INFO STEP 467 (remove_files) COMPLETE
54612024-09-25T17:20:03.013Z[ recovery-image] Sep 25 17:20:01.794 INFO O| Sep 25 17:20:01.794 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-09-25T17:20:03.066Z[ recovery-image] Sep 25 17:20:01.848 INFO O| Sep 25 17:20:01.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
54632024-09-25T17:20:03.070Z[ recovery-image] Sep 25 17:20:01.849 INFO O| Sep 25 17:20:01.848 INFO STEP 468 (remove_files) COMPLETE
54642024-09-25T17:20:03.070Z[ recovery-image] Sep 25 17:20:01.849 INFO O| Sep 25 17:20:01.849 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-09-25T17:20:03.130Z[ recovery-image] Sep 25 17:20:01.910 INFO O| Sep 25 17:20:01.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54662024-09-25T17:20:03.130Z[ recovery-image] Sep 25 17:20:01.910 INFO O| Sep 25 17:20:01.910 INFO STEP 469 (remove_files) COMPLETE
54672024-09-25T17:20:03.130Z[ recovery-image] Sep 25 17:20:01.910 INFO O| Sep 25 17:20:01.910 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-09-25T17:20:03.147Z[ recovery-image] Sep 25 17:20:01.929 INFO O| Sep 25 17:20:01.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54692024-09-25T17:20:03.148Z[ recovery-image] Sep 25 17:20:01.929 INFO O| Sep 25 17:20:01.929 INFO STEP 470 (remove_files) COMPLETE
54702024-09-25T17:20:03.148Z[ recovery-image] Sep 25 17:20:01.929 INFO O| Sep 25 17:20:01.929 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-09-25T17:20:03.177Z[ recovery-image] Sep 25 17:20:01.958 INFO O| Sep 25 17:20:01.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54722024-09-25T17:20:03.179Z[ recovery-image] Sep 25 17:20:01.958 INFO O| Sep 25 17:20:01.958 INFO STEP 471 (remove_files) COMPLETE
54732024-09-25T17:20:03.179Z[ recovery-image] Sep 25 17:20:01.959 INFO O| Sep 25 17:20:01.959 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-09-25T17:20:03.196Z[ recovery-image] Sep 25 17:20:01.977 INFO O| Sep 25 17:20:01.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54752024-09-25T17:20:03.198Z[ recovery-image] Sep 25 17:20:01.978 INFO O| Sep 25 17:20:01.977 INFO STEP 472 (remove_files) COMPLETE
54762024-09-25T17:20:03.199Z[ recovery-image] Sep 25 17:20:01.978 INFO O| Sep 25 17:20:01.978 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-09-25T17:20:03.214Z[ recovery-image] Sep 25 17:20:01.995 INFO O| Sep 25 17:20:01.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54782024-09-25T17:20:03.217Z[ recovery-image] Sep 25 17:20:01.995 INFO O| Sep 25 17:20:01.995 INFO STEP 473 (remove_files) COMPLETE
54792024-09-25T17:20:03.217Z[ recovery-image] Sep 25 17:20:01.996 INFO O| Sep 25 17:20:01.996 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-09-25T17:20:03.234Z[ recovery-image] Sep 25 17:20:02.015 INFO O| Sep 25 17:20:02.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
54812024-09-25T17:20:03.237Z[ recovery-image] Sep 25 17:20:02.016 INFO O| Sep 25 17:20:02.016 INFO STEP 474 (remove_files) COMPLETE
54822024-09-25T17:20:03.237Z[ recovery-image] Sep 25 17:20:02.016 INFO O| Sep 25 17:20:02.016 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-09-25T17:20:03.271Z[ recovery-image] Sep 25 17:20:02.053 INFO O| Sep 25 17:20:02.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
54842024-09-25T17:20:03.271Z[ recovery-image] Sep 25 17:20:02.053 INFO O| Sep 25 17:20:02.053 INFO STEP 475 (remove_files) COMPLETE
54852024-09-25T17:20:03.274Z[ recovery-image] Sep 25 17:20:02.053 INFO O| Sep 25 17:20:02.053 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-09-25T17:20:03.289Z[ recovery-image] Sep 25 17:20:02.071 INFO O| Sep 25 17:20:02.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
54872024-09-25T17:20:03.292Z[ recovery-image] Sep 25 17:20:02.071 INFO O| Sep 25 17:20:02.071 INFO STEP 476 (remove_files) COMPLETE
54882024-09-25T17:20:03.292Z[ recovery-image] Sep 25 17:20:02.071 INFO O| Sep 25 17:20:02.071 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-09-25T17:20:03.292Z[ host-image] Sep 25 17:20:02.073 INFO O| Sep 25 17:20:02.073 INFO O| Planning: Evaluating mediators ... Done
54902024-09-25T17:20:03.298Z[ host-image] Sep 25 17:20:02.079 INFO O| Sep 25 17:20:02.079 INFO O| Planning: Planning completed in 4.61 seconds
54912024-09-25T17:20:03.301Z[ host-image] Sep 25 17:20:02.082 INFO O| Sep 25 17:20:02.082 INFO O| Packages to install: 6
54922024-09-25T17:20:03.301Z[ host-image] Sep 25 17:20:02.082 INFO O| Sep 25 17:20:02.082 INFO O| Mediators to change: 1
54932024-09-25T17:20:03.301Z[ host-image] Sep 25 17:20:02.082 INFO O| Sep 25 17:20:02.082 INFO O| Services to change: 1
54942024-09-25T17:20:03.328Z[ recovery-image] Sep 25 17:20:02.110 INFO O| Sep 25 17:20:02.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
54952024-09-25T17:20:03.331Z[ recovery-image] Sep 25 17:20:02.110 INFO O| Sep 25 17:20:02.110 INFO STEP 477 (remove_files) COMPLETE
54962024-09-25T17:20:03.331Z[ recovery-image] Sep 25 17:20:02.110 INFO O| Sep 25 17:20:02.110 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-09-25T17:20:03.333Z[ host-image] Sep 25 17:20:02.115 INFO O| Sep 25 17:20:02.115 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
54982024-09-25T17:20:03.361Z[ recovery-image] Sep 25 17:20:02.142 INFO O| Sep 25 17:20:02.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
54992024-09-25T17:20:03.363Z[ recovery-image] Sep 25 17:20:02.142 INFO O| Sep 25 17:20:02.142 INFO STEP 478 (remove_files) COMPLETE
55002024-09-25T17:20:03.363Z[ recovery-image] Sep 25 17:20:02.143 INFO O| Sep 25 17:20:02.142 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-09-25T17:20:03.381Z[ recovery-image] Sep 25 17:20:02.162 INFO O| Sep 25 17:20:02.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55022024-09-25T17:20:03.381Z[ recovery-image] Sep 25 17:20:02.162 INFO O| Sep 25 17:20:02.162 INFO STEP 479 (remove_files) COMPLETE
55032024-09-25T17:20:03.383Z[ recovery-image] Sep 25 17:20:02.162 INFO O| Sep 25 17:20:02.162 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-09-25T17:20:03.399Z[ recovery-image] Sep 25 17:20:02.180 INFO O| Sep 25 17:20:02.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55052024-09-25T17:20:03.399Z[ recovery-image] Sep 25 17:20:02.180 INFO O| Sep 25 17:20:02.180 INFO STEP 480 (remove_files) COMPLETE
55062024-09-25T17:20:03.399Z[ recovery-image] Sep 25 17:20:02.180 INFO O| Sep 25 17:20:02.180 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-09-25T17:20:03.459Z[ recovery-image] Sep 25 17:20:02.241 INFO O| Sep 25 17:20:02.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
55082024-09-25T17:20:03.462Z[ recovery-image] Sep 25 17:20:02.241 INFO O| Sep 25 17:20:02.241 INFO STEP 481 (remove_files) COMPLETE
55092024-09-25T17:20:03.462Z[ recovery-image] Sep 25 17:20:02.241 INFO O| Sep 25 17:20:02.241 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-09-25T17:20:03.481Z[ recovery-image] Sep 25 17:20:02.263 INFO O| Sep 25 17:20:02.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
55112024-09-25T17:20:03.481Z[ recovery-image] Sep 25 17:20:02.263 INFO O| Sep 25 17:20:02.263 INFO STEP 482 (remove_files) COMPLETE
55122024-09-25T17:20:03.484Z[ recovery-image] Sep 25 17:20:02.263 INFO O| Sep 25 17:20:02.263 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-09-25T17:20:03.507Z[ recovery-image] Sep 25 17:20:02.288 INFO O| Sep 25 17:20:02.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
55142024-09-25T17:20:03.509Z[ recovery-image] Sep 25 17:20:02.288 INFO O| Sep 25 17:20:02.288 INFO STEP 483 (remove_files) COMPLETE
55152024-09-25T17:20:03.510Z[ recovery-image] Sep 25 17:20:02.289 INFO O| Sep 25 17:20:02.289 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-09-25T17:20:03.527Z[ recovery-image] Sep 25 17:20:02.308 INFO O| Sep 25 17:20:02.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
55172024-09-25T17:20:03.530Z[ recovery-image] Sep 25 17:20:02.309 INFO O| Sep 25 17:20:02.309 INFO STEP 484 (remove_files) COMPLETE
55182024-09-25T17:20:03.530Z[ recovery-image] Sep 25 17:20:02.309 INFO O| Sep 25 17:20:02.309 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-09-25T17:20:03.546Z[ recovery-image] Sep 25 17:20:02.327 INFO O| Sep 25 17:20:02.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
55202024-09-25T17:20:03.548Z[ recovery-image] Sep 25 17:20:02.328 INFO O| Sep 25 17:20:02.328 INFO STEP 485 (remove_files) COMPLETE
55212024-09-25T17:20:03.548Z[ recovery-image] Sep 25 17:20:02.328 INFO O| Sep 25 17:20:02.328 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-09-25T17:20:03.564Z[ recovery-image] Sep 25 17:20:02.346 INFO O| Sep 25 17:20:02.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
55232024-09-25T17:20:03.567Z[ recovery-image] Sep 25 17:20:02.346 INFO O| Sep 25 17:20:02.346 INFO STEP 486 (remove_files) COMPLETE
55242024-09-25T17:20:03.567Z[ recovery-image] Sep 25 17:20:02.346 INFO O| Sep 25 17:20:02.346 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-09-25T17:20:03.583Z[ recovery-image] Sep 25 17:20:02.364 INFO O| Sep 25 17:20:02.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
55262024-09-25T17:20:03.585Z[ recovery-image] Sep 25 17:20:02.364 INFO O| Sep 25 17:20:02.364 INFO STEP 487 (remove_files) COMPLETE
55272024-09-25T17:20:03.586Z[ recovery-image] Sep 25 17:20:02.365 INFO O| Sep 25 17:20:02.364 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-09-25T17:20:03.600Z[ recovery-image] Sep 25 17:20:02.382 INFO O| Sep 25 17:20:02.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
55292024-09-25T17:20:03.603Z[ recovery-image] Sep 25 17:20:02.382 INFO O| Sep 25 17:20:02.382 INFO STEP 488 (remove_files) COMPLETE
55302024-09-25T17:20:03.603Z[ recovery-image] Sep 25 17:20:02.382 INFO O| Sep 25 17:20:02.382 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-09-25T17:20:03.622Z[ recovery-image] Sep 25 17:20:02.403 INFO O| Sep 25 17:20:02.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
55322024-09-25T17:20:03.626Z[ recovery-image] Sep 25 17:20:02.404 INFO O| Sep 25 17:20:02.404 INFO STEP 489 (remove_files) COMPLETE
55332024-09-25T17:20:03.626Z[ recovery-image] Sep 25 17:20:02.404 INFO O| Sep 25 17:20:02.404 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-09-25T17:20:03.658Z[ recovery-image] Sep 25 17:20:02.439 INFO O| Sep 25 17:20:02.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
55352024-09-25T17:20:03.660Z[ recovery-image] Sep 25 17:20:02.439 INFO O| Sep 25 17:20:02.439 INFO STEP 490 (remove_files) COMPLETE
55362024-09-25T17:20:03.660Z[ recovery-image] Sep 25 17:20:02.440 INFO O| Sep 25 17:20:02.439 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-09-25T17:20:03.680Z[ recovery-image] Sep 25 17:20:02.460 INFO O| Sep 25 17:20:02.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
55382024-09-25T17:20:03.683Z[ recovery-image] Sep 25 17:20:02.461 INFO O| Sep 25 17:20:02.461 INFO STEP 491 (remove_files) COMPLETE
55392024-09-25T17:20:03.683Z[ recovery-image] Sep 25 17:20:02.461 INFO O| Sep 25 17:20:02.461 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-09-25T17:20:03.704Z[ recovery-image] Sep 25 17:20:02.485 INFO O| Sep 25 17:20:02.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
55412024-09-25T17:20:03.706Z[ recovery-image] Sep 25 17:20:02.485 INFO O| Sep 25 17:20:02.485 INFO STEP 492 (remove_files) COMPLETE
55422024-09-25T17:20:03.706Z[ recovery-image] Sep 25 17:20:02.486 INFO O| Sep 25 17:20:02.485 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-09-25T17:20:03.729Z[ recovery-image] Sep 25 17:20:02.510 INFO O| Sep 25 17:20:02.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
55442024-09-25T17:20:03.731Z[ recovery-image] Sep 25 17:20:02.510 INFO O| Sep 25 17:20:02.510 INFO STEP 493 (remove_files) COMPLETE
55452024-09-25T17:20:03.731Z[ recovery-image] Sep 25 17:20:02.510 INFO O| Sep 25 17:20:02.510 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-09-25T17:20:03.755Z[ recovery-image] Sep 25 17:20:02.536 INFO O| Sep 25 17:20:02.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
55472024-09-25T17:20:03.757Z[ recovery-image] Sep 25 17:20:02.537 INFO O| Sep 25 17:20:02.537 INFO STEP 494 (remove_files) COMPLETE
55482024-09-25T17:20:03.758Z[ recovery-image] Sep 25 17:20:02.537 INFO O| Sep 25 17:20:02.537 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-09-25T17:20:03.777Z[ recovery-image] Sep 25 17:20:02.558 INFO O| Sep 25 17:20:02.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
55502024-09-25T17:20:03.777Z[ recovery-image] Sep 25 17:20:02.558 INFO O| Sep 25 17:20:02.558 INFO STEP 495 (remove_files) COMPLETE
55512024-09-25T17:20:03.779Z[ recovery-image] Sep 25 17:20:02.558 INFO O| Sep 25 17:20:02.558 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-09-25T17:20:03.795Z[ recovery-image] Sep 25 17:20:02.577 INFO O| Sep 25 17:20:02.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
55532024-09-25T17:20:03.798Z[ recovery-image] Sep 25 17:20:02.577 INFO O| Sep 25 17:20:02.577 INFO STEP 496 (remove_files) COMPLETE
55542024-09-25T17:20:03.798Z[ recovery-image] Sep 25 17:20:02.577 INFO O| Sep 25 17:20:02.577 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-09-25T17:20:03.828Z[ recovery-image] Sep 25 17:20:02.610 INFO O| Sep 25 17:20:02.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
55562024-09-25T17:20:03.829Z[ recovery-image] Sep 25 17:20:02.610 INFO O| Sep 25 17:20:02.610 INFO STEP 497 (remove_files) COMPLETE
55572024-09-25T17:20:03.831Z[ recovery-image] Sep 25 17:20:02.610 INFO O| Sep 25 17:20:02.610 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-09-25T17:20:03.869Z[ recovery-image] Sep 25 17:20:02.651 INFO O| Sep 25 17:20:02.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
55592024-09-25T17:20:03.869Z[ recovery-image] Sep 25 17:20:02.651 INFO O| Sep 25 17:20:02.651 INFO STEP 498 (remove_files) COMPLETE
55602024-09-25T17:20:03.875Z[ recovery-image] Sep 25 17:20:02.651 INFO O| Sep 25 17:20:02.651 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-09-25T17:20:03.924Z[ recovery-image] Sep 25 17:20:02.705 INFO O| Sep 25 17:20:02.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
55622024-09-25T17:20:03.924Z[ recovery-image] Sep 25 17:20:02.705 INFO O| Sep 25 17:20:02.705 INFO STEP 499 (remove_files) COMPLETE
55632024-09-25T17:20:03.927Z[ recovery-image] Sep 25 17:20:02.706 INFO O| Sep 25 17:20:02.705 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-09-25T17:20:03.944Z[ recovery-image] Sep 25 17:20:02.725 INFO O| Sep 25 17:20:02.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
55652024-09-25T17:20:03.944Z[ recovery-image] Sep 25 17:20:02.725 INFO O| Sep 25 17:20:02.725 INFO STEP 500 (remove_files) COMPLETE
55662024-09-25T17:20:03.944Z[ recovery-image] Sep 25 17:20:02.725 INFO O| Sep 25 17:20:02.725 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-09-25T17:20:03.980Z[ recovery-image] Sep 25 17:20:02.761 INFO O| Sep 25 17:20:02.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
55682024-09-25T17:20:03.980Z[ recovery-image] Sep 25 17:20:02.761 INFO O| Sep 25 17:20:02.761 INFO STEP 501 (remove_files) COMPLETE
55692024-09-25T17:20:03.984Z[ recovery-image] Sep 25 17:20:02.762 INFO O| Sep 25 17:20:02.761 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-09-25T17:20:04.000Z[ recovery-image] Sep 25 17:20:02.781 INFO O| Sep 25 17:20:02.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55712024-09-25T17:20:04.000Z[ recovery-image] Sep 25 17:20:02.781 INFO O| Sep 25 17:20:02.781 INFO STEP 502 (remove_files) COMPLETE
55722024-09-25T17:20:04.003Z[ recovery-image] Sep 25 17:20:02.781 INFO O| Sep 25 17:20:02.781 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-09-25T17:20:04.019Z[ recovery-image] Sep 25 17:20:02.800 INFO O| Sep 25 17:20:02.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55742024-09-25T17:20:04.019Z[ recovery-image] Sep 25 17:20:02.800 INFO O| Sep 25 17:20:02.800 INFO STEP 503 (remove_files) COMPLETE
55752024-09-25T17:20:04.022Z[ recovery-image] Sep 25 17:20:02.800 INFO O| Sep 25 17:20:02.800 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-09-25T17:20:04.038Z[ recovery-image] Sep 25 17:20:02.819 INFO O| Sep 25 17:20:02.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55772024-09-25T17:20:04.038Z[ recovery-image] Sep 25 17:20:02.819 INFO O| Sep 25 17:20:02.819 INFO STEP 504 (remove_files) COMPLETE
55782024-09-25T17:20:04.041Z[ recovery-image] Sep 25 17:20:02.820 INFO O| Sep 25 17:20:02.819 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-09-25T17:20:04.058Z[ recovery-image] Sep 25 17:20:02.839 INFO O| Sep 25 17:20:02.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55802024-09-25T17:20:04.058Z[ recovery-image] Sep 25 17:20:02.839 INFO O| Sep 25 17:20:02.839 INFO STEP 505 (remove_files) COMPLETE
55812024-09-25T17:20:04.061Z[ recovery-image] Sep 25 17:20:02.839 INFO O| Sep 25 17:20:02.839 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-09-25T17:20:04.078Z[ recovery-image] Sep 25 17:20:02.859 INFO O| Sep 25 17:20:02.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55832024-09-25T17:20:04.078Z[ recovery-image] Sep 25 17:20:02.859 INFO O| Sep 25 17:20:02.859 INFO STEP 506 (remove_files) COMPLETE
55842024-09-25T17:20:04.078Z[ recovery-image] Sep 25 17:20:02.859 INFO O| Sep 25 17:20:02.859 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-09-25T17:20:04.097Z[ recovery-image] Sep 25 17:20:02.877 INFO O| Sep 25 17:20:02.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55862024-09-25T17:20:04.097Z[ recovery-image] Sep 25 17:20:02.877 INFO O| Sep 25 17:20:02.877 INFO STEP 507 (remove_files) COMPLETE
55872024-09-25T17:20:04.097Z[ recovery-image] Sep 25 17:20:02.877 INFO O| Sep 25 17:20:02.877 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-09-25T17:20:04.133Z[ recovery-image] Sep 25 17:20:02.915 INFO O| Sep 25 17:20:02.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
55892024-09-25T17:20:04.133Z[ recovery-image] Sep 25 17:20:02.915 INFO O| Sep 25 17:20:02.915 INFO STEP 508 (remove_files) COMPLETE
55902024-09-25T17:20:04.136Z[ recovery-image] Sep 25 17:20:02.915 INFO O| Sep 25 17:20:02.915 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-09-25T17:20:04.192Z[ recovery-image] Sep 25 17:20:02.974 INFO O| Sep 25 17:20:02.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
55922024-09-25T17:20:04.195Z[ recovery-image] Sep 25 17:20:02.974 INFO O| Sep 25 17:20:02.974 INFO STEP 509 (remove_files) COMPLETE
55932024-09-25T17:20:04.195Z[ recovery-image] Sep 25 17:20:02.974 INFO O| Sep 25 17:20:02.974 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-09-25T17:20:04.212Z[ recovery-image] Sep 25 17:20:02.994 INFO O| Sep 25 17:20:02.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
55952024-09-25T17:20:04.212Z[ recovery-image] Sep 25 17:20:02.994 INFO O| Sep 25 17:20:02.994 INFO STEP 510 (remove_files) COMPLETE
55962024-09-25T17:20:04.215Z[ recovery-image] Sep 25 17:20:02.994 INFO O| Sep 25 17:20:02.994 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-09-25T17:20:04.234Z[ recovery-image] Sep 25 17:20:03.016 INFO O| Sep 25 17:20:03.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
55982024-09-25T17:20:04.237Z[ recovery-image] Sep 25 17:20:03.016 INFO O| Sep 25 17:20:03.016 INFO STEP 511 (remove_files) COMPLETE
55992024-09-25T17:20:04.237Z[ recovery-image] Sep 25 17:20:03.016 INFO O| Sep 25 17:20:03.016 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-09-25T17:20:04.256Z[ recovery-image] Sep 25 17:20:03.036 INFO O| Sep 25 17:20:03.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56012024-09-25T17:20:04.256Z[ recovery-image] Sep 25 17:20:03.037 INFO O| Sep 25 17:20:03.037 INFO STEP 512 (remove_files) COMPLETE
56022024-09-25T17:20:04.256Z[ recovery-image] Sep 25 17:20:03.037 INFO O| Sep 25 17:20:03.037 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-09-25T17:20:04.277Z[ recovery-image] Sep 25 17:20:03.057 INFO O| Sep 25 17:20:03.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
56042024-09-25T17:20:04.295Z[ recovery-image] Sep 25 17:20:03.075 INFO O| Sep 25 17:20:03.075 INFO STEP 513 (remove_files) COMPLETE
56052024-09-25T17:20:04.295Z[ recovery-image] Sep 25 17:20:03.075 INFO O| Sep 25 17:20:03.075 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-09-25T17:20:04.330Z[ recovery-image] Sep 25 17:20:03.111 INFO O| Sep 25 17:20:03.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
56072024-09-25T17:20:04.330Z[ recovery-image] Sep 25 17:20:03.111 INFO O| Sep 25 17:20:03.111 INFO STEP 514 (remove_files) COMPLETE
56082024-09-25T17:20:04.332Z[ recovery-image] Sep 25 17:20:03.111 INFO O| Sep 25 17:20:03.111 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-09-25T17:20:04.350Z[ recovery-image] Sep 25 17:20:03.131 INFO O| Sep 25 17:20:03.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
56102024-09-25T17:20:04.350Z[ recovery-image] Sep 25 17:20:03.131 INFO O| Sep 25 17:20:03.131 INFO STEP 515 (remove_files) COMPLETE
56112024-09-25T17:20:04.350Z[ recovery-image] Sep 25 17:20:03.131 INFO O| Sep 25 17:20:03.131 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-09-25T17:20:04.370Z[ recovery-image] Sep 25 17:20:03.151 INFO O| Sep 25 17:20:03.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
56132024-09-25T17:20:04.370Z[ recovery-image] Sep 25 17:20:03.151 INFO O| Sep 25 17:20:03.151 INFO STEP 516 (remove_files) COMPLETE
56142024-09-25T17:20:04.370Z[ recovery-image] Sep 25 17:20:03.151 INFO O| Sep 25 17:20:03.151 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-09-25T17:20:04.390Z[ recovery-image] Sep 25 17:20:03.171 INFO O| Sep 25 17:20:03.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
56162024-09-25T17:20:04.400Z[ recovery-image] Sep 25 17:20:03.181 INFO O| Sep 25 17:20:03.181 INFO STEP 517 (remove_files) COMPLETE
56172024-09-25T17:20:04.400Z[ recovery-image] Sep 25 17:20:03.181 INFO O| Sep 25 17:20:03.181 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-09-25T17:20:04.438Z[ recovery-image] Sep 25 17:20:03.219 INFO O| Sep 25 17:20:03.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
56192024-09-25T17:20:04.438Z[ recovery-image] Sep 25 17:20:03.219 INFO O| Sep 25 17:20:03.219 INFO STEP 518 (remove_files) COMPLETE
56202024-09-25T17:20:04.438Z[ recovery-image] Sep 25 17:20:03.219 INFO O| Sep 25 17:20:03.219 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-09-25T17:20:04.456Z[ recovery-image] Sep 25 17:20:03.237 INFO O| Sep 25 17:20:03.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
56222024-09-25T17:20:04.456Z[ recovery-image] Sep 25 17:20:03.237 INFO O| Sep 25 17:20:03.237 INFO STEP 519 (remove_files) COMPLETE
56232024-09-25T17:20:04.458Z[ recovery-image] Sep 25 17:20:03.237 INFO O| Sep 25 17:20:03.237 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-09-25T17:20:04.476Z[ recovery-image] Sep 25 17:20:03.257 INFO O| Sep 25 17:20:03.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
56252024-09-25T17:20:04.478Z[ recovery-image] Sep 25 17:20:03.257 INFO O| Sep 25 17:20:03.257 INFO STEP 520 (remove_files) COMPLETE
56262024-09-25T17:20:04.478Z[ recovery-image] Sep 25 17:20:03.257 INFO O| Sep 25 17:20:03.257 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-09-25T17:20:04.496Z[ recovery-image] Sep 25 17:20:03.277 INFO O| Sep 25 17:20:03.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
56282024-09-25T17:20:04.496Z[ recovery-image] Sep 25 17:20:03.277 INFO O| Sep 25 17:20:03.277 INFO STEP 521 (remove_files) COMPLETE
56292024-09-25T17:20:04.496Z[ recovery-image] Sep 25 17:20:03.277 INFO O| Sep 25 17:20:03.277 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-09-25T17:20:04.516Z[ recovery-image] Sep 25 17:20:03.297 INFO O| Sep 25 17:20:03.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
56312024-09-25T17:20:04.516Z[ recovery-image] Sep 25 17:20:03.297 INFO O| Sep 25 17:20:03.297 INFO STEP 522 (remove_files) COMPLETE
56322024-09-25T17:20:04.516Z[ recovery-image] Sep 25 17:20:03.297 INFO O| Sep 25 17:20:03.297 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-09-25T17:20:04.535Z[ recovery-image] Sep 25 17:20:03.316 INFO O| Sep 25 17:20:03.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
56342024-09-25T17:20:04.535Z[ recovery-image] Sep 25 17:20:03.317 INFO O| Sep 25 17:20:03.317 INFO STEP 523 (remove_files) COMPLETE
56352024-09-25T17:20:04.535Z[ recovery-image] Sep 25 17:20:03.317 INFO O| Sep 25 17:20:03.317 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-09-25T17:20:04.555Z[ recovery-image] Sep 25 17:20:03.336 INFO O| Sep 25 17:20:03.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
56372024-09-25T17:20:04.555Z[ recovery-image] Sep 25 17:20:03.336 INFO O| Sep 25 17:20:03.336 INFO STEP 524 (remove_files) COMPLETE
56382024-09-25T17:20:04.555Z[ recovery-image] Sep 25 17:20:03.336 INFO O| Sep 25 17:20:03.336 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-09-25T17:20:04.575Z[ recovery-image] Sep 25 17:20:03.356 INFO O| Sep 25 17:20:03.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
56402024-09-25T17:20:04.575Z[ recovery-image] Sep 25 17:20:03.356 INFO O| Sep 25 17:20:03.356 INFO STEP 525 (remove_files) COMPLETE
56412024-09-25T17:20:04.575Z[ recovery-image] Sep 25 17:20:03.356 INFO O| Sep 25 17:20:03.356 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-09-25T17:20:04.600Z[ recovery-image] Sep 25 17:20:03.381 INFO O| Sep 25 17:20:03.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
56432024-09-25T17:20:04.603Z[ recovery-image] Sep 25 17:20:03.382 INFO O| Sep 25 17:20:03.382 INFO STEP 526 (remove_files) COMPLETE
56442024-09-25T17:20:04.603Z[ recovery-image] Sep 25 17:20:03.382 INFO O| Sep 25 17:20:03.382 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-09-25T17:20:04.640Z[ recovery-image] Sep 25 17:20:03.421 INFO O| Sep 25 17:20:03.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
56462024-09-25T17:20:04.642Z[ recovery-image] Sep 25 17:20:03.421 INFO O| Sep 25 17:20:03.421 INFO STEP 527 (remove_files) COMPLETE
56472024-09-25T17:20:04.642Z[ recovery-image] Sep 25 17:20:03.421 INFO O| Sep 25 17:20:03.421 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-09-25T17:20:04.662Z[ recovery-image] Sep 25 17:20:03.443 INFO O| Sep 25 17:20:03.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
56492024-09-25T17:20:04.664Z[ recovery-image] Sep 25 17:20:03.443 INFO O| Sep 25 17:20:03.443 INFO STEP 528 (remove_files) COMPLETE
56502024-09-25T17:20:04.664Z[ recovery-image] Sep 25 17:20:03.443 INFO O| Sep 25 17:20:03.443 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-09-25T17:20:04.683Z[ recovery-image] Sep 25 17:20:03.464 INFO O| Sep 25 17:20:03.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
56522024-09-25T17:20:04.685Z[ recovery-image] Sep 25 17:20:03.464 INFO O| Sep 25 17:20:03.464 INFO STEP 529 (remove_files) COMPLETE
56532024-09-25T17:20:04.685Z[ recovery-image] Sep 25 17:20:03.464 INFO O| Sep 25 17:20:03.464 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-09-25T17:20:04.702Z[ recovery-image] Sep 25 17:20:03.483 INFO O| Sep 25 17:20:03.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
56552024-09-25T17:20:04.704Z[ recovery-image] Sep 25 17:20:03.483 INFO O| Sep 25 17:20:03.483 INFO STEP 530 (remove_files) COMPLETE
56562024-09-25T17:20:04.704Z[ recovery-image] Sep 25 17:20:03.483 INFO O| Sep 25 17:20:03.483 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-09-25T17:20:04.728Z[ recovery-image] Sep 25 17:20:03.509 INFO O| Sep 25 17:20:03.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
56582024-09-25T17:20:04.731Z[ recovery-image] Sep 25 17:20:03.509 INFO O| Sep 25 17:20:03.509 INFO STEP 531 (remove_files) COMPLETE
56592024-09-25T17:20:04.731Z[ recovery-image] Sep 25 17:20:03.509 INFO O| Sep 25 17:20:03.509 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-09-25T17:20:04.748Z[ recovery-image] Sep 25 17:20:03.529 INFO O| Sep 25 17:20:03.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
56612024-09-25T17:20:04.750Z[ recovery-image] Sep 25 17:20:03.529 INFO O| Sep 25 17:20:03.529 INFO STEP 532 (remove_files) COMPLETE
56622024-09-25T17:20:04.750Z[ recovery-image] Sep 25 17:20:03.529 INFO O| Sep 25 17:20:03.529 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-09-25T17:20:04.791Z[ recovery-image] Sep 25 17:20:03.572 INFO O| Sep 25 17:20:03.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
56642024-09-25T17:20:04.791Z[ recovery-image] Sep 25 17:20:03.572 INFO O| Sep 25 17:20:03.572 INFO STEP 533 (remove_files) COMPLETE
56652024-09-25T17:20:04.794Z[ recovery-image] Sep 25 17:20:03.572 INFO O| Sep 25 17:20:03.572 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-09-25T17:20:04.839Z[ recovery-image] Sep 25 17:20:03.620 INFO O| Sep 25 17:20:03.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
56672024-09-25T17:20:04.839Z[ recovery-image] Sep 25 17:20:03.620 INFO O| Sep 25 17:20:03.620 INFO STEP 534 (remove_files) COMPLETE
56682024-09-25T17:20:04.839Z[ recovery-image] Sep 25 17:20:03.621 INFO O| Sep 25 17:20:03.620 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-09-25T17:20:04.861Z[ recovery-image] Sep 25 17:20:03.642 INFO O| Sep 25 17:20:03.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
56702024-09-25T17:20:04.861Z[ recovery-image] Sep 25 17:20:03.642 INFO O| Sep 25 17:20:03.642 INFO STEP 535 (remove_files) COMPLETE
56712024-09-25T17:20:04.864Z[ recovery-image] Sep 25 17:20:03.643 INFO O| Sep 25 17:20:03.642 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-09-25T17:20:04.880Z[ recovery-image] Sep 25 17:20:03.661 INFO O| Sep 25 17:20:03.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56732024-09-25T17:20:04.880Z[ recovery-image] Sep 25 17:20:03.661 INFO O| Sep 25 17:20:03.661 INFO STEP 536 (remove_files) COMPLETE
56742024-09-25T17:20:04.882Z[ recovery-image] Sep 25 17:20:03.661 INFO O| Sep 25 17:20:03.661 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-09-25T17:20:04.899Z[ recovery-image] Sep 25 17:20:03.680 INFO O| Sep 25 17:20:03.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56762024-09-25T17:20:04.899Z[ recovery-image] Sep 25 17:20:03.680 INFO O| Sep 25 17:20:03.680 INFO STEP 537 (remove_files) COMPLETE
56772024-09-25T17:20:04.899Z[ recovery-image] Sep 25 17:20:03.680 INFO O| Sep 25 17:20:03.680 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-09-25T17:20:04.927Z[ recovery-image] Sep 25 17:20:03.708 INFO O| Sep 25 17:20:03.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56792024-09-25T17:20:04.927Z[ recovery-image] Sep 25 17:20:03.708 INFO O| Sep 25 17:20:03.708 INFO STEP 538 (remove_files) COMPLETE
56802024-09-25T17:20:04.927Z[ recovery-image] Sep 25 17:20:03.708 INFO O| Sep 25 17:20:03.708 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-09-25T17:20:04.962Z[ recovery-image] Sep 25 17:20:03.743 INFO O| Sep 25 17:20:03.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56822024-09-25T17:20:04.962Z[ recovery-image] Sep 25 17:20:03.743 INFO O| Sep 25 17:20:03.743 INFO STEP 539 (remove_files) COMPLETE
56832024-09-25T17:20:04.965Z[ recovery-image] Sep 25 17:20:03.743 INFO O| Sep 25 17:20:03.743 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-09-25T17:20:04.999Z[ recovery-image] Sep 25 17:20:03.780 INFO O| Sep 25 17:20:03.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56852024-09-25T17:20:04.999Z[ recovery-image] Sep 25 17:20:03.780 INFO O| Sep 25 17:20:03.780 INFO STEP 540 (remove_files) COMPLETE
56862024-09-25T17:20:04.999Z[ recovery-image] Sep 25 17:20:03.780 INFO O| Sep 25 17:20:03.780 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-09-25T17:20:05.034Z[ recovery-image] Sep 25 17:20:03.815 INFO O| Sep 25 17:20:03.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
56882024-09-25T17:20:05.034Z[ recovery-image] Sep 25 17:20:03.815 INFO O| Sep 25 17:20:03.815 INFO STEP 541 (remove_files) COMPLETE
56892024-09-25T17:20:05.034Z[ recovery-image] Sep 25 17:20:03.815 INFO O| Sep 25 17:20:03.815 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-09-25T17:20:05.053Z[ recovery-image] Sep 25 17:20:03.833 INFO O| Sep 25 17:20:03.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
56912024-09-25T17:20:05.053Z[ recovery-image] Sep 25 17:20:03.834 INFO O| Sep 25 17:20:03.833 INFO STEP 542 (remove_files) COMPLETE
56922024-09-25T17:20:05.053Z[ recovery-image] Sep 25 17:20:03.834 INFO O| Sep 25 17:20:03.833 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-09-25T17:20:05.070Z[ recovery-image] Sep 25 17:20:03.851 INFO O| Sep 25 17:20:03.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
56942024-09-25T17:20:05.070Z[ recovery-image] Sep 25 17:20:03.851 INFO O| Sep 25 17:20:03.851 INFO STEP 543 (remove_files) COMPLETE
56952024-09-25T17:20:05.070Z[ recovery-image] Sep 25 17:20:03.851 INFO O| Sep 25 17:20:03.851 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-09-25T17:20:05.089Z[ recovery-image] Sep 25 17:20:03.869 INFO O| Sep 25 17:20:03.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
56972024-09-25T17:20:05.089Z[ recovery-image] Sep 25 17:20:03.869 INFO O| Sep 25 17:20:03.869 INFO STEP 544 (remove_files) COMPLETE
56982024-09-25T17:20:05.089Z[ recovery-image] Sep 25 17:20:03.869 INFO O| Sep 25 17:20:03.869 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-09-25T17:20:05.108Z[ recovery-image] Sep 25 17:20:03.888 INFO O| Sep 25 17:20:03.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57002024-09-25T17:20:05.108Z[ recovery-image] Sep 25 17:20:03.888 INFO O| Sep 25 17:20:03.888 INFO STEP 545 (remove_files) COMPLETE
57012024-09-25T17:20:05.108Z[ recovery-image] Sep 25 17:20:03.888 INFO O| Sep 25 17:20:03.888 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-09-25T17:20:05.125Z[ recovery-image] Sep 25 17:20:03.906 INFO O| Sep 25 17:20:03.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
57032024-09-25T17:20:05.125Z[ recovery-image] Sep 25 17:20:03.906 INFO O| Sep 25 17:20:03.906 INFO STEP 546 (remove_files) COMPLETE
57042024-09-25T17:20:05.125Z[ recovery-image] Sep 25 17:20:03.906 INFO O| Sep 25 17:20:03.906 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-09-25T17:20:05.181Z[ recovery-image] Sep 25 17:20:03.962 INFO O| Sep 25 17:20:03.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
57062024-09-25T17:20:05.181Z[ recovery-image] Sep 25 17:20:03.963 INFO O| Sep 25 17:20:03.962 INFO STEP 547 (remove_files) COMPLETE
57072024-09-25T17:20:05.181Z[ recovery-image] Sep 25 17:20:03.963 INFO O| Sep 25 17:20:03.963 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-09-25T17:20:05.201Z[ recovery-image] Sep 25 17:20:03.980 INFO O| Sep 25 17:20:03.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
57092024-09-25T17:20:05.201Z[ recovery-image] Sep 25 17:20:03.980 INFO O| Sep 25 17:20:03.980 INFO STEP 548 (remove_files) COMPLETE
57102024-09-25T17:20:05.203Z[ recovery-image] Sep 25 17:20:03.981 INFO O| Sep 25 17:20:03.980 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-09-25T17:20:05.215Z[ recovery-image] Sep 25 17:20:03.997 INFO O| Sep 25 17:20:03.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
57122024-09-25T17:20:05.223Z[ recovery-image] Sep 25 17:20:03.997 INFO O| Sep 25 17:20:03.997 INFO STEP 549 (remove_files) COMPLETE
57132024-09-25T17:20:05.223Z[ recovery-image] Sep 25 17:20:03.997 INFO O| Sep 25 17:20:03.997 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-09-25T17:20:05.233Z[ recovery-image] Sep 25 17:20:04.015 INFO O| Sep 25 17:20:04.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
57152024-09-25T17:20:05.234Z[ recovery-image] Sep 25 17:20:04.015 INFO O| Sep 25 17:20:04.015 INFO STEP 550 (remove_files) COMPLETE
57162024-09-25T17:20:05.234Z[ recovery-image] Sep 25 17:20:04.015 INFO O| Sep 25 17:20:04.015 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-09-25T17:20:05.251Z[ recovery-image] Sep 25 17:20:04.032 INFO O| Sep 25 17:20:04.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
57182024-09-25T17:20:05.251Z[ recovery-image] Sep 25 17:20:04.032 INFO O| Sep 25 17:20:04.032 INFO STEP 551 (remove_files) COMPLETE
57192024-09-25T17:20:05.254Z[ recovery-image] Sep 25 17:20:04.032 INFO O| Sep 25 17:20:04.032 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-09-25T17:20:05.283Z[ recovery-image] Sep 25 17:20:04.064 INFO O| Sep 25 17:20:04.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
57212024-09-25T17:20:05.286Z[ recovery-image] Sep 25 17:20:04.064 INFO O| Sep 25 17:20:04.064 INFO STEP 552 (remove_files) COMPLETE
57222024-09-25T17:20:05.286Z[ recovery-image] Sep 25 17:20:04.065 INFO O| Sep 25 17:20:04.065 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-09-25T17:20:05.304Z[ recovery-image] Sep 25 17:20:04.085 INFO O| Sep 25 17:20:04.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
57242024-09-25T17:20:05.306Z[ recovery-image] Sep 25 17:20:04.085 INFO O| Sep 25 17:20:04.085 INFO STEP 553 (remove_files) COMPLETE
57252024-09-25T17:20:05.307Z[ recovery-image] Sep 25 17:20:04.086 INFO O| Sep 25 17:20:04.085 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-09-25T17:20:05.325Z[ recovery-image] Sep 25 17:20:04.106 INFO O| Sep 25 17:20:04.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
57272024-09-25T17:20:05.337Z[ recovery-image] Sep 25 17:20:04.118 INFO O| Sep 25 17:20:04.118 INFO STEP 554 (remove_files) COMPLETE
57282024-09-25T17:20:05.339Z[ recovery-image] Sep 25 17:20:04.118 INFO O| Sep 25 17:20:04.118 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-09-25T17:20:05.357Z[ recovery-image] Sep 25 17:20:04.138 INFO O| Sep 25 17:20:04.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
57302024-09-25T17:20:05.359Z[ recovery-image] Sep 25 17:20:04.138 INFO O| Sep 25 17:20:04.138 INFO STEP 555 (remove_files) COMPLETE
57312024-09-25T17:20:05.359Z[ recovery-image] Sep 25 17:20:04.139 INFO O| Sep 25 17:20:04.138 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-09-25T17:20:05.389Z[ recovery-image] Sep 25 17:20:04.171 INFO O| Sep 25 17:20:04.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
57332024-09-25T17:20:05.389Z[ recovery-image] Sep 25 17:20:04.171 INFO O| Sep 25 17:20:04.171 INFO STEP 556 (remove_files) COMPLETE
57342024-09-25T17:20:05.392Z[ recovery-image] Sep 25 17:20:04.171 INFO O| Sep 25 17:20:04.171 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-09-25T17:20:05.439Z[ recovery-image] Sep 25 17:20:04.220 INFO O| Sep 25 17:20:04.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
57362024-09-25T17:20:05.439Z[ recovery-image] Sep 25 17:20:04.220 INFO O| Sep 25 17:20:04.220 INFO STEP 557 (remove_files) COMPLETE
57372024-09-25T17:20:05.439Z[ recovery-image] Sep 25 17:20:04.221 INFO O| Sep 25 17:20:04.220 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-09-25T17:20:05.462Z[ recovery-image] Sep 25 17:20:04.243 INFO O| Sep 25 17:20:04.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
57392024-09-25T17:20:05.465Z[ recovery-image] Sep 25 17:20:04.243 INFO O| Sep 25 17:20:04.243 INFO STEP 558 (remove_files) COMPLETE
57402024-09-25T17:20:05.465Z[ recovery-image] Sep 25 17:20:04.244 INFO O| Sep 25 17:20:04.244 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-09-25T17:20:05.485Z[ recovery-image] Sep 25 17:20:04.266 INFO O| Sep 25 17:20:04.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
57422024-09-25T17:20:05.485Z[ recovery-image] Sep 25 17:20:04.266 INFO O| Sep 25 17:20:04.266 INFO STEP 559 (remove_files) COMPLETE
57432024-09-25T17:20:05.487Z[ recovery-image] Sep 25 17:20:04.266 INFO O| Sep 25 17:20:04.266 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-09-25T17:20:05.505Z[ recovery-image] Sep 25 17:20:04.286 INFO O| Sep 25 17:20:04.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
57452024-09-25T17:20:05.507Z[ recovery-image] Sep 25 17:20:04.286 INFO O| Sep 25 17:20:04.286 INFO STEP 560 (remove_files) COMPLETE
57462024-09-25T17:20:05.507Z[ recovery-image] Sep 25 17:20:04.286 INFO O| Sep 25 17:20:04.286 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-09-25T17:20:05.524Z[ recovery-image] Sep 25 17:20:04.305 INFO O| Sep 25 17:20:04.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
57482024-09-25T17:20:05.524Z[ recovery-image] Sep 25 17:20:04.305 INFO O| Sep 25 17:20:04.305 INFO STEP 561 (remove_files) COMPLETE
57492024-09-25T17:20:05.527Z[ recovery-image] Sep 25 17:20:04.305 INFO O| Sep 25 17:20:04.305 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-09-25T17:20:05.546Z[ recovery-image] Sep 25 17:20:04.327 INFO O| Sep 25 17:20:04.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
57512024-09-25T17:20:05.546Z[ recovery-image] Sep 25 17:20:04.327 INFO O| Sep 25 17:20:04.327 INFO STEP 562 (remove_files) COMPLETE
57522024-09-25T17:20:05.549Z[ recovery-image] Sep 25 17:20:04.327 INFO O| Sep 25 17:20:04.327 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-09-25T17:20:05.567Z[ recovery-image] Sep 25 17:20:04.347 INFO O| Sep 25 17:20:04.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
57542024-09-25T17:20:05.567Z[ recovery-image] Sep 25 17:20:04.347 INFO O| Sep 25 17:20:04.347 INFO STEP 563 (remove_files) COMPLETE
57552024-09-25T17:20:05.570Z[ recovery-image] Sep 25 17:20:04.347 INFO O| Sep 25 17:20:04.347 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-09-25T17:20:05.586Z[ recovery-image] Sep 25 17:20:04.367 INFO O| Sep 25 17:20:04.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
57572024-09-25T17:20:05.586Z[ recovery-image] Sep 25 17:20:04.367 INFO O| Sep 25 17:20:04.367 INFO STEP 564 (remove_files) COMPLETE
57582024-09-25T17:20:05.588Z[ recovery-image] Sep 25 17:20:04.367 INFO O| Sep 25 17:20:04.367 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-09-25T17:20:05.606Z[ recovery-image] Sep 25 17:20:04.387 INFO O| Sep 25 17:20:04.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
57602024-09-25T17:20:05.606Z[ recovery-image] Sep 25 17:20:04.387 INFO O| Sep 25 17:20:04.387 INFO STEP 565 (remove_files) COMPLETE
57612024-09-25T17:20:05.608Z[ recovery-image] Sep 25 17:20:04.387 INFO O| Sep 25 17:20:04.387 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-09-25T17:20:05.625Z[ recovery-image] Sep 25 17:20:04.406 INFO O| Sep 25 17:20:04.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
57632024-09-25T17:20:05.625Z[ recovery-image] Sep 25 17:20:04.406 INFO O| Sep 25 17:20:04.406 INFO STEP 566 (remove_files) COMPLETE
57642024-09-25T17:20:05.627Z[ recovery-image] Sep 25 17:20:04.406 INFO O| Sep 25 17:20:04.406 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-09-25T17:20:05.654Z[ recovery-image] Sep 25 17:20:04.428 INFO O| Sep 25 17:20:04.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
57662024-09-25T17:20:05.657Z[ recovery-image] Sep 25 17:20:04.428 INFO O| Sep 25 17:20:04.428 INFO STEP 567 (remove_files) COMPLETE
57672024-09-25T17:20:05.657Z[ recovery-image] Sep 25 17:20:04.428 INFO O| Sep 25 17:20:04.428 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-09-25T17:20:05.679Z[ recovery-image] Sep 25 17:20:04.460 INFO O| Sep 25 17:20:04.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57692024-09-25T17:20:05.679Z[ recovery-image] Sep 25 17:20:04.460 INFO O| Sep 25 17:20:04.460 INFO STEP 568 (remove_files) COMPLETE
57702024-09-25T17:20:05.679Z[ recovery-image] Sep 25 17:20:04.460 INFO O| Sep 25 17:20:04.460 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-09-25T17:20:05.702Z[ recovery-image] Sep 25 17:20:04.483 INFO O| Sep 25 17:20:04.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57722024-09-25T17:20:05.702Z[ recovery-image] Sep 25 17:20:04.483 INFO O| Sep 25 17:20:04.483 INFO STEP 569 (remove_files) COMPLETE
57732024-09-25T17:20:05.705Z[ recovery-image] Sep 25 17:20:04.484 INFO O| Sep 25 17:20:04.483 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-09-25T17:20:05.729Z[ recovery-image] Sep 25 17:20:04.510 INFO O| Sep 25 17:20:04.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57752024-09-25T17:20:05.729Z[ recovery-image] Sep 25 17:20:04.510 INFO O| Sep 25 17:20:04.510 INFO STEP 570 (remove_files) COMPLETE
57762024-09-25T17:20:05.729Z[ recovery-image] Sep 25 17:20:04.510 INFO O| Sep 25 17:20:04.510 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-09-25T17:20:05.752Z[ recovery-image] Sep 25 17:20:04.533 INFO O| Sep 25 17:20:04.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57782024-09-25T17:20:05.752Z[ recovery-image] Sep 25 17:20:04.533 INFO O| Sep 25 17:20:04.533 INFO STEP 571 (remove_files) COMPLETE
57792024-09-25T17:20:05.754Z[ recovery-image] Sep 25 17:20:04.533 INFO O| Sep 25 17:20:04.533 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-09-25T17:20:05.786Z[ recovery-image] Sep 25 17:20:04.567 INFO O| Sep 25 17:20:04.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57812024-09-25T17:20:05.786Z[ recovery-image] Sep 25 17:20:04.567 INFO O| Sep 25 17:20:04.567 INFO STEP 572 (remove_files) COMPLETE
57822024-09-25T17:20:05.789Z[ recovery-image] Sep 25 17:20:04.567 INFO O| Sep 25 17:20:04.567 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-09-25T17:20:05.807Z[ recovery-image] Sep 25 17:20:04.588 INFO O| Sep 25 17:20:04.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57842024-09-25T17:20:05.807Z[ recovery-image] Sep 25 17:20:04.588 INFO O| Sep 25 17:20:04.588 INFO STEP 573 (remove_files) COMPLETE
57852024-09-25T17:20:05.807Z[ recovery-image] Sep 25 17:20:04.588 INFO O| Sep 25 17:20:04.588 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-09-25T17:20:05.827Z[ recovery-image] Sep 25 17:20:04.608 INFO O| Sep 25 17:20:04.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
57872024-09-25T17:20:05.828Z[ recovery-image] Sep 25 17:20:04.608 INFO O| Sep 25 17:20:04.608 INFO STEP 574 (remove_files) COMPLETE
57882024-09-25T17:20:05.828Z[ recovery-image] Sep 25 17:20:04.608 INFO O| Sep 25 17:20:04.608 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-09-25T17:20:05.869Z[ recovery-image] Sep 25 17:20:04.650 INFO O| Sep 25 17:20:04.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
57902024-09-25T17:20:05.869Z[ recovery-image] Sep 25 17:20:04.650 INFO O| Sep 25 17:20:04.650 INFO STEP 575 (remove_files) COMPLETE
57912024-09-25T17:20:05.869Z[ recovery-image] Sep 25 17:20:04.650 INFO O| Sep 25 17:20:04.650 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-09-25T17:20:05.889Z[ recovery-image] Sep 25 17:20:04.670 INFO O| Sep 25 17:20:04.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
57932024-09-25T17:20:05.889Z[ recovery-image] Sep 25 17:20:04.670 INFO O| Sep 25 17:20:04.670 INFO STEP 576 (remove_files) COMPLETE
57942024-09-25T17:20:05.892Z[ recovery-image] Sep 25 17:20:04.670 INFO O| Sep 25 17:20:04.670 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-09-25T17:20:05.907Z[ recovery-image] Sep 25 17:20:04.688 INFO O| Sep 25 17:20:04.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
57962024-09-25T17:20:05.907Z[ recovery-image] Sep 25 17:20:04.688 INFO O| Sep 25 17:20:04.688 INFO STEP 577 (remove_files) COMPLETE
57972024-09-25T17:20:05.907Z[ recovery-image] Sep 25 17:20:04.688 INFO O| Sep 25 17:20:04.688 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-09-25T17:20:05.934Z[ recovery-image] Sep 25 17:20:04.715 INFO O| Sep 25 17:20:04.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
57992024-09-25T17:20:05.934Z[ recovery-image] Sep 25 17:20:04.715 INFO O| Sep 25 17:20:04.715 INFO STEP 578 (remove_files) COMPLETE
58002024-09-25T17:20:05.934Z[ recovery-image] Sep 25 17:20:04.715 INFO O| Sep 25 17:20:04.715 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-09-25T17:20:05.985Z[ recovery-image] Sep 25 17:20:04.765 INFO O| Sep 25 17:20:04.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
58022024-09-25T17:20:05.985Z[ recovery-image] Sep 25 17:20:04.765 INFO O| Sep 25 17:20:04.765 INFO STEP 579 (remove_files) COMPLETE
58032024-09-25T17:20:05.987Z[ recovery-image] Sep 25 17:20:04.766 INFO O| Sep 25 17:20:04.765 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-09-25T17:20:06.044Z[ recovery-image] Sep 25 17:20:04.823 INFO O| Sep 25 17:20:04.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
58052024-09-25T17:20:06.044Z[ recovery-image] Sep 25 17:20:04.824 INFO O| Sep 25 17:20:04.824 INFO STEP 580 (remove_files) COMPLETE
58062024-09-25T17:20:06.044Z[ recovery-image] Sep 25 17:20:04.824 INFO O| Sep 25 17:20:04.824 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-09-25T17:20:06.062Z[ recovery-image] Sep 25 17:20:04.843 INFO O| Sep 25 17:20:04.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
58082024-09-25T17:20:06.062Z[ recovery-image] Sep 25 17:20:04.843 INFO O| Sep 25 17:20:04.843 INFO STEP 581 (remove_files) COMPLETE
58092024-09-25T17:20:06.062Z[ recovery-image] Sep 25 17:20:04.843 INFO O| Sep 25 17:20:04.843 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-09-25T17:20:06.082Z[ recovery-image] Sep 25 17:20:04.862 INFO O| Sep 25 17:20:04.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
58112024-09-25T17:20:06.082Z[ recovery-image] Sep 25 17:20:04.862 INFO O| Sep 25 17:20:04.862 INFO STEP 582 (remove_files) COMPLETE
58122024-09-25T17:20:06.084Z[ recovery-image] Sep 25 17:20:04.862 INFO O| Sep 25 17:20:04.862 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-09-25T17:20:06.100Z[ recovery-image] Sep 25 17:20:04.881 INFO O| Sep 25 17:20:04.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
58142024-09-25T17:20:06.100Z[ recovery-image] Sep 25 17:20:04.881 INFO O| Sep 25 17:20:04.881 INFO STEP 583 (remove_files) COMPLETE
58152024-09-25T17:20:06.100Z[ recovery-image] Sep 25 17:20:04.881 INFO O| Sep 25 17:20:04.881 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-09-25T17:20:06.119Z[ recovery-image] Sep 25 17:20:04.900 INFO O| Sep 25 17:20:04.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
58172024-09-25T17:20:06.119Z[ recovery-image] Sep 25 17:20:04.900 INFO O| Sep 25 17:20:04.900 INFO STEP 584 (remove_files) COMPLETE
58182024-09-25T17:20:06.122Z[ recovery-image] Sep 25 17:20:04.900 INFO O| Sep 25 17:20:04.900 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-09-25T17:20:06.138Z[ recovery-image] Sep 25 17:20:04.919 INFO O| Sep 25 17:20:04.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
58202024-09-25T17:20:06.138Z[ recovery-image] Sep 25 17:20:04.919 INFO O| Sep 25 17:20:04.919 INFO STEP 585 (remove_files) COMPLETE
58212024-09-25T17:20:06.142Z[ recovery-image] Sep 25 17:20:04.919 INFO O| Sep 25 17:20:04.919 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-09-25T17:20:06.160Z[ recovery-image] Sep 25 17:20:04.940 INFO O| Sep 25 17:20:04.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
58232024-09-25T17:20:06.160Z[ recovery-image] Sep 25 17:20:04.940 INFO O| Sep 25 17:20:04.940 INFO STEP 586 (remove_files) COMPLETE
58242024-09-25T17:20:06.160Z[ recovery-image] Sep 25 17:20:04.940 INFO O| Sep 25 17:20:04.940 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-09-25T17:20:06.179Z[ recovery-image] Sep 25 17:20:04.959 INFO O| Sep 25 17:20:04.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
58262024-09-25T17:20:06.179Z[ recovery-image] Sep 25 17:20:04.960 INFO O| Sep 25 17:20:04.959 INFO STEP 587 (remove_files) COMPLETE
58272024-09-25T17:20:06.179Z[ recovery-image] Sep 25 17:20:04.960 INFO O| Sep 25 17:20:04.960 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-09-25T17:20:06.197Z[ recovery-image] Sep 25 17:20:04.977 INFO O| Sep 25 17:20:04.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
58292024-09-25T17:20:06.197Z[ recovery-image] Sep 25 17:20:04.977 INFO O| Sep 25 17:20:04.977 INFO STEP 588 (remove_files) COMPLETE
58302024-09-25T17:20:06.197Z[ recovery-image] Sep 25 17:20:04.978 INFO O| Sep 25 17:20:04.977 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-09-25T17:20:06.214Z[ recovery-image] Sep 25 17:20:04.995 INFO O| Sep 25 17:20:04.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
58322024-09-25T17:20:06.217Z[ recovery-image] Sep 25 17:20:04.995 INFO O| Sep 25 17:20:04.995 INFO STEP 589 (remove_files) COMPLETE
58332024-09-25T17:20:06.217Z[ recovery-image] Sep 25 17:20:04.995 INFO O| Sep 25 17:20:04.995 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-09-25T17:20:06.239Z[ recovery-image] Sep 25 17:20:05.020 INFO O| Sep 25 17:20:05.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
58352024-09-25T17:20:06.242Z[ recovery-image] Sep 25 17:20:05.022 INFO O| Sep 25 17:20:05.022 INFO STEP 590 (remove_files) COMPLETE
58362024-09-25T17:20:06.242Z[ recovery-image] Sep 25 17:20:05.022 INFO O| Sep 25 17:20:05.022 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-09-25T17:20:06.261Z[ recovery-image] Sep 25 17:20:05.042 INFO O| Sep 25 17:20:05.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
58382024-09-25T17:20:06.261Z[ recovery-image] Sep 25 17:20:05.042 INFO O| Sep 25 17:20:05.042 INFO STEP 591 (remove_files) COMPLETE
58392024-09-25T17:20:06.261Z[ recovery-image] Sep 25 17:20:05.042 INFO O| Sep 25 17:20:05.042 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-09-25T17:20:06.280Z[ recovery-image] Sep 25 17:20:05.061 INFO O| Sep 25 17:20:05.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
58412024-09-25T17:20:06.300Z[ recovery-image] Sep 25 17:20:05.080 INFO O| Sep 25 17:20:05.080 INFO STEP 592 (remove_files) COMPLETE
58422024-09-25T17:20:06.300Z[ recovery-image] Sep 25 17:20:05.080 INFO O| Sep 25 17:20:05.080 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-09-25T17:20:06.332Z[ recovery-image] Sep 25 17:20:05.113 INFO O| Sep 25 17:20:05.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
58442024-09-25T17:20:06.332Z[ recovery-image] Sep 25 17:20:05.113 INFO O| Sep 25 17:20:05.113 INFO STEP 593 (remove_files) COMPLETE
58452024-09-25T17:20:06.332Z[ recovery-image] Sep 25 17:20:05.113 INFO O| Sep 25 17:20:05.113 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-09-25T17:20:06.367Z[ recovery-image] Sep 25 17:20:05.147 INFO O| Sep 25 17:20:05.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
58472024-09-25T17:20:06.367Z[ recovery-image] Sep 25 17:20:05.148 INFO O| Sep 25 17:20:05.148 INFO STEP 594 (remove_files) COMPLETE
58482024-09-25T17:20:06.370Z[ recovery-image] Sep 25 17:20:05.148 INFO O| Sep 25 17:20:05.148 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-09-25T17:20:06.424Z[ recovery-image] Sep 25 17:20:05.205 INFO O| Sep 25 17:20:05.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
58502024-09-25T17:20:06.424Z[ recovery-image] Sep 25 17:20:05.205 INFO O| Sep 25 17:20:05.205 INFO STEP 595 (remove_files) COMPLETE
58512024-09-25T17:20:06.426Z[ recovery-image] Sep 25 17:20:05.205 INFO O| Sep 25 17:20:05.205 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-09-25T17:20:06.441Z[ recovery-image] Sep 25 17:20:05.222 INFO O| Sep 25 17:20:05.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
58532024-09-25T17:20:06.441Z[ recovery-image] Sep 25 17:20:05.222 INFO O| Sep 25 17:20:05.222 INFO STEP 596 (remove_files) COMPLETE
58542024-09-25T17:20:06.443Z[ recovery-image] Sep 25 17:20:05.222 INFO O| Sep 25 17:20:05.222 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-09-25T17:20:06.457Z[ recovery-image] Sep 25 17:20:05.238 INFO O| Sep 25 17:20:05.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
58562024-09-25T17:20:06.457Z[ recovery-image] Sep 25 17:20:05.238 INFO O| Sep 25 17:20:05.238 INFO STEP 597 (remove_files) COMPLETE
58572024-09-25T17:20:06.457Z[ recovery-image] Sep 25 17:20:05.238 INFO O| Sep 25 17:20:05.238 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-09-25T17:20:06.474Z[ recovery-image] Sep 25 17:20:05.255 INFO O| Sep 25 17:20:05.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
58592024-09-25T17:20:06.474Z[ recovery-image] Sep 25 17:20:05.255 INFO O| Sep 25 17:20:05.255 INFO STEP 598 (remove_files) COMPLETE
58602024-09-25T17:20:06.477Z[ recovery-image] Sep 25 17:20:05.255 INFO O| Sep 25 17:20:05.255 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-09-25T17:20:06.493Z[ recovery-image] Sep 25 17:20:05.273 INFO O| Sep 25 17:20:05.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
58622024-09-25T17:20:06.493Z[ recovery-image] Sep 25 17:20:05.273 INFO O| Sep 25 17:20:05.273 INFO STEP 599 (remove_files) COMPLETE
58632024-09-25T17:20:06.496Z[ recovery-image] Sep 25 17:20:05.273 INFO O| Sep 25 17:20:05.273 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-09-25T17:20:06.512Z[ recovery-image] Sep 25 17:20:05.292 INFO O| Sep 25 17:20:05.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
58652024-09-25T17:20:06.512Z[ recovery-image] Sep 25 17:20:05.292 INFO O| Sep 25 17:20:05.292 INFO STEP 600 (remove_files) COMPLETE
58662024-09-25T17:20:06.515Z[ recovery-image] Sep 25 17:20:05.292 INFO O| Sep 25 17:20:05.292 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-09-25T17:20:06.533Z[ recovery-image] Sep 25 17:20:05.313 INFO O| Sep 25 17:20:05.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58682024-09-25T17:20:06.533Z[ recovery-image] Sep 25 17:20:05.313 INFO O| Sep 25 17:20:05.313 INFO STEP 601 (remove_files) COMPLETE
58692024-09-25T17:20:06.533Z[ recovery-image] Sep 25 17:20:05.313 INFO O| Sep 25 17:20:05.313 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-09-25T17:20:06.551Z[ recovery-image] Sep 25 17:20:05.332 INFO O| Sep 25 17:20:05.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58712024-09-25T17:20:06.552Z[ recovery-image] Sep 25 17:20:05.332 INFO O| Sep 25 17:20:05.332 INFO STEP 602 (remove_files) COMPLETE
58722024-09-25T17:20:06.554Z[ recovery-image] Sep 25 17:20:05.332 INFO O| Sep 25 17:20:05.332 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-09-25T17:20:06.571Z[ recovery-image] Sep 25 17:20:05.351 INFO O| Sep 25 17:20:05.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58742024-09-25T17:20:06.571Z[ recovery-image] Sep 25 17:20:05.352 INFO O| Sep 25 17:20:05.352 INFO STEP 603 (remove_files) COMPLETE
58752024-09-25T17:20:06.571Z[ recovery-image] Sep 25 17:20:05.352 INFO O| Sep 25 17:20:05.352 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-09-25T17:20:06.593Z[ recovery-image] Sep 25 17:20:05.373 INFO O| Sep 25 17:20:05.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58772024-09-25T17:20:06.593Z[ recovery-image] Sep 25 17:20:05.373 INFO O| Sep 25 17:20:05.373 INFO STEP 604 (remove_files) COMPLETE
58782024-09-25T17:20:06.595Z[ recovery-image] Sep 25 17:20:05.374 INFO O| Sep 25 17:20:05.373 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-09-25T17:20:06.625Z[ recovery-image] Sep 25 17:20:05.406 INFO O| Sep 25 17:20:05.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
58802024-09-25T17:20:06.625Z[ recovery-image] Sep 25 17:20:05.406 INFO O| Sep 25 17:20:05.406 INFO STEP 605 (remove_files) COMPLETE
58812024-09-25T17:20:06.626Z[ recovery-image] Sep 25 17:20:05.406 INFO O| Sep 25 17:20:05.406 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-09-25T17:20:06.681Z[ recovery-image] Sep 25 17:20:05.462 INFO O| Sep 25 17:20:05.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
58832024-09-25T17:20:06.681Z[ recovery-image] Sep 25 17:20:05.462 INFO O| Sep 25 17:20:05.462 INFO STEP 606 (remove_files) COMPLETE
58842024-09-25T17:20:06.684Z[ recovery-image] Sep 25 17:20:05.462 INFO O| Sep 25 17:20:05.462 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-09-25T17:20:06.701Z[ recovery-image] Sep 25 17:20:05.482 INFO O| Sep 25 17:20:05.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
58862024-09-25T17:20:06.701Z[ recovery-image] Sep 25 17:20:05.482 INFO O| Sep 25 17:20:05.482 INFO STEP 607 (remove_files) COMPLETE
58872024-09-25T17:20:06.701Z[ recovery-image] Sep 25 17:20:05.482 INFO O| Sep 25 17:20:05.482 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-09-25T17:20:06.721Z[ recovery-image] Sep 25 17:20:05.502 INFO O| Sep 25 17:20:05.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
58892024-09-25T17:20:06.721Z[ recovery-image] Sep 25 17:20:05.502 INFO O| Sep 25 17:20:05.502 INFO STEP 608 (remove_files) COMPLETE
58902024-09-25T17:20:06.721Z[ recovery-image] Sep 25 17:20:05.502 INFO O| Sep 25 17:20:05.502 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-09-25T17:20:06.740Z[ recovery-image] Sep 25 17:20:05.521 INFO O| Sep 25 17:20:05.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
58922024-09-25T17:20:06.743Z[ recovery-image] Sep 25 17:20:05.522 INFO O| Sep 25 17:20:05.522 INFO STEP 609 (remove_files) COMPLETE
58932024-09-25T17:20:06.743Z[ recovery-image] Sep 25 17:20:05.522 INFO O| Sep 25 17:20:05.522 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-09-25T17:20:06.767Z[ recovery-image] Sep 25 17:20:05.548 INFO O| Sep 25 17:20:05.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
58952024-09-25T17:20:06.767Z[ recovery-image] Sep 25 17:20:05.548 INFO O| Sep 25 17:20:05.548 INFO STEP 610 (remove_files) COMPLETE
58962024-09-25T17:20:06.767Z[ recovery-image] Sep 25 17:20:05.548 INFO O| Sep 25 17:20:05.548 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-09-25T17:20:06.813Z[ recovery-image] Sep 25 17:20:05.594 INFO O| Sep 25 17:20:05.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
58982024-09-25T17:20:06.816Z[ recovery-image] Sep 25 17:20:05.594 INFO O| Sep 25 17:20:05.594 INFO STEP 611 (remove_files) COMPLETE
58992024-09-25T17:20:06.816Z[ recovery-image] Sep 25 17:20:05.594 INFO O| Sep 25 17:20:05.594 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-09-25T17:20:06.893Z[ recovery-image] Sep 25 17:20:05.674 INFO O| Sep 25 17:20:05.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59012024-09-25T17:20:06.893Z[ recovery-image] Sep 25 17:20:05.674 INFO O| Sep 25 17:20:05.674 INFO STEP 612 (remove_files) COMPLETE
59022024-09-25T17:20:06.893Z[ recovery-image] Sep 25 17:20:05.674 INFO O| Sep 25 17:20:05.674 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-09-25T17:20:06.913Z[ recovery-image] Sep 25 17:20:05.694 INFO O| Sep 25 17:20:05.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
59042024-09-25T17:20:06.916Z[ recovery-image] Sep 25 17:20:05.694 INFO O| Sep 25 17:20:05.694 INFO STEP 613 (remove_files) COMPLETE
59052024-09-25T17:20:06.916Z[ recovery-image] Sep 25 17:20:05.695 INFO O| Sep 25 17:20:05.695 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-09-25T17:20:06.971Z[ recovery-image] Sep 25 17:20:05.752 INFO O| Sep 25 17:20:05.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59072024-09-25T17:20:06.971Z[ recovery-image] Sep 25 17:20:05.752 INFO O| Sep 25 17:20:05.752 INFO STEP 614 (remove_files) COMPLETE
59082024-09-25T17:20:06.974Z[ recovery-image] Sep 25 17:20:05.752 INFO O| Sep 25 17:20:05.752 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-09-25T17:20:07.006Z[ recovery-image] Sep 25 17:20:05.786 INFO O| Sep 25 17:20:05.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
59102024-09-25T17:20:07.008Z[ recovery-image] Sep 25 17:20:05.787 INFO O| Sep 25 17:20:05.787 INFO STEP 615 (remove_files) COMPLETE
59112024-09-25T17:20:07.008Z[ recovery-image] Sep 25 17:20:05.787 INFO O| Sep 25 17:20:05.787 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-09-25T17:20:07.026Z[ recovery-image] Sep 25 17:20:05.807 INFO O| Sep 25 17:20:05.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
59132024-09-25T17:20:07.029Z[ recovery-image] Sep 25 17:20:05.807 INFO O| Sep 25 17:20:05.807 INFO STEP 616 (remove_files) COMPLETE
59142024-09-25T17:20:07.029Z[ recovery-image] Sep 25 17:20:05.808 INFO O| Sep 25 17:20:05.807 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-09-25T17:20:07.046Z[ recovery-image] Sep 25 17:20:05.826 INFO O| Sep 25 17:20:05.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
59162024-09-25T17:20:07.046Z[ recovery-image] Sep 25 17:20:05.827 INFO O| Sep 25 17:20:05.827 INFO STEP 617 (remove_files) COMPLETE
59172024-09-25T17:20:07.049Z[ recovery-image] Sep 25 17:20:05.827 INFO O| Sep 25 17:20:05.827 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-09-25T17:20:07.065Z[ recovery-image] Sep 25 17:20:05.845 INFO O| Sep 25 17:20:05.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
59192024-09-25T17:20:07.067Z[ recovery-image] Sep 25 17:20:05.845 INFO O| Sep 25 17:20:05.845 INFO STEP 618 (remove_files) COMPLETE
59202024-09-25T17:20:07.067Z[ recovery-image] Sep 25 17:20:05.846 INFO O| Sep 25 17:20:05.845 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-09-25T17:20:07.082Z[ recovery-image] Sep 25 17:20:05.863 INFO O| Sep 25 17:20:05.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
59222024-09-25T17:20:07.082Z[ recovery-image] Sep 25 17:20:05.863 INFO O| Sep 25 17:20:05.863 INFO STEP 619 (remove_files) COMPLETE
59232024-09-25T17:20:07.082Z[ recovery-image] Sep 25 17:20:05.863 INFO O| Sep 25 17:20:05.863 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-09-25T17:20:07.102Z[ recovery-image] Sep 25 17:20:05.883 INFO O| Sep 25 17:20:05.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
59252024-09-25T17:20:07.102Z[ recovery-image] Sep 25 17:20:05.883 INFO O| Sep 25 17:20:05.883 INFO STEP 620 (remove_files) COMPLETE
59262024-09-25T17:20:07.102Z[ recovery-image] Sep 25 17:20:05.883 INFO O| Sep 25 17:20:05.883 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-09-25T17:20:07.124Z[ recovery-image] Sep 25 17:20:05.904 INFO O| Sep 25 17:20:05.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
59282024-09-25T17:20:07.124Z[ recovery-image] Sep 25 17:20:05.904 INFO O| Sep 25 17:20:05.904 INFO STEP 621 (remove_files) COMPLETE
59292024-09-25T17:20:07.124Z[ recovery-image] Sep 25 17:20:05.904 INFO O| Sep 25 17:20:05.904 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-09-25T17:20:07.148Z[ recovery-image] Sep 25 17:20:05.929 INFO O| Sep 25 17:20:05.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
59312024-09-25T17:20:07.149Z[ recovery-image] Sep 25 17:20:05.929 INFO O| Sep 25 17:20:05.929 INFO STEP 622 (remove_files) COMPLETE
59322024-09-25T17:20:07.151Z[ recovery-image] Sep 25 17:20:05.929 INFO O| Sep 25 17:20:05.929 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-09-25T17:20:07.245Z[ recovery-image] Sep 25 17:20:06.026 INFO O| Sep 25 17:20:06.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
59342024-09-25T17:20:07.248Z[ recovery-image] Sep 25 17:20:06.026 INFO O| Sep 25 17:20:06.026 INFO STEP 623 (remove_files) COMPLETE
59352024-09-25T17:20:07.248Z[ recovery-image] Sep 25 17:20:06.026 INFO O| Sep 25 17:20:06.026 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-09-25T17:20:07.265Z[ recovery-image] Sep 25 17:20:06.045 INFO O| Sep 25 17:20:06.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
59372024-09-25T17:20:07.267Z[ recovery-image] Sep 25 17:20:06.046 INFO O| Sep 25 17:20:06.046 INFO STEP 624 (remove_files) COMPLETE
59382024-09-25T17:20:07.267Z[ recovery-image] Sep 25 17:20:06.046 INFO O| Sep 25 17:20:06.046 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-09-25T17:20:07.308Z[ recovery-image] Sep 25 17:20:06.088 INFO O| Sep 25 17:20:06.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
59402024-09-25T17:20:07.310Z[ recovery-image] Sep 25 17:20:06.088 INFO O| Sep 25 17:20:06.088 INFO STEP 625 (remove_files) COMPLETE
59412024-09-25T17:20:07.310Z[ recovery-image] Sep 25 17:20:06.089 INFO O| Sep 25 17:20:06.088 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-09-25T17:20:07.327Z[ recovery-image] Sep 25 17:20:06.108 INFO O| Sep 25 17:20:06.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
59432024-09-25T17:20:07.337Z[ recovery-image] Sep 25 17:20:06.108 INFO O| Sep 25 17:20:06.108 INFO STEP 626 (remove_files) COMPLETE
59442024-09-25T17:20:07.337Z[ recovery-image] Sep 25 17:20:06.108 INFO O| Sep 25 17:20:06.108 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-09-25T17:20:07.348Z[ recovery-image] Sep 25 17:20:06.128 INFO O| Sep 25 17:20:06.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
59462024-09-25T17:20:07.353Z[ recovery-image] Sep 25 17:20:06.128 INFO O| Sep 25 17:20:06.128 INFO STEP 627 (remove_files) COMPLETE
59472024-09-25T17:20:07.353Z[ recovery-image] Sep 25 17:20:06.128 INFO O| Sep 25 17:20:06.128 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-09-25T17:20:07.365Z[ recovery-image] Sep 25 17:20:06.146 INFO O| Sep 25 17:20:06.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
59492024-09-25T17:20:07.369Z[ recovery-image] Sep 25 17:20:06.146 INFO O| Sep 25 17:20:06.146 INFO STEP 628 (remove_files) COMPLETE
59502024-09-25T17:20:07.369Z[ recovery-image] Sep 25 17:20:06.146 INFO O| Sep 25 17:20:06.146 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-09-25T17:20:07.393Z[ recovery-image] Sep 25 17:20:06.173 INFO O| Sep 25 17:20:06.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
59522024-09-25T17:20:07.393Z[ recovery-image] Sep 25 17:20:06.173 INFO O| Sep 25 17:20:06.173 INFO STEP 629 (remove_files) COMPLETE
59532024-09-25T17:20:07.394Z[ recovery-image] Sep 25 17:20:06.173 INFO O| Sep 25 17:20:06.173 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-09-25T17:20:07.450Z[ recovery-image] Sep 25 17:20:06.230 INFO O| Sep 25 17:20:06.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
59552024-09-25T17:20:07.450Z[ recovery-image] Sep 25 17:20:06.230 INFO O| Sep 25 17:20:06.230 INFO STEP 630 (remove_files) COMPLETE
59562024-09-25T17:20:07.450Z[ recovery-image] Sep 25 17:20:06.230 INFO O| Sep 25 17:20:06.230 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-09-25T17:20:07.469Z[ recovery-image] Sep 25 17:20:06.249 INFO O| Sep 25 17:20:06.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
59582024-09-25T17:20:07.469Z[ recovery-image] Sep 25 17:20:06.249 INFO O| Sep 25 17:20:06.249 INFO STEP 631 (remove_files) COMPLETE
59592024-09-25T17:20:07.469Z[ recovery-image] Sep 25 17:20:06.249 INFO O| Sep 25 17:20:06.249 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-09-25T17:20:07.487Z[ recovery-image] Sep 25 17:20:06.267 INFO O| Sep 25 17:20:06.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
59612024-09-25T17:20:07.487Z[ recovery-image] Sep 25 17:20:06.267 INFO O| Sep 25 17:20:06.267 INFO STEP 632 (remove_files) COMPLETE
59622024-09-25T17:20:07.487Z[ recovery-image] Sep 25 17:20:06.267 INFO O| Sep 25 17:20:06.267 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-09-25T17:20:07.506Z[ recovery-image] Sep 25 17:20:06.287 INFO O| Sep 25 17:20:06.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
59642024-09-25T17:20:07.506Z[ recovery-image] Sep 25 17:20:06.287 INFO O| Sep 25 17:20:06.287 INFO STEP 633 (remove_files) COMPLETE
59652024-09-25T17:20:07.509Z[ recovery-image] Sep 25 17:20:06.287 INFO O| Sep 25 17:20:06.287 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-09-25T17:20:07.527Z[ recovery-image] Sep 25 17:20:06.307 INFO O| Sep 25 17:20:06.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59672024-09-25T17:20:07.527Z[ recovery-image] Sep 25 17:20:06.307 INFO O| Sep 25 17:20:06.307 INFO STEP 634 (remove_files) COMPLETE
59682024-09-25T17:20:07.529Z[ recovery-image] Sep 25 17:20:06.307 INFO O| Sep 25 17:20:06.307 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-09-25T17:20:07.546Z[ recovery-image] Sep 25 17:20:06.327 INFO O| Sep 25 17:20:06.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59702024-09-25T17:20:07.546Z[ recovery-image] Sep 25 17:20:06.327 INFO O| Sep 25 17:20:06.327 INFO STEP 635 (remove_files) COMPLETE
59712024-09-25T17:20:07.546Z[ recovery-image] Sep 25 17:20:06.327 INFO O| Sep 25 17:20:06.327 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-09-25T17:20:07.564Z[ recovery-image] Sep 25 17:20:06.345 INFO O| Sep 25 17:20:06.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59732024-09-25T17:20:07.584Z[ recovery-image] Sep 25 17:20:06.365 INFO O| Sep 25 17:20:06.365 INFO STEP 636 (remove_files) COMPLETE
59742024-09-25T17:20:07.584Z[ recovery-image] Sep 25 17:20:06.365 INFO O| Sep 25 17:20:06.365 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-09-25T17:20:07.604Z[ recovery-image] Sep 25 17:20:06.385 INFO O| Sep 25 17:20:06.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
59762024-09-25T17:20:07.604Z[ recovery-image] Sep 25 17:20:06.385 INFO O| Sep 25 17:20:06.385 INFO STEP 637 (remove_files) COMPLETE
59772024-09-25T17:20:07.607Z[ recovery-image] Sep 25 17:20:06.385 INFO O| Sep 25 17:20:06.385 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-09-25T17:20:07.622Z[ recovery-image] Sep 25 17:20:06.402 INFO O| Sep 25 17:20:06.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
59792024-09-25T17:20:07.622Z[ recovery-image] Sep 25 17:20:06.402 INFO O| Sep 25 17:20:06.402 INFO STEP 638 (remove_files) COMPLETE
59802024-09-25T17:20:07.624Z[ recovery-image] Sep 25 17:20:06.402 INFO O| Sep 25 17:20:06.402 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-09-25T17:20:07.639Z[ recovery-image] Sep 25 17:20:06.419 INFO O| Sep 25 17:20:06.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
59822024-09-25T17:20:07.639Z[ recovery-image] Sep 25 17:20:06.419 INFO O| Sep 25 17:20:06.419 INFO STEP 639 (remove_files) COMPLETE
59832024-09-25T17:20:07.639Z[ recovery-image] Sep 25 17:20:06.419 INFO O| Sep 25 17:20:06.419 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-09-25T17:20:07.657Z[ recovery-image] Sep 25 17:20:06.438 INFO O| Sep 25 17:20:06.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
59852024-09-25T17:20:07.657Z[ recovery-image] Sep 25 17:20:06.438 INFO O| Sep 25 17:20:06.438 INFO STEP 640 (remove_files) COMPLETE
59862024-09-25T17:20:07.657Z[ recovery-image] Sep 25 17:20:06.438 INFO O| Sep 25 17:20:06.438 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-09-25T17:20:07.675Z[ recovery-image] Sep 25 17:20:06.455 INFO O| Sep 25 17:20:06.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
59882024-09-25T17:20:07.675Z[ recovery-image] Sep 25 17:20:06.456 INFO O| Sep 25 17:20:06.456 INFO STEP 641 (remove_files) COMPLETE
59892024-09-25T17:20:07.677Z[ recovery-image] Sep 25 17:20:06.456 INFO O| Sep 25 17:20:06.456 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-09-25T17:20:07.692Z[ recovery-image] Sep 25 17:20:06.473 INFO O| Sep 25 17:20:06.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
59912024-09-25T17:20:07.693Z[ recovery-image] Sep 25 17:20:06.473 INFO O| Sep 25 17:20:06.473 INFO STEP 642 (remove_files) COMPLETE
59922024-09-25T17:20:07.693Z[ recovery-image] Sep 25 17:20:06.473 INFO O| Sep 25 17:20:06.473 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-09-25T17:20:07.709Z[ recovery-image] Sep 25 17:20:06.490 INFO O| Sep 25 17:20:06.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
59942024-09-25T17:20:07.709Z[ recovery-image] Sep 25 17:20:06.490 INFO O| Sep 25 17:20:06.490 INFO STEP 643 (remove_files) COMPLETE
59952024-09-25T17:20:07.709Z[ recovery-image] Sep 25 17:20:06.490 INFO O| Sep 25 17:20:06.490 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-09-25T17:20:07.727Z[ recovery-image] Sep 25 17:20:06.508 INFO O| Sep 25 17:20:06.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
59972024-09-25T17:20:07.727Z[ recovery-image] Sep 25 17:20:06.508 INFO O| Sep 25 17:20:06.508 INFO STEP 644 (remove_files) COMPLETE
59982024-09-25T17:20:07.727Z[ recovery-image] Sep 25 17:20:06.508 INFO O| Sep 25 17:20:06.508 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-09-25T17:20:07.745Z[ recovery-image] Sep 25 17:20:06.526 INFO O| Sep 25 17:20:06.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
60002024-09-25T17:20:07.746Z[ recovery-image] Sep 25 17:20:06.526 INFO O| Sep 25 17:20:06.526 INFO STEP 645 (remove_files) COMPLETE
60012024-09-25T17:20:07.746Z[ recovery-image] Sep 25 17:20:06.526 INFO O| Sep 25 17:20:06.526 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-09-25T17:20:07.764Z[ recovery-image] Sep 25 17:20:06.544 INFO O| Sep 25 17:20:06.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
60032024-09-25T17:20:07.764Z[ recovery-image] Sep 25 17:20:06.544 INFO O| Sep 25 17:20:06.544 INFO STEP 646 (remove_files) COMPLETE
60042024-09-25T17:20:07.764Z[ recovery-image] Sep 25 17:20:06.544 INFO O| Sep 25 17:20:06.544 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-09-25T17:20:07.782Z[ recovery-image] Sep 25 17:20:06.563 INFO O| Sep 25 17:20:06.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
60062024-09-25T17:20:07.782Z[ recovery-image] Sep 25 17:20:06.563 INFO O| Sep 25 17:20:06.563 INFO STEP 647 (remove_files) COMPLETE
60072024-09-25T17:20:07.782Z[ recovery-image] Sep 25 17:20:06.563 INFO O| Sep 25 17:20:06.563 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-09-25T17:20:07.804Z[ recovery-image] Sep 25 17:20:06.585 INFO O| Sep 25 17:20:06.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
60092024-09-25T17:20:07.804Z[ recovery-image] Sep 25 17:20:06.585 INFO O| Sep 25 17:20:06.585 INFO STEP 648 (remove_files) COMPLETE
60102024-09-25T17:20:07.804Z[ recovery-image] Sep 25 17:20:06.585 INFO O| Sep 25 17:20:06.585 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-09-25T17:20:07.829Z[ recovery-image] Sep 25 17:20:06.610 INFO O| Sep 25 17:20:06.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
60122024-09-25T17:20:07.829Z[ recovery-image] Sep 25 17:20:06.610 INFO O| Sep 25 17:20:06.610 INFO STEP 649 (remove_files) COMPLETE
60132024-09-25T17:20:07.829Z[ recovery-image] Sep 25 17:20:06.610 INFO O| Sep 25 17:20:06.610 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-09-25T17:20:07.884Z[ recovery-image] Sep 25 17:20:06.664 INFO O| Sep 25 17:20:06.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
60152024-09-25T17:20:07.884Z[ recovery-image] Sep 25 17:20:06.664 INFO O| Sep 25 17:20:06.664 INFO STEP 650 (remove_files) COMPLETE
60162024-09-25T17:20:07.886Z[ recovery-image] Sep 25 17:20:06.664 INFO O| Sep 25 17:20:06.664 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-09-25T17:20:07.920Z[ recovery-image] Sep 25 17:20:06.701 INFO O| Sep 25 17:20:06.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
60182024-09-25T17:20:07.920Z[ recovery-image] Sep 25 17:20:06.701 INFO O| Sep 25 17:20:06.701 INFO STEP 651 (remove_files) COMPLETE
60192024-09-25T17:20:07.920Z[ recovery-image] Sep 25 17:20:06.701 INFO O| Sep 25 17:20:06.701 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-09-25T17:20:07.938Z[ recovery-image] Sep 25 17:20:06.719 INFO O| Sep 25 17:20:06.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
60212024-09-25T17:20:07.938Z[ recovery-image] Sep 25 17:20:06.719 INFO O| Sep 25 17:20:06.719 INFO STEP 652 (remove_files) COMPLETE
60222024-09-25T17:20:07.938Z[ recovery-image] Sep 25 17:20:06.719 INFO O| Sep 25 17:20:06.719 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-09-25T17:20:07.986Z[ recovery-image] Sep 25 17:20:06.767 INFO O| Sep 25 17:20:06.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
60242024-09-25T17:20:07.989Z[ recovery-image] Sep 25 17:20:06.767 INFO O| Sep 25 17:20:06.767 INFO STEP 653 (remove_files) COMPLETE
60252024-09-25T17:20:07.989Z[ recovery-image] Sep 25 17:20:06.767 INFO O| Sep 25 17:20:06.767 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-09-25T17:20:08.008Z[ recovery-image] Sep 25 17:20:06.788 INFO O| Sep 25 17:20:06.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
60272024-09-25T17:20:08.008Z[ recovery-image] Sep 25 17:20:06.789 INFO O| Sep 25 17:20:06.789 INFO STEP 654 (remove_files) COMPLETE
60282024-09-25T17:20:08.012Z[ recovery-image] Sep 25 17:20:06.789 INFO O| Sep 25 17:20:06.789 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-09-25T17:20:08.028Z[ recovery-image] Sep 25 17:20:06.808 INFO O| Sep 25 17:20:06.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
60302024-09-25T17:20:08.030Z[ recovery-image] Sep 25 17:20:06.808 INFO O| Sep 25 17:20:06.808 INFO STEP 655 (remove_files) COMPLETE
60312024-09-25T17:20:08.030Z[ recovery-image] Sep 25 17:20:06.808 INFO O| Sep 25 17:20:06.808 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-09-25T17:20:08.047Z[ recovery-image] Sep 25 17:20:06.828 INFO O| Sep 25 17:20:06.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
60332024-09-25T17:20:08.050Z[ recovery-image] Sep 25 17:20:06.828 INFO O| Sep 25 17:20:06.828 INFO STEP 656 (remove_files) COMPLETE
60342024-09-25T17:20:08.050Z[ recovery-image] Sep 25 17:20:06.828 INFO O| Sep 25 17:20:06.828 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-09-25T17:20:08.066Z[ recovery-image] Sep 25 17:20:06.846 INFO O| Sep 25 17:20:06.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
60362024-09-25T17:20:08.070Z[ recovery-image] Sep 25 17:20:06.847 INFO O| Sep 25 17:20:06.847 INFO STEP 657 (remove_files) COMPLETE
60372024-09-25T17:20:08.070Z[ recovery-image] Sep 25 17:20:06.847 INFO O| Sep 25 17:20:06.847 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-09-25T17:20:08.088Z[ recovery-image] Sep 25 17:20:06.868 INFO O| Sep 25 17:20:06.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
60392024-09-25T17:20:08.088Z[ recovery-image] Sep 25 17:20:06.868 INFO O| Sep 25 17:20:06.868 INFO STEP 658 (remove_files) COMPLETE
60402024-09-25T17:20:08.090Z[ recovery-image] Sep 25 17:20:06.868 INFO O| Sep 25 17:20:06.868 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-09-25T17:20:08.134Z[ recovery-image] Sep 25 17:20:06.915 INFO O| Sep 25 17:20:06.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
60422024-09-25T17:20:08.137Z[ recovery-image] Sep 25 17:20:06.915 INFO O| Sep 25 17:20:06.915 INFO STEP 659 (remove_files) COMPLETE
60432024-09-25T17:20:08.137Z[ recovery-image] Sep 25 17:20:06.915 INFO O| Sep 25 17:20:06.915 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-09-25T17:20:08.154Z[ recovery-image] Sep 25 17:20:06.935 INFO O| Sep 25 17:20:06.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
60452024-09-25T17:20:08.157Z[ recovery-image] Sep 25 17:20:06.935 INFO O| Sep 25 17:20:06.935 INFO STEP 660 (remove_files) COMPLETE
60462024-09-25T17:20:08.157Z[ recovery-image] Sep 25 17:20:06.935 INFO O| Sep 25 17:20:06.935 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-09-25T17:20:08.175Z[ recovery-image] Sep 25 17:20:06.956 INFO O| Sep 25 17:20:06.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
60482024-09-25T17:20:08.178Z[ recovery-image] Sep 25 17:20:06.956 INFO O| Sep 25 17:20:06.956 INFO STEP 661 (remove_files) COMPLETE
60492024-09-25T17:20:08.178Z[ recovery-image] Sep 25 17:20:06.957 INFO O| Sep 25 17:20:06.956 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-09-25T17:20:08.223Z[ recovery-image] Sep 25 17:20:07.004 INFO O| Sep 25 17:20:07.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
60512024-09-25T17:20:08.226Z[ recovery-image] Sep 25 17:20:07.004 INFO O| Sep 25 17:20:07.004 INFO STEP 662 (remove_files) COMPLETE
60522024-09-25T17:20:08.226Z[ recovery-image] Sep 25 17:20:07.004 INFO O| Sep 25 17:20:07.004 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-09-25T17:20:08.246Z[ recovery-image] Sep 25 17:20:07.027 INFO O| Sep 25 17:20:07.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
60542024-09-25T17:20:08.249Z[ recovery-image] Sep 25 17:20:07.027 INFO O| Sep 25 17:20:07.027 INFO STEP 663 (remove_files) COMPLETE
60552024-09-25T17:20:08.249Z[ recovery-image] Sep 25 17:20:07.027 INFO O| Sep 25 17:20:07.027 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-09-25T17:20:08.268Z[ recovery-image] Sep 25 17:20:07.048 INFO O| Sep 25 17:20:07.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
60572024-09-25T17:20:08.271Z[ recovery-image] Sep 25 17:20:07.048 INFO O| Sep 25 17:20:07.048 INFO STEP 664 (remove_files) COMPLETE
60582024-09-25T17:20:08.271Z[ recovery-image] Sep 25 17:20:07.048 INFO O| Sep 25 17:20:07.048 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-09-25T17:20:08.285Z[ recovery-image] Sep 25 17:20:07.066 INFO O| Sep 25 17:20:07.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
60602024-09-25T17:20:08.288Z[ recovery-image] Sep 25 17:20:07.066 INFO O| Sep 25 17:20:07.066 INFO STEP 665 (remove_files) COMPLETE
60612024-09-25T17:20:08.288Z[ recovery-image] Sep 25 17:20:07.066 INFO O| Sep 25 17:20:07.066 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-09-25T17:20:08.303Z[ recovery-image] Sep 25 17:20:07.083 INFO O| Sep 25 17:20:07.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
60632024-09-25T17:20:08.305Z[ recovery-image] Sep 25 17:20:07.084 INFO O| Sep 25 17:20:07.084 INFO STEP 666 (remove_files) COMPLETE
60642024-09-25T17:20:08.305Z[ recovery-image] Sep 25 17:20:07.084 INFO O| Sep 25 17:20:07.084 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-09-25T17:20:08.321Z[ recovery-image] Sep 25 17:20:07.102 INFO O| Sep 25 17:20:07.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60662024-09-25T17:20:08.324Z[ recovery-image] Sep 25 17:20:07.102 INFO O| Sep 25 17:20:07.102 INFO STEP 667 (remove_files) COMPLETE
60672024-09-25T17:20:08.324Z[ recovery-image] Sep 25 17:20:07.102 INFO O| Sep 25 17:20:07.102 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-09-25T17:20:08.360Z[ recovery-image] Sep 25 17:20:07.141 INFO O| Sep 25 17:20:07.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60692024-09-25T17:20:08.363Z[ recovery-image] Sep 25 17:20:07.141 INFO O| Sep 25 17:20:07.141 INFO STEP 668 (remove_files) COMPLETE
60702024-09-25T17:20:08.363Z[ recovery-image] Sep 25 17:20:07.141 INFO O| Sep 25 17:20:07.141 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-09-25T17:20:08.379Z[ recovery-image] Sep 25 17:20:07.159 INFO O| Sep 25 17:20:07.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60722024-09-25T17:20:08.381Z[ recovery-image] Sep 25 17:20:07.159 INFO O| Sep 25 17:20:07.159 INFO STEP 669 (remove_files) COMPLETE
60732024-09-25T17:20:08.382Z[ recovery-image] Sep 25 17:20:07.160 INFO O| Sep 25 17:20:07.159 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-09-25T17:20:08.396Z[ recovery-image] Sep 25 17:20:07.177 INFO O| Sep 25 17:20:07.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
60752024-09-25T17:20:08.399Z[ recovery-image] Sep 25 17:20:07.177 INFO O| Sep 25 17:20:07.177 INFO STEP 670 (remove_files) COMPLETE
60762024-09-25T17:20:08.399Z[ recovery-image] Sep 25 17:20:07.177 INFO O| Sep 25 17:20:07.177 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-09-25T17:20:08.415Z[ recovery-image] Sep 25 17:20:07.196 INFO O| Sep 25 17:20:07.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
60782024-09-25T17:20:08.418Z[ recovery-image] Sep 25 17:20:07.196 INFO O| Sep 25 17:20:07.196 INFO STEP 671 (remove_files) COMPLETE
60792024-09-25T17:20:08.418Z[ recovery-image] Sep 25 17:20:07.196 INFO O| Sep 25 17:20:07.196 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-09-25T17:20:08.428Z[ host-image] Sep 25 17:20:07.208 INFO O| Sep 25 17:20:07.208 INFO O| Download: 1113/1140 items 6.6/8.4MB 78% complete (1.2M/s)
60812024-09-25T17:20:08.434Z[ recovery-image] Sep 25 17:20:07.214 INFO O| Sep 25 17:20:07.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
60822024-09-25T17:20:08.436Z[ recovery-image] Sep 25 17:20:07.215 INFO O| Sep 25 17:20:07.215 INFO STEP 672 (remove_files) COMPLETE
60832024-09-25T17:20:08.436Z[ recovery-image] Sep 25 17:20:07.215 INFO O| Sep 25 17:20:07.215 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-09-25T17:20:08.453Z[ recovery-image] Sep 25 17:20:07.233 INFO O| Sep 25 17:20:07.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
60852024-09-25T17:20:08.455Z[ recovery-image] Sep 25 17:20:07.233 INFO O| Sep 25 17:20:07.233 INFO STEP 673 (remove_files) COMPLETE
60862024-09-25T17:20:08.455Z[ recovery-image] Sep 25 17:20:07.234 INFO O| Sep 25 17:20:07.233 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-09-25T17:20:08.489Z[ recovery-image] Sep 25 17:20:07.269 INFO O| Sep 25 17:20:07.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
60882024-09-25T17:20:08.491Z[ recovery-image] Sep 25 17:20:07.270 INFO O| Sep 25 17:20:07.270 INFO STEP 674 (remove_files) COMPLETE
60892024-09-25T17:20:08.491Z[ recovery-image] Sep 25 17:20:07.270 INFO O| Sep 25 17:20:07.270 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-09-25T17:20:08.506Z[ recovery-image] Sep 25 17:20:07.287 INFO O| Sep 25 17:20:07.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
60912024-09-25T17:20:08.509Z[ recovery-image] Sep 25 17:20:07.287 INFO O| Sep 25 17:20:07.287 INFO STEP 675 (remove_files) COMPLETE
60922024-09-25T17:20:08.509Z[ recovery-image] Sep 25 17:20:07.287 INFO O| Sep 25 17:20:07.287 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-09-25T17:20:08.523Z[ recovery-image] Sep 25 17:20:07.303 INFO O| Sep 25 17:20:07.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
60942024-09-25T17:20:08.523Z[ recovery-image] Sep 25 17:20:07.304 INFO O| Sep 25 17:20:07.303 INFO STEP 676 (remove_files) COMPLETE
60952024-09-25T17:20:08.523Z[ recovery-image] Sep 25 17:20:07.304 INFO O| Sep 25 17:20:07.304 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-09-25T17:20:08.540Z[ recovery-image] Sep 25 17:20:07.320 INFO O| Sep 25 17:20:07.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
60972024-09-25T17:20:08.543Z[ recovery-image] Sep 25 17:20:07.321 INFO O| Sep 25 17:20:07.321 INFO STEP 677 (remove_files) COMPLETE
60982024-09-25T17:20:08.543Z[ recovery-image] Sep 25 17:20:07.321 INFO O| Sep 25 17:20:07.321 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-09-25T17:20:08.559Z[ recovery-image] Sep 25 17:20:07.339 INFO O| Sep 25 17:20:07.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
61002024-09-25T17:20:08.561Z[ recovery-image] Sep 25 17:20:07.339 INFO O| Sep 25 17:20:07.339 INFO STEP 678 (remove_files) COMPLETE
61012024-09-25T17:20:08.562Z[ recovery-image] Sep 25 17:20:07.340 INFO O| Sep 25 17:20:07.340 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-09-25T17:20:08.578Z[ recovery-image] Sep 25 17:20:07.358 INFO O| Sep 25 17:20:07.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
61032024-09-25T17:20:08.582Z[ recovery-image] Sep 25 17:20:07.359 INFO O| Sep 25 17:20:07.359 INFO STEP 679 (remove_files) COMPLETE
61042024-09-25T17:20:08.582Z[ recovery-image] Sep 25 17:20:07.359 INFO O| Sep 25 17:20:07.359 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-09-25T17:20:08.597Z[ recovery-image] Sep 25 17:20:07.377 INFO O| Sep 25 17:20:07.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
61062024-09-25T17:20:08.597Z[ recovery-image] Sep 25 17:20:07.377 INFO O| Sep 25 17:20:07.377 INFO STEP 680 (remove_files) COMPLETE
61072024-09-25T17:20:08.597Z[ recovery-image] Sep 25 17:20:07.377 INFO O| Sep 25 17:20:07.377 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-09-25T17:20:08.614Z[ recovery-image] Sep 25 17:20:07.395 INFO O| Sep 25 17:20:07.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
61092024-09-25T17:20:08.614Z[ recovery-image] Sep 25 17:20:07.395 INFO O| Sep 25 17:20:07.395 INFO STEP 681 (remove_files) COMPLETE
61102024-09-25T17:20:08.615Z[ recovery-image] Sep 25 17:20:07.395 INFO O| Sep 25 17:20:07.395 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-09-25T17:20:08.636Z[ recovery-image] Sep 25 17:20:07.416 INFO O| Sep 25 17:20:07.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
61122024-09-25T17:20:08.638Z[ recovery-image] Sep 25 17:20:07.416 INFO O| Sep 25 17:20:07.416 INFO STEP 682 (remove_files) COMPLETE
61132024-09-25T17:20:08.638Z[ recovery-image] Sep 25 17:20:07.416 INFO O| Sep 25 17:20:07.416 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-09-25T17:20:08.656Z[ recovery-image] Sep 25 17:20:07.437 INFO O| Sep 25 17:20:07.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
61152024-09-25T17:20:08.691Z[ recovery-image] Sep 25 17:20:07.472 INFO O| Sep 25 17:20:07.472 INFO STEP 683 (remove_files) COMPLETE
61162024-09-25T17:20:08.691Z[ recovery-image] Sep 25 17:20:07.472 INFO O| Sep 25 17:20:07.472 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-09-25T17:20:08.783Z[ recovery-image] Sep 25 17:20:07.563 INFO O| Sep 25 17:20:07.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
61182024-09-25T17:20:08.783Z[ recovery-image] Sep 25 17:20:07.563 INFO O| Sep 25 17:20:07.563 INFO STEP 684 (remove_files) COMPLETE
61192024-09-25T17:20:08.783Z[ recovery-image] Sep 25 17:20:07.563 INFO O| Sep 25 17:20:07.563 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-09-25T17:20:08.842Z[ recovery-image] Sep 25 17:20:07.622 INFO O| Sep 25 17:20:07.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
61212024-09-25T17:20:08.842Z[ recovery-image] Sep 25 17:20:07.622 INFO O| Sep 25 17:20:07.622 INFO STEP 685 (remove_files) COMPLETE
61222024-09-25T17:20:08.844Z[ recovery-image] Sep 25 17:20:07.622 INFO O| Sep 25 17:20:07.622 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-09-25T17:20:08.862Z[ recovery-image] Sep 25 17:20:07.643 INFO O| Sep 25 17:20:07.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
61242024-09-25T17:20:08.862Z[ recovery-image] Sep 25 17:20:07.643 INFO O| Sep 25 17:20:07.643 INFO STEP 686 (remove_files) COMPLETE
61252024-09-25T17:20:08.862Z[ recovery-image] Sep 25 17:20:07.643 INFO O| Sep 25 17:20:07.643 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-09-25T17:20:08.880Z[ recovery-image] Sep 25 17:20:07.661 INFO O| Sep 25 17:20:07.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
61272024-09-25T17:20:08.881Z[ recovery-image] Sep 25 17:20:07.661 INFO O| Sep 25 17:20:07.661 INFO STEP 687 (remove_files) COMPLETE
61282024-09-25T17:20:08.881Z[ recovery-image] Sep 25 17:20:07.661 INFO O| Sep 25 17:20:07.661 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-09-25T17:20:08.898Z[ recovery-image] Sep 25 17:20:07.679 INFO O| Sep 25 17:20:07.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
61302024-09-25T17:20:08.898Z[ recovery-image] Sep 25 17:20:07.679 INFO O| Sep 25 17:20:07.679 INFO STEP 688 (remove_files) COMPLETE
61312024-09-25T17:20:08.898Z[ recovery-image] Sep 25 17:20:07.679 INFO O| Sep 25 17:20:07.679 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-09-25T17:20:08.926Z[ host-image] Sep 25 17:20:07.706 INFO O| Sep 25 17:20:07.706 INFO O| Download: Completed 8.42 MB in 5.59 seconds (1.5M/s)
61332024-09-25T17:20:08.929Z[ recovery-image] Sep 25 17:20:07.710 INFO O| Sep 25 17:20:07.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
61342024-09-25T17:20:08.932Z[ recovery-image] Sep 25 17:20:07.710 INFO O| Sep 25 17:20:07.710 INFO STEP 689 (remove_files) COMPLETE
61352024-09-25T17:20:08.932Z[ recovery-image] Sep 25 17:20:07.710 INFO O| Sep 25 17:20:07.710 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-09-25T17:20:08.964Z[ recovery-image] Sep 25 17:20:07.744 INFO O| Sep 25 17:20:07.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
61372024-09-25T17:20:08.964Z[ recovery-image] Sep 25 17:20:07.744 INFO O| Sep 25 17:20:07.744 INFO STEP 690 (remove_files) COMPLETE
61382024-09-25T17:20:08.964Z[ recovery-image] Sep 25 17:20:07.744 INFO O| Sep 25 17:20:07.744 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-09-25T17:20:09.011Z[ recovery-image] Sep 25 17:20:07.791 INFO O| Sep 25 17:20:07.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
61402024-09-25T17:20:09.011Z[ recovery-image] Sep 25 17:20:07.792 INFO O| Sep 25 17:20:07.792 INFO STEP 691 (remove_files) COMPLETE
61412024-09-25T17:20:09.014Z[ recovery-image] Sep 25 17:20:07.792 INFO O| Sep 25 17:20:07.792 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-09-25T17:20:09.032Z[ host-image] Sep 25 17:20:07.813 INFO O| Sep 25 17:20:07.812 INFO O| Actions: 1/1361 actions (Installing new actions)
61432024-09-25T17:20:09.046Z[ recovery-image] Sep 25 17:20:07.826 INFO O| Sep 25 17:20:07.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
61442024-09-25T17:20:09.046Z[ recovery-image] Sep 25 17:20:07.826 INFO O| Sep 25 17:20:07.826 INFO STEP 692 (remove_files) COMPLETE
61452024-09-25T17:20:09.048Z[ recovery-image] Sep 25 17:20:07.826 INFO O| Sep 25 17:20:07.826 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-09-25T17:20:09.066Z[ recovery-image] Sep 25 17:20:07.847 INFO O| Sep 25 17:20:07.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
61472024-09-25T17:20:09.066Z[ recovery-image] Sep 25 17:20:07.847 INFO O| Sep 25 17:20:07.847 INFO STEP 693 (remove_files) COMPLETE
61482024-09-25T17:20:09.066Z[ recovery-image] Sep 25 17:20:07.847 INFO O| Sep 25 17:20:07.847 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-09-25T17:20:09.088Z[ recovery-image] Sep 25 17:20:07.868 INFO O| Sep 25 17:20:07.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
61502024-09-25T17:20:09.088Z[ recovery-image] Sep 25 17:20:07.868 INFO O| Sep 25 17:20:07.868 INFO STEP 694 (remove_files) COMPLETE
61512024-09-25T17:20:09.088Z[ recovery-image] Sep 25 17:20:07.868 INFO O| Sep 25 17:20:07.868 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-09-25T17:20:09.109Z[ recovery-image] Sep 25 17:20:07.889 INFO O| Sep 25 17:20:07.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
61532024-09-25T17:20:09.109Z[ recovery-image] Sep 25 17:20:07.889 INFO O| Sep 25 17:20:07.889 INFO STEP 695 (remove_files) COMPLETE
61542024-09-25T17:20:09.109Z[ recovery-image] Sep 25 17:20:07.889 INFO O| Sep 25 17:20:07.889 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-09-25T17:20:09.127Z[ recovery-image] Sep 25 17:20:07.907 INFO O| Sep 25 17:20:07.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
61562024-09-25T17:20:09.127Z[ recovery-image] Sep 25 17:20:07.907 INFO O| Sep 25 17:20:07.907 INFO STEP 696 (remove_files) COMPLETE
61572024-09-25T17:20:09.130Z[ recovery-image] Sep 25 17:20:07.908 INFO O| Sep 25 17:20:07.907 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-09-25T17:20:09.146Z[ recovery-image] Sep 25 17:20:07.926 INFO O| Sep 25 17:20:07.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
61592024-09-25T17:20:09.146Z[ recovery-image] Sep 25 17:20:07.926 INFO O| Sep 25 17:20:07.926 INFO STEP 697 (remove_files) COMPLETE
61602024-09-25T17:20:09.146Z[ recovery-image] Sep 25 17:20:07.927 INFO O| Sep 25 17:20:07.926 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-09-25T17:20:09.171Z[ recovery-image] Sep 25 17:20:07.951 INFO O| Sep 25 17:20:07.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
61622024-09-25T17:20:09.171Z[ recovery-image] Sep 25 17:20:07.951 INFO O| Sep 25 17:20:07.951 INFO STEP 698 (remove_files) COMPLETE
61632024-09-25T17:20:09.174Z[ recovery-image] Sep 25 17:20:07.952 INFO O| Sep 25 17:20:07.951 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-09-25T17:20:09.191Z[ recovery-image] Sep 25 17:20:07.971 INFO O| Sep 25 17:20:07.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
61652024-09-25T17:20:09.194Z[ recovery-image] Sep 25 17:20:07.972 INFO O| Sep 25 17:20:07.972 INFO STEP 699 (remove_files) COMPLETE
61662024-09-25T17:20:09.194Z[ recovery-image] Sep 25 17:20:07.972 INFO O| Sep 25 17:20:07.972 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-09-25T17:20:09.214Z[ recovery-image] Sep 25 17:20:07.994 INFO O| Sep 25 17:20:07.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
61682024-09-25T17:20:09.248Z[ recovery-image] Sep 25 17:20:08.029 INFO O| Sep 25 17:20:08.029 INFO STEP 700 (remove_files) COMPLETE
61692024-09-25T17:20:09.249Z[ recovery-image] Sep 25 17:20:08.029 INFO O| Sep 25 17:20:08.029 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-09-25T17:20:09.291Z[ recovery-image] Sep 25 17:20:08.071 INFO O| Sep 25 17:20:08.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61712024-09-25T17:20:09.291Z[ recovery-image] Sep 25 17:20:08.072 INFO O| Sep 25 17:20:08.072 INFO STEP 701 (remove_files) COMPLETE
61722024-09-25T17:20:09.291Z[ recovery-image] Sep 25 17:20:08.072 INFO O| Sep 25 17:20:08.072 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-09-25T17:20:09.311Z[ recovery-image] Sep 25 17:20:08.091 INFO O| Sep 25 17:20:08.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61742024-09-25T17:20:09.311Z[ recovery-image] Sep 25 17:20:08.091 INFO O| Sep 25 17:20:08.091 INFO STEP 702 (remove_files) COMPLETE
61752024-09-25T17:20:09.313Z[ recovery-image] Sep 25 17:20:08.091 INFO O| Sep 25 17:20:08.091 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-09-25T17:20:09.355Z[ recovery-image] Sep 25 17:20:08.135 INFO O| Sep 25 17:20:08.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
61772024-09-25T17:20:09.355Z[ recovery-image] Sep 25 17:20:08.135 INFO O| Sep 25 17:20:08.135 INFO STEP 703 (remove_files) COMPLETE
61782024-09-25T17:20:09.355Z[ recovery-image] Sep 25 17:20:08.135 INFO O| Sep 25 17:20:08.135 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-09-25T17:20:09.423Z[ recovery-image] Sep 25 17:20:08.203 INFO O| Sep 25 17:20:08.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
61802024-09-25T17:20:09.423Z[ recovery-image] Sep 25 17:20:08.204 INFO O| Sep 25 17:20:08.204 INFO STEP 704 (remove_files) COMPLETE
61812024-09-25T17:20:09.423Z[ recovery-image] Sep 25 17:20:08.204 INFO O| Sep 25 17:20:08.204 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-09-25T17:20:09.543Z[ recovery-image] Sep 25 17:20:08.324 INFO O| Sep 25 17:20:08.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
61832024-09-25T17:20:09.546Z[ recovery-image] Sep 25 17:20:08.324 INFO O| Sep 25 17:20:08.324 INFO STEP 705 (remove_files) COMPLETE
61842024-09-25T17:20:09.546Z[ recovery-image] Sep 25 17:20:08.324 INFO O| Sep 25 17:20:08.324 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-09-25T17:20:09.589Z[ recovery-image] Sep 25 17:20:08.369 INFO O| Sep 25 17:20:08.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
61862024-09-25T17:20:09.589Z[ recovery-image] Sep 25 17:20:08.369 INFO O| Sep 25 17:20:08.369 INFO STEP 706 (remove_files) COMPLETE
61872024-09-25T17:20:09.589Z[ recovery-image] Sep 25 17:20:08.369 INFO O| Sep 25 17:20:08.369 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-09-25T17:20:09.610Z[ recovery-image] Sep 25 17:20:08.390 INFO O| Sep 25 17:20:08.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
61892024-09-25T17:20:09.610Z[ recovery-image] Sep 25 17:20:08.390 INFO O| Sep 25 17:20:08.390 INFO STEP 707 (remove_files) COMPLETE
61902024-09-25T17:20:09.610Z[ recovery-image] Sep 25 17:20:08.390 INFO O| Sep 25 17:20:08.390 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-09-25T17:20:09.630Z[ recovery-image] Sep 25 17:20:08.410 INFO O| Sep 25 17:20:08.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
61922024-09-25T17:20:09.630Z[ recovery-image] Sep 25 17:20:08.410 INFO O| Sep 25 17:20:08.410 INFO STEP 708 (remove_files) COMPLETE
61932024-09-25T17:20:09.633Z[ recovery-image] Sep 25 17:20:08.410 INFO O| Sep 25 17:20:08.410 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-09-25T17:20:09.675Z[ recovery-image] Sep 25 17:20:08.455 INFO O| Sep 25 17:20:08.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
61952024-09-25T17:20:09.675Z[ recovery-image] Sep 25 17:20:08.455 INFO O| Sep 25 17:20:08.455 INFO STEP 709 (remove_files) COMPLETE
61962024-09-25T17:20:09.675Z[ recovery-image] Sep 25 17:20:08.455 INFO O| Sep 25 17:20:08.455 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-09-25T17:20:09.681Z[ host-image] Sep 25 17:20:08.461 INFO O| Sep 25 17:20:08.461 INFO O| Actions: Completed 1361 actions in 0.65 seconds.
61982024-09-25T17:20:09.706Z[ recovery-image] Sep 25 17:20:08.486 INFO O| Sep 25 17:20:08.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
61992024-09-25T17:20:09.706Z[ recovery-image] Sep 25 17:20:08.486 INFO O| Sep 25 17:20:08.486 INFO STEP 710 (remove_files) COMPLETE
62002024-09-25T17:20:09.708Z[ recovery-image] Sep 25 17:20:08.486 INFO O| Sep 25 17:20:08.486 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-09-25T17:20:09.725Z[ recovery-image] Sep 25 17:20:08.506 INFO O| Sep 25 17:20:08.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
62022024-09-25T17:20:09.725Z[ recovery-image] Sep 25 17:20:08.506 INFO O| Sep 25 17:20:08.506 INFO STEP 711 (remove_files) COMPLETE
62032024-09-25T17:20:09.725Z[ recovery-image] Sep 25 17:20:08.506 INFO O| Sep 25 17:20:08.506 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-09-25T17:20:09.743Z[ recovery-image] Sep 25 17:20:08.524 INFO O| Sep 25 17:20:08.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62052024-09-25T17:20:09.743Z[ recovery-image] Sep 25 17:20:08.524 INFO O| Sep 25 17:20:08.524 INFO STEP 712 (remove_files) COMPLETE
62062024-09-25T17:20:09.743Z[ recovery-image] Sep 25 17:20:08.524 INFO O| Sep 25 17:20:08.524 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-09-25T17:20:09.793Z[ recovery-image] Sep 25 17:20:08.573 INFO O| Sep 25 17:20:08.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
62082024-09-25T17:20:09.793Z[ recovery-image] Sep 25 17:20:08.573 INFO O| Sep 25 17:20:08.573 INFO STEP 713 (remove_files) COMPLETE
62092024-09-25T17:20:09.796Z[ recovery-image] Sep 25 17:20:08.574 INFO O| Sep 25 17:20:08.573 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-09-25T17:20:09.811Z[ recovery-image] Sep 25 17:20:08.591 INFO O| Sep 25 17:20:08.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
62112024-09-25T17:20:09.811Z[ recovery-image] Sep 25 17:20:08.591 INFO O| Sep 25 17:20:08.591 INFO STEP 714 (remove_files) COMPLETE
62122024-09-25T17:20:09.811Z[ recovery-image] Sep 25 17:20:08.591 INFO O| Sep 25 17:20:08.591 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-09-25T17:20:09.831Z[ recovery-image] Sep 25 17:20:08.610 INFO O| Sep 25 17:20:08.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
62142024-09-25T17:20:09.831Z[ recovery-image] Sep 25 17:20:08.610 INFO O| Sep 25 17:20:08.610 INFO STEP 715 (remove_files) COMPLETE
62152024-09-25T17:20:09.834Z[ recovery-image] Sep 25 17:20:08.611 INFO O| Sep 25 17:20:08.610 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-09-25T17:20:09.868Z[ recovery-image] Sep 25 17:20:08.648 INFO O| Sep 25 17:20:08.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
62172024-09-25T17:20:09.868Z[ recovery-image] Sep 25 17:20:08.648 INFO O| Sep 25 17:20:08.648 INFO STEP 716 (remove_files) COMPLETE
62182024-09-25T17:20:09.870Z[ recovery-image] Sep 25 17:20:08.648 INFO O| Sep 25 17:20:08.648 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-09-25T17:20:09.890Z[ recovery-image] Sep 25 17:20:08.670 INFO O| Sep 25 17:20:08.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
62202024-09-25T17:20:09.890Z[ recovery-image] Sep 25 17:20:08.670 INFO O| Sep 25 17:20:08.670 INFO STEP 717 (remove_files) COMPLETE
62212024-09-25T17:20:09.890Z[ recovery-image] Sep 25 17:20:08.670 INFO O| Sep 25 17:20:08.670 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-09-25T17:20:09.910Z[ recovery-image] Sep 25 17:20:08.690 INFO O| Sep 25 17:20:08.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
62232024-09-25T17:20:09.910Z[ recovery-image] Sep 25 17:20:08.690 INFO O| Sep 25 17:20:08.690 INFO STEP 718 (remove_files) COMPLETE
62242024-09-25T17:20:09.910Z[ recovery-image] Sep 25 17:20:08.690 INFO O| Sep 25 17:20:08.690 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-09-25T17:20:09.942Z[ recovery-image] Sep 25 17:20:08.722 INFO O| Sep 25 17:20:08.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
62262024-09-25T17:20:09.942Z[ recovery-image] Sep 25 17:20:08.722 INFO O| Sep 25 17:20:08.722 INFO STEP 719 (remove_files) COMPLETE
62272024-09-25T17:20:09.945Z[ recovery-image] Sep 25 17:20:08.723 INFO O| Sep 25 17:20:08.722 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-09-25T17:20:09.981Z[ recovery-image] Sep 25 17:20:08.760 INFO O| Sep 25 17:20:08.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
62292024-09-25T17:20:09.981Z[ recovery-image] Sep 25 17:20:08.760 INFO O| Sep 25 17:20:08.760 INFO STEP 720 (remove_files) COMPLETE
62302024-09-25T17:20:09.981Z[ recovery-image] Sep 25 17:20:08.760 INFO O| Sep 25 17:20:08.760 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-09-25T17:20:10.053Z[ recovery-image] Sep 25 17:20:08.833 INFO O| Sep 25 17:20:08.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
62322024-09-25T17:20:10.053Z[ recovery-image] Sep 25 17:20:08.833 INFO O| Sep 25 17:20:08.833 INFO STEP 721 (remove_files) COMPLETE
62332024-09-25T17:20:10.053Z[ recovery-image] Sep 25 17:20:08.833 INFO O| Sep 25 17:20:08.833 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-09-25T17:20:10.072Z[ recovery-image] Sep 25 17:20:08.852 INFO O| Sep 25 17:20:08.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
62352024-09-25T17:20:10.073Z[ recovery-image] Sep 25 17:20:08.852 INFO O| Sep 25 17:20:08.852 INFO STEP 722 (remove_files) COMPLETE
62362024-09-25T17:20:10.073Z[ recovery-image] Sep 25 17:20:08.852 INFO O| Sep 25 17:20:08.852 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-09-25T17:20:10.090Z[ recovery-image] Sep 25 17:20:08.870 INFO O| Sep 25 17:20:08.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
62382024-09-25T17:20:10.090Z[ recovery-image] Sep 25 17:20:08.870 INFO O| Sep 25 17:20:08.870 INFO STEP 723 (remove_files) COMPLETE
62392024-09-25T17:20:10.091Z[ recovery-image] Sep 25 17:20:08.870 INFO O| Sep 25 17:20:08.870 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-09-25T17:20:10.119Z[ recovery-image] Sep 25 17:20:08.899 INFO O| Sep 25 17:20:08.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
62412024-09-25T17:20:10.119Z[ recovery-image] Sep 25 17:20:08.899 INFO O| Sep 25 17:20:08.899 INFO STEP 724 (remove_files) COMPLETE
62422024-09-25T17:20:10.121Z[ recovery-image] Sep 25 17:20:08.900 INFO O| Sep 25 17:20:08.899 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-09-25T17:20:10.152Z[ recovery-image] Sep 25 17:20:08.932 INFO O| Sep 25 17:20:08.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
62442024-09-25T17:20:10.152Z[ recovery-image] Sep 25 17:20:08.932 INFO O| Sep 25 17:20:08.932 INFO STEP 725 (remove_files) COMPLETE
62452024-09-25T17:20:10.152Z[ recovery-image] Sep 25 17:20:08.932 INFO O| Sep 25 17:20:08.932 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-09-25T17:20:10.171Z[ recovery-image] Sep 25 17:20:08.951 INFO O| Sep 25 17:20:08.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
62472024-09-25T17:20:10.171Z[ recovery-image] Sep 25 17:20:08.951 INFO O| Sep 25 17:20:08.951 INFO STEP 726 (remove_files) COMPLETE
62482024-09-25T17:20:10.171Z[ recovery-image] Sep 25 17:20:08.951 INFO O| Sep 25 17:20:08.951 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-09-25T17:20:10.188Z[ recovery-image] Sep 25 17:20:08.968 INFO O| Sep 25 17:20:08.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
62502024-09-25T17:20:10.188Z[ recovery-image] Sep 25 17:20:08.969 INFO O| Sep 25 17:20:08.969 INFO STEP 727 (remove_files) COMPLETE
62512024-09-25T17:20:10.188Z[ recovery-image] Sep 25 17:20:08.969 INFO O| Sep 25 17:20:08.969 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-09-25T17:20:10.202Z[ host-image] Sep 25 17:20:08.982 INFO O| Sep 25 17:20:08.982 INFO O| Done
62532024-09-25T17:20:10.202Z[ host-image] Sep 25 17:20:08.982 INFO O| Sep 25 17:20:08.982 INFO O| Done
62542024-09-25T17:20:10.206Z[ recovery-image] Sep 25 17:20:08.986 INFO O| Sep 25 17:20:08.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
62552024-09-25T17:20:10.209Z[ recovery-image] Sep 25 17:20:08.987 INFO O| Sep 25 17:20:08.986 INFO STEP 728 (remove_files) COMPLETE
62562024-09-25T17:20:10.209Z[ recovery-image] Sep 25 17:20:08.987 INFO O| Sep 25 17:20:08.987 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-09-25T17:20:10.236Z[ recovery-image] Sep 25 17:20:09.016 INFO O| Sep 25 17:20:09.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
62582024-09-25T17:20:10.236Z[ recovery-image] Sep 25 17:20:09.016 INFO O| Sep 25 17:20:09.016 INFO STEP 729 (remove_files) COMPLETE
62592024-09-25T17:20:10.236Z[ recovery-image] Sep 25 17:20:09.016 INFO O| Sep 25 17:20:09.016 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-09-25T17:20:10.275Z[ recovery-image] Sep 25 17:20:09.055 INFO O| Sep 25 17:20:09.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
62612024-09-25T17:20:10.275Z[ recovery-image] Sep 25 17:20:09.055 INFO O| Sep 25 17:20:09.055 INFO STEP 730 (remove_files) COMPLETE
62622024-09-25T17:20:10.275Z[ recovery-image] Sep 25 17:20:09.055 INFO O| Sep 25 17:20:09.055 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-09-25T17:20:10.291Z[ recovery-image] Sep 25 17:20:09.071 INFO O| Sep 25 17:20:09.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
62642024-09-25T17:20:10.291Z[ recovery-image] Sep 25 17:20:09.071 INFO O| Sep 25 17:20:09.071 INFO STEP 731 (remove_files) COMPLETE
62652024-09-25T17:20:10.294Z[ recovery-image] Sep 25 17:20:09.071 INFO O| Sep 25 17:20:09.071 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-09-25T17:20:10.308Z[ recovery-image] Sep 25 17:20:09.088 INFO O| Sep 25 17:20:09.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62672024-09-25T17:20:10.308Z[ recovery-image] Sep 25 17:20:09.088 INFO O| Sep 25 17:20:09.088 INFO STEP 732 (remove_files) COMPLETE
62682024-09-25T17:20:10.308Z[ recovery-image] Sep 25 17:20:09.088 INFO O| Sep 25 17:20:09.088 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-09-25T17:20:10.339Z[ recovery-image] Sep 25 17:20:09.119 INFO O| Sep 25 17:20:09.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62702024-09-25T17:20:10.339Z[ recovery-image] Sep 25 17:20:09.119 INFO O| Sep 25 17:20:09.119 INFO STEP 733 (remove_files) COMPLETE
62712024-09-25T17:20:10.342Z[ recovery-image] Sep 25 17:20:09.119 INFO O| Sep 25 17:20:09.119 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-09-25T17:20:10.358Z[ recovery-image] Sep 25 17:20:09.138 INFO O| Sep 25 17:20:09.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62732024-09-25T17:20:10.358Z[ recovery-image] Sep 25 17:20:09.138 INFO O| Sep 25 17:20:09.138 INFO STEP 734 (remove_files) COMPLETE
62742024-09-25T17:20:10.361Z[ recovery-image] Sep 25 17:20:09.139 INFO O| Sep 25 17:20:09.138 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-09-25T17:20:10.394Z[ recovery-image] Sep 25 17:20:09.173 INFO O| Sep 25 17:20:09.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62762024-09-25T17:20:10.413Z[ recovery-image] Sep 25 17:20:09.192 INFO O| Sep 25 17:20:09.192 INFO STEP 735 (remove_files) COMPLETE
62772024-09-25T17:20:10.416Z[ recovery-image] Sep 25 17:20:09.192 INFO O| Sep 25 17:20:09.192 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-09-25T17:20:10.449Z[ recovery-image] Sep 25 17:20:09.229 INFO O| Sep 25 17:20:09.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62792024-09-25T17:20:10.449Z[ recovery-image] Sep 25 17:20:09.229 INFO O| Sep 25 17:20:09.229 INFO STEP 736 (remove_files) COMPLETE
62802024-09-25T17:20:10.449Z[ recovery-image] Sep 25 17:20:09.229 INFO O| Sep 25 17:20:09.229 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-09-25T17:20:10.479Z[ recovery-image] Sep 25 17:20:09.256 INFO O| Sep 25 17:20:09.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
62822024-09-25T17:20:10.479Z[ recovery-image] Sep 25 17:20:09.256 INFO O| Sep 25 17:20:09.256 INFO STEP 737 (remove_files) COMPLETE
62832024-09-25T17:20:10.479Z[ recovery-image] Sep 25 17:20:09.256 INFO O| Sep 25 17:20:09.256 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-09-25T17:20:10.496Z[ recovery-image] Sep 25 17:20:09.276 INFO O| Sep 25 17:20:09.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
62852024-09-25T17:20:10.496Z[ recovery-image] Sep 25 17:20:09.276 INFO O| Sep 25 17:20:09.276 INFO STEP 738 (remove_files) COMPLETE
62862024-09-25T17:20:10.496Z[ recovery-image] Sep 25 17:20:09.277 INFO O| Sep 25 17:20:09.276 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-09-25T17:20:10.520Z[ recovery-image] Sep 25 17:20:09.300 INFO O| Sep 25 17:20:09.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
62882024-09-25T17:20:10.523Z[ recovery-image] Sep 25 17:20:09.300 INFO O| Sep 25 17:20:09.300 INFO STEP 739 (remove_files) COMPLETE
62892024-09-25T17:20:10.523Z[ recovery-image] Sep 25 17:20:09.300 INFO O| Sep 25 17:20:09.300 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-09-25T17:20:10.540Z[ recovery-image] Sep 25 17:20:09.320 INFO O| Sep 25 17:20:09.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
62912024-09-25T17:20:10.543Z[ recovery-image] Sep 25 17:20:09.321 INFO O| Sep 25 17:20:09.321 INFO STEP 740 (remove_files) COMPLETE
62922024-09-25T17:20:10.543Z[ recovery-image] Sep 25 17:20:09.321 INFO O| Sep 25 17:20:09.321 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-09-25T17:20:10.573Z[ recovery-image] Sep 25 17:20:09.353 INFO O| Sep 25 17:20:09.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
62942024-09-25T17:20:10.573Z[ recovery-image] Sep 25 17:20:09.353 INFO O| Sep 25 17:20:09.353 INFO STEP 741 (remove_files) COMPLETE
62952024-09-25T17:20:10.573Z[ recovery-image] Sep 25 17:20:09.353 INFO O| Sep 25 17:20:09.353 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-09-25T17:20:10.605Z[ recovery-image] Sep 25 17:20:09.385 INFO O| Sep 25 17:20:09.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
62972024-09-25T17:20:10.607Z[ recovery-image] Sep 25 17:20:09.385 INFO O| Sep 25 17:20:09.385 INFO STEP 742 (remove_files) COMPLETE
62982024-09-25T17:20:10.607Z[ recovery-image] Sep 25 17:20:09.385 INFO O| Sep 25 17:20:09.385 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-09-25T17:20:10.665Z[ recovery-image] Sep 25 17:20:09.445 INFO O| Sep 25 17:20:09.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63002024-09-25T17:20:10.665Z[ recovery-image] Sep 25 17:20:09.445 INFO O| Sep 25 17:20:09.445 INFO STEP 743 (remove_files) COMPLETE
63012024-09-25T17:20:10.667Z[ recovery-image] Sep 25 17:20:09.445 INFO O| Sep 25 17:20:09.445 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-09-25T17:20:10.702Z[ recovery-image] Sep 25 17:20:09.482 INFO O| Sep 25 17:20:09.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
63032024-09-25T17:20:10.702Z[ recovery-image] Sep 25 17:20:09.482 INFO O| Sep 25 17:20:09.482 INFO STEP 744 (remove_files) COMPLETE
63042024-09-25T17:20:10.702Z[ recovery-image] Sep 25 17:20:09.482 INFO O| Sep 25 17:20:09.482 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-09-25T17:20:10.751Z[ recovery-image] Sep 25 17:20:09.531 INFO O| Sep 25 17:20:09.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63062024-09-25T17:20:10.751Z[ recovery-image] Sep 25 17:20:09.531 INFO O| Sep 25 17:20:09.531 INFO STEP 745 (remove_files) COMPLETE
63072024-09-25T17:20:10.753Z[ recovery-image] Sep 25 17:20:09.531 INFO O| Sep 25 17:20:09.531 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-09-25T17:20:10.813Z[ recovery-image] Sep 25 17:20:09.593 INFO O| Sep 25 17:20:09.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
63092024-09-25T17:20:10.813Z[ recovery-image] Sep 25 17:20:09.594 INFO O| Sep 25 17:20:09.594 INFO STEP 746 (remove_files) COMPLETE
63102024-09-25T17:20:10.814Z[ recovery-image] Sep 25 17:20:09.594 INFO O| Sep 25 17:20:09.594 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-09-25T17:20:10.875Z[ recovery-image] Sep 25 17:20:09.655 INFO O| Sep 25 17:20:09.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
63122024-09-25T17:20:10.875Z[ recovery-image] Sep 25 17:20:09.655 INFO O| Sep 25 17:20:09.655 INFO STEP 747 (remove_files) COMPLETE
63132024-09-25T17:20:10.878Z[ recovery-image] Sep 25 17:20:09.655 INFO O| Sep 25 17:20:09.655 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-09-25T17:20:10.928Z[ recovery-image] Sep 25 17:20:09.708 INFO O| Sep 25 17:20:09.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
63152024-09-25T17:20:10.928Z[ recovery-image] Sep 25 17:20:09.708 INFO O| Sep 25 17:20:09.708 INFO STEP 748 (remove_files) COMPLETE
63162024-09-25T17:20:10.932Z[ recovery-image] Sep 25 17:20:09.708 INFO O| Sep 25 17:20:09.708 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-09-25T17:20:10.946Z[ recovery-image] Sep 25 17:20:09.725 INFO O| Sep 25 17:20:09.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
63182024-09-25T17:20:10.946Z[ recovery-image] Sep 25 17:20:09.726 INFO O| Sep 25 17:20:09.726 INFO STEP 749 (remove_files) COMPLETE
63192024-09-25T17:20:10.946Z[ recovery-image] Sep 25 17:20:09.726 INFO O| Sep 25 17:20:09.726 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-09-25T17:20:10.963Z[ recovery-image] Sep 25 17:20:09.742 INFO O| Sep 25 17:20:09.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
63212024-09-25T17:20:10.963Z[ recovery-image] Sep 25 17:20:09.742 INFO O| Sep 25 17:20:09.742 INFO STEP 750 (remove_files) COMPLETE
63222024-09-25T17:20:10.965Z[ recovery-image] Sep 25 17:20:09.742 INFO O| Sep 25 17:20:09.742 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-09-25T17:20:11.016Z[ recovery-image] Sep 25 17:20:09.796 INFO O| Sep 25 17:20:09.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
63242024-09-25T17:20:11.016Z[ recovery-image] Sep 25 17:20:09.796 INFO O| Sep 25 17:20:09.796 INFO STEP 751 (remove_files) COMPLETE
63252024-09-25T17:20:11.016Z[ recovery-image] Sep 25 17:20:09.796 INFO O| Sep 25 17:20:09.796 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-09-25T17:20:11.034Z[ recovery-image] Sep 25 17:20:09.814 INFO O| Sep 25 17:20:09.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
63272024-09-25T17:20:11.034Z[ recovery-image] Sep 25 17:20:09.814 INFO O| Sep 25 17:20:09.814 INFO STEP 752 (remove_files) COMPLETE
63282024-09-25T17:20:11.034Z[ recovery-image] Sep 25 17:20:09.814 INFO O| Sep 25 17:20:09.814 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-09-25T17:20:11.069Z[ recovery-image] Sep 25 17:20:09.848 INFO O| Sep 25 17:20:09.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
63302024-09-25T17:20:11.069Z[ recovery-image] Sep 25 17:20:09.848 INFO O| Sep 25 17:20:09.848 INFO STEP 753 (remove_files) COMPLETE
63312024-09-25T17:20:11.069Z[ recovery-image] Sep 25 17:20:09.848 INFO O| Sep 25 17:20:09.848 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-09-25T17:20:11.098Z[ host-image] Sep 25 17:20:09.878 INFO O| Sep 25 17:20:09.878 INFO O| Done
63332024-09-25T17:20:11.106Z[ recovery-image] Sep 25 17:20:09.884 INFO O| Sep 25 17:20:09.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
63342024-09-25T17:20:11.106Z[ recovery-image] Sep 25 17:20:09.885 INFO O| Sep 25 17:20:09.885 INFO STEP 754 (remove_files) COMPLETE
63352024-09-25T17:20:11.108Z[ recovery-image] Sep 25 17:20:09.885 INFO O| Sep 25 17:20:09.885 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-09-25T17:20:11.154Z[ recovery-image] Sep 25 17:20:09.933 INFO O| Sep 25 17:20:09.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
63372024-09-25T17:20:11.154Z[ recovery-image] Sep 25 17:20:09.933 INFO O| Sep 25 17:20:09.933 INFO STEP 755 (remove_files) COMPLETE
63382024-09-25T17:20:11.154Z[ recovery-image] Sep 25 17:20:09.933 INFO O| Sep 25 17:20:09.933 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-09-25T17:20:11.173Z[ recovery-image] Sep 25 17:20:09.952 INFO O| Sep 25 17:20:09.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
63402024-09-25T17:20:11.173Z[ recovery-image] Sep 25 17:20:09.952 INFO O| Sep 25 17:20:09.952 INFO STEP 756 (remove_files) COMPLETE
63412024-09-25T17:20:11.173Z[ recovery-image] Sep 25 17:20:09.953 INFO O| Sep 25 17:20:09.952 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-09-25T17:20:11.202Z[ recovery-image] Sep 25 17:20:09.981 INFO O| Sep 25 17:20:09.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
63432024-09-25T17:20:11.202Z[ recovery-image] Sep 25 17:20:09.981 INFO O| Sep 25 17:20:09.981 INFO STEP 757 (remove_files) COMPLETE
63442024-09-25T17:20:11.202Z[ recovery-image] Sep 25 17:20:09.981 INFO O| Sep 25 17:20:09.981 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-09-25T17:20:11.227Z[ recovery-image] Sep 25 17:20:10.007 INFO O| Sep 25 17:20:10.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
63462024-09-25T17:20:11.227Z[ recovery-image] Sep 25 17:20:10.007 INFO O| Sep 25 17:20:10.007 INFO STEP 758 (remove_files) COMPLETE
63472024-09-25T17:20:11.230Z[ recovery-image] Sep 25 17:20:10.007 INFO O| Sep 25 17:20:10.007 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-09-25T17:20:11.257Z[ recovery-image] Sep 25 17:20:10.037 INFO O| Sep 25 17:20:10.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
63492024-09-25T17:20:11.279Z[ recovery-image] Sep 25 17:20:10.059 INFO O| Sep 25 17:20:10.058 INFO STEP 759 (remove_files) COMPLETE
63502024-09-25T17:20:11.280Z[ recovery-image] Sep 25 17:20:10.059 INFO O| Sep 25 17:20:10.059 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-09-25T17:20:11.321Z[ recovery-image] Sep 25 17:20:10.101 INFO O| Sep 25 17:20:10.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
63522024-09-25T17:20:11.321Z[ recovery-image] Sep 25 17:20:10.101 INFO O| Sep 25 17:20:10.101 INFO STEP 760 (remove_files) COMPLETE
63532024-09-25T17:20:11.321Z[ recovery-image] Sep 25 17:20:10.101 INFO O| Sep 25 17:20:10.101 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-09-25T17:20:11.382Z[ recovery-image] Sep 25 17:20:10.162 INFO O| Sep 25 17:20:10.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
63552024-09-25T17:20:11.382Z[ recovery-image] Sep 25 17:20:10.162 INFO O| Sep 25 17:20:10.162 INFO STEP 761 (remove_files) COMPLETE
63562024-09-25T17:20:11.385Z[ recovery-image] Sep 25 17:20:10.162 INFO O| Sep 25 17:20:10.162 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-09-25T17:20:11.418Z[ recovery-image] Sep 25 17:20:10.197 INFO O| Sep 25 17:20:10.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
63582024-09-25T17:20:11.418Z[ recovery-image] Sep 25 17:20:10.197 INFO O| Sep 25 17:20:10.197 INFO STEP 762 (remove_files) COMPLETE
63592024-09-25T17:20:11.418Z[ recovery-image] Sep 25 17:20:10.197 INFO O| Sep 25 17:20:10.197 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-09-25T17:20:11.439Z[ recovery-image] Sep 25 17:20:10.218 INFO O| Sep 25 17:20:10.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63612024-09-25T17:20:11.439Z[ recovery-image] Sep 25 17:20:10.218 INFO O| Sep 25 17:20:10.218 INFO STEP 763 (remove_files) COMPLETE
63622024-09-25T17:20:11.442Z[ recovery-image] Sep 25 17:20:10.218 INFO O| Sep 25 17:20:10.218 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-09-25T17:20:11.459Z[ recovery-image] Sep 25 17:20:10.238 INFO O| Sep 25 17:20:10.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63642024-09-25T17:20:11.459Z[ recovery-image] Sep 25 17:20:10.238 INFO O| Sep 25 17:20:10.238 INFO STEP 764 (remove_files) COMPLETE
63652024-09-25T17:20:11.459Z[ recovery-image] Sep 25 17:20:10.239 INFO O| Sep 25 17:20:10.238 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-09-25T17:20:11.478Z[ recovery-image] Sep 25 17:20:10.258 INFO O| Sep 25 17:20:10.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63672024-09-25T17:20:11.478Z[ recovery-image] Sep 25 17:20:10.258 INFO O| Sep 25 17:20:10.258 INFO STEP 765 (remove_files) COMPLETE
63682024-09-25T17:20:11.478Z[ recovery-image] Sep 25 17:20:10.258 INFO O| Sep 25 17:20:10.258 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-09-25T17:20:11.496Z[ recovery-image] Sep 25 17:20:10.276 INFO O| Sep 25 17:20:10.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63702024-09-25T17:20:11.496Z[ recovery-image] Sep 25 17:20:10.276 INFO O| Sep 25 17:20:10.276 INFO STEP 766 (remove_files) COMPLETE
63712024-09-25T17:20:11.499Z[ recovery-image] Sep 25 17:20:10.276 INFO O| Sep 25 17:20:10.276 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-09-25T17:20:11.514Z[ recovery-image] Sep 25 17:20:10.294 INFO O| Sep 25 17:20:10.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63732024-09-25T17:20:11.515Z[ recovery-image] Sep 25 17:20:10.295 INFO O| Sep 25 17:20:10.294 INFO STEP 767 (remove_files) COMPLETE
63742024-09-25T17:20:11.517Z[ recovery-image] Sep 25 17:20:10.295 INFO O| Sep 25 17:20:10.294 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-09-25T17:20:11.543Z[ recovery-image] Sep 25 17:20:10.323 INFO O| Sep 25 17:20:10.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
63762024-09-25T17:20:11.546Z[ recovery-image] Sep 25 17:20:10.324 INFO O| Sep 25 17:20:10.323 INFO STEP 768 (remove_files) COMPLETE
63772024-09-25T17:20:11.546Z[ recovery-image] Sep 25 17:20:10.324 INFO O| Sep 25 17:20:10.324 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-09-25T17:20:11.572Z[ recovery-image] Sep 25 17:20:10.352 INFO O| Sep 25 17:20:10.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
63792024-09-25T17:20:11.575Z[ recovery-image] Sep 25 17:20:10.352 INFO O| Sep 25 17:20:10.352 INFO STEP 769 (remove_files) COMPLETE
63802024-09-25T17:20:11.575Z[ recovery-image] Sep 25 17:20:10.353 INFO O| Sep 25 17:20:10.352 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-09-25T17:20:11.631Z[ recovery-image] Sep 25 17:20:10.411 INFO O| Sep 25 17:20:10.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
63822024-09-25T17:20:11.631Z[ recovery-image] Sep 25 17:20:10.411 INFO O| Sep 25 17:20:10.411 INFO STEP 770 (remove_files) COMPLETE
63832024-09-25T17:20:11.631Z[ recovery-image] Sep 25 17:20:10.411 INFO O| Sep 25 17:20:10.411 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-09-25T17:20:11.665Z[ recovery-image] Sep 25 17:20:10.445 INFO O| Sep 25 17:20:10.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
63852024-09-25T17:20:11.665Z[ recovery-image] Sep 25 17:20:10.445 INFO O| Sep 25 17:20:10.445 INFO STEP 771 (remove_files) COMPLETE
63862024-09-25T17:20:11.665Z[ recovery-image] Sep 25 17:20:10.445 INFO O| Sep 25 17:20:10.445 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-09-25T17:20:11.683Z[ recovery-image] Sep 25 17:20:10.463 INFO O| Sep 25 17:20:10.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
63882024-09-25T17:20:11.686Z[ recovery-image] Sep 25 17:20:10.463 INFO O| Sep 25 17:20:10.463 INFO STEP 772 (remove_files) COMPLETE
63892024-09-25T17:20:11.686Z[ recovery-image] Sep 25 17:20:10.464 INFO O| Sep 25 17:20:10.464 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-09-25T17:20:11.704Z[ recovery-image] Sep 25 17:20:10.484 INFO O| Sep 25 17:20:10.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
63912024-09-25T17:20:11.707Z[ recovery-image] Sep 25 17:20:10.484 INFO O| Sep 25 17:20:10.484 INFO STEP 773 (remove_files) COMPLETE
63922024-09-25T17:20:11.707Z[ recovery-image] Sep 25 17:20:10.484 INFO O| Sep 25 17:20:10.484 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-09-25T17:20:11.733Z[ recovery-image] Sep 25 17:20:10.513 INFO O| Sep 25 17:20:10.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
63942024-09-25T17:20:11.736Z[ recovery-image] Sep 25 17:20:10.513 INFO O| Sep 25 17:20:10.513 INFO STEP 774 (remove_files) COMPLETE
63952024-09-25T17:20:11.736Z[ recovery-image] Sep 25 17:20:10.514 INFO O| Sep 25 17:20:10.513 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-09-25T17:20:11.794Z[ recovery-image] Sep 25 17:20:10.572 INFO O| Sep 25 17:20:10.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
63972024-09-25T17:20:11.796Z[ recovery-image] Sep 25 17:20:10.572 INFO O| Sep 25 17:20:10.572 INFO STEP 775 (remove_files) COMPLETE
63982024-09-25T17:20:11.796Z[ recovery-image] Sep 25 17:20:10.573 INFO O| Sep 25 17:20:10.572 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-09-25T17:20:11.842Z[ recovery-image] Sep 25 17:20:10.622 INFO O| Sep 25 17:20:10.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64002024-09-25T17:20:11.845Z[ recovery-image] Sep 25 17:20:10.622 INFO O| Sep 25 17:20:10.622 INFO STEP 776 (remove_files) COMPLETE
64012024-09-25T17:20:11.845Z[ recovery-image] Sep 25 17:20:10.622 INFO O| Sep 25 17:20:10.622 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-09-25T17:20:11.861Z[ recovery-image] Sep 25 17:20:10.641 INFO O| Sep 25 17:20:10.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
64032024-09-25T17:20:11.865Z[ recovery-image] Sep 25 17:20:10.641 INFO O| Sep 25 17:20:10.641 INFO STEP 777 (remove_files) COMPLETE
64042024-09-25T17:20:11.865Z[ recovery-image] Sep 25 17:20:10.641 INFO O| Sep 25 17:20:10.641 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-09-25T17:20:11.896Z[ recovery-image] Sep 25 17:20:10.675 INFO O| Sep 25 17:20:10.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64062024-09-25T17:20:11.896Z[ recovery-image] Sep 25 17:20:10.675 INFO O| Sep 25 17:20:10.675 INFO STEP 778 (remove_files) COMPLETE
64072024-09-25T17:20:11.896Z[ recovery-image] Sep 25 17:20:10.675 INFO O| Sep 25 17:20:10.675 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-09-25T17:20:11.926Z[ recovery-image] Sep 25 17:20:10.706 INFO O| Sep 25 17:20:10.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64092024-09-25T17:20:11.926Z[ recovery-image] Sep 25 17:20:10.706 INFO O| Sep 25 17:20:10.706 INFO STEP 779 (remove_files) COMPLETE
64102024-09-25T17:20:11.926Z[ recovery-image] Sep 25 17:20:10.706 INFO O| Sep 25 17:20:10.706 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-09-25T17:20:11.959Z[ recovery-image] Sep 25 17:20:10.739 INFO O| Sep 25 17:20:10.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
64122024-09-25T17:20:11.959Z[ recovery-image] Sep 25 17:20:10.739 INFO O| Sep 25 17:20:10.739 INFO STEP 780 (remove_files) COMPLETE
64132024-09-25T17:20:11.959Z[ recovery-image] Sep 25 17:20:10.739 INFO O| Sep 25 17:20:10.739 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-09-25T17:20:11.994Z[ recovery-image] Sep 25 17:20:10.774 INFO O| Sep 25 17:20:10.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
64152024-09-25T17:20:11.994Z[ recovery-image] Sep 25 17:20:10.774 INFO O| Sep 25 17:20:10.774 INFO STEP 781 (remove_files) COMPLETE
64162024-09-25T17:20:11.995Z[ recovery-image] Sep 25 17:20:10.774 INFO O| Sep 25 17:20:10.774 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-09-25T17:20:12.013Z[ recovery-image] Sep 25 17:20:10.792 INFO O| Sep 25 17:20:10.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
64182024-09-25T17:20:12.013Z[ recovery-image] Sep 25 17:20:10.792 INFO O| Sep 25 17:20:10.792 INFO STEP 782 (remove_files) COMPLETE
64192024-09-25T17:20:12.015Z[ recovery-image] Sep 25 17:20:10.792 INFO O| Sep 25 17:20:10.792 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-09-25T17:20:12.032Z[ recovery-image] Sep 25 17:20:10.811 INFO O| Sep 25 17:20:10.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
64212024-09-25T17:20:12.032Z[ recovery-image] Sep 25 17:20:10.811 INFO O| Sep 25 17:20:10.811 INFO STEP 783 (remove_files) COMPLETE
64222024-09-25T17:20:12.035Z[ recovery-image] Sep 25 17:20:10.811 INFO O| Sep 25 17:20:10.811 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-09-25T17:20:12.049Z[ recovery-image] Sep 25 17:20:10.829 INFO O| Sep 25 17:20:10.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
64242024-09-25T17:20:12.051Z[ recovery-image] Sep 25 17:20:10.829 INFO O| Sep 25 17:20:10.829 INFO STEP 784 (remove_files) COMPLETE
64252024-09-25T17:20:12.052Z[ recovery-image] Sep 25 17:20:10.829 INFO O| Sep 25 17:20:10.829 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-09-25T17:20:12.074Z[ recovery-image] Sep 25 17:20:10.854 INFO O| Sep 25 17:20:10.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
64272024-09-25T17:20:12.074Z[ recovery-image] Sep 25 17:20:10.854 INFO O| Sep 25 17:20:10.854 INFO STEP 785 (remove_files) COMPLETE
64282024-09-25T17:20:12.074Z[ recovery-image] Sep 25 17:20:10.854 INFO O| Sep 25 17:20:10.854 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-09-25T17:20:12.092Z[ recovery-image] Sep 25 17:20:10.872 INFO O| Sep 25 17:20:10.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
64302024-09-25T17:20:12.093Z[ recovery-image] Sep 25 17:20:10.872 INFO O| Sep 25 17:20:10.872 INFO STEP 786 (remove_files) COMPLETE
64312024-09-25T17:20:12.095Z[ recovery-image] Sep 25 17:20:10.872 INFO O| Sep 25 17:20:10.872 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-09-25T17:20:12.119Z[ recovery-image] Sep 25 17:20:10.899 INFO O| Sep 25 17:20:10.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
64332024-09-25T17:20:12.119Z[ recovery-image] Sep 25 17:20:10.899 INFO O| Sep 25 17:20:10.899 INFO STEP 787 (remove_files) COMPLETE
64342024-09-25T17:20:12.119Z[ recovery-image] Sep 25 17:20:10.899 INFO O| Sep 25 17:20:10.899 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-09-25T17:20:12.138Z[ recovery-image] Sep 25 17:20:10.918 INFO O| Sep 25 17:20:10.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
64362024-09-25T17:20:12.138Z[ recovery-image] Sep 25 17:20:10.918 INFO O| Sep 25 17:20:10.918 INFO STEP 788 (remove_files) COMPLETE
64372024-09-25T17:20:12.138Z[ recovery-image] Sep 25 17:20:10.918 INFO O| Sep 25 17:20:10.918 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-09-25T17:20:12.194Z[ recovery-image] Sep 25 17:20:10.974 INFO O| Sep 25 17:20:10.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
64392024-09-25T17:20:12.194Z[ recovery-image] Sep 25 17:20:10.974 INFO O| Sep 25 17:20:10.974 INFO STEP 789 (remove_files) COMPLETE
64402024-09-25T17:20:12.194Z[ recovery-image] Sep 25 17:20:10.974 INFO O| Sep 25 17:20:10.974 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-09-25T17:20:12.234Z[ recovery-image] Sep 25 17:20:11.014 INFO O| Sep 25 17:20:11.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
64422024-09-25T17:20:12.234Z[ recovery-image] Sep 25 17:20:11.014 INFO O| Sep 25 17:20:11.014 INFO STEP 790 (remove_files) COMPLETE
64432024-09-25T17:20:12.234Z[ recovery-image] Sep 25 17:20:11.014 INFO O| Sep 25 17:20:11.014 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-09-25T17:20:12.253Z[ recovery-image] Sep 25 17:20:11.033 INFO O| Sep 25 17:20:11.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
64452024-09-25T17:20:12.253Z[ recovery-image] Sep 25 17:20:11.033 INFO O| Sep 25 17:20:11.033 INFO STEP 791 (remove_files) COMPLETE
64462024-09-25T17:20:12.256Z[ recovery-image] Sep 25 17:20:11.033 INFO O| Sep 25 17:20:11.033 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-09-25T17:20:12.287Z[ recovery-image] Sep 25 17:20:11.066 INFO O| Sep 25 17:20:11.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
64482024-09-25T17:20:12.287Z[ recovery-image] Sep 25 17:20:11.066 INFO O| Sep 25 17:20:11.066 INFO STEP 792 (remove_files) COMPLETE
64492024-09-25T17:20:12.287Z[ recovery-image] Sep 25 17:20:11.066 INFO O| Sep 25 17:20:11.066 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-09-25T17:20:12.350Z[ recovery-image] Sep 25 17:20:11.129 INFO O| Sep 25 17:20:11.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
64512024-09-25T17:20:12.350Z[ recovery-image] Sep 25 17:20:11.129 INFO O| Sep 25 17:20:11.129 INFO STEP 793 (remove_files) COMPLETE
64522024-09-25T17:20:12.350Z[ recovery-image] Sep 25 17:20:11.129 INFO O| Sep 25 17:20:11.129 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-09-25T17:20:12.374Z[ recovery-image] Sep 25 17:20:11.154 INFO O| Sep 25 17:20:11.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
64542024-09-25T17:20:12.374Z[ recovery-image] Sep 25 17:20:11.154 INFO O| Sep 25 17:20:11.154 INFO STEP 794 (remove_files) COMPLETE
64552024-09-25T17:20:12.375Z[ recovery-image] Sep 25 17:20:11.154 INFO O| Sep 25 17:20:11.154 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-09-25T17:20:12.445Z[ recovery-image] Sep 25 17:20:11.225 INFO O| Sep 25 17:20:11.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64572024-09-25T17:20:12.445Z[ recovery-image] Sep 25 17:20:11.225 INFO O| Sep 25 17:20:11.225 INFO STEP 795 (remove_files) COMPLETE
64582024-09-25T17:20:12.448Z[ recovery-image] Sep 25 17:20:11.225 INFO O| Sep 25 17:20:11.225 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-09-25T17:20:12.496Z[ recovery-image] Sep 25 17:20:11.276 INFO O| Sep 25 17:20:11.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64602024-09-25T17:20:12.510Z[ recovery-image] Sep 25 17:20:11.290 INFO O| Sep 25 17:20:11.290 INFO STEP 796 (remove_files) COMPLETE
64612024-09-25T17:20:12.510Z[ recovery-image] Sep 25 17:20:11.290 INFO O| Sep 25 17:20:11.290 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-09-25T17:20:12.570Z[ recovery-image] Sep 25 17:20:11.349 INFO O| Sep 25 17:20:11.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64632024-09-25T17:20:12.598Z[ recovery-image] Sep 25 17:20:11.377 INFO O| Sep 25 17:20:11.373 INFO STEP 797 (remove_files) COMPLETE
64642024-09-25T17:20:12.606Z[ recovery-image] Sep 25 17:20:11.386 INFO O| Sep 25 17:20:11.386 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-09-25T17:20:12.656Z[ recovery-image] Sep 25 17:20:11.436 INFO O| Sep 25 17:20:11.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64662024-09-25T17:20:12.657Z[ recovery-image] Sep 25 17:20:11.436 INFO O| Sep 25 17:20:11.436 INFO STEP 798 (remove_files) COMPLETE
64672024-09-25T17:20:12.659Z[ recovery-image] Sep 25 17:20:11.436 INFO O| Sep 25 17:20:11.436 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-09-25T17:20:12.674Z[ recovery-image] Sep 25 17:20:11.454 INFO O| Sep 25 17:20:11.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64692024-09-25T17:20:12.674Z[ recovery-image] Sep 25 17:20:11.454 INFO O| Sep 25 17:20:11.454 INFO STEP 799 (remove_files) COMPLETE
64702024-09-25T17:20:12.676Z[ recovery-image] Sep 25 17:20:11.454 INFO O| Sep 25 17:20:11.454 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-09-25T17:20:12.692Z[ recovery-image] Sep 25 17:20:11.471 INFO O| Sep 25 17:20:11.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
64722024-09-25T17:20:12.692Z[ recovery-image] Sep 25 17:20:11.471 INFO O| Sep 25 17:20:11.471 INFO STEP 800 (remove_files) COMPLETE
64732024-09-25T17:20:12.695Z[ recovery-image] Sep 25 17:20:11.472 INFO O| Sep 25 17:20:11.471 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-09-25T17:20:12.714Z[ recovery-image] Sep 25 17:20:11.493 INFO O| Sep 25 17:20:11.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
64752024-09-25T17:20:12.714Z[ recovery-image] Sep 25 17:20:11.493 INFO O| Sep 25 17:20:11.493 INFO STEP 801 (remove_files) COMPLETE
64762024-09-25T17:20:12.714Z[ recovery-image] Sep 25 17:20:11.493 INFO O| Sep 25 17:20:11.493 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-09-25T17:20:12.745Z[ recovery-image] Sep 25 17:20:11.525 INFO O| Sep 25 17:20:11.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
64782024-09-25T17:20:12.746Z[ recovery-image] Sep 25 17:20:11.525 INFO O| Sep 25 17:20:11.525 INFO STEP 802 (remove_files) COMPLETE
64792024-09-25T17:20:12.748Z[ recovery-image] Sep 25 17:20:11.526 INFO O| Sep 25 17:20:11.525 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-09-25T17:20:12.764Z[ recovery-image] Sep 25 17:20:11.544 INFO O| Sep 25 17:20:11.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
64812024-09-25T17:20:12.764Z[ recovery-image] Sep 25 17:20:11.544 INFO O| Sep 25 17:20:11.544 INFO STEP 803 (remove_files) COMPLETE
64822024-09-25T17:20:12.764Z[ recovery-image] Sep 25 17:20:11.544 INFO O| Sep 25 17:20:11.544 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-09-25T17:20:12.782Z[ recovery-image] Sep 25 17:20:11.561 INFO O| Sep 25 17:20:11.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
64842024-09-25T17:20:12.782Z[ recovery-image] Sep 25 17:20:11.562 INFO O| Sep 25 17:20:11.562 INFO STEP 804 (remove_files) COMPLETE
64852024-09-25T17:20:12.784Z[ recovery-image] Sep 25 17:20:11.562 INFO O| Sep 25 17:20:11.562 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-09-25T17:20:12.802Z[ recovery-image] Sep 25 17:20:11.581 INFO O| Sep 25 17:20:11.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
64872024-09-25T17:20:12.802Z[ recovery-image] Sep 25 17:20:11.581 INFO O| Sep 25 17:20:11.581 INFO STEP 805 (remove_files) COMPLETE
64882024-09-25T17:20:12.802Z[ recovery-image] Sep 25 17:20:11.581 INFO O| Sep 25 17:20:11.581 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-09-25T17:20:12.841Z[ recovery-image] Sep 25 17:20:11.620 INFO O| Sep 25 17:20:11.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
64902024-09-25T17:20:12.841Z[ recovery-image] Sep 25 17:20:11.620 INFO O| Sep 25 17:20:11.620 INFO STEP 806 (remove_files) COMPLETE
64912024-09-25T17:20:12.843Z[ recovery-image] Sep 25 17:20:11.621 INFO O| Sep 25 17:20:11.620 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-09-25T17:20:12.862Z[ recovery-image] Sep 25 17:20:11.641 INFO O| Sep 25 17:20:11.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
64932024-09-25T17:20:12.862Z[ recovery-image] Sep 25 17:20:11.641 INFO O| Sep 25 17:20:11.641 INFO STEP 807 (remove_files) COMPLETE
64942024-09-25T17:20:12.864Z[ recovery-image] Sep 25 17:20:11.641 INFO O| Sep 25 17:20:11.641 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-09-25T17:20:12.881Z[ recovery-image] Sep 25 17:20:11.660 INFO O| Sep 25 17:20:11.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
64962024-09-25T17:20:12.881Z[ recovery-image] Sep 25 17:20:11.660 INFO O| Sep 25 17:20:11.660 INFO STEP 808 (remove_files) COMPLETE
64972024-09-25T17:20:12.881Z[ recovery-image] Sep 25 17:20:11.660 INFO O| Sep 25 17:20:11.660 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-09-25T17:20:12.899Z[ recovery-image] Sep 25 17:20:11.679 INFO O| Sep 25 17:20:11.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
64992024-09-25T17:20:12.899Z[ recovery-image] Sep 25 17:20:11.679 INFO O| Sep 25 17:20:11.679 INFO STEP 809 (remove_files) COMPLETE
65002024-09-25T17:20:12.903Z[ recovery-image] Sep 25 17:20:11.679 INFO O| Sep 25 17:20:11.679 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-09-25T17:20:12.917Z[ recovery-image] Sep 25 17:20:11.696 INFO O| Sep 25 17:20:11.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
65022024-09-25T17:20:12.919Z[ recovery-image] Sep 25 17:20:11.697 INFO O| Sep 25 17:20:11.697 INFO STEP 810 (remove_files) COMPLETE
65032024-09-25T17:20:12.919Z[ recovery-image] Sep 25 17:20:11.697 INFO O| Sep 25 17:20:11.697 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-09-25T17:20:12.944Z[ recovery-image] Sep 25 17:20:11.724 INFO O| Sep 25 17:20:11.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
65052024-09-25T17:20:12.944Z[ recovery-image] Sep 25 17:20:11.724 INFO O| Sep 25 17:20:11.724 INFO STEP 811 (remove_files) COMPLETE
65062024-09-25T17:20:12.944Z[ recovery-image] Sep 25 17:20:11.724 INFO O| Sep 25 17:20:11.724 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-09-25T17:20:12.969Z[ recovery-image] Sep 25 17:20:11.748 INFO O| Sep 25 17:20:11.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
65082024-09-25T17:20:12.969Z[ recovery-image] Sep 25 17:20:11.748 INFO O| Sep 25 17:20:11.748 INFO STEP 812 (remove_files) COMPLETE
65092024-09-25T17:20:12.969Z[ recovery-image] Sep 25 17:20:11.748 INFO O| Sep 25 17:20:11.748 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-09-25T17:20:13.004Z[ recovery-image] Sep 25 17:20:11.783 INFO O| Sep 25 17:20:11.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
65112024-09-25T17:20:13.004Z[ recovery-image] Sep 25 17:20:11.783 INFO O| Sep 25 17:20:11.783 INFO STEP 813 (remove_files) COMPLETE
65122024-09-25T17:20:13.004Z[ recovery-image] Sep 25 17:20:11.783 INFO O| Sep 25 17:20:11.783 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-09-25T17:20:13.064Z[ recovery-image] Sep 25 17:20:11.843 INFO O| Sep 25 17:20:11.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
65142024-09-25T17:20:13.064Z[ recovery-image] Sep 25 17:20:11.843 INFO O| Sep 25 17:20:11.843 INFO STEP 814 (remove_files) COMPLETE
65152024-09-25T17:20:13.064Z[ recovery-image] Sep 25 17:20:11.843 INFO O| Sep 25 17:20:11.843 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-09-25T17:20:13.082Z[ recovery-image] Sep 25 17:20:11.862 INFO O| Sep 25 17:20:11.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
65172024-09-25T17:20:13.082Z[ recovery-image] Sep 25 17:20:11.862 INFO O| Sep 25 17:20:11.862 INFO STEP 815 (remove_files) COMPLETE
65182024-09-25T17:20:13.082Z[ recovery-image] Sep 25 17:20:11.862 INFO O| Sep 25 17:20:11.862 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-09-25T17:20:13.117Z[ recovery-image] Sep 25 17:20:11.895 INFO O| Sep 25 17:20:11.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
65202024-09-25T17:20:13.117Z[ recovery-image] Sep 25 17:20:11.895 INFO O| Sep 25 17:20:11.895 INFO STEP 816 (remove_files) COMPLETE
65212024-09-25T17:20:13.117Z[ recovery-image] Sep 25 17:20:11.895 INFO O| Sep 25 17:20:11.895 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-09-25T17:20:13.135Z[ recovery-image] Sep 25 17:20:11.914 INFO O| Sep 25 17:20:11.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
65232024-09-25T17:20:13.135Z[ recovery-image] Sep 25 17:20:11.914 INFO O| Sep 25 17:20:11.914 INFO STEP 817 (remove_files) COMPLETE
65242024-09-25T17:20:13.138Z[ recovery-image] Sep 25 17:20:11.914 INFO O| Sep 25 17:20:11.914 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-09-25T17:20:13.154Z[ recovery-image] Sep 25 17:20:11.933 INFO O| Sep 25 17:20:11.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
65262024-09-25T17:20:13.154Z[ recovery-image] Sep 25 17:20:11.933 INFO O| Sep 25 17:20:11.933 INFO STEP 818 (remove_files) COMPLETE
65272024-09-25T17:20:13.154Z[ recovery-image] Sep 25 17:20:11.933 INFO O| Sep 25 17:20:11.933 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-09-25T17:20:13.189Z[ recovery-image] Sep 25 17:20:11.968 INFO O| Sep 25 17:20:11.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
65292024-09-25T17:20:13.189Z[ recovery-image] Sep 25 17:20:11.968 INFO O| Sep 25 17:20:11.968 INFO STEP 819 (remove_files) COMPLETE
65302024-09-25T17:20:13.191Z[ recovery-image] Sep 25 17:20:11.969 INFO O| Sep 25 17:20:11.968 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-09-25T17:20:13.211Z[ recovery-image] Sep 25 17:20:11.990 INFO O| Sep 25 17:20:11.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
65322024-09-25T17:20:13.211Z[ recovery-image] Sep 25 17:20:11.990 INFO O| Sep 25 17:20:11.990 INFO STEP 820 (remove_files) COMPLETE
65332024-09-25T17:20:13.211Z[ recovery-image] Sep 25 17:20:11.991 INFO O| Sep 25 17:20:11.990 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-09-25T17:20:13.235Z[ recovery-image] Sep 25 17:20:12.015 INFO O| Sep 25 17:20:12.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
65352024-09-25T17:20:13.235Z[ recovery-image] Sep 25 17:20:12.015 INFO O| Sep 25 17:20:12.015 INFO STEP 821 (remove_files) COMPLETE
65362024-09-25T17:20:13.235Z[ recovery-image] Sep 25 17:20:12.015 INFO O| Sep 25 17:20:12.015 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-09-25T17:20:13.255Z[ recovery-image] Sep 25 17:20:12.034 INFO O| Sep 25 17:20:12.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
65382024-09-25T17:20:13.255Z[ recovery-image] Sep 25 17:20:12.034 INFO O| Sep 25 17:20:12.034 INFO STEP 822 (remove_files) COMPLETE
65392024-09-25T17:20:13.255Z[ recovery-image] Sep 25 17:20:12.034 INFO O| Sep 25 17:20:12.034 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-09-25T17:20:13.274Z[ recovery-image] Sep 25 17:20:12.053 INFO O| Sep 25 17:20:12.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
65412024-09-25T17:20:13.276Z[ recovery-image] Sep 25 17:20:12.053 INFO O| Sep 25 17:20:12.053 INFO STEP 823 (remove_files) COMPLETE
65422024-09-25T17:20:13.276Z[ recovery-image] Sep 25 17:20:12.054 INFO O| Sep 25 17:20:12.053 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-09-25T17:20:13.295Z[ recovery-image] Sep 25 17:20:12.075 INFO O| Sep 25 17:20:12.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
65442024-09-25T17:20:13.298Z[ recovery-image] Sep 25 17:20:12.075 INFO O| Sep 25 17:20:12.075 INFO STEP 824 (remove_files) COMPLETE
65452024-09-25T17:20:13.298Z[ recovery-image] Sep 25 17:20:12.075 INFO O| Sep 25 17:20:12.075 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-09-25T17:20:13.320Z[ recovery-image] Sep 25 17:20:12.099 INFO O| Sep 25 17:20:12.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
65472024-09-25T17:20:13.320Z[ recovery-image] Sep 25 17:20:12.099 INFO O| Sep 25 17:20:12.099 INFO STEP 825 (remove_files) COMPLETE
65482024-09-25T17:20:13.320Z[ recovery-image] Sep 25 17:20:12.099 INFO O| Sep 25 17:20:12.099 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-09-25T17:20:13.339Z[ recovery-image] Sep 25 17:20:12.119 INFO O| Sep 25 17:20:12.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
65502024-09-25T17:20:13.342Z[ recovery-image] Sep 25 17:20:12.119 INFO O| Sep 25 17:20:12.119 INFO STEP 826 (remove_files) COMPLETE
65512024-09-25T17:20:13.342Z[ recovery-image] Sep 25 17:20:12.119 INFO O| Sep 25 17:20:12.119 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-09-25T17:20:13.358Z[ recovery-image] Sep 25 17:20:12.137 INFO O| Sep 25 17:20:12.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
65532024-09-25T17:20:13.358Z[ recovery-image] Sep 25 17:20:12.137 INFO O| Sep 25 17:20:12.137 INFO STEP 827 (remove_files) COMPLETE
65542024-09-25T17:20:13.360Z[ recovery-image] Sep 25 17:20:12.138 INFO O| Sep 25 17:20:12.137 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-09-25T17:20:13.395Z[ recovery-image] Sep 25 17:20:12.175 INFO O| Sep 25 17:20:12.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65562024-09-25T17:20:13.395Z[ recovery-image] Sep 25 17:20:12.175 INFO O| Sep 25 17:20:12.175 INFO STEP 828 (remove_files) COMPLETE
65572024-09-25T17:20:13.396Z[ recovery-image] Sep 25 17:20:12.175 INFO O| Sep 25 17:20:12.175 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-09-25T17:20:13.417Z[ recovery-image] Sep 25 17:20:12.196 INFO O| Sep 25 17:20:12.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65592024-09-25T17:20:13.417Z[ recovery-image] Sep 25 17:20:12.197 INFO O| Sep 25 17:20:12.197 INFO STEP 829 (remove_files) COMPLETE
65602024-09-25T17:20:13.420Z[ recovery-image] Sep 25 17:20:12.197 INFO O| Sep 25 17:20:12.197 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-09-25T17:20:13.453Z[ recovery-image] Sep 25 17:20:12.232 INFO O| Sep 25 17:20:12.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
65622024-09-25T17:20:13.456Z[ recovery-image] Sep 25 17:20:12.232 INFO O| Sep 25 17:20:12.232 INFO STEP 830 (remove_files) COMPLETE
65632024-09-25T17:20:13.456Z[ recovery-image] Sep 25 17:20:12.232 INFO O| Sep 25 17:20:12.232 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-09-25T17:20:13.472Z[ recovery-image] Sep 25 17:20:12.252 INFO O| Sep 25 17:20:12.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65652024-09-25T17:20:13.501Z[ recovery-image] Sep 25 17:20:12.277 INFO O| Sep 25 17:20:12.277 INFO STEP 831 (remove_files) COMPLETE
65662024-09-25T17:20:13.501Z[ recovery-image] Sep 25 17:20:12.277 INFO O| Sep 25 17:20:12.277 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-09-25T17:20:13.558Z[ recovery-image] Sep 25 17:20:12.337 INFO O| Sep 25 17:20:12.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65682024-09-25T17:20:13.558Z[ recovery-image] Sep 25 17:20:12.337 INFO O| Sep 25 17:20:12.337 INFO STEP 832 (remove_files) COMPLETE
65692024-09-25T17:20:13.560Z[ recovery-image] Sep 25 17:20:12.337 INFO O| Sep 25 17:20:12.337 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-09-25T17:20:13.577Z[ recovery-image] Sep 25 17:20:12.356 INFO O| Sep 25 17:20:12.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
65712024-09-25T17:20:13.577Z[ recovery-image] Sep 25 17:20:12.356 INFO O| Sep 25 17:20:12.356 INFO STEP 833 (remove_files) COMPLETE
65722024-09-25T17:20:13.577Z[ recovery-image] Sep 25 17:20:12.356 INFO O| Sep 25 17:20:12.356 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-09-25T17:20:13.724Z[ recovery-image] Sep 25 17:20:12.503 INFO O| Sep 25 17:20:12.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
65742024-09-25T17:20:13.724Z[ recovery-image] Sep 25 17:20:12.503 INFO O| Sep 25 17:20:12.503 INFO STEP 834 (remove_files) COMPLETE
65752024-09-25T17:20:13.727Z[ recovery-image] Sep 25 17:20:12.503 INFO O| Sep 25 17:20:12.503 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-09-25T17:20:13.939Z[ host-image] Sep 25 17:20:12.539 INFO O| Sep 25 17:20:12.539 INFO O| Done
65772024-09-25T17:20:13.939Z[ recovery-image] Sep 25 17:20:12.705 INFO O| Sep 25 17:20:12.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65782024-09-25T17:20:13.939Z[ host-image] Sep 25 17:20:12.574 INFO O| Sep 25 17:20:12.573 INFO O| Done
65792024-09-25T17:20:13.939Z[ recovery-image] Sep 25 17:20:12.705 INFO O| Sep 25 17:20:12.705 INFO STEP 835 (remove_files) COMPLETE
65802024-09-25T17:20:13.939Z[ recovery-image] Sep 25 17:20:12.706 INFO O| Sep 25 17:20:12.705 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-09-25T17:20:13.939Z[ host-image] Sep 25 17:20:12.574 INFO O| Sep 25 17:20:12.574 INFO O| Done
65822024-09-25T17:20:13.939Z[ host-image] Sep 25 17:20:12.629 INFO O| Sep 25 17:20:12.629 INFO O| Done
65832024-09-25T17:20:14.014Z[ host-image] Sep 25 17:20:12.794 INFO O| Sep 25 17:20:12.794 INFO STEP 13 (pkg_install) COMPLETE
65842024-09-25T17:20:14.014Z[ host-image] Sep 25 17:20:12.794 INFO O| Sep 25 17:20:12.794 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
65852024-09-25T17:20:14.017Z[ recovery-image] Sep 25 17:20:12.795 INFO O| Sep 25 17:20:12.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
65862024-09-25T17:20:14.017Z[ recovery-image] Sep 25 17:20:12.796 INFO O| Sep 25 17:20:12.796 INFO STEP 836 (remove_files) COMPLETE
65872024-09-25T17:20:14.017Z[ recovery-image] Sep 25 17:20:12.796 INFO O| Sep 25 17:20:12.796 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-09-25T17:20:14.031Z[ host-image] Sep 25 17:20:12.810 INFO O| Sep 25 17:20:12.810 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
65892024-09-25T17:20:14.060Z[ recovery-image] Sep 25 17:20:12.839 INFO O| Sep 25 17:20:12.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
65902024-09-25T17:20:14.060Z[ recovery-image] Sep 25 17:20:12.839 INFO O| Sep 25 17:20:12.839 INFO STEP 837 (remove_files) COMPLETE
65912024-09-25T17:20:14.062Z[ recovery-image] Sep 25 17:20:12.839 INFO O| Sep 25 17:20:12.839 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-09-25T17:20:14.121Z[ recovery-image] Sep 25 17:20:12.901 INFO O| Sep 25 17:20:12.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
65932024-09-25T17:20:14.121Z[ recovery-image] Sep 25 17:20:12.901 INFO O| Sep 25 17:20:12.901 INFO STEP 838 (remove_files) COMPLETE
65942024-09-25T17:20:14.121Z[ recovery-image] Sep 25 17:20:12.901 INFO O| Sep 25 17:20:12.901 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-09-25T17:20:14.140Z[ recovery-image] Sep 25 17:20:12.919 INFO O| Sep 25 17:20:12.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
65962024-09-25T17:20:14.140Z[ recovery-image] Sep 25 17:20:12.919 INFO O| Sep 25 17:20:12.919 INFO STEP 839 (remove_files) COMPLETE
65972024-09-25T17:20:14.140Z[ recovery-image] Sep 25 17:20:12.919 INFO O| Sep 25 17:20:12.919 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-09-25T17:20:14.158Z[ recovery-image] Sep 25 17:20:12.937 INFO O| Sep 25 17:20:12.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
65992024-09-25T17:20:14.158Z[ recovery-image] Sep 25 17:20:12.938 INFO O| Sep 25 17:20:12.937 INFO STEP 840 (remove_files) COMPLETE
66002024-09-25T17:20:14.158Z[ recovery-image] Sep 25 17:20:12.938 INFO O| Sep 25 17:20:12.938 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-09-25T17:20:14.177Z[ recovery-image] Sep 25 17:20:12.957 INFO O| Sep 25 17:20:12.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66022024-09-25T17:20:14.178Z[ recovery-image] Sep 25 17:20:12.957 INFO O| Sep 25 17:20:12.957 INFO STEP 841 (remove_files) COMPLETE
66032024-09-25T17:20:14.178Z[ recovery-image] Sep 25 17:20:12.957 INFO O| Sep 25 17:20:12.957 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-09-25T17:20:14.196Z[ recovery-image] Sep 25 17:20:12.975 INFO O| Sep 25 17:20:12.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
66052024-09-25T17:20:14.196Z[ recovery-image] Sep 25 17:20:12.975 INFO O| Sep 25 17:20:12.975 INFO STEP 842 (remove_files) COMPLETE
66062024-09-25T17:20:14.198Z[ recovery-image] Sep 25 17:20:12.975 INFO O| Sep 25 17:20:12.975 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-09-25T17:20:14.227Z[ recovery-image] Sep 25 17:20:13.006 INFO O| Sep 25 17:20:13.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
66082024-09-25T17:20:14.227Z[ recovery-image] Sep 25 17:20:13.006 INFO O| Sep 25 17:20:13.006 INFO STEP 843 (remove_files) COMPLETE
66092024-09-25T17:20:14.230Z[ recovery-image] Sep 25 17:20:13.007 INFO O| Sep 25 17:20:13.007 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-09-25T17:20:14.246Z[ recovery-image] Sep 25 17:20:13.026 INFO O| Sep 25 17:20:13.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
66112024-09-25T17:20:14.246Z[ recovery-image] Sep 25 17:20:13.026 INFO O| Sep 25 17:20:13.026 INFO STEP 844 (remove_files) COMPLETE
66122024-09-25T17:20:14.246Z[ recovery-image] Sep 25 17:20:13.026 INFO O| Sep 25 17:20:13.026 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-09-25T17:20:14.265Z[ recovery-image] Sep 25 17:20:13.044 INFO O| Sep 25 17:20:13.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
66142024-09-25T17:20:14.265Z[ recovery-image] Sep 25 17:20:13.044 INFO O| Sep 25 17:20:13.044 INFO STEP 845 (remove_files) COMPLETE
66152024-09-25T17:20:14.267Z[ recovery-image] Sep 25 17:20:13.044 INFO O| Sep 25 17:20:13.044 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-09-25T17:20:14.283Z[ recovery-image] Sep 25 17:20:13.063 INFO O| Sep 25 17:20:13.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
66172024-09-25T17:20:14.283Z[ recovery-image] Sep 25 17:20:13.063 INFO O| Sep 25 17:20:13.063 INFO STEP 846 (remove_files) COMPLETE
66182024-09-25T17:20:14.286Z[ recovery-image] Sep 25 17:20:13.063 INFO O| Sep 25 17:20:13.063 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-09-25T17:20:14.301Z[ recovery-image] Sep 25 17:20:13.081 INFO O| Sep 25 17:20:13.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
66202024-09-25T17:20:14.302Z[ recovery-image] Sep 25 17:20:13.081 INFO O| Sep 25 17:20:13.081 INFO STEP 847 (remove_files) COMPLETE
66212024-09-25T17:20:14.304Z[ recovery-image] Sep 25 17:20:13.081 INFO O| Sep 25 17:20:13.081 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-09-25T17:20:14.319Z[ recovery-image] Sep 25 17:20:13.099 INFO O| Sep 25 17:20:13.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
66232024-09-25T17:20:14.319Z[ recovery-image] Sep 25 17:20:13.099 INFO O| Sep 25 17:20:13.099 INFO STEP 848 (remove_files) COMPLETE
66242024-09-25T17:20:14.323Z[ recovery-image] Sep 25 17:20:13.099 INFO O| Sep 25 17:20:13.099 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-09-25T17:20:14.339Z[ recovery-image] Sep 25 17:20:13.118 INFO O| Sep 25 17:20:13.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
66262024-09-25T17:20:14.339Z[ recovery-image] Sep 25 17:20:13.118 INFO O| Sep 25 17:20:13.118 INFO STEP 849 (remove_files) COMPLETE
66272024-09-25T17:20:14.341Z[ recovery-image] Sep 25 17:20:13.118 INFO O| Sep 25 17:20:13.118 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-09-25T17:20:14.359Z[ recovery-image] Sep 25 17:20:13.138 INFO O| Sep 25 17:20:13.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
66292024-09-25T17:20:14.362Z[ recovery-image] Sep 25 17:20:13.139 INFO O| Sep 25 17:20:13.139 INFO STEP 850 (remove_files) COMPLETE
66302024-09-25T17:20:14.362Z[ recovery-image] Sep 25 17:20:13.139 INFO O| Sep 25 17:20:13.139 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-09-25T17:20:14.398Z[ recovery-image] Sep 25 17:20:13.176 INFO O| Sep 25 17:20:13.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
66322024-09-25T17:20:14.399Z[ recovery-image] Sep 25 17:20:13.176 INFO O| Sep 25 17:20:13.176 INFO STEP 851 (remove_files) COMPLETE
66332024-09-25T17:20:14.399Z[ recovery-image] Sep 25 17:20:13.176 INFO O| Sep 25 17:20:13.176 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-09-25T17:20:14.415Z[ recovery-image] Sep 25 17:20:13.195 INFO O| Sep 25 17:20:13.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
66352024-09-25T17:20:14.418Z[ recovery-image] Sep 25 17:20:13.195 INFO O| Sep 25 17:20:13.195 INFO STEP 852 (remove_files) COMPLETE
66362024-09-25T17:20:14.418Z[ recovery-image] Sep 25 17:20:13.195 INFO O| Sep 25 17:20:13.195 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-09-25T17:20:14.442Z[ recovery-image] Sep 25 17:20:13.221 INFO O| Sep 25 17:20:13.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
66382024-09-25T17:20:14.442Z[ recovery-image] Sep 25 17:20:13.221 INFO O| Sep 25 17:20:13.221 INFO STEP 853 (remove_files) COMPLETE
66392024-09-25T17:20:14.442Z[ recovery-image] Sep 25 17:20:13.221 INFO O| Sep 25 17:20:13.221 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-09-25T17:20:14.461Z[ recovery-image] Sep 25 17:20:13.241 INFO O| Sep 25 17:20:13.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
66412024-09-25T17:20:14.461Z[ recovery-image] Sep 25 17:20:13.241 INFO O| Sep 25 17:20:13.241 INFO STEP 854 (remove_files) COMPLETE
66422024-09-25T17:20:14.464Z[ recovery-image] Sep 25 17:20:13.241 INFO O| Sep 25 17:20:13.241 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-09-25T17:20:14.485Z[ recovery-image] Sep 25 17:20:13.264 INFO O| Sep 25 17:20:13.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66442024-09-25T17:20:14.485Z[ recovery-image] Sep 25 17:20:13.264 INFO O| Sep 25 17:20:13.264 INFO STEP 855 (remove_files) COMPLETE
66452024-09-25T17:20:14.485Z[ recovery-image] Sep 25 17:20:13.264 INFO O| Sep 25 17:20:13.264 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-09-25T17:20:14.504Z[ recovery-image] Sep 25 17:20:13.283 INFO O| Sep 25 17:20:13.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66472024-09-25T17:20:14.504Z[ recovery-image] Sep 25 17:20:13.283 INFO O| Sep 25 17:20:13.283 INFO STEP 856 (remove_files) COMPLETE
66482024-09-25T17:20:14.504Z[ recovery-image] Sep 25 17:20:13.283 INFO O| Sep 25 17:20:13.283 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-09-25T17:20:14.523Z[ recovery-image] Sep 25 17:20:13.302 INFO O| Sep 25 17:20:13.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
66502024-09-25T17:20:14.526Z[ recovery-image] Sep 25 17:20:13.302 INFO O| Sep 25 17:20:13.302 INFO STEP 857 (remove_files) COMPLETE
66512024-09-25T17:20:14.526Z[ recovery-image] Sep 25 17:20:13.302 INFO O| Sep 25 17:20:13.302 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-09-25T17:20:14.552Z[ recovery-image] Sep 25 17:20:13.330 INFO O| Sep 25 17:20:13.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
66532024-09-25T17:20:14.555Z[ recovery-image] Sep 25 17:20:13.330 INFO O| Sep 25 17:20:13.330 INFO STEP 858 (remove_files) COMPLETE
66542024-09-25T17:20:14.555Z[ recovery-image] Sep 25 17:20:13.331 INFO O| Sep 25 17:20:13.330 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-09-25T17:20:14.572Z[ recovery-image] Sep 25 17:20:13.351 INFO O| Sep 25 17:20:13.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
66562024-09-25T17:20:14.576Z[ recovery-image] Sep 25 17:20:13.352 INFO O| Sep 25 17:20:13.352 INFO STEP 859 (remove_files) COMPLETE
66572024-09-25T17:20:14.576Z[ recovery-image] Sep 25 17:20:13.352 INFO O| Sep 25 17:20:13.352 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-09-25T17:20:14.593Z[ recovery-image] Sep 25 17:20:13.372 INFO O| Sep 25 17:20:13.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
66592024-09-25T17:20:14.593Z[ recovery-image] Sep 25 17:20:13.372 INFO O| Sep 25 17:20:13.372 INFO STEP 860 (remove_files) COMPLETE
66602024-09-25T17:20:14.594Z[ recovery-image] Sep 25 17:20:13.372 INFO O| Sep 25 17:20:13.372 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-09-25T17:20:14.613Z[ recovery-image] Sep 25 17:20:13.392 INFO O| Sep 25 17:20:13.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66622024-09-25T17:20:14.613Z[ recovery-image] Sep 25 17:20:13.392 INFO O| Sep 25 17:20:13.392 INFO STEP 861 (remove_files) COMPLETE
66632024-09-25T17:20:14.613Z[ recovery-image] Sep 25 17:20:13.392 INFO O| Sep 25 17:20:13.392 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-09-25T17:20:14.648Z[ recovery-image] Sep 25 17:20:13.427 INFO O| Sep 25 17:20:13.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66652024-09-25T17:20:14.648Z[ recovery-image] Sep 25 17:20:13.427 INFO O| Sep 25 17:20:13.427 INFO STEP 862 (remove_files) COMPLETE
66662024-09-25T17:20:14.650Z[ recovery-image] Sep 25 17:20:13.427 INFO O| Sep 25 17:20:13.427 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-09-25T17:20:14.692Z[ recovery-image] Sep 25 17:20:13.471 INFO O| Sep 25 17:20:13.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66682024-09-25T17:20:14.692Z[ recovery-image] Sep 25 17:20:13.471 INFO O| Sep 25 17:20:13.471 INFO STEP 863 (remove_files) COMPLETE
66692024-09-25T17:20:14.692Z[ recovery-image] Sep 25 17:20:13.472 INFO O| Sep 25 17:20:13.471 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-09-25T17:20:14.810Z[ recovery-image] Sep 25 17:20:13.590 INFO O| Sep 25 17:20:13.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66712024-09-25T17:20:14.810Z[ recovery-image] Sep 25 17:20:13.590 INFO O| Sep 25 17:20:13.590 INFO STEP 864 (remove_files) COMPLETE
66722024-09-25T17:20:14.810Z[ recovery-image] Sep 25 17:20:13.590 INFO O| Sep 25 17:20:13.590 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-09-25T17:20:14.901Z[ recovery-image] Sep 25 17:20:13.681 INFO O| Sep 25 17:20:13.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66742024-09-25T17:20:14.901Z[ recovery-image] Sep 25 17:20:13.681 INFO O| Sep 25 17:20:13.681 INFO STEP 865 (remove_files) COMPLETE
66752024-09-25T17:20:14.901Z[ recovery-image] Sep 25 17:20:13.681 INFO O| Sep 25 17:20:13.681 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-09-25T17:20:14.920Z[ recovery-image] Sep 25 17:20:13.699 INFO O| Sep 25 17:20:13.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
66772024-09-25T17:20:14.920Z[ recovery-image] Sep 25 17:20:13.699 INFO O| Sep 25 17:20:13.699 INFO STEP 866 (remove_files) COMPLETE
66782024-09-25T17:20:14.922Z[ recovery-image] Sep 25 17:20:13.699 INFO O| Sep 25 17:20:13.699 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-09-25T17:20:14.960Z[ recovery-image] Sep 25 17:20:13.739 INFO O| Sep 25 17:20:13.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66802024-09-25T17:20:14.960Z[ recovery-image] Sep 25 17:20:13.739 INFO O| Sep 25 17:20:13.739 INFO STEP 867 (remove_files) COMPLETE
66812024-09-25T17:20:14.960Z[ recovery-image] Sep 25 17:20:13.739 INFO O| Sep 25 17:20:13.739 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-09-25T17:20:14.988Z[ recovery-image] Sep 25 17:20:13.767 INFO O| Sep 25 17:20:13.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66832024-09-25T17:20:14.988Z[ recovery-image] Sep 25 17:20:13.768 INFO O| Sep 25 17:20:13.767 INFO STEP 868 (remove_files) COMPLETE
66842024-09-25T17:20:14.990Z[ recovery-image] Sep 25 17:20:13.768 INFO O| Sep 25 17:20:13.768 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-09-25T17:20:15.007Z[ recovery-image] Sep 25 17:20:13.785 INFO O| Sep 25 17:20:13.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66862024-09-25T17:20:15.009Z[ recovery-image] Sep 25 17:20:13.785 INFO O| Sep 25 17:20:13.785 INFO STEP 869 (remove_files) COMPLETE
66872024-09-25T17:20:15.009Z[ recovery-image] Sep 25 17:20:13.785 INFO O| Sep 25 17:20:13.785 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-09-25T17:20:15.025Z[ recovery-image] Sep 25 17:20:13.804 INFO O| Sep 25 17:20:13.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
66892024-09-25T17:20:15.029Z[ recovery-image] Sep 25 17:20:13.804 INFO O| Sep 25 17:20:13.804 INFO STEP 870 (remove_files) COMPLETE
66902024-09-25T17:20:15.029Z[ recovery-image] Sep 25 17:20:13.804 INFO O| Sep 25 17:20:13.804 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-09-25T17:20:15.065Z[ recovery-image] Sep 25 17:20:13.844 INFO O| Sep 25 17:20:13.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
66922024-09-25T17:20:15.067Z[ recovery-image] Sep 25 17:20:13.844 INFO O| Sep 25 17:20:13.844 INFO STEP 871 (remove_files) COMPLETE
66932024-09-25T17:20:15.067Z[ recovery-image] Sep 25 17:20:13.844 INFO O| Sep 25 17:20:13.844 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-09-25T17:20:15.084Z[ recovery-image] Sep 25 17:20:13.863 INFO O| Sep 25 17:20:13.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
66952024-09-25T17:20:15.084Z[ recovery-image] Sep 25 17:20:13.863 INFO O| Sep 25 17:20:13.863 INFO STEP 872 (remove_files) COMPLETE
66962024-09-25T17:20:15.086Z[ recovery-image] Sep 25 17:20:13.863 INFO O| Sep 25 17:20:13.863 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-09-25T17:20:15.103Z[ recovery-image] Sep 25 17:20:13.882 INFO O| Sep 25 17:20:13.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
66982024-09-25T17:20:15.103Z[ recovery-image] Sep 25 17:20:13.882 INFO O| Sep 25 17:20:13.882 INFO STEP 873 (remove_files) COMPLETE
66992024-09-25T17:20:15.103Z[ recovery-image] Sep 25 17:20:13.882 INFO O| Sep 25 17:20:13.882 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-09-25T17:20:15.123Z[ recovery-image] Sep 25 17:20:13.902 INFO O| Sep 25 17:20:13.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67012024-09-25T17:20:15.126Z[ recovery-image] Sep 25 17:20:13.902 INFO O| Sep 25 17:20:13.902 INFO STEP 874 (remove_files) COMPLETE
67022024-09-25T17:20:15.126Z[ recovery-image] Sep 25 17:20:13.902 INFO O| Sep 25 17:20:13.902 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-09-25T17:20:15.165Z[ recovery-image] Sep 25 17:20:13.944 INFO O| Sep 25 17:20:13.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
67042024-09-25T17:20:15.165Z[ recovery-image] Sep 25 17:20:13.944 INFO O| Sep 25 17:20:13.944 INFO STEP 875 (remove_files) COMPLETE
67052024-09-25T17:20:15.168Z[ recovery-image] Sep 25 17:20:13.944 INFO O| Sep 25 17:20:13.944 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-09-25T17:20:15.178Z[ host-image] Sep 25 17:20:13.957 INFO O| Sep 25 17:20:13.957 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
67072024-09-25T17:20:15.183Z[ recovery-image] Sep 25 17:20:13.963 INFO O| Sep 25 17:20:13.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
67082024-09-25T17:20:15.186Z[ recovery-image] Sep 25 17:20:13.963 INFO O| Sep 25 17:20:13.963 INFO STEP 876 (remove_files) COMPLETE
67092024-09-25T17:20:15.186Z[ recovery-image] Sep 25 17:20:13.963 INFO O| Sep 25 17:20:13.963 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-09-25T17:20:15.202Z[ recovery-image] Sep 25 17:20:13.981 INFO O| Sep 25 17:20:13.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
67112024-09-25T17:20:15.202Z[ recovery-image] Sep 25 17:20:13.981 INFO O| Sep 25 17:20:13.981 INFO STEP 877 (remove_files) COMPLETE
67122024-09-25T17:20:15.202Z[ recovery-image] Sep 25 17:20:13.981 INFO O| Sep 25 17:20:13.981 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-09-25T17:20:15.238Z[ recovery-image] Sep 25 17:20:14.017 INFO O| Sep 25 17:20:14.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
67142024-09-25T17:20:15.238Z[ recovery-image] Sep 25 17:20:14.017 INFO O| Sep 25 17:20:14.017 INFO STEP 878 (remove_files) COMPLETE
67152024-09-25T17:20:15.238Z[ recovery-image] Sep 25 17:20:14.017 INFO O| Sep 25 17:20:14.017 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-09-25T17:20:15.265Z[ recovery-image] Sep 25 17:20:14.042 INFO O| Sep 25 17:20:14.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
67172024-09-25T17:20:15.265Z[ recovery-image] Sep 25 17:20:14.042 INFO O| Sep 25 17:20:14.042 INFO STEP 879 (remove_files) COMPLETE
67182024-09-25T17:20:15.265Z[ recovery-image] Sep 25 17:20:14.042 INFO O| Sep 25 17:20:14.042 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-09-25T17:20:15.316Z[ recovery-image] Sep 25 17:20:14.095 INFO O| Sep 25 17:20:14.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
67202024-09-25T17:20:15.316Z[ recovery-image] Sep 25 17:20:14.095 INFO O| Sep 25 17:20:14.095 INFO STEP 880 (remove_files) COMPLETE
67212024-09-25T17:20:15.316Z[ recovery-image] Sep 25 17:20:14.095 INFO O| Sep 25 17:20:14.095 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-09-25T17:20:15.344Z[ recovery-image] Sep 25 17:20:14.124 INFO O| Sep 25 17:20:14.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
67232024-09-25T17:20:15.348Z[ recovery-image] Sep 25 17:20:14.124 INFO O| Sep 25 17:20:14.124 INFO STEP 881 (remove_files) COMPLETE
67242024-09-25T17:20:15.348Z[ recovery-image] Sep 25 17:20:14.124 INFO O| Sep 25 17:20:14.124 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-09-25T17:20:15.372Z[ recovery-image] Sep 25 17:20:14.151 INFO O| Sep 25 17:20:14.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67262024-09-25T17:20:15.372Z[ recovery-image] Sep 25 17:20:14.152 INFO O| Sep 25 17:20:14.151 INFO STEP 882 (remove_files) COMPLETE
67272024-09-25T17:20:15.372Z[ recovery-image] Sep 25 17:20:14.152 INFO O| Sep 25 17:20:14.151 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-09-25T17:20:15.392Z[ recovery-image] Sep 25 17:20:14.171 INFO O| Sep 25 17:20:14.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67292024-09-25T17:20:15.392Z[ recovery-image] Sep 25 17:20:14.171 INFO O| Sep 25 17:20:14.171 INFO STEP 883 (remove_files) COMPLETE
67302024-09-25T17:20:15.395Z[ recovery-image] Sep 25 17:20:14.171 INFO O| Sep 25 17:20:14.171 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-09-25T17:20:15.417Z[ recovery-image] Sep 25 17:20:14.196 INFO O| Sep 25 17:20:14.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
67322024-09-25T17:20:15.417Z[ recovery-image] Sep 25 17:20:14.196 INFO O| Sep 25 17:20:14.196 INFO STEP 884 (remove_files) COMPLETE
67332024-09-25T17:20:15.420Z[ recovery-image] Sep 25 17:20:14.196 INFO O| Sep 25 17:20:14.196 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-09-25T17:20:15.470Z[ recovery-image] Sep 25 17:20:14.249 INFO O| Sep 25 17:20:14.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
67352024-09-25T17:20:15.473Z[ recovery-image] Sep 25 17:20:14.250 INFO O| Sep 25 17:20:14.250 INFO STEP 885 (remove_files) COMPLETE
67362024-09-25T17:20:15.473Z[ recovery-image] Sep 25 17:20:14.250 INFO O| Sep 25 17:20:14.250 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-09-25T17:20:15.494Z[ recovery-image] Sep 25 17:20:14.272 INFO O| Sep 25 17:20:14.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
67382024-09-25T17:20:15.494Z[ recovery-image] Sep 25 17:20:14.272 INFO O| Sep 25 17:20:14.272 INFO STEP 886 (remove_files) COMPLETE
67392024-09-25T17:20:15.494Z[ recovery-image] Sep 25 17:20:14.272 INFO O| Sep 25 17:20:14.272 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-09-25T17:20:15.559Z[ recovery-image] Sep 25 17:20:14.338 INFO O| Sep 25 17:20:14.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
67412024-09-25T17:20:15.562Z[ recovery-image] Sep 25 17:20:14.338 INFO O| Sep 25 17:20:14.338 INFO STEP 887 (remove_files) COMPLETE
67422024-09-25T17:20:15.562Z[ recovery-image] Sep 25 17:20:14.338 INFO O| Sep 25 17:20:14.338 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-09-25T17:20:15.582Z[ recovery-image] Sep 25 17:20:14.361 INFO O| Sep 25 17:20:14.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67442024-09-25T17:20:15.582Z[ recovery-image] Sep 25 17:20:14.361 INFO O| Sep 25 17:20:14.361 INFO STEP 888 (remove_files) COMPLETE
67452024-09-25T17:20:15.586Z[ recovery-image] Sep 25 17:20:14.361 INFO O| Sep 25 17:20:14.361 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-09-25T17:20:15.623Z[ recovery-image] Sep 25 17:20:14.402 INFO O| Sep 25 17:20:14.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
67472024-09-25T17:20:15.623Z[ recovery-image] Sep 25 17:20:14.402 INFO O| Sep 25 17:20:14.402 INFO STEP 889 (remove_files) COMPLETE
67482024-09-25T17:20:15.626Z[ recovery-image] Sep 25 17:20:14.402 INFO O| Sep 25 17:20:14.402 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-09-25T17:20:15.643Z[ recovery-image] Sep 25 17:20:14.422 INFO O| Sep 25 17:20:14.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
67502024-09-25T17:20:15.643Z[ recovery-image] Sep 25 17:20:14.422 INFO O| Sep 25 17:20:14.422 INFO STEP 890 (remove_files) COMPLETE
67512024-09-25T17:20:15.643Z[ recovery-image] Sep 25 17:20:14.422 INFO O| Sep 25 17:20:14.422 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-09-25T17:20:15.675Z[ recovery-image] Sep 25 17:20:14.454 INFO O| Sep 25 17:20:14.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
67532024-09-25T17:20:15.675Z[ recovery-image] Sep 25 17:20:14.454 INFO O| Sep 25 17:20:14.454 INFO STEP 891 (remove_files) COMPLETE
67542024-09-25T17:20:15.675Z[ recovery-image] Sep 25 17:20:14.454 INFO O| Sep 25 17:20:14.454 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-09-25T17:20:15.694Z[ recovery-image] Sep 25 17:20:14.473 INFO O| Sep 25 17:20:14.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
67562024-09-25T17:20:15.694Z[ recovery-image] Sep 25 17:20:14.474 INFO O| Sep 25 17:20:14.474 INFO STEP 892 (remove_files) COMPLETE
67572024-09-25T17:20:15.694Z[ recovery-image] Sep 25 17:20:14.474 INFO O| Sep 25 17:20:14.474 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-09-25T17:20:15.795Z[ recovery-image] Sep 25 17:20:14.574 INFO O| Sep 25 17:20:14.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67592024-09-25T17:20:15.795Z[ recovery-image] Sep 25 17:20:14.574 INFO O| Sep 25 17:20:14.574 INFO STEP 893 (remove_files) COMPLETE
67602024-09-25T17:20:15.795Z[ recovery-image] Sep 25 17:20:14.574 INFO O| Sep 25 17:20:14.574 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-09-25T17:20:15.854Z[ recovery-image] Sep 25 17:20:14.633 INFO O| Sep 25 17:20:14.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67622024-09-25T17:20:15.854Z[ recovery-image] Sep 25 17:20:14.633 INFO O| Sep 25 17:20:14.633 INFO STEP 894 (remove_files) COMPLETE
67632024-09-25T17:20:15.854Z[ recovery-image] Sep 25 17:20:14.633 INFO O| Sep 25 17:20:14.633 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-09-25T17:20:15.882Z[ recovery-image] Sep 25 17:20:14.661 INFO O| Sep 25 17:20:14.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67652024-09-25T17:20:15.885Z[ recovery-image] Sep 25 17:20:14.661 INFO O| Sep 25 17:20:14.661 INFO STEP 895 (remove_files) COMPLETE
67662024-09-25T17:20:15.885Z[ recovery-image] Sep 25 17:20:14.662 INFO O| Sep 25 17:20:14.661 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-09-25T17:20:15.904Z[ recovery-image] Sep 25 17:20:14.683 INFO O| Sep 25 17:20:14.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67682024-09-25T17:20:15.904Z[ recovery-image] Sep 25 17:20:14.683 INFO O| Sep 25 17:20:14.683 INFO STEP 896 (remove_files) COMPLETE
67692024-09-25T17:20:15.904Z[ recovery-image] Sep 25 17:20:14.683 INFO O| Sep 25 17:20:14.683 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-09-25T17:20:15.933Z[ recovery-image] Sep 25 17:20:14.712 INFO O| Sep 25 17:20:14.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67712024-09-25T17:20:15.933Z[ recovery-image] Sep 25 17:20:14.712 INFO O| Sep 25 17:20:14.712 INFO STEP 897 (remove_files) COMPLETE
67722024-09-25T17:20:15.933Z[ recovery-image] Sep 25 17:20:14.712 INFO O| Sep 25 17:20:14.712 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-09-25T17:20:15.968Z[ recovery-image] Sep 25 17:20:14.747 INFO O| Sep 25 17:20:14.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67742024-09-25T17:20:15.968Z[ recovery-image] Sep 25 17:20:14.747 INFO O| Sep 25 17:20:14.747 INFO STEP 898 (remove_files) COMPLETE
67752024-09-25T17:20:15.968Z[ recovery-image] Sep 25 17:20:14.747 INFO O| Sep 25 17:20:14.747 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-09-25T17:20:16.036Z[ recovery-image] Sep 25 17:20:14.815 INFO O| Sep 25 17:20:14.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
67772024-09-25T17:20:16.039Z[ recovery-image] Sep 25 17:20:14.815 INFO O| Sep 25 17:20:14.815 INFO STEP 899 (remove_files) COMPLETE
67782024-09-25T17:20:16.039Z[ recovery-image] Sep 25 17:20:14.815 INFO O| Sep 25 17:20:14.815 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-09-25T17:20:16.071Z[ recovery-image] Sep 25 17:20:14.850 INFO O| Sep 25 17:20:14.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67802024-09-25T17:20:16.071Z[ recovery-image] Sep 25 17:20:14.851 INFO O| Sep 25 17:20:14.850 INFO STEP 900 (remove_files) COMPLETE
67812024-09-25T17:20:16.071Z[ recovery-image] Sep 25 17:20:14.851 INFO O| Sep 25 17:20:14.851 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-09-25T17:20:16.091Z[ recovery-image] Sep 25 17:20:14.870 INFO O| Sep 25 17:20:14.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67832024-09-25T17:20:16.091Z[ recovery-image] Sep 25 17:20:14.870 INFO O| Sep 25 17:20:14.870 INFO STEP 901 (remove_files) COMPLETE
67842024-09-25T17:20:16.091Z[ recovery-image] Sep 25 17:20:14.870 INFO O| Sep 25 17:20:14.870 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-09-25T17:20:16.121Z[ recovery-image] Sep 25 17:20:14.900 INFO O| Sep 25 17:20:14.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67862024-09-25T17:20:16.121Z[ recovery-image] Sep 25 17:20:14.900 INFO O| Sep 25 17:20:14.900 INFO STEP 902 (remove_files) COMPLETE
67872024-09-25T17:20:16.124Z[ recovery-image] Sep 25 17:20:14.900 INFO O| Sep 25 17:20:14.900 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-09-25T17:20:16.157Z[ recovery-image] Sep 25 17:20:14.936 INFO O| Sep 25 17:20:14.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
67892024-09-25T17:20:16.159Z[ recovery-image] Sep 25 17:20:14.936 INFO O| Sep 25 17:20:14.936 INFO STEP 903 (remove_files) COMPLETE
67902024-09-25T17:20:16.160Z[ recovery-image] Sep 25 17:20:14.936 INFO O| Sep 25 17:20:14.936 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-09-25T17:20:16.196Z[ recovery-image] Sep 25 17:20:14.975 INFO O| Sep 25 17:20:14.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
67922024-09-25T17:20:16.198Z[ recovery-image] Sep 25 17:20:14.975 INFO O| Sep 25 17:20:14.975 INFO STEP 904 (remove_files) COMPLETE
67932024-09-25T17:20:16.198Z[ recovery-image] Sep 25 17:20:14.975 INFO O| Sep 25 17:20:14.975 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-09-25T17:20:16.258Z[ recovery-image] Sep 25 17:20:15.037 INFO O| Sep 25 17:20:15.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
67952024-09-25T17:20:16.258Z[ recovery-image] Sep 25 17:20:15.037 INFO O| Sep 25 17:20:15.037 INFO STEP 905 (remove_files) COMPLETE
67962024-09-25T17:20:16.261Z[ recovery-image] Sep 25 17:20:15.037 INFO O| Sep 25 17:20:15.037 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-09-25T17:20:16.291Z[ recovery-image] Sep 25 17:20:15.070 INFO O| Sep 25 17:20:15.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
67982024-09-25T17:20:16.291Z[ recovery-image] Sep 25 17:20:15.070 INFO O| Sep 25 17:20:15.070 INFO STEP 906 (remove_files) COMPLETE
67992024-09-25T17:20:16.294Z[ recovery-image] Sep 25 17:20:15.070 INFO O| Sep 25 17:20:15.070 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-09-25T17:20:16.351Z[ recovery-image] Sep 25 17:20:15.130 INFO O| Sep 25 17:20:15.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68012024-09-25T17:20:16.351Z[ recovery-image] Sep 25 17:20:15.130 INFO O| Sep 25 17:20:15.130 INFO STEP 907 (remove_files) COMPLETE
68022024-09-25T17:20:16.354Z[ recovery-image] Sep 25 17:20:15.130 INFO O| Sep 25 17:20:15.130 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-09-25T17:20:16.398Z[ recovery-image] Sep 25 17:20:15.177 INFO O| Sep 25 17:20:15.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
68042024-09-25T17:20:16.398Z[ recovery-image] Sep 25 17:20:15.177 INFO O| Sep 25 17:20:15.177 INFO STEP 908 (remove_files) COMPLETE
68052024-09-25T17:20:16.398Z[ recovery-image] Sep 25 17:20:15.177 INFO O| Sep 25 17:20:15.177 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-09-25T17:20:16.418Z[ recovery-image] Sep 25 17:20:15.197 INFO O| Sep 25 17:20:15.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
68072024-09-25T17:20:16.418Z[ recovery-image] Sep 25 17:20:15.197 INFO O| Sep 25 17:20:15.197 INFO STEP 909 (remove_files) COMPLETE
68082024-09-25T17:20:16.418Z[ recovery-image] Sep 25 17:20:15.197 INFO O| Sep 25 17:20:15.197 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-09-25T17:20:16.451Z[ recovery-image] Sep 25 17:20:15.229 INFO O| Sep 25 17:20:15.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
68102024-09-25T17:20:16.451Z[ recovery-image] Sep 25 17:20:15.229 INFO O| Sep 25 17:20:15.229 INFO STEP 910 (remove_files) COMPLETE
68112024-09-25T17:20:16.451Z[ recovery-image] Sep 25 17:20:15.229 INFO O| Sep 25 17:20:15.229 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-09-25T17:20:16.470Z[ recovery-image] Sep 25 17:20:15.249 INFO O| Sep 25 17:20:15.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
68132024-09-25T17:20:16.470Z[ recovery-image] Sep 25 17:20:15.249 INFO O| Sep 25 17:20:15.249 INFO STEP 911 (remove_files) COMPLETE
68142024-09-25T17:20:16.470Z[ recovery-image] Sep 25 17:20:15.249 INFO O| Sep 25 17:20:15.249 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-09-25T17:20:16.500Z[ recovery-image] Sep 25 17:20:15.279 INFO O| Sep 25 17:20:15.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
68162024-09-25T17:20:16.501Z[ recovery-image] Sep 25 17:20:15.280 INFO O| Sep 25 17:20:15.279 INFO STEP 912 (remove_files) COMPLETE
68172024-09-25T17:20:16.501Z[ recovery-image] Sep 25 17:20:15.280 INFO O| Sep 25 17:20:15.279 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-09-25T17:20:16.528Z[ recovery-image] Sep 25 17:20:15.307 INFO O| Sep 25 17:20:15.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
68192024-09-25T17:20:16.528Z[ recovery-image] Sep 25 17:20:15.307 INFO O| Sep 25 17:20:15.307 INFO STEP 913 (remove_files) COMPLETE
68202024-09-25T17:20:16.531Z[ recovery-image] Sep 25 17:20:15.307 INFO O| Sep 25 17:20:15.307 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-09-25T17:20:16.547Z[ recovery-image] Sep 25 17:20:15.326 INFO O| Sep 25 17:20:15.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68222024-09-25T17:20:16.547Z[ recovery-image] Sep 25 17:20:15.326 INFO O| Sep 25 17:20:15.326 INFO STEP 914 (remove_files) COMPLETE
68232024-09-25T17:20:16.550Z[ recovery-image] Sep 25 17:20:15.326 INFO O| Sep 25 17:20:15.326 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-09-25T17:20:16.582Z[ recovery-image] Sep 25 17:20:15.361 INFO O| Sep 25 17:20:15.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68252024-09-25T17:20:16.582Z[ recovery-image] Sep 25 17:20:15.361 INFO O| Sep 25 17:20:15.361 INFO STEP 915 (remove_files) COMPLETE
68262024-09-25T17:20:16.582Z[ recovery-image] Sep 25 17:20:15.361 INFO O| Sep 25 17:20:15.361 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-09-25T17:20:16.626Z[ recovery-image] Sep 25 17:20:15.404 INFO O| Sep 25 17:20:15.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68282024-09-25T17:20:16.629Z[ recovery-image] Sep 25 17:20:15.404 INFO O| Sep 25 17:20:15.404 INFO STEP 916 (remove_files) COMPLETE
68292024-09-25T17:20:16.629Z[ recovery-image] Sep 25 17:20:15.405 INFO O| Sep 25 17:20:15.404 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-09-25T17:20:16.644Z[ recovery-image] Sep 25 17:20:15.423 INFO O| Sep 25 17:20:15.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68312024-09-25T17:20:16.647Z[ recovery-image] Sep 25 17:20:15.423 INFO O| Sep 25 17:20:15.423 INFO STEP 917 (remove_files) COMPLETE
68322024-09-25T17:20:16.647Z[ recovery-image] Sep 25 17:20:15.424 INFO O| Sep 25 17:20:15.423 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-09-25T17:20:16.680Z[ recovery-image] Sep 25 17:20:15.459 INFO O| Sep 25 17:20:15.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
68342024-09-25T17:20:16.683Z[ recovery-image] Sep 25 17:20:15.459 INFO O| Sep 25 17:20:15.459 INFO STEP 918 (remove_files) COMPLETE
68352024-09-25T17:20:16.683Z[ recovery-image] Sep 25 17:20:15.459 INFO O| Sep 25 17:20:15.459 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-09-25T17:20:16.702Z[ recovery-image] Sep 25 17:20:15.481 INFO O| Sep 25 17:20:15.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
68372024-09-25T17:20:16.703Z[ recovery-image] Sep 25 17:20:15.481 INFO O| Sep 25 17:20:15.481 INFO STEP 919 (remove_files) COMPLETE
68382024-09-25T17:20:16.703Z[ recovery-image] Sep 25 17:20:15.481 INFO O| Sep 25 17:20:15.481 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-09-25T17:20:16.737Z[ recovery-image] Sep 25 17:20:15.515 INFO O| Sep 25 17:20:15.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
68402024-09-25T17:20:16.737Z[ recovery-image] Sep 25 17:20:15.515 INFO O| Sep 25 17:20:15.515 INFO STEP 920 (remove_files) COMPLETE
68412024-09-25T17:20:16.737Z[ recovery-image] Sep 25 17:20:15.515 INFO O| Sep 25 17:20:15.515 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-09-25T17:20:16.757Z[ recovery-image] Sep 25 17:20:15.535 INFO O| Sep 25 17:20:15.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
68432024-09-25T17:20:16.757Z[ recovery-image] Sep 25 17:20:15.535 INFO O| Sep 25 17:20:15.535 INFO STEP 921 (remove_files) COMPLETE
68442024-09-25T17:20:16.757Z[ recovery-image] Sep 25 17:20:15.536 INFO O| Sep 25 17:20:15.535 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-09-25T17:20:16.777Z[ recovery-image] Sep 25 17:20:15.555 INFO O| Sep 25 17:20:15.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
68462024-09-25T17:20:16.777Z[ recovery-image] Sep 25 17:20:15.555 INFO O| Sep 25 17:20:15.555 INFO STEP 922 (remove_files) COMPLETE
68472024-09-25T17:20:16.777Z[ recovery-image] Sep 25 17:20:15.555 INFO O| Sep 25 17:20:15.555 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-09-25T17:20:16.797Z[ recovery-image] Sep 25 17:20:15.574 INFO O| Sep 25 17:20:15.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
68492024-09-25T17:20:16.797Z[ recovery-image] Sep 25 17:20:15.574 INFO O| Sep 25 17:20:15.574 INFO STEP 923 (remove_files) COMPLETE
68502024-09-25T17:20:16.797Z[ recovery-image] Sep 25 17:20:15.574 INFO O| Sep 25 17:20:15.574 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-09-25T17:20:16.817Z[ recovery-image] Sep 25 17:20:15.596 INFO O| Sep 25 17:20:15.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
68522024-09-25T17:20:16.838Z[ recovery-image] Sep 25 17:20:15.616 INFO O| Sep 25 17:20:15.616 INFO STEP 924 (remove_files) COMPLETE
68532024-09-25T17:20:16.838Z[ recovery-image] Sep 25 17:20:15.616 INFO O| Sep 25 17:20:15.616 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-09-25T17:20:16.870Z[ recovery-image] Sep 25 17:20:15.649 INFO O| Sep 25 17:20:15.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
68552024-09-25T17:20:16.870Z[ recovery-image] Sep 25 17:20:15.649 INFO O| Sep 25 17:20:15.649 INFO STEP 925 (remove_files) COMPLETE
68562024-09-25T17:20:16.872Z[ recovery-image] Sep 25 17:20:15.649 INFO O| Sep 25 17:20:15.649 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-09-25T17:20:16.916Z[ recovery-image] Sep 25 17:20:15.694 INFO O| Sep 25 17:20:15.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68582024-09-25T17:20:16.916Z[ recovery-image] Sep 25 17:20:15.694 INFO O| Sep 25 17:20:15.694 INFO STEP 926 (remove_files) COMPLETE
68592024-09-25T17:20:16.916Z[ recovery-image] Sep 25 17:20:15.694 INFO O| Sep 25 17:20:15.694 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-09-25T17:20:16.941Z[ recovery-image] Sep 25 17:20:15.712 INFO O| Sep 25 17:20:15.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68612024-09-25T17:20:16.941Z[ recovery-image] Sep 25 17:20:15.712 INFO O| Sep 25 17:20:15.712 INFO STEP 927 (remove_files) COMPLETE
68622024-09-25T17:20:16.943Z[ recovery-image] Sep 25 17:20:15.713 INFO O| Sep 25 17:20:15.712 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-09-25T17:20:16.957Z[ recovery-image] Sep 25 17:20:15.735 INFO O| Sep 25 17:20:15.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68642024-09-25T17:20:16.957Z[ recovery-image] Sep 25 17:20:15.735 INFO O| Sep 25 17:20:15.735 INFO STEP 928 (remove_files) COMPLETE
68652024-09-25T17:20:16.957Z[ recovery-image] Sep 25 17:20:15.735 INFO O| Sep 25 17:20:15.735 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-09-25T17:20:17.012Z[ recovery-image] Sep 25 17:20:15.791 INFO O| Sep 25 17:20:15.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68672024-09-25T17:20:17.012Z[ recovery-image] Sep 25 17:20:15.791 INFO O| Sep 25 17:20:15.791 INFO STEP 929 (remove_files) COMPLETE
68682024-09-25T17:20:17.012Z[ recovery-image] Sep 25 17:20:15.791 INFO O| Sep 25 17:20:15.791 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-09-25T17:20:17.041Z[ recovery-image] Sep 25 17:20:15.820 INFO O| Sep 25 17:20:15.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68702024-09-25T17:20:17.044Z[ recovery-image] Sep 25 17:20:15.820 INFO O| Sep 25 17:20:15.820 INFO STEP 930 (remove_files) COMPLETE
68712024-09-25T17:20:17.044Z[ recovery-image] Sep 25 17:20:15.820 INFO O| Sep 25 17:20:15.820 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-09-25T17:20:17.098Z[ recovery-image] Sep 25 17:20:15.877 INFO O| Sep 25 17:20:15.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68732024-09-25T17:20:17.098Z[ recovery-image] Sep 25 17:20:15.877 INFO O| Sep 25 17:20:15.877 INFO STEP 931 (remove_files) COMPLETE
68742024-09-25T17:20:17.098Z[ recovery-image] Sep 25 17:20:15.877 INFO O| Sep 25 17:20:15.877 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-09-25T17:20:17.114Z[ recovery-image] Sep 25 17:20:15.893 INFO O| Sep 25 17:20:15.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
68762024-09-25T17:20:17.114Z[ recovery-image] Sep 25 17:20:15.893 INFO O| Sep 25 17:20:15.893 INFO STEP 932 (remove_files) COMPLETE
68772024-09-25T17:20:17.114Z[ recovery-image] Sep 25 17:20:15.893 INFO O| Sep 25 17:20:15.893 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-09-25T17:20:17.146Z[ recovery-image] Sep 25 17:20:15.925 INFO O| Sep 25 17:20:15.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
68792024-09-25T17:20:17.146Z[ recovery-image] Sep 25 17:20:15.925 INFO O| Sep 25 17:20:15.925 INFO STEP 933 (remove_files) COMPLETE
68802024-09-25T17:20:17.146Z[ recovery-image] Sep 25 17:20:15.925 INFO O| Sep 25 17:20:15.925 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-09-25T17:20:17.166Z[ recovery-image] Sep 25 17:20:15.943 INFO O| Sep 25 17:20:15.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68822024-09-25T17:20:17.166Z[ recovery-image] Sep 25 17:20:15.943 INFO O| Sep 25 17:20:15.943 INFO STEP 934 (remove_files) COMPLETE
68832024-09-25T17:20:17.170Z[ recovery-image] Sep 25 17:20:15.943 INFO O| Sep 25 17:20:15.943 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-09-25T17:20:17.183Z[ recovery-image] Sep 25 17:20:15.962 INFO O| Sep 25 17:20:15.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68852024-09-25T17:20:17.183Z[ recovery-image] Sep 25 17:20:15.962 INFO O| Sep 25 17:20:15.962 INFO STEP 935 (remove_files) COMPLETE
68862024-09-25T17:20:17.183Z[ recovery-image] Sep 25 17:20:15.962 INFO O| Sep 25 17:20:15.962 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-09-25T17:20:17.203Z[ recovery-image] Sep 25 17:20:15.981 INFO O| Sep 25 17:20:15.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
68882024-09-25T17:20:17.203Z[ recovery-image] Sep 25 17:20:15.981 INFO O| Sep 25 17:20:15.981 INFO STEP 936 (remove_files) COMPLETE
68892024-09-25T17:20:17.203Z[ recovery-image] Sep 25 17:20:15.981 INFO O| Sep 25 17:20:15.981 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-09-25T17:20:17.236Z[ recovery-image] Sep 25 17:20:16.015 INFO O| Sep 25 17:20:16.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
68912024-09-25T17:20:17.236Z[ recovery-image] Sep 25 17:20:16.015 INFO O| Sep 25 17:20:16.015 INFO STEP 937 (remove_files) COMPLETE
68922024-09-25T17:20:17.239Z[ recovery-image] Sep 25 17:20:16.015 INFO O| Sep 25 17:20:16.015 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-09-25T17:20:17.253Z[ recovery-image] Sep 25 17:20:16.032 INFO O| Sep 25 17:20:16.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
68942024-09-25T17:20:17.253Z[ recovery-image] Sep 25 17:20:16.032 INFO O| Sep 25 17:20:16.032 INFO STEP 938 (remove_files) COMPLETE
68952024-09-25T17:20:17.253Z[ recovery-image] Sep 25 17:20:16.032 INFO O| Sep 25 17:20:16.032 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-09-25T17:20:17.269Z[ recovery-image] Sep 25 17:20:16.048 INFO O| Sep 25 17:20:16.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
68972024-09-25T17:20:17.269Z[ recovery-image] Sep 25 17:20:16.048 INFO O| Sep 25 17:20:16.048 INFO STEP 939 (remove_files) COMPLETE
68982024-09-25T17:20:17.271Z[ recovery-image] Sep 25 17:20:16.048 INFO O| Sep 25 17:20:16.048 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-09-25T17:20:17.286Z[ recovery-image] Sep 25 17:20:16.065 INFO O| Sep 25 17:20:16.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
69002024-09-25T17:20:17.286Z[ recovery-image] Sep 25 17:20:16.065 INFO O| Sep 25 17:20:16.065 INFO STEP 940 (remove_files) COMPLETE
69012024-09-25T17:20:17.289Z[ recovery-image] Sep 25 17:20:16.065 INFO O| Sep 25 17:20:16.065 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-09-25T17:20:17.303Z[ recovery-image] Sep 25 17:20:16.082 INFO O| Sep 25 17:20:16.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
69032024-09-25T17:20:17.303Z[ recovery-image] Sep 25 17:20:16.082 INFO O| Sep 25 17:20:16.082 INFO STEP 941 (remove_files) COMPLETE
69042024-09-25T17:20:17.306Z[ recovery-image] Sep 25 17:20:16.082 INFO O| Sep 25 17:20:16.082 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-09-25T17:20:17.334Z[ recovery-image] Sep 25 17:20:16.113 INFO O| Sep 25 17:20:16.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
69062024-09-25T17:20:17.334Z[ recovery-image] Sep 25 17:20:16.113 INFO O| Sep 25 17:20:16.113 INFO STEP 942 (remove_files) COMPLETE
69072024-09-25T17:20:17.337Z[ recovery-image] Sep 25 17:20:16.113 INFO O| Sep 25 17:20:16.113 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-09-25T17:20:17.353Z[ recovery-image] Sep 25 17:20:16.132 INFO O| Sep 25 17:20:16.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
69092024-09-25T17:20:17.353Z[ recovery-image] Sep 25 17:20:16.132 INFO O| Sep 25 17:20:16.132 INFO STEP 943 (remove_files) COMPLETE
69102024-09-25T17:20:17.355Z[ recovery-image] Sep 25 17:20:16.132 INFO O| Sep 25 17:20:16.132 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-09-25T17:20:17.370Z[ recovery-image] Sep 25 17:20:16.149 INFO O| Sep 25 17:20:16.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
69122024-09-25T17:20:17.370Z[ recovery-image] Sep 25 17:20:16.149 INFO O| Sep 25 17:20:16.149 INFO STEP 944 (remove_files) COMPLETE
69132024-09-25T17:20:17.370Z[ recovery-image] Sep 25 17:20:16.149 INFO O| Sep 25 17:20:16.149 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-09-25T17:20:17.428Z[ recovery-image] Sep 25 17:20:16.207 INFO O| Sep 25 17:20:16.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
69152024-09-25T17:20:17.432Z[ recovery-image] Sep 25 17:20:16.207 INFO O| Sep 25 17:20:16.207 INFO STEP 945 (remove_files) COMPLETE
69162024-09-25T17:20:17.432Z[ recovery-image] Sep 25 17:20:16.207 INFO O| Sep 25 17:20:16.207 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-09-25T17:20:17.447Z[ recovery-image] Sep 25 17:20:16.226 INFO O| Sep 25 17:20:16.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
69182024-09-25T17:20:17.450Z[ recovery-image] Sep 25 17:20:16.226 INFO O| Sep 25 17:20:16.226 INFO STEP 946 (remove_files) COMPLETE
69192024-09-25T17:20:17.450Z[ recovery-image] Sep 25 17:20:16.227 INFO O| Sep 25 17:20:16.226 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-09-25T17:20:17.488Z[ recovery-image] Sep 25 17:20:16.267 INFO O| Sep 25 17:20:16.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69212024-09-25T17:20:17.488Z[ recovery-image] Sep 25 17:20:16.267 INFO O| Sep 25 17:20:16.267 INFO STEP 947 (remove_files) COMPLETE
69222024-09-25T17:20:17.491Z[ recovery-image] Sep 25 17:20:16.267 INFO O| Sep 25 17:20:16.267 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-09-25T17:20:17.506Z[ recovery-image] Sep 25 17:20:16.285 INFO O| Sep 25 17:20:16.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69242024-09-25T17:20:17.509Z[ recovery-image] Sep 25 17:20:16.285 INFO O| Sep 25 17:20:16.285 INFO STEP 948 (remove_files) COMPLETE
69252024-09-25T17:20:17.509Z[ recovery-image] Sep 25 17:20:16.286 INFO O| Sep 25 17:20:16.285 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-09-25T17:20:17.543Z[ recovery-image] Sep 25 17:20:16.322 INFO O| Sep 25 17:20:16.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69272024-09-25T17:20:17.543Z[ recovery-image] Sep 25 17:20:16.322 INFO O| Sep 25 17:20:16.322 INFO STEP 949 (remove_files) COMPLETE
69282024-09-25T17:20:17.546Z[ recovery-image] Sep 25 17:20:16.322 INFO O| Sep 25 17:20:16.322 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-09-25T17:20:17.562Z[ recovery-image] Sep 25 17:20:16.340 INFO O| Sep 25 17:20:16.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
69302024-09-25T17:20:17.562Z[ recovery-image] Sep 25 17:20:16.340 INFO O| Sep 25 17:20:16.340 INFO STEP 950 (remove_files) COMPLETE
69312024-09-25T17:20:17.562Z[ recovery-image] Sep 25 17:20:16.340 INFO O| Sep 25 17:20:16.340 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-09-25T17:20:17.580Z[ recovery-image] Sep 25 17:20:16.359 INFO O| Sep 25 17:20:16.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
69332024-09-25T17:20:17.580Z[ recovery-image] Sep 25 17:20:16.359 INFO O| Sep 25 17:20:16.359 INFO STEP 951 (remove_files) COMPLETE
69342024-09-25T17:20:17.583Z[ recovery-image] Sep 25 17:20:16.359 INFO O| Sep 25 17:20:16.359 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-09-25T17:20:17.599Z[ recovery-image] Sep 25 17:20:16.378 INFO O| Sep 25 17:20:16.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
69362024-09-25T17:20:17.599Z[ recovery-image] Sep 25 17:20:16.378 INFO O| Sep 25 17:20:16.378 INFO STEP 952 (remove_files) COMPLETE
69372024-09-25T17:20:17.601Z[ recovery-image] Sep 25 17:20:16.378 INFO O| Sep 25 17:20:16.378 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-09-25T17:20:17.626Z[ recovery-image] Sep 25 17:20:16.405 INFO O| Sep 25 17:20:16.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
69392024-09-25T17:20:17.626Z[ recovery-image] Sep 25 17:20:16.405 INFO O| Sep 25 17:20:16.405 INFO STEP 953 (remove_files) COMPLETE
69402024-09-25T17:20:17.629Z[ recovery-image] Sep 25 17:20:16.405 INFO O| Sep 25 17:20:16.405 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-09-25T17:20:17.650Z[ recovery-image] Sep 25 17:20:16.429 INFO O| Sep 25 17:20:16.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
69422024-09-25T17:20:17.650Z[ recovery-image] Sep 25 17:20:16.429 INFO O| Sep 25 17:20:16.429 INFO STEP 954 (remove_files) COMPLETE
69432024-09-25T17:20:17.650Z[ recovery-image] Sep 25 17:20:16.429 INFO O| Sep 25 17:20:16.429 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-09-25T17:20:17.672Z[ recovery-image] Sep 25 17:20:16.450 INFO O| Sep 25 17:20:16.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
69452024-09-25T17:20:17.672Z[ recovery-image] Sep 25 17:20:16.450 INFO O| Sep 25 17:20:16.450 INFO STEP 955 (remove_files) COMPLETE
69462024-09-25T17:20:17.675Z[ recovery-image] Sep 25 17:20:16.450 INFO O| Sep 25 17:20:16.450 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-09-25T17:20:17.696Z[ recovery-image] Sep 25 17:20:16.475 INFO O| Sep 25 17:20:16.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
69482024-09-25T17:20:17.696Z[ recovery-image] Sep 25 17:20:16.475 INFO O| Sep 25 17:20:16.475 INFO STEP 956 (remove_files) COMPLETE
69492024-09-25T17:20:17.699Z[ recovery-image] Sep 25 17:20:16.475 INFO O| Sep 25 17:20:16.475 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-09-25T17:20:17.734Z[ recovery-image] Sep 25 17:20:16.512 INFO O| Sep 25 17:20:16.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
69512024-09-25T17:20:17.734Z[ recovery-image] Sep 25 17:20:16.513 INFO O| Sep 25 17:20:16.512 INFO STEP 957 (remove_files) COMPLETE
69522024-09-25T17:20:17.736Z[ recovery-image] Sep 25 17:20:16.513 INFO O| Sep 25 17:20:16.513 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-09-25T17:20:17.792Z[ recovery-image] Sep 25 17:20:16.571 INFO O| Sep 25 17:20:16.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
69542024-09-25T17:20:17.792Z[ recovery-image] Sep 25 17:20:16.571 INFO O| Sep 25 17:20:16.571 INFO STEP 958 (remove_files) COMPLETE
69552024-09-25T17:20:17.794Z[ recovery-image] Sep 25 17:20:16.571 INFO O| Sep 25 17:20:16.571 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-09-25T17:20:17.833Z[ recovery-image] Sep 25 17:20:16.612 INFO O| Sep 25 17:20:16.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69572024-09-25T17:20:17.833Z[ recovery-image] Sep 25 17:20:16.612 INFO O| Sep 25 17:20:16.612 INFO STEP 959 (remove_files) COMPLETE
69582024-09-25T17:20:17.833Z[ recovery-image] Sep 25 17:20:16.612 INFO O| Sep 25 17:20:16.612 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-09-25T17:20:17.889Z[ recovery-image] Sep 25 17:20:16.668 INFO O| Sep 25 17:20:16.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69602024-09-25T17:20:17.892Z[ recovery-image] Sep 25 17:20:16.668 INFO O| Sep 25 17:20:16.668 INFO STEP 960 (remove_files) COMPLETE
69612024-09-25T17:20:17.893Z[ recovery-image] Sep 25 17:20:16.668 INFO O| Sep 25 17:20:16.668 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-09-25T17:20:17.911Z[ recovery-image] Sep 25 17:20:16.689 INFO O| Sep 25 17:20:16.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69632024-09-25T17:20:17.912Z[ recovery-image] Sep 25 17:20:16.690 INFO O| Sep 25 17:20:16.690 INFO STEP 961 (remove_files) COMPLETE
69642024-09-25T17:20:17.912Z[ recovery-image] Sep 25 17:20:16.690 INFO O| Sep 25 17:20:16.690 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-09-25T17:20:17.943Z[ recovery-image] Sep 25 17:20:16.721 INFO O| Sep 25 17:20:16.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69662024-09-25T17:20:17.943Z[ recovery-image] Sep 25 17:20:16.721 INFO O| Sep 25 17:20:16.721 INFO STEP 962 (remove_files) COMPLETE
69672024-09-25T17:20:17.943Z[ recovery-image] Sep 25 17:20:16.721 INFO O| Sep 25 17:20:16.721 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-09-25T17:20:18.016Z[ recovery-image] Sep 25 17:20:16.795 INFO O| Sep 25 17:20:16.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69692024-09-25T17:20:18.018Z[ recovery-image] Sep 25 17:20:16.795 INFO O| Sep 25 17:20:16.795 INFO STEP 963 (remove_files) COMPLETE
69702024-09-25T17:20:18.019Z[ recovery-image] Sep 25 17:20:16.795 INFO O| Sep 25 17:20:16.795 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-09-25T17:20:18.037Z[ recovery-image] Sep 25 17:20:16.815 INFO O| Sep 25 17:20:16.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69722024-09-25T17:20:18.039Z[ recovery-image] Sep 25 17:20:16.815 INFO O| Sep 25 17:20:16.815 INFO STEP 964 (remove_files) COMPLETE
69732024-09-25T17:20:18.039Z[ recovery-image] Sep 25 17:20:16.815 INFO O| Sep 25 17:20:16.815 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-09-25T17:20:18.056Z[ recovery-image] Sep 25 17:20:16.835 INFO O| Sep 25 17:20:16.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
69752024-09-25T17:20:18.058Z[ recovery-image] Sep 25 17:20:16.835 INFO O| Sep 25 17:20:16.835 INFO STEP 965 (remove_files) COMPLETE
69762024-09-25T17:20:18.058Z[ recovery-image] Sep 25 17:20:16.835 INFO O| Sep 25 17:20:16.835 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-09-25T17:20:18.081Z[ recovery-image] Sep 25 17:20:16.859 INFO O| Sep 25 17:20:16.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
69782024-09-25T17:20:18.083Z[ recovery-image] Sep 25 17:20:16.859 INFO O| Sep 25 17:20:16.859 INFO STEP 966 (remove_files) COMPLETE
69792024-09-25T17:20:18.083Z[ recovery-image] Sep 25 17:20:16.860 INFO O| Sep 25 17:20:16.859 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-09-25T17:20:18.099Z[ recovery-image] Sep 25 17:20:16.878 INFO O| Sep 25 17:20:16.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69812024-09-25T17:20:18.102Z[ recovery-image] Sep 25 17:20:16.878 INFO O| Sep 25 17:20:16.878 INFO STEP 967 (remove_files) COMPLETE
69822024-09-25T17:20:18.102Z[ recovery-image] Sep 25 17:20:16.878 INFO O| Sep 25 17:20:16.878 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-09-25T17:20:18.119Z[ recovery-image] Sep 25 17:20:16.897 INFO O| Sep 25 17:20:16.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69842024-09-25T17:20:18.122Z[ recovery-image] Sep 25 17:20:16.898 INFO O| Sep 25 17:20:16.898 INFO STEP 968 (remove_files) COMPLETE
69852024-09-25T17:20:18.122Z[ recovery-image] Sep 25 17:20:16.898 INFO O| Sep 25 17:20:16.898 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-09-25T17:20:18.138Z[ recovery-image] Sep 25 17:20:16.917 INFO O| Sep 25 17:20:16.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69872024-09-25T17:20:18.141Z[ recovery-image] Sep 25 17:20:16.917 INFO O| Sep 25 17:20:16.917 INFO STEP 969 (remove_files) COMPLETE
69882024-09-25T17:20:18.141Z[ recovery-image] Sep 25 17:20:16.917 INFO O| Sep 25 17:20:16.917 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-09-25T17:20:18.162Z[ recovery-image] Sep 25 17:20:16.941 INFO O| Sep 25 17:20:16.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
69902024-09-25T17:20:18.162Z[ recovery-image] Sep 25 17:20:16.941 INFO O| Sep 25 17:20:16.941 INFO STEP 970 (remove_files) COMPLETE
69912024-09-25T17:20:18.163Z[ recovery-image] Sep 25 17:20:16.941 INFO O| Sep 25 17:20:16.941 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-09-25T17:20:18.182Z[ recovery-image] Sep 25 17:20:16.960 INFO O| Sep 25 17:20:16.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
69932024-09-25T17:20:18.182Z[ recovery-image] Sep 25 17:20:16.960 INFO O| Sep 25 17:20:16.960 INFO STEP 971 (remove_files) COMPLETE
69942024-09-25T17:20:18.182Z[ recovery-image] Sep 25 17:20:16.961 INFO O| Sep 25 17:20:16.960 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-09-25T17:20:18.199Z[ recovery-image] Sep 25 17:20:16.978 INFO O| Sep 25 17:20:16.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
69962024-09-25T17:20:18.199Z[ recovery-image] Sep 25 17:20:16.978 INFO O| Sep 25 17:20:16.978 INFO STEP 972 (remove_files) COMPLETE
69972024-09-25T17:20:18.199Z[ recovery-image] Sep 25 17:20:16.978 INFO O| Sep 25 17:20:16.978 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-09-25T17:20:18.216Z[ recovery-image] Sep 25 17:20:16.995 INFO O| Sep 25 17:20:16.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
69992024-09-25T17:20:18.217Z[ recovery-image] Sep 25 17:20:16.995 INFO O| Sep 25 17:20:16.995 INFO STEP 973 (remove_files) COMPLETE
70002024-09-25T17:20:18.219Z[ recovery-image] Sep 25 17:20:16.995 INFO O| Sep 25 17:20:16.995 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-09-25T17:20:18.247Z[ recovery-image] Sep 25 17:20:17.026 INFO O| Sep 25 17:20:17.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
70022024-09-25T17:20:18.247Z[ recovery-image] Sep 25 17:20:17.026 INFO O| Sep 25 17:20:17.026 INFO STEP 974 (remove_files) COMPLETE
70032024-09-25T17:20:18.247Z[ recovery-image] Sep 25 17:20:17.026 INFO O| Sep 25 17:20:17.026 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-09-25T17:20:18.266Z[ recovery-image] Sep 25 17:20:17.044 INFO O| Sep 25 17:20:17.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
70052024-09-25T17:20:18.266Z[ recovery-image] Sep 25 17:20:17.044 INFO O| Sep 25 17:20:17.044 INFO STEP 975 (remove_files) COMPLETE
70062024-09-25T17:20:18.269Z[ recovery-image] Sep 25 17:20:17.044 INFO O| Sep 25 17:20:17.044 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-09-25T17:20:18.293Z[ recovery-image] Sep 25 17:20:17.062 INFO O| Sep 25 17:20:17.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
70082024-09-25T17:20:18.293Z[ recovery-image] Sep 25 17:20:17.062 INFO O| Sep 25 17:20:17.062 INFO STEP 976 (remove_files) COMPLETE
70092024-09-25T17:20:18.297Z[ recovery-image] Sep 25 17:20:17.062 INFO O| Sep 25 17:20:17.062 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-09-25T17:20:18.304Z[ recovery-image] Sep 25 17:20:17.082 INFO O| Sep 25 17:20:17.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
70112024-09-25T17:20:18.327Z[ recovery-image] Sep 25 17:20:17.106 INFO O| Sep 25 17:20:17.106 INFO STEP 977 (remove_files) COMPLETE
70122024-09-25T17:20:18.327Z[ recovery-image] Sep 25 17:20:17.106 INFO O| Sep 25 17:20:17.106 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-09-25T17:20:18.357Z[ host-image] Sep 25 17:20:17.136 INFO O| Sep 25 17:20:17.136 INFO O| Planning: Solver setup ... Done
70142024-09-25T17:20:18.363Z[ host-image] Sep 25 17:20:17.142 INFO O| Sep 25 17:20:17.142 INFO O| Planning: Running solver ... Done
70152024-09-25T17:20:18.425Z[ host-image] Sep 25 17:20:17.204 INFO O| Sep 25 17:20:17.203 INFO O| Planning: Finding local manifests ... Done
70162024-09-25T17:20:18.428Z[ host-image] Sep 25 17:20:17.205 INFO O| Sep 25 17:20:17.205 INFO O| Planning: Fetching manifests: 0/1 0% complete
70172024-09-25T17:20:18.428Z[ recovery-image] Sep 25 17:20:17.205 INFO O| Sep 25 17:20:17.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
70182024-09-25T17:20:18.428Z[ recovery-image] Sep 25 17:20:17.206 INFO O| Sep 25 17:20:17.206 INFO STEP 978 (remove_files) COMPLETE
70192024-09-25T17:20:18.428Z[ recovery-image] Sep 25 17:20:17.206 INFO O| Sep 25 17:20:17.206 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-09-25T17:20:18.448Z[ recovery-image] Sep 25 17:20:17.226 INFO O| Sep 25 17:20:17.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70212024-09-25T17:20:18.451Z[ recovery-image] Sep 25 17:20:17.226 INFO O| Sep 25 17:20:17.226 INFO STEP 979 (remove_files) COMPLETE
70222024-09-25T17:20:18.451Z[ recovery-image] Sep 25 17:20:17.226 INFO O| Sep 25 17:20:17.226 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-09-25T17:20:18.483Z[ recovery-image] Sep 25 17:20:17.261 INFO O| Sep 25 17:20:17.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
70242024-09-25T17:20:18.486Z[ recovery-image] Sep 25 17:20:17.261 INFO O| Sep 25 17:20:17.261 INFO STEP 980 (remove_files) COMPLETE
70252024-09-25T17:20:18.486Z[ recovery-image] Sep 25 17:20:17.262 INFO O| Sep 25 17:20:17.261 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-09-25T17:20:18.542Z[ recovery-image] Sep 25 17:20:17.320 INFO O| Sep 25 17:20:17.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70272024-09-25T17:20:18.542Z[ recovery-image] Sep 25 17:20:17.320 INFO O| Sep 25 17:20:17.320 INFO STEP 981 (remove_files) COMPLETE
70282024-09-25T17:20:18.542Z[ recovery-image] Sep 25 17:20:17.320 INFO O| Sep 25 17:20:17.320 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-09-25T17:20:18.564Z[ host-image] Sep 25 17:20:17.342 INFO O| Sep 25 17:20:17.342 INFO O| Planning: Fetching manifests: 1/1 100% complete
70302024-09-25T17:20:18.595Z[ host-image] Sep 25 17:20:17.372 INFO O| Sep 25 17:20:17.372 INFO O| Planning: Package planning ... Done
70312024-09-25T17:20:18.599Z[ host-image] Sep 25 17:20:17.373 INFO O| Sep 25 17:20:17.373 INFO O| Planning: Merging actions ... Done
70322024-09-25T17:20:18.601Z[ recovery-image] Sep 25 17:20:17.378 INFO O| Sep 25 17:20:17.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70332024-09-25T17:20:18.601Z[ recovery-image] Sep 25 17:20:17.378 INFO O| Sep 25 17:20:17.378 INFO STEP 982 (remove_files) COMPLETE
70342024-09-25T17:20:18.602Z[ recovery-image] Sep 25 17:20:17.378 INFO O| Sep 25 17:20:17.378 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-09-25T17:20:18.630Z[ recovery-image] Sep 25 17:20:17.409 INFO O| Sep 25 17:20:17.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70362024-09-25T17:20:18.631Z[ recovery-image] Sep 25 17:20:17.409 INFO O| Sep 25 17:20:17.409 INFO STEP 983 (remove_files) COMPLETE
70372024-09-25T17:20:18.633Z[ recovery-image] Sep 25 17:20:17.409 INFO O| Sep 25 17:20:17.409 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-09-25T17:20:18.670Z[ recovery-image] Sep 25 17:20:17.449 INFO O| Sep 25 17:20:17.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
70392024-09-25T17:20:18.670Z[ recovery-image] Sep 25 17:20:17.449 INFO O| Sep 25 17:20:17.449 INFO STEP 984 (remove_files) COMPLETE
70402024-09-25T17:20:18.670Z[ recovery-image] Sep 25 17:20:17.449 INFO O| Sep 25 17:20:17.449 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-09-25T17:20:18.714Z[ host-image] Sep 25 17:20:17.493 INFO O| Sep 25 17:20:17.493 INFO O| Planning: Checking for conflicting actions ... Done
70422024-09-25T17:20:18.717Z[ host-image] Sep 25 17:20:17.494 INFO O| Sep 25 17:20:17.493 INFO O| Planning: Consolidating action changes ... Done
70432024-09-25T17:20:18.729Z[ recovery-image] Sep 25 17:20:17.508 INFO O| Sep 25 17:20:17.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
70442024-09-25T17:20:18.732Z[ recovery-image] Sep 25 17:20:17.508 INFO O| Sep 25 17:20:17.508 INFO STEP 985 (remove_files) COMPLETE
70452024-09-25T17:20:18.732Z[ recovery-image] Sep 25 17:20:17.508 INFO O| Sep 25 17:20:17.508 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-09-25T17:20:18.771Z[ recovery-image] Sep 25 17:20:17.549 INFO O| Sep 25 17:20:17.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
70472024-09-25T17:20:18.774Z[ recovery-image] Sep 25 17:20:17.549 INFO O| Sep 25 17:20:17.549 INFO STEP 986 (remove_files) COMPLETE
70482024-09-25T17:20:18.774Z[ recovery-image] Sep 25 17:20:17.549 INFO O| Sep 25 17:20:17.549 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-09-25T17:20:18.793Z[ recovery-image] Sep 25 17:20:17.571 INFO O| Sep 25 17:20:17.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
70502024-09-25T17:20:18.793Z[ recovery-image] Sep 25 17:20:17.571 INFO O| Sep 25 17:20:17.571 INFO STEP 987 (remove_files) COMPLETE
70512024-09-25T17:20:18.796Z[ recovery-image] Sep 25 17:20:17.571 INFO O| Sep 25 17:20:17.571 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-09-25T17:20:18.811Z[ recovery-image] Sep 25 17:20:17.590 INFO O| Sep 25 17:20:17.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
70532024-09-25T17:20:18.811Z[ recovery-image] Sep 25 17:20:17.590 INFO O| Sep 25 17:20:17.590 INFO STEP 988 (remove_files) COMPLETE
70542024-09-25T17:20:18.814Z[ recovery-image] Sep 25 17:20:17.590 INFO O| Sep 25 17:20:17.590 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-09-25T17:20:18.847Z[ recovery-image] Sep 25 17:20:17.626 INFO O| Sep 25 17:20:17.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
70562024-09-25T17:20:18.847Z[ recovery-image] Sep 25 17:20:17.626 INFO O| Sep 25 17:20:17.626 INFO STEP 989 (remove_files) COMPLETE
70572024-09-25T17:20:18.850Z[ recovery-image] Sep 25 17:20:17.626 INFO O| Sep 25 17:20:17.626 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-09-25T17:20:18.870Z[ recovery-image] Sep 25 17:20:17.648 INFO O| Sep 25 17:20:17.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
70592024-09-25T17:20:18.870Z[ recovery-image] Sep 25 17:20:17.648 INFO O| Sep 25 17:20:17.648 INFO STEP 990 (remove_files) COMPLETE
70602024-09-25T17:20:18.870Z[ recovery-image] Sep 25 17:20:17.648 INFO O| Sep 25 17:20:17.648 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-09-25T17:20:18.889Z[ recovery-image] Sep 25 17:20:17.668 INFO O| Sep 25 17:20:17.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70622024-09-25T17:20:18.889Z[ recovery-image] Sep 25 17:20:17.668 INFO O| Sep 25 17:20:17.668 INFO STEP 991 (remove_files) COMPLETE
70632024-09-25T17:20:18.890Z[ recovery-image] Sep 25 17:20:17.668 INFO O| Sep 25 17:20:17.668 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-09-25T17:20:18.910Z[ recovery-image] Sep 25 17:20:17.688 INFO O| Sep 25 17:20:17.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70652024-09-25T17:20:18.910Z[ recovery-image] Sep 25 17:20:17.688 INFO O| Sep 25 17:20:17.688 INFO STEP 992 (remove_files) COMPLETE
70662024-09-25T17:20:18.910Z[ recovery-image] Sep 25 17:20:17.688 INFO O| Sep 25 17:20:17.688 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-09-25T17:20:18.932Z[ recovery-image] Sep 25 17:20:17.710 INFO O| Sep 25 17:20:17.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70682024-09-25T17:20:18.932Z[ recovery-image] Sep 25 17:20:17.710 INFO O| Sep 25 17:20:17.710 INFO STEP 993 (remove_files) COMPLETE
70692024-09-25T17:20:18.932Z[ recovery-image] Sep 25 17:20:17.710 INFO O| Sep 25 17:20:17.710 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-09-25T17:20:18.979Z[ recovery-image] Sep 25 17:20:17.758 INFO O| Sep 25 17:20:17.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70712024-09-25T17:20:18.982Z[ recovery-image] Sep 25 17:20:17.758 INFO O| Sep 25 17:20:17.758 INFO STEP 994 (remove_files) COMPLETE
70722024-09-25T17:20:18.982Z[ recovery-image] Sep 25 17:20:17.758 INFO O| Sep 25 17:20:17.758 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-09-25T17:20:18.998Z[ recovery-image] Sep 25 17:20:17.776 INFO O| Sep 25 17:20:17.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70742024-09-25T17:20:18.998Z[ recovery-image] Sep 25 17:20:17.777 INFO O| Sep 25 17:20:17.777 INFO STEP 995 (remove_files) COMPLETE
70752024-09-25T17:20:19.001Z[ recovery-image] Sep 25 17:20:17.777 INFO O| Sep 25 17:20:17.777 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-09-25T17:20:19.016Z[ recovery-image] Sep 25 17:20:17.794 INFO O| Sep 25 17:20:17.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70772024-09-25T17:20:19.018Z[ recovery-image] Sep 25 17:20:17.794 INFO O| Sep 25 17:20:17.794 INFO STEP 996 (remove_files) COMPLETE
70782024-09-25T17:20:19.018Z[ recovery-image] Sep 25 17:20:17.794 INFO O| Sep 25 17:20:17.794 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-09-25T17:20:19.034Z[ recovery-image] Sep 25 17:20:17.813 INFO O| Sep 25 17:20:17.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
70802024-09-25T17:20:19.034Z[ recovery-image] Sep 25 17:20:17.813 INFO O| Sep 25 17:20:17.813 INFO STEP 997 (remove_files) COMPLETE
70812024-09-25T17:20:19.037Z[ recovery-image] Sep 25 17:20:17.813 INFO O| Sep 25 17:20:17.813 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-09-25T17:20:19.053Z[ recovery-image] Sep 25 17:20:17.831 INFO O| Sep 25 17:20:17.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70832024-09-25T17:20:19.055Z[ recovery-image] Sep 25 17:20:17.832 INFO O| Sep 25 17:20:17.832 INFO STEP 998 (remove_files) COMPLETE
70842024-09-25T17:20:19.055Z[ recovery-image] Sep 25 17:20:17.832 INFO O| Sep 25 17:20:17.832 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-09-25T17:20:19.090Z[ recovery-image] Sep 25 17:20:17.869 INFO O| Sep 25 17:20:17.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
70862024-09-25T17:20:19.090Z[ recovery-image] Sep 25 17:20:17.869 INFO O| Sep 25 17:20:17.869 INFO STEP 999 (remove_files) COMPLETE
70872024-09-25T17:20:19.090Z[ recovery-image] Sep 25 17:20:17.869 INFO O| Sep 25 17:20:17.869 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-09-25T17:20:19.110Z[ recovery-image] Sep 25 17:20:17.888 INFO O| Sep 25 17:20:17.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70892024-09-25T17:20:19.110Z[ recovery-image] Sep 25 17:20:17.888 INFO O| Sep 25 17:20:17.888 INFO STEP 1000 (remove_files) COMPLETE
70902024-09-25T17:20:19.112Z[ recovery-image] Sep 25 17:20:17.888 INFO O| Sep 25 17:20:17.888 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-09-25T17:20:19.129Z[ recovery-image] Sep 25 17:20:17.908 INFO O| Sep 25 17:20:17.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70922024-09-25T17:20:19.129Z[ recovery-image] Sep 25 17:20:17.908 INFO O| Sep 25 17:20:17.908 INFO STEP 1001 (remove_files) COMPLETE
70932024-09-25T17:20:19.130Z[ recovery-image] Sep 25 17:20:17.908 INFO O| Sep 25 17:20:17.908 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-09-25T17:20:19.145Z[ host-image] Sep 25 17:20:17.924 INFO O| Sep 25 17:20:17.924 INFO O| Planning: Evaluating mediators ... Done
70952024-09-25T17:20:19.148Z[ host-image] Sep 25 17:20:17.924 INFO O| Sep 25 17:20:17.924 INFO O| Planning: Planning completed in 3.97 seconds
70962024-09-25T17:20:19.154Z[ host-image] Sep 25 17:20:17.933 INFO O| Sep 25 17:20:17.933 INFO O| Packages to install: 1
70972024-09-25T17:20:19.170Z[ recovery-image] Sep 25 17:20:17.948 INFO O| Sep 25 17:20:17.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70982024-09-25T17:20:19.170Z[ recovery-image] Sep 25 17:20:17.948 INFO O| Sep 25 17:20:17.948 INFO STEP 1002 (remove_files) COMPLETE
70992024-09-25T17:20:19.170Z[ recovery-image] Sep 25 17:20:17.948 INFO O| Sep 25 17:20:17.948 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-09-25T17:20:19.173Z[ host-image] Sep 25 17:20:17.950 INFO O| Sep 25 17:20:17.950 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
71012024-09-25T17:20:19.212Z[ recovery-image] Sep 25 17:20:17.990 INFO O| Sep 25 17:20:17.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71022024-09-25T17:20:19.212Z[ recovery-image] Sep 25 17:20:17.990 INFO O| Sep 25 17:20:17.990 INFO STEP 1003 (remove_files) COMPLETE
71032024-09-25T17:20:19.212Z[ recovery-image] Sep 25 17:20:17.990 INFO O| Sep 25 17:20:17.990 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-09-25T17:20:19.251Z[ recovery-image] Sep 25 17:20:18.029 INFO O| Sep 25 17:20:18.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71052024-09-25T17:20:19.251Z[ recovery-image] Sep 25 17:20:18.029 INFO O| Sep 25 17:20:18.029 INFO STEP 1004 (remove_files) COMPLETE
71062024-09-25T17:20:19.251Z[ recovery-image] Sep 25 17:20:18.029 INFO O| Sep 25 17:20:18.029 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-09-25T17:20:19.289Z[ recovery-image] Sep 25 17:20:18.067 INFO O| Sep 25 17:20:18.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71082024-09-25T17:20:19.289Z[ recovery-image] Sep 25 17:20:18.067 INFO O| Sep 25 17:20:18.067 INFO STEP 1005 (remove_files) COMPLETE
71092024-09-25T17:20:19.289Z[ recovery-image] Sep 25 17:20:18.067 INFO O| Sep 25 17:20:18.067 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-09-25T17:20:19.325Z[ recovery-image] Sep 25 17:20:18.103 INFO O| Sep 25 17:20:18.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71112024-09-25T17:20:19.325Z[ recovery-image] Sep 25 17:20:18.103 INFO O| Sep 25 17:20:18.103 INFO STEP 1006 (remove_files) COMPLETE
71122024-09-25T17:20:19.325Z[ recovery-image] Sep 25 17:20:18.103 INFO O| Sep 25 17:20:18.103 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-09-25T17:20:19.346Z[ recovery-image] Sep 25 17:20:18.124 INFO O| Sep 25 17:20:18.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
71142024-09-25T17:20:19.346Z[ recovery-image] Sep 25 17:20:18.124 INFO O| Sep 25 17:20:18.124 INFO STEP 1007 (remove_files) COMPLETE
71152024-09-25T17:20:19.346Z[ recovery-image] Sep 25 17:20:18.124 INFO O| Sep 25 17:20:18.124 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-09-25T17:20:19.388Z[ recovery-image] Sep 25 17:20:18.165 INFO O| Sep 25 17:20:18.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
71172024-09-25T17:20:19.388Z[ recovery-image] Sep 25 17:20:18.165 INFO O| Sep 25 17:20:18.165 INFO STEP 1008 (remove_files) COMPLETE
71182024-09-25T17:20:19.388Z[ recovery-image] Sep 25 17:20:18.166 INFO O| Sep 25 17:20:18.165 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-09-25T17:20:19.406Z[ recovery-image] Sep 25 17:20:18.185 INFO O| Sep 25 17:20:18.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
71202024-09-25T17:20:19.406Z[ recovery-image] Sep 25 17:20:18.185 INFO O| Sep 25 17:20:18.185 INFO STEP 1009 (remove_files) COMPLETE
71212024-09-25T17:20:19.406Z[ recovery-image] Sep 25 17:20:18.185 INFO O| Sep 25 17:20:18.185 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-09-25T17:20:19.426Z[ recovery-image] Sep 25 17:20:18.204 INFO O| Sep 25 17:20:18.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
71232024-09-25T17:20:19.426Z[ recovery-image] Sep 25 17:20:18.204 INFO O| Sep 25 17:20:18.204 INFO STEP 1010 (remove_files) COMPLETE
71242024-09-25T17:20:19.428Z[ recovery-image] Sep 25 17:20:18.204 INFO O| Sep 25 17:20:18.204 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-09-25T17:20:19.446Z[ recovery-image] Sep 25 17:20:18.224 INFO O| Sep 25 17:20:18.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
71262024-09-25T17:20:19.446Z[ recovery-image] Sep 25 17:20:18.224 INFO O| Sep 25 17:20:18.224 INFO STEP 1011 (remove_files) COMPLETE
71272024-09-25T17:20:19.446Z[ recovery-image] Sep 25 17:20:18.224 INFO O| Sep 25 17:20:18.224 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-09-25T17:20:19.467Z[ recovery-image] Sep 25 17:20:18.245 INFO O| Sep 25 17:20:18.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71292024-09-25T17:20:19.467Z[ recovery-image] Sep 25 17:20:18.245 INFO O| Sep 25 17:20:18.245 INFO STEP 1012 (remove_files) COMPLETE
71302024-09-25T17:20:19.470Z[ recovery-image] Sep 25 17:20:18.246 INFO O| Sep 25 17:20:18.245 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-09-25T17:20:19.487Z[ recovery-image] Sep 25 17:20:18.265 INFO O| Sep 25 17:20:18.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
71322024-09-25T17:20:19.489Z[ recovery-image] Sep 25 17:20:18.266 INFO O| Sep 25 17:20:18.265 INFO STEP 1013 (remove_files) COMPLETE
71332024-09-25T17:20:19.489Z[ recovery-image] Sep 25 17:20:18.266 INFO O| Sep 25 17:20:18.266 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-09-25T17:20:19.508Z[ recovery-image] Sep 25 17:20:18.286 INFO O| Sep 25 17:20:18.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71352024-09-25T17:20:19.508Z[ recovery-image] Sep 25 17:20:18.286 INFO O| Sep 25 17:20:18.286 INFO STEP 1014 (remove_files) COMPLETE
71362024-09-25T17:20:19.510Z[ recovery-image] Sep 25 17:20:18.286 INFO O| Sep 25 17:20:18.286 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-09-25T17:20:19.531Z[ recovery-image] Sep 25 17:20:18.307 INFO O| Sep 25 17:20:18.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71382024-09-25T17:20:19.531Z[ recovery-image] Sep 25 17:20:18.307 INFO O| Sep 25 17:20:18.307 INFO STEP 1015 (remove_files) COMPLETE
71392024-09-25T17:20:19.531Z[ recovery-image] Sep 25 17:20:18.307 INFO O| Sep 25 17:20:18.307 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-09-25T17:20:19.548Z[ recovery-image] Sep 25 17:20:18.327 INFO O| Sep 25 17:20:18.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71412024-09-25T17:20:19.548Z[ recovery-image] Sep 25 17:20:18.327 INFO O| Sep 25 17:20:18.327 INFO STEP 1016 (remove_files) COMPLETE
71422024-09-25T17:20:19.548Z[ recovery-image] Sep 25 17:20:18.327 INFO O| Sep 25 17:20:18.327 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-09-25T17:20:19.568Z[ recovery-image] Sep 25 17:20:18.346 INFO O| Sep 25 17:20:18.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
71442024-09-25T17:20:19.568Z[ recovery-image] Sep 25 17:20:18.346 INFO O| Sep 25 17:20:18.346 INFO STEP 1017 (remove_files) COMPLETE
71452024-09-25T17:20:19.568Z[ recovery-image] Sep 25 17:20:18.346 INFO O| Sep 25 17:20:18.346 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-09-25T17:20:19.587Z[ recovery-image] Sep 25 17:20:18.365 INFO O| Sep 25 17:20:18.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
71472024-09-25T17:20:19.587Z[ recovery-image] Sep 25 17:20:18.366 INFO O| Sep 25 17:20:18.365 INFO STEP 1018 (remove_files) COMPLETE
71482024-09-25T17:20:19.587Z[ recovery-image] Sep 25 17:20:18.366 INFO O| Sep 25 17:20:18.366 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-09-25T17:20:19.605Z[ recovery-image] Sep 25 17:20:18.383 INFO O| Sep 25 17:20:18.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
71502024-09-25T17:20:19.607Z[ recovery-image] Sep 25 17:20:18.384 INFO O| Sep 25 17:20:18.383 INFO STEP 1019 (remove_files) COMPLETE
71512024-09-25T17:20:19.607Z[ recovery-image] Sep 25 17:20:18.384 INFO O| Sep 25 17:20:18.384 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-09-25T17:20:19.674Z[ recovery-image] Sep 25 17:20:18.452 INFO O| Sep 25 17:20:18.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
71532024-09-25T17:20:19.676Z[ recovery-image] Sep 25 17:20:18.452 INFO O| Sep 25 17:20:18.452 INFO STEP 1020 (remove_files) COMPLETE
71542024-09-25T17:20:19.676Z[ recovery-image] Sep 25 17:20:18.452 INFO O| Sep 25 17:20:18.452 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-09-25T17:20:19.694Z[ recovery-image] Sep 25 17:20:18.472 INFO O| Sep 25 17:20:18.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
71562024-09-25T17:20:19.694Z[ recovery-image] Sep 25 17:20:18.472 INFO O| Sep 25 17:20:18.472 INFO STEP 1021 (remove_files) COMPLETE
71572024-09-25T17:20:19.694Z[ recovery-image] Sep 25 17:20:18.472 INFO O| Sep 25 17:20:18.472 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-09-25T17:20:19.754Z[ recovery-image] Sep 25 17:20:18.532 INFO O| Sep 25 17:20:18.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
71592024-09-25T17:20:19.773Z[ recovery-image] Sep 25 17:20:18.552 INFO O| Sep 25 17:20:18.552 INFO STEP 1022 (remove_files) COMPLETE
71602024-09-25T17:20:19.773Z[ recovery-image] Sep 25 17:20:18.552 INFO O| Sep 25 17:20:18.552 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-09-25T17:20:19.847Z[ recovery-image] Sep 25 17:20:18.625 INFO O| Sep 25 17:20:18.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
71622024-09-25T17:20:19.850Z[ recovery-image] Sep 25 17:20:18.626 INFO O| Sep 25 17:20:18.625 INFO STEP 1023 (remove_files) COMPLETE
71632024-09-25T17:20:19.850Z[ recovery-image] Sep 25 17:20:18.626 INFO O| Sep 25 17:20:18.626 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-09-25T17:20:19.883Z[ recovery-image] Sep 25 17:20:18.661 INFO O| Sep 25 17:20:18.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71652024-09-25T17:20:19.883Z[ recovery-image] Sep 25 17:20:18.662 INFO O| Sep 25 17:20:18.662 INFO STEP 1024 (remove_files) COMPLETE
71662024-09-25T17:20:19.886Z[ recovery-image] Sep 25 17:20:18.662 INFO O| Sep 25 17:20:18.662 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-09-25T17:20:19.902Z[ recovery-image] Sep 25 17:20:18.680 INFO O| Sep 25 17:20:18.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71682024-09-25T17:20:19.902Z[ recovery-image] Sep 25 17:20:18.680 INFO O| Sep 25 17:20:18.680 INFO STEP 1025 (remove_files) COMPLETE
71692024-09-25T17:20:19.905Z[ recovery-image] Sep 25 17:20:18.680 INFO O| Sep 25 17:20:18.680 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-09-25T17:20:19.938Z[ recovery-image] Sep 25 17:20:18.717 INFO O| Sep 25 17:20:18.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
71712024-09-25T17:20:19.942Z[ recovery-image] Sep 25 17:20:18.717 INFO O| Sep 25 17:20:18.717 INFO STEP 1026 (remove_files) COMPLETE
71722024-09-25T17:20:19.942Z[ recovery-image] Sep 25 17:20:18.717 INFO O| Sep 25 17:20:18.717 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-09-25T17:20:19.981Z[ recovery-image] Sep 25 17:20:18.760 INFO O| Sep 25 17:20:18.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
71742024-09-25T17:20:19.982Z[ recovery-image] Sep 25 17:20:18.760 INFO O| Sep 25 17:20:18.760 INFO STEP 1027 (remove_files) COMPLETE
71752024-09-25T17:20:19.982Z[ recovery-image] Sep 25 17:20:18.760 INFO O| Sep 25 17:20:18.760 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-09-25T17:20:20.022Z[ recovery-image] Sep 25 17:20:18.800 INFO O| Sep 25 17:20:18.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
71772024-09-25T17:20:20.025Z[ recovery-image] Sep 25 17:20:18.801 INFO O| Sep 25 17:20:18.801 INFO STEP 1028 (remove_files) COMPLETE
71782024-09-25T17:20:20.025Z[ recovery-image] Sep 25 17:20:18.801 INFO O| Sep 25 17:20:18.801 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-09-25T17:20:20.041Z[ recovery-image] Sep 25 17:20:18.820 INFO O| Sep 25 17:20:18.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
71802024-09-25T17:20:20.044Z[ recovery-image] Sep 25 17:20:18.820 INFO O| Sep 25 17:20:18.820 INFO STEP 1029 (remove_files) COMPLETE
71812024-09-25T17:20:20.044Z[ recovery-image] Sep 25 17:20:18.820 INFO O| Sep 25 17:20:18.820 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-09-25T17:20:20.060Z[ recovery-image] Sep 25 17:20:18.839 INFO O| Sep 25 17:20:18.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
71832024-09-25T17:20:20.063Z[ recovery-image] Sep 25 17:20:18.839 INFO O| Sep 25 17:20:18.839 INFO STEP 1030 (remove_files) COMPLETE
71842024-09-25T17:20:20.063Z[ recovery-image] Sep 25 17:20:18.839 INFO O| Sep 25 17:20:18.839 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-09-25T17:20:20.083Z[ recovery-image] Sep 25 17:20:18.861 INFO O| Sep 25 17:20:18.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71862024-09-25T17:20:20.085Z[ recovery-image] Sep 25 17:20:18.862 INFO O| Sep 25 17:20:18.862 INFO STEP 1031 (remove_files) COMPLETE
71872024-09-25T17:20:20.085Z[ recovery-image] Sep 25 17:20:18.862 INFO O| Sep 25 17:20:18.862 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-09-25T17:20:20.136Z[ recovery-image] Sep 25 17:20:18.914 INFO O| Sep 25 17:20:18.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
71892024-09-25T17:20:20.139Z[ recovery-image] Sep 25 17:20:18.914 INFO O| Sep 25 17:20:18.914 INFO STEP 1032 (remove_files) COMPLETE
71902024-09-25T17:20:20.139Z[ recovery-image] Sep 25 17:20:18.914 INFO O| Sep 25 17:20:18.914 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-09-25T17:20:20.157Z[ recovery-image] Sep 25 17:20:18.936 INFO O| Sep 25 17:20:18.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
71922024-09-25T17:20:20.160Z[ recovery-image] Sep 25 17:20:18.936 INFO O| Sep 25 17:20:18.936 INFO STEP 1033 (remove_files) COMPLETE
71932024-09-25T17:20:20.160Z[ recovery-image] Sep 25 17:20:18.936 INFO O| Sep 25 17:20:18.936 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-09-25T17:20:20.180Z[ recovery-image] Sep 25 17:20:18.956 INFO O| Sep 25 17:20:18.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71952024-09-25T17:20:20.183Z[ recovery-image] Sep 25 17:20:18.956 INFO O| Sep 25 17:20:18.956 INFO STEP 1034 (remove_files) COMPLETE
71962024-09-25T17:20:20.183Z[ recovery-image] Sep 25 17:20:18.957 INFO O| Sep 25 17:20:18.956 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-09-25T17:20:20.200Z[ recovery-image] Sep 25 17:20:18.978 INFO O| Sep 25 17:20:18.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71982024-09-25T17:20:20.203Z[ recovery-image] Sep 25 17:20:18.979 INFO O| Sep 25 17:20:18.978 INFO STEP 1035 (remove_files) COMPLETE
71992024-09-25T17:20:20.203Z[ recovery-image] Sep 25 17:20:18.979 INFO O| Sep 25 17:20:18.979 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-09-25T17:20:20.226Z[ recovery-image] Sep 25 17:20:19.004 INFO O| Sep 25 17:20:19.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72012024-09-25T17:20:20.227Z[ recovery-image] Sep 25 17:20:19.004 INFO O| Sep 25 17:20:19.004 INFO STEP 1036 (remove_files) COMPLETE
72022024-09-25T17:20:20.227Z[ recovery-image] Sep 25 17:20:19.004 INFO O| Sep 25 17:20:19.004 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-09-25T17:20:20.263Z[ recovery-image] Sep 25 17:20:19.041 INFO O| Sep 25 17:20:19.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72042024-09-25T17:20:20.263Z[ recovery-image] Sep 25 17:20:19.041 INFO O| Sep 25 17:20:19.041 INFO STEP 1037 (remove_files) COMPLETE
72052024-09-25T17:20:20.263Z[ recovery-image] Sep 25 17:20:19.041 INFO O| Sep 25 17:20:19.041 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-09-25T17:20:20.304Z[ recovery-image] Sep 25 17:20:19.082 INFO O| Sep 25 17:20:19.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72072024-09-25T17:20:20.308Z[ recovery-image] Sep 25 17:20:19.082 INFO O| Sep 25 17:20:19.082 INFO STEP 1038 (remove_files) COMPLETE
72082024-09-25T17:20:20.308Z[ recovery-image] Sep 25 17:20:19.082 INFO O| Sep 25 17:20:19.082 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-09-25T17:20:20.339Z[ recovery-image] Sep 25 17:20:19.117 INFO O| Sep 25 17:20:19.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72102024-09-25T17:20:20.339Z[ recovery-image] Sep 25 17:20:19.117 INFO O| Sep 25 17:20:19.117 INFO STEP 1039 (remove_files) COMPLETE
72112024-09-25T17:20:20.342Z[ recovery-image] Sep 25 17:20:19.117 INFO O| Sep 25 17:20:19.117 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-09-25T17:20:20.380Z[ recovery-image] Sep 25 17:20:19.157 INFO O| Sep 25 17:20:19.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
72132024-09-25T17:20:20.380Z[ recovery-image] Sep 25 17:20:19.158 INFO O| Sep 25 17:20:19.158 INFO STEP 1040 (remove_files) COMPLETE
72142024-09-25T17:20:20.380Z[ recovery-image] Sep 25 17:20:19.158 INFO O| Sep 25 17:20:19.158 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-09-25T17:20:20.414Z[ recovery-image] Sep 25 17:20:19.192 INFO O| Sep 25 17:20:19.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
72162024-09-25T17:20:20.414Z[ recovery-image] Sep 25 17:20:19.192 INFO O| Sep 25 17:20:19.192 INFO STEP 1041 (remove_files) COMPLETE
72172024-09-25T17:20:20.414Z[ recovery-image] Sep 25 17:20:19.192 INFO O| Sep 25 17:20:19.192 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-09-25T17:20:20.435Z[ recovery-image] Sep 25 17:20:19.212 INFO O| Sep 25 17:20:19.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
72192024-09-25T17:20:20.435Z[ recovery-image] Sep 25 17:20:19.212 INFO O| Sep 25 17:20:19.212 INFO STEP 1042 (remove_files) COMPLETE
72202024-09-25T17:20:20.435Z[ recovery-image] Sep 25 17:20:19.212 INFO O| Sep 25 17:20:19.212 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-09-25T17:20:20.500Z[ recovery-image] Sep 25 17:20:19.263 INFO O| Sep 25 17:20:19.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
72222024-09-25T17:20:20.500Z[ recovery-image] Sep 25 17:20:19.263 INFO O| Sep 25 17:20:19.263 INFO STEP 1043 (remove_files) COMPLETE
72232024-09-25T17:20:20.502Z[ recovery-image] Sep 25 17:20:19.263 INFO O| Sep 25 17:20:19.263 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-09-25T17:20:20.505Z[ recovery-image] Sep 25 17:20:19.281 INFO O| Sep 25 17:20:19.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
72252024-09-25T17:20:20.505Z[ recovery-image] Sep 25 17:20:19.281 INFO O| Sep 25 17:20:19.281 INFO STEP 1044 (remove_files) COMPLETE
72262024-09-25T17:20:20.505Z[ recovery-image] Sep 25 17:20:19.281 INFO O| Sep 25 17:20:19.281 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-09-25T17:20:20.520Z[ recovery-image] Sep 25 17:20:19.298 INFO O| Sep 25 17:20:19.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
72282024-09-25T17:20:20.520Z[ recovery-image] Sep 25 17:20:19.298 INFO O| Sep 25 17:20:19.298 INFO STEP 1045 (remove_files) COMPLETE
72292024-09-25T17:20:20.523Z[ recovery-image] Sep 25 17:20:19.298 INFO O| Sep 25 17:20:19.298 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-09-25T17:20:20.538Z[ recovery-image] Sep 25 17:20:19.317 INFO O| Sep 25 17:20:19.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
72312024-09-25T17:20:20.538Z[ recovery-image] Sep 25 17:20:19.317 INFO O| Sep 25 17:20:19.317 INFO STEP 1046 (remove_files) COMPLETE
72322024-09-25T17:20:20.541Z[ recovery-image] Sep 25 17:20:19.317 INFO O| Sep 25 17:20:19.317 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-09-25T17:20:20.557Z[ recovery-image] Sep 25 17:20:19.334 INFO O| Sep 25 17:20:19.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72342024-09-25T17:20:20.557Z[ recovery-image] Sep 25 17:20:19.334 INFO O| Sep 25 17:20:19.334 INFO STEP 1047 (remove_files) COMPLETE
72352024-09-25T17:20:20.560Z[ recovery-image] Sep 25 17:20:19.335 INFO O| Sep 25 17:20:19.334 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-09-25T17:20:20.578Z[ recovery-image] Sep 25 17:20:19.353 INFO O| Sep 25 17:20:19.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72372024-09-25T17:20:20.578Z[ recovery-image] Sep 25 17:20:19.353 INFO O| Sep 25 17:20:19.353 INFO STEP 1048 (remove_files) COMPLETE
72382024-09-25T17:20:20.578Z[ recovery-image] Sep 25 17:20:19.353 INFO O| Sep 25 17:20:19.353 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-09-25T17:20:20.620Z[ recovery-image] Sep 25 17:20:19.397 INFO O| Sep 25 17:20:19.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72402024-09-25T17:20:20.620Z[ recovery-image] Sep 25 17:20:19.398 INFO O| Sep 25 17:20:19.397 INFO STEP 1049 (remove_files) COMPLETE
72412024-09-25T17:20:20.620Z[ recovery-image] Sep 25 17:20:19.398 INFO O| Sep 25 17:20:19.397 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-09-25T17:20:20.640Z[ recovery-image] Sep 25 17:20:19.418 INFO O| Sep 25 17:20:19.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
72432024-09-25T17:20:20.640Z[ recovery-image] Sep 25 17:20:19.418 INFO O| Sep 25 17:20:19.418 INFO STEP 1050 (remove_files) COMPLETE
72442024-09-25T17:20:20.640Z[ recovery-image] Sep 25 17:20:19.418 INFO O| Sep 25 17:20:19.418 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-09-25T17:20:20.660Z[ recovery-image] Sep 25 17:20:19.438 INFO O| Sep 25 17:20:19.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
72462024-09-25T17:20:20.660Z[ recovery-image] Sep 25 17:20:19.438 INFO O| Sep 25 17:20:19.438 INFO STEP 1051 (remove_files) COMPLETE
72472024-09-25T17:20:20.660Z[ recovery-image] Sep 25 17:20:19.438 INFO O| Sep 25 17:20:19.438 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-09-25T17:20:20.681Z[ recovery-image] Sep 25 17:20:19.459 INFO O| Sep 25 17:20:19.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
72492024-09-25T17:20:20.681Z[ recovery-image] Sep 25 17:20:19.459 INFO O| Sep 25 17:20:19.459 INFO STEP 1052 (remove_files) COMPLETE
72502024-09-25T17:20:20.683Z[ recovery-image] Sep 25 17:20:19.459 INFO O| Sep 25 17:20:19.459 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-09-25T17:20:20.828Z[ recovery-image] Sep 25 17:20:19.606 INFO O| Sep 25 17:20:19.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
72522024-09-25T17:20:20.828Z[ recovery-image] Sep 25 17:20:19.606 INFO O| Sep 25 17:20:19.606 INFO STEP 1053 (remove_files) COMPLETE
72532024-09-25T17:20:20.828Z[ recovery-image] Sep 25 17:20:19.606 INFO O| Sep 25 17:20:19.606 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-09-25T17:20:20.849Z[ recovery-image] Sep 25 17:20:19.627 INFO O| Sep 25 17:20:19.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
72552024-09-25T17:20:20.849Z[ recovery-image] Sep 25 17:20:19.627 INFO O| Sep 25 17:20:19.627 INFO STEP 1054 (remove_files) COMPLETE
72562024-09-25T17:20:20.852Z[ recovery-image] Sep 25 17:20:19.627 INFO O| Sep 25 17:20:19.627 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-09-25T17:20:20.869Z[ recovery-image] Sep 25 17:20:19.647 INFO O| Sep 25 17:20:19.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
72582024-09-25T17:20:20.869Z[ recovery-image] Sep 25 17:20:19.648 INFO O| Sep 25 17:20:19.648 INFO STEP 1055 (remove_files) COMPLETE
72592024-09-25T17:20:20.869Z[ recovery-image] Sep 25 17:20:19.648 INFO O| Sep 25 17:20:19.648 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-09-25T17:20:20.889Z[ recovery-image] Sep 25 17:20:19.666 INFO O| Sep 25 17:20:19.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72612024-09-25T17:20:20.889Z[ recovery-image] Sep 25 17:20:19.666 INFO O| Sep 25 17:20:19.666 INFO STEP 1056 (remove_files) COMPLETE
72622024-09-25T17:20:20.889Z[ recovery-image] Sep 25 17:20:19.666 INFO O| Sep 25 17:20:19.666 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-09-25T17:20:20.907Z[ recovery-image] Sep 25 17:20:19.685 INFO O| Sep 25 17:20:19.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72642024-09-25T17:20:20.907Z[ recovery-image] Sep 25 17:20:19.685 INFO O| Sep 25 17:20:19.685 INFO STEP 1057 (remove_files) COMPLETE
72652024-09-25T17:20:20.907Z[ recovery-image] Sep 25 17:20:19.685 INFO O| Sep 25 17:20:19.685 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-09-25T17:20:20.938Z[ recovery-image] Sep 25 17:20:19.715 INFO O| Sep 25 17:20:19.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72672024-09-25T17:20:20.938Z[ recovery-image] Sep 25 17:20:19.715 INFO O| Sep 25 17:20:19.715 INFO STEP 1058 (remove_files) COMPLETE
72682024-09-25T17:20:20.941Z[ recovery-image] Sep 25 17:20:19.715 INFO O| Sep 25 17:20:19.715 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-09-25T17:20:20.962Z[ recovery-image] Sep 25 17:20:19.738 INFO O| Sep 25 17:20:19.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72702024-09-25T17:20:20.965Z[ recovery-image] Sep 25 17:20:19.738 INFO O| Sep 25 17:20:19.738 INFO STEP 1059 (remove_files) COMPLETE
72712024-09-25T17:20:20.965Z[ recovery-image] Sep 25 17:20:19.738 INFO O| Sep 25 17:20:19.738 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-09-25T17:20:20.979Z[ recovery-image] Sep 25 17:20:19.757 INFO O| Sep 25 17:20:19.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
72732024-09-25T17:20:20.981Z[ recovery-image] Sep 25 17:20:19.757 INFO O| Sep 25 17:20:19.757 INFO STEP 1060 (remove_files) COMPLETE
72742024-09-25T17:20:20.981Z[ recovery-image] Sep 25 17:20:19.757 INFO O| Sep 25 17:20:19.757 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-09-25T17:20:20.994Z[ host-image] Sep 25 17:20:19.772 INFO O| Sep 25 17:20:19.772 INFO O| Download: Completed 20.80 MB in 1.82 seconds (11.4M/s)
72762024-09-25T17:20:20.998Z[ recovery-image] Sep 25 17:20:19.776 INFO O| Sep 25 17:20:19.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
72772024-09-25T17:20:21.001Z[ recovery-image] Sep 25 17:20:19.776 INFO O| Sep 25 17:20:19.776 INFO STEP 1061 (remove_files) COMPLETE
72782024-09-25T17:20:21.001Z[ recovery-image] Sep 25 17:20:19.777 INFO O| Sep 25 17:20:19.777 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-09-25T17:20:21.032Z[ recovery-image] Sep 25 17:20:19.810 INFO O| Sep 25 17:20:19.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
72802024-09-25T17:20:21.032Z[ recovery-image] Sep 25 17:20:19.810 INFO O| Sep 25 17:20:19.810 INFO STEP 1062 (remove_files) COMPLETE
72812024-09-25T17:20:21.032Z[ recovery-image] Sep 25 17:20:19.810 INFO O| Sep 25 17:20:19.810 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-09-25T17:20:21.047Z[ host-image] Sep 25 17:20:19.825 INFO O| Sep 25 17:20:19.825 INFO O| Actions: 1/22 actions (Installing new actions)
72832024-09-25T17:20:21.062Z[ recovery-image] Sep 25 17:20:19.840 INFO O| Sep 25 17:20:19.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
72842024-09-25T17:20:21.062Z[ recovery-image] Sep 25 17:20:19.840 INFO O| Sep 25 17:20:19.840 INFO STEP 1063 (remove_files) COMPLETE
72852024-09-25T17:20:21.062Z[ recovery-image] Sep 25 17:20:19.840 INFO O| Sep 25 17:20:19.840 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-09-25T17:20:21.081Z[ recovery-image] Sep 25 17:20:19.859 INFO O| Sep 25 17:20:19.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
72872024-09-25T17:20:21.081Z[ recovery-image] Sep 25 17:20:19.859 INFO O| Sep 25 17:20:19.859 INFO STEP 1064 (remove_files) COMPLETE
72882024-09-25T17:20:21.081Z[ recovery-image] Sep 25 17:20:19.859 INFO O| Sep 25 17:20:19.859 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-09-25T17:20:21.123Z[ recovery-image] Sep 25 17:20:19.901 INFO O| Sep 25 17:20:19.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
72902024-09-25T17:20:21.123Z[ recovery-image] Sep 25 17:20:19.901 INFO O| Sep 25 17:20:19.901 INFO STEP 1065 (remove_files) COMPLETE
72912024-09-25T17:20:21.123Z[ recovery-image] Sep 25 17:20:19.901 INFO O| Sep 25 17:20:19.901 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-09-25T17:20:21.145Z[ recovery-image] Sep 25 17:20:19.923 INFO O| Sep 25 17:20:19.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72932024-09-25T17:20:21.145Z[ recovery-image] Sep 25 17:20:19.923 INFO O| Sep 25 17:20:19.923 INFO STEP 1066 (remove_files) COMPLETE
72942024-09-25T17:20:21.145Z[ recovery-image] Sep 25 17:20:19.923 INFO O| Sep 25 17:20:19.923 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-09-25T17:20:21.165Z[ recovery-image] Sep 25 17:20:19.943 INFO O| Sep 25 17:20:19.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72962024-09-25T17:20:21.165Z[ recovery-image] Sep 25 17:20:19.943 INFO O| Sep 25 17:20:19.943 INFO STEP 1067 (remove_files) COMPLETE
72972024-09-25T17:20:21.165Z[ recovery-image] Sep 25 17:20:19.943 INFO O| Sep 25 17:20:19.943 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-09-25T17:20:21.375Z[ recovery-image] Sep 25 17:20:19.976 INFO O| Sep 25 17:20:19.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72992024-09-25T17:20:21.378Z[ recovery-image] Sep 25 17:20:19.976 INFO O| Sep 25 17:20:19.976 INFO STEP 1068 (remove_files) COMPLETE
73002024-09-25T17:20:21.378Z[ recovery-image] Sep 25 17:20:19.976 INFO O| Sep 25 17:20:19.976 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-09-25T17:20:21.378Z[ recovery-image] Sep 25 17:20:19.998 INFO O| Sep 25 17:20:19.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73022024-09-25T17:20:21.378Z[ recovery-image] Sep 25 17:20:19.998 INFO O| Sep 25 17:20:19.998 INFO STEP 1069 (remove_files) COMPLETE
73032024-09-25T17:20:21.378Z[ recovery-image] Sep 25 17:20:19.998 INFO O| Sep 25 17:20:19.998 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-09-25T17:20:21.378Z[ recovery-image] Sep 25 17:20:20.018 INFO O| Sep 25 17:20:20.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73052024-09-25T17:20:21.378Z[ recovery-image] Sep 25 17:20:20.018 INFO O| Sep 25 17:20:20.018 INFO STEP 1070 (remove_files) COMPLETE
73062024-09-25T17:20:21.378Z[ recovery-image] Sep 25 17:20:20.018 INFO O| Sep 25 17:20:20.018 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-09-25T17:20:21.378Z[ recovery-image] Sep 25 17:20:20.039 INFO O| Sep 25 17:20:20.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73082024-09-25T17:20:21.378Z[ recovery-image] Sep 25 17:20:20.039 INFO O| Sep 25 17:20:20.039 INFO STEP 1071 (remove_files) COMPLETE
73092024-09-25T17:20:21.378Z[ recovery-image] Sep 25 17:20:20.039 INFO O| Sep 25 17:20:20.039 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-09-25T17:20:21.378Z[ recovery-image] Sep 25 17:20:20.058 INFO O| Sep 25 17:20:20.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73112024-09-25T17:20:21.379Z[ recovery-image] Sep 25 17:20:20.059 INFO O| Sep 25 17:20:20.059 INFO STEP 1072 (remove_files) COMPLETE
73122024-09-25T17:20:21.379Z[ recovery-image] Sep 25 17:20:20.059 INFO O| Sep 25 17:20:20.059 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-09-25T17:20:21.379Z[ recovery-image] Sep 25 17:20:20.078 INFO O| Sep 25 17:20:20.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
73142024-09-25T17:20:21.379Z[ recovery-image] Sep 25 17:20:20.078 INFO O| Sep 25 17:20:20.078 INFO STEP 1073 (remove_files) COMPLETE
73152024-09-25T17:20:21.379Z[ recovery-image] Sep 25 17:20:20.078 INFO O| Sep 25 17:20:20.078 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-09-25T17:20:21.379Z[ recovery-image] Sep 25 17:20:20.099 INFO O| Sep 25 17:20:20.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
73172024-09-25T17:20:21.379Z[ recovery-image] Sep 25 17:20:20.099 INFO O| Sep 25 17:20:20.099 INFO STEP 1074 (remove_files) COMPLETE
73182024-09-25T17:20:21.379Z[ recovery-image] Sep 25 17:20:20.099 INFO O| Sep 25 17:20:20.099 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-09-25T17:20:21.379Z[ recovery-image] Sep 25 17:20:20.119 INFO O| Sep 25 17:20:20.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
73202024-09-25T17:20:21.379Z[ recovery-image] Sep 25 17:20:20.119 INFO O| Sep 25 17:20:20.119 INFO STEP 1075 (remove_files) COMPLETE
73212024-09-25T17:20:21.379Z[ recovery-image] Sep 25 17:20:20.120 INFO O| Sep 25 17:20:20.119 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-09-25T17:20:21.379Z[ recovery-image] Sep 25 17:20:20.140 INFO O| Sep 25 17:20:20.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
73232024-09-25T17:20:21.379Z[ recovery-image] Sep 25 17:20:20.140 INFO O| Sep 25 17:20:20.140 INFO STEP 1076 (remove_files) COMPLETE
73242024-09-25T17:20:21.379Z[ recovery-image] Sep 25 17:20:20.140 INFO O| Sep 25 17:20:20.140 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-09-25T17:20:21.382Z[ recovery-image] Sep 25 17:20:20.160 INFO O| Sep 25 17:20:20.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
73262024-09-25T17:20:21.384Z[ recovery-image] Sep 25 17:20:20.160 INFO O| Sep 25 17:20:20.160 INFO STEP 1077 (remove_files) COMPLETE
73272024-09-25T17:20:21.384Z[ recovery-image] Sep 25 17:20:20.161 INFO O| Sep 25 17:20:20.161 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-09-25T17:20:21.402Z[ recovery-image] Sep 25 17:20:20.181 INFO O| Sep 25 17:20:20.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
73292024-09-25T17:20:21.405Z[ recovery-image] Sep 25 17:20:20.181 INFO O| Sep 25 17:20:20.181 INFO STEP 1078 (remove_files) COMPLETE
73302024-09-25T17:20:21.405Z[ recovery-image] Sep 25 17:20:20.181 INFO O| Sep 25 17:20:20.181 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-09-25T17:20:21.424Z[ recovery-image] Sep 25 17:20:20.202 INFO O| Sep 25 17:20:20.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73322024-09-25T17:20:21.424Z[ recovery-image] Sep 25 17:20:20.202 INFO O| Sep 25 17:20:20.202 INFO STEP 1079 (remove_files) COMPLETE
73332024-09-25T17:20:21.424Z[ recovery-image] Sep 25 17:20:20.202 INFO O| Sep 25 17:20:20.202 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-09-25T17:20:21.492Z[ recovery-image] Sep 25 17:20:20.243 INFO O| Sep 25 17:20:20.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
73352024-09-25T17:20:21.492Z[ recovery-image] Sep 25 17:20:20.243 INFO O| Sep 25 17:20:20.243 INFO STEP 1080 (remove_files) COMPLETE
73362024-09-25T17:20:21.492Z[ recovery-image] Sep 25 17:20:20.243 INFO O| Sep 25 17:20:20.243 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-09-25T17:20:21.492Z[ recovery-image] Sep 25 17:20:20.261 INFO O| Sep 25 17:20:20.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73382024-09-25T17:20:21.492Z[ recovery-image] Sep 25 17:20:20.261 INFO O| Sep 25 17:20:20.261 INFO STEP 1081 (remove_files) COMPLETE
73392024-09-25T17:20:21.492Z[ recovery-image] Sep 25 17:20:20.261 INFO O| Sep 25 17:20:20.261 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-09-25T17:20:21.504Z[ recovery-image] Sep 25 17:20:20.281 INFO O| Sep 25 17:20:20.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73412024-09-25T17:20:21.504Z[ recovery-image] Sep 25 17:20:20.281 INFO O| Sep 25 17:20:20.281 INFO STEP 1082 (remove_files) COMPLETE
73422024-09-25T17:20:21.504Z[ recovery-image] Sep 25 17:20:20.281 INFO O| Sep 25 17:20:20.281 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-09-25T17:20:21.586Z[ recovery-image] Sep 25 17:20:20.363 INFO O| Sep 25 17:20:20.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73442024-09-25T17:20:21.586Z[ recovery-image] Sep 25 17:20:20.363 INFO O| Sep 25 17:20:20.363 INFO STEP 1083 (remove_files) COMPLETE
73452024-09-25T17:20:21.586Z[ recovery-image] Sep 25 17:20:20.363 INFO O| Sep 25 17:20:20.363 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-09-25T17:20:21.606Z[ recovery-image] Sep 25 17:20:20.384 INFO O| Sep 25 17:20:20.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
73472024-09-25T17:20:21.610Z[ recovery-image] Sep 25 17:20:20.384 INFO O| Sep 25 17:20:20.384 INFO STEP 1084 (remove_files) COMPLETE
73482024-09-25T17:20:21.610Z[ recovery-image] Sep 25 17:20:20.385 INFO O| Sep 25 17:20:20.384 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-09-25T17:20:21.636Z[ recovery-image] Sep 25 17:20:20.403 INFO O| Sep 25 17:20:20.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
73502024-09-25T17:20:21.636Z[ recovery-image] Sep 25 17:20:20.404 INFO O| Sep 25 17:20:20.403 INFO STEP 1085 (remove_files) COMPLETE
73512024-09-25T17:20:21.636Z[ recovery-image] Sep 25 17:20:20.404 INFO O| Sep 25 17:20:20.404 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-09-25T17:20:21.648Z[ recovery-image] Sep 25 17:20:20.425 INFO O| Sep 25 17:20:20.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73532024-09-25T17:20:21.648Z[ recovery-image] Sep 25 17:20:20.425 INFO O| Sep 25 17:20:20.425 INFO STEP 1086 (remove_files) COMPLETE
73542024-09-25T17:20:21.648Z[ recovery-image] Sep 25 17:20:20.425 INFO O| Sep 25 17:20:20.425 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-09-25T17:20:21.689Z[ recovery-image] Sep 25 17:20:20.466 INFO O| Sep 25 17:20:20.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
73562024-09-25T17:20:21.689Z[ recovery-image] Sep 25 17:20:20.466 INFO O| Sep 25 17:20:20.466 INFO STEP 1087 (remove_files) COMPLETE
73572024-09-25T17:20:21.689Z[ recovery-image] Sep 25 17:20:20.466 INFO O| Sep 25 17:20:20.466 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-09-25T17:20:21.719Z[ recovery-image] Sep 25 17:20:20.497 INFO O| Sep 25 17:20:20.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
73592024-09-25T17:20:21.719Z[ recovery-image] Sep 25 17:20:20.497 INFO O| Sep 25 17:20:20.497 INFO STEP 1088 (remove_files) COMPLETE
73602024-09-25T17:20:21.722Z[ recovery-image] Sep 25 17:20:20.497 INFO O| Sep 25 17:20:20.497 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-09-25T17:20:21.740Z[ recovery-image] Sep 25 17:20:20.518 INFO O| Sep 25 17:20:20.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73622024-09-25T17:20:21.740Z[ recovery-image] Sep 25 17:20:20.518 INFO O| Sep 25 17:20:20.518 INFO STEP 1089 (remove_files) COMPLETE
73632024-09-25T17:20:21.742Z[ recovery-image] Sep 25 17:20:20.518 INFO O| Sep 25 17:20:20.518 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-09-25T17:20:21.759Z[ recovery-image] Sep 25 17:20:20.537 INFO O| Sep 25 17:20:20.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73652024-09-25T17:20:21.759Z[ recovery-image] Sep 25 17:20:20.537 INFO O| Sep 25 17:20:20.537 INFO STEP 1090 (remove_files) COMPLETE
73662024-09-25T17:20:21.761Z[ recovery-image] Sep 25 17:20:20.537 INFO O| Sep 25 17:20:20.537 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-09-25T17:20:21.778Z[ recovery-image] Sep 25 17:20:20.556 INFO O| Sep 25 17:20:20.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73682024-09-25T17:20:21.778Z[ recovery-image] Sep 25 17:20:20.556 INFO O| Sep 25 17:20:20.556 INFO STEP 1091 (remove_files) COMPLETE
73692024-09-25T17:20:21.781Z[ recovery-image] Sep 25 17:20:20.556 INFO O| Sep 25 17:20:20.556 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-09-25T17:20:21.797Z[ recovery-image] Sep 25 17:20:20.575 INFO O| Sep 25 17:20:20.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
73712024-09-25T17:20:21.797Z[ recovery-image] Sep 25 17:20:20.575 INFO O| Sep 25 17:20:20.575 INFO STEP 1092 (remove_files) COMPLETE
73722024-09-25T17:20:21.797Z[ recovery-image] Sep 25 17:20:20.575 INFO O| Sep 25 17:20:20.575 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-09-25T17:20:21.833Z[ recovery-image] Sep 25 17:20:20.611 INFO O| Sep 25 17:20:20.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
73742024-09-25T17:20:21.833Z[ recovery-image] Sep 25 17:20:20.611 INFO O| Sep 25 17:20:20.611 INFO STEP 1093 (remove_files) COMPLETE
73752024-09-25T17:20:21.833Z[ recovery-image] Sep 25 17:20:20.611 INFO O| Sep 25 17:20:20.611 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-09-25T17:20:21.893Z[ recovery-image] Sep 25 17:20:20.671 INFO O| Sep 25 17:20:20.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
73772024-09-25T17:20:21.896Z[ recovery-image] Sep 25 17:20:20.671 INFO O| Sep 25 17:20:20.671 INFO STEP 1094 (remove_files) COMPLETE
73782024-09-25T17:20:21.896Z[ recovery-image] Sep 25 17:20:20.672 INFO O| Sep 25 17:20:20.671 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-09-25T17:20:21.925Z[ recovery-image] Sep 25 17:20:20.703 INFO O| Sep 25 17:20:20.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
73802024-09-25T17:20:21.925Z[ recovery-image] Sep 25 17:20:20.703 INFO O| Sep 25 17:20:20.703 INFO STEP 1095 (remove_files) COMPLETE
73812024-09-25T17:20:21.925Z[ recovery-image] Sep 25 17:20:20.703 INFO O| Sep 25 17:20:20.703 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-09-25T17:20:21.944Z[ recovery-image] Sep 25 17:20:20.722 INFO O| Sep 25 17:20:20.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
73832024-09-25T17:20:21.947Z[ recovery-image] Sep 25 17:20:20.722 INFO O| Sep 25 17:20:20.722 INFO STEP 1096 (remove_files) COMPLETE
73842024-09-25T17:20:21.947Z[ recovery-image] Sep 25 17:20:20.722 INFO O| Sep 25 17:20:20.722 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-09-25T17:20:22.024Z[ recovery-image] Sep 25 17:20:20.802 INFO O| Sep 25 17:20:20.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
73862024-09-25T17:20:22.024Z[ recovery-image] Sep 25 17:20:20.802 INFO O| Sep 25 17:20:20.802 INFO STEP 1097 (remove_files) COMPLETE
73872024-09-25T17:20:22.024Z[ recovery-image] Sep 25 17:20:20.802 INFO O| Sep 25 17:20:20.802 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-09-25T17:20:22.044Z[ recovery-image] Sep 25 17:20:20.822 INFO O| Sep 25 17:20:20.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73892024-09-25T17:20:22.044Z[ recovery-image] Sep 25 17:20:20.822 INFO O| Sep 25 17:20:20.822 INFO STEP 1098 (remove_files) COMPLETE
73902024-09-25T17:20:22.047Z[ recovery-image] Sep 25 17:20:20.822 INFO O| Sep 25 17:20:20.822 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-09-25T17:20:22.064Z[ recovery-image] Sep 25 17:20:20.841 INFO O| Sep 25 17:20:20.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73922024-09-25T17:20:22.064Z[ recovery-image] Sep 25 17:20:20.841 INFO O| Sep 25 17:20:20.841 INFO STEP 1099 (remove_files) COMPLETE
73932024-09-25T17:20:22.064Z[ recovery-image] Sep 25 17:20:20.841 INFO O| Sep 25 17:20:20.841 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-09-25T17:20:22.081Z[ recovery-image] Sep 25 17:20:20.859 INFO O| Sep 25 17:20:20.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73952024-09-25T17:20:22.081Z[ recovery-image] Sep 25 17:20:20.859 INFO O| Sep 25 17:20:20.859 INFO STEP 1100 (remove_files) COMPLETE
73962024-09-25T17:20:22.081Z[ recovery-image] Sep 25 17:20:20.859 INFO O| Sep 25 17:20:20.859 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-09-25T17:20:22.099Z[ recovery-image] Sep 25 17:20:20.877 INFO O| Sep 25 17:20:20.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73982024-09-25T17:20:22.099Z[ recovery-image] Sep 25 17:20:20.877 INFO O| Sep 25 17:20:20.877 INFO STEP 1101 (remove_files) COMPLETE
73992024-09-25T17:20:22.099Z[ recovery-image] Sep 25 17:20:20.877 INFO O| Sep 25 17:20:20.877 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-09-25T17:20:22.116Z[ recovery-image] Sep 25 17:20:20.894 INFO O| Sep 25 17:20:20.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74012024-09-25T17:20:22.116Z[ recovery-image] Sep 25 17:20:20.894 INFO O| Sep 25 17:20:20.894 INFO STEP 1102 (remove_files) COMPLETE
74022024-09-25T17:20:22.116Z[ recovery-image] Sep 25 17:20:20.894 INFO O| Sep 25 17:20:20.894 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-09-25T17:20:22.123Z[ host-image] Sep 25 17:20:20.901 INFO O| Sep 25 17:20:20.901 INFO O| Actions: Completed 22 actions in 1.08 seconds.
74042024-09-25T17:20:22.133Z[ recovery-image] Sep 25 17:20:20.911 INFO O| Sep 25 17:20:20.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74052024-09-25T17:20:22.133Z[ recovery-image] Sep 25 17:20:20.911 INFO O| Sep 25 17:20:20.911 INFO STEP 1103 (remove_files) COMPLETE
74062024-09-25T17:20:22.133Z[ recovery-image] Sep 25 17:20:20.911 INFO O| Sep 25 17:20:20.911 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-09-25T17:20:22.150Z[ recovery-image] Sep 25 17:20:20.928 INFO O| Sep 25 17:20:20.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74082024-09-25T17:20:22.150Z[ recovery-image] Sep 25 17:20:20.928 INFO O| Sep 25 17:20:20.928 INFO STEP 1104 (remove_files) COMPLETE
74092024-09-25T17:20:22.150Z[ recovery-image] Sep 25 17:20:20.928 INFO O| Sep 25 17:20:20.928 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-09-25T17:20:22.180Z[ recovery-image] Sep 25 17:20:20.956 INFO O| Sep 25 17:20:20.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74112024-09-25T17:20:22.180Z[ recovery-image] Sep 25 17:20:20.956 INFO O| Sep 25 17:20:20.956 INFO STEP 1105 (remove_files) COMPLETE
74122024-09-25T17:20:22.180Z[ recovery-image] Sep 25 17:20:20.956 INFO O| Sep 25 17:20:20.956 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-09-25T17:20:22.248Z[ recovery-image] Sep 25 17:20:21.026 INFO O| Sep 25 17:20:21.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
74142024-09-25T17:20:22.248Z[ recovery-image] Sep 25 17:20:21.026 INFO O| Sep 25 17:20:21.026 INFO STEP 1106 (remove_files) COMPLETE
74152024-09-25T17:20:22.250Z[ recovery-image] Sep 25 17:20:21.026 INFO O| Sep 25 17:20:21.026 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-09-25T17:20:22.286Z[ recovery-image] Sep 25 17:20:21.064 INFO O| Sep 25 17:20:21.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
74172024-09-25T17:20:22.286Z[ recovery-image] Sep 25 17:20:21.064 INFO O| Sep 25 17:20:21.064 INFO STEP 1107 (remove_files) COMPLETE
74182024-09-25T17:20:22.286Z[ recovery-image] Sep 25 17:20:21.064 INFO O| Sep 25 17:20:21.064 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-09-25T17:20:22.307Z[ recovery-image] Sep 25 17:20:21.085 INFO O| Sep 25 17:20:21.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
74202024-09-25T17:20:22.307Z[ recovery-image] Sep 25 17:20:21.085 INFO O| Sep 25 17:20:21.085 INFO STEP 1108 (remove_files) COMPLETE
74212024-09-25T17:20:22.309Z[ recovery-image] Sep 25 17:20:21.085 INFO O| Sep 25 17:20:21.085 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-09-25T17:20:22.326Z[ recovery-image] Sep 25 17:20:21.104 INFO O| Sep 25 17:20:21.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
74232024-09-25T17:20:22.326Z[ recovery-image] Sep 25 17:20:21.104 INFO O| Sep 25 17:20:21.104 INFO STEP 1109 (remove_files) COMPLETE
74242024-09-25T17:20:22.326Z[ recovery-image] Sep 25 17:20:21.104 INFO O| Sep 25 17:20:21.104 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-09-25T17:20:22.349Z[ recovery-image] Sep 25 17:20:21.127 INFO O| Sep 25 17:20:21.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
74262024-09-25T17:20:22.349Z[ recovery-image] Sep 25 17:20:21.127 INFO O| Sep 25 17:20:21.127 INFO STEP 1110 (remove_files) COMPLETE
74272024-09-25T17:20:22.352Z[ recovery-image] Sep 25 17:20:21.127 INFO O| Sep 25 17:20:21.127 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-09-25T17:20:22.488Z[ recovery-image] Sep 25 17:20:21.266 INFO O| Sep 25 17:20:21.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
74292024-09-25T17:20:22.488Z[ recovery-image] Sep 25 17:20:21.266 INFO O| Sep 25 17:20:21.266 INFO STEP 1111 (remove_files) COMPLETE
74302024-09-25T17:20:22.491Z[ recovery-image] Sep 25 17:20:21.266 INFO O| Sep 25 17:20:21.266 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-09-25T17:20:22.558Z[ recovery-image] Sep 25 17:20:21.336 INFO O| Sep 25 17:20:21.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74322024-09-25T17:20:22.558Z[ recovery-image] Sep 25 17:20:21.336 INFO O| Sep 25 17:20:21.336 INFO STEP 1112 (remove_files) COMPLETE
74332024-09-25T17:20:22.558Z[ recovery-image] Sep 25 17:20:21.336 INFO O| Sep 25 17:20:21.336 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-09-25T17:20:22.607Z[ host-image] Sep 25 17:20:21.385 INFO O| Sep 25 17:20:21.384 INFO O| Done
74352024-09-25T17:20:22.607Z[ host-image] Sep 25 17:20:21.385 INFO O| Sep 25 17:20:21.385 INFO O| Done
74362024-09-25T17:20:22.618Z[ recovery-image] Sep 25 17:20:21.396 INFO O| Sep 25 17:20:21.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
74372024-09-25T17:20:22.618Z[ recovery-image] Sep 25 17:20:21.396 INFO O| Sep 25 17:20:21.396 INFO STEP 1113 (remove_files) COMPLETE
74382024-09-25T17:20:22.621Z[ recovery-image] Sep 25 17:20:21.396 INFO O| Sep 25 17:20:21.396 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-09-25T17:20:22.644Z[ recovery-image] Sep 25 17:20:21.421 INFO O| Sep 25 17:20:21.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74402024-09-25T17:20:22.644Z[ recovery-image] Sep 25 17:20:21.421 INFO O| Sep 25 17:20:21.421 INFO STEP 1114 (remove_files) COMPLETE
74412024-09-25T17:20:22.646Z[ recovery-image] Sep 25 17:20:21.421 INFO O| Sep 25 17:20:21.421 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-09-25T17:20:22.665Z[ recovery-image] Sep 25 17:20:21.443 INFO O| Sep 25 17:20:21.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74432024-09-25T17:20:22.665Z[ recovery-image] Sep 25 17:20:21.443 INFO O| Sep 25 17:20:21.443 INFO STEP 1115 (remove_files) COMPLETE
74442024-09-25T17:20:22.665Z[ recovery-image] Sep 25 17:20:21.443 INFO O| Sep 25 17:20:21.443 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-09-25T17:20:22.736Z[ recovery-image] Sep 25 17:20:21.514 INFO O| Sep 25 17:20:21.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74462024-09-25T17:20:22.736Z[ recovery-image] Sep 25 17:20:21.514 INFO O| Sep 25 17:20:21.514 INFO STEP 1116 (remove_files) COMPLETE
74472024-09-25T17:20:22.736Z[ recovery-image] Sep 25 17:20:21.514 INFO O| Sep 25 17:20:21.514 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-09-25T17:20:22.815Z[ recovery-image] Sep 25 17:20:21.591 INFO O| Sep 25 17:20:21.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
74492024-09-25T17:20:22.815Z[ recovery-image] Sep 25 17:20:21.591 INFO O| Sep 25 17:20:21.591 INFO STEP 1117 (remove_files) COMPLETE
74502024-09-25T17:20:22.818Z[ recovery-image] Sep 25 17:20:21.591 INFO O| Sep 25 17:20:21.591 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-09-25T17:20:22.831Z[ recovery-image] Sep 25 17:20:21.609 INFO O| Sep 25 17:20:21.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
74522024-09-25T17:20:22.834Z[ recovery-image] Sep 25 17:20:21.609 INFO O| Sep 25 17:20:21.609 INFO STEP 1118 (remove_files) COMPLETE
74532024-09-25T17:20:22.834Z[ recovery-image] Sep 25 17:20:21.609 INFO O| Sep 25 17:20:21.609 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-09-25T17:20:22.848Z[ recovery-image] Sep 25 17:20:21.626 INFO O| Sep 25 17:20:21.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74552024-09-25T17:20:22.848Z[ recovery-image] Sep 25 17:20:21.626 INFO O| Sep 25 17:20:21.626 INFO STEP 1119 (remove_files) COMPLETE
74562024-09-25T17:20:22.851Z[ recovery-image] Sep 25 17:20:21.626 INFO O| Sep 25 17:20:21.626 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-09-25T17:20:22.903Z[ recovery-image] Sep 25 17:20:21.677 INFO O| Sep 25 17:20:21.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
74582024-09-25T17:20:22.903Z[ recovery-image] Sep 25 17:20:21.677 INFO O| Sep 25 17:20:21.644 INFO STEP 1120 (remove_files) COMPLETE
74592024-09-25T17:20:22.903Z[ recovery-image] Sep 25 17:20:21.677 INFO O| Sep 25 17:20:21.644 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-09-25T17:20:22.903Z[ recovery-image] Sep 25 17:20:21.677 INFO O| Sep 25 17:20:21.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
74612024-09-25T17:20:22.903Z[ recovery-image] Sep 25 17:20:21.677 INFO O| Sep 25 17:20:21.661 INFO STEP 1121 (remove_files) COMPLETE
74622024-09-25T17:20:22.903Z[ recovery-image] Sep 25 17:20:21.677 INFO O| Sep 25 17:20:21.661 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-09-25T17:20:22.906Z[ recovery-image] Sep 25 17:20:21.681 INFO O| Sep 25 17:20:21.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
74642024-09-25T17:20:22.906Z[ recovery-image] Sep 25 17:20:21.681 INFO O| Sep 25 17:20:21.679 INFO STEP 1122 (remove_files) COMPLETE
74652024-09-25T17:20:22.906Z[ recovery-image] Sep 25 17:20:21.681 INFO O| Sep 25 17:20:21.679 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-09-25T17:20:22.946Z[ recovery-image] Sep 25 17:20:21.696 INFO O| Sep 25 17:20:21.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74672024-09-25T17:20:22.954Z[ recovery-image] Sep 25 17:20:21.696 INFO O| Sep 25 17:20:21.696 INFO STEP 1123 (remove_files) COMPLETE
74682024-09-25T17:20:22.954Z[ recovery-image] Sep 25 17:20:21.696 INFO O| Sep 25 17:20:21.696 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-09-25T17:20:22.956Z[ recovery-image] Sep 25 17:20:21.723 INFO O| Sep 25 17:20:21.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74702024-09-25T17:20:22.956Z[ recovery-image] Sep 25 17:20:21.723 INFO O| Sep 25 17:20:21.723 INFO STEP 1124 (remove_files) COMPLETE
74712024-09-25T17:20:22.956Z[ recovery-image] Sep 25 17:20:21.724 INFO O| Sep 25 17:20:21.723 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-09-25T17:20:22.992Z[ recovery-image] Sep 25 17:20:21.769 INFO O| Sep 25 17:20:21.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
74732024-09-25T17:20:22.992Z[ recovery-image] Sep 25 17:20:21.769 INFO O| Sep 25 17:20:21.769 INFO STEP 1125 (remove_files) COMPLETE
74742024-09-25T17:20:22.994Z[ recovery-image] Sep 25 17:20:21.770 INFO O| Sep 25 17:20:21.769 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-09-25T17:20:23.069Z[ recovery-image] Sep 25 17:20:21.829 INFO O| Sep 25 17:20:21.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
74762024-09-25T17:20:23.069Z[ recovery-image] Sep 25 17:20:21.829 INFO O| Sep 25 17:20:21.829 INFO STEP 1126 (remove_files) COMPLETE
74772024-09-25T17:20:23.069Z[ recovery-image] Sep 25 17:20:21.829 INFO O| Sep 25 17:20:21.829 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-09-25T17:20:23.072Z[ recovery-image] Sep 25 17:20:21.847 INFO O| Sep 25 17:20:21.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
74792024-09-25T17:20:23.072Z[ recovery-image] Sep 25 17:20:21.848 INFO O| Sep 25 17:20:21.847 INFO STEP 1127 (remove_files) COMPLETE
74802024-09-25T17:20:23.072Z[ recovery-image] Sep 25 17:20:21.848 INFO O| Sep 25 17:20:21.848 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-09-25T17:20:23.088Z[ recovery-image] Sep 25 17:20:21.866 INFO O| Sep 25 17:20:21.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
74822024-09-25T17:20:23.091Z[ recovery-image] Sep 25 17:20:21.866 INFO O| Sep 25 17:20:21.866 INFO STEP 1128 (remove_files) COMPLETE
74832024-09-25T17:20:23.091Z[ recovery-image] Sep 25 17:20:21.866 INFO O| Sep 25 17:20:21.866 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-09-25T17:20:23.123Z[ recovery-image] Sep 25 17:20:21.900 INFO O| Sep 25 17:20:21.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
74852024-09-25T17:20:23.123Z[ recovery-image] Sep 25 17:20:21.900 INFO O| Sep 25 17:20:21.900 INFO STEP 1129 (remove_files) COMPLETE
74862024-09-25T17:20:23.123Z[ recovery-image] Sep 25 17:20:21.900 INFO O| Sep 25 17:20:21.900 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-09-25T17:20:23.143Z[ recovery-image] Sep 25 17:20:21.921 INFO O| Sep 25 17:20:21.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
74882024-09-25T17:20:23.143Z[ recovery-image] Sep 25 17:20:21.921 INFO O| Sep 25 17:20:21.921 INFO STEP 1130 (remove_files) COMPLETE
74892024-09-25T17:20:23.146Z[ recovery-image] Sep 25 17:20:21.921 INFO O| Sep 25 17:20:21.921 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-09-25T17:20:23.223Z[ recovery-image] Sep 25 17:20:22.001 INFO O| Sep 25 17:20:22.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74912024-09-25T17:20:23.223Z[ recovery-image] Sep 25 17:20:22.001 INFO O| Sep 25 17:20:22.001 INFO STEP 1131 (remove_files) COMPLETE
74922024-09-25T17:20:23.223Z[ recovery-image] Sep 25 17:20:22.001 INFO O| Sep 25 17:20:22.001 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-09-25T17:20:23.243Z[ recovery-image] Sep 25 17:20:22.021 INFO O| Sep 25 17:20:22.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74942024-09-25T17:20:23.243Z[ recovery-image] Sep 25 17:20:22.021 INFO O| Sep 25 17:20:22.021 INFO STEP 1132 (remove_files) COMPLETE
74952024-09-25T17:20:23.243Z[ recovery-image] Sep 25 17:20:22.021 INFO O| Sep 25 17:20:22.021 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-09-25T17:20:23.262Z[ recovery-image] Sep 25 17:20:22.039 INFO O| Sep 25 17:20:22.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74972024-09-25T17:20:23.262Z[ recovery-image] Sep 25 17:20:22.040 INFO O| Sep 25 17:20:22.039 INFO STEP 1133 (remove_files) COMPLETE
74982024-09-25T17:20:23.264Z[ recovery-image] Sep 25 17:20:22.040 INFO O| Sep 25 17:20:22.040 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-09-25T17:20:23.291Z[ recovery-image] Sep 25 17:20:22.068 INFO O| Sep 25 17:20:22.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75002024-09-25T17:20:23.291Z[ recovery-image] Sep 25 17:20:22.068 INFO O| Sep 25 17:20:22.068 INFO STEP 1134 (remove_files) COMPLETE
75012024-09-25T17:20:23.291Z[ recovery-image] Sep 25 17:20:22.068 INFO O| Sep 25 17:20:22.068 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-09-25T17:20:23.314Z[ recovery-image] Sep 25 17:20:22.091 INFO O| Sep 25 17:20:22.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75032024-09-25T17:20:23.314Z[ recovery-image] Sep 25 17:20:22.091 INFO O| Sep 25 17:20:22.091 INFO STEP 1135 (remove_files) COMPLETE
75042024-09-25T17:20:23.314Z[ recovery-image] Sep 25 17:20:22.091 INFO O| Sep 25 17:20:22.091 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-09-25T17:20:23.334Z[ recovery-image] Sep 25 17:20:22.112 INFO O| Sep 25 17:20:22.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75062024-09-25T17:20:23.334Z[ recovery-image] Sep 25 17:20:22.112 INFO O| Sep 25 17:20:22.112 INFO STEP 1136 (remove_files) COMPLETE
75072024-09-25T17:20:23.334Z[ recovery-image] Sep 25 17:20:22.112 INFO O| Sep 25 17:20:22.112 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-09-25T17:20:23.371Z[ recovery-image] Sep 25 17:20:22.148 INFO O| Sep 25 17:20:22.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75092024-09-25T17:20:23.371Z[ recovery-image] Sep 25 17:20:22.148 INFO O| Sep 25 17:20:22.148 INFO STEP 1137 (remove_files) COMPLETE
75102024-09-25T17:20:23.371Z[ recovery-image] Sep 25 17:20:22.148 INFO O| Sep 25 17:20:22.148 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-09-25T17:20:23.394Z[ recovery-image] Sep 25 17:20:22.170 INFO O| Sep 25 17:20:22.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
75122024-09-25T17:20:23.394Z[ recovery-image] Sep 25 17:20:22.170 INFO O| Sep 25 17:20:22.170 INFO STEP 1138 (remove_files) COMPLETE
75132024-09-25T17:20:23.396Z[ recovery-image] Sep 25 17:20:22.170 INFO O| Sep 25 17:20:22.170 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-09-25T17:20:23.432Z[ recovery-image] Sep 25 17:20:22.208 INFO O| Sep 25 17:20:22.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
75152024-09-25T17:20:23.432Z[ recovery-image] Sep 25 17:20:22.208 INFO O| Sep 25 17:20:22.208 INFO STEP 1139 (remove_files) COMPLETE
75162024-09-25T17:20:23.432Z[ recovery-image] Sep 25 17:20:22.208 INFO O| Sep 25 17:20:22.208 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-09-25T17:20:23.450Z[ recovery-image] Sep 25 17:20:22.227 INFO O| Sep 25 17:20:22.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
75182024-09-25T17:20:23.451Z[ recovery-image] Sep 25 17:20:22.228 INFO O| Sep 25 17:20:22.228 INFO STEP 1140 (remove_files) COMPLETE
75192024-09-25T17:20:23.451Z[ recovery-image] Sep 25 17:20:22.228 INFO O| Sep 25 17:20:22.228 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-09-25T17:20:23.474Z[ recovery-image] Sep 25 17:20:22.251 INFO O| Sep 25 17:20:22.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
75212024-09-25T17:20:23.477Z[ recovery-image] Sep 25 17:20:22.251 INFO O| Sep 25 17:20:22.251 INFO STEP 1141 (remove_files) COMPLETE
75222024-09-25T17:20:23.477Z[ recovery-image] Sep 25 17:20:22.252 INFO O| Sep 25 17:20:22.252 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-09-25T17:20:23.496Z[ recovery-image] Sep 25 17:20:22.274 INFO O| Sep 25 17:20:22.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
75242024-09-25T17:20:23.498Z[ recovery-image] Sep 25 17:20:22.274 INFO O| Sep 25 17:20:22.274 INFO STEP 1142 (remove_files) COMPLETE
75252024-09-25T17:20:23.498Z[ recovery-image] Sep 25 17:20:22.274 INFO O| Sep 25 17:20:22.274 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-09-25T17:20:23.514Z[ recovery-image] Sep 25 17:20:22.292 INFO O| Sep 25 17:20:22.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
75272024-09-25T17:20:23.514Z[ recovery-image] Sep 25 17:20:22.292 INFO O| Sep 25 17:20:22.292 INFO STEP 1143 (remove_files) COMPLETE
75282024-09-25T17:20:23.517Z[ recovery-image] Sep 25 17:20:22.292 INFO O| Sep 25 17:20:22.292 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-09-25T17:20:23.548Z[ recovery-image] Sep 25 17:20:22.326 INFO O| Sep 25 17:20:22.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
75302024-09-25T17:20:23.548Z[ recovery-image] Sep 25 17:20:22.326 INFO O| Sep 25 17:20:22.326 INFO STEP 1144 (remove_files) COMPLETE
75312024-09-25T17:20:23.551Z[ recovery-image] Sep 25 17:20:22.326 INFO O| Sep 25 17:20:22.326 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-09-25T17:20:23.572Z[ recovery-image] Sep 25 17:20:22.348 INFO O| Sep 25 17:20:22.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
75332024-09-25T17:20:23.572Z[ recovery-image] Sep 25 17:20:22.348 INFO O| Sep 25 17:20:22.348 INFO STEP 1145 (remove_files) COMPLETE
75342024-09-25T17:20:23.574Z[ recovery-image] Sep 25 17:20:22.348 INFO O| Sep 25 17:20:22.348 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-09-25T17:20:23.601Z[ recovery-image] Sep 25 17:20:22.379 INFO O| Sep 25 17:20:22.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
75362024-09-25T17:20:23.602Z[ recovery-image] Sep 25 17:20:22.379 INFO O| Sep 25 17:20:22.379 INFO STEP 1146 (remove_files) COMPLETE
75372024-09-25T17:20:23.602Z[ recovery-image] Sep 25 17:20:22.379 INFO O| Sep 25 17:20:22.379 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-09-25T17:20:23.608Z[ host-image] Sep 25 17:20:22.386 INFO O| Sep 25 17:20:22.385 INFO O| Done
75392024-09-25T17:20:23.622Z[ recovery-image] Sep 25 17:20:22.399 INFO O| Sep 25 17:20:22.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75402024-09-25T17:20:23.622Z[ recovery-image] Sep 25 17:20:22.399 INFO O| Sep 25 17:20:22.399 INFO STEP 1147 (remove_files) COMPLETE
75412024-09-25T17:20:23.625Z[ recovery-image] Sep 25 17:20:22.399 INFO O| Sep 25 17:20:22.399 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-09-25T17:20:23.643Z[ recovery-image] Sep 25 17:20:22.421 INFO O| Sep 25 17:20:22.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75432024-09-25T17:20:23.643Z[ recovery-image] Sep 25 17:20:22.421 INFO O| Sep 25 17:20:22.421 INFO STEP 1148 (remove_files) COMPLETE
75442024-09-25T17:20:23.643Z[ recovery-image] Sep 25 17:20:22.421 INFO O| Sep 25 17:20:22.421 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-09-25T17:20:23.682Z[ recovery-image] Sep 25 17:20:22.460 INFO O| Sep 25 17:20:22.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75462024-09-25T17:20:23.682Z[ recovery-image] Sep 25 17:20:22.460 INFO O| Sep 25 17:20:22.460 INFO STEP 1149 (remove_files) COMPLETE
75472024-09-25T17:20:23.685Z[ recovery-image] Sep 25 17:20:22.460 INFO O| Sep 25 17:20:22.460 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-09-25T17:20:23.741Z[ recovery-image] Sep 25 17:20:22.518 INFO O| Sep 25 17:20:22.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
75492024-09-25T17:20:23.764Z[ recovery-image] Sep 25 17:20:22.542 INFO O| Sep 25 17:20:22.542 INFO STEP 1150 (remove_files) COMPLETE
75502024-09-25T17:20:23.764Z[ recovery-image] Sep 25 17:20:22.542 INFO O| Sep 25 17:20:22.542 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-09-25T17:20:23.783Z[ recovery-image] Sep 25 17:20:22.560 INFO O| Sep 25 17:20:22.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
75522024-09-25T17:20:23.785Z[ recovery-image] Sep 25 17:20:22.560 INFO O| Sep 25 17:20:22.560 INFO STEP 1151 (remove_files) COMPLETE
75532024-09-25T17:20:23.785Z[ recovery-image] Sep 25 17:20:22.561 INFO O| Sep 25 17:20:22.560 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-09-25T17:20:23.818Z[ recovery-image] Sep 25 17:20:22.596 INFO O| Sep 25 17:20:22.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
75552024-09-25T17:20:23.818Z[ recovery-image] Sep 25 17:20:22.596 INFO O| Sep 25 17:20:22.596 INFO STEP 1152 (remove_files) COMPLETE
75562024-09-25T17:20:23.818Z[ recovery-image] Sep 25 17:20:22.596 INFO O| Sep 25 17:20:22.596 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-09-25T17:20:23.863Z[ recovery-image] Sep 25 17:20:22.640 INFO O| Sep 25 17:20:22.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75582024-09-25T17:20:23.863Z[ recovery-image] Sep 25 17:20:22.640 INFO O| Sep 25 17:20:22.640 INFO STEP 1153 (remove_files) COMPLETE
75592024-09-25T17:20:23.863Z[ recovery-image] Sep 25 17:20:22.640 INFO O| Sep 25 17:20:22.640 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-09-25T17:20:23.920Z[ recovery-image] Sep 25 17:20:22.697 INFO O| Sep 25 17:20:22.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
75612024-09-25T17:20:23.920Z[ recovery-image] Sep 25 17:20:22.697 INFO O| Sep 25 17:20:22.697 INFO STEP 1154 (remove_files) COMPLETE
75622024-09-25T17:20:23.922Z[ recovery-image] Sep 25 17:20:22.697 INFO O| Sep 25 17:20:22.697 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-09-25T17:20:23.938Z[ recovery-image] Sep 25 17:20:22.715 INFO O| Sep 25 17:20:22.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
75642024-09-25T17:20:23.938Z[ recovery-image] Sep 25 17:20:22.716 INFO O| Sep 25 17:20:22.716 INFO STEP 1155 (remove_files) COMPLETE
75652024-09-25T17:20:23.941Z[ recovery-image] Sep 25 17:20:22.716 INFO O| Sep 25 17:20:22.716 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-09-25T17:20:23.960Z[ recovery-image] Sep 25 17:20:22.738 INFO O| Sep 25 17:20:22.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75672024-09-25T17:20:23.960Z[ recovery-image] Sep 25 17:20:22.738 INFO O| Sep 25 17:20:22.738 INFO STEP 1156 (remove_files) COMPLETE
75682024-09-25T17:20:23.960Z[ recovery-image] Sep 25 17:20:22.738 INFO O| Sep 25 17:20:22.738 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-09-25T17:20:24.004Z[ recovery-image] Sep 25 17:20:22.781 INFO O| Sep 25 17:20:22.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75702024-09-25T17:20:24.004Z[ recovery-image] Sep 25 17:20:22.781 INFO O| Sep 25 17:20:22.781 INFO STEP 1157 (remove_files) COMPLETE
75712024-09-25T17:20:24.006Z[ recovery-image] Sep 25 17:20:22.781 INFO O| Sep 25 17:20:22.781 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-09-25T17:20:24.061Z[ recovery-image] Sep 25 17:20:22.838 INFO O| Sep 25 17:20:22.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
75732024-09-25T17:20:24.061Z[ recovery-image] Sep 25 17:20:22.838 INFO O| Sep 25 17:20:22.838 INFO STEP 1158 (remove_files) COMPLETE
75742024-09-25T17:20:24.061Z[ recovery-image] Sep 25 17:20:22.838 INFO O| Sep 25 17:20:22.838 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-09-25T17:20:24.102Z[ recovery-image] Sep 25 17:20:22.879 INFO O| Sep 25 17:20:22.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
75762024-09-25T17:20:24.104Z[ recovery-image] Sep 25 17:20:22.879 INFO O| Sep 25 17:20:22.879 INFO STEP 1159 (remove_files) COMPLETE
75772024-09-25T17:20:24.104Z[ recovery-image] Sep 25 17:20:22.880 INFO O| Sep 25 17:20:22.879 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-09-25T17:20:24.119Z[ recovery-image] Sep 25 17:20:22.897 INFO O| Sep 25 17:20:22.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
75792024-09-25T17:20:24.122Z[ recovery-image] Sep 25 17:20:22.897 INFO O| Sep 25 17:20:22.897 INFO STEP 1160 (remove_files) COMPLETE
75802024-09-25T17:20:24.122Z[ recovery-image] Sep 25 17:20:22.897 INFO O| Sep 25 17:20:22.897 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-09-25T17:20:24.137Z[ recovery-image] Sep 25 17:20:22.915 INFO O| Sep 25 17:20:22.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
75822024-09-25T17:20:24.141Z[ recovery-image] Sep 25 17:20:22.915 INFO O| Sep 25 17:20:22.915 INFO STEP 1161 (remove_files) COMPLETE
75832024-09-25T17:20:24.141Z[ recovery-image] Sep 25 17:20:22.915 INFO O| Sep 25 17:20:22.915 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-09-25T17:20:24.175Z[ recovery-image] Sep 25 17:20:22.953 INFO O| Sep 25 17:20:22.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
75852024-09-25T17:20:24.175Z[ recovery-image] Sep 25 17:20:22.953 INFO O| Sep 25 17:20:22.953 INFO STEP 1162 (remove_files) COMPLETE
75862024-09-25T17:20:24.178Z[ recovery-image] Sep 25 17:20:22.953 INFO O| Sep 25 17:20:22.953 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-09-25T17:20:24.194Z[ recovery-image] Sep 25 17:20:22.971 INFO O| Sep 25 17:20:22.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
75882024-09-25T17:20:24.196Z[ recovery-image] Sep 25 17:20:22.972 INFO O| Sep 25 17:20:22.971 INFO STEP 1163 (remove_files) COMPLETE
75892024-09-25T17:20:24.196Z[ recovery-image] Sep 25 17:20:22.972 INFO O| Sep 25 17:20:22.972 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-09-25T17:20:24.210Z[ recovery-image] Sep 25 17:20:22.988 INFO O| Sep 25 17:20:22.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
75912024-09-25T17:20:24.213Z[ recovery-image] Sep 25 17:20:22.988 INFO O| Sep 25 17:20:22.988 INFO STEP 1164 (remove_files) COMPLETE
75922024-09-25T17:20:24.213Z[ recovery-image] Sep 25 17:20:22.988 INFO O| Sep 25 17:20:22.988 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-09-25T17:20:24.228Z[ recovery-image] Sep 25 17:20:23.005 INFO O| Sep 25 17:20:23.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75942024-09-25T17:20:24.231Z[ recovery-image] Sep 25 17:20:23.006 INFO O| Sep 25 17:20:23.005 INFO STEP 1165 (remove_files) COMPLETE
75952024-09-25T17:20:24.231Z[ recovery-image] Sep 25 17:20:23.006 INFO O| Sep 25 17:20:23.005 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-09-25T17:20:24.246Z[ recovery-image] Sep 25 17:20:23.023 INFO O| Sep 25 17:20:23.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75972024-09-25T17:20:24.246Z[ recovery-image] Sep 25 17:20:23.024 INFO O| Sep 25 17:20:23.024 INFO STEP 1166 (remove_files) COMPLETE
75982024-09-25T17:20:24.249Z[ recovery-image] Sep 25 17:20:23.024 INFO O| Sep 25 17:20:23.024 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-09-25T17:20:24.266Z[ recovery-image] Sep 25 17:20:23.043 INFO O| Sep 25 17:20:23.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76002024-09-25T17:20:24.266Z[ recovery-image] Sep 25 17:20:23.043 INFO O| Sep 25 17:20:23.043 INFO STEP 1167 (remove_files) COMPLETE
76012024-09-25T17:20:24.266Z[ recovery-image] Sep 25 17:20:23.043 INFO O| Sep 25 17:20:23.043 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-09-25T17:20:24.294Z[ recovery-image] Sep 25 17:20:23.071 INFO O| Sep 25 17:20:23.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76032024-09-25T17:20:24.296Z[ recovery-image] Sep 25 17:20:23.071 INFO O| Sep 25 17:20:23.071 INFO STEP 1168 (remove_files) COMPLETE
76042024-09-25T17:20:24.296Z[ recovery-image] Sep 25 17:20:23.071 INFO O| Sep 25 17:20:23.071 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-09-25T17:20:24.326Z[ recovery-image] Sep 25 17:20:23.102 INFO O| Sep 25 17:20:23.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
76062024-09-25T17:20:24.326Z[ recovery-image] Sep 25 17:20:23.102 INFO O| Sep 25 17:20:23.102 INFO STEP 1169 (remove_files) COMPLETE
76072024-09-25T17:20:24.326Z[ recovery-image] Sep 25 17:20:23.102 INFO O| Sep 25 17:20:23.102 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-09-25T17:20:24.343Z[ recovery-image] Sep 25 17:20:23.120 INFO O| Sep 25 17:20:23.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76092024-09-25T17:20:24.343Z[ recovery-image] Sep 25 17:20:23.120 INFO O| Sep 25 17:20:23.120 INFO STEP 1170 (remove_files) COMPLETE
76102024-09-25T17:20:24.345Z[ recovery-image] Sep 25 17:20:23.120 INFO O| Sep 25 17:20:23.120 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-09-25T17:20:24.377Z[ recovery-image] Sep 25 17:20:23.155 INFO O| Sep 25 17:20:23.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
76122024-09-25T17:20:24.377Z[ recovery-image] Sep 25 17:20:23.155 INFO O| Sep 25 17:20:23.155 INFO STEP 1171 (remove_files) COMPLETE
76132024-09-25T17:20:24.377Z[ recovery-image] Sep 25 17:20:23.155 INFO O| Sep 25 17:20:23.155 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-09-25T17:20:24.409Z[ recovery-image] Sep 25 17:20:23.187 INFO O| Sep 25 17:20:23.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
76152024-09-25T17:20:24.409Z[ recovery-image] Sep 25 17:20:23.187 INFO O| Sep 25 17:20:23.187 INFO STEP 1172 (remove_files) COMPLETE
76162024-09-25T17:20:24.409Z[ recovery-image] Sep 25 17:20:23.187 INFO O| Sep 25 17:20:23.187 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-09-25T17:20:24.427Z[ recovery-image] Sep 25 17:20:23.204 INFO O| Sep 25 17:20:23.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
76182024-09-25T17:20:24.427Z[ recovery-image] Sep 25 17:20:23.204 INFO O| Sep 25 17:20:23.204 INFO STEP 1173 (remove_files) COMPLETE
76192024-09-25T17:20:24.427Z[ recovery-image] Sep 25 17:20:23.204 INFO O| Sep 25 17:20:23.204 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-09-25T17:20:24.445Z[ recovery-image] Sep 25 17:20:23.222 INFO O| Sep 25 17:20:23.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
76212024-09-25T17:20:24.445Z[ recovery-image] Sep 25 17:20:23.222 INFO O| Sep 25 17:20:23.222 INFO STEP 1174 (remove_files) COMPLETE
76222024-09-25T17:20:24.446Z[ recovery-image] Sep 25 17:20:23.222 INFO O| Sep 25 17:20:23.222 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-09-25T17:20:24.463Z[ recovery-image] Sep 25 17:20:23.241 INFO O| Sep 25 17:20:23.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
76242024-09-25T17:20:24.463Z[ recovery-image] Sep 25 17:20:23.241 INFO O| Sep 25 17:20:23.241 INFO STEP 1175 (remove_files) COMPLETE
76252024-09-25T17:20:24.463Z[ recovery-image] Sep 25 17:20:23.241 INFO O| Sep 25 17:20:23.241 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-09-25T17:20:24.483Z[ recovery-image] Sep 25 17:20:23.261 INFO O| Sep 25 17:20:23.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
76272024-09-25T17:20:24.484Z[ recovery-image] Sep 25 17:20:23.261 INFO O| Sep 25 17:20:23.261 INFO STEP 1176 (remove_files) COMPLETE
76282024-09-25T17:20:24.484Z[ recovery-image] Sep 25 17:20:23.261 INFO O| Sep 25 17:20:23.261 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-09-25T17:20:24.505Z[ recovery-image] Sep 25 17:20:23.283 INFO O| Sep 25 17:20:23.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
76302024-09-25T17:20:24.505Z[ recovery-image] Sep 25 17:20:23.283 INFO O| Sep 25 17:20:23.283 INFO STEP 1177 (remove_files) COMPLETE
76312024-09-25T17:20:24.505Z[ recovery-image] Sep 25 17:20:23.283 INFO O| Sep 25 17:20:23.283 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-09-25T17:20:24.526Z[ recovery-image] Sep 25 17:20:23.303 INFO O| Sep 25 17:20:23.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
76332024-09-25T17:20:24.526Z[ recovery-image] Sep 25 17:20:23.303 INFO O| Sep 25 17:20:23.303 INFO STEP 1178 (remove_files) COMPLETE
76342024-09-25T17:20:24.526Z[ recovery-image] Sep 25 17:20:23.303 INFO O| Sep 25 17:20:23.303 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-09-25T17:20:24.553Z[ recovery-image] Sep 25 17:20:23.325 INFO O| Sep 25 17:20:23.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76362024-09-25T17:20:24.553Z[ recovery-image] Sep 25 17:20:23.325 INFO O| Sep 25 17:20:23.325 INFO STEP 1179 (remove_files) COMPLETE
76372024-09-25T17:20:24.553Z[ recovery-image] Sep 25 17:20:23.325 INFO O| Sep 25 17:20:23.325 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-09-25T17:20:24.569Z[ recovery-image] Sep 25 17:20:23.345 INFO O| Sep 25 17:20:23.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
76392024-09-25T17:20:24.569Z[ recovery-image] Sep 25 17:20:23.345 INFO O| Sep 25 17:20:23.345 INFO STEP 1180 (remove_files) COMPLETE
76402024-09-25T17:20:24.569Z[ recovery-image] Sep 25 17:20:23.345 INFO O| Sep 25 17:20:23.345 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-09-25T17:20:24.584Z[ recovery-image] Sep 25 17:20:23.361 INFO O| Sep 25 17:20:23.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76422024-09-25T17:20:24.584Z[ recovery-image] Sep 25 17:20:23.361 INFO O| Sep 25 17:20:23.361 INFO STEP 1181 (remove_files) COMPLETE
76432024-09-25T17:20:24.584Z[ recovery-image] Sep 25 17:20:23.361 INFO O| Sep 25 17:20:23.361 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-09-25T17:20:24.600Z[ recovery-image] Sep 25 17:20:23.377 INFO O| Sep 25 17:20:23.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76452024-09-25T17:20:24.600Z[ recovery-image] Sep 25 17:20:23.377 INFO O| Sep 25 17:20:23.377 INFO STEP 1182 (remove_files) COMPLETE
76462024-09-25T17:20:24.600Z[ recovery-image] Sep 25 17:20:23.377 INFO O| Sep 25 17:20:23.377 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-09-25T17:20:24.616Z[ recovery-image] Sep 25 17:20:23.393 INFO O| Sep 25 17:20:23.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76482024-09-25T17:20:24.616Z[ recovery-image] Sep 25 17:20:23.394 INFO O| Sep 25 17:20:23.393 INFO STEP 1183 (remove_files) COMPLETE
76492024-09-25T17:20:24.616Z[ recovery-image] Sep 25 17:20:23.394 INFO O| Sep 25 17:20:23.393 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-09-25T17:20:24.633Z[ recovery-image] Sep 25 17:20:23.410 INFO O| Sep 25 17:20:23.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
76512024-09-25T17:20:24.633Z[ recovery-image] Sep 25 17:20:23.410 INFO O| Sep 25 17:20:23.410 INFO STEP 1184 (remove_files) COMPLETE
76522024-09-25T17:20:24.635Z[ recovery-image] Sep 25 17:20:23.410 INFO O| Sep 25 17:20:23.410 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-09-25T17:20:24.649Z[ recovery-image] Sep 25 17:20:23.427 INFO O| Sep 25 17:20:23.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
76542024-09-25T17:20:24.649Z[ recovery-image] Sep 25 17:20:23.427 INFO O| Sep 25 17:20:23.427 INFO STEP 1185 (remove_files) COMPLETE
76552024-09-25T17:20:24.651Z[ recovery-image] Sep 25 17:20:23.427 INFO O| Sep 25 17:20:23.427 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-09-25T17:20:24.669Z[ recovery-image] Sep 25 17:20:23.446 INFO O| Sep 25 17:20:23.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
76572024-09-25T17:20:24.669Z[ recovery-image] Sep 25 17:20:23.446 INFO O| Sep 25 17:20:23.446 INFO STEP 1186 (remove_files) COMPLETE
76582024-09-25T17:20:24.669Z[ recovery-image] Sep 25 17:20:23.446 INFO O| Sep 25 17:20:23.446 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-09-25T17:20:24.687Z[ recovery-image] Sep 25 17:20:23.465 INFO O| Sep 25 17:20:23.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
76602024-09-25T17:20:24.687Z[ recovery-image] Sep 25 17:20:23.465 INFO O| Sep 25 17:20:23.465 INFO STEP 1187 (remove_files) COMPLETE
76612024-09-25T17:20:24.690Z[ recovery-image] Sep 25 17:20:23.465 INFO O| Sep 25 17:20:23.465 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-09-25T17:20:24.705Z[ recovery-image] Sep 25 17:20:23.483 INFO O| Sep 25 17:20:23.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
76632024-09-25T17:20:24.708Z[ recovery-image] Sep 25 17:20:23.483 INFO O| Sep 25 17:20:23.483 INFO STEP 1188 (remove_files) COMPLETE
76642024-09-25T17:20:24.708Z[ recovery-image] Sep 25 17:20:23.483 INFO O| Sep 25 17:20:23.483 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-09-25T17:20:24.722Z[ recovery-image] Sep 25 17:20:23.499 INFO O| Sep 25 17:20:23.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76662024-09-25T17:20:24.725Z[ recovery-image] Sep 25 17:20:23.499 INFO O| Sep 25 17:20:23.499 INFO STEP 1189 (remove_files) COMPLETE
76672024-09-25T17:20:24.726Z[ recovery-image] Sep 25 17:20:23.499 INFO O| Sep 25 17:20:23.499 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-09-25T17:20:24.740Z[ recovery-image] Sep 25 17:20:23.517 INFO O| Sep 25 17:20:23.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76692024-09-25T17:20:24.740Z[ recovery-image] Sep 25 17:20:23.517 INFO O| Sep 25 17:20:23.517 INFO STEP 1190 (remove_files) COMPLETE
76702024-09-25T17:20:24.740Z[ recovery-image] Sep 25 17:20:23.517 INFO O| Sep 25 17:20:23.517 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-09-25T17:20:24.758Z[ recovery-image] Sep 25 17:20:23.535 INFO O| Sep 25 17:20:23.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
76722024-09-25T17:20:24.758Z[ recovery-image] Sep 25 17:20:23.535 INFO O| Sep 25 17:20:23.535 INFO STEP 1191 (remove_files) COMPLETE
76732024-09-25T17:20:24.761Z[ recovery-image] Sep 25 17:20:23.535 INFO O| Sep 25 17:20:23.535 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-09-25T17:20:24.771Z[ recovery-image] Sep 25 17:20:23.548 INFO O| Sep 25 17:20:23.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
76752024-09-25T17:20:24.772Z[ recovery-image] Sep 25 17:20:23.548 INFO O| Sep 25 17:20:23.548 INFO STEP 1192 (remove_files) COMPLETE
76762024-09-25T17:20:24.772Z[ recovery-image] Sep 25 17:20:23.548 INFO O| Sep 25 17:20:23.548 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-09-25T17:20:24.782Z[ recovery-image] Sep 25 17:20:23.560 INFO O| Sep 25 17:20:23.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
76782024-09-25T17:20:24.782Z[ recovery-image] Sep 25 17:20:23.560 INFO O| Sep 25 17:20:23.560 INFO STEP 1193 (remove_files) COMPLETE
76792024-09-25T17:20:24.784Z[ recovery-image] Sep 25 17:20:23.560 INFO O| Sep 25 17:20:23.560 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-09-25T17:20:24.800Z[ recovery-image] Sep 25 17:20:23.576 INFO O| Sep 25 17:20:23.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
76812024-09-25T17:20:24.800Z[ recovery-image] Sep 25 17:20:23.576 INFO O| Sep 25 17:20:23.576 INFO STEP 1194 (remove_files) COMPLETE
76822024-09-25T17:20:24.802Z[ recovery-image] Sep 25 17:20:23.576 INFO O| Sep 25 17:20:23.576 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-09-25T17:20:24.819Z[ recovery-image] Sep 25 17:20:23.597 INFO O| Sep 25 17:20:23.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
76842024-09-25T17:20:24.819Z[ recovery-image] Sep 25 17:20:23.597 INFO O| Sep 25 17:20:23.597 INFO STEP 1195 (remove_files) COMPLETE
76852024-09-25T17:20:24.819Z[ recovery-image] Sep 25 17:20:23.597 INFO O| Sep 25 17:20:23.597 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-09-25T17:20:24.839Z[ recovery-image] Sep 25 17:20:23.616 INFO O| Sep 25 17:20:23.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
76872024-09-25T17:20:24.839Z[ recovery-image] Sep 25 17:20:23.616 INFO O| Sep 25 17:20:23.616 INFO STEP 1196 (remove_files) COMPLETE
76882024-09-25T17:20:24.839Z[ recovery-image] Sep 25 17:20:23.616 INFO O| Sep 25 17:20:23.616 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-09-25T17:20:24.855Z[ recovery-image] Sep 25 17:20:23.633 INFO O| Sep 25 17:20:23.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
76902024-09-25T17:20:24.858Z[ recovery-image] Sep 25 17:20:23.633 INFO O| Sep 25 17:20:23.633 INFO STEP 1197 (remove_files) COMPLETE
76912024-09-25T17:20:24.858Z[ recovery-image] Sep 25 17:20:23.633 INFO O| Sep 25 17:20:23.633 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-09-25T17:20:24.872Z[ recovery-image] Sep 25 17:20:23.649 INFO O| Sep 25 17:20:23.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76932024-09-25T17:20:24.872Z[ recovery-image] Sep 25 17:20:23.649 INFO O| Sep 25 17:20:23.649 INFO STEP 1198 (remove_files) COMPLETE
76942024-09-25T17:20:24.872Z[ recovery-image] Sep 25 17:20:23.649 INFO O| Sep 25 17:20:23.649 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-09-25T17:20:24.890Z[ recovery-image] Sep 25 17:20:23.667 INFO O| Sep 25 17:20:23.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76962024-09-25T17:20:24.890Z[ recovery-image] Sep 25 17:20:23.667 INFO O| Sep 25 17:20:23.667 INFO STEP 1199 (remove_files) COMPLETE
76972024-09-25T17:20:24.892Z[ recovery-image] Sep 25 17:20:23.667 INFO O| Sep 25 17:20:23.667 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-09-25T17:20:24.909Z[ recovery-image] Sep 25 17:20:23.687 INFO O| Sep 25 17:20:23.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76992024-09-25T17:20:24.910Z[ recovery-image] Sep 25 17:20:23.687 INFO O| Sep 25 17:20:23.687 INFO STEP 1200 (remove_files) COMPLETE
77002024-09-25T17:20:24.910Z[ recovery-image] Sep 25 17:20:23.687 INFO O| Sep 25 17:20:23.687 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-09-25T17:20:24.930Z[ recovery-image] Sep 25 17:20:23.707 INFO O| Sep 25 17:20:23.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77022024-09-25T17:20:24.930Z[ recovery-image] Sep 25 17:20:23.707 INFO O| Sep 25 17:20:23.707 INFO STEP 1201 (remove_files) COMPLETE
77032024-09-25T17:20:24.932Z[ recovery-image] Sep 25 17:20:23.707 INFO O| Sep 25 17:20:23.707 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-09-25T17:20:24.950Z[ recovery-image] Sep 25 17:20:23.728 INFO O| Sep 25 17:20:23.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
77052024-09-25T17:20:24.950Z[ recovery-image] Sep 25 17:20:23.728 INFO O| Sep 25 17:20:23.728 INFO STEP 1202 (remove_files) COMPLETE
77062024-09-25T17:20:24.951Z[ recovery-image] Sep 25 17:20:23.728 INFO O| Sep 25 17:20:23.728 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-09-25T17:20:24.964Z[ recovery-image] Sep 25 17:20:23.741 INFO O| Sep 25 17:20:23.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
77082024-09-25T17:20:24.964Z[ recovery-image] Sep 25 17:20:23.742 INFO O| Sep 25 17:20:23.741 INFO STEP 1203 (remove_files) COMPLETE
77092024-09-25T17:20:24.966Z[ recovery-image] Sep 25 17:20:23.742 INFO O| Sep 25 17:20:23.742 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-09-25T17:20:24.981Z[ recovery-image] Sep 25 17:20:23.758 INFO O| Sep 25 17:20:23.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
77112024-09-25T17:20:24.981Z[ recovery-image] Sep 25 17:20:23.758 INFO O| Sep 25 17:20:23.758 INFO STEP 1204 (remove_files) COMPLETE
77122024-09-25T17:20:24.983Z[ recovery-image] Sep 25 17:20:23.758 INFO O| Sep 25 17:20:23.758 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-09-25T17:20:24.997Z[ recovery-image] Sep 25 17:20:23.775 INFO O| Sep 25 17:20:23.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
77142024-09-25T17:20:25.000Z[ recovery-image] Sep 25 17:20:23.775 INFO O| Sep 25 17:20:23.775 INFO STEP 1205 (remove_files) COMPLETE
77152024-09-25T17:20:25.000Z[ recovery-image] Sep 25 17:20:23.775 INFO O| Sep 25 17:20:23.775 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
77162024-09-25T17:20:25.023Z[ recovery-image] Sep 25 17:20:23.800 INFO O| Sep 25 17:20:23.800 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
77172024-09-25T17:20:25.023Z[ recovery-image] Sep 25 17:20:23.800 INFO O| Sep 25 17:20:23.800 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
77182024-09-25T17:20:25.694Z[ host-image] Sep 25 17:20:24.472 INFO O| Sep 25 17:20:24.471 INFO O| Done
77192024-09-25T17:20:25.718Z[ host-image] Sep 25 17:20:24.496 INFO O| Sep 25 17:20:24.496 INFO O| Done
77202024-09-25T17:20:25.718Z[ host-image] Sep 25 17:20:24.496 INFO O| Sep 25 17:20:24.496 INFO O| Done
77212024-09-25T17:20:25.728Z[ host-image] Sep 25 17:20:24.506 INFO O| Sep 25 17:20:24.506 INFO O| Done
77222024-09-25T17:20:25.841Z[ host-image] Sep 25 17:20:24.617 INFO O| Sep 25 17:20:24.617 INFO STEP 14 (pkg_install) COMPLETE
77232024-09-25T17:20:25.841Z[ host-image] Sep 25 17:20:24.617 INFO O| Sep 25 17:20:24.617 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
77242024-09-25T17:20:25.844Z[ host-image] Sep 25 17:20:24.617 INFO O| Sep 25 17:20:24.617 INFO skip step because feature "mfg" is not enabled
77252024-09-25T17:20:25.845Z[ host-image] Sep 25 17:20:24.617 INFO O| Sep 25 17:20:24.617 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
77262024-09-25T17:20:25.845Z[ host-image] Sep 25 17:20:24.617 INFO O| Sep 25 17:20:24.617 INFO skip step because feature "compliance" is not enabled
77272024-09-25T17:20:25.845Z[ host-image] Sep 25 17:20:24.617 INFO O| Sep 25 17:20:24.617 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
77282024-09-25T17:20:25.845Z[ host-image] Sep 25 17:20:24.617 INFO O| Sep 25 17:20:24.617 INFO skip step because feature "stress" is not enabled
77292024-09-25T17:20:25.845Z[ host-image] Sep 25 17:20:24.618 INFO O| Sep 25 17:20:24.617 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
77302024-09-25T17:20:25.845Z[ host-image] Sep 25 17:20:24.618 INFO O| Sep 25 17:20:24.617 INFO skip step because feature "nfs" is not enabled
77312024-09-25T17:20:25.845Z[ host-image] Sep 25 17:20:24.618 INFO O| Sep 25 17:20:24.617 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
77322024-09-25T17:20:25.845Z[ host-image] Sep 25 17:20:24.618 INFO O| Sep 25 17:20:24.617 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
77332024-09-25T17:20:26.057Z[ recovery-image] Sep 25 17:20:24.834 INFO O| Sep 25 17:20:24.834 INFO STEP 1206 (pack_tar) COMPLETE
77342024-09-25T17:20:26.057Z[ recovery-image] Sep 25 17:20:24.834 INFO O| Sep 25 17:20:24.834 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77352024-09-25T17:20:26.061Z[ recovery-image] Sep 25 17:20:24.834 INFO O| Sep 25 17:20:24.834 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77362024-09-25T17:20:26.182Z[ host-image] Sep 25 17:20:24.958 INFO O| Sep 25 17:20:24.958 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
77372024-09-25T17:20:26.279Z[ recovery-image] Sep 25 17:20:25.056 INFO O| Sep 25 17:20:25.056 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
77382024-09-25T17:20:26.300Z[ host-image] Sep 25 17:20:25.078 INFO O| Sep 25 17:20:25.078 INFO completed processing gimlet/ramdisk-01-os
77392024-09-25T17:20:26.303Z[ host-image] Sep 25 17:20:25.080 INFO omicron1 baseline generation...
77402024-09-25T17:20:26.303Z[ host-image] Sep 25 17:20:25.080 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
77412024-09-25T17:20:26.362Z[ recovery-image] Sep 25 17:20:25.139 INFO O| Sep 25 17:20:25.139 INFO completed processing gimlet/ramdisk-03-recovery-trim
77422024-09-25T17:20:26.368Z[ recovery-image] Sep 25 17:20:25.146 INFO image builder template: zfs-recovery...
77432024-09-25T17:20:26.371Z[ recovery-image] Sep 25 17:20:25.146 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/.tmpqWzsV2/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
77442024-09-25T17:20:26.402Z[ recovery-image] Sep 25 17:20:25.179 INFO O| Sep 25 17:20:25.179 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77452024-09-25T17:20:26.406Z[ recovery-image] Sep 25 17:20:25.183 INFO O| Sep 25 17:20:25.183 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77462024-09-25T17:20:26.517Z[ recovery-image] Sep 25 17:20:25.294 INFO O| Sep 25 17:20:25.294 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
77472024-09-25T17:20:26.578Z[ recovery-image] Sep 25 17:20:25.355 INFO O| Sep 25 17:20:25.355 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77482024-09-25T17:20:26.578Z[ recovery-image] Sep 25 17:20:25.355 INFO O| Sep 25 17:20:25.355 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
77492024-09-25T17:20:26.582Z[ recovery-image] Sep 25 17:20:25.360 INFO O| Sep 25 17:20:25.360 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
77502024-09-25T17:20:26.663Z[ recovery-image] Sep 25 17:20:25.440 INFO O| Sep 25 17:20:25.440 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
77512024-09-25T17:20:26.725Z[ host-image] Sep 25 17:20:25.502 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22914:20240925T161355Z
77522024-09-25T17:20:26.728Z[ recovery-image] Sep 25 17:20:25.505 INFO O| Sep 25 17:20:25.505 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
77532024-09-25T17:20:26.738Z[ recovery-image] Sep 25 17:20:25.516 INFO O| Sep 25 17:20:25.516 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77542024-09-25T17:20:26.744Z[ recovery-image] Sep 25 17:20:25.521 INFO O| Sep 25 17:20:25.521 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
77552024-09-25T17:20:26.746Z[ recovery-image] Sep 25 17:20:25.522 INFO O| Sep 25 17:20:25.522 INFO no lofi found
77562024-09-25T17:20:26.746Z[ recovery-image] Sep 25 17:20:25.522 INFO O| Sep 25 17:20:25.522 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
77572024-09-25T17:20:26.746Z[ recovery-image] Sep 25 17:20:25.522 INFO O| Sep 25 17:20:25.522 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77582024-09-25T17:20:28.234Z[ recovery-image] Sep 25 17:20:27.011 INFO O| Sep 25 17:20:27.011 INFO lofi device = /dev/dsk/c2t1d0p0
77592024-09-25T17:20:28.235Z[ recovery-image] Sep 25 17:20:27.011 INFO O| Sep 25 17:20:27.011 INFO pool device = /dev/dsk/c2t1d0p0
77602024-09-25T17:20:28.237Z[ recovery-image] Sep 25 17:20:27.012 INFO O| Sep 25 17:20:27.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"]
77612024-09-25T17:20:28.313Z[ recovery-image] Sep 25 17:20:27.090 INFO O| Sep 25 17:20:27.090 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77622024-09-25T17:20:28.313Z[ recovery-image] Sep 25 17:20:27.090 INFO O| Sep 25 17:20:27.090 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
77632024-09-25T17:20:28.338Z[ recovery-image] Sep 25 17:20:27.115 INFO O| Sep 25 17:20:27.115 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77642024-09-25T17:20:28.401Z[ recovery-image] Sep 25 17:20:27.177 INFO O| Sep 25 17:20:27.177 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77652024-09-25T17:20:28.440Z[ recovery-image] Sep 25 17:20:27.217 INFO O| Sep 25 17:20:27.217 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
77662024-09-25T17:20:28.456Z[ recovery-image] Sep 25 17:20:27.232 INFO O| Sep 25 17:20:27.232 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
77672024-09-25T17:20:28.467Z[ recovery-image] Sep 25 17:20:27.244 INFO O| Sep 25 17:20:27.244 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
77682024-09-25T17:20:28.516Z[ recovery-image] Sep 25 17:20:27.293 INFO O| Sep 25 17:20:27.292 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77692024-09-25T17:20:28.516Z[ recovery-image] Sep 25 17:20:27.293 INFO O| Sep 25 17:20:27.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77702024-09-25T17:20:28.521Z[ recovery-image] Sep 25 17:20:27.293 INFO O| Sep 25 17:20:27.293 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77712024-09-25T17:20:28.529Z[ recovery-image] Sep 25 17:20:27.306 INFO O| Sep 25 17:20:27.306 INFO boot environment UUID: 097ca15c-bd10-4685-b2bf-dc3666bced06
77722024-09-25T17:20:28.530Z[ recovery-image] Sep 25 17:20:27.306 INFO O| Sep 25 17:20:27.306 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 097ca15c-bd10-4685-b2bf-dc3666bced06
77732024-09-25T17:20:28.542Z[ recovery-image] Sep 25 17:20:27.319 INFO O| Sep 25 17:20:27.318 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
77742024-09-25T17:20:28.553Z[ recovery-image] Sep 25 17:20:27.330 INFO O| Sep 25 17:20:27.330 INFO STEP 0 (create_be) COMPLETE
77752024-09-25T17:20:28.553Z[ recovery-image] Sep 25 17:20:27.330 INFO O| Sep 25 17:20:27.330 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77762024-09-25T17:20:28.570Z[ recovery-image] Sep 25 17:20:27.347 INFO O| Sep 25 17:20:27.346 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"]
77772024-09-25T17:20:29.170Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 30s
77782024-09-25T17:20:29.635ZSep 25 17:20:28.411 INFO [verify-libraries] process exited with exit status: 0 (335.381444129s)
77792024-09-25T17:20:30.827Z[ recovery-image] Sep 25 17:20:29.602 INFO O| Sep 25 17:20:29.602 INFO STEP 1 (unpack_tar) COMPLETE
77802024-09-25T17:20:30.827Z[ recovery-image] Sep 25 17:20:29.602 INFO O| Sep 25 17:20:29.602 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77812024-09-25T17:20:30.836Z[ recovery-image] Sep 25 17:20:29.613 INFO O| Sep 25 17:20:29.613 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77822024-09-25T17:20:31.265Z[ recovery-image] Sep 25 17:20:30.041 INFO O| Sep 25 17:20:30.041 INFO STEP 2 (devfsadm) COMPLETE
77832024-09-25T17:20:31.265Z[ recovery-image] Sep 25 17:20:30.042 INFO O| Sep 25 17:20:30.041 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77842024-09-25T17:20:31.276Z[ recovery-image] Sep 25 17:20:30.052 INFO O| Sep 25 17:20:30.052 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77852024-09-25T17:20:31.276Z[ recovery-image] Sep 25 17:20:30.053 INFO O| Sep 25 17:20:30.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77862024-09-25T17:20:31.279Z[ recovery-image] Sep 25 17:20:30.053 INFO O| Sep 25 17:20:30.053 INFO STEP 3 (ensure_dir) COMPLETE
77872024-09-25T17:20:31.279Z[ recovery-image] Sep 25 17:20:30.053 INFO O| Sep 25 17:20:30.053 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77882024-09-25T17:20:31.286Z[ recovery-image] Sep 25 17:20:30.063 INFO O| Sep 25 17:20:30.063 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77892024-09-25T17:20:31.286Z[ recovery-image] Sep 25 17:20:30.063 INFO O| Sep 25 17:20:30.063 INFO STEP 4 (ensure_dir) COMPLETE
77902024-09-25T17:20:31.286Z[ recovery-image] Sep 25 17:20:30.063 INFO O| Sep 25 17:20:30.063 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77912024-09-25T17:20:31.296Z[ recovery-image] Sep 25 17:20:30.072 INFO O| Sep 25 17:20:30.072 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77922024-09-25T17:20:31.296Z[ recovery-image] Sep 25 17:20:30.072 INFO O| Sep 25 17:20:30.072 INFO STEP 5 (ensure_dir) COMPLETE
77932024-09-25T17:20:31.296Z[ recovery-image] Sep 25 17:20:30.072 INFO O| Sep 25 17:20:30.072 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77942024-09-25T17:20:31.306Z[ recovery-image] Sep 25 17:20:30.082 INFO O| Sep 25 17:20:30.082 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77952024-09-25T17:20:31.309Z[ recovery-image] Sep 25 17:20:30.083 INFO O| Sep 25 17:20:30.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77962024-09-25T17:20:31.309Z[ recovery-image] Sep 25 17:20:30.083 INFO O| Sep 25 17:20:30.083 INFO STEP 6 (ensure_dir) COMPLETE
77972024-09-25T17:20:31.309Z[ recovery-image] Sep 25 17:20:30.083 INFO O| Sep 25 17:20:30.083 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77982024-09-25T17:20:31.316Z[ recovery-image] Sep 25 17:20:30.092 INFO O| Sep 25 17:20:30.092 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77992024-09-25T17:20:31.318Z[ recovery-image] Sep 25 17:20:30.092 INFO O| Sep 25 17:20:30.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78002024-09-25T17:20:31.318Z[ recovery-image] Sep 25 17:20:30.092 INFO O| Sep 25 17:20:30.092 INFO STEP 7 (ensure_dir) COMPLETE
78012024-09-25T17:20:31.318Z[ recovery-image] Sep 25 17:20:30.093 INFO O| Sep 25 17:20:30.092 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78022024-09-25T17:20:31.328Z[ recovery-image] Sep 25 17:20:30.105 INFO O| Sep 25 17:20:30.105 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78032024-09-25T17:20:31.331Z[ recovery-image] Sep 25 17:20:30.105 INFO O| Sep 25 17:20:30.105 INFO STEP 8 (remove_files) COMPLETE
78042024-09-25T17:20:31.331Z[ recovery-image] Sep 25 17:20:30.105 INFO O| Sep 25 17:20:30.105 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78052024-09-25T17:20:31.340Z[ recovery-image] Sep 25 17:20:30.115 INFO O| Sep 25 17:20:30.115 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78062024-09-25T17:20:31.342Z[ recovery-image] Sep 25 17:20:30.116 INFO O| Sep 25 17:20:30.116 INFO STEP 9 (remove_files) COMPLETE
78072024-09-25T17:20:31.342Z[ recovery-image] Sep 25 17:20:30.116 INFO O| Sep 25 17:20:30.116 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78082024-09-25T17:20:31.349Z[ recovery-image] Sep 25 17:20:30.126 INFO O| Sep 25 17:20:30.126 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
78092024-09-25T17:20:31.352Z[ recovery-image] Sep 25 17:20:30.126 INFO O| Sep 25 17:20:30.126 INFO STEP 10 (remove_files) COMPLETE
78102024-09-25T17:20:31.352Z[ recovery-image] Sep 25 17:20:30.126 INFO O| Sep 25 17:20:30.126 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78112024-09-25T17:20:31.359Z[ recovery-image] Sep 25 17:20:30.136 INFO O| Sep 25 17:20:30.136 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
78122024-09-25T17:20:31.362Z[ recovery-image] Sep 25 17:20:30.136 INFO O| Sep 25 17:20:30.136 INFO STEP 11 (remove_files) COMPLETE
78132024-09-25T17:20:31.362Z[ recovery-image] Sep 25 17:20:30.136 INFO O| Sep 25 17:20:30.136 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78142024-09-25T17:20:31.370Z[ recovery-image] Sep 25 17:20:30.146 INFO O| Sep 25 17:20:30.146 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
78152024-09-25T17:20:31.372Z[ recovery-image] Sep 25 17:20:30.146 INFO O| Sep 25 17:20:30.146 INFO STEP 12 (remove_files) COMPLETE
78162024-09-25T17:20:31.372Z[ recovery-image] Sep 25 17:20:30.146 INFO O| Sep 25 17:20:30.146 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78172024-09-25T17:20:31.380Z[ recovery-image] Sep 25 17:20:30.156 INFO O| Sep 25 17:20:30.156 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78182024-09-25T17:20:31.382Z[ recovery-image] Sep 25 17:20:30.157 INFO O| Sep 25 17:20:30.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78192024-09-25T17:20:31.382Z[ recovery-image] Sep 25 17:20:30.157 INFO O| Sep 25 17:20:30.157 INFO STEP 13 (ensure_dir) COMPLETE
78202024-09-25T17:20:31.382Z[ recovery-image] Sep 25 17:20:30.157 INFO O| Sep 25 17:20:30.157 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78212024-09-25T17:20:31.390Z[ recovery-image] Sep 25 17:20:30.167 INFO O| Sep 25 17:20:30.167 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78222024-09-25T17:20:31.390Z[ recovery-image] Sep 25 17:20:30.167 INFO O| Sep 25 17:20:30.167 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78232024-09-25T17:20:31.393Z[ recovery-image] Sep 25 17:20:30.167 INFO O| Sep 25 17:20:30.167 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78242024-09-25T17:20:31.393Z[ recovery-image] Sep 25 17:20:30.167 INFO O| Sep 25 17:20:30.167 INFO STEP 14 (ensure_dir) COMPLETE
78252024-09-25T17:20:31.393Z[ recovery-image] Sep 25 17:20:30.167 INFO O| Sep 25 17:20:30.167 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78262024-09-25T17:20:31.400Z[ recovery-image] Sep 25 17:20:30.177 INFO O| Sep 25 17:20:30.177 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78272024-09-25T17:20:31.403Z[ recovery-image] Sep 25 17:20:30.177 INFO O| Sep 25 17:20:30.177 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78282024-09-25T17:20:31.403Z[ recovery-image] Sep 25 17:20:30.177 INFO O| Sep 25 17:20:30.177 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78292024-09-25T17:20:31.403Z[ recovery-image] Sep 25 17:20:30.177 INFO O| Sep 25 17:20:30.177 INFO STEP 15 (ensure_dir) COMPLETE
78302024-09-25T17:20:31.403Z[ recovery-image] Sep 25 17:20:30.177 INFO O| Sep 25 17:20:30.177 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78312024-09-25T17:20:31.411Z[ recovery-image] Sep 25 17:20:30.188 INFO O| Sep 25 17:20:30.188 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78322024-09-25T17:20:31.411Z[ recovery-image] Sep 25 17:20:30.188 INFO O| Sep 25 17:20:30.188 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78332024-09-25T17:20:31.411Z[ recovery-image] Sep 25 17:20:30.188 INFO O| Sep 25 17:20:30.188 INFO STEP 16 (ensure_dir) COMPLETE
78342024-09-25T17:20:31.414Z[ recovery-image] Sep 25 17:20:30.188 INFO O| Sep 25 17:20:30.188 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78352024-09-25T17:20:31.422Z[ recovery-image] Sep 25 17:20:30.198 INFO O| Sep 25 17:20:30.198 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78362024-09-25T17:20:31.422Z[ recovery-image] Sep 25 17:20:30.198 INFO O| Sep 25 17:20:30.198 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78372024-09-25T17:20:31.424Z[ recovery-image] Sep 25 17:20:30.198 INFO O| Sep 25 17:20:30.198 INFO STEP 17 (ensure_dir) COMPLETE
78382024-09-25T17:20:31.424Z[ recovery-image] Sep 25 17:20:30.198 INFO O| Sep 25 17:20:30.198 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78392024-09-25T17:20:31.432Z[ recovery-image] Sep 25 17:20:30.209 INFO O| Sep 25 17:20:30.209 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
78402024-09-25T17:20:31.432Z[ recovery-image] Sep 25 17:20:30.209 INFO O| Sep 25 17:20:30.209 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
78412024-09-25T17:20:31.432Z[ recovery-image] Sep 25 17:20:30.209 INFO O| Sep 25 17:20:30.209 INFO ok!
78422024-09-25T17:20:31.435Z[ recovery-image] Sep 25 17:20:30.209 INFO O| Sep 25 17:20:30.209 INFO STEP 18 (ensure_symlink) COMPLETE
78432024-09-25T17:20:31.435Z[ recovery-image] Sep 25 17:20:30.209 INFO O| Sep 25 17:20:30.209 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78442024-09-25T17:20:31.442Z[ recovery-image] Sep 25 17:20:30.219 INFO O| Sep 25 17:20:30.219 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
78452024-09-25T17:20:31.442Z[ recovery-image] Sep 25 17:20:30.219 INFO O| Sep 25 17:20:30.219 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
78462024-09-25T17:20:31.445Z[ recovery-image] Sep 25 17:20:30.219 INFO O| Sep 25 17:20:30.219 INFO ok!
78472024-09-25T17:20:31.445Z[ recovery-image] Sep 25 17:20:30.219 INFO O| Sep 25 17:20:30.219 INFO STEP 19 (ensure_file) COMPLETE
78482024-09-25T17:20:31.445Z[ recovery-image] Sep 25 17:20:30.219 INFO O| Sep 25 17:20:30.219 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78492024-09-25T17:20:31.453Z[ recovery-image] Sep 25 17:20:30.230 INFO O| Sep 25 17:20:30.230 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
78502024-09-25T17:20:31.453Z[ recovery-image] Sep 25 17:20:30.230 INFO O| Sep 25 17:20:30.230 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
78512024-09-25T17:20:31.456Z[ recovery-image] Sep 25 17:20:30.230 INFO O| Sep 25 17:20:30.230 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
78522024-09-25T17:20:31.456Z[ recovery-image] Sep 25 17:20:30.230 INFO O| Sep 25 17:20:30.230 INFO ok!
78532024-09-25T17:20:31.456Z[ recovery-image] Sep 25 17:20:30.230 INFO O| Sep 25 17:20:30.230 INFO STEP 20 (ensure_symlink) COMPLETE
78542024-09-25T17:20:31.456Z[ recovery-image] Sep 25 17:20:30.230 INFO O| Sep 25 17:20:30.230 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78552024-09-25T17:20:31.464Z[ recovery-image] Sep 25 17:20:30.240 INFO O| Sep 25 17:20:30.240 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
78562024-09-25T17:20:31.464Z[ recovery-image] Sep 25 17:20:30.241 INFO O| Sep 25 17:20:30.240 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
78572024-09-25T17:20:31.467Z[ recovery-image] Sep 25 17:20:30.241 INFO O| Sep 25 17:20:30.241 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
78582024-09-25T17:20:31.467Z[ recovery-image] Sep 25 17:20:30.241 INFO O| Sep 25 17:20:30.241 INFO ok!
78592024-09-25T17:20:31.467Z[ recovery-image] Sep 25 17:20:30.241 INFO O| Sep 25 17:20:30.241 INFO STEP 21 (ensure_symlink) COMPLETE
78602024-09-25T17:20:31.467Z[ recovery-image] Sep 25 17:20:30.241 INFO O| Sep 25 17:20:30.241 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78612024-09-25T17:20:31.475Z[ recovery-image] Sep 25 17:20:30.251 INFO O| Sep 25 17:20:30.251 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
78622024-09-25T17:20:31.475Z[ recovery-image] Sep 25 17:20:30.251 INFO O| Sep 25 17:20:30.251 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
78632024-09-25T17:20:31.477Z[ recovery-image] Sep 25 17:20:30.251 INFO O| Sep 25 17:20:30.251 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
78642024-09-25T17:20:31.477Z[ recovery-image] Sep 25 17:20:30.251 INFO O| Sep 25 17:20:30.251 INFO ok!
78652024-09-25T17:20:31.477Z[ recovery-image] Sep 25 17:20:30.251 INFO O| Sep 25 17:20:30.251 INFO STEP 22 (ensure_symlink) COMPLETE
78662024-09-25T17:20:31.477Z[ recovery-image] Sep 25 17:20:30.251 INFO O| Sep 25 17:20:30.251 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78672024-09-25T17:20:31.485Z[ recovery-image] Sep 25 17:20:30.261 INFO O| Sep 25 17:20:30.261 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
78682024-09-25T17:20:31.485Z[ recovery-image] Sep 25 17:20:30.261 INFO O| Sep 25 17:20:30.261 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
78692024-09-25T17:20:31.485Z[ recovery-image] Sep 25 17:20:30.261 INFO O| Sep 25 17:20:30.261 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
78702024-09-25T17:20:31.487Z[ recovery-image] Sep 25 17:20:30.261 INFO O| Sep 25 17:20:30.261 INFO ok!
78712024-09-25T17:20:31.487Z[ recovery-image] Sep 25 17:20:30.261 INFO O| Sep 25 17:20:30.261 INFO STEP 23 (ensure_symlink) COMPLETE
78722024-09-25T17:20:31.488Z[ recovery-image] Sep 25 17:20:30.261 INFO O| Sep 25 17:20:30.261 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78732024-09-25T17:20:31.496Z[ recovery-image] Sep 25 17:20:30.272 INFO O| Sep 25 17:20:30.272 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78742024-09-25T17:20:31.498Z[ recovery-image] Sep 25 17:20:30.272 INFO O| Sep 25 17:20:30.272 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 ...
78752024-09-25T17:20:31.498Z[ recovery-image] Sep 25 17:20:30.272 INFO O| Sep 25 17:20:30.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78762024-09-25T17:20:31.498Z[ recovery-image] Sep 25 17:20:30.272 INFO O| Sep 25 17:20:30.272 INFO ok!
78772024-09-25T17:20:31.499Z[ recovery-image] Sep 25 17:20:30.272 INFO O| Sep 25 17:20:30.272 INFO STEP 24 (ensure_file) COMPLETE
78782024-09-25T17:20:31.499Z[ recovery-image] Sep 25 17:20:30.272 INFO O| Sep 25 17:20:30.272 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
78792024-09-25T17:20:31.506Z[ recovery-image] Sep 25 17:20:30.282 INFO O| Sep 25 17:20:30.282 INFO updating shadow file
78802024-09-25T17:20:31.509Z[ recovery-image] Sep 25 17:20:30.283 INFO O| Sep 25 17:20:30.282 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78812024-09-25T17:20:31.509Z[ recovery-image] Sep 25 17:20:30.283 INFO O| Sep 25 17:20:30.283 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78822024-09-25T17:20:31.509Z[ recovery-image] Sep 25 17:20:30.283 INFO O| Sep 25 17:20:30.283 INFO STEP 25 (shadow) COMPLETE
78832024-09-25T17:20:31.509Z[ recovery-image] Sep 25 17:20:30.283 INFO O| Sep 25 17:20:30.283 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78842024-09-25T17:20:31.517Z[ recovery-image] Sep 25 17:20:30.293 INFO O| Sep 25 17:20:30.293 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78852024-09-25T17:20:31.517Z[ recovery-image] Sep 25 17:20:30.293 INFO O| Sep 25 17:20:30.293 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78862024-09-25T17:20:31.520Z[ recovery-image] Sep 25 17:20:30.293 INFO O| Sep 25 17:20:30.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78872024-09-25T17:20:31.520Z[ recovery-image] Sep 25 17:20:30.293 INFO O| Sep 25 17:20:30.293 INFO ok!
78882024-09-25T17:20:31.520Z[ recovery-image] Sep 25 17:20:30.293 INFO O| Sep 25 17:20:30.293 INFO STEP 26 (ensure_file) COMPLETE
78892024-09-25T17:20:31.520Z[ recovery-image] Sep 25 17:20:30.293 INFO O| Sep 25 17:20:30.293 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78902024-09-25T17:20:31.527Z[ recovery-image] Sep 25 17:20:30.304 INFO O| Sep 25 17:20:30.304 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78912024-09-25T17:20:31.527Z[ recovery-image] Sep 25 17:20:30.304 INFO O| Sep 25 17:20:30.304 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78922024-09-25T17:20:31.527Z[ recovery-image] Sep 25 17:20:30.304 INFO O| Sep 25 17:20:30.304 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78932024-09-25T17:20:31.530Z[ recovery-image] Sep 25 17:20:30.304 INFO O| Sep 25 17:20:30.304 INFO ok!
78942024-09-25T17:20:31.530Z[ recovery-image] Sep 25 17:20:30.304 INFO O| Sep 25 17:20:30.304 INFO STEP 27 (ensure_file) COMPLETE
78952024-09-25T17:20:31.530Z[ recovery-image] Sep 25 17:20:30.304 INFO O| Sep 25 17:20:30.304 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78962024-09-25T17:20:31.538Z[ recovery-image] Sep 25 17:20:30.314 INFO O| Sep 25 17:20:30.314 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
78972024-09-25T17:20:31.538Z[ recovery-image] Sep 25 17:20:30.314 INFO O| Sep 25 17:20:30.314 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
78982024-09-25T17:20:31.540Z[ recovery-image] Sep 25 17:20:30.314 INFO O| Sep 25 17:20:30.314 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78992024-09-25T17:20:31.540Z[ recovery-image] Sep 25 17:20:30.314 INFO O| Sep 25 17:20:30.314 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79002024-09-25T17:20:31.540Z[ recovery-image] Sep 25 17:20:30.314 INFO O| Sep 25 17:20:30.314 INFO ok!
79012024-09-25T17:20:31.540Z[ recovery-image] Sep 25 17:20:30.315 INFO O| Sep 25 17:20:30.314 INFO STEP 28 (ensure_file) COMPLETE
79022024-09-25T17:20:31.540Z[ recovery-image] Sep 25 17:20:30.315 INFO O| Sep 25 17:20:30.314 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79032024-09-25T17:20:31.548Z[ recovery-image] Sep 25 17:20:30.325 INFO O| Sep 25 17:20:30.325 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79042024-09-25T17:20:31.548Z[ recovery-image] Sep 25 17:20:30.325 INFO O| Sep 25 17:20:30.325 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79052024-09-25T17:20:31.548Z[ recovery-image] Sep 25 17:20:30.325 INFO O| Sep 25 17:20:30.325 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79062024-09-25T17:20:31.551Z[ recovery-image] Sep 25 17:20:30.325 INFO O| Sep 25 17:20:30.325 INFO ok!
79072024-09-25T17:20:31.551Z[ recovery-image] Sep 25 17:20:30.325 INFO O| Sep 25 17:20:30.325 INFO STEP 29 (ensure_file) COMPLETE
79082024-09-25T17:20:31.551Z[ recovery-image] Sep 25 17:20:30.325 INFO O| Sep 25 17:20:30.325 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79092024-09-25T17:20:31.558Z[ recovery-image] Sep 25 17:20:30.335 INFO O| Sep 25 17:20:30.335 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
79102024-09-25T17:20:31.558Z[ recovery-image] Sep 25 17:20:30.335 INFO O| Sep 25 17:20:30.335 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
79112024-09-25T17:20:31.561Z[ recovery-image] Sep 25 17:20:30.335 INFO O| Sep 25 17:20:30.335 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
79122024-09-25T17:20:31.561Z[ recovery-image] Sep 25 17:20:30.335 INFO O| Sep 25 17:20:30.335 INFO ok!
79132024-09-25T17:20:31.561Z[ recovery-image] Sep 25 17:20:30.335 INFO O| Sep 25 17:20:30.335 INFO STEP 30 (ensure_file) COMPLETE
79142024-09-25T17:20:31.561Z[ recovery-image] Sep 25 17:20:30.335 INFO O| Sep 25 17:20:30.335 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79152024-09-25T17:20:31.569Z[ recovery-image] Sep 25 17:20:30.345 INFO O| Sep 25 17:20:30.345 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
79162024-09-25T17:20:31.569Z[ recovery-image] Sep 25 17:20:30.345 INFO O| Sep 25 17:20:30.345 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
79172024-09-25T17:20:31.573Z[ recovery-image] Sep 25 17:20:30.346 INFO O| Sep 25 17:20:30.346 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79182024-09-25T17:20:31.573Z[ recovery-image] Sep 25 17:20:30.346 INFO O| Sep 25 17:20:30.346 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79192024-09-25T17:20:31.573Z[ recovery-image] Sep 25 17:20:30.346 INFO O| Sep 25 17:20:30.346 INFO ok!
79202024-09-25T17:20:31.573Z[ recovery-image] Sep 25 17:20:30.346 INFO O| Sep 25 17:20:30.346 INFO STEP 31 (ensure_file) COMPLETE
79212024-09-25T17:20:31.573Z[ recovery-image] Sep 25 17:20:30.346 INFO O| Sep 25 17:20:30.346 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79222024-09-25T17:20:31.580Z[ recovery-image] Sep 25 17:20:30.355 INFO O| Sep 25 17:20:30.355 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
79232024-09-25T17:20:31.580Z[ recovery-image] Sep 25 17:20:30.356 INFO O| Sep 25 17:20:30.356 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
79242024-09-25T17:20:31.582Z[ recovery-image] Sep 25 17:20:30.356 INFO O| Sep 25 17:20:30.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
79252024-09-25T17:20:31.582Z[ recovery-image] Sep 25 17:20:30.356 INFO O| Sep 25 17:20:30.356 INFO ok!
79262024-09-25T17:20:31.582Z[ recovery-image] Sep 25 17:20:30.356 INFO O| Sep 25 17:20:30.356 INFO STEP 32 (ensure_file) COMPLETE
79272024-09-25T17:20:31.582Z[ recovery-image] Sep 25 17:20:30.356 INFO O| Sep 25 17:20:30.356 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79282024-09-25T17:20:31.589Z[ recovery-image] Sep 25 17:20:30.366 INFO O| Sep 25 17:20:30.366 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
79292024-09-25T17:20:31.592Z[ recovery-image] Sep 25 17:20:30.366 INFO O| Sep 25 17:20:30.366 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
79302024-09-25T17:20:31.592Z[ recovery-image] Sep 25 17:20:30.366 INFO O| Sep 25 17:20:30.366 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
79312024-09-25T17:20:31.592Z[ recovery-image] Sep 25 17:20:30.366 INFO O| Sep 25 17:20:30.366 INFO ok!
79322024-09-25T17:20:31.592Z[ recovery-image] Sep 25 17:20:30.366 INFO O| Sep 25 17:20:30.366 INFO STEP 33 (ensure_file) COMPLETE
79332024-09-25T17:20:31.592Z[ recovery-image] Sep 25 17:20:30.366 INFO O| Sep 25 17:20:30.366 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79342024-09-25T17:20:31.599Z[ recovery-image] Sep 25 17:20:30.375 INFO O| Sep 25 17:20:30.375 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
79352024-09-25T17:20:31.599Z[ recovery-image] Sep 25 17:20:30.376 INFO O| Sep 25 17:20:30.375 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
79362024-09-25T17:20:31.602Z[ recovery-image] Sep 25 17:20:30.376 INFO O| Sep 25 17:20:30.376 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79372024-09-25T17:20:31.602Z[ recovery-image] Sep 25 17:20:30.376 INFO O| Sep 25 17:20:30.376 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79382024-09-25T17:20:31.602Z[ recovery-image] Sep 25 17:20:30.376 INFO O| Sep 25 17:20:30.376 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79392024-09-25T17:20:31.602Z[ recovery-image] Sep 25 17:20:30.376 INFO O| Sep 25 17:20:30.376 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79402024-09-25T17:20:31.602Z[ recovery-image] Sep 25 17:20:30.376 INFO O| Sep 25 17:20:30.376 INFO ok!
79412024-09-25T17:20:31.602Z[ recovery-image] Sep 25 17:20:30.376 INFO O| Sep 25 17:20:30.376 INFO STEP 34 (ensure_file) COMPLETE
79422024-09-25T17:20:31.602Z[ recovery-image] Sep 25 17:20:30.376 INFO O| Sep 25 17:20:30.376 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79432024-09-25T17:20:31.609Z[ recovery-image] Sep 25 17:20:30.386 INFO O| Sep 25 17:20:30.386 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79442024-09-25T17:20:31.612Z[ recovery-image] Sep 25 17:20:30.386 INFO O| Sep 25 17:20:30.386 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79452024-09-25T17:20:31.612Z[ recovery-image] Sep 25 17:20:30.386 INFO O| Sep 25 17:20:30.386 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79462024-09-25T17:20:31.612Z[ recovery-image] Sep 25 17:20:30.386 INFO O| Sep 25 17:20:30.386 INFO STEP 35 (ensure_dir) COMPLETE
79472024-09-25T17:20:31.612Z[ recovery-image] Sep 25 17:20:30.386 INFO O| Sep 25 17:20:30.386 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79482024-09-25T17:20:31.620Z[ recovery-image] Sep 25 17:20:30.397 INFO O| Sep 25 17:20:30.397 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
79492024-09-25T17:20:31.620Z[ recovery-image] Sep 25 17:20:30.397 INFO O| Sep 25 17:20:30.397 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 ...
79502024-09-25T17:20:31.623Z[ recovery-image] Sep 25 17:20:30.397 INFO O| Sep 25 17:20:30.397 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
79512024-09-25T17:20:31.623Z[ recovery-image] Sep 25 17:20:30.397 INFO O| Sep 25 17:20:30.397 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
79522024-09-25T17:20:31.623Z[ recovery-image] Sep 25 17:20:30.397 INFO O| Sep 25 17:20:30.397 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
79532024-09-25T17:20:31.623Z[ recovery-image] Sep 25 17:20:30.397 INFO O| Sep 25 17:20:30.397 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
79542024-09-25T17:20:31.623Z[ recovery-image] Sep 25 17:20:30.397 INFO O| Sep 25 17:20:30.397 INFO ok!
79552024-09-25T17:20:31.623Z[ recovery-image] Sep 25 17:20:30.397 INFO O| Sep 25 17:20:30.397 INFO STEP 36 (ensure_file) COMPLETE
79562024-09-25T17:20:31.623Z[ recovery-image] Sep 25 17:20:30.397 INFO O| Sep 25 17:20:30.397 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79572024-09-25T17:20:31.630Z[ recovery-image] Sep 25 17:20:30.407 INFO O| Sep 25 17:20:30.407 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
79582024-09-25T17:20:31.630Z[ recovery-image] Sep 25 17:20:30.407 INFO O| Sep 25 17:20:30.407 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 ...
79592024-09-25T17:20:31.633Z[ recovery-image] Sep 25 17:20:30.407 INFO O| Sep 25 17:20:30.407 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
79602024-09-25T17:20:31.633Z[ recovery-image] Sep 25 17:20:30.407 INFO O| Sep 25 17:20:30.407 INFO ok!
79612024-09-25T17:20:31.633Z[ recovery-image] Sep 25 17:20:30.407 INFO O| Sep 25 17:20:30.407 INFO STEP 37 (ensure_symlink) COMPLETE
79622024-09-25T17:20:31.633Z[ recovery-image] Sep 25 17:20:30.407 INFO O| Sep 25 17:20:30.407 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79632024-09-25T17:20:31.641Z[ recovery-image] Sep 25 17:20:30.417 INFO O| Sep 25 17:20:30.417 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
79642024-09-25T17:20:31.641Z[ recovery-image] Sep 25 17:20:30.417 INFO O| Sep 25 17:20:30.417 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
79652024-09-25T17:20:31.644Z[ recovery-image] Sep 25 17:20:30.417 INFO O| Sep 25 17:20:30.417 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79662024-09-25T17:20:31.644Z[ recovery-image] Sep 25 17:20:30.417 INFO O| Sep 25 17:20:30.417 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79672024-09-25T17:20:31.644Z[ recovery-image] Sep 25 17:20:30.417 INFO O| Sep 25 17:20:30.417 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79682024-09-25T17:20:31.644Z[ recovery-image] Sep 25 17:20:30.417 INFO O| Sep 25 17:20:30.417 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79692024-09-25T17:20:31.644Z[ recovery-image] Sep 25 17:20:30.417 INFO O| Sep 25 17:20:30.417 INFO ok!
79702024-09-25T17:20:31.644Z[ recovery-image] Sep 25 17:20:30.417 INFO O| Sep 25 17:20:30.417 INFO STEP 38 (ensure_file) COMPLETE
79712024-09-25T17:20:31.644Z[ recovery-image] Sep 25 17:20:30.417 INFO O| Sep 25 17:20:30.417 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79722024-09-25T17:20:31.651Z[ recovery-image] Sep 25 17:20:30.427 INFO O| Sep 25 17:20:30.427 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
79732024-09-25T17:20:31.651Z[ recovery-image] Sep 25 17:20:30.427 INFO O| Sep 25 17:20:30.427 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 ...
79742024-09-25T17:20:31.654Z[ recovery-image] Sep 25 17:20:30.428 INFO O| Sep 25 17:20:30.428 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
79752024-09-25T17:20:31.654Z[ recovery-image] Sep 25 17:20:30.428 INFO O| Sep 25 17:20:30.428 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79762024-09-25T17:20:31.655Z[ recovery-image] Sep 25 17:20:30.428 INFO O| Sep 25 17:20:30.428 INFO ok!
79772024-09-25T17:20:31.655Z[ recovery-image] Sep 25 17:20:30.428 INFO O| Sep 25 17:20:30.428 INFO STEP 39 (ensure_file) COMPLETE
79782024-09-25T17:20:31.655Z[ recovery-image] Sep 25 17:20:30.428 INFO O| Sep 25 17:20:30.428 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79792024-09-25T17:20:31.661Z[ recovery-image] Sep 25 17:20:30.438 INFO O| Sep 25 17:20:30.437 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
79802024-09-25T17:20:31.662Z[ recovery-image] Sep 25 17:20:30.438 INFO O| Sep 25 17:20:30.438 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
79812024-09-25T17:20:31.665Z[ recovery-image] Sep 25 17:20:30.438 INFO O| Sep 25 17:20:30.438 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79822024-09-25T17:20:31.665Z[ recovery-image] Sep 25 17:20:30.438 INFO O| Sep 25 17:20:30.438 INFO ok!
79832024-09-25T17:20:31.665Z[ recovery-image] Sep 25 17:20:30.438 INFO O| Sep 25 17:20:30.438 INFO STEP 40 (ensure_file) COMPLETE
79842024-09-25T17:20:31.665Z[ recovery-image] Sep 25 17:20:30.438 INFO O| Sep 25 17:20:30.438 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79852024-09-25T17:20:31.674Z[ recovery-image] Sep 25 17:20:30.448 INFO O| Sep 25 17:20:30.448 INFO updating shadow file
79862024-09-25T17:20:31.676Z[ recovery-image] Sep 25 17:20:30.449 INFO O| Sep 25 17:20:30.449 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79872024-09-25T17:20:31.677Z[ recovery-image] Sep 25 17:20:30.449 INFO O| Sep 25 17:20:30.449 INFO STEP 41 (shadow) COMPLETE
79882024-09-25T17:20:31.677Z[ recovery-image] Sep 25 17:20:30.449 INFO O| Sep 25 17:20:30.449 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79892024-09-25T17:20:31.683Z[ recovery-image] Sep 25 17:20:30.459 INFO O| Sep 25 17:20:30.459 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79902024-09-25T17:20:31.685Z[ recovery-image] Sep 25 17:20:30.459 INFO O| Sep 25 17:20:30.459 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79912024-09-25T17:20:31.685Z[ recovery-image] Sep 25 17:20:30.459 INFO O| Sep 25 17:20:30.459 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79922024-09-25T17:20:31.685Z[ recovery-image] Sep 25 17:20:30.459 INFO O| Sep 25 17:20:30.459 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79932024-09-25T17:20:31.685Z[ recovery-image] Sep 25 17:20:30.459 INFO O| Sep 25 17:20:30.459 INFO ok!
79942024-09-25T17:20:31.685Z[ recovery-image] Sep 25 17:20:30.459 INFO O| Sep 25 17:20:30.459 INFO STEP 42 (ensure_file) COMPLETE
79952024-09-25T17:20:31.685Z[ recovery-image] Sep 25 17:20:30.459 INFO O| Sep 25 17:20:30.459 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79962024-09-25T17:20:31.692Z[ recovery-image] Sep 25 17:20:30.469 INFO O| Sep 25 17:20:30.469 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
79972024-09-25T17:20:31.692Z[ recovery-image] Sep 25 17:20:30.469 INFO O| Sep 25 17:20:30.469 INFO STEP 43 (ensure_dir) COMPLETE
79982024-09-25T17:20:31.695Z[ recovery-image] Sep 25 17:20:30.469 INFO O| Sep 25 17:20:30.469 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79992024-09-25T17:20:31.706Z[ recovery-image] Sep 25 17:20:30.479 INFO O| Sep 25 17:20:30.479 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80002024-09-25T17:20:31.706Z[ recovery-image] Sep 25 17:20:30.479 INFO O| Sep 25 17:20:30.479 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80012024-09-25T17:20:31.706Z[ recovery-image] Sep 25 17:20:30.479 INFO O| Sep 25 17:20:30.479 INFO STEP 44 (ensure_dir) COMPLETE
80022024-09-25T17:20:31.706Z[ recovery-image] Sep 25 17:20:30.479 INFO O| Sep 25 17:20:30.479 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80032024-09-25T17:20:31.713Z[ recovery-image] Sep 25 17:20:30.490 INFO O| Sep 25 17:20:30.490 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80042024-09-25T17:20:31.713Z[ recovery-image] Sep 25 17:20:30.490 INFO O| Sep 25 17:20:30.490 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80052024-09-25T17:20:31.713Z[ recovery-image] Sep 25 17:20:30.490 INFO O| Sep 25 17:20:30.490 INFO STEP 45 (ensure_dir) COMPLETE
80062024-09-25T17:20:31.716Z[ recovery-image] Sep 25 17:20:30.490 INFO O| Sep 25 17:20:30.490 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80072024-09-25T17:20:31.724Z[ recovery-image] Sep 25 17:20:30.500 INFO O| Sep 25 17:20:30.500 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
80082024-09-25T17:20:31.724Z[ recovery-image] Sep 25 17:20:30.500 INFO O| Sep 25 17:20:30.500 INFO copying /tmp/.tmpqWzsV2/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
80092024-09-25T17:20:31.760Z[ recovery-image] Sep 25 17:20:30.536 INFO O| Sep 25 17:20:30.536 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
80102024-09-25T17:20:31.760Z[ recovery-image] Sep 25 17:20:30.536 INFO O| Sep 25 17:20:30.536 INFO ok!
80112024-09-25T17:20:31.764Z[ recovery-image] Sep 25 17:20:30.536 INFO O| Sep 25 17:20:30.536 INFO STEP 46 (ensure_file) COMPLETE
80122024-09-25T17:20:31.764Z[ recovery-image] Sep 25 17:20:30.536 INFO O| Sep 25 17:20:30.536 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80132024-09-25T17:20:31.772Z[ recovery-image] Sep 25 17:20:30.549 INFO O| Sep 25 17:20:30.549 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80142024-09-25T17:20:31.775Z[ recovery-image] Sep 25 17:20:30.549 INFO O| Sep 25 17:20:30.549 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80152024-09-25T17:20:31.775Z[ recovery-image] Sep 25 17:20:30.549 INFO O| Sep 25 17:20:30.549 INFO STEP 47 (ensure_dir) COMPLETE
80162024-09-25T17:20:31.775Z[ recovery-image] Sep 25 17:20:30.549 INFO O| Sep 25 17:20:30.549 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80172024-09-25T17:20:31.783Z[ recovery-image] Sep 25 17:20:30.559 INFO O| Sep 25 17:20:30.559 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
80182024-09-25T17:20:31.783Z[ recovery-image] Sep 25 17:20:30.559 INFO O| Sep 25 17:20:30.559 INFO copying /tmp/.tmpqWzsV2/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
80192024-09-25T17:20:31.785Z[ recovery-image] Sep 25 17:20:30.559 INFO O| Sep 25 17:20:30.559 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
80202024-09-25T17:20:31.785Z[ recovery-image] Sep 25 17:20:30.559 INFO O| Sep 25 17:20:30.559 INFO ok!
80212024-09-25T17:20:31.785Z[ recovery-image] Sep 25 17:20:30.559 INFO O| Sep 25 17:20:30.559 INFO STEP 48 (ensure_file) COMPLETE
80222024-09-25T17:20:31.786Z[ recovery-image] Sep 25 17:20:30.559 INFO O| Sep 25 17:20:30.559 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80232024-09-25T17:20:31.793Z[ recovery-image] Sep 25 17:20:30.569 INFO O| Sep 25 17:20:30.569 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80242024-09-25T17:20:31.795Z[ recovery-image] Sep 25 17:20:30.570 INFO O| Sep 25 17:20:30.569 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80252024-09-25T17:20:31.795Z[ recovery-image] Sep 25 17:20:30.570 INFO O| Sep 25 17:20:30.570 INFO STEP 49 (ensure_dir) COMPLETE
80262024-09-25T17:20:31.795Z[ recovery-image] Sep 25 17:20:30.570 INFO O| Sep 25 17:20:30.570 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80272024-09-25T17:20:31.804Z[ recovery-image] Sep 25 17:20:30.580 INFO O| Sep 25 17:20:30.580 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
80282024-09-25T17:20:31.804Z[ recovery-image] Sep 25 17:20:30.580 INFO O| Sep 25 17:20:30.580 INFO copying /tmp/.tmpqWzsV2/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
80292024-09-25T17:20:31.825Z[ recovery-image] Sep 25 17:20:30.601 INFO O| Sep 25 17:20:30.601 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
80302024-09-25T17:20:31.825Z[ recovery-image] Sep 25 17:20:30.601 INFO O| Sep 25 17:20:30.601 INFO ok!
80312024-09-25T17:20:31.828Z[ recovery-image] Sep 25 17:20:30.601 INFO O| Sep 25 17:20:30.601 INFO STEP 50 (ensure_file) COMPLETE
80322024-09-25T17:20:31.828Z[ recovery-image] Sep 25 17:20:30.601 INFO O| Sep 25 17:20:30.601 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80332024-09-25T17:20:31.836Z[ recovery-image] Sep 25 17:20:30.613 INFO O| Sep 25 17:20:30.613 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
80342024-09-25T17:20:31.836Z[ recovery-image] Sep 25 17:20:30.613 INFO O| Sep 25 17:20:30.613 INFO copying /tmp/.tmpqWzsV2/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
80352024-09-25T17:20:32.488Z[ recovery-image] Sep 25 17:20:31.265 INFO O| Sep 25 17:20:31.264 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
80362024-09-25T17:20:32.488Z[ recovery-image] Sep 25 17:20:31.265 INFO O| Sep 25 17:20:31.264 INFO ok!
80372024-09-25T17:20:32.491Z[ recovery-image] Sep 25 17:20:31.265 INFO O| Sep 25 17:20:31.265 INFO STEP 51 (ensure_file) COMPLETE
80382024-09-25T17:20:32.491Z[ recovery-image] Sep 25 17:20:31.265 INFO O| Sep 25 17:20:31.265 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80392024-09-25T17:20:32.501Z[ recovery-image] Sep 25 17:20:31.277 INFO O| Sep 25 17:20:31.277 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80402024-09-25T17:20:32.503Z[ recovery-image] Sep 25 17:20:31.277 INFO O| Sep 25 17:20:31.277 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80412024-09-25T17:20:32.503Z[ recovery-image] Sep 25 17:20:31.277 INFO O| Sep 25 17:20:31.277 INFO STEP 52 (ensure_dir) COMPLETE
80422024-09-25T17:20:32.503Z[ recovery-image] Sep 25 17:20:31.277 INFO O| Sep 25 17:20:31.277 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80432024-09-25T17:20:32.512Z[ recovery-image] Sep 25 17:20:31.289 INFO O| Sep 25 17:20:31.288 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
80442024-09-25T17:20:32.512Z[ recovery-image] Sep 25 17:20:31.289 INFO O| Sep 25 17:20:31.289 INFO copying /tmp/.tmpqWzsV2/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 ...
80452024-09-25T17:20:32.515Z[ recovery-image] Sep 25 17:20:31.289 INFO O| Sep 25 17:20:31.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
80462024-09-25T17:20:32.515Z[ recovery-image] Sep 25 17:20:31.289 INFO O| Sep 25 17:20:31.289 INFO ok!
80472024-09-25T17:20:32.515Z[ recovery-image] Sep 25 17:20:31.289 INFO O| Sep 25 17:20:31.289 INFO STEP 53 (ensure_file) COMPLETE
80482024-09-25T17:20:32.515Z[ recovery-image] Sep 25 17:20:31.289 INFO O| Sep 25 17:20:31.289 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80492024-09-25T17:20:32.524Z[ recovery-image] Sep 25 17:20:31.300 INFO O| Sep 25 17:20:31.300 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
80502024-09-25T17:20:32.524Z[ recovery-image] Sep 25 17:20:31.300 INFO O| Sep 25 17:20:31.300 INFO copying /tmp/.tmpqWzsV2/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 ...
80512024-09-25T17:20:32.526Z[ recovery-image] Sep 25 17:20:31.300 INFO O| Sep 25 17:20:31.300 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
80522024-09-25T17:20:32.526Z[ recovery-image] Sep 25 17:20:31.300 INFO O| Sep 25 17:20:31.300 INFO ok!
80532024-09-25T17:20:32.526Z[ recovery-image] Sep 25 17:20:31.300 INFO O| Sep 25 17:20:31.300 INFO STEP 54 (ensure_file) COMPLETE
80542024-09-25T17:20:32.526Z[ recovery-image] Sep 25 17:20:31.300 INFO O| Sep 25 17:20:31.300 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80552024-09-25T17:20:32.535Z[ recovery-image] Sep 25 17:20:31.311 INFO O| Sep 25 17:20:31.311 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80562024-09-25T17:20:32.535Z[ recovery-image] Sep 25 17:20:31.311 INFO O| Sep 25 17:20:31.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80572024-09-25T17:20:32.537Z[ recovery-image] Sep 25 17:20:31.311 INFO O| Sep 25 17:20:31.311 INFO STEP 55 (ensure_dir) COMPLETE
80582024-09-25T17:20:32.537Z[ recovery-image] Sep 25 17:20:31.311 INFO O| Sep 25 17:20:31.311 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80592024-09-25T17:20:32.546Z[ recovery-image] Sep 25 17:20:31.322 INFO O| Sep 25 17:20:31.322 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
80602024-09-25T17:20:32.546Z[ recovery-image] Sep 25 17:20:31.322 INFO O| Sep 25 17:20:31.322 INFO copying /tmp/.tmpqWzsV2/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 ...
80612024-09-25T17:20:32.550Z[ recovery-image] Sep 25 17:20:31.322 INFO O| Sep 25 17:20:31.322 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
80622024-09-25T17:20:32.550Z[ recovery-image] Sep 25 17:20:31.322 INFO O| Sep 25 17:20:31.322 INFO ok!
80632024-09-25T17:20:32.550Z[ recovery-image] Sep 25 17:20:31.322 INFO O| Sep 25 17:20:31.322 INFO STEP 56 (ensure_file) COMPLETE
80642024-09-25T17:20:32.550Z[ recovery-image] Sep 25 17:20:31.322 INFO O| Sep 25 17:20:31.322 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80652024-09-25T17:20:32.558Z[ recovery-image] Sep 25 17:20:31.335 INFO O| Sep 25 17:20:31.335 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80662024-09-25T17:20:32.562Z[ recovery-image] Sep 25 17:20:31.335 INFO O| Sep 25 17:20:31.335 INFO copying /tmp/.tmpqWzsV2/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 ...
80672024-09-25T17:20:32.562Z[ recovery-image] Sep 25 17:20:31.335 INFO O| Sep 25 17:20:31.335 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
80682024-09-25T17:20:32.562Z[ recovery-image] Sep 25 17:20:31.335 INFO O| Sep 25 17:20:31.335 INFO ok!
80692024-09-25T17:20:32.562Z[ recovery-image] Sep 25 17:20:31.335 INFO O| Sep 25 17:20:31.335 INFO STEP 57 (ensure_file) COMPLETE
80702024-09-25T17:20:32.562Z[ recovery-image] Sep 25 17:20:31.335 INFO O| Sep 25 17:20:31.335 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80712024-09-25T17:20:32.570Z[ recovery-image] Sep 25 17:20:31.346 INFO O| Sep 25 17:20:31.346 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80722024-09-25T17:20:32.570Z[ recovery-image] Sep 25 17:20:31.346 INFO O| Sep 25 17:20:31.346 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80732024-09-25T17:20:32.572Z[ recovery-image] Sep 25 17:20:31.346 INFO O| Sep 25 17:20:31.346 INFO STEP 58 (ensure_dir) COMPLETE
80742024-09-25T17:20:32.572Z[ recovery-image] Sep 25 17:20:31.346 INFO O| Sep 25 17:20:31.346 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80752024-09-25T17:20:32.583Z[ recovery-image] Sep 25 17:20:31.358 INFO O| Sep 25 17:20:31.358 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80762024-09-25T17:20:32.583Z[ recovery-image] Sep 25 17:20:31.358 INFO O| Sep 25 17:20:31.358 INFO copying /tmp/.tmpqWzsV2/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 ...
80772024-09-25T17:20:32.586Z[ recovery-image] Sep 25 17:20:31.358 INFO O| Sep 25 17:20:31.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80782024-09-25T17:20:32.586Z[ recovery-image] Sep 25 17:20:31.358 INFO O| Sep 25 17:20:31.358 INFO ok!
80792024-09-25T17:20:32.586Z[ recovery-image] Sep 25 17:20:31.358 INFO O| Sep 25 17:20:31.358 INFO STEP 59 (ensure_file) COMPLETE
80802024-09-25T17:20:32.586Z[ recovery-image] Sep 25 17:20:31.359 INFO O| Sep 25 17:20:31.358 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80812024-09-25T17:20:32.593Z[ recovery-image] Sep 25 17:20:31.369 INFO O| Sep 25 17:20:31.369 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80822024-09-25T17:20:32.596Z[ recovery-image] Sep 25 17:20:31.369 INFO O| Sep 25 17:20:31.369 INFO copying /tmp/.tmpqWzsV2/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80832024-09-25T17:20:32.596Z[ recovery-image] Sep 25 17:20:31.369 INFO O| Sep 25 17:20:31.369 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80842024-09-25T17:20:32.596Z[ recovery-image] Sep 25 17:20:31.369 INFO O| Sep 25 17:20:31.369 INFO ok!
80852024-09-25T17:20:32.596Z[ recovery-image] Sep 25 17:20:31.369 INFO O| Sep 25 17:20:31.369 INFO STEP 60 (ensure_file) COMPLETE
80862024-09-25T17:20:32.596Z[ recovery-image] Sep 25 17:20:31.370 INFO O| Sep 25 17:20:31.369 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80872024-09-25T17:20:32.604Z[ recovery-image] Sep 25 17:20:31.381 INFO O| Sep 25 17:20:31.380 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80882024-09-25T17:20:32.604Z[ recovery-image] Sep 25 17:20:31.381 INFO O| Sep 25 17:20:31.381 INFO STEP 61 (ensure_dir) COMPLETE
80892024-09-25T17:20:32.607Z[ recovery-image] Sep 25 17:20:31.381 INFO O| Sep 25 17:20:31.381 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80902024-09-25T17:20:32.615Z[ recovery-image] Sep 25 17:20:31.391 INFO O| Sep 25 17:20:31.391 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80912024-09-25T17:20:32.615Z[ recovery-image] Sep 25 17:20:31.391 INFO O| Sep 25 17:20:31.391 INFO STEP 62 (ensure_dir) COMPLETE
80922024-09-25T17:20:32.617Z[ recovery-image] Sep 25 17:20:31.391 INFO O| Sep 25 17:20:31.391 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80932024-09-25T17:20:32.628Z[ recovery-image] Sep 25 17:20:31.404 INFO O| Sep 25 17:20:31.404 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
80942024-09-25T17:20:32.628Z[ recovery-image] Sep 25 17:20:31.404 INFO O| Sep 25 17:20:31.404 INFO STEP 63 (ensure_dir) COMPLETE
80952024-09-25T17:20:32.628Z[ recovery-image] Sep 25 17:20:31.404 INFO O| Sep 25 17:20:31.404 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80962024-09-25T17:20:32.640Z[ recovery-image] Sep 25 17:20:31.416 INFO O| Sep 25 17:20:31.416 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
80972024-09-25T17:20:32.640Z[ recovery-image] Sep 25 17:20:31.416 INFO O| Sep 25 17:20:31.416 INFO STEP 64 (ensure_dir) COMPLETE
80982024-09-25T17:20:32.643Z[ recovery-image] Sep 25 17:20:31.416 INFO O| Sep 25 17:20:31.416 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80992024-09-25T17:20:32.651Z[ recovery-image] Sep 25 17:20:31.427 INFO O| Sep 25 17:20:31.427 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81002024-09-25T17:20:32.651Z[ recovery-image] Sep 25 17:20:31.427 INFO O| Sep 25 17:20:31.427 INFO copying /tmp/.tmpqWzsV2/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81012024-09-25T17:20:32.655Z[ recovery-image] Sep 25 17:20:31.427 INFO O| Sep 25 17:20:31.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81022024-09-25T17:20:32.655Z[ recovery-image] Sep 25 17:20:31.427 INFO O| Sep 25 17:20:31.427 INFO ok!
81032024-09-25T17:20:32.655Z[ recovery-image] Sep 25 17:20:31.427 INFO O| Sep 25 17:20:31.427 INFO STEP 65 (ensure_file) COMPLETE
81042024-09-25T17:20:32.655Z[ recovery-image] Sep 25 17:20:31.428 INFO O| Sep 25 17:20:31.427 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81052024-09-25T17:20:32.662Z[ recovery-image] Sep 25 17:20:31.438 INFO O| Sep 25 17:20:31.438 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81062024-09-25T17:20:32.665Z[ recovery-image] Sep 25 17:20:31.439 INFO O| Sep 25 17:20:31.439 INFO STEP 66 (remove_files) COMPLETE
81072024-09-25T17:20:32.665Z[ recovery-image] Sep 25 17:20:31.439 INFO O| Sep 25 17:20:31.439 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81082024-09-25T17:20:32.674Z[ recovery-image] Sep 25 17:20:31.450 INFO O| Sep 25 17:20:31.450 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
81092024-09-25T17:20:32.674Z[ recovery-image] Sep 25 17:20:31.450 INFO O| Sep 25 17:20:31.450 INFO STEP 67 (remove_files) COMPLETE
81102024-09-25T17:20:32.677Z[ recovery-image] Sep 25 17:20:31.450 INFO O| Sep 25 17:20:31.450 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81112024-09-25T17:20:32.686Z[ recovery-image] Sep 25 17:20:31.462 INFO O| Sep 25 17:20:31.462 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
81122024-09-25T17:20:32.689Z[ recovery-image] Sep 25 17:20:31.462 INFO O| Sep 25 17:20:31.462 INFO STEP 68 (remove_files) COMPLETE
81132024-09-25T17:20:32.689Z[ recovery-image] Sep 25 17:20:31.462 INFO O| Sep 25 17:20:31.462 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81142024-09-25T17:20:32.699Z[ recovery-image] Sep 25 17:20:31.475 INFO O| Sep 25 17:20:31.475 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
81152024-09-25T17:20:32.704Z[ recovery-image] Sep 25 17:20:31.476 INFO O| Sep 25 17:20:31.476 INFO STEP 69 (remove_files) COMPLETE
81162024-09-25T17:20:32.704Z[ recovery-image] Sep 25 17:20:31.476 INFO O| Sep 25 17:20:31.476 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81172024-09-25T17:20:32.711Z[ recovery-image] Sep 25 17:20:31.487 INFO O| Sep 25 17:20:31.487 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
81182024-09-25T17:20:32.713Z[ recovery-image] Sep 25 17:20:31.487 INFO O| Sep 25 17:20:31.487 INFO STEP 70 (remove_files) COMPLETE
81192024-09-25T17:20:32.713Z[ recovery-image] Sep 25 17:20:31.487 INFO O| Sep 25 17:20:31.487 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81202024-09-25T17:20:32.723Z[ recovery-image] Sep 25 17:20:31.499 INFO O| Sep 25 17:20:31.499 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
81212024-09-25T17:20:32.726Z[ recovery-image] Sep 25 17:20:31.499 INFO O| Sep 25 17:20:31.499 INFO STEP 71 (remove_files) COMPLETE
81222024-09-25T17:20:32.726Z[ recovery-image] Sep 25 17:20:31.500 INFO O| Sep 25 17:20:31.499 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81232024-09-25T17:20:32.734Z[ recovery-image] Sep 25 17:20:31.511 INFO O| Sep 25 17:20:31.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
81242024-09-25T17:20:32.734Z[ recovery-image] Sep 25 17:20:31.511 INFO O| Sep 25 17:20:31.511 INFO STEP 72 (remove_files) COMPLETE
81252024-09-25T17:20:32.737Z[ recovery-image] Sep 25 17:20:31.511 INFO O| Sep 25 17:20:31.511 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81262024-09-25T17:20:32.745Z[ recovery-image] Sep 25 17:20:31.522 INFO O| Sep 25 17:20:31.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
81272024-09-25T17:20:32.745Z[ recovery-image] Sep 25 17:20:31.522 INFO O| Sep 25 17:20:31.522 INFO STEP 73 (remove_files) COMPLETE
81282024-09-25T17:20:32.745Z[ recovery-image] Sep 25 17:20:31.522 INFO O| Sep 25 17:20:31.522 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81292024-09-25T17:20:32.757Z[ recovery-image] Sep 25 17:20:31.532 INFO O| Sep 25 17:20:31.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
81302024-09-25T17:20:32.757Z[ recovery-image] Sep 25 17:20:31.532 INFO O| Sep 25 17:20:31.532 INFO STEP 74 (remove_files) COMPLETE
81312024-09-25T17:20:32.757Z[ recovery-image] Sep 25 17:20:31.532 INFO O| Sep 25 17:20:31.532 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81322024-09-25T17:20:32.767Z[ recovery-image] Sep 25 17:20:31.543 INFO O| Sep 25 17:20:31.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
81332024-09-25T17:20:32.769Z[ recovery-image] Sep 25 17:20:31.543 INFO O| Sep 25 17:20:31.543 INFO STEP 75 (remove_files) COMPLETE
81342024-09-25T17:20:32.769Z[ recovery-image] Sep 25 17:20:31.543 INFO O| Sep 25 17:20:31.543 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81352024-09-25T17:20:32.778Z[ recovery-image] Sep 25 17:20:31.554 INFO O| Sep 25 17:20:31.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
81362024-09-25T17:20:32.778Z[ recovery-image] Sep 25 17:20:31.554 INFO O| Sep 25 17:20:31.554 INFO STEP 76 (remove_files) COMPLETE
81372024-09-25T17:20:32.778Z[ recovery-image] Sep 25 17:20:31.554 INFO O| Sep 25 17:20:31.554 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81382024-09-25T17:20:32.788Z[ recovery-image] Sep 25 17:20:31.564 INFO O| Sep 25 17:20:31.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
81392024-09-25T17:20:32.788Z[ recovery-image] Sep 25 17:20:31.564 INFO O| Sep 25 17:20:31.564 INFO STEP 77 (remove_files) COMPLETE
81402024-09-25T17:20:32.788Z[ recovery-image] Sep 25 17:20:31.564 INFO O| Sep 25 17:20:31.564 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81412024-09-25T17:20:32.798Z[ recovery-image] Sep 25 17:20:31.574 INFO O| Sep 25 17:20:31.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
81422024-09-25T17:20:32.798Z[ recovery-image] Sep 25 17:20:31.574 INFO O| Sep 25 17:20:31.574 INFO STEP 78 (remove_files) COMPLETE
81432024-09-25T17:20:32.801Z[ recovery-image] Sep 25 17:20:31.574 INFO O| Sep 25 17:20:31.574 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81442024-09-25T17:20:32.808Z[ recovery-image] Sep 25 17:20:31.584 INFO O| Sep 25 17:20:31.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
81452024-09-25T17:20:32.809Z[ recovery-image] Sep 25 17:20:31.584 INFO O| Sep 25 17:20:31.584 INFO STEP 79 (remove_files) COMPLETE
81462024-09-25T17:20:32.811Z[ recovery-image] Sep 25 17:20:31.584 INFO O| Sep 25 17:20:31.584 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81472024-09-25T17:20:32.818Z[ recovery-image] Sep 25 17:20:31.594 INFO O| Sep 25 17:20:31.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
81482024-09-25T17:20:32.818Z[ recovery-image] Sep 25 17:20:31.594 INFO O| Sep 25 17:20:31.594 INFO STEP 80 (remove_files) COMPLETE
81492024-09-25T17:20:32.820Z[ recovery-image] Sep 25 17:20:31.594 INFO O| Sep 25 17:20:31.594 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81502024-09-25T17:20:32.828Z[ recovery-image] Sep 25 17:20:31.604 INFO O| Sep 25 17:20:31.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
81512024-09-25T17:20:32.830Z[ recovery-image] Sep 25 17:20:31.604 INFO O| Sep 25 17:20:31.604 INFO STEP 81 (remove_files) COMPLETE
81522024-09-25T17:20:32.830Z[ recovery-image] Sep 25 17:20:31.604 INFO O| Sep 25 17:20:31.604 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81532024-09-25T17:20:32.838Z[ recovery-image] Sep 25 17:20:31.614 INFO O| Sep 25 17:20:31.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
81542024-09-25T17:20:32.840Z[ recovery-image] Sep 25 17:20:31.614 INFO O| Sep 25 17:20:31.614 INFO STEP 82 (remove_files) COMPLETE
81552024-09-25T17:20:32.840Z[ recovery-image] Sep 25 17:20:31.614 INFO O| Sep 25 17:20:31.614 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81562024-09-25T17:20:32.849Z[ recovery-image] Sep 25 17:20:31.624 INFO O| Sep 25 17:20:31.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
81572024-09-25T17:20:32.849Z[ recovery-image] Sep 25 17:20:31.624 INFO O| Sep 25 17:20:31.624 INFO STEP 83 (remove_files) COMPLETE
81582024-09-25T17:20:32.849Z[ recovery-image] Sep 25 17:20:31.624 INFO O| Sep 25 17:20:31.624 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81592024-09-25T17:20:32.857Z[ recovery-image] Sep 25 17:20:31.634 INFO O| Sep 25 17:20:31.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
81602024-09-25T17:20:32.858Z[ recovery-image] Sep 25 17:20:31.634 INFO O| Sep 25 17:20:31.634 INFO STEP 84 (remove_files) COMPLETE
81612024-09-25T17:20:32.858Z[ recovery-image] Sep 25 17:20:31.634 INFO O| Sep 25 17:20:31.634 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81622024-09-25T17:20:32.867Z[ recovery-image] Sep 25 17:20:31.643 INFO O| Sep 25 17:20:31.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81632024-09-25T17:20:32.867Z[ recovery-image] Sep 25 17:20:31.644 INFO O| Sep 25 17:20:31.643 INFO STEP 85 (remove_files) COMPLETE
81642024-09-25T17:20:32.867Z[ recovery-image] Sep 25 17:20:31.644 INFO O| Sep 25 17:20:31.644 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81652024-09-25T17:20:32.877Z[ recovery-image] Sep 25 17:20:31.653 INFO O| Sep 25 17:20:31.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81662024-09-25T17:20:32.877Z[ recovery-image] Sep 25 17:20:31.654 INFO O| Sep 25 17:20:31.654 INFO STEP 86 (remove_files) COMPLETE
81672024-09-25T17:20:32.877Z[ recovery-image] Sep 25 17:20:31.654 INFO O| Sep 25 17:20:31.654 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81682024-09-25T17:20:32.887Z[ recovery-image] Sep 25 17:20:31.663 INFO O| Sep 25 17:20:31.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81692024-09-25T17:20:32.887Z[ recovery-image] Sep 25 17:20:31.664 INFO O| Sep 25 17:20:31.663 INFO STEP 87 (remove_files) COMPLETE
81702024-09-25T17:20:32.887Z[ recovery-image] Sep 25 17:20:31.664 INFO O| Sep 25 17:20:31.664 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81712024-09-25T17:20:32.897Z[ recovery-image] Sep 25 17:20:31.673 INFO O| Sep 25 17:20:31.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81722024-09-25T17:20:32.900Z[ recovery-image] Sep 25 17:20:31.674 INFO O| Sep 25 17:20:31.673 INFO STEP 88 (remove_files) COMPLETE
81732024-09-25T17:20:32.900Z[ recovery-image] Sep 25 17:20:31.674 INFO O| Sep 25 17:20:31.674 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81742024-09-25T17:20:32.907Z[ recovery-image] Sep 25 17:20:31.683 INFO O| Sep 25 17:20:31.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81752024-09-25T17:20:32.910Z[ recovery-image] Sep 25 17:20:31.684 INFO O| Sep 25 17:20:31.684 INFO STEP 89 (remove_files) COMPLETE
81762024-09-25T17:20:32.910Z[ recovery-image] Sep 25 17:20:31.684 INFO O| Sep 25 17:20:31.684 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81772024-09-25T17:20:32.918Z[ recovery-image] Sep 25 17:20:31.694 INFO O| Sep 25 17:20:31.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81782024-09-25T17:20:32.918Z[ recovery-image] Sep 25 17:20:31.694 INFO O| Sep 25 17:20:31.694 INFO STEP 90 (remove_files) COMPLETE
81792024-09-25T17:20:32.921Z[ recovery-image] Sep 25 17:20:31.694 INFO O| Sep 25 17:20:31.694 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81802024-09-25T17:20:32.928Z[ recovery-image] Sep 25 17:20:31.704 INFO O| Sep 25 17:20:31.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
81812024-09-25T17:20:32.928Z[ recovery-image] Sep 25 17:20:31.704 INFO O| Sep 25 17:20:31.704 INFO STEP 91 (remove_files) COMPLETE
81822024-09-25T17:20:32.930Z[ recovery-image] Sep 25 17:20:31.704 INFO O| Sep 25 17:20:31.704 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81832024-09-25T17:20:32.938Z[ recovery-image] Sep 25 17:20:31.714 INFO O| Sep 25 17:20:31.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81842024-09-25T17:20:32.938Z[ recovery-image] Sep 25 17:20:31.714 INFO O| Sep 25 17:20:31.714 INFO STEP 92 (remove_files) COMPLETE
81852024-09-25T17:20:32.938Z[ recovery-image] Sep 25 17:20:31.714 INFO O| Sep 25 17:20:31.714 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81862024-09-25T17:20:32.948Z[ recovery-image] Sep 25 17:20:31.724 INFO O| Sep 25 17:20:31.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81872024-09-25T17:20:32.951Z[ recovery-image] Sep 25 17:20:31.724 INFO O| Sep 25 17:20:31.724 INFO STEP 93 (remove_files) COMPLETE
81882024-09-25T17:20:32.951Z[ recovery-image] Sep 25 17:20:31.725 INFO O| Sep 25 17:20:31.724 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81892024-09-25T17:20:32.958Z[ recovery-image] Sep 25 17:20:31.734 INFO O| Sep 25 17:20:31.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81902024-09-25T17:20:32.958Z[ recovery-image] Sep 25 17:20:31.734 INFO O| Sep 25 17:20:31.734 INFO STEP 94 (remove_files) COMPLETE
81912024-09-25T17:20:32.960Z[ recovery-image] Sep 25 17:20:31.734 INFO O| Sep 25 17:20:31.734 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81922024-09-25T17:20:32.973Z[ recovery-image] Sep 25 17:20:31.749 INFO O| Sep 25 17:20:31.749 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81932024-09-25T17:20:32.973Z[ recovery-image] Sep 25 17:20:31.749 INFO O| Sep 25 17:20:31.749 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "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"}
81942024-09-25T17:20:39.466Z[ recovery-image] Sep 25 17:20:38.240 INFO O| Sep 25 17:20:38.240 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
81952024-09-25T17:20:39.466Z[ recovery-image] Sep 25 17:20:38.240 INFO O| Sep 25 17:20:38.240 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81962024-09-25T17:20:39.478Z[ recovery-image] Sep 25 17:20:38.253 INFO O| Sep 25 17:20:38.253 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
81972024-09-25T17:20:39.553Z[ recovery-image] Sep 25 17:20:38.328 INFO O| Sep 25 17:20:38.328 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81982024-09-25T17:20:39.553Z[ recovery-image] Sep 25 17:20:38.328 INFO O| Sep 25 17:20:38.328 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 ...
81992024-09-25T17:20:39.556Z[ recovery-image] Sep 25 17:20:38.330 INFO O| Sep 25 17:20:38.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82002024-09-25T17:20:39.557Z[ recovery-image] Sep 25 17:20:38.330 INFO O| Sep 25 17:20:38.330 INFO ok!
82012024-09-25T17:20:39.557Z[ recovery-image] Sep 25 17:20:38.330 INFO O| Sep 25 17:20:38.330 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82022024-09-25T17:20:39.557Z[ recovery-image] Sep 25 17:20:38.330 INFO O| Sep 25 17:20:38.330 INFO STEP 95 (seed_smf) COMPLETE
82032024-09-25T17:20:39.557Z[ recovery-image] Sep 25 17:20:38.330 INFO O| Sep 25 17:20:38.330 INFO steps complete; finalising image!
82042024-09-25T17:20:39.557Z[ recovery-image] Sep 25 17:20:38.330 INFO O| Sep 25 17:20:38.330 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82052024-09-25T17:20:39.589Z[ recovery-image] Sep 25 17:20:38.363 INFO O| Sep 25 17:20:38.363 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Wed Sep 25 17:20:38 2024)
82062024-09-25T17:20:39.814Z[ recovery-image] Sep 25 17:20:38.589 INFO O| Sep 25 17:20:38.589 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
82072024-09-25T17:20:39.814Z[ recovery-image] Sep 25 17:20:38.589 INFO O| Sep 25 17:20:38.589 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
82082024-09-25T17:20:40.022Z[ recovery-image] Sep 25 17:20:38.796 INFO O| Sep 25 17:20:38.796 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
82092024-09-25T17:20:40.022Z[ recovery-image] Sep 25 17:20:38.796 INFO O| Sep 25 17:20:38.796 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
82102024-09-25T17:20:43.078Z[ recovery-image] Sep 25 17:20:41.852 INFO O| Sep 25 17:20:41.852 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82112024-09-25T17:20:43.078Z[ recovery-image] Sep 25 17:20:41.852 INFO O| Sep 25 17:20:41.852 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82122024-09-25T17:20:43.080Z[ recovery-image] Sep 25 17:20:41.852 INFO O| Sep 25 17:20:41.852 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82132024-09-25T17:20:43.080Z[ recovery-image] Sep 25 17:20:41.852 INFO O| Sep 25 17:20:41.852 INFO completed processing gimlet/zfs-recovery
82142024-09-25T17:20:43.080Z[ recovery-image] Sep 25 17:20:41.852 INFO O| Sep 25 17:20:41.852 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
82152024-09-25T17:20:43.542Z[ recovery-image] Sep 25 17:20:42.316 INFO O| Sep 25 17:20:42.315 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
82162024-09-25T17:20:43.628Z[ recovery-image] Sep 25 17:20:42.401 INFO BUILD STRING "heads/stlouis-0-g662ae78dc3\n"
82172024-09-25T17:20:43.634Z[ recovery-image] Sep 25 17:20:42.402 INFO expanded image name: "recovery bb0989e/${os_short_commit} 2024-09-25 16:53" -> "recovery bb0989e/662ae78 2024-09-25 16:53"
82182024-09-25T17:20:43.634Z[ recovery-image] Sep 25 17:20:42.402 INFO output artefacts stored in: "/work/os-recovery"
82192024-09-25T17:20:43.634Z[ recovery-image] Sep 25 17:20:42.402 INFO collecting git info from project "image-builder"...
82202024-09-25T17:20:43.638Z[ recovery-image] Sep 25 17:20:42.412 INFO collecting git info from project "phbl"...
82212024-09-25T17:20:43.645Z[ recovery-image] Sep 25 17:20:42.419 INFO collecting git info from project "amd-firmware"...
82222024-09-25T17:20:43.867Z[ recovery-image] Sep 25 17:20:42.640 INFO collecting git info from project "amd-host-image-builder"...
82232024-09-25T17:20:44.109Z[ recovery-image] Sep 25 17:20:42.882 INFO collecting git info from project "bootserver"...
82242024-09-25T17:20:44.113Z[ recovery-image] Sep 25 17:20:42.887 INFO collecting git info from project "pinprick"...
82252024-09-25T17:20:44.118Z[ recovery-image] Sep 25 17:20:42.892 INFO collecting git info from project "pilot"...
82262024-09-25T17:20:44.129Z[ recovery-image] Sep 25 17:20:42.903 INFO collecting git info from project "chelsio-t6-roms"...
82272024-09-25T17:20:44.149Z[ recovery-image] Sep 25 17:20:42.923 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
82282024-09-25T17:20:44.507Z[ recovery-image] Sep 25 17:20:43.280 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
82292024-09-25T17:20:44.858Z[ recovery-image] Sep 25 17:20:43.632 INFO creating Oxide boot image...
82302024-09-25T17:20:44.863Z[ recovery-image] Sep 25 17:20:43.632 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery bb0989e/662ae78 2024-09-25 16:53", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
82312024-09-25T17:21:15.751Z[ host-image] Sep 25 17:21:14.519 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22914:20240925T161430Z
82322024-09-25T17:21:15.751Z[ host-image] Sep 25 17:21:14.519 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22914:20240925T161430Z
82332024-09-25T17:21:15.754Z[ host-image] Sep 25 17:21:14.519 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
82342024-09-25T17:21:15.754Z[ host-image] Sep 25 17:21:14.519 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
82352024-09-25T17:21:15.754Z[ host-image] Sep 25 17:21:14.519 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
82362024-09-25T17:21:15.754Z[ host-image] Sep 25 17:21:14.519 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
82372024-09-25T17:21:15.754Z[ host-image] Sep 25 17:21:14.520 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
82382024-09-25T17:21:15.754Z[ host-image] Sep 25 17:21:14.520 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
82392024-09-25T17:21:15.754Z[ host-image] Sep 25 17:21:14.520 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
82402024-09-25T17:21:15.754Z[ host-image] Sep 25 17:21:14.520 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
82412024-09-25T17:21:15.754Z[ host-image] Sep 25 17:21:14.521 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22914:20240925T161431Z
82422024-09-25T17:21:15.756Z[ host-image] Sep 25 17:21:14.522 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22914:20240925T161432Z
82432024-09-25T17:21:15.756Z[ host-image] Sep 25 17:21:14.523 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22914:20240925T161432Z
82442024-09-25T17:21:15.756Z[ host-image] Sep 25 17:21:14.524 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22914:20240925T161432Z
82452024-09-25T17:21:15.756Z[ host-image] Sep 25 17:21:14.524 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
82462024-09-25T17:21:15.756Z[ host-image] Sep 25 17:21:14.524 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22914:20240925T161432Z
82472024-09-25T17:21:15.759Z[ host-image] Sep 25 17:21:14.525 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22914:20240925T161432Z
82482024-09-25T17:21:15.759Z[ host-image] Sep 25 17:21:14.525 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22914:20240925T161432Z
82492024-09-25T17:21:15.759Z[ host-image] Sep 25 17:21:14.525 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22914:20240925T161432Z
82502024-09-25T17:21:15.759Z[ host-image] Sep 25 17:21:14.526 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22914:20240925T161433Z
82512024-09-25T17:21:15.759Z[ host-image] Sep 25 17:21:14.526 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22914:20240925T161433Z
82522024-09-25T17:21:15.759Z[ host-image] Sep 25 17:21:14.526 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22914:20240925T161434Z
82532024-09-25T17:21:15.759Z[ host-image] Sep 25 17:21:14.526 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22914:20240925T161434Z
82542024-09-25T17:21:15.759Z[ host-image] Sep 25 17:21:14.526 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22914:20240925T161435Z
82552024-09-25T17:21:15.759Z[ host-image] Sep 25 17:21:14.526 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22914:20240925T161436Z
82562024-09-25T17:21:15.759Z[ host-image] Sep 25 17:21:14.526 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22914:20240925T161436Z
82572024-09-25T17:21:15.759Z[ host-image] Sep 25 17:21:14.526 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22914:20240925T161438Z
82582024-09-25T17:21:15.759Z[ host-image] Sep 25 17:21:14.527 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22914:20240925T161439Z
82592024-09-25T17:21:15.759Z[ host-image] Sep 25 17:21:14.527 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82602024-09-25T17:21:15.759Z[ host-image] Sep 25 17:21:14.527 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22914:20240925T161440Z
82612024-09-25T17:21:15.759Z[ host-image] Sep 25 17:21:14.527 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22914:20240925T161442Z
82622024-09-25T17:21:15.759Z[ host-image] Sep 25 17:21:14.527 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22914:20240925T161443Z
82632024-09-25T17:21:15.759Z[ host-image] Sep 25 17:21:14.527 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22914:20240925T161444Z
82642024-09-25T17:21:15.762Z[ host-image] Sep 25 17:21:14.528 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22914:20240925T161445Z
82652024-09-25T17:21:15.762Z[ host-image] Sep 25 17:21:14.528 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22914:20240925T161446Z
82662024-09-25T17:21:15.769Z[ host-image] Sep 25 17:21:14.538 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82672024-09-25T17:21:15.769Z[ host-image] Sep 25 17:21:14.538 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22914:20240925T161446Z
82682024-09-25T17:21:15.772Z[ host-image] Sep 25 17:21:14.538 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82692024-09-25T17:21:15.772Z[ host-image] Sep 25 17:21:14.538 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82702024-09-25T17:21:15.772Z[ host-image] Sep 25 17:21:14.539 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82712024-09-25T17:21:15.772Z[ host-image] Sep 25 17:21:14.539 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22914:20240925T161446Z
82722024-09-25T17:21:15.773Z[ host-image] Sep 25 17:21:14.539 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82732024-09-25T17:21:15.773Z[ host-image] Sep 25 17:21:14.539 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82742024-09-25T17:21:15.775Z[ host-image] Sep 25 17:21:14.540 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82752024-09-25T17:21:15.775Z[ host-image] Sep 25 17:21:14.541 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82762024-09-25T17:21:15.785Z[ host-image] Sep 25 17:21:14.553 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82772024-09-25T17:21:15.785Z[ host-image] Sep 25 17:21:14.553 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82782024-09-25T17:21:15.788Z[ host-image] Sep 25 17:21:14.553 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82792024-09-25T17:21:15.788Z[ host-image] Sep 25 17:21:14.554 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82802024-09-25T17:21:15.788Z[ host-image] Sep 25 17:21:14.555 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82812024-09-25T17:21:15.788Z[ host-image] Sep 25 17:21:14.555 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82822024-09-25T17:21:15.823Z[ host-image] Sep 25 17:21:14.591 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
82832024-09-25T17:21:15.826Z[ host-image] Sep 25 17:21:14.592 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82842024-09-25T17:21:15.826Z[ host-image] Sep 25 17:21:14.592 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82852024-09-25T17:21:15.826Z[ host-image] Sep 25 17:21:14.593 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22914:20240925T161448Z
82862024-09-25T17:21:15.826Z[ host-image] Sep 25 17:21:14.593 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22914:20240925T161454Z
82872024-09-25T17:21:15.826Z[ host-image] Sep 25 17:21:14.593 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82882024-09-25T17:21:15.826Z[ host-image] Sep 25 17:21:14.593 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22914:20240925T161454Z
82892024-09-25T17:21:15.826Z[ host-image] Sep 25 17:21:14.593 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82902024-09-25T17:21:15.826Z[ host-image] Sep 25 17:21:14.593 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82912024-09-25T17:21:15.826Z[ host-image] Sep 25 17:21:14.593 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82922024-09-25T17:21:15.826Z[ host-image] Sep 25 17:21:14.594 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22914:20240925T161455Z
82932024-09-25T17:21:15.826Z[ host-image] Sep 25 17:21:14.594 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82942024-09-25T17:21:15.830Z[ host-image] Sep 25 17:21:14.598 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82952024-09-25T17:21:15.833Z[ host-image] Sep 25 17:21:14.598 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82962024-09-25T17:21:15.833Z[ host-image] Sep 25 17:21:14.598 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82972024-09-25T17:21:15.833Z[ host-image] Sep 25 17:21:14.599 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22914:20240925T161455Z
82982024-09-25T17:21:15.833Z[ host-image] Sep 25 17:21:14.599 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82992024-09-25T17:21:15.845Z[ host-image] Sep 25 17:21:14.614 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83002024-09-25T17:21:15.848Z[ host-image] Sep 25 17:21:14.614 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22914:20240925T161455Z
83012024-09-25T17:21:15.848Z[ host-image] Sep 25 17:21:14.616 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22914:20240925T161456Z
83022024-09-25T17:21:15.848Z[ host-image] Sep 25 17:21:14.616 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22914:20240925T161456Z
83032024-09-25T17:21:15.851Z[ host-image] Sep 25 17:21:14.617 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
83042024-09-25T17:21:15.851Z[ host-image] Sep 25 17:21:14.617 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22914:20240925T161457Z
83052024-09-25T17:21:15.852Z[ host-image] Sep 25 17:21:14.618 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22914:20240925T161458Z
83062024-09-25T17:21:15.852Z[ host-image] Sep 25 17:21:14.618 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22914:20240925T161458Z
83072024-09-25T17:21:15.852Z[ host-image] Sep 25 17:21:14.618 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22914:20240925T161458Z
83082024-09-25T17:21:15.855Z[ host-image] Sep 25 17:21:14.622 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
83092024-09-25T17:21:15.855Z[ host-image] Sep 25 17:21:14.622 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22914:20240925T161458Z
83102024-09-25T17:21:15.855Z[ host-image] Sep 25 17:21:14.623 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22914:20240925T161500Z
83112024-09-25T17:21:15.855Z[ host-image] Sep 25 17:21:14.623 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
83122024-09-25T17:21:15.857Z[ host-image] Sep 25 17:21:14.623 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22914:20240925T161500Z
83132024-09-25T17:21:15.857Z[ host-image] Sep 25 17:21:14.623 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22914:20240925T161500Z
83142024-09-25T17:21:15.857Z[ host-image] Sep 25 17:21:14.623 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22914:20240925T161500Z
83152024-09-25T17:21:15.858Z[ host-image] Sep 25 17:21:14.624 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22914:20240925T161500Z
83162024-09-25T17:21:15.864Z[ host-image] Sep 25 17:21:14.632 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22914:20240925T161500Z
83172024-09-25T17:21:15.864Z[ host-image] Sep 25 17:21:14.632 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
83182024-09-25T17:21:15.867Z[ host-image] Sep 25 17:21:14.635 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22914:20240925T161500Z
83192024-09-25T17:21:15.870Z[ host-image] Sep 25 17:21:14.636 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22914:20240925T161501Z
83202024-09-25T17:21:15.870Z[ host-image] Sep 25 17:21:14.636 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22914:20240925T161501Z
83212024-09-25T17:21:15.870Z[ host-image] Sep 25 17:21:14.636 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22914:20240925T161501Z
83222024-09-25T17:21:15.870Z[ host-image] Sep 25 17:21:14.637 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22914:20240925T161501Z
83232024-09-25T17:21:15.870Z[ host-image] Sep 25 17:21:14.637 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22914:20240925T161501Z
83242024-09-25T17:21:15.879Z[ host-image] Sep 25 17:21:14.647 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22914:20240925T161503Z
83252024-09-25T17:21:15.882Z[ host-image] Sep 25 17:21:14.648 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22914:20240925T161502Z
83262024-09-25T17:21:15.882Z[ host-image] Sep 25 17:21:14.648 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22914:20240925T161502Z
83272024-09-25T17:21:15.882Z[ host-image] Sep 25 17:21:14.649 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22914:20240925T161503Z
83282024-09-25T17:21:15.882Z[ host-image] Sep 25 17:21:14.649 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22914:20240925T161503Z
83292024-09-25T17:21:15.903Z[ host-image] Sep 25 17:21:14.671 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22914:20240925T161506Z
83302024-09-25T17:21:15.905Z[ host-image] Sep 25 17:21:14.671 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22914:20240925T161503Z
83312024-09-25T17:21:15.905Z[ host-image] Sep 25 17:21:14.671 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22914:20240925T161503Z
83322024-09-25T17:21:15.905Z[ host-image] Sep 25 17:21:14.672 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
83332024-09-25T17:21:15.906Z[ host-image] Sep 25 17:21:14.672 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
83342024-09-25T17:21:15.933Z[ host-image] Sep 25 17:21:14.701 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22914:20240925T161504Z
83352024-09-25T17:21:15.937Z[ host-image] Sep 25 17:21:14.702 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
83362024-09-25T17:21:15.937Z[ host-image] Sep 25 17:21:14.702 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22914:20240925T161504Z
83372024-09-25T17:21:15.937Z[ host-image] Sep 25 17:21:14.702 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22914:20240925T161504Z
83382024-09-25T17:21:15.937Z[ host-image] Sep 25 17:21:14.703 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22914:20240925T161504Z
83392024-09-25T17:21:15.937Z[ host-image] Sep 25 17:21:14.703 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
83402024-09-25T17:21:15.937Z[ host-image] Sep 25 17:21:14.704 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
83412024-09-25T17:21:15.940Z[ host-image] Sep 25 17:21:14.704 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22914:20240925T161505Z
83422024-09-25T17:21:15.940Z[ host-image] Sep 25 17:21:14.704 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22914:20240925T161505Z
83432024-09-25T17:21:15.940Z[ host-image] Sep 25 17:21:14.705 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22914:20240925T161505Z
83442024-09-25T17:21:15.940Z[ host-image] Sep 25 17:21:14.705 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22914:20240925T161505Z
83452024-09-25T17:21:15.940Z[ host-image] Sep 25 17:21:14.705 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22914:20240925T161506Z
83462024-09-25T17:21:15.940Z[ host-image] Sep 25 17:21:14.705 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22914:20240925T161506Z
83472024-09-25T17:21:15.942Z[ host-image] Sep 25 17:21:14.708 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
83482024-09-25T17:21:15.942Z[ host-image] Sep 25 17:21:14.708 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22914:20240925T161507Z
83492024-09-25T17:21:15.943Z[ host-image] Sep 25 17:21:14.710 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22914:20240925T161507Z
83502024-09-25T17:21:15.943Z[ host-image] Sep 25 17:21:14.710 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22914:20240925T161507Z
83512024-09-25T17:21:15.943Z[ host-image] Sep 25 17:21:14.710 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22914:20240925T161508Z
83522024-09-25T17:21:15.943Z[ host-image] Sep 25 17:21:14.711 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22914:20240925T161508Z
83532024-09-25T17:21:15.945Z[ host-image] Sep 25 17:21:14.711 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22914:20240925T161508Z
83542024-09-25T17:21:15.946Z[ host-image] Sep 25 17:21:14.711 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83552024-09-25T17:21:15.946Z[ host-image] Sep 25 17:21:14.711 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83562024-09-25T17:21:15.946Z[ host-image] Sep 25 17:21:14.711 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22914:20240925T161510Z
83572024-09-25T17:21:15.946Z[ host-image] Sep 25 17:21:14.712 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22914:20240925T161511Z
83582024-09-25T17:21:15.946Z[ host-image] Sep 25 17:21:14.712 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83592024-09-25T17:21:15.946Z[ host-image] Sep 25 17:21:14.712 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83602024-09-25T17:21:15.946Z[ host-image] Sep 25 17:21:14.712 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83612024-09-25T17:21:15.946Z[ host-image] Sep 25 17:21:14.712 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83622024-09-25T17:21:15.946Z[ host-image] Sep 25 17:21:14.712 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83632024-09-25T17:21:15.946Z[ host-image] Sep 25 17:21:14.713 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83642024-09-25T17:21:15.948Z[ host-image] Sep 25 17:21:14.714 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83652024-09-25T17:21:15.948Z[ host-image] Sep 25 17:21:14.714 INFO O| tempdir @ "/tmp/.tmpeYaeoZ/tmp"
83662024-09-25T17:21:15.948Z[ host-image] Sep 25 17:21:14.714 INFO O| image root @ "/tmp/.tmpeYaeoZ/tmp/root"
83672024-09-25T17:21:15.948Z[ host-image] Sep 25 17:21:14.715 INFO O| creating image...
83682024-09-25T17:21:16.442Z[ host-image] Sep 25 17:21:15.210 INFO O| copying publishers...
83692024-09-25T17:21:23.102Z[ host-image] Sep 25 17:21:21.868 INFO O| adding properties...
83702024-09-25T17:21:24.104Z[ host-image] Sep 25 17:21:22.871 INFO O| installing packages...
83712024-09-25T17:21:38.050Z[ recovery-image] Sep 25 17:21:36.813 INFO O| ok, image written!
83722024-09-25T17:21:38.050Z[ recovery-image] Sep 25 17:21:36.814 INFO O| ok, boot_image_csum file written!
83732024-09-25T17:21:38.054Z[ recovery-image] Sep 25 17:21:36.818 INFO creating boot archive (CPIO)...
83742024-09-25T17:21:38.057Z[ recovery-image] Sep 25 17:21:36.818 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
83752024-09-25T17:21:38.063Z[ recovery-image] Sep 25 17:21:36.827 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83762024-09-25T17:21:38.063Z[ recovery-image] Sep 25 17:21:36.827 INFO E| + outfile=/work/os-recovery/cpio
83772024-09-25T17:21:38.066Z[ recovery-image] Sep 25 17:21:36.827 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83782024-09-25T17:21:38.066Z[ recovery-image] Sep 25 17:21:36.829 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83792024-09-25T17:21:38.066Z[ recovery-image] Sep 25 17:21:36.830 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83802024-09-25T17:21:38.099Z[ recovery-image] Sep 25 17:21:36.863 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83812024-09-25T17:21:38.099Z[ recovery-image] Sep 25 17:21:36.863 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
83822024-09-25T17:21:38.107Z[ recovery-image] Sep 25 17:21:36.871 INFO creating compressed cpio/unix for nanobl-rs...
83832024-09-25T17:21:38.111Z[ recovery-image] Sep 25 17:21:36.872 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
83842024-09-25T17:21:38.392Z[ recovery-image] Sep 25 17:21:37.156 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
83852024-09-25T17:21:38.556Z[ host-image] Sep 25 17:21:37.321 INFO O| seeding SMF database...
83862024-09-25T17:21:42.733Z[ recovery-image] Sep 25 17:21:41.496 INFO creating reset image...
83872024-09-25T17:21:42.733Z[ recovery-image] Sep 25 17:21:41.496 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
83882024-09-25T17:21:42.964Z[ recovery-image] Sep 25 17:21:41.727 INFO E| Updating crates.io index
83892024-09-25T17:21:43.062Z[ recovery-image] Sep 25 17:21:41.825 INFO E| Downloading crates ...
83902024-09-25T17:21:43.261Z[ recovery-image] Sep 25 17:21:42.024 INFO E| Downloaded utf8parse v0.2.2
83912024-09-25T17:21:43.264Z[ recovery-image] Sep 25 17:21:42.026 INFO E| Downloaded shared_child v1.0.1
83922024-09-25T17:21:43.266Z[ recovery-image] Sep 25 17:21:42.027 INFO E| Downloaded os_pipe v1.2.1
83932024-09-25T17:21:43.266Z[ recovery-image] Sep 25 17:21:42.028 INFO E| Downloaded colorchoice v1.0.2
83942024-09-25T17:21:43.266Z[ recovery-image] Sep 25 17:21:42.030 INFO E| Downloaded anstyle-query v1.1.1
83952024-09-25T17:21:43.269Z[ recovery-image] Sep 25 17:21:42.031 INFO E| Downloaded quote v1.0.37
83962024-09-25T17:21:43.272Z[ recovery-image] Sep 25 17:21:42.033 INFO E| Downloaded clap_builder v4.5.17
83972024-09-25T17:21:43.276Z[ recovery-image] Sep 25 17:21:42.040 INFO E| Downloaded clap v4.5.17
83982024-09-25T17:21:43.285Z[ recovery-image] Sep 25 17:21:42.048 INFO E| Downloaded anstream v0.6.15
83992024-09-25T17:21:43.287Z[ recovery-image] Sep 25 17:21:42.050 INFO E| Downloaded is_terminal_polyfill v1.70.1
84002024-09-25T17:21:43.289Z[ recovery-image] Sep 25 17:21:42.051 INFO E| Downloaded duct v0.13.7
84012024-09-25T17:21:43.292Z[ recovery-image] Sep 25 17:21:42.053 INFO E| Downloaded clap_lex v0.7.2
84022024-09-25T17:21:43.292Z[ recovery-image] Sep 25 17:21:42.054 INFO E| Downloaded anstyle-parse v0.2.5
84032024-09-25T17:21:43.294Z[ recovery-image] Sep 25 17:21:42.056 INFO E| Downloaded syn v2.0.77
84042024-09-25T17:21:43.351Z[ recovery-image] Sep 25 17:21:42.114 INFO E| Compiling proc-macro2 v1.0.86
84052024-09-25T17:21:43.351Z[ recovery-image] Sep 25 17:21:42.114 INFO E| Compiling unicode-ident v1.0.12
84062024-09-25T17:21:43.351Z[ recovery-image] Sep 25 17:21:42.114 INFO E| Compiling libc v0.2.158
84072024-09-25T17:21:43.351Z[ recovery-image] Sep 25 17:21:42.114 INFO E| Compiling utf8parse v0.2.2
84082024-09-25T17:21:43.354Z[ recovery-image] Sep 25 17:21:42.114 INFO E| Compiling anstyle v1.0.8
84092024-09-25T17:21:43.354Z[ recovery-image] Sep 25 17:21:42.114 INFO E| Compiling colorchoice v1.0.2
84102024-09-25T17:21:43.354Z[ recovery-image] Sep 25 17:21:42.114 INFO E| Compiling anstyle-query v1.1.1
84112024-09-25T17:21:43.354Z[ recovery-image] Sep 25 17:21:42.114 INFO E| Compiling is_terminal_polyfill v1.70.1
84122024-09-25T17:21:43.559Z[ recovery-image] Sep 25 17:21:42.322 INFO E| Compiling anstyle-parse v0.2.5
84132024-09-25T17:21:43.581Z[ recovery-image] Sep 25 17:21:42.344 INFO E| Compiling strsim v0.11.1
84142024-09-25T17:21:43.581Z[ recovery-image] Sep 25 17:21:42.344 INFO E| Compiling clap_lex v0.7.2
84152024-09-25T17:21:43.626Z[ recovery-image] Sep 25 17:21:42.389 INFO E| Compiling heck v0.5.0
84162024-09-25T17:21:43.827Z[ recovery-image] Sep 25 17:21:42.589 INFO E| Compiling anstream v0.6.15
84172024-09-25T17:21:43.827Z[ recovery-image] Sep 25 17:21:42.589 INFO E| Compiling once_cell v1.19.0
84182024-09-25T17:21:44.298Z[ recovery-image] Sep 25 17:21:43.061 INFO E| Compiling clap_builder v4.5.17
84192024-09-25T17:21:44.675Z[ recovery-image] Sep 25 17:21:43.438 INFO E| Compiling os_pipe v1.2.1
84202024-09-25T17:21:44.675Z[ recovery-image] Sep 25 17:21:43.438 INFO E| Compiling shared_child v1.0.1
84212024-09-25T17:21:44.800Z[ recovery-image] Sep 25 17:21:43.563 INFO E| Compiling quote v1.0.37
84222024-09-25T17:21:44.818Z[ recovery-image] Sep 25 17:21:43.581 INFO E| Compiling duct v0.13.7
84232024-09-25T17:21:45.145Z[ recovery-image] Sep 25 17:21:43.908 INFO E| Compiling syn v2.0.77
84242024-09-25T17:21:46.885Z[ host-image] Sep 25 17:21:45.648 INFO O| configuring SMF profile...
84252024-09-25T17:21:46.885Z[ host-image] Sep 25 17:21:45.648 INFO O| modifying shadow(5)...
84262024-09-25T17:21:46.888Z[ host-image] Sep 25 17:21:45.648 INFO O| loading user and group database...
84272024-09-25T17:21:46.888Z[ host-image] Sep 25 17:21:45.648 INFO O| assessing packaged files...
84282024-09-25T17:21:49.054Z[ recovery-image] Sep 25 17:21:47.816 INFO E| Compiling clap_derive v4.5.13
84292024-09-25T17:21:49.590Z[ host-image] Sep 25 17:21:48.352 INFO O| creating archive...
84302024-09-25T17:21:49.625Z[ host-image] Sep 25 17:21:48.385 INFO O| missing from packaging:
84312024-09-25T17:21:49.625Z[ host-image] Sep 25 17:21:48.385 INFO O| "etc/.pwd.lock"
84322024-09-25T17:21:49.628Z[ host-image] Sep 25 17:21:48.385 INFO O| "etc/bash"
84332024-09-25T17:21:49.634Z[ host-image] Sep 25 17:21:48.390 INFO O| "etc/svc/profile/generic.xml"
84342024-09-25T17:21:49.634Z[ host-image] Sep 25 17:21:48.390 INFO O| "etc/svc/profile/inetd_services.xml"
84352024-09-25T17:21:49.634Z[ host-image] Sep 25 17:21:48.390 INFO O| "etc/svc/profile/name_service.xml"
84362024-09-25T17:21:49.634Z[ host-image] Sep 25 17:21:48.390 INFO O| "etc/svc/profile/platform.xml"
84372024-09-25T17:21:49.634Z[ host-image] Sep 25 17:21:48.390 INFO O| "etc/svc/profile/platform_omicron1.xml"
84382024-09-25T17:21:49.634Z[ host-image] Sep 25 17:21:48.390 INFO O| "etc/svc/repository.db"
84392024-09-25T17:21:49.637Z[ host-image] Sep 25 17:21:48.399 INFO O| "opt/ooce/share"
84402024-09-25T17:21:49.637Z[ host-image] Sep 25 17:21:48.399 INFO O| "opt/ooce/share/man"
84412024-09-25T17:21:49.637Z[ host-image] Sep 25 17:21:48.399 INFO O| "opt/ooce/share/man/man1"
84422024-09-25T17:21:49.647Z[ host-image] Sep 25 17:21:48.408 INFO O| finishing archive...
84432024-09-25T17:21:50.887Z[ recovery-image] Sep 25 17:21:49.646 INFO E| Compiling clap v4.5.17
84442024-09-25T17:21:50.939Z[ recovery-image] Sep 25 17:21:49.700 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
84452024-09-25T17:21:51.917Z[ recovery-image] Sep 25 17:21:50.679 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
84462024-09-25T17:21:51.928Z[ recovery-image] Sep 25 17:21:50.690 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
84472024-09-25T17:21:52.045Z[ recovery-image] Sep 25 17:21:50.807 INFO E| Updating crates.io index
84482024-09-25T17:21:52.198Z[ recovery-image] Sep 25 17:21:50.959 INFO E| Downloading crates ...
84492024-09-25T17:21:52.263Z[ recovery-image] Sep 25 17:21:51.025 INFO E| Downloaded raw-cpuid v10.7.0
84502024-09-25T17:21:52.267Z[ recovery-image] Sep 25 17:21:51.029 INFO E| Downloaded seq-macro v0.3.5
84512024-09-25T17:21:52.270Z[ recovery-image] Sep 25 17:21:51.030 INFO E| Downloaded cpio_reader v0.1.1
84522024-09-25T17:21:52.270Z[ recovery-image] Sep 25 17:21:51.031 INFO E| Downloaded bit_field v0.10.2
84532024-09-25T17:21:52.273Z[ recovery-image] Sep 25 17:21:51.033 INFO E| Downloaded miniz_oxide v0.7.4
84542024-09-25T17:21:52.396Z[ recovery-image] Sep 25 17:21:51.157 INFO E| Downloaded x86 v0.52.0
84552024-09-25T17:21:52.455Z[ recovery-image] Sep 25 17:21:51.216 INFO E| Updating crates.io index
84562024-09-25T17:21:52.510Z[ host-image] Sep 25 17:21:51.272 INFO O| creating gzonly manifest...
84572024-09-25T17:21:52.542Z[ host-image] Sep 25 17:21:51.303 INFO O| ok
84582024-09-25T17:21:52.606Z[ recovery-image] Sep 25 17:21:51.367 INFO E| Downloading crates ...
84592024-09-25T17:21:52.637Z[ host-image] Sep 25 17:21:51.399 INFO image builder template: ramdisk-02-trim...
84602024-09-25T17:21:52.637Z[ host-image] Sep 25 17:21:51.399 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/.tmpqWzsV2/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
84612024-09-25T17:21:52.661Z[ host-image] Sep 25 17:21:51.422 INFO O| Sep 25 17:21:51.422 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84622024-09-25T17:21:52.664Z[ host-image] Sep 25 17:21:51.426 INFO O| Sep 25 17:21:51.426 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84632024-09-25T17:21:52.667Z[ recovery-image] Sep 25 17:21:51.428 INFO E| Downloaded compiler_builtins v0.1.123
84642024-09-25T17:21:52.774Z[ recovery-image] Sep 25 17:21:51.536 INFO E| Compiling compiler_builtins v0.1.123
84652024-09-25T17:21:52.774Z[ recovery-image] Sep 25 17:21:51.536 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)
84662024-09-25T17:21:52.775Z[ recovery-image] Sep 25 17:21:51.536 INFO E| Compiling proc-macro2 v1.0.86
84672024-09-25T17:21:52.777Z[ recovery-image] Sep 25 17:21:51.536 INFO E| Compiling unicode-ident v1.0.12
84682024-09-25T17:21:52.777Z[ recovery-image] Sep 25 17:21:51.536 INFO E| Compiling syn v1.0.109
84692024-09-25T17:21:52.777Z[ recovery-image] Sep 25 17:21:51.536 INFO E| Compiling x86 v0.52.0
84702024-09-25T17:21:52.777Z[ recovery-image] Sep 25 17:21:51.536 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
84712024-09-25T17:21:52.777Z[ recovery-image] Sep 25 17:21:51.536 INFO E| Compiling seq-macro v0.3.5
84722024-09-25T17:21:52.902Z[ host-image] Sep 25 17:21:51.663 INFO O| Sep 25 17:21:51.662 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
84732024-09-25T17:21:53.100Z[ host-image] Sep 25 17:21:51.862 INFO O| Sep 25 17:21:51.862 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84742024-09-25T17:21:53.100Z[ host-image] Sep 25 17:21:51.862 INFO O| Sep 25 17:21:51.862 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
84752024-09-25T17:21:53.108Z[ host-image] Sep 25 17:21:51.870 INFO O| Sep 25 17:21:51.869 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
84762024-09-25T17:21:53.116Z[ host-image] Sep 25 17:21:51.876 INFO O| Sep 25 17:21:51.876 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
84772024-09-25T17:21:53.123Z[ host-image] Sep 25 17:21:51.884 INFO O| Sep 25 17:21:51.884 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
84782024-09-25T17:21:53.367Z[ host-image] Sep 25 17:21:52.128 INFO O| Sep 25 17:21:52.128 INFO rolled back to input snapshot; work may begin
84792024-09-25T17:21:53.367Z[ host-image] Sep 25 17:21:52.128 INFO O| Sep 25 17:21:52.128 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
84802024-09-25T17:21:53.374Z[ host-image] Sep 25 17:21:52.134 INFO O| Sep 25 17:21:52.134 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84812024-09-25T17:21:53.385Z[ host-image] Sep 25 17:21:52.146 INFO O| Sep 25 17:21:52.146 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
84822024-09-25T17:21:53.439Z[ host-image] Sep 25 17:21:52.200 INFO O| Sep 25 17:21:52.200 INFO STEP 0 (remove_files) COMPLETE
84832024-09-25T17:21:53.439Z[ host-image] Sep 25 17:21:52.200 INFO O| Sep 25 17:21:52.200 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84842024-09-25T17:21:53.453Z[ host-image] Sep 25 17:21:52.214 INFO O| Sep 25 17:21:52.214 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
84852024-09-25T17:21:53.455Z[ host-image] Sep 25 17:21:52.216 INFO O| Sep 25 17:21:52.216 INFO STEP 1 (remove_files) COMPLETE
84862024-09-25T17:21:53.455Z[ host-image] Sep 25 17:21:52.216 INFO O| Sep 25 17:21:52.216 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84872024-09-25T17:21:53.468Z[ host-image] Sep 25 17:21:52.229 INFO O| Sep 25 17:21:52.229 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
84882024-09-25T17:21:53.487Z[ host-image] Sep 25 17:21:52.249 INFO O| Sep 25 17:21:52.249 INFO STEP 2 (remove_files) COMPLETE
84892024-09-25T17:21:53.487Z[ host-image] Sep 25 17:21:52.249 INFO O| Sep 25 17:21:52.249 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84902024-09-25T17:21:53.499Z[ host-image] Sep 25 17:21:52.261 INFO O| Sep 25 17:21:52.260 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
84912024-09-25T17:21:53.502Z[ host-image] Sep 25 17:21:52.263 INFO O| Sep 25 17:21:52.263 INFO STEP 3 (remove_files) COMPLETE
84922024-09-25T17:21:53.502Z[ host-image] Sep 25 17:21:52.263 INFO O| Sep 25 17:21:52.263 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84932024-09-25T17:21:53.512Z[ host-image] Sep 25 17:21:52.273 INFO O| Sep 25 17:21:52.273 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
84942024-09-25T17:21:53.515Z[ host-image] Sep 25 17:21:52.277 INFO O| Sep 25 17:21:52.277 INFO STEP 4 (remove_files) COMPLETE
84952024-09-25T17:21:53.515Z[ host-image] Sep 25 17:21:52.277 INFO O| Sep 25 17:21:52.277 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84962024-09-25T17:21:53.526Z[ host-image] Sep 25 17:21:52.287 INFO O| Sep 25 17:21:52.287 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
84972024-09-25T17:21:53.528Z[ host-image] Sep 25 17:21:52.290 INFO O| Sep 25 17:21:52.290 INFO STEP 5 (remove_files) COMPLETE
84982024-09-25T17:21:53.528Z[ host-image] Sep 25 17:21:52.290 INFO O| Sep 25 17:21:52.290 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84992024-09-25T17:21:53.541Z[ host-image] Sep 25 17:21:52.302 INFO O| Sep 25 17:21:52.302 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85002024-09-25T17:21:53.550Z[ host-image] Sep 25 17:21:52.312 INFO O| Sep 25 17:21:52.312 INFO STEP 6 (remove_files) COMPLETE
85012024-09-25T17:21:53.550Z[ host-image] Sep 25 17:21:52.312 INFO O| Sep 25 17:21:52.312 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85022024-09-25T17:21:53.561Z[ host-image] Sep 25 17:21:52.322 INFO O| Sep 25 17:21:52.322 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85032024-09-25T17:21:53.573Z[ host-image] Sep 25 17:21:52.334 INFO O| Sep 25 17:21:52.334 INFO STEP 7 (remove_files) COMPLETE
85042024-09-25T17:21:53.573Z[ host-image] Sep 25 17:21:52.334 INFO O| Sep 25 17:21:52.334 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85052024-09-25T17:21:53.583Z[ host-image] Sep 25 17:21:52.344 INFO O| Sep 25 17:21:52.344 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85062024-09-25T17:21:53.653Z[ host-image] Sep 25 17:21:52.414 INFO O| Sep 25 17:21:52.414 INFO STEP 8 (remove_files) COMPLETE
85072024-09-25T17:21:53.653Z[ host-image] Sep 25 17:21:52.414 INFO O| Sep 25 17:21:52.414 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85082024-09-25T17:21:53.664Z[ host-image] Sep 25 17:21:52.425 INFO O| Sep 25 17:21:52.425 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
85092024-09-25T17:21:53.740Z[ host-image] Sep 25 17:21:52.501 INFO O| Sep 25 17:21:52.501 INFO STEP 9 (remove_files) COMPLETE
85102024-09-25T17:21:53.740Z[ host-image] Sep 25 17:21:52.501 INFO O| Sep 25 17:21:52.501 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85112024-09-25T17:21:53.751Z[ host-image] Sep 25 17:21:52.512 INFO O| Sep 25 17:21:52.512 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
85122024-09-25T17:21:53.754Z[ host-image] Sep 25 17:21:52.516 INFO O| Sep 25 17:21:52.516 INFO STEP 10 (remove_files) COMPLETE
85132024-09-25T17:21:53.754Z[ host-image] Sep 25 17:21:52.516 INFO O| Sep 25 17:21:52.516 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85142024-09-25T17:21:53.764Z[ host-image] Sep 25 17:21:52.526 INFO O| Sep 25 17:21:52.526 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
85152024-09-25T17:21:53.767Z[ host-image] Sep 25 17:21:52.527 INFO O| Sep 25 17:21:52.527 INFO STEP 11 (remove_files) COMPLETE
85162024-09-25T17:21:53.767Z[ host-image] Sep 25 17:21:52.527 INFO O| Sep 25 17:21:52.527 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85172024-09-25T17:21:53.776Z[ host-image] Sep 25 17:21:52.537 INFO O| Sep 25 17:21:52.537 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
85182024-09-25T17:21:53.779Z[ host-image] Sep 25 17:21:52.540 INFO O| Sep 25 17:21:52.540 INFO STEP 12 (remove_files) COMPLETE
85192024-09-25T17:21:53.779Z[ host-image] Sep 25 17:21:52.540 INFO O| Sep 25 17:21:52.540 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85202024-09-25T17:21:53.797Z[ host-image] Sep 25 17:21:52.558 INFO O| Sep 25 17:21:52.558 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
85212024-09-25T17:21:53.800Z[ host-image] Sep 25 17:21:52.559 INFO O| Sep 25 17:21:52.559 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
85222024-09-25T17:21:53.800Z[ host-image] Sep 25 17:21:52.559 INFO O| Sep 25 17:21:52.559 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
85232024-09-25T17:21:53.800Z[ host-image] Sep 25 17:21:52.559 INFO O| Sep 25 17:21:52.559 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
85242024-09-25T17:21:53.800Z[ host-image] Sep 25 17:21:52.560 INFO O| Sep 25 17:21:52.559 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
85252024-09-25T17:21:53.800Z[ host-image] Sep 25 17:21:52.560 INFO O| Sep 25 17:21:52.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
85262024-09-25T17:21:53.800Z[ host-image] Sep 25 17:21:52.560 INFO O| Sep 25 17:21:52.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
85272024-09-25T17:21:53.800Z[ host-image] Sep 25 17:21:52.560 INFO O| Sep 25 17:21:52.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
85282024-09-25T17:21:53.800Z[ host-image] Sep 25 17:21:52.560 INFO O| Sep 25 17:21:52.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
85292024-09-25T17:21:53.800Z[ host-image] Sep 25 17:21:52.560 INFO O| Sep 25 17:21:52.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
85302024-09-25T17:21:53.800Z[ host-image] Sep 25 17:21:52.560 INFO O| Sep 25 17:21:52.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
85312024-09-25T17:21:53.800Z[ host-image] Sep 25 17:21:52.560 INFO O| Sep 25 17:21:52.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
85322024-09-25T17:21:53.800Z[ host-image] Sep 25 17:21:52.561 INFO O| Sep 25 17:21:52.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
85332024-09-25T17:21:53.803Z[ host-image] Sep 25 17:21:52.561 INFO O| Sep 25 17:21:52.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
85342024-09-25T17:21:53.803Z[ host-image] Sep 25 17:21:52.561 INFO O| Sep 25 17:21:52.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
85352024-09-25T17:21:53.803Z[ host-image] Sep 25 17:21:52.561 INFO O| Sep 25 17:21:52.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
85362024-09-25T17:21:53.803Z[ host-image] Sep 25 17:21:52.561 INFO O| Sep 25 17:21:52.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
85372024-09-25T17:21:53.840Z[ host-image] Sep 25 17:21:52.601 INFO O| Sep 25 17:21:52.601 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
85382024-09-25T17:21:53.843Z[ host-image] Sep 25 17:21:52.603 INFO O| Sep 25 17:21:52.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
85392024-09-25T17:21:53.852Z[ host-image] Sep 25 17:21:52.613 INFO O| Sep 25 17:21:52.613 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
85402024-09-25T17:21:53.862Z[ host-image] Sep 25 17:21:52.623 INFO O| Sep 25 17:21:52.623 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
85412024-09-25T17:21:53.880Z[ recovery-image] Sep 25 17:21:52.642 INFO E| Compiling quote v1.0.37
85422024-09-25T17:21:54.134Z[ recovery-image] Sep 25 17:21:52.895 INFO E| Compiling syn v2.0.77
85432024-09-25T17:21:54.234Z[ host-image] Sep 25 17:21:52.996 INFO O| Sep 25 17:21:52.996 INFO STEP 13 (remove_files) COMPLETE
85442024-09-25T17:21:54.234Z[ host-image] Sep 25 17:21:52.996 INFO O| Sep 25 17:21:52.996 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85452024-09-25T17:21:54.250Z[ host-image] Sep 25 17:21:53.011 INFO O| Sep 25 17:21:53.011 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
85462024-09-25T17:21:54.252Z[ host-image] Sep 25 17:21:53.012 INFO O| Sep 25 17:21:53.012 INFO STEP 14 (remove_files) COMPLETE
85472024-09-25T17:21:54.252Z[ host-image] Sep 25 17:21:53.012 INFO O| Sep 25 17:21:53.012 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85482024-09-25T17:21:54.264Z[ host-image] Sep 25 17:21:53.025 INFO O| Sep 25 17:21:53.025 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
85492024-09-25T17:21:54.274Z[ host-image] Sep 25 17:21:53.035 INFO O| Sep 25 17:21:53.035 INFO STEP 15 (remove_files) COMPLETE
85502024-09-25T17:21:54.274Z[ host-image] Sep 25 17:21:53.035 INFO O| Sep 25 17:21:53.035 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85512024-09-25T17:21:54.285Z[ host-image] Sep 25 17:21:53.047 INFO O| Sep 25 17:21:53.047 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
85522024-09-25T17:21:54.288Z[ host-image] Sep 25 17:21:53.047 INFO O| Sep 25 17:21:53.047 INFO STEP 16 (remove_files) COMPLETE
85532024-09-25T17:21:54.288Z[ host-image] Sep 25 17:21:53.047 INFO O| Sep 25 17:21:53.047 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85542024-09-25T17:21:54.299Z[ host-image] Sep 25 17:21:53.060 INFO O| Sep 25 17:21:53.060 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
85552024-09-25T17:21:54.301Z[ host-image] Sep 25 17:21:53.062 INFO O| Sep 25 17:21:53.062 INFO STEP 17 (remove_files) COMPLETE
85562024-09-25T17:21:54.301Z[ host-image] Sep 25 17:21:53.062 INFO O| Sep 25 17:21:53.062 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85572024-09-25T17:21:54.312Z[ host-image] Sep 25 17:21:53.073 INFO O| Sep 25 17:21:53.073 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
85582024-09-25T17:21:54.312Z[ host-image] Sep 25 17:21:53.073 INFO O| Sep 25 17:21:53.073 INFO STEP 18 (remove_files) COMPLETE
85592024-09-25T17:21:54.316Z[ host-image] Sep 25 17:21:53.073 INFO O| Sep 25 17:21:53.073 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85602024-09-25T17:21:54.326Z[ host-image] Sep 25 17:21:53.083 INFO O| Sep 25 17:21:53.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
85612024-09-25T17:21:54.326Z[ host-image] Sep 25 17:21:53.084 INFO O| Sep 25 17:21:53.083 INFO STEP 19 (remove_files) COMPLETE
85622024-09-25T17:21:54.326Z[ host-image] Sep 25 17:21:53.084 INFO O| Sep 25 17:21:53.084 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85632024-09-25T17:21:54.333Z[ host-image] Sep 25 17:21:53.094 INFO O| Sep 25 17:21:53.094 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
85642024-09-25T17:21:54.333Z[ host-image] Sep 25 17:21:53.094 INFO O| Sep 25 17:21:53.094 INFO STEP 20 (remove_files) COMPLETE
85652024-09-25T17:21:54.333Z[ host-image] Sep 25 17:21:53.094 INFO O| Sep 25 17:21:53.094 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85662024-09-25T17:21:54.348Z[ host-image] Sep 25 17:21:53.108 INFO O| Sep 25 17:21:53.108 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
85672024-09-25T17:21:54.352Z[ host-image] Sep 25 17:21:53.108 INFO O| Sep 25 17:21:53.108 INFO STEP 21 (remove_files) COMPLETE
85682024-09-25T17:21:54.352Z[ host-image] Sep 25 17:21:53.108 INFO O| Sep 25 17:21:53.108 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85692024-09-25T17:21:54.361Z[ host-image] Sep 25 17:21:53.122 INFO O| Sep 25 17:21:53.122 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
85702024-09-25T17:21:54.361Z[ host-image] Sep 25 17:21:53.122 INFO O| Sep 25 17:21:53.122 INFO STEP 22 (remove_files) COMPLETE
85712024-09-25T17:21:54.361Z[ host-image] Sep 25 17:21:53.122 INFO O| Sep 25 17:21:53.122 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85722024-09-25T17:21:54.373Z[ host-image] Sep 25 17:21:53.134 INFO O| Sep 25 17:21:53.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
85732024-09-25T17:21:54.373Z[ host-image] Sep 25 17:21:53.134 INFO O| Sep 25 17:21:53.134 INFO STEP 23 (remove_files) COMPLETE
85742024-09-25T17:21:54.375Z[ host-image] Sep 25 17:21:53.134 INFO O| Sep 25 17:21:53.134 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85752024-09-25T17:21:54.385Z[ host-image] Sep 25 17:21:53.146 INFO O| Sep 25 17:21:53.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
85762024-09-25T17:21:54.385Z[ host-image] Sep 25 17:21:53.146 INFO O| Sep 25 17:21:53.146 INFO STEP 24 (remove_files) COMPLETE
85772024-09-25T17:21:54.388Z[ host-image] Sep 25 17:21:53.146 INFO O| Sep 25 17:21:53.146 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85782024-09-25T17:21:54.395Z[ host-image] Sep 25 17:21:53.157 INFO O| Sep 25 17:21:53.156 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
85792024-09-25T17:21:54.395Z[ host-image] Sep 25 17:21:53.157 INFO O| Sep 25 17:21:53.157 INFO STEP 25 (remove_files) COMPLETE
85802024-09-25T17:21:54.399Z[ host-image] Sep 25 17:21:53.157 INFO O| Sep 25 17:21:53.157 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85812024-09-25T17:21:54.406Z[ host-image] Sep 25 17:21:53.167 INFO O| Sep 25 17:21:53.167 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
85822024-09-25T17:21:54.406Z[ host-image] Sep 25 17:21:53.167 INFO O| Sep 25 17:21:53.167 INFO STEP 26 (remove_files) COMPLETE
85832024-09-25T17:21:54.408Z[ host-image] Sep 25 17:21:53.167 INFO O| Sep 25 17:21:53.167 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85842024-09-25T17:21:54.418Z[ host-image] Sep 25 17:21:53.179 INFO O| Sep 25 17:21:53.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
85852024-09-25T17:21:54.418Z[ host-image] Sep 25 17:21:53.179 INFO O| Sep 25 17:21:53.179 INFO STEP 27 (remove_files) COMPLETE
85862024-09-25T17:21:54.421Z[ host-image] Sep 25 17:21:53.179 INFO O| Sep 25 17:21:53.179 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85872024-09-25T17:21:54.430Z[ host-image] Sep 25 17:21:53.191 INFO O| Sep 25 17:21:53.191 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
85882024-09-25T17:21:54.430Z[ host-image] Sep 25 17:21:53.191 INFO O| Sep 25 17:21:53.191 INFO STEP 28 (remove_files) COMPLETE
85892024-09-25T17:21:54.430Z[ host-image] Sep 25 17:21:53.191 INFO O| Sep 25 17:21:53.191 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85902024-09-25T17:21:54.443Z[ host-image] Sep 25 17:21:53.204 INFO O| Sep 25 17:21:53.204 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
85912024-09-25T17:21:54.443Z[ host-image] Sep 25 17:21:53.204 INFO O| Sep 25 17:21:53.204 INFO STEP 29 (remove_files) COMPLETE
85922024-09-25T17:21:54.445Z[ host-image] Sep 25 17:21:53.204 INFO O| Sep 25 17:21:53.204 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85932024-09-25T17:21:54.454Z[ host-image] Sep 25 17:21:53.214 INFO O| Sep 25 17:21:53.214 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
85942024-09-25T17:21:54.454Z[ host-image] Sep 25 17:21:53.215 INFO O| Sep 25 17:21:53.215 INFO STEP 30 (remove_files) COMPLETE
85952024-09-25T17:21:54.454Z[ host-image] Sep 25 17:21:53.215 INFO O| Sep 25 17:21:53.215 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85962024-09-25T17:21:54.465Z[ host-image] Sep 25 17:21:53.226 INFO O| Sep 25 17:21:53.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
85972024-09-25T17:21:54.465Z[ host-image] Sep 25 17:21:53.226 INFO O| Sep 25 17:21:53.226 INFO STEP 31 (remove_files) COMPLETE
85982024-09-25T17:21:54.468Z[ host-image] Sep 25 17:21:53.226 INFO O| Sep 25 17:21:53.226 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85992024-09-25T17:21:54.475Z[ host-image] Sep 25 17:21:53.236 INFO O| Sep 25 17:21:53.236 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86002024-09-25T17:21:54.475Z[ host-image] Sep 25 17:21:53.236 INFO O| Sep 25 17:21:53.236 INFO STEP 32 (remove_files) COMPLETE
86012024-09-25T17:21:54.478Z[ host-image] Sep 25 17:21:53.236 INFO O| Sep 25 17:21:53.236 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86022024-09-25T17:21:54.485Z[ host-image] Sep 25 17:21:53.246 INFO O| Sep 25 17:21:53.246 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86032024-09-25T17:21:54.485Z[ host-image] Sep 25 17:21:53.246 INFO O| Sep 25 17:21:53.246 INFO STEP 33 (remove_files) COMPLETE
86042024-09-25T17:21:54.488Z[ host-image] Sep 25 17:21:53.246 INFO O| Sep 25 17:21:53.246 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86052024-09-25T17:21:54.495Z[ host-image] Sep 25 17:21:53.256 INFO O| Sep 25 17:21:53.256 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86062024-09-25T17:21:54.498Z[ host-image] Sep 25 17:21:53.256 INFO O| Sep 25 17:21:53.256 INFO STEP 34 (remove_files) COMPLETE
86072024-09-25T17:21:54.498Z[ host-image] Sep 25 17:21:53.256 INFO O| Sep 25 17:21:53.256 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86082024-09-25T17:21:54.506Z[ host-image] Sep 25 17:21:53.267 INFO O| Sep 25 17:21:53.267 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
86092024-09-25T17:21:54.506Z[ host-image] Sep 25 17:21:53.267 INFO O| Sep 25 17:21:53.267 INFO STEP 35 (remove_files) COMPLETE
86102024-09-25T17:21:54.508Z[ host-image] Sep 25 17:21:53.267 INFO O| Sep 25 17:21:53.267 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86112024-09-25T17:21:54.516Z[ host-image] Sep 25 17:21:53.278 INFO O| Sep 25 17:21:53.277 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
86122024-09-25T17:21:54.516Z[ host-image] Sep 25 17:21:53.278 INFO O| Sep 25 17:21:53.278 INFO STEP 36 (remove_files) COMPLETE
86132024-09-25T17:21:54.519Z[ host-image] Sep 25 17:21:53.278 INFO O| Sep 25 17:21:53.278 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86142024-09-25T17:21:54.527Z[ host-image] Sep 25 17:21:53.288 INFO O| Sep 25 17:21:53.288 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
86152024-09-25T17:21:54.527Z[ host-image] Sep 25 17:21:53.288 INFO O| Sep 25 17:21:53.288 INFO STEP 37 (remove_files) COMPLETE
86162024-09-25T17:21:54.529Z[ host-image] Sep 25 17:21:53.288 INFO O| Sep 25 17:21:53.288 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86172024-09-25T17:21:54.537Z[ host-image] Sep 25 17:21:53.298 INFO O| Sep 25 17:21:53.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
86182024-09-25T17:21:54.537Z[ host-image] Sep 25 17:21:53.298 INFO O| Sep 25 17:21:53.298 INFO STEP 38 (remove_files) COMPLETE
86192024-09-25T17:21:54.537Z[ host-image] Sep 25 17:21:53.298 INFO O| Sep 25 17:21:53.298 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86202024-09-25T17:21:54.550Z[ host-image] Sep 25 17:21:53.311 INFO O| Sep 25 17:21:53.311 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
86212024-09-25T17:21:54.550Z[ host-image] Sep 25 17:21:53.311 INFO O| Sep 25 17:21:53.311 INFO STEP 39 (remove_files) COMPLETE
86222024-09-25T17:21:54.552Z[ host-image] Sep 25 17:21:53.311 INFO O| Sep 25 17:21:53.311 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86232024-09-25T17:21:54.564Z[ host-image] Sep 25 17:21:53.325 INFO O| Sep 25 17:21:53.324 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
86242024-09-25T17:21:54.564Z[ host-image] Sep 25 17:21:53.325 INFO O| Sep 25 17:21:53.325 INFO STEP 40 (remove_files) COMPLETE
86252024-09-25T17:21:54.566Z[ host-image] Sep 25 17:21:53.325 INFO O| Sep 25 17:21:53.325 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86262024-09-25T17:21:54.578Z[ host-image] Sep 25 17:21:53.339 INFO O| Sep 25 17:21:53.339 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
86272024-09-25T17:21:54.578Z[ host-image] Sep 25 17:21:53.339 INFO O| Sep 25 17:21:53.339 INFO STEP 41 (remove_files) COMPLETE
86282024-09-25T17:21:54.578Z[ host-image] Sep 25 17:21:53.339 INFO O| Sep 25 17:21:53.339 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86292024-09-25T17:21:54.590Z[ host-image] Sep 25 17:21:53.350 INFO O| Sep 25 17:21:53.350 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
86302024-09-25T17:21:54.590Z[ host-image] Sep 25 17:21:53.350 INFO O| Sep 25 17:21:53.350 INFO STEP 42 (remove_files) COMPLETE
86312024-09-25T17:21:54.590Z[ host-image] Sep 25 17:21:53.350 INFO O| Sep 25 17:21:53.350 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86322024-09-25T17:21:54.599Z[ host-image] Sep 25 17:21:53.360 INFO O| Sep 25 17:21:53.360 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
86332024-09-25T17:21:54.599Z[ host-image] Sep 25 17:21:53.360 INFO O| Sep 25 17:21:53.360 INFO STEP 43 (remove_files) COMPLETE
86342024-09-25T17:21:54.601Z[ host-image] Sep 25 17:21:53.360 INFO O| Sep 25 17:21:53.360 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86352024-09-25T17:21:54.609Z[ host-image] Sep 25 17:21:53.370 INFO O| Sep 25 17:21:53.370 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
86362024-09-25T17:21:54.612Z[ host-image] Sep 25 17:21:53.370 INFO O| Sep 25 17:21:53.370 INFO STEP 44 (remove_files) COMPLETE
86372024-09-25T17:21:54.612Z[ host-image] Sep 25 17:21:53.370 INFO O| Sep 25 17:21:53.370 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86382024-09-25T17:21:54.619Z[ host-image] Sep 25 17:21:53.380 INFO O| Sep 25 17:21:53.380 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
86392024-09-25T17:21:54.619Z[ host-image] Sep 25 17:21:53.380 INFO O| Sep 25 17:21:53.380 INFO STEP 45 (remove_files) COMPLETE
86402024-09-25T17:21:54.622Z[ host-image] Sep 25 17:21:53.380 INFO O| Sep 25 17:21:53.380 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86412024-09-25T17:21:54.630Z[ host-image] Sep 25 17:21:53.391 INFO O| Sep 25 17:21:53.391 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
86422024-09-25T17:21:54.630Z[ host-image] Sep 25 17:21:53.391 INFO O| Sep 25 17:21:53.391 INFO STEP 46 (remove_files) COMPLETE
86432024-09-25T17:21:54.632Z[ host-image] Sep 25 17:21:53.391 INFO O| Sep 25 17:21:53.391 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86442024-09-25T17:21:54.640Z[ host-image] Sep 25 17:21:53.401 INFO O| Sep 25 17:21:53.401 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
86452024-09-25T17:21:54.640Z[ host-image] Sep 25 17:21:53.401 INFO O| Sep 25 17:21:53.401 INFO STEP 47 (remove_files) COMPLETE
86462024-09-25T17:21:54.640Z[ host-image] Sep 25 17:21:53.401 INFO O| Sep 25 17:21:53.401 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86472024-09-25T17:21:54.650Z[ host-image] Sep 25 17:21:53.411 INFO O| Sep 25 17:21:53.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
86482024-09-25T17:21:54.650Z[ host-image] Sep 25 17:21:53.411 INFO O| Sep 25 17:21:53.411 INFO STEP 48 (remove_files) COMPLETE
86492024-09-25T17:21:54.653Z[ host-image] Sep 25 17:21:53.412 INFO O| Sep 25 17:21:53.411 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86502024-09-25T17:21:54.660Z[ host-image] Sep 25 17:21:53.421 INFO O| Sep 25 17:21:53.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
86512024-09-25T17:21:54.663Z[ host-image] Sep 25 17:21:53.421 INFO O| Sep 25 17:21:53.421 INFO STEP 49 (remove_files) COMPLETE
86522024-09-25T17:21:54.663Z[ host-image] Sep 25 17:21:53.421 INFO O| Sep 25 17:21:53.421 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86532024-09-25T17:21:54.674Z[ host-image] Sep 25 17:21:53.435 INFO O| Sep 25 17:21:53.435 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
86542024-09-25T17:21:54.674Z[ host-image] Sep 25 17:21:53.435 INFO O| Sep 25 17:21:53.435 INFO STEP 50 (remove_files) COMPLETE
86552024-09-25T17:21:54.676Z[ host-image] Sep 25 17:21:53.435 INFO O| Sep 25 17:21:53.435 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86562024-09-25T17:21:54.687Z[ host-image] Sep 25 17:21:53.448 INFO O| Sep 25 17:21:53.448 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
86572024-09-25T17:21:54.687Z[ host-image] Sep 25 17:21:53.448 INFO O| Sep 25 17:21:53.448 INFO STEP 51 (remove_files) COMPLETE
86582024-09-25T17:21:54.690Z[ host-image] Sep 25 17:21:53.448 INFO O| Sep 25 17:21:53.448 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86592024-09-25T17:21:54.699Z[ host-image] Sep 25 17:21:53.458 INFO O| Sep 25 17:21:53.458 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
86602024-09-25T17:21:54.699Z[ host-image] Sep 25 17:21:53.459 INFO O| Sep 25 17:21:53.459 INFO STEP 52 (remove_files) COMPLETE
86612024-09-25T17:21:54.701Z[ host-image] Sep 25 17:21:53.459 INFO O| Sep 25 17:21:53.459 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-09-25T17:21:54.707Z[ host-image] Sep 25 17:21:53.468 INFO O| Sep 25 17:21:53.468 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
86632024-09-25T17:21:54.707Z[ host-image] Sep 25 17:21:53.468 INFO O| Sep 25 17:21:53.468 INFO STEP 53 (remove_files) COMPLETE
86642024-09-25T17:21:54.710Z[ host-image] Sep 25 17:21:53.469 INFO O| Sep 25 17:21:53.468 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86652024-09-25T17:21:54.718Z[ host-image] Sep 25 17:21:53.479 INFO O| Sep 25 17:21:53.479 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
86662024-09-25T17:21:54.718Z[ host-image] Sep 25 17:21:53.479 INFO O| Sep 25 17:21:53.479 INFO STEP 54 (remove_files) COMPLETE
86672024-09-25T17:21:54.718Z[ host-image] Sep 25 17:21:53.479 INFO O| Sep 25 17:21:53.479 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86682024-09-25T17:21:54.728Z[ host-image] Sep 25 17:21:53.489 INFO O| Sep 25 17:21:53.489 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
86692024-09-25T17:21:54.728Z[ host-image] Sep 25 17:21:53.489 INFO O| Sep 25 17:21:53.489 INFO STEP 55 (remove_files) COMPLETE
86702024-09-25T17:21:54.731Z[ host-image] Sep 25 17:21:53.489 INFO O| Sep 25 17:21:53.489 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712024-09-25T17:21:54.739Z[ host-image] Sep 25 17:21:53.500 INFO O| Sep 25 17:21:53.500 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
86722024-09-25T17:21:54.742Z[ host-image] Sep 25 17:21:53.500 INFO O| Sep 25 17:21:53.500 INFO STEP 56 (remove_files) COMPLETE
86732024-09-25T17:21:54.742Z[ host-image] Sep 25 17:21:53.500 INFO O| Sep 25 17:21:53.500 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742024-09-25T17:21:54.749Z[ host-image] Sep 25 17:21:53.510 INFO O| Sep 25 17:21:53.510 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
86752024-09-25T17:21:54.753Z[ host-image] Sep 25 17:21:53.510 INFO O| Sep 25 17:21:53.510 INFO STEP 57 (remove_files) COMPLETE
86762024-09-25T17:21:54.753Z[ host-image] Sep 25 17:21:53.510 INFO O| Sep 25 17:21:53.510 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772024-09-25T17:21:54.760Z[ host-image] Sep 25 17:21:53.521 INFO O| Sep 25 17:21:53.521 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
86782024-09-25T17:21:54.760Z[ host-image] Sep 25 17:21:53.521 INFO O| Sep 25 17:21:53.521 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
86792024-09-25T17:21:54.762Z[ host-image] Sep 25 17:21:53.521 INFO O| Sep 25 17:21:53.521 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86802024-09-25T17:21:54.762Z[ host-image] Sep 25 17:21:53.521 INFO O| Sep 25 17:21:53.521 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86812024-09-25T17:21:54.762Z[ host-image] Sep 25 17:21:53.521 INFO O| Sep 25 17:21:53.521 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86822024-09-25T17:21:54.762Z[ host-image] Sep 25 17:21:53.521 INFO O| Sep 25 17:21:53.521 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86832024-09-25T17:21:54.762Z[ host-image] Sep 25 17:21:53.521 INFO O| Sep 25 17:21:53.521 INFO ok!
86842024-09-25T17:21:54.762Z[ host-image] Sep 25 17:21:53.521 INFO O| Sep 25 17:21:53.521 INFO STEP 58 (ensure_file) COMPLETE
86852024-09-25T17:21:54.762Z[ host-image] Sep 25 17:21:53.521 INFO O| Sep 25 17:21:53.521 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862024-09-25T17:21:54.773Z[ host-image] Sep 25 17:21:53.534 INFO O| Sep 25 17:21:53.534 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
86872024-09-25T17:21:54.775Z[ host-image] Sep 25 17:21:53.534 INFO O| Sep 25 17:21:53.534 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
86882024-09-25T17:21:54.775Z[ host-image] Sep 25 17:21:53.535 INFO O| Sep 25 17:21:53.535 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86892024-09-25T17:21:54.776Z[ host-image] Sep 25 17:21:53.535 INFO O| Sep 25 17:21:53.535 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86902024-09-25T17:21:54.776Z[ host-image] Sep 25 17:21:53.535 INFO O| Sep 25 17:21:53.535 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86912024-09-25T17:21:54.776Z[ host-image] Sep 25 17:21:53.535 INFO O| Sep 25 17:21:53.535 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86922024-09-25T17:21:54.776Z[ host-image] Sep 25 17:21:53.535 INFO O| Sep 25 17:21:53.535 INFO ok!
86932024-09-25T17:21:54.776Z[ host-image] Sep 25 17:21:53.535 INFO O| Sep 25 17:21:53.535 INFO STEP 59 (ensure_file) COMPLETE
86942024-09-25T17:21:54.776Z[ host-image] Sep 25 17:21:53.535 INFO O| Sep 25 17:21:53.535 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86952024-09-25T17:21:54.789Z[ host-image] Sep 25 17:21:53.549 INFO O| Sep 25 17:21:53.549 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
86962024-09-25T17:21:54.789Z[ host-image] Sep 25 17:21:53.550 INFO O| Sep 25 17:21:53.549 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
86972024-09-25T17:21:54.796Z[ host-image] Sep 25 17:21:53.550 INFO O| Sep 25 17:21:53.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
86982024-09-25T17:21:54.796Z[ host-image] Sep 25 17:21:53.550 INFO O| Sep 25 17:21:53.550 INFO ok!
86992024-09-25T17:21:54.796Z[ host-image] Sep 25 17:21:53.550 INFO O| Sep 25 17:21:53.550 INFO STEP 60 (ensure_file) COMPLETE
87002024-09-25T17:21:54.796Z[ host-image] Sep 25 17:21:53.550 INFO O| Sep 25 17:21:53.550 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012024-09-25T17:21:54.800Z[ host-image] Sep 25 17:21:53.560 INFO O| Sep 25 17:21:53.560 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87022024-09-25T17:21:54.800Z[ host-image] Sep 25 17:21:53.560 INFO O| Sep 25 17:21:53.560 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87032024-09-25T17:21:54.800Z[ host-image] Sep 25 17:21:53.560 INFO O| Sep 25 17:21:53.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87042024-09-25T17:21:54.800Z[ host-image] Sep 25 17:21:53.560 INFO O| Sep 25 17:21:53.560 INFO ok!
87052024-09-25T17:21:54.800Z[ host-image] Sep 25 17:21:53.560 INFO O| Sep 25 17:21:53.560 INFO STEP 61 (ensure_file) COMPLETE
87062024-09-25T17:21:54.800Z[ host-image] Sep 25 17:21:53.560 INFO O| Sep 25 17:21:53.560 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87072024-09-25T17:21:54.814Z[ host-image] Sep 25 17:21:53.570 INFO O| Sep 25 17:21:53.570 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
87082024-09-25T17:21:54.815Z[ host-image] Sep 25 17:21:53.570 INFO O| Sep 25 17:21:53.570 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
87092024-09-25T17:21:54.822Z[ host-image] Sep 25 17:21:53.570 INFO O| Sep 25 17:21:53.570 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87102024-09-25T17:21:54.822Z[ host-image] Sep 25 17:21:53.570 INFO O| Sep 25 17:21:53.570 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87112024-09-25T17:21:54.822Z[ host-image] Sep 25 17:21:53.570 INFO O| Sep 25 17:21:53.570 INFO ok!
87122024-09-25T17:21:54.823Z[ host-image] Sep 25 17:21:53.570 INFO O| Sep 25 17:21:53.570 INFO STEP 62 (ensure_file) COMPLETE
87132024-09-25T17:21:54.823Z[ host-image] Sep 25 17:21:53.570 INFO O| Sep 25 17:21:53.570 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87142024-09-25T17:21:54.823Z[ host-image] Sep 25 17:21:53.580 INFO O| Sep 25 17:21:53.580 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
87152024-09-25T17:21:54.823Z[ host-image] Sep 25 17:21:53.580 INFO O| Sep 25 17:21:53.580 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
87162024-09-25T17:21:54.823Z[ host-image] Sep 25 17:21:53.580 INFO O| Sep 25 17:21:53.580 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87172024-09-25T17:21:54.823Z[ host-image] Sep 25 17:21:53.580 INFO O| Sep 25 17:21:53.580 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87182024-09-25T17:21:54.823Z[ host-image] Sep 25 17:21:53.580 INFO O| Sep 25 17:21:53.580 INFO ok!
87192024-09-25T17:21:54.823Z[ host-image] Sep 25 17:21:53.580 INFO O| Sep 25 17:21:53.580 INFO STEP 63 (ensure_file) COMPLETE
87202024-09-25T17:21:54.823Z[ host-image] Sep 25 17:21:53.580 INFO O| Sep 25 17:21:53.580 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87212024-09-25T17:21:54.833Z[ host-image] Sep 25 17:21:53.593 INFO O| Sep 25 17:21:53.593 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
87222024-09-25T17:21:54.833Z[ host-image] Sep 25 17:21:53.593 INFO O| Sep 25 17:21:53.593 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
87232024-09-25T17:21:54.835Z[ host-image] Sep 25 17:21:53.593 INFO O| Sep 25 17:21:53.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
87242024-09-25T17:21:54.835Z[ host-image] Sep 25 17:21:53.593 INFO O| Sep 25 17:21:53.593 INFO ok!
87252024-09-25T17:21:54.835Z[ host-image] Sep 25 17:21:53.593 INFO O| Sep 25 17:21:53.593 INFO STEP 64 (assemble_files) COMPLETE
87262024-09-25T17:21:54.835Z[ host-image] Sep 25 17:21:53.593 INFO O| Sep 25 17:21:53.593 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87272024-09-25T17:21:54.843Z[ host-image] Sep 25 17:21:53.604 INFO O| Sep 25 17:21:53.604 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
87282024-09-25T17:21:54.843Z[ host-image] Sep 25 17:21:53.604 INFO O| Sep 25 17:21:53.604 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
87292024-09-25T17:21:54.845Z[ host-image] Sep 25 17:21:53.604 INFO O| Sep 25 17:21:53.604 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
87302024-09-25T17:21:54.845Z[ host-image] Sep 25 17:21:53.604 INFO O| Sep 25 17:21:53.604 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
87312024-09-25T17:21:54.845Z[ host-image] Sep 25 17:21:53.604 INFO O| Sep 25 17:21:53.604 INFO ok!
87322024-09-25T17:21:54.845Z[ host-image] Sep 25 17:21:53.604 INFO O| Sep 25 17:21:53.604 INFO STEP 65 (ensure_file) COMPLETE
87332024-09-25T17:21:54.845Z[ host-image] Sep 25 17:21:53.604 INFO O| Sep 25 17:21:53.604 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87342024-09-25T17:21:54.853Z[ host-image] Sep 25 17:21:53.614 INFO O| Sep 25 17:21:53.614 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87352024-09-25T17:21:54.856Z[ host-image] Sep 25 17:21:53.614 INFO O| Sep 25 17:21:53.614 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87362024-09-25T17:21:54.856Z[ host-image] Sep 25 17:21:53.614 INFO O| Sep 25 17:21:53.614 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87372024-09-25T17:21:54.856Z[ host-image] Sep 25 17:21:53.614 INFO O| Sep 25 17:21:53.614 INFO STEP 66 (ensure_dir) COMPLETE
87382024-09-25T17:21:54.856Z[ host-image] Sep 25 17:21:53.614 INFO O| Sep 25 17:21:53.614 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87392024-09-25T17:21:54.863Z[ host-image] Sep 25 17:21:53.624 INFO O| Sep 25 17:21:53.624 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
87402024-09-25T17:21:54.863Z[ host-image] Sep 25 17:21:53.624 INFO O| Sep 25 17:21:53.624 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 ...
87412024-09-25T17:21:54.870Z[ host-image] Sep 25 17:21:53.631 INFO O| Sep 25 17:21:53.631 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
87422024-09-25T17:21:54.870Z[ host-image] Sep 25 17:21:53.632 INFO O| Sep 25 17:21:53.631 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
87432024-09-25T17:21:54.873Z[ host-image] Sep 25 17:21:53.632 INFO O| Sep 25 17:21:53.631 INFO ok!
87442024-09-25T17:21:54.873Z[ host-image] Sep 25 17:21:53.632 INFO O| Sep 25 17:21:53.631 INFO STEP 67 (ensure_file) COMPLETE
87452024-09-25T17:21:54.873Z[ host-image] Sep 25 17:21:53.632 INFO O| Sep 25 17:21:53.632 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87462024-09-25T17:21:54.881Z[ host-image] Sep 25 17:21:53.642 INFO O| Sep 25 17:21:53.642 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
87472024-09-25T17:21:54.881Z[ host-image] Sep 25 17:21:53.642 INFO O| Sep 25 17:21:53.642 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 ...
87482024-09-25T17:21:54.884Z[ host-image] Sep 25 17:21:53.642 INFO O| Sep 25 17:21:53.642 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
87492024-09-25T17:21:54.884Z[ host-image] Sep 25 17:21:53.643 INFO O| Sep 25 17:21:53.642 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
87502024-09-25T17:21:54.884Z[ host-image] Sep 25 17:21:53.643 INFO O| Sep 25 17:21:53.642 INFO ok!
87512024-09-25T17:21:54.884Z[ host-image] Sep 25 17:21:53.643 INFO O| Sep 25 17:21:53.643 INFO STEP 68 (ensure_file) COMPLETE
87522024-09-25T17:21:54.884Z[ host-image] Sep 25 17:21:53.643 INFO O| Sep 25 17:21:53.643 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87532024-09-25T17:21:54.898Z[ host-image] Sep 25 17:21:53.658 INFO O| Sep 25 17:21:53.658 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
87542024-09-25T17:21:54.898Z[ host-image] Sep 25 17:21:53.658 INFO O| Sep 25 17:21:53.658 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
87552024-09-25T17:21:56.747Z[ recovery-image] Sep 25 17:21:55.508 INFO E| Compiling scroll_derive v0.12.0
87562024-09-25T17:21:57.312Z[ host-image] Sep 25 17:21:56.073 INFO O| Sep 25 17:21:56.073 INFO STEP 69 (pack_tar) COMPLETE
87572024-09-25T17:21:57.312Z[ host-image] Sep 25 17:21:56.073 INFO O| Sep 25 17:21:56.073 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87582024-09-25T17:21:57.315Z[ host-image] Sep 25 17:21:56.073 INFO O| Sep 25 17:21:56.073 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
87592024-09-25T17:21:58.033Z[ host-image] Sep 25 17:21:56.793 INFO O| Sep 25 17:21:56.793 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87602024-09-25T17:21:58.156Z[ host-image] Sep 25 17:21:56.916 INFO O| Sep 25 17:21:56.916 INFO completed processing gimlet/ramdisk-02-trim
87612024-09-25T17:21:58.164Z[ host-image] Sep 25 17:21:56.919 INFO image builder template: zfs...
87622024-09-25T17:21:58.164Z[ host-image] Sep 25 17:21:56.919 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/.tmpqWzsV2/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
87632024-09-25T17:21:58.180Z[ host-image] Sep 25 17:21:56.941 INFO O| Sep 25 17:21:56.940 INFO skip include "stress" because feature "stress" is not enabled
87642024-09-25T17:21:58.238Z[ host-image] Sep 25 17:21:56.998 INFO O| Sep 25 17:21:56.998 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
87652024-09-25T17:21:58.247Z[ host-image] Sep 25 17:21:57.007 INFO O| Sep 25 17:21:57.007 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
87662024-09-25T17:21:58.336Z[ host-image] Sep 25 17:21:57.096 INFO O| Sep 25 17:21:57.096 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
87672024-09-25T17:21:58.398Z[ host-image] Sep 25 17:21:57.158 INFO O| Sep 25 17:21:57.158 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
87682024-09-25T17:21:58.398Z[ host-image] Sep 25 17:21:57.158 INFO O| Sep 25 17:21:57.158 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
87692024-09-25T17:21:58.405Z[ host-image] Sep 25 17:21:57.165 INFO O| Sep 25 17:21:57.165 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
87702024-09-25T17:21:58.489Z[ host-image] Sep 25 17:21:57.249 INFO O| Sep 25 17:21:57.249 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
87712024-09-25T17:21:58.542Z[ host-image] Sep 25 17:21:57.302 INFO O| Sep 25 17:21:57.302 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
87722024-09-25T17:21:58.568Z[ host-image] Sep 25 17:21:57.328 INFO O| Sep 25 17:21:57.328 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87732024-09-25T17:21:58.577Z[ host-image] Sep 25 17:21:57.337 INFO O| Sep 25 17:21:57.337 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
87742024-09-25T17:21:58.577Z[ host-image] Sep 25 17:21:57.337 INFO O| Sep 25 17:21:57.337 INFO no lofi found
87752024-09-25T17:21:58.579Z[ host-image] Sep 25 17:21:57.337 INFO O| Sep 25 17:21:57.337 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
87762024-09-25T17:21:58.579Z[ host-image] Sep 25 17:21:57.337 INFO O| Sep 25 17:21:57.337 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87772024-09-25T17:21:59.165Z[ recovery-image] Sep 25 17:21:57.925 INFO E| Compiling bitstruct_derive v0.1.0
87782024-09-25T17:22:00.249Z[ host-image] Sep 25 17:21:59.009 INFO O| Sep 25 17:21:59.009 INFO lofi device = /dev/dsk/c2t1d0p0
87792024-09-25T17:22:00.249Z[ host-image] Sep 25 17:21:59.009 INFO O| Sep 25 17:21:59.009 INFO pool device = /dev/dsk/c2t1d0p0
87802024-09-25T17:22:00.253Z[ host-image] Sep 25 17:21:59.009 INFO O| Sep 25 17:21:59.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"]
87812024-09-25T17:22:00.324Z[ host-image] Sep 25 17:21:59.085 INFO O| Sep 25 17:21:59.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87822024-09-25T17:22:00.325Z[ host-image] Sep 25 17:21:59.085 INFO O| Sep 25 17:21:59.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
87832024-09-25T17:22:00.346Z[ host-image] Sep 25 17:21:59.106 INFO O| Sep 25 17:21:59.106 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
87842024-09-25T17:22:00.404Z[ host-image] Sep 25 17:21:59.163 INFO O| Sep 25 17:21:59.163 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
87852024-09-25T17:22:00.440Z[ host-image] Sep 25 17:21:59.200 INFO O| Sep 25 17:21:59.200 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
87862024-09-25T17:22:00.454Z[ host-image] Sep 25 17:21:59.214 INFO O| Sep 25 17:21:59.214 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
87872024-09-25T17:22:00.465Z[ host-image] Sep 25 17:21:59.225 INFO O| Sep 25 17:21:59.225 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
87882024-09-25T17:22:00.510Z[ host-image] Sep 25 17:21:59.270 INFO O| Sep 25 17:21:59.270 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87892024-09-25T17:22:00.510Z[ host-image] Sep 25 17:21:59.270 INFO O| Sep 25 17:21:59.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87902024-09-25T17:22:00.513Z[ host-image] Sep 25 17:21:59.270 INFO O| Sep 25 17:21:59.270 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
87912024-09-25T17:22:00.518Z[ host-image] Sep 25 17:21:59.278 INFO O| Sep 25 17:21:59.278 INFO boot environment UUID: 6498bc6d-91e2-488c-a09a-b36ee57e9173
87922024-09-25T17:22:00.518Z[ host-image] Sep 25 17:21:59.279 INFO O| Sep 25 17:21:59.278 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 6498bc6d-91e2-488c-a09a-b36ee57e9173
87932024-09-25T17:22:00.529Z[ host-image] Sep 25 17:21:59.289 INFO O| Sep 25 17:21:59.289 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87942024-09-25T17:22:00.541Z[ host-image] Sep 25 17:21:59.300 INFO O| Sep 25 17:21:59.300 INFO STEP 0 (create_be) COMPLETE
87952024-09-25T17:22:00.541Z[ host-image] Sep 25 17:21:59.300 INFO O| Sep 25 17:21:59.300 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87962024-09-25T17:22:00.555Z[ host-image] Sep 25 17:21:59.315 INFO O| Sep 25 17:21:59.315 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
87972024-09-25T17:22:14.714Z[ recovery-image] Sep 25 17:22:13.471 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)
87982024-09-25T17:22:16.976Z[ recovery-image] Sep 25 17:22:15.732 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)
87992024-09-25T17:22:21.216Z[ host-image] Sep 25 17:22:19.972 INFO O| Sep 25 17:22:19.972 INFO STEP 1 (unpack_tar) COMPLETE
88002024-09-25T17:22:21.216Z[ host-image] Sep 25 17:22:19.972 INFO O| Sep 25 17:22:19.972 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88012024-09-25T17:22:21.228Z[ host-image] Sep 25 17:22:19.984 INFO O| Sep 25 17:22:19.984 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
88022024-09-25T17:22:21.342Z[ recovery-image] Sep 25 17:22:20.097 INFO E| Compiling bitflags v1.3.2
88032024-09-25T17:22:21.342Z[ recovery-image] Sep 25 17:22:20.097 INFO E| Compiling adler v1.0.2
88042024-09-25T17:22:21.342Z[ recovery-image] Sep 25 17:22:20.097 INFO E| Compiling scroll v0.12.0
88052024-09-25T17:22:21.342Z[ recovery-image] Sep 25 17:22:20.097 INFO E| Compiling log v0.4.22
88062024-09-25T17:22:21.342Z[ recovery-image] Sep 25 17:22:20.097 INFO E| Compiling bit_field v0.10.2
88072024-09-25T17:22:21.342Z[ recovery-image] Sep 25 17:22:20.098 INFO E| Compiling plain v0.2.3
88082024-09-25T17:22:21.342Z[ recovery-image] Sep 25 17:22:20.098 INFO E| Compiling bitstruct v0.1.1
88092024-09-25T17:22:21.469Z[ recovery-image] Sep 25 17:22:20.225 INFO E| Compiling raw-cpuid v10.7.0
88102024-09-25T17:22:21.478Z[ recovery-image] Sep 25 17:22:20.234 INFO E| Compiling cpio_reader v0.1.1
88112024-09-25T17:22:21.524Z[ recovery-image] Sep 25 17:22:20.279 INFO E| Compiling miniz_oxide v0.7.4
88122024-09-25T17:22:21.529Z[ host-image] Sep 25 17:22:20.285 INFO O| Sep 25 17:22:20.285 INFO STEP 2 (devfsadm) COMPLETE
88132024-09-25T17:22:21.529Z[ host-image] Sep 25 17:22:20.285 INFO O| Sep 25 17:22:20.285 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88142024-09-25T17:22:21.549Z[ host-image] Sep 25 17:22:20.304 INFO O| Sep 25 17:22:20.304 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88152024-09-25T17:22:21.549Z[ host-image] Sep 25 17:22:20.304 INFO O| Sep 25 17:22:20.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88162024-09-25T17:22:21.549Z[ host-image] Sep 25 17:22:20.305 INFO O| Sep 25 17:22:20.304 INFO STEP 3 (ensure_dir) COMPLETE
88172024-09-25T17:22:21.549Z[ host-image] Sep 25 17:22:20.305 INFO O| Sep 25 17:22:20.304 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88182024-09-25T17:22:21.605Z[ host-image] Sep 25 17:22:20.361 INFO O| Sep 25 17:22:20.361 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88192024-09-25T17:22:21.605Z[ host-image] Sep 25 17:22:20.361 INFO O| Sep 25 17:22:20.361 INFO STEP 4 (ensure_dir) COMPLETE
88202024-09-25T17:22:21.605Z[ host-image] Sep 25 17:22:20.361 INFO O| Sep 25 17:22:20.361 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88212024-09-25T17:22:21.637Z[ recovery-image] Sep 25 17:22:20.392 INFO E| Compiling static_assertions v1.1.0
88222024-09-25T17:22:21.667Z[ host-image] Sep 25 17:22:20.422 INFO O| Sep 25 17:22:20.422 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88232024-09-25T17:22:21.667Z[ host-image] Sep 25 17:22:20.422 INFO O| Sep 25 17:22:20.422 INFO STEP 5 (ensure_dir) COMPLETE
88242024-09-25T17:22:21.667Z[ host-image] Sep 25 17:22:20.422 INFO O| Sep 25 17:22:20.422 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88252024-09-25T17:22:21.684Z[ host-image] Sep 25 17:22:20.440 INFO O| Sep 25 17:22:20.440 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88262024-09-25T17:22:21.684Z[ host-image] Sep 25 17:22:20.440 INFO O| Sep 25 17:22:20.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88272024-09-25T17:22:21.687Z[ host-image] Sep 25 17:22:20.440 INFO O| Sep 25 17:22:20.440 INFO STEP 6 (ensure_dir) COMPLETE
88282024-09-25T17:22:21.687Z[ host-image] Sep 25 17:22:20.440 INFO O| Sep 25 17:22:20.440 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88292024-09-25T17:22:21.703Z[ host-image] Sep 25 17:22:20.458 INFO O| Sep 25 17:22:20.458 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88302024-09-25T17:22:21.703Z[ host-image] Sep 25 17:22:20.458 INFO O| Sep 25 17:22:20.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88312024-09-25T17:22:21.703Z[ host-image] Sep 25 17:22:20.459 INFO O| Sep 25 17:22:20.458 INFO STEP 7 (ensure_dir) COMPLETE
88322024-09-25T17:22:21.703Z[ host-image] Sep 25 17:22:20.459 INFO O| Sep 25 17:22:20.459 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88332024-09-25T17:22:21.726Z[ host-image] Sep 25 17:22:20.480 INFO O| Sep 25 17:22:20.480 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
88342024-09-25T17:22:21.726Z[ host-image] Sep 25 17:22:20.481 INFO O| Sep 25 17:22:20.481 INFO STEP 8 (remove_files) COMPLETE
88352024-09-25T17:22:21.726Z[ host-image] Sep 25 17:22:20.481 INFO O| Sep 25 17:22:20.481 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88362024-09-25T17:22:21.743Z[ host-image] Sep 25 17:22:20.499 INFO O| Sep 25 17:22:20.499 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
88372024-09-25T17:22:21.746Z[ host-image] Sep 25 17:22:20.501 INFO O| Sep 25 17:22:20.501 INFO STEP 9 (remove_files) COMPLETE
88382024-09-25T17:22:21.746Z[ host-image] Sep 25 17:22:20.501 INFO O| Sep 25 17:22:20.501 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88392024-09-25T17:22:21.778Z[ host-image] Sep 25 17:22:20.534 INFO O| Sep 25 17:22:20.534 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
88402024-09-25T17:22:21.781Z[ host-image] Sep 25 17:22:20.535 INFO O| Sep 25 17:22:20.535 INFO STEP 10 (remove_files) COMPLETE
88412024-09-25T17:22:21.781Z[ host-image] Sep 25 17:22:20.535 INFO O| Sep 25 17:22:20.535 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88422024-09-25T17:22:21.803Z[ host-image] Sep 25 17:22:20.559 INFO O| Sep 25 17:22:20.559 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
88432024-09-25T17:22:21.803Z[ host-image] Sep 25 17:22:20.559 INFO O| Sep 25 17:22:20.559 INFO STEP 11 (remove_files) COMPLETE
88442024-09-25T17:22:21.803Z[ host-image] Sep 25 17:22:20.559 INFO O| Sep 25 17:22:20.559 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88452024-09-25T17:22:21.826Z[ host-image] Sep 25 17:22:20.581 INFO O| Sep 25 17:22:20.581 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
88462024-09-25T17:22:21.826Z[ host-image] Sep 25 17:22:20.581 INFO O| Sep 25 17:22:20.581 INFO STEP 12 (remove_files) COMPLETE
88472024-09-25T17:22:21.826Z[ host-image] Sep 25 17:22:20.581 INFO O| Sep 25 17:22:20.581 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88482024-09-25T17:22:21.839Z[ recovery-image] Sep 25 17:22:20.595 INFO E| Compiling goblin v0.8.2
88492024-09-25T17:22:21.844Z[ host-image] Sep 25 17:22:20.600 INFO O| Sep 25 17:22:20.600 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88502024-09-25T17:22:21.846Z[ host-image] Sep 25 17:22:20.600 INFO O| Sep 25 17:22:20.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88512024-09-25T17:22:21.846Z[ host-image] Sep 25 17:22:20.600 INFO O| Sep 25 17:22:20.600 INFO STEP 13 (ensure_dir) COMPLETE
88522024-09-25T17:22:21.846Z[ host-image] Sep 25 17:22:20.600 INFO O| Sep 25 17:22:20.600 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88532024-09-25T17:22:21.861Z[ host-image] Sep 25 17:22:20.617 INFO O| Sep 25 17:22:20.617 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88542024-09-25T17:22:21.861Z[ host-image] Sep 25 17:22:20.617 INFO O| Sep 25 17:22:20.617 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88552024-09-25T17:22:21.861Z[ host-image] Sep 25 17:22:20.617 INFO O| Sep 25 17:22:20.617 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88562024-09-25T17:22:21.864Z[ host-image] Sep 25 17:22:20.617 INFO O| Sep 25 17:22:20.617 INFO STEP 14 (ensure_dir) COMPLETE
88572024-09-25T17:22:21.864Z[ host-image] Sep 25 17:22:20.617 INFO O| Sep 25 17:22:20.617 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88582024-09-25T17:22:21.886Z[ host-image] Sep 25 17:22:20.634 INFO O| Sep 25 17:22:20.633 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88592024-09-25T17:22:21.887Z[ host-image] Sep 25 17:22:20.634 INFO O| Sep 25 17:22:20.634 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88602024-09-25T17:22:21.887Z[ host-image] Sep 25 17:22:20.634 INFO O| Sep 25 17:22:20.634 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88612024-09-25T17:22:21.887Z[ host-image] Sep 25 17:22:20.634 INFO O| Sep 25 17:22:20.634 INFO STEP 15 (ensure_dir) COMPLETE
88622024-09-25T17:22:21.887Z[ host-image] Sep 25 17:22:20.634 INFO O| Sep 25 17:22:20.634 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88632024-09-25T17:22:21.944Z[ host-image] Sep 25 17:22:20.700 INFO O| Sep 25 17:22:20.700 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88642024-09-25T17:22:21.944Z[ host-image] Sep 25 17:22:20.700 INFO O| Sep 25 17:22:20.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88652024-09-25T17:22:21.946Z[ host-image] Sep 25 17:22:20.700 INFO O| Sep 25 17:22:20.700 INFO STEP 16 (ensure_dir) COMPLETE
88662024-09-25T17:22:21.947Z[ host-image] Sep 25 17:22:20.700 INFO O| Sep 25 17:22:20.700 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88672024-09-25T17:22:21.963Z[ host-image] Sep 25 17:22:20.719 INFO O| Sep 25 17:22:20.719 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88682024-09-25T17:22:21.963Z[ host-image] Sep 25 17:22:20.719 INFO O| Sep 25 17:22:20.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88692024-09-25T17:22:21.963Z[ host-image] Sep 25 17:22:20.719 INFO O| Sep 25 17:22:20.719 INFO STEP 17 (ensure_dir) COMPLETE
88702024-09-25T17:22:21.963Z[ host-image] Sep 25 17:22:20.719 INFO O| Sep 25 17:22:20.719 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88712024-09-25T17:22:22.015Z[ host-image] Sep 25 17:22:20.771 INFO O| Sep 25 17:22:20.771 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88722024-09-25T17:22:22.016Z[ host-image] Sep 25 17:22:20.771 INFO O| Sep 25 17:22:20.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
88732024-09-25T17:22:22.016Z[ host-image] Sep 25 17:22:20.771 INFO O| Sep 25 17:22:20.771 INFO ok!
88742024-09-25T17:22:22.018Z[ host-image] Sep 25 17:22:20.772 INFO O| Sep 25 17:22:20.771 INFO STEP 18 (ensure_symlink) COMPLETE
88752024-09-25T17:22:22.018Z[ host-image] Sep 25 17:22:20.772 INFO O| Sep 25 17:22:20.772 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88762024-09-25T17:22:22.037Z[ host-image] Sep 25 17:22:20.793 INFO O| Sep 25 17:22:20.793 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
88772024-09-25T17:22:22.037Z[ host-image] Sep 25 17:22:20.793 INFO O| Sep 25 17:22:20.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
88782024-09-25T17:22:22.039Z[ host-image] Sep 25 17:22:20.793 INFO O| Sep 25 17:22:20.793 INFO ok!
88792024-09-25T17:22:22.039Z[ host-image] Sep 25 17:22:20.793 INFO O| Sep 25 17:22:20.793 INFO STEP 19 (ensure_file) COMPLETE
88802024-09-25T17:22:22.039Z[ host-image] Sep 25 17:22:20.793 INFO O| Sep 25 17:22:20.793 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88812024-09-25T17:22:22.056Z[ host-image] Sep 25 17:22:20.812 INFO O| Sep 25 17:22:20.812 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
88822024-09-25T17:22:22.056Z[ host-image] Sep 25 17:22:20.812 INFO O| Sep 25 17:22:20.812 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88832024-09-25T17:22:22.061Z[ host-image] Sep 25 17:22:20.812 INFO O| Sep 25 17:22:20.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88842024-09-25T17:22:22.061Z[ host-image] Sep 25 17:22:20.812 INFO O| Sep 25 17:22:20.812 INFO ok!
88852024-09-25T17:22:22.061Z[ host-image] Sep 25 17:22:20.812 INFO O| Sep 25 17:22:20.812 INFO STEP 20 (ensure_symlink) COMPLETE
88862024-09-25T17:22:22.061Z[ host-image] Sep 25 17:22:20.813 INFO O| Sep 25 17:22:20.812 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88872024-09-25T17:22:22.073Z[ host-image] Sep 25 17:22:20.829 INFO O| Sep 25 17:22:20.829 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88882024-09-25T17:22:22.073Z[ host-image] Sep 25 17:22:20.829 INFO O| Sep 25 17:22:20.829 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88892024-09-25T17:22:22.075Z[ host-image] Sep 25 17:22:20.830 INFO O| Sep 25 17:22:20.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88902024-09-25T17:22:22.076Z[ host-image] Sep 25 17:22:20.830 INFO O| Sep 25 17:22:20.830 INFO ok!
88912024-09-25T17:22:22.076Z[ host-image] Sep 25 17:22:20.830 INFO O| Sep 25 17:22:20.830 INFO STEP 21 (ensure_symlink) COMPLETE
88922024-09-25T17:22:22.076Z[ host-image] Sep 25 17:22:20.830 INFO O| Sep 25 17:22:20.830 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88932024-09-25T17:22:22.090Z[ host-image] Sep 25 17:22:20.846 INFO O| Sep 25 17:22:20.846 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88942024-09-25T17:22:22.090Z[ host-image] Sep 25 17:22:20.846 INFO O| Sep 25 17:22:20.846 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88952024-09-25T17:22:22.093Z[ host-image] Sep 25 17:22:20.846 INFO O| Sep 25 17:22:20.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88962024-09-25T17:22:22.093Z[ host-image] Sep 25 17:22:20.846 INFO O| Sep 25 17:22:20.846 INFO ok!
88972024-09-25T17:22:22.093Z[ host-image] Sep 25 17:22:20.846 INFO O| Sep 25 17:22:20.846 INFO STEP 22 (ensure_symlink) COMPLETE
88982024-09-25T17:22:22.093Z[ host-image] Sep 25 17:22:20.846 INFO O| Sep 25 17:22:20.846 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88992024-09-25T17:22:22.108Z[ host-image] Sep 25 17:22:20.864 INFO O| Sep 25 17:22:20.864 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
89002024-09-25T17:22:22.108Z[ host-image] Sep 25 17:22:20.864 INFO O| Sep 25 17:22:20.864 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89012024-09-25T17:22:22.110Z[ host-image] Sep 25 17:22:20.864 INFO O| Sep 25 17:22:20.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
89022024-09-25T17:22:22.110Z[ host-image] Sep 25 17:22:20.864 INFO O| Sep 25 17:22:20.864 INFO ok!
89032024-09-25T17:22:22.110Z[ host-image] Sep 25 17:22:20.864 INFO O| Sep 25 17:22:20.864 INFO STEP 23 (ensure_symlink) COMPLETE
89042024-09-25T17:22:22.110Z[ host-image] Sep 25 17:22:20.864 INFO O| Sep 25 17:22:20.864 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89052024-09-25T17:22:22.119Z[ host-image] Sep 25 17:22:20.876 INFO O| Sep 25 17:22:20.876 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89062024-09-25T17:22:22.122Z[ host-image] Sep 25 17:22:20.876 INFO O| Sep 25 17:22:20.876 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89072024-09-25T17:22:22.122Z[ host-image] Sep 25 17:22:20.876 INFO O| Sep 25 17:22:20.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89082024-09-25T17:22:22.122Z[ host-image] Sep 25 17:22:20.876 INFO O| Sep 25 17:22:20.876 INFO ok!
89092024-09-25T17:22:22.122Z[ host-image] Sep 25 17:22:20.876 INFO O| Sep 25 17:22:20.876 INFO STEP 24 (ensure_file) COMPLETE
89102024-09-25T17:22:22.122Z[ host-image] Sep 25 17:22:20.876 INFO O| Sep 25 17:22:20.876 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89112024-09-25T17:22:22.131Z[ host-image] Sep 25 17:22:20.887 INFO O| Sep 25 17:22:20.887 INFO updating shadow file
89122024-09-25T17:22:22.134Z[ host-image] Sep 25 17:22:20.887 INFO O| Sep 25 17:22:20.887 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89132024-09-25T17:22:22.134Z[ host-image] Sep 25 17:22:20.887 INFO O| Sep 25 17:22:20.887 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89142024-09-25T17:22:22.134Z[ host-image] Sep 25 17:22:20.887 INFO O| Sep 25 17:22:20.887 INFO STEP 25 (shadow) COMPLETE
89152024-09-25T17:22:22.134Z[ host-image] Sep 25 17:22:20.887 INFO O| Sep 25 17:22:20.887 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89162024-09-25T17:22:22.142Z[ host-image] Sep 25 17:22:20.898 INFO O| Sep 25 17:22:20.898 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
89172024-09-25T17:22:22.142Z[ host-image] Sep 25 17:22:20.898 INFO O| Sep 25 17:22:20.898 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
89182024-09-25T17:22:22.144Z[ host-image] Sep 25 17:22:20.898 INFO O| Sep 25 17:22:20.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
89192024-09-25T17:22:22.144Z[ host-image] Sep 25 17:22:20.898 INFO O| Sep 25 17:22:20.898 INFO ok!
89202024-09-25T17:22:22.144Z[ host-image] Sep 25 17:22:20.898 INFO O| Sep 25 17:22:20.898 INFO STEP 26 (ensure_file) COMPLETE
89212024-09-25T17:22:22.144Z[ host-image] Sep 25 17:22:20.898 INFO O| Sep 25 17:22:20.898 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89222024-09-25T17:22:22.153Z[ host-image] Sep 25 17:22:20.909 INFO O| Sep 25 17:22:20.909 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
89232024-09-25T17:22:22.155Z[ host-image] Sep 25 17:22:20.909 INFO O| Sep 25 17:22:20.909 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
89242024-09-25T17:22:22.155Z[ host-image] Sep 25 17:22:20.909 INFO O| Sep 25 17:22:20.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
89252024-09-25T17:22:22.156Z[ host-image] Sep 25 17:22:20.909 INFO O| Sep 25 17:22:20.909 INFO ok!
89262024-09-25T17:22:22.156Z[ host-image] Sep 25 17:22:20.909 INFO O| Sep 25 17:22:20.909 INFO STEP 27 (ensure_file) COMPLETE
89272024-09-25T17:22:22.156Z[ host-image] Sep 25 17:22:20.909 INFO O| Sep 25 17:22:20.909 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89282024-09-25T17:22:22.166Z[ host-image] Sep 25 17:22:20.922 INFO O| Sep 25 17:22:20.922 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89292024-09-25T17:22:22.166Z[ host-image] Sep 25 17:22:20.922 INFO O| Sep 25 17:22:20.922 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
89302024-09-25T17:22:22.169Z[ host-image] Sep 25 17:22:20.923 INFO O| Sep 25 17:22:20.923 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89312024-09-25T17:22:22.169Z[ host-image] Sep 25 17:22:20.923 INFO O| Sep 25 17:22:20.923 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89322024-09-25T17:22:22.169Z[ host-image] Sep 25 17:22:20.923 INFO O| Sep 25 17:22:20.923 INFO ok!
89332024-09-25T17:22:22.169Z[ host-image] Sep 25 17:22:20.923 INFO O| Sep 25 17:22:20.923 INFO STEP 28 (ensure_file) COMPLETE
89342024-09-25T17:22:22.169Z[ host-image] Sep 25 17:22:20.923 INFO O| Sep 25 17:22:20.923 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89352024-09-25T17:22:22.177Z[ host-image] Sep 25 17:22:20.934 INFO O| Sep 25 17:22:20.933 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
89362024-09-25T17:22:22.177Z[ host-image] Sep 25 17:22:20.934 INFO O| Sep 25 17:22:20.934 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
89372024-09-25T17:22:22.180Z[ host-image] Sep 25 17:22:20.934 INFO O| Sep 25 17:22:20.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
89382024-09-25T17:22:22.180Z[ host-image] Sep 25 17:22:20.934 INFO O| Sep 25 17:22:20.934 INFO ok!
89392024-09-25T17:22:22.180Z[ host-image] Sep 25 17:22:20.934 INFO O| Sep 25 17:22:20.934 INFO STEP 29 (ensure_file) COMPLETE
89402024-09-25T17:22:22.180Z[ host-image] Sep 25 17:22:20.934 INFO O| Sep 25 17:22:20.934 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89412024-09-25T17:22:22.190Z[ host-image] Sep 25 17:22:20.947 INFO O| Sep 25 17:22:20.946 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
89422024-09-25T17:22:22.191Z[ host-image] Sep 25 17:22:20.947 INFO O| Sep 25 17:22:20.947 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
89432024-09-25T17:22:22.193Z[ host-image] Sep 25 17:22:20.947 INFO O| Sep 25 17:22:20.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
89442024-09-25T17:22:22.193Z[ host-image] Sep 25 17:22:20.947 INFO O| Sep 25 17:22:20.947 INFO ok!
89452024-09-25T17:22:22.193Z[ host-image] Sep 25 17:22:20.947 INFO O| Sep 25 17:22:20.947 INFO STEP 30 (ensure_file) COMPLETE
89462024-09-25T17:22:22.193Z[ host-image] Sep 25 17:22:20.947 INFO O| Sep 25 17:22:20.947 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89472024-09-25T17:22:22.204Z[ host-image] Sep 25 17:22:20.957 INFO O| Sep 25 17:22:20.957 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
89482024-09-25T17:22:22.204Z[ host-image] Sep 25 17:22:20.957 INFO O| Sep 25 17:22:20.957 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
89492024-09-25T17:22:22.206Z[ host-image] Sep 25 17:22:20.958 INFO O| Sep 25 17:22:20.958 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89502024-09-25T17:22:22.206Z[ host-image] Sep 25 17:22:20.958 INFO O| Sep 25 17:22:20.958 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89512024-09-25T17:22:22.206Z[ host-image] Sep 25 17:22:20.958 INFO O| Sep 25 17:22:20.958 INFO ok!
89522024-09-25T17:22:22.206Z[ host-image] Sep 25 17:22:20.958 INFO O| Sep 25 17:22:20.958 INFO STEP 31 (ensure_file) COMPLETE
89532024-09-25T17:22:22.206Z[ host-image] Sep 25 17:22:20.958 INFO O| Sep 25 17:22:20.958 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89542024-09-25T17:22:22.213Z[ host-image] Sep 25 17:22:20.969 INFO O| Sep 25 17:22:20.969 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
89552024-09-25T17:22:22.213Z[ host-image] Sep 25 17:22:20.969 INFO O| Sep 25 17:22:20.969 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
89562024-09-25T17:22:22.215Z[ host-image] Sep 25 17:22:20.969 INFO O| Sep 25 17:22:20.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
89572024-09-25T17:22:22.215Z[ host-image] Sep 25 17:22:20.969 INFO O| Sep 25 17:22:20.969 INFO ok!
89582024-09-25T17:22:22.215Z[ host-image] Sep 25 17:22:20.969 INFO O| Sep 25 17:22:20.969 INFO STEP 32 (ensure_file) COMPLETE
89592024-09-25T17:22:22.215Z[ host-image] Sep 25 17:22:20.969 INFO O| Sep 25 17:22:20.969 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89602024-09-25T17:22:22.227Z[ host-image] Sep 25 17:22:20.983 INFO O| Sep 25 17:22:20.983 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89612024-09-25T17:22:22.227Z[ host-image] Sep 25 17:22:20.983 INFO O| Sep 25 17:22:20.983 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
89622024-09-25T17:22:22.229Z[ host-image] Sep 25 17:22:20.983 INFO O| Sep 25 17:22:20.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
89632024-09-25T17:22:22.229Z[ host-image] Sep 25 17:22:20.983 INFO O| Sep 25 17:22:20.983 INFO ok!
89642024-09-25T17:22:22.230Z[ host-image] Sep 25 17:22:20.983 INFO O| Sep 25 17:22:20.983 INFO STEP 33 (ensure_file) COMPLETE
89652024-09-25T17:22:22.230Z[ host-image] Sep 25 17:22:20.983 INFO O| Sep 25 17:22:20.983 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89662024-09-25T17:22:22.238Z[ host-image] Sep 25 17:22:20.994 INFO O| Sep 25 17:22:20.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
89672024-09-25T17:22:22.241Z[ host-image] Sep 25 17:22:20.994 INFO O| Sep 25 17:22:20.994 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
89682024-09-25T17:22:22.241Z[ host-image] Sep 25 17:22:20.994 INFO O| Sep 25 17:22:20.994 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89692024-09-25T17:22:22.241Z[ host-image] Sep 25 17:22:20.995 INFO O| Sep 25 17:22:20.994 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89702024-09-25T17:22:22.241Z[ host-image] Sep 25 17:22:20.995 INFO O| Sep 25 17:22:20.995 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89712024-09-25T17:22:22.241Z[ host-image] Sep 25 17:22:20.995 INFO O| Sep 25 17:22:20.995 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89722024-09-25T17:22:22.241Z[ host-image] Sep 25 17:22:20.995 INFO O| Sep 25 17:22:20.995 INFO ok!
89732024-09-25T17:22:22.241Z[ host-image] Sep 25 17:22:20.995 INFO O| Sep 25 17:22:20.995 INFO STEP 34 (ensure_file) COMPLETE
89742024-09-25T17:22:22.241Z[ host-image] Sep 25 17:22:20.995 INFO O| Sep 25 17:22:20.995 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89752024-09-25T17:22:22.253Z[ host-image] Sep 25 17:22:21.009 INFO O| Sep 25 17:22:21.009 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89762024-09-25T17:22:22.253Z[ host-image] Sep 25 17:22:21.009 INFO O| Sep 25 17:22:21.009 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89772024-09-25T17:22:22.253Z[ host-image] Sep 25 17:22:21.010 INFO O| Sep 25 17:22:21.009 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89782024-09-25T17:22:22.256Z[ host-image] Sep 25 17:22:21.010 INFO O| Sep 25 17:22:21.009 INFO STEP 35 (ensure_dir) COMPLETE
89792024-09-25T17:22:22.256Z[ host-image] Sep 25 17:22:21.010 INFO O| Sep 25 17:22:21.009 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89802024-09-25T17:22:22.270Z[ host-image] Sep 25 17:22:21.026 INFO O| Sep 25 17:22:21.026 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
89812024-09-25T17:22:22.271Z[ host-image] Sep 25 17:22:21.027 INFO O| Sep 25 17:22:21.026 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 ...
89822024-09-25T17:22:22.271Z[ host-image] Sep 25 17:22:21.027 INFO O| Sep 25 17:22:21.027 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
89832024-09-25T17:22:22.273Z[ host-image] Sep 25 17:22:21.027 INFO O| Sep 25 17:22:21.027 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
89842024-09-25T17:22:22.273Z[ host-image] Sep 25 17:22:21.027 INFO O| Sep 25 17:22:21.027 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
89852024-09-25T17:22:22.273Z[ host-image] Sep 25 17:22:21.027 INFO O| Sep 25 17:22:21.027 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
89862024-09-25T17:22:22.273Z[ host-image] Sep 25 17:22:21.027 INFO O| Sep 25 17:22:21.027 INFO ok!
89872024-09-25T17:22:22.273Z[ host-image] Sep 25 17:22:21.027 INFO O| Sep 25 17:22:21.027 INFO STEP 36 (ensure_file) COMPLETE
89882024-09-25T17:22:22.273Z[ host-image] Sep 25 17:22:21.027 INFO O| Sep 25 17:22:21.027 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89892024-09-25T17:22:22.287Z[ host-image] Sep 25 17:22:21.043 INFO O| Sep 25 17:22:21.043 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89902024-09-25T17:22:22.287Z[ host-image] Sep 25 17:22:21.043 INFO O| Sep 25 17:22:21.043 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 ...
89912024-09-25T17:22:22.290Z[ host-image] Sep 25 17:22:21.043 INFO O| Sep 25 17:22:21.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89922024-09-25T17:22:22.290Z[ host-image] Sep 25 17:22:21.043 INFO O| Sep 25 17:22:21.043 INFO ok!
89932024-09-25T17:22:22.290Z[ host-image] Sep 25 17:22:21.043 INFO O| Sep 25 17:22:21.043 INFO STEP 37 (ensure_symlink) COMPLETE
89942024-09-25T17:22:22.290Z[ host-image] Sep 25 17:22:21.043 INFO O| Sep 25 17:22:21.043 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89952024-09-25T17:22:22.303Z[ host-image] Sep 25 17:22:21.059 INFO O| Sep 25 17:22:21.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89962024-09-25T17:22:22.303Z[ host-image] Sep 25 17:22:21.059 INFO O| Sep 25 17:22:21.059 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89972024-09-25T17:22:22.306Z[ host-image] Sep 25 17:22:21.060 INFO O| Sep 25 17:22:21.059 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89982024-09-25T17:22:22.306Z[ host-image] Sep 25 17:22:21.060 INFO O| Sep 25 17:22:21.060 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89992024-09-25T17:22:22.306Z[ host-image] Sep 25 17:22:21.060 INFO O| Sep 25 17:22:21.060 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90002024-09-25T17:22:22.306Z[ host-image] Sep 25 17:22:21.060 INFO O| Sep 25 17:22:21.060 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90012024-09-25T17:22:22.306Z[ host-image] Sep 25 17:22:21.060 INFO O| Sep 25 17:22:21.060 INFO ok!
90022024-09-25T17:22:22.306Z[ host-image] Sep 25 17:22:21.060 INFO O| Sep 25 17:22:21.060 INFO STEP 38 (ensure_file) COMPLETE
90032024-09-25T17:22:22.306Z[ host-image] Sep 25 17:22:21.060 INFO O| Sep 25 17:22:21.060 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90042024-09-25T17:22:22.318Z[ host-image] Sep 25 17:22:21.074 INFO O| Sep 25 17:22:21.074 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90052024-09-25T17:22:22.318Z[ host-image] Sep 25 17:22:21.074 INFO O| Sep 25 17:22:21.074 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 ...
90062024-09-25T17:22:22.320Z[ host-image] Sep 25 17:22:21.074 INFO O| Sep 25 17:22:21.074 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
90072024-09-25T17:22:22.320Z[ host-image] Sep 25 17:22:21.074 INFO O| Sep 25 17:22:21.074 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90082024-09-25T17:22:22.320Z[ host-image] Sep 25 17:22:21.074 INFO O| Sep 25 17:22:21.074 INFO ok!
90092024-09-25T17:22:22.320Z[ host-image] Sep 25 17:22:21.074 INFO O| Sep 25 17:22:21.074 INFO STEP 39 (ensure_file) COMPLETE
90102024-09-25T17:22:22.320Z[ host-image] Sep 25 17:22:21.074 INFO O| Sep 25 17:22:21.074 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90112024-09-25T17:22:22.335Z[ host-image] Sep 25 17:22:21.091 INFO O| Sep 25 17:22:21.091 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
90122024-09-25T17:22:22.335Z[ host-image] Sep 25 17:22:21.091 INFO O| Sep 25 17:22:21.091 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
90132024-09-25T17:22:22.335Z[ host-image] Sep 25 17:22:21.091 INFO O| Sep 25 17:22:21.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
90142024-09-25T17:22:22.338Z[ host-image] Sep 25 17:22:21.091 INFO O| Sep 25 17:22:21.091 INFO ok!
90152024-09-25T17:22:22.338Z[ host-image] Sep 25 17:22:21.091 INFO O| Sep 25 17:22:21.091 INFO STEP 40 (ensure_file) COMPLETE
90162024-09-25T17:22:22.338Z[ host-image] Sep 25 17:22:21.091 INFO O| Sep 25 17:22:21.091 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90172024-09-25T17:22:22.347Z[ host-image] Sep 25 17:22:21.103 INFO O| Sep 25 17:22:21.103 INFO updating shadow file
90182024-09-25T17:22:22.350Z[ host-image] Sep 25 17:22:21.103 INFO O| Sep 25 17:22:21.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90192024-09-25T17:22:22.350Z[ host-image] Sep 25 17:22:21.104 INFO O| Sep 25 17:22:21.103 INFO STEP 41 (shadow) COMPLETE
90202024-09-25T17:22:22.350Z[ host-image] Sep 25 17:22:21.104 INFO O| Sep 25 17:22:21.104 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90212024-09-25T17:22:22.364Z[ host-image] Sep 25 17:22:21.120 INFO O| Sep 25 17:22:21.120 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
90222024-09-25T17:22:22.364Z[ host-image] Sep 25 17:22:21.120 INFO O| Sep 25 17:22:21.120 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
90232024-09-25T17:22:22.366Z[ host-image] Sep 25 17:22:21.120 INFO O| Sep 25 17:22:21.120 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90242024-09-25T17:22:22.366Z[ host-image] Sep 25 17:22:21.120 INFO O| Sep 25 17:22:21.120 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90252024-09-25T17:22:22.366Z[ host-image] Sep 25 17:22:21.120 INFO O| Sep 25 17:22:21.120 INFO ok!
90262024-09-25T17:22:22.366Z[ host-image] Sep 25 17:22:21.120 INFO O| Sep 25 17:22:21.120 INFO STEP 42 (ensure_file) COMPLETE
90272024-09-25T17:22:22.366Z[ host-image] Sep 25 17:22:21.120 INFO O| Sep 25 17:22:21.120 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90282024-09-25T17:22:22.366Z[ host-image] Sep 25 17:22:21.120 INFO O| Sep 25 17:22:21.120 INFO skip step because feature "mfg" is not enabled
90292024-09-25T17:22:22.366Z[ host-image] Sep 25 17:22:21.120 INFO O| Sep 25 17:22:21.120 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90302024-09-25T17:22:22.367Z[ host-image] Sep 25 17:22:21.120 INFO O| Sep 25 17:22:21.120 INFO skip step because feature "mfg" is not enabled
90312024-09-25T17:22:22.367Z[ host-image] Sep 25 17:22:21.120 INFO O| Sep 25 17:22:21.120 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90322024-09-25T17:22:22.381Z[ host-image] Sep 25 17:22:21.137 INFO O| Sep 25 17:22:21.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
90332024-09-25T17:22:22.381Z[ host-image] Sep 25 17:22:21.137 INFO O| Sep 25 17:22:21.137 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
90342024-09-25T17:22:23.167Z[ host-image] Sep 25 17:22:21.922 INFO O| Sep 25 17:22:21.922 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90352024-09-25T17:22:23.167Z[ host-image] Sep 25 17:22:21.922 INFO O| Sep 25 17:22:21.922 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90362024-09-25T17:22:23.167Z[ host-image] Sep 25 17:22:21.922 INFO O| Sep 25 17:22:21.922 INFO ok!
90372024-09-25T17:22:23.170Z[ host-image] Sep 25 17:22:21.922 INFO O| Sep 25 17:22:21.922 INFO STEP 45 (ensure_file) COMPLETE
90382024-09-25T17:22:23.170Z[ host-image] Sep 25 17:22:21.922 INFO O| Sep 25 17:22:21.922 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90392024-09-25T17:22:23.180Z[ host-image] Sep 25 17:22:21.936 INFO O| Sep 25 17:22:21.936 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
90402024-09-25T17:22:23.180Z[ host-image] Sep 25 17:22:21.936 INFO O| Sep 25 17:22:21.936 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90412024-09-25T17:22:23.183Z[ host-image] Sep 25 17:22:21.936 INFO O| Sep 25 17:22:21.936 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90422024-09-25T17:22:23.183Z[ host-image] Sep 25 17:22:21.936 INFO O| Sep 25 17:22:21.936 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90432024-09-25T17:22:23.183Z[ host-image] Sep 25 17:22:21.936 INFO O| Sep 25 17:22:21.936 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90442024-09-25T17:22:23.183Z[ host-image] Sep 25 17:22:21.936 INFO O| Sep 25 17:22:21.936 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90452024-09-25T17:22:23.183Z[ host-image] Sep 25 17:22:21.936 INFO O| Sep 25 17:22:21.936 INFO ok!
90462024-09-25T17:22:23.183Z[ host-image] Sep 25 17:22:21.936 INFO O| Sep 25 17:22:21.936 INFO STEP 46 (ensure_file) COMPLETE
90472024-09-25T17:22:23.183Z[ host-image] Sep 25 17:22:21.936 INFO O| Sep 25 17:22:21.936 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90482024-09-25T17:22:23.198Z[ host-image] Sep 25 17:22:21.954 INFO O| Sep 25 17:22:21.954 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
90492024-09-25T17:22:23.198Z[ host-image] Sep 25 17:22:21.954 INFO O| Sep 25 17:22:21.954 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 ...
90502024-09-25T17:22:23.201Z[ host-image] Sep 25 17:22:21.954 INFO O| Sep 25 17:22:21.954 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
90512024-09-25T17:22:23.201Z[ host-image] Sep 25 17:22:21.954 INFO O| Sep 25 17:22:21.954 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90522024-09-25T17:22:23.201Z[ host-image] Sep 25 17:22:21.954 INFO O| Sep 25 17:22:21.954 INFO ok!
90532024-09-25T17:22:23.201Z[ host-image] Sep 25 17:22:21.954 INFO O| Sep 25 17:22:21.954 INFO STEP 47 (ensure_file) COMPLETE
90542024-09-25T17:22:23.201Z[ host-image] Sep 25 17:22:21.954 INFO O| Sep 25 17:22:21.954 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90552024-09-25T17:22:23.215Z[ host-image] Sep 25 17:22:21.971 INFO O| Sep 25 17:22:21.971 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
90562024-09-25T17:22:23.215Z[ host-image] Sep 25 17:22:21.971 INFO O| Sep 25 17:22:21.971 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
90572024-09-25T17:22:23.218Z[ host-image] Sep 25 17:22:21.971 INFO O| Sep 25 17:22:21.971 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90582024-09-25T17:22:23.218Z[ host-image] Sep 25 17:22:21.972 INFO O| Sep 25 17:22:21.972 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90592024-09-25T17:22:23.218Z[ host-image] Sep 25 17:22:21.972 INFO O| Sep 25 17:22:21.972 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90602024-09-25T17:22:23.218Z[ host-image] Sep 25 17:22:21.972 INFO O| Sep 25 17:22:21.972 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90612024-09-25T17:22:23.218Z[ host-image] Sep 25 17:22:21.972 INFO O| Sep 25 17:22:21.972 INFO ok!
90622024-09-25T17:22:23.218Z[ host-image] Sep 25 17:22:21.972 INFO O| Sep 25 17:22:21.972 INFO STEP 48 (ensure_file) COMPLETE
90632024-09-25T17:22:23.218Z[ host-image] Sep 25 17:22:21.972 INFO O| Sep 25 17:22:21.972 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90642024-09-25T17:22:23.233Z[ host-image] Sep 25 17:22:21.989 INFO O| Sep 25 17:22:21.989 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
90652024-09-25T17:22:23.233Z[ host-image] Sep 25 17:22:21.989 INFO O| Sep 25 17:22:21.989 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 ...
90662024-09-25T17:22:23.237Z[ host-image] Sep 25 17:22:21.989 INFO O| Sep 25 17:22:21.989 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
90672024-09-25T17:22:23.237Z[ host-image] Sep 25 17:22:21.989 INFO O| Sep 25 17:22:21.989 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
90682024-09-25T17:22:23.237Z[ host-image] Sep 25 17:22:21.989 INFO O| Sep 25 17:22:21.989 INFO ok!
90692024-09-25T17:22:23.237Z[ host-image] Sep 25 17:22:21.989 INFO O| Sep 25 17:22:21.989 INFO STEP 49 (ensure_file) COMPLETE
90702024-09-25T17:22:23.237Z[ host-image] Sep 25 17:22:21.989 INFO O| Sep 25 17:22:21.989 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90712024-09-25T17:22:23.250Z[ host-image] Sep 25 17:22:22.006 INFO O| Sep 25 17:22:22.006 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
90722024-09-25T17:22:23.250Z[ host-image] Sep 25 17:22:22.006 INFO O| Sep 25 17:22:22.006 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
90732024-09-25T17:22:23.253Z[ host-image] Sep 25 17:22:22.006 INFO O| Sep 25 17:22:22.006 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90742024-09-25T17:22:23.253Z[ host-image] Sep 25 17:22:22.006 INFO O| Sep 25 17:22:22.006 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90752024-09-25T17:22:23.253Z[ host-image] Sep 25 17:22:22.006 INFO O| Sep 25 17:22:22.006 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90762024-09-25T17:22:23.253Z[ host-image] Sep 25 17:22:22.007 INFO O| Sep 25 17:22:22.006 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90772024-09-25T17:22:23.253Z[ host-image] Sep 25 17:22:22.007 INFO O| Sep 25 17:22:22.007 INFO ok!
90782024-09-25T17:22:23.253Z[ host-image] Sep 25 17:22:22.007 INFO O| Sep 25 17:22:22.007 INFO STEP 50 (ensure_file) COMPLETE
90792024-09-25T17:22:23.253Z[ host-image] Sep 25 17:22:22.007 INFO O| Sep 25 17:22:22.007 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90802024-09-25T17:22:23.266Z[ host-image] Sep 25 17:22:22.022 INFO O| Sep 25 17:22:22.022 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
90812024-09-25T17:22:23.266Z[ host-image] Sep 25 17:22:22.022 INFO O| Sep 25 17:22:22.022 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 ...
90822024-09-25T17:22:23.269Z[ host-image] Sep 25 17:22:22.022 INFO O| Sep 25 17:22:22.022 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
90832024-09-25T17:22:23.269Z[ host-image] Sep 25 17:22:22.022 INFO O| Sep 25 17:22:22.022 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90842024-09-25T17:22:23.269Z[ host-image] Sep 25 17:22:22.022 INFO O| Sep 25 17:22:22.022 INFO ok!
90852024-09-25T17:22:23.269Z[ host-image] Sep 25 17:22:22.022 INFO O| Sep 25 17:22:22.022 INFO STEP 51 (ensure_file) COMPLETE
90862024-09-25T17:22:23.269Z[ host-image] Sep 25 17:22:22.022 INFO O| Sep 25 17:22:22.022 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90872024-09-25T17:22:23.281Z[ host-image] Sep 25 17:22:22.037 INFO O| Sep 25 17:22:22.037 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90882024-09-25T17:22:23.281Z[ host-image] Sep 25 17:22:22.037 INFO O| Sep 25 17:22:22.037 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 ...
90892024-09-25T17:22:23.283Z[ host-image] Sep 25 17:22:22.037 INFO O| Sep 25 17:22:22.037 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
90902024-09-25T17:22:23.283Z[ host-image] Sep 25 17:22:22.037 INFO O| Sep 25 17:22:22.037 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90912024-09-25T17:22:23.283Z[ host-image] Sep 25 17:22:22.037 INFO O| Sep 25 17:22:22.037 INFO ok!
90922024-09-25T17:22:23.283Z[ host-image] Sep 25 17:22:22.037 INFO O| Sep 25 17:22:22.037 INFO STEP 52 (ensure_file) COMPLETE
90932024-09-25T17:22:23.283Z[ host-image] Sep 25 17:22:22.037 INFO O| Sep 25 17:22:22.037 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90942024-09-25T17:22:23.297Z[ host-image] Sep 25 17:22:22.053 INFO O| Sep 25 17:22:22.053 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90952024-09-25T17:22:23.297Z[ host-image] Sep 25 17:22:22.053 INFO O| Sep 25 17:22:22.053 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 ...
90962024-09-25T17:22:23.297Z[ host-image] Sep 25 17:22:22.053 INFO O| Sep 25 17:22:22.053 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
90972024-09-25T17:22:23.297Z[ host-image] Sep 25 17:22:22.053 INFO O| Sep 25 17:22:22.053 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90982024-09-25T17:22:23.302Z[ host-image] Sep 25 17:22:22.053 INFO O| Sep 25 17:22:22.053 INFO ok!
90992024-09-25T17:22:23.302Z[ host-image] Sep 25 17:22:22.053 INFO O| Sep 25 17:22:22.053 INFO STEP 53 (ensure_file) COMPLETE
91002024-09-25T17:22:23.302Z[ host-image] Sep 25 17:22:22.053 INFO O| Sep 25 17:22:22.053 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91012024-09-25T17:22:23.314Z[ host-image] Sep 25 17:22:22.069 INFO O| Sep 25 17:22:22.069 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
91022024-09-25T17:22:23.314Z[ host-image] Sep 25 17:22:22.069 INFO O| Sep 25 17:22:22.069 INFO STEP 54 (ensure_dir) COMPLETE
91032024-09-25T17:22:23.314Z[ host-image] Sep 25 17:22:22.069 INFO O| Sep 25 17:22:22.069 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91042024-09-25T17:22:23.327Z[ host-image] Sep 25 17:22:22.082 INFO O| Sep 25 17:22:22.082 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91052024-09-25T17:22:23.327Z[ host-image] Sep 25 17:22:22.082 INFO O| Sep 25 17:22:22.082 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91062024-09-25T17:22:23.329Z[ host-image] Sep 25 17:22:22.082 INFO O| Sep 25 17:22:22.082 INFO STEP 55 (ensure_dir) COMPLETE
91072024-09-25T17:22:23.329Z[ host-image] Sep 25 17:22:22.083 INFO O| Sep 25 17:22:22.082 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91082024-09-25T17:22:23.342Z[ host-image] Sep 25 17:22:22.098 INFO O| Sep 25 17:22:22.098 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91092024-09-25T17:22:23.342Z[ host-image] Sep 25 17:22:22.098 INFO O| Sep 25 17:22:22.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91102024-09-25T17:22:23.345Z[ host-image] Sep 25 17:22:22.098 INFO O| Sep 25 17:22:22.098 INFO STEP 56 (ensure_dir) COMPLETE
91112024-09-25T17:22:23.345Z[ host-image] Sep 25 17:22:22.098 INFO O| Sep 25 17:22:22.098 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91122024-09-25T17:22:23.356Z[ host-image] Sep 25 17:22:22.112 INFO O| Sep 25 17:22:22.112 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
91132024-09-25T17:22:23.356Z[ host-image] Sep 25 17:22:22.112 INFO O| Sep 25 17:22:22.112 INFO copying /tmp/.tmpqWzsV2/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
91142024-09-25T17:22:23.371Z[ host-image] Sep 25 17:22:22.127 INFO O| Sep 25 17:22:22.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
91152024-09-25T17:22:23.371Z[ host-image] Sep 25 17:22:22.127 INFO O| Sep 25 17:22:22.127 INFO ok!
91162024-09-25T17:22:23.374Z[ host-image] Sep 25 17:22:22.127 INFO O| Sep 25 17:22:22.127 INFO STEP 57 (ensure_file) COMPLETE
91172024-09-25T17:22:23.374Z[ host-image] Sep 25 17:22:22.127 INFO O| Sep 25 17:22:22.127 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91182024-09-25T17:22:23.384Z[ host-image] Sep 25 17:22:22.140 INFO O| Sep 25 17:22:22.140 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
91192024-09-25T17:22:23.384Z[ host-image] Sep 25 17:22:22.140 INFO O| Sep 25 17:22:22.140 INFO copying /tmp/.tmpqWzsV2/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
91202024-09-25T17:22:24.747Z[ host-image] Sep 25 17:22:23.501 INFO O| Sep 25 17:22:23.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
91212024-09-25T17:22:24.748Z[ host-image] Sep 25 17:22:23.501 INFO O| Sep 25 17:22:23.501 INFO ok!
91222024-09-25T17:22:24.752Z[ host-image] Sep 25 17:22:23.501 INFO O| Sep 25 17:22:23.501 INFO STEP 58 (ensure_file) COMPLETE
91232024-09-25T17:22:24.752Z[ host-image] Sep 25 17:22:23.501 INFO O| Sep 25 17:22:23.501 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91242024-09-25T17:22:24.765Z[ host-image] Sep 25 17:22:23.519 INFO O| Sep 25 17:22:23.519 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91252024-09-25T17:22:24.784Z[ host-image] Sep 25 17:22:23.519 INFO O| Sep 25 17:22:23.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91262024-09-25T17:22:24.784Z[ host-image] Sep 25 17:22:23.519 INFO O| Sep 25 17:22:23.519 INFO STEP 59 (ensure_dir) COMPLETE
91272024-09-25T17:22:24.784Z[ host-image] Sep 25 17:22:23.519 INFO O| Sep 25 17:22:23.519 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91282024-09-25T17:22:24.787Z[ host-image] Sep 25 17:22:23.537 INFO O| Sep 25 17:22:23.537 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
91292024-09-25T17:22:24.787Z[ host-image] Sep 25 17:22:23.537 INFO O| Sep 25 17:22:23.537 INFO copying /tmp/.tmpqWzsV2/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 ...
91302024-09-25T17:22:24.787Z[ host-image] Sep 25 17:22:23.537 INFO O| Sep 25 17:22:23.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
91312024-09-25T17:22:24.787Z[ host-image] Sep 25 17:22:23.537 INFO O| Sep 25 17:22:23.537 INFO ok!
91322024-09-25T17:22:24.787Z[ host-image] Sep 25 17:22:23.537 INFO O| Sep 25 17:22:23.537 INFO STEP 60 (ensure_file) COMPLETE
91332024-09-25T17:22:24.787Z[ host-image] Sep 25 17:22:23.537 INFO O| Sep 25 17:22:23.537 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91342024-09-25T17:22:24.800Z[ host-image] Sep 25 17:22:23.556 INFO O| Sep 25 17:22:23.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
91352024-09-25T17:22:24.803Z[ host-image] Sep 25 17:22:23.556 INFO O| Sep 25 17:22:23.555 INFO copying /tmp/.tmpqWzsV2/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 ...
91362024-09-25T17:22:24.803Z[ host-image] Sep 25 17:22:23.556 INFO O| Sep 25 17:22:23.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
91372024-09-25T17:22:24.803Z[ host-image] Sep 25 17:22:23.556 INFO O| Sep 25 17:22:23.556 INFO ok!
91382024-09-25T17:22:24.803Z[ host-image] Sep 25 17:22:23.556 INFO O| Sep 25 17:22:23.556 INFO STEP 61 (ensure_file) COMPLETE
91392024-09-25T17:22:24.803Z[ host-image] Sep 25 17:22:23.556 INFO O| Sep 25 17:22:23.556 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91402024-09-25T17:22:24.816Z[ host-image] Sep 25 17:22:23.571 INFO O| Sep 25 17:22:23.571 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91412024-09-25T17:22:24.816Z[ host-image] Sep 25 17:22:23.571 INFO O| Sep 25 17:22:23.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91422024-09-25T17:22:24.816Z[ host-image] Sep 25 17:22:23.571 INFO O| Sep 25 17:22:23.571 INFO STEP 62 (ensure_dir) COMPLETE
91432024-09-25T17:22:24.817Z[ host-image] Sep 25 17:22:23.571 INFO O| Sep 25 17:22:23.571 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91442024-09-25T17:22:24.829Z[ host-image] Sep 25 17:22:23.585 INFO O| Sep 25 17:22:23.585 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91452024-09-25T17:22:24.829Z[ host-image] Sep 25 17:22:23.585 INFO O| Sep 25 17:22:23.585 INFO copying /tmp/.tmpqWzsV2/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 ...
91462024-09-25T17:22:24.833Z[ host-image] Sep 25 17:22:23.585 INFO O| Sep 25 17:22:23.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91472024-09-25T17:22:24.833Z[ host-image] Sep 25 17:22:23.585 INFO O| Sep 25 17:22:23.585 INFO ok!
91482024-09-25T17:22:24.833Z[ host-image] Sep 25 17:22:23.585 INFO O| Sep 25 17:22:23.585 INFO STEP 63 (ensure_file) COMPLETE
91492024-09-25T17:22:24.833Z[ host-image] Sep 25 17:22:23.585 INFO O| Sep 25 17:22:23.585 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91502024-09-25T17:22:24.841Z[ host-image] Sep 25 17:22:23.596 INFO O| Sep 25 17:22:23.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91512024-09-25T17:22:24.841Z[ host-image] Sep 25 17:22:23.596 INFO O| Sep 25 17:22:23.596 INFO copying /tmp/.tmpqWzsV2/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 ...
91522024-09-25T17:22:24.844Z[ host-image] Sep 25 17:22:23.597 INFO O| Sep 25 17:22:23.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
91532024-09-25T17:22:24.844Z[ host-image] Sep 25 17:22:23.597 INFO O| Sep 25 17:22:23.597 INFO ok!
91542024-09-25T17:22:24.844Z[ host-image] Sep 25 17:22:23.597 INFO O| Sep 25 17:22:23.597 INFO STEP 64 (ensure_file) COMPLETE
91552024-09-25T17:22:24.844Z[ host-image] Sep 25 17:22:23.597 INFO O| Sep 25 17:22:23.597 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91562024-09-25T17:22:24.856Z[ host-image] Sep 25 17:22:23.611 INFO O| Sep 25 17:22:23.611 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91572024-09-25T17:22:24.856Z[ host-image] Sep 25 17:22:23.612 INFO O| Sep 25 17:22:23.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91582024-09-25T17:22:24.859Z[ host-image] Sep 25 17:22:23.612 INFO O| Sep 25 17:22:23.612 INFO STEP 65 (ensure_dir) COMPLETE
91592024-09-25T17:22:24.859Z[ host-image] Sep 25 17:22:23.612 INFO O| Sep 25 17:22:23.612 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91602024-09-25T17:22:24.894Z[ host-image] Sep 25 17:22:23.649 INFO O| Sep 25 17:22:23.649 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91612024-09-25T17:22:24.894Z[ host-image] Sep 25 17:22:23.649 INFO O| Sep 25 17:22:23.649 INFO copying /tmp/.tmpqWzsV2/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 ...
91622024-09-25T17:22:24.896Z[ host-image] Sep 25 17:22:23.649 INFO O| Sep 25 17:22:23.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91632024-09-25T17:22:24.896Z[ host-image] Sep 25 17:22:23.649 INFO O| Sep 25 17:22:23.649 INFO ok!
91642024-09-25T17:22:24.896Z[ host-image] Sep 25 17:22:23.650 INFO O| Sep 25 17:22:23.650 INFO STEP 66 (ensure_file) COMPLETE
91652024-09-25T17:22:24.896Z[ host-image] Sep 25 17:22:23.650 INFO O| Sep 25 17:22:23.650 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91662024-09-25T17:22:24.945Z[ host-image] Sep 25 17:22:23.701 INFO O| Sep 25 17:22:23.700 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
91672024-09-25T17:22:24.946Z[ host-image] Sep 25 17:22:23.701 INFO O| Sep 25 17:22:23.700 INFO copying /tmp/.tmpqWzsV2/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
91682024-09-25T17:22:24.950Z[ host-image] Sep 25 17:22:23.701 INFO O| Sep 25 17:22:23.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
91692024-09-25T17:22:24.950Z[ host-image] Sep 25 17:22:23.701 INFO O| Sep 25 17:22:23.701 INFO ok!
91702024-09-25T17:22:24.950Z[ host-image] Sep 25 17:22:23.701 INFO O| Sep 25 17:22:23.701 INFO STEP 67 (ensure_file) COMPLETE
91712024-09-25T17:22:24.950Z[ host-image] Sep 25 17:22:23.701 INFO O| Sep 25 17:22:23.701 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91722024-09-25T17:22:24.963Z[ host-image] Sep 25 17:22:23.719 INFO O| Sep 25 17:22:23.719 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91732024-09-25T17:22:24.964Z[ host-image] Sep 25 17:22:23.719 INFO O| Sep 25 17:22:23.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91742024-09-25T17:22:24.966Z[ host-image] Sep 25 17:22:23.719 INFO O| Sep 25 17:22:23.719 INFO STEP 68 (ensure_dir) COMPLETE
91752024-09-25T17:22:24.966Z[ host-image] Sep 25 17:22:23.719 INFO O| Sep 25 17:22:23.719 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91762024-09-25T17:22:25.021Z[ host-image] Sep 25 17:22:23.768 INFO O| Sep 25 17:22:23.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
91772024-09-25T17:22:25.021Z[ host-image] Sep 25 17:22:23.768 INFO O| Sep 25 17:22:23.768 INFO copying /tmp/.tmpqWzsV2/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
91782024-09-25T17:22:25.739Z[ host-image] Sep 25 17:22:24.495 INFO O| Sep 25 17:22:24.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
91792024-09-25T17:22:25.739Z[ host-image] Sep 25 17:22:24.495 INFO O| Sep 25 17:22:24.495 INFO ok!
91802024-09-25T17:22:25.743Z[ host-image] Sep 25 17:22:24.495 INFO O| Sep 25 17:22:24.495 INFO STEP 69 (ensure_file) COMPLETE
91812024-09-25T17:22:25.743Z[ host-image] Sep 25 17:22:24.495 INFO O| Sep 25 17:22:24.495 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91822024-09-25T17:22:25.751Z[ host-image] Sep 25 17:22:24.507 INFO O| Sep 25 17:22:24.507 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
91832024-09-25T17:22:25.751Z[ host-image] Sep 25 17:22:24.507 INFO O| Sep 25 17:22:24.507 INFO copying /tmp/.tmpqWzsV2/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91842024-09-25T17:22:27.813Z[ host-image] Sep 25 17:22:26.568 INFO O| Sep 25 17:22:26.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91852024-09-25T17:22:27.813Z[ host-image] Sep 25 17:22:26.568 INFO O| Sep 25 17:22:26.568 INFO ok!
91862024-09-25T17:22:27.813Z[ host-image] Sep 25 17:22:26.568 INFO O| Sep 25 17:22:26.568 INFO STEP 70 (ensure_file) COMPLETE
91872024-09-25T17:22:27.813Z[ host-image] Sep 25 17:22:26.568 INFO O| Sep 25 17:22:26.568 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91882024-09-25T17:22:27.824Z[ host-image] Sep 25 17:22:26.579 INFO O| Sep 25 17:22:26.579 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91892024-09-25T17:22:27.824Z[ host-image] Sep 25 17:22:26.579 INFO O| Sep 25 17:22:26.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91902024-09-25T17:22:27.826Z[ host-image] Sep 25 17:22:26.579 INFO O| Sep 25 17:22:26.579 INFO STEP 71 (ensure_dir) COMPLETE
91912024-09-25T17:22:27.827Z[ host-image] Sep 25 17:22:26.579 INFO O| Sep 25 17:22:26.579 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91922024-09-25T17:22:27.834Z[ host-image] Sep 25 17:22:26.590 INFO O| Sep 25 17:22:26.590 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
91932024-09-25T17:22:27.835Z[ host-image] Sep 25 17:22:26.590 INFO O| Sep 25 17:22:26.590 INFO copying /tmp/.tmpqWzsV2/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 ...
91942024-09-25T17:22:27.835Z[ host-image] Sep 25 17:22:26.590 INFO O| Sep 25 17:22:26.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
91952024-09-25T17:22:27.838Z[ host-image] Sep 25 17:22:26.590 INFO O| Sep 25 17:22:26.590 INFO ok!
91962024-09-25T17:22:27.838Z[ host-image] Sep 25 17:22:26.590 INFO O| Sep 25 17:22:26.590 INFO STEP 72 (ensure_file) COMPLETE
91972024-09-25T17:22:27.838Z[ host-image] Sep 25 17:22:26.590 INFO O| Sep 25 17:22:26.590 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91982024-09-25T17:22:27.845Z[ host-image] Sep 25 17:22:26.600 INFO O| Sep 25 17:22:26.600 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
91992024-09-25T17:22:27.845Z[ host-image] Sep 25 17:22:26.600 INFO O| Sep 25 17:22:26.600 INFO copying /tmp/.tmpqWzsV2/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 ...
92002024-09-25T17:22:27.845Z[ host-image] Sep 25 17:22:26.600 INFO O| Sep 25 17:22:26.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
92012024-09-25T17:22:27.848Z[ host-image] Sep 25 17:22:26.600 INFO O| Sep 25 17:22:26.600 INFO ok!
92022024-09-25T17:22:27.848Z[ host-image] Sep 25 17:22:26.600 INFO O| Sep 25 17:22:26.600 INFO STEP 73 (ensure_file) COMPLETE
92032024-09-25T17:22:27.848Z[ host-image] Sep 25 17:22:26.600 INFO O| Sep 25 17:22:26.600 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92042024-09-25T17:22:27.855Z[ host-image] Sep 25 17:22:26.610 INFO O| Sep 25 17:22:26.610 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
92052024-09-25T17:22:27.855Z[ host-image] Sep 25 17:22:26.610 INFO O| Sep 25 17:22:26.610 INFO copying /tmp/.tmpqWzsV2/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
92062024-09-25T17:22:27.857Z[ host-image] Sep 25 17:22:26.610 INFO O| Sep 25 17:22:26.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
92072024-09-25T17:22:27.857Z[ host-image] Sep 25 17:22:26.610 INFO O| Sep 25 17:22:26.610 INFO ok!
92082024-09-25T17:22:27.857Z[ host-image] Sep 25 17:22:26.610 INFO O| Sep 25 17:22:26.610 INFO STEP 74 (ensure_file) COMPLETE
92092024-09-25T17:22:27.857Z[ host-image] Sep 25 17:22:26.610 INFO O| Sep 25 17:22:26.610 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92102024-09-25T17:22:27.864Z[ host-image] Sep 25 17:22:26.620 INFO O| Sep 25 17:22:26.619 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
92112024-09-25T17:22:27.864Z[ host-image] Sep 25 17:22:26.620 INFO O| Sep 25 17:22:26.619 INFO copying /tmp/.tmpqWzsV2/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
92122024-09-25T17:22:27.867Z[ host-image] Sep 25 17:22:26.620 INFO O| Sep 25 17:22:26.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
92132024-09-25T17:22:27.867Z[ host-image] Sep 25 17:22:26.620 INFO O| Sep 25 17:22:26.620 INFO ok!
92142024-09-25T17:22:27.867Z[ host-image] Sep 25 17:22:26.620 INFO O| Sep 25 17:22:26.620 INFO STEP 75 (ensure_file) COMPLETE
92152024-09-25T17:22:27.867Z[ host-image] Sep 25 17:22:26.620 INFO O| Sep 25 17:22:26.620 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92162024-09-25T17:22:27.874Z[ host-image] Sep 25 17:22:26.629 INFO O| Sep 25 17:22:26.629 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92172024-09-25T17:22:27.877Z[ host-image] Sep 25 17:22:26.630 INFO O| Sep 25 17:22:26.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92182024-09-25T17:22:27.877Z[ host-image] Sep 25 17:22:26.630 INFO O| Sep 25 17:22:26.630 INFO STEP 76 (ensure_dir) COMPLETE
92192024-09-25T17:22:27.877Z[ host-image] Sep 25 17:22:26.630 INFO O| Sep 25 17:22:26.630 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-09-25T17:22:27.884Z[ host-image] Sep 25 17:22:26.639 INFO O| Sep 25 17:22:26.639 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
92212024-09-25T17:22:27.884Z[ host-image] Sep 25 17:22:26.639 INFO O| Sep 25 17:22:26.639 INFO copying /tmp/.tmpqWzsV2/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
92222024-09-25T17:22:27.888Z[ host-image] Sep 25 17:22:26.642 INFO O| Sep 25 17:22:26.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
92232024-09-25T17:22:27.888Z[ host-image] Sep 25 17:22:26.642 INFO O| Sep 25 17:22:26.642 INFO ok!
92242024-09-25T17:22:27.888Z[ host-image] Sep 25 17:22:26.642 INFO O| Sep 25 17:22:26.642 INFO STEP 77 (ensure_file) COMPLETE
92252024-09-25T17:22:27.888Z[ host-image] Sep 25 17:22:26.642 INFO O| Sep 25 17:22:26.642 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92262024-09-25T17:22:27.897Z[ host-image] Sep 25 17:22:26.652 INFO O| Sep 25 17:22:26.652 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
92272024-09-25T17:22:27.897Z[ host-image] Sep 25 17:22:26.652 INFO O| Sep 25 17:22:26.652 INFO copying /tmp/.tmpqWzsV2/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
92282024-09-25T17:22:27.899Z[ host-image] Sep 25 17:22:26.652 INFO O| Sep 25 17:22:26.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
92292024-09-25T17:22:27.899Z[ host-image] Sep 25 17:22:26.652 INFO O| Sep 25 17:22:26.652 INFO ok!
92302024-09-25T17:22:27.899Z[ host-image] Sep 25 17:22:26.652 INFO O| Sep 25 17:22:26.652 INFO STEP 78 (ensure_file) COMPLETE
92312024-09-25T17:22:27.899Z[ host-image] Sep 25 17:22:26.652 INFO O| Sep 25 17:22:26.652 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92322024-09-25T17:22:27.907Z[ host-image] Sep 25 17:22:26.662 INFO O| Sep 25 17:22:26.662 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
92332024-09-25T17:22:27.907Z[ host-image] Sep 25 17:22:26.662 INFO O| Sep 25 17:22:26.662 INFO copying /tmp/.tmpqWzsV2/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
92342024-09-25T17:22:28.844Z[ host-image] Sep 25 17:22:27.599 INFO O| Sep 25 17:22:27.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
92352024-09-25T17:22:28.845Z[ host-image] Sep 25 17:22:27.599 INFO O| Sep 25 17:22:27.599 INFO ok!
92362024-09-25T17:22:28.847Z[ host-image] Sep 25 17:22:27.599 INFO O| Sep 25 17:22:27.599 INFO STEP 79 (ensure_file) COMPLETE
92372024-09-25T17:22:28.847Z[ host-image] Sep 25 17:22:27.599 INFO O| Sep 25 17:22:27.599 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92382024-09-25T17:22:28.857Z[ host-image] Sep 25 17:22:27.612 INFO O| Sep 25 17:22:27.612 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92392024-09-25T17:22:28.857Z[ host-image] Sep 25 17:22:27.612 INFO O| Sep 25 17:22:27.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92402024-09-25T17:22:28.860Z[ host-image] Sep 25 17:22:27.612 INFO O| Sep 25 17:22:27.612 INFO STEP 80 (ensure_dir) COMPLETE
92412024-09-25T17:22:28.860Z[ host-image] Sep 25 17:22:27.613 INFO O| Sep 25 17:22:27.612 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92422024-09-25T17:22:28.868Z[ host-image] Sep 25 17:22:27.623 INFO O| Sep 25 17:22:27.623 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92432024-09-25T17:22:28.868Z[ host-image] Sep 25 17:22:27.623 INFO O| Sep 25 17:22:27.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92442024-09-25T17:22:28.871Z[ host-image] Sep 25 17:22:27.623 INFO O| Sep 25 17:22:27.623 INFO STEP 81 (ensure_dir) COMPLETE
92452024-09-25T17:22:28.871Z[ host-image] Sep 25 17:22:27.623 INFO O| Sep 25 17:22:27.623 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92462024-09-25T17:22:28.883Z[ host-image] Sep 25 17:22:27.636 INFO O| Sep 25 17:22:27.636 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92472024-09-25T17:22:28.883Z[ host-image] Sep 25 17:22:27.636 INFO O| Sep 25 17:22:27.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92482024-09-25T17:22:28.883Z[ host-image] Sep 25 17:22:27.636 INFO O| Sep 25 17:22:27.636 INFO STEP 82 (ensure_dir) COMPLETE
92492024-09-25T17:22:28.883Z[ host-image] Sep 25 17:22:27.636 INFO O| Sep 25 17:22:27.636 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92502024-09-25T17:22:28.901Z[ host-image] Sep 25 17:22:27.654 INFO O| Sep 25 17:22:27.653 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92512024-09-25T17:22:28.901Z[ host-image] Sep 25 17:22:27.654 INFO O| Sep 25 17:22:27.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92522024-09-25T17:22:28.901Z[ host-image] Sep 25 17:22:27.654 INFO O| Sep 25 17:22:27.654 INFO STEP 83 (ensure_dir) COMPLETE
92532024-09-25T17:22:28.904Z[ host-image] Sep 25 17:22:27.654 INFO O| Sep 25 17:22:27.654 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92542024-09-25T17:22:28.910Z[ host-image] Sep 25 17:22:27.665 INFO O| Sep 25 17:22:27.665 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92552024-09-25T17:22:28.910Z[ host-image] Sep 25 17:22:27.665 INFO O| Sep 25 17:22:27.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92562024-09-25T17:22:28.910Z[ host-image] Sep 25 17:22:27.665 INFO O| Sep 25 17:22:27.665 INFO STEP 84 (ensure_dir) COMPLETE
92572024-09-25T17:22:28.912Z[ host-image] Sep 25 17:22:27.665 INFO O| Sep 25 17:22:27.665 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92582024-09-25T17:22:28.920Z[ host-image] Sep 25 17:22:27.675 INFO O| Sep 25 17:22:27.675 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
92592024-09-25T17:22:28.920Z[ host-image] Sep 25 17:22:27.675 INFO O| Sep 25 17:22:27.675 INFO copying /tmp/.tmpqWzsV2/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 ...
92602024-09-25T17:22:28.923Z[ host-image] Sep 25 17:22:27.675 INFO O| Sep 25 17:22:27.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
92612024-09-25T17:22:28.923Z[ host-image] Sep 25 17:22:27.675 INFO O| Sep 25 17:22:27.675 INFO ok!
92622024-09-25T17:22:28.923Z[ host-image] Sep 25 17:22:27.675 INFO O| Sep 25 17:22:27.675 INFO STEP 85 (ensure_file) COMPLETE
92632024-09-25T17:22:28.923Z[ host-image] Sep 25 17:22:27.675 INFO O| Sep 25 17:22:27.675 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92642024-09-25T17:22:28.932Z[ host-image] Sep 25 17:22:27.685 INFO O| Sep 25 17:22:27.685 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92652024-09-25T17:22:28.937Z[ host-image] Sep 25 17:22:27.686 INFO O| Sep 25 17:22:27.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92662024-09-25T17:22:28.937Z[ host-image] Sep 25 17:22:27.686 INFO O| Sep 25 17:22:27.686 INFO STEP 86 (ensure_dir) COMPLETE
92672024-09-25T17:22:28.937Z[ host-image] Sep 25 17:22:27.686 INFO O| Sep 25 17:22:27.686 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92682024-09-25T17:22:28.942Z[ host-image] Sep 25 17:22:27.696 INFO O| Sep 25 17:22:27.696 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
92692024-09-25T17:22:28.942Z[ host-image] Sep 25 17:22:27.696 INFO O| Sep 25 17:22:27.696 INFO copying /tmp/.tmpqWzsV2/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
92702024-09-25T17:22:28.945Z[ host-image] Sep 25 17:22:27.696 INFO O| Sep 25 17:22:27.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
92712024-09-25T17:22:28.945Z[ host-image] Sep 25 17:22:27.696 INFO O| Sep 25 17:22:27.696 INFO ok!
92722024-09-25T17:22:28.945Z[ host-image] Sep 25 17:22:27.696 INFO O| Sep 25 17:22:27.696 INFO STEP 87 (ensure_file) COMPLETE
92732024-09-25T17:22:28.945Z[ host-image] Sep 25 17:22:27.696 INFO O| Sep 25 17:22:27.696 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92742024-09-25T17:22:28.952Z[ host-image] Sep 25 17:22:27.707 INFO O| Sep 25 17:22:27.706 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
92752024-09-25T17:22:28.952Z[ host-image] Sep 25 17:22:27.707 INFO O| Sep 25 17:22:27.707 INFO copying /tmp/.tmpqWzsV2/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
92762024-09-25T17:22:28.960Z[ host-image] Sep 25 17:22:27.715 INFO O| Sep 25 17:22:27.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
92772024-09-25T17:22:28.961Z[ host-image] Sep 25 17:22:27.715 INFO O| Sep 25 17:22:27.715 INFO ok!
92782024-09-25T17:22:28.961Z[ host-image] Sep 25 17:22:27.715 INFO O| Sep 25 17:22:27.715 INFO STEP 88 (ensure_file) COMPLETE
92792024-09-25T17:22:28.961Z[ host-image] Sep 25 17:22:27.715 INFO O| Sep 25 17:22:27.715 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92802024-09-25T17:22:28.980Z[ host-image] Sep 25 17:22:27.727 INFO O| Sep 25 17:22:27.727 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
92812024-09-25T17:22:28.980Z[ host-image] Sep 25 17:22:27.727 INFO O| Sep 25 17:22:27.727 INFO copying /tmp/.tmpqWzsV2/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
92822024-09-25T17:22:29.485Z[ host-image] Sep 25 17:22:28.240 INFO O| Sep 25 17:22:28.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
92832024-09-25T17:22:29.485Z[ host-image] Sep 25 17:22:28.240 INFO O| Sep 25 17:22:28.240 INFO ok!
92842024-09-25T17:22:29.491Z[ host-image] Sep 25 17:22:28.240 INFO O| Sep 25 17:22:28.240 INFO STEP 89 (ensure_file) COMPLETE
92852024-09-25T17:22:29.491Z[ host-image] Sep 25 17:22:28.240 INFO O| Sep 25 17:22:28.240 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92862024-09-25T17:22:29.499Z[ host-image] Sep 25 17:22:28.254 INFO O| Sep 25 17:22:28.254 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92872024-09-25T17:22:29.499Z[ host-image] Sep 25 17:22:28.254 INFO O| Sep 25 17:22:28.254 INFO copying /tmp/.tmpqWzsV2/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92882024-09-25T17:22:29.502Z[ host-image] Sep 25 17:22:28.254 INFO O| Sep 25 17:22:28.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92892024-09-25T17:22:29.502Z[ host-image] Sep 25 17:22:28.254 INFO O| Sep 25 17:22:28.254 INFO ok!
92902024-09-25T17:22:29.502Z[ host-image] Sep 25 17:22:28.254 INFO O| Sep 25 17:22:28.254 INFO STEP 90 (ensure_file) COMPLETE
92912024-09-25T17:22:29.502Z[ host-image] Sep 25 17:22:28.254 INFO O| Sep 25 17:22:28.254 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92922024-09-25T17:22:29.515Z[ host-image] Sep 25 17:22:28.270 INFO O| Sep 25 17:22:28.269 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92932024-09-25T17:22:29.515Z[ host-image] Sep 25 17:22:28.270 INFO O| Sep 25 17:22:28.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92942024-09-25T17:22:29.515Z[ host-image] Sep 25 17:22:28.270 INFO O| Sep 25 17:22:28.270 INFO STEP 91 (ensure_dir) COMPLETE
92952024-09-25T17:22:29.519Z[ host-image] Sep 25 17:22:28.270 INFO O| Sep 25 17:22:28.270 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92962024-09-25T17:22:29.529Z[ host-image] Sep 25 17:22:28.284 INFO O| Sep 25 17:22:28.284 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
92972024-09-25T17:22:29.529Z[ host-image] Sep 25 17:22:28.284 INFO O| Sep 25 17:22:28.284 INFO copying /tmp/.tmpqWzsV2/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 ...
92982024-09-25T17:22:29.532Z[ host-image] Sep 25 17:22:28.284 INFO O| Sep 25 17:22:28.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
92992024-09-25T17:22:29.532Z[ host-image] Sep 25 17:22:28.284 INFO O| Sep 25 17:22:28.284 INFO ok!
93002024-09-25T17:22:29.532Z[ host-image] Sep 25 17:22:28.284 INFO O| Sep 25 17:22:28.284 INFO STEP 92 (ensure_file) COMPLETE
93012024-09-25T17:22:29.532Z[ host-image] Sep 25 17:22:28.284 INFO O| Sep 25 17:22:28.284 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93022024-09-25T17:22:29.543Z[ host-image] Sep 25 17:22:28.295 INFO O| Sep 25 17:22:28.295 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
93032024-09-25T17:22:29.543Z[ host-image] Sep 25 17:22:28.295 INFO O| Sep 25 17:22:28.295 INFO copying /tmp/.tmpqWzsV2/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 ...
93042024-09-25T17:22:29.547Z[ host-image] Sep 25 17:22:28.295 INFO O| Sep 25 17:22:28.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
93052024-09-25T17:22:29.547Z[ host-image] Sep 25 17:22:28.295 INFO O| Sep 25 17:22:28.295 INFO ok!
93062024-09-25T17:22:29.547Z[ host-image] Sep 25 17:22:28.295 INFO O| Sep 25 17:22:28.295 INFO STEP 93 (ensure_file) COMPLETE
93072024-09-25T17:22:29.547Z[ host-image] Sep 25 17:22:28.295 INFO O| Sep 25 17:22:28.295 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93082024-09-25T17:22:29.552Z[ host-image] Sep 25 17:22:28.305 INFO O| Sep 25 17:22:28.305 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
93092024-09-25T17:22:29.555Z[ host-image] Sep 25 17:22:28.305 INFO O| Sep 25 17:22:28.305 INFO copying /tmp/.tmpqWzsV2/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 ...
93102024-09-25T17:22:29.555Z[ host-image] Sep 25 17:22:28.305 INFO O| Sep 25 17:22:28.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
93112024-09-25T17:22:29.555Z[ host-image] Sep 25 17:22:28.305 INFO O| Sep 25 17:22:28.305 INFO ok!
93122024-09-25T17:22:29.555Z[ host-image] Sep 25 17:22:28.305 INFO O| Sep 25 17:22:28.305 INFO STEP 94 (ensure_file) COMPLETE
93132024-09-25T17:22:29.555Z[ host-image] Sep 25 17:22:28.305 INFO O| Sep 25 17:22:28.305 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93142024-09-25T17:22:29.560Z[ host-image] Sep 25 17:22:28.315 INFO O| Sep 25 17:22:28.315 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
93152024-09-25T17:22:29.560Z[ host-image] Sep 25 17:22:28.315 INFO O| Sep 25 17:22:28.315 INFO copying /tmp/.tmpqWzsV2/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 ...
93162024-09-25T17:22:29.564Z[ host-image] Sep 25 17:22:28.315 INFO O| Sep 25 17:22:28.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
93172024-09-25T17:22:29.564Z[ host-image] Sep 25 17:22:28.315 INFO O| Sep 25 17:22:28.315 INFO ok!
93182024-09-25T17:22:29.564Z[ host-image] Sep 25 17:22:28.315 INFO O| Sep 25 17:22:28.315 INFO STEP 95 (ensure_file) COMPLETE
93192024-09-25T17:22:29.564Z[ host-image] Sep 25 17:22:28.315 INFO O| Sep 25 17:22:28.315 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93202024-09-25T17:22:29.571Z[ host-image] Sep 25 17:22:28.325 INFO O| Sep 25 17:22:28.325 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
93212024-09-25T17:22:29.571Z[ host-image] Sep 25 17:22:28.325 INFO O| Sep 25 17:22:28.325 INFO copying /tmp/.tmpqWzsV2/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 ...
93222024-09-25T17:22:29.571Z[ host-image] Sep 25 17:22:28.326 INFO O| Sep 25 17:22:28.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
93232024-09-25T17:22:29.574Z[ host-image] Sep 25 17:22:28.326 INFO O| Sep 25 17:22:28.326 INFO ok!
93242024-09-25T17:22:29.574Z[ host-image] Sep 25 17:22:28.326 INFO O| Sep 25 17:22:28.326 INFO STEP 96 (ensure_file) COMPLETE
93252024-09-25T17:22:29.574Z[ host-image] Sep 25 17:22:28.326 INFO O| Sep 25 17:22:28.326 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93262024-09-25T17:22:29.581Z[ host-image] Sep 25 17:22:28.336 INFO O| Sep 25 17:22:28.335 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
93272024-09-25T17:22:29.581Z[ host-image] Sep 25 17:22:28.336 INFO O| Sep 25 17:22:28.335 INFO copying /tmp/.tmpqWzsV2/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
93282024-09-25T17:22:29.583Z[ host-image] Sep 25 17:22:28.336 INFO O| Sep 25 17:22:28.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
93292024-09-25T17:22:29.583Z[ host-image] Sep 25 17:22:28.336 INFO O| Sep 25 17:22:28.336 INFO ok!
93302024-09-25T17:22:29.584Z[ host-image] Sep 25 17:22:28.336 INFO O| Sep 25 17:22:28.336 INFO STEP 97 (ensure_file) COMPLETE
93312024-09-25T17:22:29.584Z[ host-image] Sep 25 17:22:28.336 INFO O| Sep 25 17:22:28.336 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93322024-09-25T17:22:29.591Z[ host-image] Sep 25 17:22:28.346 INFO O| Sep 25 17:22:28.346 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
93332024-09-25T17:22:29.594Z[ host-image] Sep 25 17:22:28.346 INFO O| Sep 25 17:22:28.346 INFO copying /tmp/.tmpqWzsV2/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 ...
93342024-09-25T17:22:29.594Z[ host-image] Sep 25 17:22:28.346 INFO O| Sep 25 17:22:28.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
93352024-09-25T17:22:29.594Z[ host-image] Sep 25 17:22:28.346 INFO O| Sep 25 17:22:28.346 INFO ok!
93362024-09-25T17:22:29.594Z[ host-image] Sep 25 17:22:28.346 INFO O| Sep 25 17:22:28.346 INFO STEP 98 (ensure_file) COMPLETE
93372024-09-25T17:22:29.594Z[ host-image] Sep 25 17:22:28.346 INFO O| Sep 25 17:22:28.346 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93382024-09-25T17:22:29.601Z[ host-image] Sep 25 17:22:28.356 INFO O| Sep 25 17:22:28.356 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
93392024-09-25T17:22:29.601Z[ host-image] Sep 25 17:22:28.356 INFO O| Sep 25 17:22:28.356 INFO copying /tmp/.tmpqWzsV2/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 ...
93402024-09-25T17:22:29.603Z[ host-image] Sep 25 17:22:28.356 INFO O| Sep 25 17:22:28.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
93412024-09-25T17:22:29.603Z[ host-image] Sep 25 17:22:28.356 INFO O| Sep 25 17:22:28.356 INFO ok!
93422024-09-25T17:22:29.604Z[ host-image] Sep 25 17:22:28.356 INFO O| Sep 25 17:22:28.356 INFO STEP 99 (ensure_file) COMPLETE
93432024-09-25T17:22:29.604Z[ host-image] Sep 25 17:22:28.356 INFO O| Sep 25 17:22:28.356 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93442024-09-25T17:22:29.612Z[ host-image] Sep 25 17:22:28.366 INFO O| Sep 25 17:22:28.366 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
93452024-09-25T17:22:29.620Z[ host-image] Sep 25 17:22:28.366 INFO O| Sep 25 17:22:28.366 INFO copying /tmp/.tmpqWzsV2/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 ...
93462024-09-25T17:22:29.620Z[ host-image] Sep 25 17:22:28.366 INFO O| Sep 25 17:22:28.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
93472024-09-25T17:22:29.620Z[ host-image] Sep 25 17:22:28.366 INFO O| Sep 25 17:22:28.366 INFO ok!
93482024-09-25T17:22:29.620Z[ host-image] Sep 25 17:22:28.366 INFO O| Sep 25 17:22:28.366 INFO STEP 100 (ensure_file) COMPLETE
93492024-09-25T17:22:29.620Z[ host-image] Sep 25 17:22:28.366 INFO O| Sep 25 17:22:28.366 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93502024-09-25T17:22:29.623Z[ host-image] Sep 25 17:22:28.377 INFO O| Sep 25 17:22:28.377 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
93512024-09-25T17:22:29.623Z[ host-image] Sep 25 17:22:28.377 INFO O| Sep 25 17:22:28.377 INFO copying /tmp/.tmpqWzsV2/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
93522024-09-25T17:22:29.623Z[ host-image] Sep 25 17:22:28.377 INFO O| Sep 25 17:22:28.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
93532024-09-25T17:22:29.623Z[ host-image] Sep 25 17:22:28.377 INFO O| Sep 25 17:22:28.377 INFO ok!
93542024-09-25T17:22:29.623Z[ host-image] Sep 25 17:22:28.377 INFO O| Sep 25 17:22:28.377 INFO STEP 101 (ensure_file) COMPLETE
93552024-09-25T17:22:29.623Z[ host-image] Sep 25 17:22:28.377 INFO O| Sep 25 17:22:28.377 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93562024-09-25T17:22:29.633Z[ host-image] Sep 25 17:22:28.388 INFO O| Sep 25 17:22:28.388 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
93572024-09-25T17:22:29.633Z[ host-image] Sep 25 17:22:28.388 INFO O| Sep 25 17:22:28.388 INFO copying /tmp/.tmpqWzsV2/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 ...
93582024-09-25T17:22:29.637Z[ host-image] Sep 25 17:22:28.388 INFO O| Sep 25 17:22:28.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
93592024-09-25T17:22:29.637Z[ host-image] Sep 25 17:22:28.388 INFO O| Sep 25 17:22:28.388 INFO ok!
93602024-09-25T17:22:29.637Z[ host-image] Sep 25 17:22:28.388 INFO O| Sep 25 17:22:28.388 INFO STEP 102 (ensure_file) COMPLETE
93612024-09-25T17:22:29.637Z[ host-image] Sep 25 17:22:28.388 INFO O| Sep 25 17:22:28.388 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93622024-09-25T17:22:29.644Z[ host-image] Sep 25 17:22:28.398 INFO O| Sep 25 17:22:28.398 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
93632024-09-25T17:22:29.644Z[ host-image] Sep 25 17:22:28.399 INFO O| Sep 25 17:22:28.398 INFO copying /tmp/.tmpqWzsV2/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 ...
93642024-09-25T17:22:29.646Z[ host-image] Sep 25 17:22:28.399 INFO O| Sep 25 17:22:28.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
93652024-09-25T17:22:29.646Z[ host-image] Sep 25 17:22:28.399 INFO O| Sep 25 17:22:28.399 INFO ok!
93662024-09-25T17:22:29.646Z[ host-image] Sep 25 17:22:28.399 INFO O| Sep 25 17:22:28.399 INFO STEP 103 (ensure_file) COMPLETE
93672024-09-25T17:22:29.646Z[ host-image] Sep 25 17:22:28.399 INFO O| Sep 25 17:22:28.399 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93682024-09-25T17:22:29.654Z[ host-image] Sep 25 17:22:28.409 INFO O| Sep 25 17:22:28.409 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
93692024-09-25T17:22:29.656Z[ host-image] Sep 25 17:22:28.409 INFO O| Sep 25 17:22:28.409 INFO copying /tmp/.tmpqWzsV2/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 ...
93702024-09-25T17:22:29.656Z[ host-image] Sep 25 17:22:28.409 INFO O| Sep 25 17:22:28.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
93712024-09-25T17:22:29.656Z[ host-image] Sep 25 17:22:28.409 INFO O| Sep 25 17:22:28.409 INFO ok!
93722024-09-25T17:22:29.656Z[ host-image] Sep 25 17:22:28.409 INFO O| Sep 25 17:22:28.409 INFO STEP 104 (ensure_file) COMPLETE
93732024-09-25T17:22:29.656Z[ host-image] Sep 25 17:22:28.409 INFO O| Sep 25 17:22:28.409 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-09-25T17:22:29.664Z[ host-image] Sep 25 17:22:28.419 INFO O| Sep 25 17:22:28.419 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
93752024-09-25T17:22:29.667Z[ host-image] Sep 25 17:22:28.419 INFO O| Sep 25 17:22:28.419 INFO copying /tmp/.tmpqWzsV2/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 ...
93762024-09-25T17:22:29.667Z[ host-image] Sep 25 17:22:28.419 INFO O| Sep 25 17:22:28.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
93772024-09-25T17:22:29.667Z[ host-image] Sep 25 17:22:28.419 INFO O| Sep 25 17:22:28.419 INFO ok!
93782024-09-25T17:22:29.667Z[ host-image] Sep 25 17:22:28.419 INFO O| Sep 25 17:22:28.419 INFO STEP 105 (ensure_file) COMPLETE
93792024-09-25T17:22:29.667Z[ host-image] Sep 25 17:22:28.419 INFO O| Sep 25 17:22:28.419 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93802024-09-25T17:22:29.675Z[ host-image] Sep 25 17:22:28.430 INFO O| Sep 25 17:22:28.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
93812024-09-25T17:22:29.675Z[ host-image] Sep 25 17:22:28.430 INFO O| Sep 25 17:22:28.430 INFO copying /tmp/.tmpqWzsV2/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 ...
93822024-09-25T17:22:29.677Z[ host-image] Sep 25 17:22:28.430 INFO O| Sep 25 17:22:28.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
93832024-09-25T17:22:29.677Z[ host-image] Sep 25 17:22:28.430 INFO O| Sep 25 17:22:28.430 INFO ok!
93842024-09-25T17:22:29.677Z[ host-image] Sep 25 17:22:28.430 INFO O| Sep 25 17:22:28.430 INFO STEP 106 (ensure_file) COMPLETE
93852024-09-25T17:22:29.678Z[ host-image] Sep 25 17:22:28.430 INFO O| Sep 25 17:22:28.430 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93862024-09-25T17:22:29.686Z[ host-image] Sep 25 17:22:28.440 INFO O| Sep 25 17:22:28.440 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93872024-09-25T17:22:29.689Z[ host-image] Sep 25 17:22:28.440 INFO O| Sep 25 17:22:28.440 INFO copying /tmp/.tmpqWzsV2/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 ...
93882024-09-25T17:22:29.689Z[ host-image] Sep 25 17:22:28.441 INFO O| Sep 25 17:22:28.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93892024-09-25T17:22:29.689Z[ host-image] Sep 25 17:22:28.441 INFO O| Sep 25 17:22:28.441 INFO ok!
93902024-09-25T17:22:29.689Z[ host-image] Sep 25 17:22:28.441 INFO O| Sep 25 17:22:28.441 INFO STEP 107 (ensure_file) COMPLETE
93912024-09-25T17:22:29.689Z[ host-image] Sep 25 17:22:28.441 INFO O| Sep 25 17:22:28.441 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93922024-09-25T17:22:29.696Z[ host-image] Sep 25 17:22:28.451 INFO O| Sep 25 17:22:28.451 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
93932024-09-25T17:22:29.700Z[ host-image] Sep 25 17:22:28.451 INFO O| Sep 25 17:22:28.451 INFO copying /tmp/.tmpqWzsV2/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 ...
93942024-09-25T17:22:29.700Z[ host-image] Sep 25 17:22:28.451 INFO O| Sep 25 17:22:28.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
93952024-09-25T17:22:29.700Z[ host-image] Sep 25 17:22:28.451 INFO O| Sep 25 17:22:28.451 INFO ok!
93962024-09-25T17:22:29.700Z[ host-image] Sep 25 17:22:28.451 INFO O| Sep 25 17:22:28.451 INFO STEP 108 (ensure_file) COMPLETE
93972024-09-25T17:22:29.700Z[ host-image] Sep 25 17:22:28.451 INFO O| Sep 25 17:22:28.451 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93982024-09-25T17:22:29.706Z[ host-image] Sep 25 17:22:28.461 INFO O| Sep 25 17:22:28.461 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
93992024-09-25T17:22:29.706Z[ host-image] Sep 25 17:22:28.461 INFO O| Sep 25 17:22:28.461 INFO copying /tmp/.tmpqWzsV2/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 ...
94002024-09-25T17:22:29.710Z[ host-image] Sep 25 17:22:28.461 INFO O| Sep 25 17:22:28.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
94012024-09-25T17:22:29.710Z[ host-image] Sep 25 17:22:28.461 INFO O| Sep 25 17:22:28.461 INFO ok!
94022024-09-25T17:22:29.710Z[ host-image] Sep 25 17:22:28.461 INFO O| Sep 25 17:22:28.461 INFO STEP 109 (ensure_file) COMPLETE
94032024-09-25T17:22:29.710Z[ host-image] Sep 25 17:22:28.461 INFO O| Sep 25 17:22:28.461 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94042024-09-25T17:22:29.717Z[ host-image] Sep 25 17:22:28.471 INFO O| Sep 25 17:22:28.471 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
94052024-09-25T17:22:29.717Z[ host-image] Sep 25 17:22:28.471 INFO O| Sep 25 17:22:28.471 INFO copying /tmp/.tmpqWzsV2/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 ...
94062024-09-25T17:22:29.719Z[ host-image] Sep 25 17:22:28.472 INFO O| Sep 25 17:22:28.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
94072024-09-25T17:22:29.720Z[ host-image] Sep 25 17:22:28.472 INFO O| Sep 25 17:22:28.472 INFO ok!
94082024-09-25T17:22:29.720Z[ host-image] Sep 25 17:22:28.472 INFO O| Sep 25 17:22:28.472 INFO STEP 110 (ensure_file) COMPLETE
94092024-09-25T17:22:29.720Z[ host-image] Sep 25 17:22:28.472 INFO O| Sep 25 17:22:28.472 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94102024-09-25T17:22:29.727Z[ host-image] Sep 25 17:22:28.482 INFO O| Sep 25 17:22:28.481 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
94112024-09-25T17:22:29.730Z[ host-image] Sep 25 17:22:28.482 INFO O| Sep 25 17:22:28.482 INFO copying /tmp/.tmpqWzsV2/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 ...
94122024-09-25T17:22:29.730Z[ host-image] Sep 25 17:22:28.482 INFO O| Sep 25 17:22:28.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
94132024-09-25T17:22:29.730Z[ host-image] Sep 25 17:22:28.482 INFO O| Sep 25 17:22:28.482 INFO ok!
94142024-09-25T17:22:29.730Z[ host-image] Sep 25 17:22:28.482 INFO O| Sep 25 17:22:28.482 INFO STEP 111 (ensure_file) COMPLETE
94152024-09-25T17:22:29.730Z[ host-image] Sep 25 17:22:28.482 INFO O| Sep 25 17:22:28.482 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94162024-09-25T17:22:29.737Z[ host-image] Sep 25 17:22:28.492 INFO O| Sep 25 17:22:28.492 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
94172024-09-25T17:22:29.737Z[ host-image] Sep 25 17:22:28.492 INFO O| Sep 25 17:22:28.492 INFO copying /tmp/.tmpqWzsV2/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 ...
94182024-09-25T17:22:29.737Z[ host-image] Sep 25 17:22:28.492 INFO O| Sep 25 17:22:28.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
94192024-09-25T17:22:29.737Z[ host-image] Sep 25 17:22:28.492 INFO O| Sep 25 17:22:28.492 INFO ok!
94202024-09-25T17:22:29.740Z[ host-image] Sep 25 17:22:28.492 INFO O| Sep 25 17:22:28.492 INFO STEP 112 (ensure_file) COMPLETE
94212024-09-25T17:22:29.740Z[ host-image] Sep 25 17:22:28.492 INFO O| Sep 25 17:22:28.492 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94222024-09-25T17:22:29.747Z[ host-image] Sep 25 17:22:28.502 INFO O| Sep 25 17:22:28.502 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
94232024-09-25T17:22:29.747Z[ host-image] Sep 25 17:22:28.502 INFO O| Sep 25 17:22:28.502 INFO copying /tmp/.tmpqWzsV2/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 ...
94242024-09-25T17:22:29.749Z[ host-image] Sep 25 17:22:28.502 INFO O| Sep 25 17:22:28.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
94252024-09-25T17:22:29.749Z[ host-image] Sep 25 17:22:28.502 INFO O| Sep 25 17:22:28.502 INFO ok!
94262024-09-25T17:22:29.749Z[ host-image] Sep 25 17:22:28.502 INFO O| Sep 25 17:22:28.502 INFO STEP 113 (ensure_file) COMPLETE
94272024-09-25T17:22:29.750Z[ host-image] Sep 25 17:22:28.502 INFO O| Sep 25 17:22:28.502 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94282024-09-25T17:22:29.759Z[ host-image] Sep 25 17:22:28.514 INFO O| Sep 25 17:22:28.514 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
94292024-09-25T17:22:29.759Z[ host-image] Sep 25 17:22:28.514 INFO O| Sep 25 17:22:28.514 INFO copying /tmp/.tmpqWzsV2/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 ...
94302024-09-25T17:22:29.762Z[ host-image] Sep 25 17:22:28.514 INFO O| Sep 25 17:22:28.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
94312024-09-25T17:22:29.762Z[ host-image] Sep 25 17:22:28.514 INFO O| Sep 25 17:22:28.514 INFO ok!
94322024-09-25T17:22:29.763Z[ host-image] Sep 25 17:22:28.514 INFO O| Sep 25 17:22:28.514 INFO STEP 114 (ensure_file) COMPLETE
94332024-09-25T17:22:29.763Z[ host-image] Sep 25 17:22:28.514 INFO O| Sep 25 17:22:28.514 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94342024-09-25T17:22:29.769Z[ host-image] Sep 25 17:22:28.524 INFO O| Sep 25 17:22:28.524 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
94352024-09-25T17:22:29.769Z[ host-image] Sep 25 17:22:28.524 INFO O| Sep 25 17:22:28.524 INFO copying /tmp/.tmpqWzsV2/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 ...
94362024-09-25T17:22:29.772Z[ host-image] Sep 25 17:22:28.524 INFO O| Sep 25 17:22:28.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
94372024-09-25T17:22:29.772Z[ host-image] Sep 25 17:22:28.524 INFO O| Sep 25 17:22:28.524 INFO ok!
94382024-09-25T17:22:29.772Z[ host-image] Sep 25 17:22:28.524 INFO O| Sep 25 17:22:28.524 INFO STEP 115 (ensure_file) COMPLETE
94392024-09-25T17:22:29.772Z[ host-image] Sep 25 17:22:28.524 INFO O| Sep 25 17:22:28.524 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94402024-09-25T17:22:29.782Z[ host-image] Sep 25 17:22:28.535 INFO O| Sep 25 17:22:28.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
94412024-09-25T17:22:29.782Z[ host-image] Sep 25 17:22:28.535 INFO O| Sep 25 17:22:28.535 INFO copying /tmp/.tmpqWzsV2/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
94422024-09-25T17:22:29.786Z[ host-image] Sep 25 17:22:28.535 INFO O| Sep 25 17:22:28.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
94432024-09-25T17:22:29.786Z[ host-image] Sep 25 17:22:28.535 INFO O| Sep 25 17:22:28.535 INFO ok!
94442024-09-25T17:22:29.786Z[ host-image] Sep 25 17:22:28.535 INFO O| Sep 25 17:22:28.535 INFO STEP 116 (ensure_file) COMPLETE
94452024-09-25T17:22:29.786Z[ host-image] Sep 25 17:22:28.535 INFO O| Sep 25 17:22:28.535 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94462024-09-25T17:22:29.791Z[ host-image] Sep 25 17:22:28.546 INFO O| Sep 25 17:22:28.546 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
94472024-09-25T17:22:29.792Z[ host-image] Sep 25 17:22:28.546 INFO O| Sep 25 17:22:28.546 INFO copying /tmp/.tmpqWzsV2/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 ...
94482024-09-25T17:22:29.794Z[ host-image] Sep 25 17:22:28.546 INFO O| Sep 25 17:22:28.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
94492024-09-25T17:22:29.794Z[ host-image] Sep 25 17:22:28.546 INFO O| Sep 25 17:22:28.546 INFO ok!
94502024-09-25T17:22:29.794Z[ host-image] Sep 25 17:22:28.546 INFO O| Sep 25 17:22:28.546 INFO STEP 117 (ensure_file) COMPLETE
94512024-09-25T17:22:29.794Z[ host-image] Sep 25 17:22:28.546 INFO O| Sep 25 17:22:28.546 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94522024-09-25T17:22:29.802Z[ host-image] Sep 25 17:22:28.557 INFO O| Sep 25 17:22:28.557 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
94532024-09-25T17:22:29.805Z[ host-image] Sep 25 17:22:28.557 INFO O| Sep 25 17:22:28.557 INFO copying /tmp/.tmpqWzsV2/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
94542024-09-25T17:22:29.805Z[ host-image] Sep 25 17:22:28.557 INFO O| Sep 25 17:22:28.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
94552024-09-25T17:22:29.805Z[ host-image] Sep 25 17:22:28.557 INFO O| Sep 25 17:22:28.557 INFO ok!
94562024-09-25T17:22:29.805Z[ host-image] Sep 25 17:22:28.557 INFO O| Sep 25 17:22:28.557 INFO STEP 118 (ensure_file) COMPLETE
94572024-09-25T17:22:29.805Z[ host-image] Sep 25 17:22:28.557 INFO O| Sep 25 17:22:28.557 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94582024-09-25T17:22:29.813Z[ host-image] Sep 25 17:22:28.567 INFO O| Sep 25 17:22:28.567 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
94592024-09-25T17:22:29.813Z[ host-image] Sep 25 17:22:28.567 INFO O| Sep 25 17:22:28.567 INFO copying /tmp/.tmpqWzsV2/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
94602024-09-25T17:22:31.309Z[ recovery-image] Sep 25 17:22:30.055 INFO E| Finished `release` profile [optimized] target(s) in 39.35s
94612024-09-25T17:22:31.337Z[ recovery-image] Sep 25 17:22:30.091 INFO building host image...
94622024-09-25T17:22:31.337Z[ recovery-image] Sep 25 17:22:30.091 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")
94632024-09-25T17:22:32.114Z[ recovery-image] Sep 25 17:22:30.860 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
94642024-09-25T17:22:34.189Z[ host-image] Sep 25 17:22:32.942 INFO O| Sep 25 17:22:32.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
94652024-09-25T17:22:34.189Z[ host-image] Sep 25 17:22:32.942 INFO O| Sep 25 17:22:32.942 INFO ok!
94662024-09-25T17:22:34.192Z[ host-image] Sep 25 17:22:32.942 INFO O| Sep 25 17:22:32.942 INFO STEP 119 (ensure_file) COMPLETE
94672024-09-25T17:22:34.192Z[ host-image] Sep 25 17:22:32.942 INFO O| Sep 25 17:22:32.942 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682024-09-25T17:22:34.200Z[ host-image] Sep 25 17:22:32.954 INFO O| Sep 25 17:22:32.954 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
94692024-09-25T17:22:34.200Z[ host-image] Sep 25 17:22:32.954 INFO O| Sep 25 17:22:32.954 INFO STEP 120 (ensure_dir) COMPLETE
94702024-09-25T17:22:34.203Z[ host-image] Sep 25 17:22:32.954 INFO O| Sep 25 17:22:32.954 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94712024-09-25T17:22:34.211Z[ host-image] Sep 25 17:22:32.965 INFO O| Sep 25 17:22:32.965 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
94722024-09-25T17:22:34.211Z[ host-image] Sep 25 17:22:32.965 INFO O| Sep 25 17:22:32.965 INFO STEP 121 (ensure_dir) COMPLETE
94732024-09-25T17:22:34.213Z[ host-image] Sep 25 17:22:32.965 INFO O| Sep 25 17:22:32.965 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94742024-09-25T17:22:34.222Z[ host-image] Sep 25 17:22:32.975 INFO O| Sep 25 17:22:32.975 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
94752024-09-25T17:22:34.222Z[ host-image] Sep 25 17:22:32.975 INFO O| Sep 25 17:22:32.975 INFO STEP 122 (ensure_dir) COMPLETE
94762024-09-25T17:22:34.224Z[ host-image] Sep 25 17:22:32.976 INFO O| Sep 25 17:22:32.975 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94772024-09-25T17:22:34.231Z[ host-image] Sep 25 17:22:32.985 INFO O| Sep 25 17:22:32.985 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
94782024-09-25T17:22:34.233Z[ host-image] Sep 25 17:22:32.985 INFO O| Sep 25 17:22:32.985 INFO STEP 123 (ensure_dir) COMPLETE
94792024-09-25T17:22:34.233Z[ host-image] Sep 25 17:22:32.985 INFO O| Sep 25 17:22:32.985 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94802024-09-25T17:22:34.241Z[ host-image] Sep 25 17:22:32.995 INFO O| Sep 25 17:22:32.995 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
94812024-09-25T17:22:34.241Z[ host-image] Sep 25 17:22:32.995 INFO O| Sep 25 17:22:32.995 INFO copying /tmp/.tmpqWzsV2/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 ...
94822024-09-25T17:22:34.249Z[ host-image] Sep 25 17:22:32.995 INFO O| Sep 25 17:22:32.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
94832024-09-25T17:22:34.249Z[ host-image] Sep 25 17:22:32.995 INFO O| Sep 25 17:22:32.995 INFO ok!
94842024-09-25T17:22:34.249Z[ host-image] Sep 25 17:22:32.995 INFO O| Sep 25 17:22:32.995 INFO STEP 124 (ensure_file) COMPLETE
94852024-09-25T17:22:34.249Z[ host-image] Sep 25 17:22:32.995 INFO O| Sep 25 17:22:32.995 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94862024-09-25T17:22:34.253Z[ host-image] Sep 25 17:22:33.007 INFO O| Sep 25 17:22:33.007 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94872024-09-25T17:22:34.253Z[ host-image] Sep 25 17:22:33.007 INFO O| Sep 25 17:22:33.007 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94882024-09-25T17:22:34.253Z[ host-image] Sep 25 17:22:33.007 INFO O| Sep 25 17:22:33.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94892024-09-25T17:22:34.256Z[ host-image] Sep 25 17:22:33.007 INFO O| Sep 25 17:22:33.007 INFO STEP 125 (ensure_dir) COMPLETE
94902024-09-25T17:22:34.256Z[ host-image] Sep 25 17:22:33.007 INFO O| Sep 25 17:22:33.007 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94912024-09-25T17:22:34.263Z[ host-image] Sep 25 17:22:33.017 INFO O| Sep 25 17:22:33.017 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94922024-09-25T17:22:34.267Z[ host-image] Sep 25 17:22:33.017 INFO O| Sep 25 17:22:33.017 INFO copying /tmp/.tmpqWzsV2/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
94932024-09-25T17:22:34.267Z[ host-image] Sep 25 17:22:33.017 INFO O| Sep 25 17:22:33.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
94942024-09-25T17:22:34.267Z[ host-image] Sep 25 17:22:33.017 INFO O| Sep 25 17:22:33.017 INFO ok!
94952024-09-25T17:22:34.267Z[ host-image] Sep 25 17:22:33.017 INFO O| Sep 25 17:22:33.017 INFO STEP 126 (ensure_file) COMPLETE
94962024-09-25T17:22:34.267Z[ host-image] Sep 25 17:22:33.017 INFO O| Sep 25 17:22:33.017 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94972024-09-25T17:22:34.267Z[ recovery-image] Sep 25 17:22:33.020 INFO image complete! materials are in "/work/os-recovery"
94982024-09-25T17:22:34.270Z[ recovery-image]
94992024-09-25T17:22:34.270Z[ recovery-image] real 7:39.653722400
95002024-09-25T17:22:34.270Z[ recovery-image] user 4:54.513970359
95012024-09-25T17:22:34.270Z[ recovery-image] sys 55.615608901
95022024-09-25T17:22:34.270Z[ recovery-image] trap 0.230609066
95032024-09-25T17:22:34.270Z[ recovery-image] tflt 0.232644414
95042024-09-25T17:22:34.270Z[ recovery-image] dflt 1.116960154
95052024-09-25T17:22:34.270Z[ recovery-image] kflt 0.000581939
95062024-09-25T17:22:34.270Z[ recovery-image] lock 15:56.978791787
95072024-09-25T17:22:34.270Z[ recovery-image] slp 45:14.544628770
95082024-09-25T17:22:34.270Z[ recovery-image] lat 2:08.022378274
95092024-09-25T17:22:34.270Z[ recovery-image] stop 4.594713103
95102024-09-25T17:22:34.273ZSep 25 17:22:33.024 INFO [recovery-image] process exited with exit status: 0 (459.66943617s)
95112024-09-25T17:22:34.275Z[ host-image] Sep 25 17:22:33.027 INFO O| Sep 25 17:22:33.027 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
95122024-09-25T17:22:34.275Z[ host-image] Sep 25 17:22:33.028 INFO O| Sep 25 17:22:33.027 INFO STEP 127 (remove_files) COMPLETE
95132024-09-25T17:22:34.275Z[ host-image] Sep 25 17:22:33.028 INFO O| Sep 25 17:22:33.027 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95142024-09-25T17:22:34.283Z[ host-image] Sep 25 17:22:33.037 INFO O| Sep 25 17:22:33.037 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
95152024-09-25T17:22:34.285Z[ host-image] Sep 25 17:22:33.037 INFO O| Sep 25 17:22:33.037 INFO STEP 128 (remove_files) COMPLETE
95162024-09-25T17:22:34.285Z[ host-image] Sep 25 17:22:33.037 INFO O| Sep 25 17:22:33.037 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95172024-09-25T17:22:34.292Z[ host-image] Sep 25 17:22:33.046 INFO O| Sep 25 17:22:33.046 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
95182024-09-25T17:22:34.296Z[ host-image] Sep 25 17:22:33.046 INFO O| Sep 25 17:22:33.046 INFO STEP 129 (remove_files) COMPLETE
95192024-09-25T17:22:34.296Z[ host-image] Sep 25 17:22:33.046 INFO O| Sep 25 17:22:33.046 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95202024-09-25T17:22:34.302Z[ host-image] Sep 25 17:22:33.056 INFO O| Sep 25 17:22:33.056 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
95212024-09-25T17:22:34.305Z[ host-image] Sep 25 17:22:33.056 INFO O| Sep 25 17:22:33.056 INFO STEP 130 (remove_files) COMPLETE
95222024-09-25T17:22:34.305Z[ host-image] Sep 25 17:22:33.056 INFO O| Sep 25 17:22:33.056 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95232024-09-25T17:22:34.311Z[ host-image] Sep 25 17:22:33.065 INFO O| Sep 25 17:22:33.065 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
95242024-09-25T17:22:34.315Z[ host-image] Sep 25 17:22:33.065 INFO O| Sep 25 17:22:33.065 INFO STEP 131 (remove_files) COMPLETE
95252024-09-25T17:22:34.315Z[ host-image] Sep 25 17:22:33.065 INFO O| Sep 25 17:22:33.065 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95262024-09-25T17:22:34.320Z[ host-image] Sep 25 17:22:33.074 INFO O| Sep 25 17:22:33.074 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
95272024-09-25T17:22:34.324Z[ host-image] Sep 25 17:22:33.074 INFO O| Sep 25 17:22:33.074 INFO STEP 132 (remove_files) COMPLETE
95282024-09-25T17:22:34.324Z[ host-image] Sep 25 17:22:33.074 INFO O| Sep 25 17:22:33.074 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95292024-09-25T17:22:34.330Z[ host-image] Sep 25 17:22:33.084 INFO O| Sep 25 17:22:33.084 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
95302024-09-25T17:22:34.330Z[ host-image] Sep 25 17:22:33.084 INFO O| Sep 25 17:22:33.084 INFO STEP 133 (remove_files) COMPLETE
95312024-09-25T17:22:34.333Z[ host-image] Sep 25 17:22:33.084 INFO O| Sep 25 17:22:33.084 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95322024-09-25T17:22:34.340Z[ host-image] Sep 25 17:22:33.094 INFO O| Sep 25 17:22:33.094 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
95332024-09-25T17:22:34.342Z[ host-image] Sep 25 17:22:33.094 INFO O| Sep 25 17:22:33.094 INFO STEP 134 (remove_files) COMPLETE
95342024-09-25T17:22:34.343Z[ host-image] Sep 25 17:22:33.094 INFO O| Sep 25 17:22:33.094 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95352024-09-25T17:22:34.350Z[ host-image] Sep 25 17:22:33.104 INFO O| Sep 25 17:22:33.104 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
95362024-09-25T17:22:34.350Z[ host-image] Sep 25 17:22:33.104 INFO O| Sep 25 17:22:33.104 INFO STEP 135 (remove_files) COMPLETE
95372024-09-25T17:22:34.350Z[ host-image] Sep 25 17:22:33.104 INFO O| Sep 25 17:22:33.104 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95382024-09-25T17:22:34.359Z[ host-image] Sep 25 17:22:33.113 INFO O| Sep 25 17:22:33.113 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
95392024-09-25T17:22:34.359Z[ host-image] Sep 25 17:22:33.113 INFO O| Sep 25 17:22:33.113 INFO STEP 136 (remove_files) COMPLETE
95402024-09-25T17:22:34.363Z[ host-image] Sep 25 17:22:33.113 INFO O| Sep 25 17:22:33.113 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95412024-09-25T17:22:34.369Z[ host-image] Sep 25 17:22:33.123 INFO O| Sep 25 17:22:33.123 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
95422024-09-25T17:22:34.369Z[ host-image] Sep 25 17:22:33.123 INFO O| Sep 25 17:22:33.123 INFO STEP 137 (remove_files) COMPLETE
95432024-09-25T17:22:34.369Z[ host-image] Sep 25 17:22:33.123 INFO O| Sep 25 17:22:33.123 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95442024-09-25T17:22:34.378Z[ host-image] Sep 25 17:22:33.132 INFO O| Sep 25 17:22:33.132 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
95452024-09-25T17:22:34.378Z[ host-image] Sep 25 17:22:33.132 INFO O| Sep 25 17:22:33.132 INFO STEP 138 (remove_files) COMPLETE
95462024-09-25T17:22:34.381Z[ host-image] Sep 25 17:22:33.132 INFO O| Sep 25 17:22:33.132 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95472024-09-25T17:22:34.388Z[ host-image] Sep 25 17:22:33.141 INFO O| Sep 25 17:22:33.141 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
95482024-09-25T17:22:34.391Z[ host-image] Sep 25 17:22:33.142 INFO O| Sep 25 17:22:33.141 INFO STEP 139 (remove_files) COMPLETE
95492024-09-25T17:22:34.391Z[ host-image] Sep 25 17:22:33.142 INFO O| Sep 25 17:22:33.142 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95502024-09-25T17:22:34.397Z[ host-image] Sep 25 17:22:33.151 INFO O| Sep 25 17:22:33.151 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
95512024-09-25T17:22:34.397Z[ host-image] Sep 25 17:22:33.151 INFO O| Sep 25 17:22:33.151 INFO STEP 140 (remove_files) COMPLETE
95522024-09-25T17:22:34.401Z[ host-image] Sep 25 17:22:33.151 INFO O| Sep 25 17:22:33.151 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95532024-09-25T17:22:34.406Z[ host-image] Sep 25 17:22:33.160 INFO O| Sep 25 17:22:33.160 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
95542024-09-25T17:22:34.406Z[ host-image] Sep 25 17:22:33.160 INFO O| Sep 25 17:22:33.160 INFO STEP 141 (remove_files) COMPLETE
95552024-09-25T17:22:34.410Z[ host-image] Sep 25 17:22:33.160 INFO O| Sep 25 17:22:33.160 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95562024-09-25T17:22:34.416Z[ host-image] Sep 25 17:22:33.169 INFO O| Sep 25 17:22:33.169 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
95572024-09-25T17:22:34.416Z[ host-image] Sep 25 17:22:33.170 INFO O| Sep 25 17:22:33.169 INFO STEP 142 (remove_files) COMPLETE
95582024-09-25T17:22:34.419Z[ host-image] Sep 25 17:22:33.170 INFO O| Sep 25 17:22:33.169 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95592024-09-25T17:22:34.425Z[ host-image] Sep 25 17:22:33.179 INFO O| Sep 25 17:22:33.179 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
95602024-09-25T17:22:34.425Z[ host-image] Sep 25 17:22:33.179 INFO O| Sep 25 17:22:33.179 INFO STEP 143 (remove_files) COMPLETE
95612024-09-25T17:22:34.428Z[ host-image] Sep 25 17:22:33.179 INFO O| Sep 25 17:22:33.179 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95622024-09-25T17:22:34.435Z[ host-image] Sep 25 17:22:33.189 INFO O| Sep 25 17:22:33.189 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
95632024-09-25T17:22:34.438Z[ host-image] Sep 25 17:22:33.189 INFO O| Sep 25 17:22:33.189 INFO STEP 144 (remove_files) COMPLETE
95642024-09-25T17:22:34.438Z[ host-image] Sep 25 17:22:33.189 INFO O| Sep 25 17:22:33.189 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95652024-09-25T17:22:34.445Z[ host-image] Sep 25 17:22:33.199 INFO O| Sep 25 17:22:33.199 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
95662024-09-25T17:22:34.448Z[ host-image] Sep 25 17:22:33.199 INFO O| Sep 25 17:22:33.199 INFO STEP 145 (remove_files) COMPLETE
95672024-09-25T17:22:34.448Z[ host-image] Sep 25 17:22:33.199 INFO O| Sep 25 17:22:33.199 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95682024-09-25T17:22:34.455Z[ host-image] Sep 25 17:22:33.208 INFO O| Sep 25 17:22:33.208 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
95692024-09-25T17:22:34.457Z[ host-image] Sep 25 17:22:33.208 INFO O| Sep 25 17:22:33.208 INFO STEP 146 (remove_files) COMPLETE
95702024-09-25T17:22:34.457Z[ host-image] Sep 25 17:22:33.208 INFO O| Sep 25 17:22:33.208 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95712024-09-25T17:22:34.464Z[ host-image] Sep 25 17:22:33.218 INFO O| Sep 25 17:22:33.218 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
95722024-09-25T17:22:34.464Z[ host-image] Sep 25 17:22:33.218 INFO O| Sep 25 17:22:33.218 INFO STEP 147 (remove_files) COMPLETE
95732024-09-25T17:22:34.466Z[ host-image] Sep 25 17:22:33.218 INFO O| Sep 25 17:22:33.218 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95742024-09-25T17:22:34.474Z[ host-image] Sep 25 17:22:33.228 INFO O| Sep 25 17:22:33.228 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
95752024-09-25T17:22:34.476Z[ host-image] Sep 25 17:22:33.228 INFO O| Sep 25 17:22:33.228 INFO STEP 148 (remove_files) COMPLETE
95762024-09-25T17:22:34.476Z[ host-image] Sep 25 17:22:33.228 INFO O| Sep 25 17:22:33.228 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95772024-09-25T17:22:34.483Z[ host-image] Sep 25 17:22:33.237 INFO O| Sep 25 17:22:33.237 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
95782024-09-25T17:22:34.483Z[ host-image] Sep 25 17:22:33.237 INFO O| Sep 25 17:22:33.237 INFO STEP 149 (remove_files) COMPLETE
95792024-09-25T17:22:34.484Z[ host-image] Sep 25 17:22:33.238 INFO O| Sep 25 17:22:33.237 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95802024-09-25T17:22:34.493Z[ host-image] Sep 25 17:22:33.247 INFO O| Sep 25 17:22:33.247 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
95812024-09-25T17:22:34.495Z[ host-image] Sep 25 17:22:33.247 INFO O| Sep 25 17:22:33.247 INFO STEP 150 (remove_files) COMPLETE
95822024-09-25T17:22:34.495Z[ host-image] Sep 25 17:22:33.247 INFO O| Sep 25 17:22:33.247 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95832024-09-25T17:22:34.502Z[ host-image] Sep 25 17:22:33.256 INFO O| Sep 25 17:22:33.256 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
95842024-09-25T17:22:34.506Z[ host-image] Sep 25 17:22:33.256 INFO O| Sep 25 17:22:33.256 INFO STEP 151 (remove_files) COMPLETE
95852024-09-25T17:22:34.506Z[ host-image] Sep 25 17:22:33.256 INFO O| Sep 25 17:22:33.256 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95862024-09-25T17:22:34.512Z[ host-image] Sep 25 17:22:33.266 INFO O| Sep 25 17:22:33.266 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
95872024-09-25T17:22:34.514Z[ host-image] Sep 25 17:22:33.266 INFO O| Sep 25 17:22:33.266 INFO STEP 152 (remove_files) COMPLETE
95882024-09-25T17:22:34.514Z[ host-image] Sep 25 17:22:33.266 INFO O| Sep 25 17:22:33.266 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95892024-09-25T17:22:34.521Z[ host-image] Sep 25 17:22:33.275 INFO O| Sep 25 17:22:33.275 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
95902024-09-25T17:22:34.525Z[ host-image] Sep 25 17:22:33.275 INFO O| Sep 25 17:22:33.275 INFO STEP 153 (remove_files) COMPLETE
95912024-09-25T17:22:34.526Z[ host-image] Sep 25 17:22:33.275 INFO O| Sep 25 17:22:33.275 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95922024-09-25T17:22:34.531Z[ host-image] Sep 25 17:22:33.285 INFO O| Sep 25 17:22:33.285 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95932024-09-25T17:22:34.532Z[ host-image] Sep 25 17:22:33.285 INFO O| Sep 25 17:22:33.285 INFO STEP 154 (remove_files) COMPLETE
95942024-09-25T17:22:34.532Z[ host-image] Sep 25 17:22:33.285 INFO O| Sep 25 17:22:33.285 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95952024-09-25T17:22:34.541Z[ host-image] Sep 25 17:22:33.295 INFO O| Sep 25 17:22:33.295 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95962024-09-25T17:22:34.541Z[ host-image] Sep 25 17:22:33.295 INFO O| Sep 25 17:22:33.295 INFO STEP 155 (remove_files) COMPLETE
95972024-09-25T17:22:34.541Z[ host-image] Sep 25 17:22:33.295 INFO O| Sep 25 17:22:33.295 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95982024-09-25T17:22:34.555Z[ host-image] Sep 25 17:22:33.309 INFO O| Sep 25 17:22:33.309 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95992024-09-25T17:22:34.558Z[ host-image] Sep 25 17:22:33.309 INFO O| Sep 25 17:22:33.309 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
96002024-09-25T17:22:40.577Z[ host-image] Sep 25 17:22:39.329 INFO O| Sep 25 17:22:39.329 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
96012024-09-25T17:22:40.577Z[ host-image] Sep 25 17:22:39.329 INFO O| Sep 25 17:22:39.329 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96022024-09-25T17:22:40.590Z[ host-image] Sep 25 17:22:39.343 INFO O| Sep 25 17:22:39.343 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
96032024-09-25T17:22:40.669Z[ host-image] Sep 25 17:22:39.422 INFO O| Sep 25 17:22:39.422 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96042024-09-25T17:22:40.669Z[ host-image] Sep 25 17:22:39.422 INFO O| Sep 25 17:22:39.422 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96052024-09-25T17:22:40.672Z[ host-image] Sep 25 17:22:39.424 INFO O| Sep 25 17:22:39.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96062024-09-25T17:22:40.672Z[ host-image] Sep 25 17:22:39.424 INFO O| Sep 25 17:22:39.424 INFO ok!
96072024-09-25T17:22:40.672Z[ host-image] Sep 25 17:22:39.424 INFO O| Sep 25 17:22:39.424 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
96082024-09-25T17:22:40.672Z[ host-image] Sep 25 17:22:39.424 INFO O| Sep 25 17:22:39.424 INFO STEP 156 (seed_smf) COMPLETE
96092024-09-25T17:22:40.672Z[ host-image] Sep 25 17:22:39.424 INFO O| Sep 25 17:22:39.424 INFO steps complete; finalising image!
96102024-09-25T17:22:40.672Z[ host-image] Sep 25 17:22:39.424 INFO O| Sep 25 17:22:39.424 INFO TRIM POOL: TEMPORARY-gimlet-zfs
96112024-09-25T17:22:40.809Z[ host-image] Sep 25 17:22:39.562 INFO O| Sep 25 17:22:39.562 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Sep 25 17:22:39 2024)
96122024-09-25T17:22:41.032Z[ host-image] Sep 25 17:22:39.783 INFO O| Sep 25 17:22:39.783 INFO temporary pool has 677M used, 155M avail, 1.87x compressratio
96132024-09-25T17:22:41.032Z[ host-image] Sep 25 17:22:39.783 INFO O| Sep 25 17:22:39.783 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
96142024-09-25T17:22:41.316Z[ host-image] Sep 25 17:22:40.068 INFO O| Sep 25 17:22:40.068 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
96152024-09-25T17:22:41.316Z[ host-image] Sep 25 17:22:40.068 INFO O| Sep 25 17:22:40.068 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
96162024-09-25T17:22:42.340Z[ host-image] Sep 25 17:22:41.092 INFO O| Sep 25 17:22:41.092 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
96172024-09-25T17:22:42.340Z[ host-image] Sep 25 17:22:41.092 INFO O| Sep 25 17:22:41.092 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
96182024-09-25T17:22:42.343Z[ host-image] Sep 25 17:22:41.092 INFO O| Sep 25 17:22:41.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
96192024-09-25T17:22:42.343Z[ host-image] Sep 25 17:22:41.092 INFO O| Sep 25 17:22:41.092 INFO completed processing gimlet/zfs
96202024-09-25T17:22:42.343Z[ host-image] Sep 25 17:22:41.092 INFO O| Sep 25 17:22:41.092 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
96212024-09-25T17:22:48.354Z[ host-image] Sep 25 17:22:47.106 INFO O| Sep 25 17:22:47.105 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
96222024-09-25T17:22:48.439Z[ host-image] Sep 25 17:22:47.190 INFO BUILD STRING "heads/stlouis-0-g662ae78dc3\n"
96232024-09-25T17:22:48.439Z[ host-image] Sep 25 17:22:47.190 INFO expanded image name: "ci bb0989e/${os_short_commit} 2024-09-25 16:53" -> "ci bb0989e/662ae78 2024-09-25 16:53"
96242024-09-25T17:22:48.441Z[ host-image] Sep 25 17:22:47.190 INFO output artefacts stored in: "/work/os-host"
96252024-09-25T17:22:48.441Z[ host-image] Sep 25 17:22:47.191 INFO collecting git info from project "image-builder"...
96262024-09-25T17:22:48.444Z[ host-image] Sep 25 17:22:47.196 INFO collecting git info from project "phbl"...
96272024-09-25T17:22:48.449Z[ host-image] Sep 25 17:22:47.200 INFO collecting git info from project "amd-firmware"...
96282024-09-25T17:22:48.456Z[ host-image] Sep 25 17:22:47.208 INFO collecting git info from project "amd-host-image-builder"...
96292024-09-25T17:22:48.469Z[ host-image] Sep 25 17:22:47.221 INFO collecting git info from project "bootserver"...
96302024-09-25T17:22:48.474Z[ host-image] Sep 25 17:22:47.225 INFO collecting git info from project "pinprick"...
96312024-09-25T17:22:48.478Z[ host-image] Sep 25 17:22:47.229 INFO collecting git info from project "pilot"...
96322024-09-25T17:22:48.483Z[ host-image] Sep 25 17:22:47.234 INFO collecting git info from project "chelsio-t6-roms"...
96332024-09-25T17:22:48.487Z[ host-image] Sep 25 17:22:47.238 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
96342024-09-25T17:22:48.852Z[ host-image] Sep 25 17:22:47.603 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
96352024-09-25T17:22:49.200Z[ host-image] Sep 25 17:22:47.951 INFO creating Oxide boot image...
96362024-09-25T17:22:49.200Z[ host-image] Sep 25 17:22:47.951 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci bb0989e/662ae78 2024-09-25 16:53", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
96372024-09-25T17:22:50.128Z[ host-image] Sep 25 17:22:48.879 INFO O| ok, image written!
96382024-09-25T17:22:50.128Z[ host-image] Sep 25 17:22:48.879 INFO O| ok, boot_image_csum file written!
96392024-09-25T17:22:50.131Z[ host-image] Sep 25 17:22:48.882 INFO creating boot archive (CPIO)...
96402024-09-25T17:22:50.134Z[ host-image] Sep 25 17:22:48.882 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
96412024-09-25T17:22:50.140Z[ host-image] Sep 25 17:22:48.892 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
96422024-09-25T17:22:50.140Z[ host-image] Sep 25 17:22:48.892 INFO E| + outfile=/work/os-host/cpio
96432024-09-25T17:22:50.143Z[ host-image] Sep 25 17:22:48.892 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
96442024-09-25T17:22:50.143Z[ host-image] Sep 25 17:22:48.894 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
96452024-09-25T17:22:50.143Z[ host-image] Sep 25 17:22:48.894 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
96462024-09-25T17:22:50.175Z[ host-image] Sep 25 17:22:48.926 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
96472024-09-25T17:22:50.175Z[ host-image] Sep 25 17:22:48.926 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
96482024-09-25T17:22:50.182Z[ host-image] Sep 25 17:22:48.933 INFO creating compressed cpio/unix for nanobl-rs...
96492024-09-25T17:22:50.184Z[ host-image] Sep 25 17:22:48.933 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
96502024-09-25T17:22:50.474Z[ host-image] Sep 25 17:22:49.225 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
96512024-09-25T17:22:54.835Z[ host-image] Sep 25 17:22:53.585 INFO creating reset image...
96522024-09-25T17:22:54.837Z[ host-image] Sep 25 17:22:53.585 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
96532024-09-25T17:22:54.926Z[ host-image] Sep 25 17:22:53.676 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
96542024-09-25T17:22:54.929Z[ host-image] Sep 25 17:22:53.677 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
96552024-09-25T17:22:54.981Z[ host-image] Sep 25 17:22:53.731 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
96562024-09-25T17:22:57.038Z[ host-image] Sep 25 17:22:55.788 INFO E| Finished `release` profile [optimized] target(s) in 2.09s
96572024-09-25T17:22:57.050Z[ host-image] Sep 25 17:22:55.799 INFO building host image...
96582024-09-25T17:22:57.052Z[ host-image] Sep 25 17:22:55.800 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")
96592024-09-25T17:22:57.508Z[ host-image] Sep 25 17:22:56.258 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96602024-09-25T17:23:44.024Z[ host-image] Sep 25 17:23:42.765 INFO image complete! materials are in "/work/os-host"
96612024-09-25T17:23:44.027Z[ host-image]
96622024-09-25T17:23:44.029Z[ host-image] real 9:03.246129811
96632024-09-25T17:23:44.029Z[ host-image] user 4:24.711224819
96642024-09-25T17:23:44.029Z[ host-image] sys 50.428250684
96652024-09-25T17:23:44.029Z[ host-image] trap 0.188714853
96662024-09-25T17:23:44.029Z[ host-image] tflt 0.010251079
96672024-09-25T17:23:44.029Z[ host-image] dflt 0.048087378
96682024-09-25T17:23:44.029Z[ host-image] kflt 0.000003849
96692024-09-25T17:23:44.029Z[ host-image] lock 6:03.506949586
96702024-09-25T17:23:44.030Z[ host-image] slp 49:28.152057361
96712024-09-25T17:23:44.030Z[ host-image] lat 1:31.679451288
96722024-09-25T17:23:44.030Z[ host-image] stop 0.653808156
96732024-09-25T17:23:44.030ZSep 25 17:23:42.769 INFO [host-image] process exited with exit status: 0 (543.259416309s)
96742024-09-25T17:23:44.030ZSep 25 17:23:42.769 INFO [tuf-repo] running task
96752024-09-25T17:23:50.681ZSep 25 17:23:49.421 INFO assembling repository in `/tmp/tufaceousBhHmXA`, component: OmicronRepoAssembler
96762024-09-25T17:23:55.433ZSep 25 17:23:54.172 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96772024-09-25T17:23:55.786ZSep 25 17:23:54.525 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96782024-09-25T17:24:07.014ZSep 25 17:24:05.751 INFO [tuf-repo] task succeeded (22.981971925s)
96792024-09-25T17:24:07.014ZSep 25 17:24:05.751 INFO all jobs completed in 1863.719058081s
96802024-09-25T17:24:07.564Zprocess exited: duration 2438186 ms, exit code 0
 
96812024-09-25T17:24:07.579Zfound 33 output files
96822024-09-25T17:24:07.579Zuploading: /work/manifest.toml (8404 bytes)
96832024-09-25T17:24:08.594Zuploaded: /work/manifest.toml
96842024-09-25T17:24:08.594Zuploading: /work/repo.zip (1803840981 bytes)
96852024-09-25T17:24:43.435Zuploaded: /work/repo.zip
96862024-09-25T17:24:43.435Zuploading: /work/repo.zip.sha256.txt (65 bytes)
96872024-09-25T17:24:44.462Zuploaded: /work/repo.zip.sha256.txt
96882024-09-25T17:24:44.462Zuploading: /work/helios-setup.log (52449 bytes)
96892024-09-25T17:24:45.474Zuploaded: /work/helios-setup.log
96902024-09-25T17:24:45.477Zuploading: /work/host-image.log (194862 bytes)
96912024-09-25T17:24:46.492Zuploaded: /work/host-image.log
96922024-09-25T17:24:46.492Zuploading: /work/host-package.log (20067 bytes)
96932024-09-25T17:24:47.502Zuploaded: /work/host-package.log
96942024-09-25T17:24:47.502Zuploading: /work/host-target.log (101 bytes)
96952024-09-25T17:24:48.510Zuploaded: /work/host-target.log
96962024-09-25T17:24:48.511Zuploading: /work/omicron-package.log (4418 bytes)
96972024-09-25T17:24:49.549Zuploaded: /work/omicron-package.log
96982024-09-25T17:24:49.549Zuploading: /work/phbl-toolchain.log (881 bytes)
96992024-09-25T17:24:50.557Zuploaded: /work/phbl-toolchain.log
97002024-09-25T17:24:50.561Zuploading: /work/recovery-image.log (590756 bytes)
97012024-09-25T17:24:51.588Zuploaded: /work/recovery-image.log
97022024-09-25T17:24:51.588Zuploading: /work/recovery-package.log (282 bytes)
97032024-09-25T17:24:52.596Zuploaded: /work/recovery-package.log
97042024-09-25T17:24:52.596Zuploading: /work/recovery-target.log (98 bytes)
97052024-09-25T17:24:53.604Zuploaded: /work/recovery-target.log
97062024-09-25T17:24:53.604Zuploading: /work/stamp-clickhouse.log (117 bytes)
97072024-09-25T17:24:54.614Zuploaded: /work/stamp-clickhouse.log
97082024-09-25T17:24:54.614Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
97092024-09-25T17:24:55.624Zuploaded: /work/stamp-clickhouse_keeper.log
97102024-09-25T17:24:55.624Zuploading: /work/stamp-cockroachdb.log (118 bytes)
97112024-09-25T17:24:56.632Zuploaded: /work/stamp-cockroachdb.log
97122024-09-25T17:24:56.635Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
97132024-09-25T17:24:57.641Zuploaded: /work/stamp-crucible-dtrace.log
97142024-09-25T17:24:57.643Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
97152024-09-25T17:24:58.649Zuploaded: /work/stamp-crucible-pantry-zone.log
97162024-09-25T17:24:58.649Zuploading: /work/stamp-crucible-zone.log (120 bytes)
97172024-09-25T17:24:59.657Zuploaded: /work/stamp-crucible-zone.log
97182024-09-25T17:24:59.657Zuploading: /work/stamp-external-dns.log (119 bytes)
97192024-09-25T17:25:00.666Zuploaded: /work/stamp-external-dns.log
97202024-09-25T17:25:00.666Zuploading: /work/stamp-installinator.log (103 bytes)
97212024-09-25T17:25:01.674Zuploaded: /work/stamp-installinator.log
97222024-09-25T17:25:01.677Zuploading: /work/stamp-internal-dns.log (119 bytes)
97232024-09-25T17:25:02.683Zuploaded: /work/stamp-internal-dns.log
97242024-09-25T17:25:02.685Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
97252024-09-25T17:25:03.691Zuploaded: /work/stamp-mg-ddm-gz.log
97262024-09-25T17:25:03.694Zuploading: /work/stamp-nexus.log (112 bytes)
97272024-09-25T17:25:04.700Zuploaded: /work/stamp-nexus.log
97282024-09-25T17:25:04.700Zuploading: /work/stamp-ntp.log (110 bytes)
97292024-09-25T17:25:05.709Zuploaded: /work/stamp-ntp.log
97302024-09-25T17:25:05.709Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
97312024-09-25T17:25:06.716Zuploaded: /work/stamp-omicron-sled-agent.log
97322024-09-25T17:25:06.716Zuploading: /work/stamp-overlay.log (114 bytes)
97332024-09-25T17:25:07.723Zuploaded: /work/stamp-overlay.log
97342024-09-25T17:25:07.723Zuploading: /work/stamp-oximeter.log (115 bytes)
97352024-09-25T17:25:08.731Zuploaded: /work/stamp-oximeter.log
97362024-09-25T17:25:08.731Zuploading: /work/stamp-oxlog.log (109 bytes)
97372024-09-25T17:25:09.740Zuploaded: /work/stamp-oxlog.log
97382024-09-25T17:25:09.740Zuploading: /work/stamp-probe.log (112 bytes)
97392024-09-25T17:25:10.749Zuploaded: /work/stamp-probe.log
97402024-09-25T17:25:10.749Zuploading: /work/stamp-propolis-server.log (122 bytes)
97412024-09-25T17:25:11.757Zuploaded: /work/stamp-propolis-server.log
97422024-09-25T17:25:11.757Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
97432024-09-25T17:25:12.765Zuploaded: /work/stamp-pumpkind-gz.log
97442024-09-25T17:25:12.767Zuploading: /work/stamp-switch-asic.log (118 bytes)
97452024-09-25T17:25:13.775Zuploaded: /work/stamp-switch-asic.log
97462024-09-25T17:25:13.778Zuploading: /work/verify-libraries.log (2908 bytes)
97472024-09-25T17:25:14.785Zuploaded: /work/verify-libraries.log