01J7CBZXQR2E4D6BW3EQ8VEWYX: 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: 01J7CC0G1EAGQF7TTA6J7TR3YY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-09T21:48:40.408Zjob assigned to worker 01J7CC422NA2WB8EF0F0XTJ7Y3 (queued for 2 m 36 s)
 
22024-09-09T21:48:47.189Zstarting task 0: "setup"
32024-09-09T21:48:47.198Z++ uname -s
42024-09-09T21:48:47.200Z+ kern=SunOS
52024-09-09T21:48:47.201Z+ case "$kern" in
62024-09-09T21:48:47.201Z+ groupadd -g 12345 build
72024-09-09T21:48:47.203Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-09T21:48:49.215Z+ zfs create -o mountpoint=/work rpool/work
92024-09-09T21:48:49.325Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-09T21:48:49.327Z+ home_fs=zfs
112024-09-09T21:48:49.327Z+ [[ zfs == autofs ]]
122024-09-09T21:48:49.327Z+ mkdir -p /home/build
132024-09-09T21:48:49.331Z+ chown build:build /home/build /work
142024-09-09T21:48:51.332Z+ chmod 0700 /home/build /work
152024-09-09T21:48:51.335Zprocess exited: duration 4146 ms, exit code 0
 
162024-09-09T21:48:51.340Zstarting task 1: "rust-toolchain"
172024-09-09T21:48:51.348Z+ printf ' * toolchain channel = "%s"
182024-09-09T21:48:51.348Z' 1.80.1
192024-09-09T21:48:51.348Z * toolchain channel = "1.80.1"
202024-09-09T21:48:51.348Z+ printf ' * toolchain profile = "%s"
212024-09-09T21:48:51.348Z' default
222024-09-09T21:48:51.348Z * toolchain profile = "default"
232024-09-09T21:48:51.353Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-09T21:48:51.353Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-09T21:48:51.465Zinfo: downloading installer
262024-09-09T21:48:52.808Zinfo: profile set to 'default'
272024-09-09T21:48:52.809Zinfo: default host triple is x86_64-unknown-illumos
282024-09-09T21:48:52.811Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-09T21:48:52.958Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-09T21:48:52.958Zinfo: downloading component 'cargo'
312024-09-09T21:48:53.782Zinfo: downloading component 'clippy'
322024-09-09T21:48:54.078Zinfo: downloading component 'rust-docs'
332024-09-09T21:48:55.215Zinfo: downloading component 'rust-std'
342024-09-09T21:48:56.819Zinfo: downloading component 'rustc'
352024-09-09T21:49:01.284Zinfo: downloading component 'rustfmt'
362024-09-09T21:49:01.524Zinfo: installing component 'cargo'
372024-09-09T21:49:02.342Zinfo: installing component 'clippy'
382024-09-09T21:49:02.705Zinfo: installing component 'rust-docs'
392024-09-09T21:49:04.364Zinfo: installing component 'rust-std'
402024-09-09T21:49:06.027Zinfo: installing component 'rustc'
412024-09-09T21:49:10.198Zinfo: installing component 'rustfmt'
422024-09-09T21:49:10.537Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-09T21:49:10.537Z
442024-09-09T21:49:10.792Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-09T21:49:10.792Z
462024-09-09T21:49:10.795Z
472024-09-09T21:49:10.795ZRust is installed now. Great!
482024-09-09T21:49:10.795Z
492024-09-09T21:49:10.795ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-09T21:49:10.795Zenvironment variable. This has not been done automatically.
512024-09-09T21:49:10.795Z
522024-09-09T21:49:10.795ZTo configure your current shell, you need to source
532024-09-09T21:49:10.795Zthe corresponding env file under $HOME/.cargo.
542024-09-09T21:49:10.795Z
552024-09-09T21:49:10.795ZThis is usually done by running one of the following (note the leading DOT):
562024-09-09T21:49:10.795Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-09T21:49:10.795Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-09T21:49:10.845Z+ rustc --version
592024-09-09T21:49:10.908Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-09T21:49:10.911Zprocess exited: duration 19566 ms, exit code 0
 
612024-09-09T21:49:10.916Zstarting task 2: "authentication"
622024-09-09T21:49:10.937Zprocess exited: duration 20 ms, exit code 0
 
632024-09-09T21:49:10.942Zstarting task 3: "clone repository"
642024-09-09T21:49:10.947Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-09T21:49:10.950Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-09T21:49:10.992ZCloning into '/work/oxidecomputer/omicron'...
672024-09-09T21:49:16.956Z+ cd /work/oxidecomputer/omicron
682024-09-09T21:49:16.956Z+ git fetch origin 61160bbb9bca3ed7a614dce43f69a60958600ce2
692024-09-09T21:49:17.485ZFrom https://github.com/oxidecomputer/omicron
702024-09-09T21:49:17.485Z * branch 61160bbb9bca3ed7a614dce43f69a60958600ce2 -> FETCH_HEAD
712024-09-09T21:49:17.495Z+ [[ -n eliza/fail-expunged-vmms ]]
722024-09-09T21:49:17.497Z++ git branch --show-current
732024-09-09T21:49:17.500Z+ current=main
742024-09-09T21:49:17.500Z+ [[ main != eliza/fail-expunged-vmms ]]
752024-09-09T21:49:17.500Z+ git branch -f eliza/fail-expunged-vmms 61160bbb9bca3ed7a614dce43f69a60958600ce2
762024-09-09T21:49:17.502Z+ git checkout -f eliza/fail-expunged-vmms
772024-09-09T21:49:17.657ZSwitched to branch 'eliza/fail-expunged-vmms'
782024-09-09T21:49:17.660Z+ git reset --hard 61160bbb9bca3ed7a614dce43f69a60958600ce2
792024-09-09T21:49:17.669ZHEAD is now at 61160bbb9 remove explicit bg task activation
802024-09-09T21:49:17.672Zprocess exited: duration 6726 ms, exit code 0
 
812024-09-09T21:49:17.680Zstarting task 4: "build"
822024-09-09T21:49:17.683Z+ cargo --version
832024-09-09T21:49:17.737Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-09T21:49:17.739Z+ rustc --version
852024-09-09T21:49:17.796Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-09T21:49:17.798Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-09-09T21:49:23.176Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-09-09T21:49:25.489Z Startup: Caching catalogs ... Done
892024-09-09T21:49:27.738ZPlanning: Solver setup ... Done (1.706s)
902024-09-09T21:49:27.768ZPlanning: Running solver ... Done (0.030s)
912024-09-09T21:49:27.814ZPlanning: Finding local manifests ... Done (0.004s)
922024-09-09T21:49:27.829ZPlanning: Fetching manifests: 0/5 0% complete
932024-09-09T21:49:28.050ZPlanning: Fetching manifests: 5/5 100% complete
942024-09-09T21:49:28.149ZPlanning: Package planning ... Done (0.099s)
952024-09-09T21:49:28.205ZPlanning: Merging actions ... Done (0.055s)
962024-09-09T21:49:28.536ZPlanning: Checking for conflicting actions ... Done (0.331s)
972024-09-09T21:49:30.680ZPlanning: Consolidating action changes ... Done (2.144s)
982024-09-09T21:49:31.116ZPlanning: Evaluating mediators ... Done (0.435s)
992024-09-09T21:49:31.197ZPlanning: Planning completed in 5.64 seconds
1002024-09-09T21:49:31.215Z Packages to install: 4
1012024-09-09T21:49:31.215Z Packages to update: 1
1022024-09-09T21:49:31.217Z Mediators to change: 2
1032024-09-09T21:49:31.217Z Services to change: 1
1042024-09-09T21:49:31.218Z Estimated space available: 155.72 GB
1052024-09-09T21:49:31.218ZEstimated space to be consumed: 1.53 GB
1062024-09-09T21:49:31.218Z Create boot environment: No
1072024-09-09T21:49:31.218ZCreate backup boot environment: Yes
1082024-09-09T21:49:31.218Z Rebuild boot archive: No
1092024-09-09T21:49:31.218Z
1102024-09-09T21:49:31.218ZChanged mediators:
1112024-09-09T21:49:31.218Z mediator clang:
1122024-09-09T21:49:31.218Z version: None -> 15 (system default)
1132024-09-09T21:49:31.218Z
1142024-09-09T21:49:31.218Z mediator llvm:
1152024-09-09T21:49:31.218Z version: 14 (system default) -> 15 (system default)
1162024-09-09T21:49:31.218Z
1172024-09-09T21:49:31.218ZChanged packages:
1182024-09-09T21:49:31.218Zhelios-dev
1192024-09-09T21:49:31.218Z developer/build-essential
1202024-09-09T21:49:31.218Z None -> 11-2.0
1212024-09-09T21:49:31.218Z library/libxmlsec1
1222024-09-09T21:49:31.218Z None -> 1.2.35-2.0
1232024-09-09T21:49:31.218Z ooce/developer/clang-15
1242024-09-09T21:49:31.218Z None -> 15.0.7-2.0
1252024-09-09T21:49:31.218Z ooce/developer/llvm-15
1262024-09-09T21:49:31.218Z None -> 15.0.7-2.0
1272024-09-09T21:49:31.218Z package/pkg
1282024-09-09T21:49:31.218Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-09-09T21:49:31.218Z
1302024-09-09T21:49:31.218ZServices:
1312024-09-09T21:49:31.218Z restart_fmri:
1322024-09-09T21:49:31.218Z svc:/system/update-man-index:default
1332024-09-09T21:49:31.218Z
1342024-09-09T21:49:31.218ZEditable files to change:
1352024-09-09T21:49:31.218Z Update:
1362024-09-09T21:49:31.218Z usr/share/lib/pkg/web/config.shtml
1372024-09-09T21:49:31.293Z
1382024-09-09T21:49:31.293ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-09-09T21:49:36.455ZDownload: 1197/4281 items 83.1/220.6MB 37% complete (16.8M/s)
1402024-09-09T21:49:41.456ZDownload: 2812/4281 items 121.0/220.6MB 54% complete (12.1M/s)
1412024-09-09T21:49:46.460ZDownload: 3911/4281 items 218.9/220.6MB 99% complete (13.6M/s)
1422024-09-09T21:49:48.484ZDownload: Completed 220.60 MB in 17.19 seconds (12.8M/s)
1432024-09-09T21:49:50.521Z Actions: 1/5063 actions (Removing old actions)
1442024-09-09T21:49:50.541Z Actions: 194/5063 actions (Installing new actions)
1452024-09-09T21:49:55.231Z Actions: 4226/5063 actions (Updating modified actions)
1462024-09-09T21:49:55.550Z Actions: Completed 5063 actions in 5.03 seconds.
1472024-09-09T21:49:55.850Z Done (0.287s)
1482024-09-09T21:49:55.862Z Done (0.000s)
1492024-09-09T21:49:56.233Z Done (0.386s)
1502024-09-09T21:50:00.549Z Done (4.140s)
1512024-09-09T21:50:00.638Z Done (0.017s)
1522024-09-09T21:50:00.640Z Done (0.000s)
1532024-09-09T21:50:00.808Z Done (0.000s)
1542024-09-09T21:50:01.408ZPlanning: Evaluating mediator changes ... Done
1552024-09-09T21:50:01.568ZPlanning: Checking for conflicting actions ... Done
1562024-09-09T21:50:01.571ZPlanning: Consolidating action changes ... Done
1572024-09-09T21:50:01.836ZPlanning: Evaluating mediators ... Done
1582024-09-09T21:50:01.839ZPlanning: Planning completed in 0.43 seconds
1592024-09-09T21:50:01.878Z Mediators to change: 2
1602024-09-09T21:50:01.878Z Create boot environment: No
1612024-09-09T21:50:01.881ZCreate backup boot environment: No
1622024-09-09T21:50:01.968Z Done
1632024-09-09T21:50:01.968Z Done
1642024-09-09T21:50:02.204Z Done
1652024-09-09T21:50:05.765Z Done
1662024-09-09T21:50:05.852Z Done
1672024-09-09T21:50:05.854Z Done
1682024-09-09T21:50:05.955Z Done
1692024-09-09T21:50:06.561ZPlanning: Evaluating mediator changes ... Done
1702024-09-09T21:50:06.564ZPlanning: Merging actions ... Done
1712024-09-09T21:50:06.750ZPlanning: Checking for conflicting actions ... Done
1722024-09-09T21:50:06.752ZPlanning: Consolidating action changes ... Done
1732024-09-09T21:50:07.013ZPlanning: Evaluating mediators ... Done
1742024-09-09T21:50:07.068ZPlanning: Planning completed in 0.75 seconds
1752024-09-09T21:50:07.111Z Packages to change: 1
1762024-09-09T21:50:07.111Z Mediators to change: 1
1772024-09-09T21:50:07.113Z Services to change: 1
1782024-09-09T21:50:07.113Z Create boot environment: No
1792024-09-09T21:50:07.113ZCreate backup boot environment: Yes
1802024-09-09T21:50:09.158Z Actions: 1/6 actions (Updating modified actions)
1812024-09-09T21:50:09.161Z Actions: Completed 6 actions in 0.00 seconds.
1822024-09-09T21:50:09.161Z Done
1832024-09-09T21:50:09.161Z Done
1842024-09-09T21:50:09.241Z Done
1852024-09-09T21:50:12.799Z Done
1862024-09-09T21:50:12.887Z Done
1872024-09-09T21:50:12.890Z Done
1882024-09-09T21:50:13.005Z Done
1892024-09-09T21:50:13.441ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902024-09-09T21:50:13.441Zclang system 15 system
1912024-09-09T21:50:13.441Zcsh system system illumos
1922024-09-09T21:50:13.441Zctags system system illumos
1932024-09-09T21:50:13.441Zgcc vendor 12 vendor
1942024-09-09T21:50:13.441Zgcc system 10 system
1952024-09-09T21:50:13.441Zgcc system 7 system
1962024-09-09T21:50:13.441Zgo system 1.20 system
1972024-09-09T21:50:13.442Zgo system 1.19 system
1982024-09-09T21:50:13.442Zllvm system 15 system
1992024-09-09T21:50:13.442Zllvm system 14 system
2002024-09-09T21:50:13.442Zmariadb system 10.6 system
2012024-09-09T21:50:13.442Zmta vendor vendor dma
2022024-09-09T21:50:13.442Zopenjdk system 17 system
2032024-09-09T21:50:13.442Zopenjdk system 11 system
2042024-09-09T21:50:13.442Zopenjdk system 1.8 system
2052024-09-09T21:50:13.442Zopenssl vendor 3 vendor
2062024-09-09T21:50:13.442Zperl system 5.36 system
2072024-09-09T21:50:13.442Zpostgresql system 15 system
2082024-09-09T21:50:13.442Zpostgresql system 13 system
2092024-09-09T21:50:13.442Zpython vendor 3 vendor
2102024-09-09T21:50:13.442Zpython system 2 system
2112024-09-09T21:50:13.442Zpython3 system 3.11 system
2122024-09-09T21:50:13.442Zruby system 3.0 system
2132024-09-09T21:50:13.442Zwords vendor vendor american-english
2142024-09-09T21:50:13.442Zwords system system australian-english
2152024-09-09T21:50:13.442Zwords system system british-english
2162024-09-09T21:50:13.442Zwords system system canadian-english
2172024-09-09T21:50:13.442Zwords system system french
2182024-09-09T21:50:13.442Zwords system system italian
2192024-09-09T21:50:13.442Zwords system system ngerman
2202024-09-09T21:50:13.442Zwords system system ogerman
2212024-09-09T21:50:13.442Zwords system system spanish
2222024-09-09T21:50:13.774ZPUBLISHER TYPE STATUS P LOCATION
2232024-09-09T21:50:13.774Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2242024-09-09T21:50:15.575ZFMRI IFO
2252024-09-09T21:50:15.575Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2262024-09-09T21:50:15.575Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2272024-09-09T21:50:15.575Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2282024-09-09T21:50:15.575Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2292024-09-09T21:50:15.575Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2302024-09-09T21:50:15.575Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2312024-09-09T21:50:15.575Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2322024-09-09T21:50:15.575Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2332024-09-09T21:50:15.575Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2342024-09-09T21:50:15.575Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2352024-09-09T21:50:15.575Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2362024-09-09T21:50:15.575Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2372024-09-09T21:50:15.576Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2382024-09-09T21:50:16.182Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392024-09-09T21:50:16.479Z Updating crates.io index
2402024-09-09T21:50:16.538Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2412024-09-09T21:50:17.237Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2422024-09-09T21:50:18.031Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2432024-09-09T21:50:18.277Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2442024-09-09T21:50:19.877Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2452024-09-09T21:50:20.130Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462024-09-09T21:50:20.440Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472024-09-09T21:50:21.497Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482024-09-09T21:50:23.440Z Updating git repository `https://github.com/oxidecomputer/opte`
2492024-09-09T21:50:24.462Z Updating git repository `https://github.com/oxidecomputer/falcon`
2502024-09-09T21:50:25.141Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2512024-09-09T21:50:25.473Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522024-09-09T21:50:25.977Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2532024-09-09T21:50:26.254Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2542024-09-09T21:50:26.629Z Updating git repository `https://github.com/oxidecomputer/qorb`
2552024-09-09T21:50:26.990Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562024-09-09T21:50:27.502Z Updating git repository `https://github.com/oxidecomputer/tofino`
2572024-09-09T21:50:27.761Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2582024-09-09T21:50:28.179Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2592024-09-09T21:50:28.257Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2602024-09-09T21:50:28.549Z Updating git repository `https://github.com/oxidecomputer/clickward`
2612024-09-09T21:50:28.885Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622024-09-09T21:50:29.291Z Updating git repository `https://github.com/oxidecomputer/ispf`
2632024-09-09T21:50:29.589Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2642024-09-09T21:50:29.981Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2652024-09-09T21:50:30.450Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2662024-09-09T21:50:30.766Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2672024-09-09T21:50:31.270Z Updating git repository `https://github.com/oxidecomputer/typify`
2682024-09-09T21:50:33.655Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2692024-09-09T21:50:33.901Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2702024-09-09T21:50:34.218Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2712024-09-09T21:50:34.537Z Updating git repository `https://github.com/oxidecomputer/rfb`
2722024-09-09T21:50:35.860Z Downloading crates ...
2732024-09-09T21:50:35.949Z Downloaded autocfg v1.3.0
2742024-09-09T21:50:35.956Z Downloaded cargo_toml v0.20.4
2752024-09-09T21:50:35.958Z Downloaded camino v1.1.9
2762024-09-09T21:50:35.961Z Downloaded anstyle-parse v0.2.4
2772024-09-09T21:50:35.963Z Downloaded is_terminal_polyfill v1.70.0
2782024-09-09T21:50:35.969Z Downloaded pretty-hex v0.4.1
2792024-09-09T21:50:35.973Z Downloaded usdt-macro v0.5.0
2802024-09-09T21:50:35.976Z Downloaded usdt-attr-macro v0.5.0
2812024-09-09T21:50:35.978Z Downloaded anstyle-query v1.0.3
2822024-09-09T21:50:35.978Z Downloaded cargo-platform v0.1.8
2832024-09-09T21:50:35.981Z Downloaded byteorder v1.5.0
2842024-09-09T21:50:35.981Z Downloaded bytecount v0.6.8
2852024-09-09T21:50:35.983Z Downloaded anyhow v1.0.86
2862024-09-09T21:50:35.985Z Downloaded smawk v0.3.2
2872024-09-09T21:50:35.988Z Downloaded thiserror-impl v1.0.63
2882024-09-09T21:50:35.990Z Downloaded scroll_derive v0.12.0
2892024-09-09T21:50:35.990Z Downloaded proc-macro-error-attr v1.0.4
2902024-09-09T21:50:35.990Z Downloaded colorchoice v1.0.1
2912024-09-09T21:50:35.993Z Downloaded toml_datetime v0.6.8
2922024-09-09T21:50:35.993Z Downloaded pest_generator v2.7.10
2932024-09-09T21:50:35.996Z Downloaded block-buffer v0.10.4
2942024-09-09T21:50:35.996Z Downloaded fnv v1.0.7
2952024-09-09T21:50:35.996Z Downloaded errno v0.3.9
2962024-09-09T21:50:35.998Z Downloaded anstyle v1.0.8
2972024-09-09T21:50:36.001Z Downloaded serde_tokenstream v0.2.2
2982024-09-09T21:50:36.001Z Downloaded itoa v1.0.11
2992024-09-09T21:50:36.004Z Downloaded utf8parse v0.2.1
3002024-09-09T21:50:36.004Z Downloaded generic-array v0.14.7
3012024-09-09T21:50:36.006Z Downloaded heck v0.5.0
3022024-09-09T21:50:36.006Z Downloaded crypto-common v0.1.6
3032024-09-09T21:50:36.006Z Downloaded cargo_metadata v0.18.1
3042024-09-09T21:50:36.010Z Downloaded anstream v0.6.14
3052024-09-09T21:50:36.013Z Downloaded strsim v0.11.1
3062024-09-09T21:50:36.013Z Downloaded quote v1.0.36
3072024-09-09T21:50:36.015Z Downloaded once_cell v1.19.0
3082024-09-09T21:50:36.018Z Downloaded equivalent v1.0.1
3092024-09-09T21:50:36.018Z Downloaded clap_derive v4.5.13
3102024-09-09T21:50:36.020Z Downloaded dtrace-parser v0.2.0
3112024-09-09T21:50:36.020Z Downloaded dof v0.3.0
3122024-09-09T21:50:36.022Z Downloaded camino-tempfile v1.1.1
3132024-09-09T21:50:36.028Z Downloaded tempfile v3.10.1
3142024-09-09T21:50:36.031Z Downloaded zerocopy-derive v0.7.34
3152024-09-09T21:50:36.037Z Downloaded swrite v0.1.0
3162024-09-09T21:50:36.039Z Downloaded cfg-if v1.0.0
3172024-09-09T21:50:36.039Z Downloaded bitflags v2.6.0
3182024-09-09T21:50:36.043Z Downloaded textwrap v0.16.1
3192024-09-09T21:50:36.045Z Downloaded unicode-ident v1.0.12
3202024-09-09T21:50:36.048Z Downloaded typenum v1.17.0
3212024-09-09T21:50:36.051Z Downloaded clap v4.5.16
3222024-09-09T21:50:36.059Z Downloaded fastrand v2.1.0
3232024-09-09T21:50:36.061Z Downloaded serde_spanned v0.6.7
3242024-09-09T21:50:36.061Z Downloaded memmap v0.7.0
3252024-09-09T21:50:36.064Z Downloaded heck v0.4.1
3262024-09-09T21:50:36.064Z Downloaded pest_meta v2.7.10
3272024-09-09T21:50:36.066Z Downloaded unicode-linebreak v0.1.5
3282024-09-09T21:50:36.069Z Downloaded log v0.4.21
3292024-09-09T21:50:36.071Z Downloaded version_check v0.9.5
3302024-09-09T21:50:36.071Z Downloaded terminal_size v0.3.0
3312024-09-09T21:50:36.071Z Downloaded tabled_derive v0.7.0
3322024-09-09T21:50:36.074Z Downloaded plain v0.2.3
3332024-09-09T21:50:36.074Z Downloaded usdt-impl v0.5.0
3342024-09-09T21:50:36.076Z Downloaded thread-id v4.2.1
3352024-09-09T21:50:36.076Z Downloaded macaddr v1.0.1
3362024-09-09T21:50:36.079Z Downloaded clap_lex v0.7.0
3372024-09-09T21:50:36.079Z Downloaded cpufeatures v0.2.12
3382024-09-09T21:50:36.081Z Downloaded digest v0.10.7
3392024-09-09T21:50:36.081Z Downloaded semver v1.0.23
3402024-09-09T21:50:36.083Z Downloaded fs-err v2.11.0
3412024-09-09T21:50:36.086Z Downloaded sha2 v0.10.8
3422024-09-09T21:50:36.088Z Downloaded scroll v0.12.0
3432024-09-09T21:50:36.091Z Downloaded ryu v1.0.18
3442024-09-09T21:50:36.093Z Downloaded proc-macro-error v1.0.4
3452024-09-09T21:50:36.096Z Downloaded pest_derive v2.7.10
3462024-09-09T21:50:36.098Z Downloaded usdt v0.5.0
3472024-09-09T21:50:36.098Z Downloaded serde v1.0.208
3482024-09-09T21:50:36.101Z Downloaded thiserror v1.0.63
3492024-09-09T21:50:36.105Z Downloaded proc-macro2 v1.0.86
3502024-09-09T21:50:36.108Z Downloaded ucd-trie v0.1.6
3512024-09-09T21:50:36.111Z Downloaded toml v0.8.19
3522024-09-09T21:50:36.113Z Downloaded memchr v2.7.2
3532024-09-09T21:50:36.118Z Downloaded serde_derive v1.0.208
3542024-09-09T21:50:36.121Z Downloaded papergrid v0.11.0
3552024-09-09T21:50:36.126Z Downloaded indexmap v2.4.0
3562024-09-09T21:50:36.133Z Downloaded pest v2.7.10
3572024-09-09T21:50:36.146Z Downloaded toml_edit v0.22.20
3582024-09-09T21:50:36.167Z Downloaded serde_json v1.0.125
3592024-09-09T21:50:36.174Z Downloaded hashbrown v0.14.5
3602024-09-09T21:50:36.179Z Downloaded winnow v0.6.18
3612024-09-09T21:50:36.188Z Downloaded clap_builder v4.5.15
3622024-09-09T21:50:36.194Z Downloaded tabled v0.15.0
3632024-09-09T21:50:36.210Z Downloaded zerocopy v0.7.34
3642024-09-09T21:50:36.226Z Downloaded syn v1.0.109
3652024-09-09T21:50:36.235Z Downloaded syn v2.0.74
3662024-09-09T21:50:36.246Z Downloaded goblin v0.8.2
3672024-09-09T21:50:36.251Z Downloaded unicode-width v0.1.13
3682024-09-09T21:50:36.259Z Downloaded rustix v0.38.34
3692024-09-09T21:50:36.279Z Downloaded libc v0.2.158
3702024-09-09T21:50:36.581Z Compiling proc-macro2 v1.0.86
3712024-09-09T21:50:36.582Z Compiling unicode-ident v1.0.12
3722024-09-09T21:50:36.585Z Compiling serde v1.0.208
3732024-09-09T21:50:36.585Z Compiling version_check v0.9.5
3742024-09-09T21:50:36.585Z Compiling memchr v2.7.2
3752024-09-09T21:50:36.585Z Compiling thiserror v1.0.63
3762024-09-09T21:50:36.585Z Compiling libc v0.2.158
3772024-09-09T21:50:36.585Z Compiling ryu v1.0.18
3782024-09-09T21:50:36.834Z Compiling ucd-trie v0.1.6
3792024-09-09T21:50:37.084Z Compiling itoa v1.0.11
3802024-09-09T21:50:37.324Z Compiling once_cell v1.19.0
3812024-09-09T21:50:37.414Z Compiling byteorder v1.5.0
3822024-09-09T21:50:37.440Z Compiling serde_json v1.0.125
3832024-09-09T21:50:37.709Z Compiling rustix v0.38.34
3842024-09-09T21:50:37.885Z Compiling bitflags v2.6.0
3852024-09-09T21:50:38.003Z Compiling usdt-impl v0.5.0
3862024-09-09T21:50:38.259Z Compiling quote v1.0.36
3872024-09-09T21:50:38.358Z Compiling proc-macro-error-attr v1.0.4
3882024-09-09T21:50:38.361Z Compiling syn v1.0.109
3892024-09-09T21:50:38.583Z Compiling proc-macro-error v1.0.4
3902024-09-09T21:50:38.662Z Compiling syn v2.0.74
3912024-09-09T21:50:38.761Z Compiling plain v0.2.3
3922024-09-09T21:50:38.877Z Compiling errno v0.3.9
3932024-09-09T21:50:38.925Z Compiling camino v1.1.9
3942024-09-09T21:50:38.956Z Compiling utf8parse v0.2.1
3952024-09-09T21:50:39.124Z Compiling thread-id v4.2.1
3962024-09-09T21:50:39.127Z Compiling log v0.4.21
3972024-09-09T21:50:39.197Z Compiling equivalent v1.0.1
3982024-09-09T21:50:39.200Z Compiling hashbrown v0.14.5
3992024-09-09T21:50:39.305Z Compiling anstyle-parse v0.2.4
4002024-09-09T21:50:39.669Z Compiling semver v1.0.23
4012024-09-09T21:50:39.699Z Compiling anstyle v1.0.8
4022024-09-09T21:50:40.007Z Compiling unicode-width v0.1.13
4032024-09-09T21:50:40.115Z Compiling anstyle-query v1.0.3
4042024-09-09T21:50:40.162Z Compiling is_terminal_polyfill v1.70.0
4052024-09-09T21:50:40.230Z Compiling winnow v0.6.18
4062024-09-09T21:50:40.256Z Compiling colorchoice v1.0.1
4072024-09-09T21:50:40.258Z Compiling autocfg v1.3.0
4082024-09-09T21:50:40.304Z Compiling pretty-hex v0.4.1
4092024-09-09T21:50:40.446Z Compiling anstream v0.6.14
4102024-09-09T21:50:40.521Z Compiling indexmap v2.4.0
4112024-09-09T21:50:40.922Z Compiling strsim v0.11.1
4122024-09-09T21:50:41.210Z Compiling fs-err v2.11.0
4132024-09-09T21:50:41.232Z Compiling terminal_size v0.3.0
4142024-09-09T21:50:41.430Z Compiling anyhow v1.0.86
4152024-09-09T21:50:41.516Z Compiling clap_lex v0.7.0
4162024-09-09T21:50:41.781Z Compiling fnv v1.0.7
4172024-09-09T21:50:41.858Z Compiling bytecount v0.6.8
4182024-09-09T21:50:41.882Z Compiling heck v0.5.0
4192024-09-09T21:50:41.911Z Compiling heck v0.4.1
4202024-09-09T21:50:42.081Z Compiling fastrand v2.1.0
4212024-09-09T21:50:42.081Z Compiling cfg-if v1.0.0
4222024-09-09T21:50:42.391Z Compiling papergrid v0.11.0
4232024-09-09T21:50:42.393Z Compiling clap_builder v4.5.15
4242024-09-09T21:50:42.419Z Compiling tempfile v3.10.1
4252024-09-09T21:50:42.746Z Compiling memmap v0.7.0
4262024-09-09T21:50:42.777Z Compiling unicode-linebreak v0.1.5
4272024-09-09T21:50:43.150Z Compiling smawk v0.3.2
4282024-09-09T21:50:43.376Z Compiling textwrap v0.16.1
4292024-09-09T21:50:43.905Z Compiling swrite v0.1.0
4302024-09-09T21:50:44.977Z Compiling tabled_derive v0.7.0
4312024-09-09T21:50:46.599Z Compiling tabled v0.15.0
4322024-09-09T21:50:47.415Z Compiling serde_derive v1.0.208
4332024-09-09T21:50:47.415Z Compiling thiserror-impl v1.0.63
4342024-09-09T21:50:47.417Z Compiling zerocopy-derive v0.7.34
4352024-09-09T21:50:47.483Z Compiling scroll_derive v0.12.0
4362024-09-09T21:50:47.723Z Compiling clap_derive v4.5.13
4372024-09-09T21:50:48.850Z Compiling scroll v0.12.0
4382024-09-09T21:50:49.290Z Compiling goblin v0.8.2
4392024-09-09T21:50:49.508Z Compiling zerocopy v0.7.34
4402024-09-09T21:50:50.151Z Compiling pest v2.7.10
4412024-09-09T21:50:51.356Z Compiling clap v4.5.16
4422024-09-09T21:50:52.512Z Compiling pest_meta v2.7.10
4432024-09-09T21:50:53.376Z Compiling pest_generator v2.7.10
4442024-09-09T21:50:55.346Z Compiling pest_derive v2.7.10
4452024-09-09T21:50:56.033Z Compiling dtrace-parser v0.2.0
4462024-09-09T21:50:57.785Z Compiling serde_spanned v0.6.7
4472024-09-09T21:50:57.785Z Compiling toml_datetime v0.6.8
4482024-09-09T21:50:57.928Z Compiling cargo-platform v0.1.8
4492024-09-09T21:50:58.056Z Compiling serde_tokenstream v0.2.2
4502024-09-09T21:50:58.098Z Compiling macaddr v1.0.1
4512024-09-09T21:50:58.369Z Compiling toml_edit v0.22.20
4522024-09-09T21:50:58.549Z Compiling camino-tempfile v1.1.1
4532024-09-09T21:50:59.251Z Compiling dof v0.3.0
4542024-09-09T21:50:59.251Z Compiling cargo_metadata v0.18.1
4552024-09-09T21:51:01.043Z Compiling toml v0.8.19
4562024-09-09T21:51:01.105Z Compiling usdt-attr-macro v0.5.0
4572024-09-09T21:51:01.105Z Compiling usdt-macro v0.5.0
4582024-09-09T21:51:01.849Z Compiling cargo_toml v0.20.4
4592024-09-09T21:51:02.450Z Compiling usdt v0.5.0
4602024-09-09T21:51:05.601Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4612024-09-09T21:51:09.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.82s
4622024-09-09T21:51:10.037Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4632024-09-09T21:51:10.618Z Downloading crates ...
4642024-09-09T21:51:10.763Z Downloaded async-stream-impl v0.3.5
4652024-09-09T21:51:10.768Z Downloaded assert_matches v1.5.0
4662024-09-09T21:51:10.773Z Downloaded atomicwrites v0.4.3
4672024-09-09T21:51:10.776Z Downloaded ascii v1.1.0
4682024-09-09T21:51:10.779Z Downloaded ciborium-io v0.2.2
4692024-09-09T21:51:10.781Z Downloaded cfg_aliases v0.1.1
4702024-09-09T21:51:10.783Z Downloaded bitstruct v0.1.1
4712024-09-09T21:51:10.785Z Downloaded crunchy v0.2.2
4722024-09-09T21:51:10.789Z Downloaded arrayref v0.3.7
4732024-09-09T21:51:10.791Z Downloaded async-recursion v1.1.1
4742024-09-09T21:51:10.796Z Downloaded http-range v0.1.5
4752024-09-09T21:51:10.799Z Downloaded is_ci v1.2.0
4762024-09-09T21:51:10.801Z Downloaded cstr-argument v0.1.2
4772024-09-09T21:51:10.803Z Downloaded hubpack_derive v0.1.1
4782024-09-09T21:51:10.803Z Downloaded new_debug_unreachable v1.0.6
4792024-09-09T21:51:10.805Z Downloaded bitfield-struct v0.6.1
4802024-09-09T21:51:10.805Z Downloaded matches v0.1.10
4812024-09-09T21:51:10.807Z Downloaded cobs v0.2.3
4822024-09-09T21:51:10.810Z Downloaded cipher v0.4.4
4832024-09-09T21:51:10.812Z Downloaded blowfish v0.9.1
4842024-09-09T21:51:10.815Z Downloaded keccak v0.1.5
4852024-09-09T21:51:10.817Z Downloaded ascii-canvas v3.0.0
4862024-09-09T21:51:10.817Z Downloaded internet-checksum v0.2.1
4872024-09-09T21:51:10.820Z Downloaded newtype_derive v0.1.6
4882024-09-09T21:51:10.822Z Downloaded ident_case v1.0.1
4892024-09-09T21:51:10.822Z Downloaded async-bb8-diesel v0.2.1
4902024-09-09T21:51:10.825Z Downloaded ipnetwork v0.20.0
4912024-09-09T21:51:10.827Z Downloaded is-terminal v0.4.12
4922024-09-09T21:51:10.830Z Downloaded instant v0.1.12
4932024-09-09T21:51:10.830Z Downloaded md-5 v0.10.6
4942024-09-09T21:51:10.832Z Downloaded maplit v1.0.2
4952024-09-09T21:51:10.835Z Downloaded httpdate v1.0.3
4962024-09-09T21:51:10.835Z Downloaded nanorand v0.7.0
4972024-09-09T21:51:10.838Z Downloaded lazycell v1.3.0
4982024-09-09T21:51:10.841Z Downloaded newtype-uuid v1.1.0
4992024-09-09T21:51:10.843Z Downloaded lazy_static v1.5.0
5002024-09-09T21:51:10.846Z Downloaded linked-hash-map v0.5.6
5012024-09-09T21:51:10.848Z Downloaded highway v1.2.0
5022024-09-09T21:51:10.850Z Downloaded curve25519-dalek-derive v0.1.1
5032024-09-09T21:51:10.853Z Downloaded iana-time-zone v0.1.60
5042024-09-09T21:51:10.855Z Downloaded crucible-workspace-hack v0.1.0
5052024-09-09T21:51:10.855Z Downloaded http-body v0.4.6
5062024-09-09T21:51:10.857Z Downloaded hostname v0.3.1
5072024-09-09T21:51:10.860Z Downloaded hyper-tls v0.5.0
5082024-09-09T21:51:10.862Z Downloaded match_cfg v0.1.0
5092024-09-09T21:51:10.862Z Downloaded humantime v2.1.0
5102024-09-09T21:51:10.865Z Downloaded bzip2 v0.4.4
5112024-09-09T21:51:10.867Z Downloaded normalize-line-endings v0.3.0
5122024-09-09T21:51:10.871Z Downloaded bcrypt-pbkdf v0.10.0
5132024-09-09T21:51:10.871Z Downloaded newline-converter v0.3.0
5142024-09-09T21:51:10.873Z Downloaded md5 v0.7.0
5152024-09-09T21:51:10.873Z Downloaded cassowary v0.3.0
5162024-09-09T21:51:10.875Z Downloaded indent_write v2.2.0
5172024-09-09T21:51:10.877Z Downloaded inout v0.1.3
5182024-09-09T21:51:10.880Z Downloaded hubpack v0.1.2
5192024-09-09T21:51:10.882Z Downloaded memmap2 v0.9.4
5202024-09-09T21:51:10.882Z Downloaded multer v3.1.0
5212024-09-09T21:51:10.885Z Downloaded crossbeam-epoch v0.9.18
5222024-09-09T21:51:10.889Z Downloaded nu-ansi-term v0.50.0
5232024-09-09T21:51:10.892Z Downloaded indexmap v1.9.3
5242024-09-09T21:51:10.896Z Downloaded ctr v0.9.2
5252024-09-09T21:51:10.899Z Downloaded vte_generate_state_changes v0.1.1
5262024-09-09T21:51:10.902Z Downloaded httparse v1.8.0
5272024-09-09T21:51:10.905Z Downloaded multimap v0.10.0
5282024-09-09T21:51:10.905Z Downloaded nodrop v0.1.14
5292024-09-09T21:51:10.908Z Downloaded nibble_vec v0.1.0
5302024-09-09T21:51:10.910Z Downloaded managed v0.8.0
5312024-09-09T21:51:10.910Z Downloaded zone_cfg_derive v0.3.0
5322024-09-09T21:51:10.912Z Downloaded zone_cfg_derive v0.1.2
5332024-09-09T21:51:10.912Z Downloaded rfc6979 v0.4.0
5342024-09-09T21:51:10.915Z Downloaded downcast v0.11.0
5352024-09-09T21:51:10.917Z Downloaded scheduled-thread-pool v0.2.7
5362024-09-09T21:51:10.917Z Downloaded serde_arrays v0.1.0
5372024-09-09T21:51:10.919Z Downloaded serde-hex v0.1.0
5382024-09-09T21:51:10.922Z Downloaded spki v0.7.3
5392024-09-09T21:51:10.925Z Downloaded signal-hook-mio v0.2.4
5402024-09-09T21:51:10.925Z Downloaded cookie v0.17.0
5412024-09-09T21:51:10.928Z Downloaded console v0.15.8
5422024-09-09T21:51:10.931Z Downloaded slog-envlogger v2.2.0
5432024-09-09T21:51:10.934Z Downloaded spin v0.5.2
5442024-09-09T21:51:10.937Z Downloaded tabwriter v1.4.0
5452024-09-09T21:51:10.939Z Downloaded flagset v0.4.5
5462024-09-09T21:51:10.939Z Downloaded thiserror-no-std v2.0.2
5472024-09-09T21:51:10.944Z Downloaded termcolor v1.4.1
5482024-09-09T21:51:10.946Z Downloaded openssl-probe v0.1.5
5492024-09-09T21:51:10.949Z Downloaded cookie v0.18.1
5502024-09-09T21:51:10.951Z Downloaded precomputed-hash v0.1.1
5512024-09-09T21:51:10.954Z Downloaded rustc_version v0.1.7
5522024-09-09T21:51:10.954Z Downloaded libloading v0.8.3
5532024-09-09T21:51:10.956Z Downloaded native-tls v0.2.11
5542024-09-09T21:51:10.959Z Downloaded libefi-sys v0.1.0
5552024-09-09T21:51:10.961Z Downloaded arc-swap v1.7.1
5562024-09-09T21:51:10.965Z Downloaded salsa20 v0.10.2
5572024-09-09T21:51:10.967Z Downloaded ed25519 v2.2.3
5582024-09-09T21:51:10.970Z Downloaded filetime v0.2.25
5592024-09-09T21:51:10.972Z Downloaded signal-hook-tokio v0.3.1
5602024-09-09T21:51:10.975Z Downloaded either v1.13.0
5612024-09-09T21:51:10.978Z Downloaded strum_macros v0.26.4
5622024-09-09T21:51:10.980Z Downloaded snafu-derive v0.8.2
5632024-09-09T21:51:10.982Z Downloaded serde_with_macros v3.9.0
5642024-09-09T21:51:10.984Z Downloaded ipnet v2.9.0
5652024-09-09T21:51:10.987Z Downloaded sigpipe v0.1.3
5662024-09-09T21:51:10.987Z Downloaded fixedbitset v0.4.2
5672024-09-09T21:51:10.989Z Downloaded hickory-resolver v0.24.1
5682024-09-09T21:51:10.994Z Downloaded take_mut v0.2.2
5692024-09-09T21:51:10.997Z Downloaded tower-service v0.3.2
5702024-09-09T21:51:10.999Z Downloaded tokio-rustls v0.25.0
5712024-09-09T21:51:11.002Z Downloaded blake2 v0.10.6
5722024-09-09T21:51:11.005Z Downloaded packed_struct_codegen v0.10.1
5732024-09-09T21:51:11.005Z Downloaded endian-type v0.1.2
5742024-09-09T21:51:11.007Z Downloaded difflib v0.4.0
5752024-09-09T21:51:11.007Z Downloaded diesel_table_macro_syntax v0.2.0
5762024-09-09T21:51:11.010Z Downloaded unarray v0.1.4
5772024-09-09T21:51:11.012Z Downloaded rand_chacha v0.3.1
5782024-09-09T21:51:11.012Z Downloaded powerfmt v0.2.0
5792024-09-09T21:51:11.015Z Downloaded miniz_oxide v0.7.2
5802024-09-09T21:51:11.017Z Downloaded mockall_derive v0.13.0
5812024-09-09T21:51:11.020Z Downloaded oso-derive v0.27.3
5822024-09-09T21:51:11.022Z Downloaded foreign-types v0.3.2
5832024-09-09T21:51:11.022Z Downloaded parse-size v1.0.0
5842024-09-09T21:51:11.024Z Downloaded spin v0.9.8
5852024-09-09T21:51:11.027Z Downloaded signal-hook-registry v1.4.2
5862024-09-09T21:51:11.032Z Downloaded rustversion v1.0.17
5872024-09-09T21:51:11.035Z Downloaded num-rational v0.4.2
5882024-09-09T21:51:11.035Z Downloaded socket2 v0.5.7
5892024-09-09T21:51:11.037Z Downloaded rtoolbox v0.0.2
5902024-09-09T21:51:11.040Z Downloaded supports-color v3.0.0
5912024-09-09T21:51:11.042Z Downloaded subtle v2.5.0
5922024-09-09T21:51:11.042Z Downloaded socket2 v0.4.10
5932024-09-09T21:51:11.045Z Downloaded parking_lot v0.11.2
5942024-09-09T21:51:11.047Z Downloaded aes v0.8.4
5952024-09-09T21:51:11.052Z Downloaded serde-big-array v0.5.1
5962024-09-09T21:51:11.055Z Downloaded strum v0.26.3
5972024-09-09T21:51:11.058Z Downloaded waitgroup v0.1.2
5982024-09-09T21:51:11.058Z Downloaded postgres-protocol v0.6.7
5992024-09-09T21:51:11.060Z Downloaded ghash v0.5.1
6002024-09-09T21:51:11.063Z Downloaded hickory-server v0.24.1
6012024-09-09T21:51:11.069Z Downloaded backtrace v0.3.71
6022024-09-09T21:51:11.076Z Downloaded dhcproto-macros v0.1.0
6032024-09-09T21:51:11.079Z Downloaded indicatif v0.17.8
6042024-09-09T21:51:11.082Z Downloaded num-traits v0.2.19
6052024-09-09T21:51:11.087Z Downloaded rustls-pemfile v1.0.4
6062024-09-09T21:51:11.089Z Downloaded uuid v1.10.0
6072024-09-09T21:51:11.093Z Downloaded ref-cast-impl v1.0.23
6082024-09-09T21:51:11.096Z Downloaded semver v0.1.20
6092024-09-09T21:51:11.107Z Downloaded strum_macros v0.24.3
6102024-09-09T21:51:11.110Z Downloaded number_prefix v0.4.0
6112024-09-09T21:51:11.121Z Downloaded tinyvec_macros v0.1.1
6122024-09-09T21:51:11.121Z Downloaded walkdir v2.5.0
6132024-09-09T21:51:11.121Z Downloaded num_threads v0.1.7
6142024-09-09T21:51:11.121Z Downloaded unicode-xid v0.2.4
6152024-09-09T21:51:11.121Z Downloaded tls_codec_derive v0.4.1
6162024-09-09T21:51:11.121Z Downloaded password-hash v0.4.2
6172024-09-09T21:51:11.125Z Downloaded zone v0.3.0
6182024-09-09T21:51:11.125Z Downloaded serde_repr v0.1.19
6192024-09-09T21:51:11.127Z Downloaded fallible-iterator v0.2.0
6202024-09-09T21:51:11.130Z Downloaded debug-ignore v1.0.5
6212024-09-09T21:51:11.133Z Downloaded vsss-rs v3.3.4
6222024-09-09T21:51:11.135Z Downloaded futures-core v0.3.30
6232024-09-09T21:51:11.137Z Downloaded vergen v8.3.2
6242024-09-09T21:51:11.140Z Downloaded futures-io v0.3.30
6252024-09-09T21:51:11.142Z Downloaded dirs-next v2.0.0
6262024-09-09T21:51:11.142Z Downloaded headers-core v0.2.0
6272024-09-09T21:51:11.145Z Downloaded num-conv v0.1.0
6282024-09-09T21:51:11.145Z Downloaded foreign-types-shared v0.3.1
6292024-09-09T21:51:11.147Z Downloaded heck v0.3.3
6302024-09-09T21:51:11.147Z Downloaded want v0.3.1
6312024-09-09T21:51:11.151Z Downloaded num-derive v0.4.2
6322024-09-09T21:51:11.153Z Downloaded http v1.1.0
6332024-09-09T21:51:11.156Z Downloaded serde_plain v1.0.2
6342024-09-09T21:51:11.159Z Downloaded scopeguard v1.2.0
6352024-09-09T21:51:11.161Z Downloaded sqlparser_derive v0.2.2
6362024-09-09T21:51:11.161Z Downloaded radium v0.7.0
6372024-09-09T21:51:11.161Z Downloaded pem v3.0.4
6382024-09-09T21:51:11.164Z Downloaded rcgen v0.12.1
6392024-09-09T21:51:11.166Z Downloaded peg v0.8.4
6402024-09-09T21:51:11.171Z Downloaded slog-scope v4.4.0
6412024-09-09T21:51:11.174Z Downloaded string_cache v0.8.7
6422024-09-09T21:51:11.176Z Downloaded dirs-sys-next v0.1.2
6432024-09-09T21:51:11.179Z Downloaded yasna v0.5.2
6442024-09-09T21:51:11.181Z Downloaded postcard v1.0.8
6452024-09-09T21:51:11.184Z Downloaded foreign-types-shared v0.1.1
6462024-09-09T21:51:11.186Z Downloaded foreign-types-macros v0.2.3
6472024-09-09T21:51:11.186Z Downloaded nom v7.1.3
6482024-09-09T21:51:11.193Z Downloaded crossterm v0.28.1
6492024-09-09T21:51:11.200Z Downloaded portpicker v0.1.1
6502024-09-09T21:51:11.203Z Downloaded hex-literal v0.4.1
6512024-09-09T21:51:11.205Z Downloaded form_urlencoded v1.2.1
6522024-09-09T21:51:11.205Z Downloaded which v4.4.2
6532024-09-09T21:51:11.207Z Downloaded pretty-hex v0.2.1
6542024-09-09T21:51:11.210Z Downloaded tinyvec v1.6.0
6552024-09-09T21:51:11.212Z Downloaded untrusted v0.9.0
6562024-09-09T21:51:11.214Z Downloaded openssl-macros v0.1.1
6572024-09-09T21:51:11.217Z Downloaded display-error-chain v0.2.1
6582024-09-09T21:51:11.217Z Downloaded tokio-native-tls v0.3.1
6592024-09-09T21:51:11.220Z Downloaded predicates-tree v1.0.9
6602024-09-09T21:51:11.223Z Downloaded flume v0.11.0
6612024-09-09T21:51:11.226Z Downloaded rand_seeder v0.3.0
6622024-09-09T21:51:11.229Z Downloaded tokio-macros v2.4.0
6632024-09-09T21:51:11.231Z Downloaded tungstenite v0.23.0
6642024-09-09T21:51:11.234Z Downloaded ed25519-dalek v2.1.1
6652024-09-09T21:51:11.238Z Downloaded fragile v2.0.0
6662024-09-09T21:51:11.241Z Downloaded similar v2.6.0
6672024-09-09T21:51:11.247Z Downloaded group v0.13.0
6682024-09-09T21:51:11.249Z Downloaded topological-sort v0.2.2
6692024-09-09T21:51:11.252Z Downloaded strum_macros v0.25.3
6702024-09-09T21:51:11.254Z Downloaded structmeta v0.3.0
6712024-09-09T21:51:11.256Z Downloaded unicode-truncate v1.0.0
6722024-09-09T21:51:11.256Z Downloaded slog-async v2.8.0
6732024-09-09T21:51:11.259Z Downloaded whoami v1.5.1
6742024-09-09T21:51:11.261Z Downloaded snafu v0.8.2
6752024-09-09T21:51:11.268Z Downloaded dyn-clone v1.0.17
6762024-09-09T21:51:11.271Z Downloaded pbkdf2 v0.12.2
6772024-09-09T21:51:11.273Z Downloaded peg-macros v0.8.4
6782024-09-09T21:51:11.276Z Downloaded path-slash v0.1.5
6792024-09-09T21:51:11.276Z Downloaded termtree v0.4.1
6802024-09-09T21:51:11.278Z Downloaded time-macros v0.2.18
6812024-09-09T21:51:11.281Z Downloaded libxml v0.3.3
6822024-09-09T21:51:11.287Z Downloaded phf_shared v0.11.2
6832024-09-09T21:51:11.290Z Downloaded russh-cryptovec v0.7.2
6842024-09-09T21:51:11.290Z Downloaded same-file v1.0.6
6852024-09-09T21:51:11.292Z Downloaded fxhash v0.2.1
6862024-09-09T21:51:11.293Z Downloaded defmt-macros v0.3.9
6872024-09-09T21:51:11.295Z Downloaded defmt v0.3.8
6882024-09-09T21:51:11.299Z Downloaded phf_shared v0.10.0
6892024-09-09T21:51:11.302Z Downloaded ron v0.8.1
6902024-09-09T21:51:11.307Z Downloaded peg-runtime v0.8.3
6912024-09-09T21:51:11.309Z Downloaded time-core v0.1.2
6922024-09-09T21:51:11.309Z Downloaded stringprep v0.1.4
6932024-09-09T21:51:11.312Z Downloaded rustfmt-wrapper v0.2.1
6942024-09-09T21:51:11.314Z Downloaded rustc-hash v1.1.0
6952024-09-09T21:51:11.314Z Downloaded owo-colors v4.0.0
6962024-09-09T21:51:11.316Z Downloaded derive_builder v0.20.0
6972024-09-09T21:51:11.323Z Downloaded typed-path v0.7.1
6982024-09-09T21:51:11.329Z Downloaded num_enum v0.5.11
6992024-09-09T21:51:11.334Z Downloaded termios v0.3.3
7002024-09-09T21:51:11.337Z Downloaded enum-as-inner v0.6.0
7012024-09-09T21:51:11.339Z Downloaded ssh-encoding v0.2.0
7022024-09-09T21:51:11.342Z Downloaded try-lock v0.2.5
7032024-09-09T21:51:11.342Z Downloaded futures-sink v0.3.30
7042024-09-09T21:51:11.344Z Downloaded slog-stdlog v4.1.1
7052024-09-09T21:51:11.348Z Downloaded hash32 v0.3.1
7062024-09-09T21:51:11.348Z Downloaded smf v0.2.3
7072024-09-09T21:51:11.348Z Downloaded pbkdf2 v0.11.0
7082024-09-09T21:51:11.351Z Downloaded hash32 v0.2.1
7092024-09-09T21:51:11.351Z Downloaded pin-project v1.1.5
7102024-09-09T21:51:11.364Z Downloaded tracing-core v0.1.32
7112024-09-09T21:51:11.367Z Downloaded enum-as-inner v0.5.1
7122024-09-09T21:51:11.370Z Downloaded slog v2.7.0
7132024-09-09T21:51:11.373Z Downloaded aho-corasick v1.1.3
7142024-09-09T21:51:11.379Z Downloaded unicase v2.7.0
7152024-09-09T21:51:11.381Z Downloaded serde_urlencoded v0.7.1
7162024-09-09T21:51:11.383Z Downloaded scrypt v0.11.0
7172024-09-09T21:51:11.386Z Downloaded schemars_derive v0.8.21
7182024-09-09T21:51:11.388Z Downloaded sec1 v0.7.3
7192024-09-09T21:51:11.388Z Downloaded serde_path_to_error v0.1.16
7202024-09-09T21:51:11.390Z Downloaded defmt-parser v0.3.4
7212024-09-09T21:51:11.392Z Downloaded futures-task v0.3.30
7222024-09-09T21:51:11.392Z Downloaded zone v0.1.8
7232024-09-09T21:51:11.395Z Downloaded smallvec v0.6.14
7242024-09-09T21:51:11.395Z Downloaded shell-words v1.1.0
7252024-09-09T21:51:11.397Z Downloaded env_logger v0.10.2
7262024-09-09T21:51:11.400Z Downloaded heapless v0.8.0
7272024-09-09T21:51:11.403Z Downloaded heapless v0.7.17
7282024-09-09T21:51:11.408Z Downloaded ena v0.14.3
7292024-09-09T21:51:11.410Z Downloaded num-bigint-dig v0.8.4
7302024-09-09T21:51:11.415Z Downloaded subprocess v0.2.9
7312024-09-09T21:51:11.418Z Downloaded embedded-io v0.4.0
7322024-09-09T21:51:11.420Z Downloaded rustls-pki-types v1.7.0
7332024-09-09T21:51:11.423Z Downloaded tokio-rustls v0.24.1
7342024-09-09T21:51:11.425Z Downloaded url v2.5.2
7352024-09-09T21:51:11.429Z Downloaded slog-term v2.9.1
7362024-09-09T21:51:11.431Z Downloaded half v2.4.1
7372024-09-09T21:51:11.435Z Downloaded hashlink v0.9.1
7382024-09-09T21:51:11.437Z Downloaded env_logger v0.9.3
7392024-09-09T21:51:11.440Z Downloaded publicsuffix v2.2.3
7402024-09-09T21:51:11.443Z Downloaded hyper v0.14.30
7412024-09-09T21:51:11.453Z Downloaded secrecy v0.8.0
7422024-09-09T21:51:11.456Z Downloaded futures v0.3.30
7432024-09-09T21:51:11.459Z Downloaded unsafe-libyaml v0.2.11
7442024-09-09T21:51:11.463Z Downloaded p256 v0.13.2
7452024-09-09T21:51:11.467Z Downloaded rand v0.8.5
7462024-09-09T21:51:11.471Z Downloaded reedline v0.33.0
7472024-09-09T21:51:11.480Z Downloaded elliptic-curve v0.13.8
7482024-09-09T21:51:11.485Z Downloaded serde_yaml v0.9.34+deprecated
7492024-09-09T21:51:11.489Z Downloaded headers v0.3.9
7502024-09-09T21:51:11.496Z Downloaded serde_with v3.9.0
7512024-09-09T21:51:11.506Z Downloaded hashbrown v0.12.3
7522024-09-09T21:51:11.511Z Downloaded russh v0.45.0
7532024-09-09T21:51:11.517Z Downloaded bindgen v0.69.4
7542024-09-09T21:51:11.525Z Downloaded tokio-postgres v0.7.11
7552024-09-09T21:51:11.531Z Downloaded x509-cert v0.2.5
7562024-09-09T21:51:11.538Z Downloaded sqlparser v0.45.0
7572024-09-09T21:51:11.545Z Downloaded der v0.7.9
7582024-09-09T21:51:11.551Z Downloaded unicode-segmentation v1.11.0
7592024-09-09T21:51:11.555Z Downloaded proptest v1.5.0
7602024-09-09T21:51:11.565Z Downloaded h2 v0.3.26
7612024-09-09T21:51:11.573Z Downloaded unicode-normalization v0.1.23
7622024-09-09T21:51:11.577Z Downloaded curve25519-dalek v4.1.3
7632024-09-09T21:51:11.587Z Downloaded hashbrown v0.13.2
7642024-09-09T21:51:11.592Z Downloaded portable-atomic v1.6.0
7652024-09-09T21:51:11.598Z Downloaded quick-xml v0.31.0
7662024-09-09T21:51:11.605Z Downloaded vcpkg v0.2.15
7672024-09-09T21:51:11.646Z Downloaded idna v0.4.0
7682024-09-09T21:51:11.654Z Downloaded rustls-webpki v0.101.7
7692024-09-09T21:51:11.672Z Downloaded reqwest v0.11.27
7702024-09-09T21:51:11.677Z Downloaded p384 v0.13.0
7712024-09-09T21:51:11.684Z Downloaded nix v0.27.1
7722024-09-09T21:51:11.697Z Downloaded smoltcp v0.11.0
7732024-09-09T21:51:11.710Z Downloaded rustls v0.21.12
7742024-09-09T21:51:11.724Z Downloaded idna v0.5.0
7752024-09-09T21:51:11.730Z Downloaded rayon v1.10.0
7762024-09-09T21:51:11.740Z Downloaded futures-util v0.3.30
7772024-09-09T21:51:11.753Z Downloaded object v0.32.2
7782024-09-09T21:51:11.765Z Downloaded object v0.30.4
7792024-09-09T21:51:11.776Z Downloaded bstr v1.9.1
7802024-09-09T21:51:11.788Z Downloaded nix v0.28.0
7812024-09-09T21:51:11.800Z Downloaded webpki-roots v0.25.4
7822024-09-09T21:51:11.804Z Downloaded regex v1.10.6
7832024-09-09T21:51:11.818Z Downloaded sled v0.34.7
7842024-09-09T21:51:11.829Z Downloaded openssl v0.10.66
7852024-09-09T21:51:11.839Z Downloaded hickory-proto v0.24.1
7862024-09-09T21:51:11.856Z Downloaded dropshot v0.10.1
7872024-09-09T21:51:11.866Z Downloaded trust-dns-proto v0.22.0
7882024-09-09T21:51:11.881Z Downloaded regex-syntax v0.8.4
7892024-09-09T21:51:11.890Z Downloaded polar-core v0.27.3
7902024-09-09T21:51:11.900Z Downloaded csv v1.3.0
7912024-09-09T21:51:11.922Z Downloaded diesel v2.2.3
7922024-09-09T21:51:11.942Z Downloaded rustls v0.22.4
7932024-09-09T21:51:11.956Z Downloaded regress v0.9.1
7942024-09-09T21:51:11.965Z Downloaded openapiv3 v2.0.0
7952024-09-09T21:51:11.979Z Downloaded sha3 v0.10.8
7962024-09-09T21:51:11.985Z Downloaded radix_trie v0.2.1
7972024-09-09T21:51:11.988Z Downloaded bzip2-sys v0.1.11+1.0.8
7982024-09-09T21:51:12.002Z Downloaded nix v0.29.0
7992024-09-09T21:51:12.014Z Downloaded idna v0.3.0
8002024-09-09T21:51:12.021Z Downloaded ratatui v0.28.0
8012024-09-09T21:51:12.042Z Downloaded encoding_rs v0.8.34
8022024-09-09T21:51:12.066Z Downloaded zerocopy-derive v0.6.6
8032024-09-09T21:51:12.075Z Downloaded regex-automata v0.4.6
8042024-09-09T21:51:12.093Z Downloaded p521 v0.13.3
8052024-09-09T21:51:12.097Z Downloaded finl_unicode v1.2.0
8062024-09-09T21:51:12.111Z Downloaded rustls-webpki v0.102.4
8072024-09-09T21:51:12.129Z Downloaded idna v0.2.3
8082024-09-09T21:51:12.137Z Downloaded petgraph v0.6.5
8092024-09-09T21:51:12.155Z Downloaded tokio v1.39.3
8102024-09-09T21:51:12.195Z Downloaded smoltcp v0.9.1
8112024-09-09T21:51:12.206Z Downloaded gimli v0.28.1
8122024-09-09T21:51:12.215Z Downloaded regex-syntax v0.6.29
8132024-09-09T21:51:12.223Z Downloaded ssh-key v0.6.6
8142024-09-09T21:51:12.230Z Downloaded git2 v0.19.0
8152024-09-09T21:51:12.239Z Downloaded tough v0.17.1
8162024-09-09T21:51:12.248Z Downloaded lalrpop v0.19.12
8172024-09-09T21:51:12.260Z Downloaded chrono v0.4.38
8182024-09-09T21:51:12.268Z Downloaded bitvec v1.0.1
8192024-09-09T21:51:12.284Z Downloaded rusqlite v0.31.0
8202024-09-09T21:51:12.294Z Downloaded zip v0.6.6
8212024-09-09T21:51:12.299Z Downloaded unicode-bidi v0.3.15
8222024-09-09T21:51:12.301Z Downloaded tungstenite v0.21.0
8232024-09-09T21:51:12.305Z Downloaded winnow v0.5.40
8242024-09-09T21:51:12.315Z Downloaded tungstenite v0.20.1
8252024-09-09T21:51:12.317Z Downloaded schemars v0.8.21
8262024-09-09T21:51:12.330Z Downloaded rayon-core v1.12.1
8272024-09-09T21:51:12.334Z Downloaded steno v0.4.1
8282024-09-09T21:51:12.338Z Downloaded num-bigint v0.4.5
8292024-09-09T21:51:12.343Z Downloaded libgit2-sys v0.17.0+1.8.1
8302024-09-09T21:51:12.403Z Downloaded rustyline v14.0.0
8312024-09-09T21:51:12.408Z Downloaded term v0.7.0
8322024-09-09T21:51:12.411Z Downloaded rustls-pemfile v2.1.3
8332024-09-09T21:51:12.414Z Downloaded dsl_auto_type v0.1.2
8342024-09-09T21:51:12.416Z Downloaded russh-keys v0.45.0
8352024-09-09T21:51:12.419Z Downloaded unicode_categories v0.1.1
8362024-09-09T21:51:12.421Z Downloaded tokio-util v0.7.11
8372024-09-09T21:51:12.427Z Downloaded tui-tree-widget v0.22.0
8382024-09-09T21:51:12.429Z Downloaded phf v0.11.2
8392024-09-09T21:51:12.431Z Downloaded zeroize_derive v1.4.2
8402024-09-09T21:51:12.431Z Downloaded smallvec v1.13.2
8412024-09-09T21:51:12.433Z Downloaded der_derive v0.7.2
8422024-09-09T21:51:12.435Z Downloaded prettyplease v0.2.20
8432024-09-09T21:51:12.438Z Downloaded expectorate v1.1.0
8442024-09-09T21:51:12.440Z Downloaded derive_more v0.99.18
8452024-09-09T21:51:12.446Z Downloaded itertools v0.13.0
8462024-09-09T21:51:12.454Z Downloaded num-iter v0.1.45
8472024-09-09T21:51:12.456Z Downloaded num-integer v0.1.46
8482024-09-09T21:51:12.458Z Downloaded rustc-demangle v0.1.24
8492024-09-09T21:51:12.458Z Downloaded parse-display v0.10.0
8502024-09-09T21:51:12.461Z Downloaded ring v0.17.8
8512024-09-09T21:51:12.531Z Downloaded packed_struct v0.10.1
8522024-09-09T21:51:12.534Z Downloaded funty v2.0.0
8532024-09-09T21:51:12.534Z Downloaded erased-serde v0.3.31
8542024-09-09T21:51:12.536Z Downloaded predicates v3.1.2
8552024-09-09T21:51:12.539Z Downloaded ssh-cipher v0.2.0
8562024-09-09T21:51:12.541Z Downloaded sha1 v0.10.6
8572024-09-09T21:51:12.543Z Downloaded fallible-iterator v0.3.0
8582024-09-09T21:51:12.543Z Downloaded flate2 v1.0.33
8592024-09-09T21:51:12.548Z Downloaded itertools v0.12.1
8602024-09-09T21:51:12.556Z Downloaded des v0.8.1
8612024-09-09T21:51:12.558Z Downloaded derive_builder_core v0.20.0
8622024-09-09T21:51:12.561Z Downloaded test-strategy v0.3.1
8632024-09-09T21:51:12.563Z Downloaded time v0.3.36
8642024-09-09T21:51:12.571Z Downloaded crossterm v0.27.0
8652024-09-09T21:51:12.579Z Downloaded blake3 v1.5.1
8662024-09-09T21:51:12.585Z Downloaded ring v0.16.20
8672024-09-09T21:51:12.669Z Downloaded dropshot_endpoint v0.10.1
8682024-09-09T21:51:12.671Z Downloaded zeroize v1.7.0
8692024-09-09T21:51:12.671Z Downloaded samael v0.0.15
8702024-09-09T21:51:12.676Z Downloaded tracing v0.1.40
8712024-09-09T21:51:12.680Z Downloaded rand_xorshift v0.3.0
8722024-09-09T21:51:12.683Z Downloaded predicates-core v1.0.6
8732024-09-09T21:51:12.683Z Downloaded num_enum_derive v0.5.11
8742024-09-09T21:51:12.685Z Downloaded tracing-attributes v0.1.27
8752024-09-09T21:51:12.687Z Downloaded ron v0.7.1
8762024-09-09T21:51:12.691Z Downloaded pkcs5 v0.7.1
8772024-09-09T21:51:12.694Z Downloaded hkdf v0.12.4
8782024-09-09T21:51:12.697Z Downloaded diesel_derives v2.2.2
8792024-09-09T21:51:12.701Z Downloaded xattr v1.3.1
8802024-09-09T21:51:12.703Z Downloaded tiny-keccak v2.0.2
8812024-09-09T21:51:12.706Z Downloaded structmeta v0.2.0
8822024-09-09T21:51:12.709Z Downloaded strip-ansi-escapes v0.2.0
8832024-09-09T21:51:12.709Z Downloaded aes-gcm v0.10.3
8842024-09-09T21:51:12.712Z Downloaded rand_core v0.6.4
8852024-09-09T21:51:12.715Z Downloaded r2d2 v0.8.10
8862024-09-09T21:51:12.715Z Downloaded quick-error v1.2.3
8872024-09-09T21:51:12.718Z Downloaded oso v0.27.3
8882024-09-09T21:51:12.721Z Downloaded untrusted v0.7.1
8892024-09-09T21:51:12.721Z Downloaded pkcs8 v0.10.2
8902024-09-09T21:51:12.724Z Downloaded pkcs1 v0.7.5
8912024-09-09T21:51:12.727Z Downloaded pin-project-lite v0.2.14
8922024-09-09T21:51:12.729Z Downloaded pin-project-internal v1.1.5
8932024-09-09T21:51:12.732Z Downloaded parking_lot_core v0.9.10
8942024-09-09T21:51:12.734Z Downloaded tar v0.4.41
8952024-09-09T21:51:12.737Z Downloaded toml_edit v0.19.15
8962024-09-09T21:51:12.752Z Downloaded opaque-debug v0.3.1
8972024-09-09T21:51:12.755Z Downloaded wyz v0.5.1
8982024-09-09T21:51:12.755Z Downloaded foreign-types v0.5.0
8992024-09-09T21:51:12.757Z Downloaded derive_builder_macro v0.20.0
9002024-09-09T21:51:12.757Z Downloaded universal-hash v0.5.1
9012024-09-09T21:51:12.757Z Downloaded thiserror-impl-no-std v2.0.2
9022024-09-09T21:51:12.760Z Downloaded futures-channel v0.3.30
9032024-09-09T21:51:12.760Z Downloaded itertools v0.10.5
9042024-09-09T21:51:12.765Z Downloaded minimal-lexical v0.2.1
9052024-09-09T21:51:12.770Z Downloaded libm v0.2.8
9062024-09-09T21:51:12.778Z Downloaded libz-sys v1.1.16
9072024-09-09T21:51:12.846Z Downloaded darling_core v0.20.9
9082024-09-09T21:51:12.850Z Downloaded slog-json v2.6.1
9092024-09-09T21:51:12.853Z Downloaded polyval v0.6.2
9102024-09-09T21:51:12.855Z Downloaded data-encoding v2.6.0
9112024-09-09T21:51:12.855Z Downloaded mio v1.0.2
9122024-09-09T21:51:12.860Z Downloaded tls_codec v0.4.1
9132024-09-09T21:51:12.863Z Downloaded derive-where v1.2.7
9142024-09-09T21:51:12.865Z Downloaded futures-executor v0.3.30
9152024-09-09T21:51:12.869Z Downloaded openssl-sys v0.9.103
9162024-09-09T21:51:12.872Z Downloaded uzers v0.11.3
9172024-09-09T21:51:12.874Z Downloaded utf-8 v0.7.6
9182024-09-09T21:51:12.877Z Downloaded password-hash v0.5.0
9192024-09-09T21:51:12.877Z Downloaded float-cmp v0.9.0
9202024-09-09T21:51:12.879Z Downloaded slab v0.4.9
9212024-09-09T21:51:12.879Z Downloaded hickory-client v0.24.1
9222024-09-09T21:51:12.882Z Downloaded futures-macro v0.3.30
9232024-09-09T21:51:12.884Z Downloaded libsqlite3-sys v0.28.0
9242024-09-09T21:51:12.985Z Downloaded sqlformat v0.2.4
9252024-09-09T21:51:12.988Z Downloaded siphasher v0.3.11
9262024-09-09T21:51:12.990Z Downloaded getrandom v0.2.14
9272024-09-09T21:51:12.996Z Downloaded parking_lot v0.12.2
9282024-09-09T21:51:12.996Z Downloaded omicron-zone-package v0.11.0
9292024-09-09T21:51:13.000Z Downloaded structmeta-derive v0.2.0
9302024-09-09T21:51:13.004Z Downloaded pkg-config v0.3.30
9312024-09-09T21:51:13.004Z Downloaded paste v1.0.15
9322024-09-09T21:51:13.006Z Downloaded signature v2.2.0
9332024-09-09T21:51:13.009Z Downloaded dhcproto v0.12.0
9342024-09-09T21:51:13.011Z Downloaded http v0.2.12
9352024-09-09T21:51:13.015Z Downloaded const_format v0.2.32
9362024-09-09T21:51:13.021Z Downloaded base64 v0.22.1
9372024-09-09T21:51:13.026Z Downloaded ref-cast v1.0.23
9382024-09-09T21:51:13.029Z Downloaded proc-macro-crate v1.3.1
9392024-09-09T21:51:13.031Z Downloaded primeorder v0.13.6
9402024-09-09T21:51:13.031Z Downloaded mio v0.8.11
9412024-09-09T21:51:13.044Z Downloaded bytes v1.7.1
9422024-09-09T21:51:13.062Z Downloaded diff v0.1.13
9432024-09-09T21:51:13.062Z Downloaded rsa v0.9.6
9442024-09-09T21:51:13.062Z Downloaded crypto-bigint v0.5.5
9452024-09-09T21:51:13.062Z Downloaded cc v1.0.97
9462024-09-09T21:51:13.062Z Downloaded parse-display-derive v0.10.0
9472024-09-09T21:51:13.062Z Downloaded olpc-cjson v0.1.3
9482024-09-09T21:51:13.062Z Downloaded deranged v0.3.11
9492024-09-09T21:51:13.072Z Downloaded wait-timeout v0.2.0
9502024-09-09T21:51:13.072Z Downloaded serde_derive_internals v0.29.1
9512024-09-09T21:51:13.072Z Downloaded resolv-conf v0.7.0
9522024-09-09T21:51:13.072Z Downloaded ppv-lite86 v0.2.17
9532024-09-09T21:51:13.072Z Downloaded pem-rfc7468 v0.7.0
9542024-09-09T21:51:13.072Z Downloaded fatfs v0.3.6
9552024-09-09T21:51:13.079Z Downloaded zerocopy v0.6.6
9562024-09-09T21:51:13.079Z Downloaded base64 v0.21.7
9572024-09-09T21:51:13.081Z Downloaded getopts v0.2.21
9582024-09-09T21:51:13.082Z Downloaded gethostname v0.5.0
9592024-09-09T21:51:13.082Z Downloaded fallible-streaming-iterator v0.1.9
9602024-09-09T21:51:13.095Z Downloaded postgres-types v0.2.7
9612024-09-09T21:51:13.095Z Downloaded ecdsa v0.16.9
9622024-09-09T21:51:13.095Z Downloaded poly1305 v0.8.0
9632024-09-09T21:51:13.095Z Downloaded twox-hash v1.6.3
9642024-09-09T21:51:13.103Z Downloaded tap v1.0.1
9652024-09-09T21:51:13.103Z Downloaded structmeta-derive v0.3.0
9662024-09-09T21:51:13.103Z Downloaded static_assertions v1.1.0
9672024-09-09T21:51:13.103Z Downloaded stable_deref_trait v1.2.0
9682024-09-09T21:51:13.103Z Downloaded parking_lot_core v0.8.6
9692024-09-09T21:51:13.103Z Downloaded num-complex v0.4.6
9702024-09-09T21:51:13.103Z Downloaded toml v0.7.8
9712024-09-09T21:51:13.103Z Downloaded tokio-tungstenite v0.23.1
9722024-09-09T21:51:13.103Z Downloaded tokio-tungstenite v0.21.0
9732024-09-09T21:51:13.105Z Downloaded crossbeam-channel v0.5.12
9742024-09-09T21:51:13.108Z Downloaded psl-types v2.0.11
9752024-09-09T21:51:13.112Z Downloaded globset v0.4.14
9762024-09-09T21:51:13.112Z Downloaded signal-hook v0.3.17
9772024-09-09T21:51:13.114Z Downloaded float-ord v0.3.2
9782024-09-09T21:51:13.114Z Downloaded glob v0.3.1
9792024-09-09T21:51:13.117Z Downloaded fd-lock v4.0.2
9802024-09-09T21:51:13.117Z Downloaded chacha20poly1305 v0.10.1
9812024-09-09T21:51:13.119Z Downloaded base64 v0.13.1
9822024-09-09T21:51:13.121Z Downloaded miniz_oxide v0.8.0
9832024-09-09T21:51:13.124Z Downloaded pin-utils v0.1.0
9842024-09-09T21:51:13.127Z Downloaded percent-encoding v2.3.1
9852024-09-09T21:51:13.128Z Downloaded vte v0.11.1
9862024-09-09T21:51:13.128Z Downloaded tokio-tungstenite v0.20.1
9872024-09-09T21:51:13.130Z Downloaded tokio-stream v0.1.15
9882024-09-09T21:51:13.132Z Downloaded sync_wrapper v0.1.2
9892024-09-09T21:51:13.135Z Downloaded hex v0.4.3
9902024-09-09T21:51:13.135Z Downloaded ff v0.13.0
9912024-09-09T21:51:13.137Z Downloaded crc-any v2.5.0
9922024-09-09T21:51:13.140Z Downloaded sct v0.7.1
9932024-09-09T21:51:13.142Z Downloaded cbc v0.1.2
9942024-09-09T21:51:13.142Z Downloaded rpassword v7.3.1
9952024-09-09T21:51:13.144Z Downloaded clang-sys v1.7.0
9962024-09-09T21:51:13.147Z Downloaded mime_guess v2.0.4
9972024-09-09T21:51:13.147Z Downloaded hyper-rustls v0.24.2
9982024-09-09T21:51:13.150Z Downloaded hmac v0.12.1
9992024-09-09T21:51:13.152Z Downloaded crc32fast v1.4.0
10002024-09-09T21:51:13.152Z Downloaded thread_local v1.1.8
10012024-09-09T21:51:13.154Z Downloaded atomic-waker v1.1.2
10022024-09-09T21:51:13.157Z Downloaded allocator-api2 v0.2.18
10032024-09-09T21:51:13.159Z Downloaded compact_str v0.8.0
10042024-09-09T21:51:13.162Z Downloaded arrayvec v0.7.4
10052024-09-09T21:51:13.165Z Downloaded slog-bunyan v2.5.0
10062024-09-09T21:51:13.165Z Downloaded slog-dtrace v0.3.0
10072024-09-09T21:51:13.165Z Downloaded shlex v1.3.0
10082024-09-09T21:51:13.167Z Downloaded colored v2.1.0
10092024-09-09T21:51:13.170Z Downloaded ciborium v0.2.2
10102024-09-09T21:51:13.170Z Downloaded num v0.4.3
10112024-09-09T21:51:13.173Z Downloaded jobserver v0.1.32
10122024-09-09T21:51:13.175Z Downloaded cookie_store v0.20.0
10132024-09-09T21:51:13.175Z Downloaded rusty-fork v0.3.0
10142024-09-09T21:51:13.178Z Downloaded rustc_version v0.4.0
10152024-09-09T21:51:13.178Z Downloaded darling_macro v0.20.9
10162024-09-09T21:51:13.178Z Downloaded memoffset v0.9.1
10172024-09-09T21:51:13.180Z Downloaded maybe-uninit v2.0.0
10182024-09-09T21:51:13.181Z Downloaded kstat-rs v0.2.4
10192024-09-09T21:51:13.183Z Downloaded lalrpop-util v0.19.12
10202024-09-09T21:51:13.183Z Downloaded const-oid v0.9.6
10212024-09-09T21:51:13.185Z Downloaded linear-map v1.2.0
10222024-09-09T21:51:13.185Z Downloaded lru v0.12.3
10232024-09-09T21:51:13.185Z Downloaded constant_time_eq v0.3.0
10242024-09-09T21:51:13.187Z Downloaded block-padding v0.3.3
10252024-09-09T21:51:13.187Z Downloaded bitflags v1.3.2
10262024-09-09T21:51:13.190Z Downloaded bit-vec v0.6.3
10272024-09-09T21:51:13.192Z Downloaded toolchain_find v0.4.0
10282024-09-09T21:51:13.192Z Downloaded crossbeam-utils v0.8.19
10292024-09-09T21:51:13.194Z Downloaded darling v0.20.9
10302024-09-09T21:51:13.198Z Downloaded crossbeam-deque v0.8.5
10312024-09-09T21:51:13.200Z Downloaded cexpr v0.6.0
10322024-09-09T21:51:13.203Z Downloaded lock_api v0.4.12
10332024-09-09T21:51:13.203Z Downloaded libsw v3.3.1
10342024-09-09T21:51:13.205Z Downloaded bitfield v0.14.0
10352024-09-09T21:51:13.205Z Downloaded ciborium-ll v0.2.2
10362024-09-09T21:51:13.207Z Downloaded bb8 v0.8.5
10372024-09-09T21:51:13.207Z Downloaded async-trait v0.1.82
10382024-09-09T21:51:13.210Z Downloaded ahash v0.8.11
10392024-09-09T21:51:13.212Z Downloaded cfg_aliases v0.2.1
10402024-09-09T21:51:13.214Z Downloaded bitstruct_derive v0.1.0
10412024-09-09T21:51:13.215Z Downloaded csv-core v0.1.11
10422024-09-09T21:51:13.217Z Downloaded cancel-safe-futures v0.1.5
10432024-09-09T21:51:13.219Z Downloaded async-stream v0.3.5
10442024-09-09T21:51:13.219Z Downloaded mockall v0.13.0
10452024-09-09T21:51:13.222Z Downloaded mime v0.3.17
10462024-09-09T21:51:13.222Z Downloaded lru-cache v0.1.2
10472024-09-09T21:51:13.225Z Downloaded bcs v0.1.6
10482024-09-09T21:51:13.225Z Downloaded base64ct v1.6.0
10492024-09-09T21:51:13.227Z Downloaded backoff v0.4.0
10502024-09-09T21:51:13.229Z Downloaded array-init v0.0.4
10512024-09-09T21:51:13.229Z Downloaded const_format_proc_macros v0.2.32
10522024-09-09T21:51:13.231Z Downloaded atty v0.2.14
10532024-09-09T21:51:13.231Z Downloaded argon2 v0.5.3
10542024-09-09T21:51:13.234Z Downloaded addr2line v0.21.0
10552024-09-09T21:51:13.237Z Downloaded instability v0.3.2
10562024-09-09T21:51:13.237Z Downloaded indoc v1.0.9
10572024-09-09T21:51:13.239Z Downloaded impl-trait-for-tuples v0.2.2
10582024-09-09T21:51:13.241Z Downloaded hyper-staticfile v0.9.5
10592024-09-09T21:51:13.244Z Downloaded hostname v0.4.0
10602024-09-09T21:51:13.244Z Downloaded home v0.5.9
10612024-09-09T21:51:13.246Z Downloaded aead v0.5.2
10622024-09-09T21:51:13.246Z Downloaded crc-catalog v2.4.0
10632024-09-09T21:51:13.248Z Downloaded crc v3.2.1
10642024-09-09T21:51:13.250Z Downloaded convert_case v0.4.0
10652024-09-09T21:51:13.251Z Downloaded chacha20 v0.9.1
10662024-09-09T21:51:13.253Z Downloaded buf-list v1.0.3
10672024-09-09T21:51:13.253Z Downloaded castaway v0.2.3
10682024-09-09T21:51:13.255Z Downloaded bit-set v0.5.3
10692024-09-09T21:51:13.256Z Downloaded base16ct v0.2.0
10702024-09-09T21:51:13.258Z Downloaded adler2 v2.0.0
10712024-09-09T21:51:13.258Z Downloaded adler v1.0.2
10722024-09-09T21:51:13.345Z Compiling serde v1.0.208
10732024-09-09T21:51:13.348Z Compiling typenum v1.17.0
10742024-09-09T21:51:13.348Z Compiling generic-array v0.14.7
10752024-09-09T21:51:13.348Z Compiling lock_api v0.4.12
10762024-09-09T21:51:13.348Z Compiling scopeguard v1.2.0
10772024-09-09T21:51:13.348Z Compiling log v0.4.21
10782024-09-09T21:51:13.520Z Compiling syn v2.0.74
10792024-09-09T21:51:13.524Z Compiling getrandom v0.2.14
10802024-09-09T21:51:13.726Z Compiling jobserver v0.1.32
10812024-09-09T21:51:13.814Z Compiling rand_core v0.6.4
10822024-09-09T21:51:13.957Z Compiling subtle v2.5.0
10832024-09-09T21:51:14.067Z Compiling cc v1.0.97
10842024-09-09T21:51:14.084Z Compiling const-oid v0.9.6
10852024-09-09T21:51:14.318Z Compiling smallvec v1.13.2
10862024-09-09T21:51:14.366Z Compiling pin-project-lite v0.2.14
10872024-09-09T21:51:14.497Z Compiling parking_lot_core v0.9.10
10882024-09-09T21:51:14.516Z Compiling signal-hook-registry v1.4.2
10892024-09-09T21:51:14.699Z Compiling spin v0.9.8
10902024-09-09T21:51:14.769Z Compiling mio v1.0.2
10912024-09-09T21:51:15.102Z Compiling ahash v0.8.11
10922024-09-09T21:51:15.397Z Compiling parking_lot v0.12.2
10932024-09-09T21:51:15.478Z Compiling tinyvec_macros v0.1.1
10942024-09-09T21:51:15.662Z Compiling tinyvec v1.6.0
10952024-09-09T21:51:15.753Z Compiling socket2 v0.5.7
10962024-09-09T21:51:16.012Z Compiling futures-sink v0.3.30
10972024-09-09T21:51:16.102Z Compiling libm v0.2.8
10982024-09-09T21:51:16.162Z Compiling serde_json v1.0.125
10992024-09-09T21:51:16.288Z Compiling futures-core v0.3.30
11002024-09-09T21:51:16.306Z Compiling cpufeatures v0.2.12
11012024-09-09T21:51:16.395Z Compiling slab v0.4.9
11022024-09-09T21:51:16.459Z Compiling num-traits v0.2.19
11032024-09-09T21:51:16.506Z Compiling unicode-bidi v0.3.15
11042024-09-09T21:51:16.524Z Compiling allocator-api2 v0.2.18
11052024-09-09T21:51:16.943Z Compiling futures-channel v0.3.30
11062024-09-09T21:51:17.109Z Compiling unicode-normalization v0.1.23
11072024-09-09T21:51:17.138Z Compiling vcpkg v0.2.15
11082024-09-09T21:51:17.326Z Compiling pin-utils v0.1.0
11092024-09-09T21:51:17.367Z Compiling pkg-config v0.3.30
11102024-09-09T21:51:17.416Z Compiling futures-io v0.3.30
11112024-09-09T21:51:17.925Z Compiling futures-task v0.3.30
11122024-09-09T21:51:18.072Z Compiling base64ct v1.6.0
11132024-09-09T21:51:18.242Z Compiling percent-encoding v2.3.1
11142024-09-09T21:51:18.245Z Compiling ppv-lite86 v0.2.17
11152024-09-09T21:51:18.277Z Compiling ring v0.17.8
11162024-09-09T21:51:18.609Z Compiling pem-rfc7468 v0.7.0
11172024-09-09T21:51:18.681Z Compiling flagset v0.4.5
11182024-09-09T21:51:18.900Z Compiling tracing-core v0.1.32
11192024-09-09T21:51:18.981Z Compiling untrusted v0.9.0
11202024-09-09T21:51:19.067Z Compiling rand_chacha v0.3.1
11212024-09-09T21:51:19.152Z Compiling rustix v0.38.34
11222024-09-09T21:51:19.317Z Compiling openssl-sys v0.9.103
11232024-09-09T21:51:19.379Z Compiling httparse v1.8.0
11242024-09-09T21:51:19.798Z Compiling rand v0.8.5
11252024-09-09T21:51:19.815Z Compiling rustversion v1.0.17
11262024-09-09T21:51:20.032Z Compiling time-core v0.1.2
11272024-09-09T21:51:20.203Z Compiling openssl v0.10.66
11282024-09-09T21:51:20.205Z Compiling foreign-types-shared v0.1.1
11292024-09-09T21:51:20.338Z Compiling powerfmt v0.2.0
11302024-09-09T21:51:20.498Z Compiling num-conv v0.1.0
11312024-09-09T21:51:20.638Z Compiling deranged v0.3.11
11322024-09-09T21:51:20.752Z Compiling time-macros v0.2.18
11332024-09-09T21:51:20.769Z Compiling foreign-types v0.3.2
11342024-09-09T21:51:20.879Z Compiling form_urlencoded v1.2.1
11352024-09-09T21:51:21.194Z Compiling aho-corasick v1.1.3
11362024-09-09T21:51:21.323Z Compiling num_threads v0.1.7
11372024-09-09T21:51:21.422Z Compiling rustls v0.21.12
11382024-09-09T21:51:21.674Z Compiling siphasher v0.3.11
11392024-09-09T21:51:21.709Z Compiling regex-syntax v0.8.4
11402024-09-09T21:51:22.036Z Compiling try-lock v0.2.5
11412024-09-09T21:51:22.055Z Compiling native-tls v0.2.11
11422024-09-09T21:51:22.183Z Compiling syn v1.0.109
11432024-09-09T21:51:22.394Z Compiling crossbeam-utils v0.8.19
11442024-09-09T21:51:22.438Z Compiling want v0.3.1
11452024-09-09T21:51:23.018Z Compiling idna v0.5.0
11462024-09-09T21:51:23.416Z Compiling cookie v0.17.0
11472024-09-09T21:51:23.716Z Compiling httpdate v1.0.3
11482024-09-09T21:51:24.052Z Compiling time v0.3.36
11492024-09-09T21:51:24.171Z Compiling iana-time-zone v0.1.60
11502024-09-09T21:51:24.283Z Compiling slog v2.7.0
11512024-09-09T21:51:24.530Z Compiling tower-service v0.3.2
11522024-09-09T21:51:24.611Z Compiling finl_unicode v1.2.0
11532024-09-09T21:51:24.650Z Compiling openssl-probe v0.1.5
11542024-09-09T21:51:24.893Z Compiling url v2.5.2
11552024-09-09T21:51:25.219Z Compiling regex-automata v0.4.6
11562024-09-09T21:51:26.325Z Compiling stringprep v0.1.4
11572024-09-09T21:51:26.773Z Compiling num-integer v0.1.46
11582024-09-09T21:51:27.526Z Compiling rustls-webpki v0.101.7
11592024-09-09T21:51:27.563Z Compiling sct v0.7.1
11602024-09-09T21:51:27.823Z Compiling serde_derive v1.0.208
11612024-09-09T21:51:27.880Z Compiling zeroize_derive v1.4.2
11622024-09-09T21:51:28.210Z Compiling zerocopy-derive v0.7.34
11632024-09-09T21:51:28.932Z Compiling tokio-macros v2.4.0
11642024-09-09T21:51:29.203Z Compiling thiserror-impl v1.0.63
11652024-09-09T21:51:29.479Z Compiling futures-macro v0.3.30
11662024-09-09T21:51:29.555Z Compiling zeroize v1.7.0
11672024-09-09T21:51:30.434Z Compiling zerocopy v0.7.34
11682024-09-09T21:51:30.558Z Compiling der_derive v0.7.2
11692024-09-09T21:51:31.381Z Compiling crypto-common v0.1.6
11702024-09-09T21:51:31.503Z Compiling block-buffer v0.10.4
11712024-09-09T21:51:31.620Z Compiling block-padding v0.3.3
11722024-09-09T21:51:31.773Z Compiling digest v0.10.7
11732024-09-09T21:51:31.867Z Compiling inout v0.1.3
11742024-09-09T21:51:32.139Z Compiling cipher v0.4.4
11752024-09-09T21:51:32.256Z Compiling hmac v0.12.1
11762024-09-09T21:51:32.509Z Compiling sha2 v0.10.8
11772024-09-09T21:51:32.531Z Compiling thiserror v1.0.63
11782024-09-09T21:51:32.630Z Compiling hashbrown v0.14.5
11792024-09-09T21:51:32.662Z Compiling futures-util v0.3.30
11802024-09-09T21:51:32.680Z Compiling pest v2.7.10
11812024-09-09T21:51:33.024Z Compiling der v0.7.9
11822024-09-09T21:51:34.129Z Compiling salsa20 v0.10.2
11832024-09-09T21:51:34.361Z Compiling pbkdf2 v0.12.2
11842024-09-09T21:51:34.529Z Compiling scroll_derive v0.12.0
11852024-09-09T21:51:35.743Z Compiling pest_meta v2.7.10
11862024-09-09T21:51:35.966Z Compiling tracing-attributes v0.1.27
11872024-09-09T21:51:36.092Z Compiling scroll v0.12.0
11882024-09-09T21:51:36.298Z Compiling spki v0.7.3
11892024-09-09T21:51:36.644Z Compiling scrypt v0.11.0
11902024-09-09T21:51:36.676Z Compiling aes v0.8.4
11912024-09-09T21:51:37.238Z Compiling pest_generator v2.7.10
11922024-09-09T21:51:37.979Z Compiling cbc v0.1.2
11932024-09-09T21:51:38.214Z Compiling pkcs5 v0.7.1
11942024-09-09T21:51:38.866Z Compiling goblin v0.8.2
11952024-09-09T21:51:39.266Z Compiling openssl-macros v0.1.1
11962024-09-09T21:51:39.451Z Compiling pkcs8 v0.10.2
11972024-09-09T21:51:39.530Z Compiling md-5 v0.10.6
11982024-09-09T21:51:39.769Z Compiling tracing v0.1.40
11992024-09-09T21:51:40.034Z Compiling backtrace v0.3.71
12002024-09-09T21:51:40.153Z Compiling idna v0.3.0
12012024-09-09T21:51:40.283Z Compiling lazy_static v1.5.0
12022024-09-09T21:51:40.397Z Compiling hash32 v0.2.1
12032024-09-09T21:51:40.516Z Compiling base64 v0.22.1
12042024-09-09T21:51:40.664Z Compiling pest_derive v2.7.10
12052024-09-09T21:51:40.694Z Compiling num-bigint-dig v0.8.4
12062024-09-09T21:51:40.778Z Compiling adler v1.0.2
12072024-09-09T21:51:40.988Z Compiling psl-types v2.0.11
12082024-09-09T21:51:41.009Z Compiling smoltcp v0.9.1
12092024-09-09T21:51:41.178Z Compiling stable_deref_trait v1.2.0
12102024-09-09T21:51:41.272Z Compiling fallible-iterator v0.2.0
12112024-09-09T21:51:41.291Z Compiling crc32fast v1.4.0
12122024-09-09T21:51:41.462Z Compiling dtrace-parser v0.2.0
12132024-09-09T21:51:41.727Z Compiling signal-hook v0.3.17
12142024-09-09T21:51:41.730Z Compiling gimli v0.28.1
12152024-09-09T21:51:41.914Z Compiling publicsuffix v2.2.3
12162024-09-09T21:51:41.988Z Compiling miniz_oxide v0.7.2
12172024-09-09T21:51:42.033Z Compiling hubpack_derive v0.1.1
12182024-09-09T21:51:42.158Z Compiling bytes v1.7.1
12192024-09-09T21:51:42.439Z Compiling bitflags v2.6.0
12202024-09-09T21:51:42.896Z Compiling indexmap v2.4.0
12212024-09-09T21:51:42.981Z Compiling semver v1.0.23
12222024-09-09T21:51:43.499Z Compiling tokio v1.39.3
12232024-09-09T21:51:43.589Z Compiling http v0.2.12
12242024-09-09T21:51:43.791Z Compiling rustc_version v0.4.0
12252024-09-09T21:51:44.553Z Compiling heapless v0.7.17
12262024-09-09T21:51:45.002Z Compiling dof v0.3.0
12272024-09-09T21:51:45.921Z Compiling http-body v0.4.6
12282024-09-09T21:51:46.379Z Compiling uuid v1.10.0
12292024-09-09T21:51:46.643Z Compiling usdt-impl v0.5.0
12302024-09-09T21:51:47.263Z Compiling chrono v0.4.38
12312024-09-09T21:51:47.480Z Compiling serde_tokenstream v0.2.2
12322024-09-09T21:51:47.760Z Compiling toml_datetime v0.6.8
12332024-09-09T21:51:48.123Z Compiling serde_spanned v0.6.7
12342024-09-09T21:51:48.309Z Compiling terminal_size v0.3.0
12352024-09-09T21:51:48.364Z Compiling addr2line v0.21.0
12362024-09-09T21:51:48.490Z Compiling postgres-protocol v0.6.7
12372024-09-09T21:51:48.755Z Compiling zerocopy-derive v0.6.6
12382024-09-09T21:51:49.000Z Compiling async-trait v0.1.82
12392024-09-09T21:51:49.022Z Compiling num-iter v0.1.45
12402024-09-09T21:51:49.793Z Compiling phf_shared v0.11.2
12412024-09-09T21:51:50.181Z Compiling serde_derive_internals v0.29.1
12422024-09-09T21:51:50.200Z Compiling ff v0.13.0
12432024-09-09T21:51:50.328Z Compiling object v0.32.2
12442024-09-09T21:51:50.424Z Compiling fs-err v2.11.0
12452024-09-09T21:51:50.710Z Compiling either v1.13.0
12462024-09-09T21:51:50.882Z Compiling rustc-demangle v0.1.24
12472024-09-09T21:51:50.982Z Compiling adler2 v2.0.0
12482024-09-09T21:51:51.269Z Compiling winnow v0.5.40
12492024-09-09T21:51:51.272Z Compiling managed v0.8.0
12502024-09-09T21:51:51.594Z Compiling bitflags v1.3.2
12512024-09-09T21:51:51.693Z Compiling tokio-util v0.7.11
12522024-09-09T21:51:51.784Z Compiling tokio-rustls v0.24.1
12532024-09-09T21:51:51.861Z Compiling anyhow v1.0.86
12542024-09-09T21:51:52.486Z Compiling schemars v0.8.21
12552024-09-09T21:51:52.812Z Compiling h2 v0.3.26
12562024-09-09T21:51:52.843Z Compiling tokio-native-tls v0.3.1
12572024-09-09T21:51:52.936Z Compiling base16ct v0.2.0
12582024-09-09T21:51:53.019Z Compiling base64 v0.21.7
12592024-09-09T21:51:53.169Z Compiling ipnet v2.9.0
12602024-09-09T21:51:53.281Z Compiling sec1 v0.7.3
12612024-09-09T21:51:53.770Z Compiling rustls-pemfile v1.0.4
12622024-09-09T21:51:53.865Z Compiling clap_builder v4.5.15
12632024-09-09T21:51:54.205Z Compiling schemars_derive v0.8.21
12642024-09-09T21:51:54.953Z Compiling toml_edit v0.19.15
12652024-09-09T21:51:54.973Z Compiling miniz_oxide v0.8.0
12662024-09-09T21:51:56.530Z Compiling zerocopy v0.6.6
12672024-09-09T21:51:56.760Z Compiling group v0.13.0
12682024-09-09T21:51:57.325Z Compiling phf v0.11.2
12692024-09-09T21:51:57.600Z Compiling cookie_store v0.20.0
12702024-09-09T21:51:57.616Z Compiling postgres-types v0.2.7
12712024-09-09T21:51:58.681Z Compiling usdt-attr-macro v0.5.0
12722024-09-09T21:51:59.116Z Compiling usdt-macro v0.5.0
12732024-09-09T21:51:59.134Z Compiling hubpack v0.1.2
12742024-09-09T21:51:59.600Z Compiling serde_urlencoded v0.7.1
12752024-09-09T21:52:00.108Z Compiling hyper v0.14.30
12762024-09-09T21:52:00.588Z Compiling pkcs1 v0.7.5
12772024-09-09T21:52:00.910Z Compiling futures-executor v0.3.30
12782024-09-09T21:52:01.293Z Compiling hkdf v0.12.4
12792024-09-09T21:52:01.450Z Compiling signature v2.2.0
12802024-09-09T21:52:01.542Z Compiling crypto-bigint v0.5.5
12812024-09-09T21:52:01.617Z Compiling regex v1.10.6
12822024-09-09T21:52:01.718Z Compiling bstr v1.9.1
12832024-09-09T21:52:02.693Z Compiling strum_macros v0.25.3
12842024-09-09T21:52:02.817Z Compiling enum-as-inner v0.6.0
12852024-09-09T21:52:03.098Z Compiling clap_derive v4.5.13
12862024-09-09T21:52:03.327Z Compiling serde_repr v0.1.19
12872024-09-09T21:52:03.581Z Compiling phf_shared v0.10.0
12882024-09-09T21:52:03.940Z Compiling float-cmp v0.9.0
12892024-09-09T21:52:03.994Z Compiling idna v0.4.0
12902024-09-09T21:52:04.155Z Compiling mio v0.8.11
12912024-09-09T21:52:04.541Z Compiling encoding_rs v0.8.34
12922024-09-09T21:52:05.407Z Compiling fixedbitset v0.4.2
12932024-09-09T21:52:05.510Z Compiling dyn-clone v1.0.17
12942024-09-09T21:52:05.734Z Compiling data-encoding v2.6.0
12952024-09-09T21:52:05.839Z Compiling unicode-segmentation v1.11.0
12962024-09-09T21:52:06.673Z Compiling new_debug_unreachable v1.0.6
12972024-09-09T21:52:06.760Z Compiling mime v0.3.17
12982024-09-09T21:52:06.779Z Compiling predicates-core v1.0.6
12992024-09-09T21:52:07.134Z Compiling hyper-tls v0.5.0
13002024-09-09T21:52:07.362Z Compiling hyper-rustls v0.24.2
13012024-09-09T21:52:07.494Z Compiling whoami v1.5.1
13022024-09-09T21:52:07.593Z Compiling webpki-roots v0.25.4
13032024-09-09T21:52:07.701Z Compiling difflib v0.4.0
13042024-09-09T21:52:07.753Z Compiling static_assertions v1.1.0
13052024-09-09T21:52:07.856Z Compiling precomputed-hash v0.1.1
13062024-09-09T21:52:08.015Z Compiling normalize-line-endings v0.3.0
13072024-09-09T21:52:08.078Z Compiling sync_wrapper v0.1.2
13082024-09-09T21:52:08.095Z Compiling bit-vec v0.6.3
13092024-09-09T21:52:08.136Z Compiling minimal-lexical v0.2.1
13102024-09-09T21:52:08.158Z Compiling predicates v3.1.2
13112024-09-09T21:52:08.206Z Compiling reqwest v0.11.27
13122024-09-09T21:52:08.567Z Compiling bit-set v0.5.3
13132024-09-09T21:52:08.678Z Compiling nom v7.1.3
13142024-09-09T21:52:08.850Z Compiling clap v4.5.16
13152024-09-09T21:52:08.969Z Compiling string_cache v0.8.7
13162024-09-09T21:52:09.002Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13172024-09-09T21:52:09.265Z Compiling tokio-postgres v0.7.11
13182024-09-09T21:52:09.446Z Compiling toml_edit v0.22.20
13192024-09-09T21:52:09.862Z Compiling similar v2.6.0
13202024-09-09T21:52:09.972Z Compiling hickory-proto v0.24.1
13212024-09-09T21:52:12.326Z Compiling petgraph v0.6.5
13222024-09-09T21:52:12.386Z Compiling console v0.15.8
13232024-09-09T21:52:13.909Z Compiling signal-hook-mio v0.2.4
13242024-09-09T21:52:14.081Z Compiling elliptic-curve v0.13.8
13252024-09-09T21:52:14.938Z Compiling usdt v0.5.0
13262024-09-09T21:52:15.011Z Compiling rsa v0.9.6
13272024-09-09T21:52:15.355Z Compiling futures v0.3.30
13282024-09-09T21:52:15.446Z Compiling flate2 v1.0.33
13292024-09-09T21:52:15.473Z Compiling toml v0.7.8
13302024-09-09T21:52:16.397Z Compiling tokio-stream v0.1.15
13312024-09-09T21:52:17.036Z Compiling itertools v0.10.5
13322024-09-09T21:52:17.180Z Compiling itertools v0.12.1
13332024-09-09T21:52:17.232Z Compiling openapiv3 v2.0.0
13342024-09-09T21:52:17.426Z Compiling hex v0.4.3
13352024-09-09T21:52:17.657Z Compiling sha1 v0.10.6
13362024-09-09T21:52:18.014Z Compiling crossbeam-epoch v0.9.18
13372024-09-09T21:52:18.108Z Compiling dirs-sys-next v0.1.2
13382024-09-09T21:52:18.762Z Compiling peg-runtime v0.8.3
13392024-09-09T21:52:18.787Z Compiling unicode-xid v0.2.4
13402024-09-09T21:52:18.959Z Compiling lalrpop-util v0.19.12
13412024-09-09T21:52:19.313Z Compiling dirs-next v2.0.0
13422024-09-09T21:52:19.432Z Compiling thread_local v1.1.8
13432024-09-09T21:52:19.631Z Compiling slog-async v2.8.0
13442024-09-09T21:52:19.849Z Compiling term v0.7.0
13452024-09-09T21:52:19.978Z Compiling xattr v1.3.1
13462024-09-09T21:52:20.107Z Compiling strum_macros v0.26.4
13472024-09-09T21:52:20.154Z Compiling crossbeam-channel v0.5.12
13482024-09-09T21:52:20.252Z Compiling filetime v0.2.25
13492024-09-09T21:52:20.302Z Compiling is-terminal v0.4.12
13502024-09-09T21:52:20.440Z Compiling take_mut v0.2.2
13512024-09-09T21:52:20.550Z Compiling tar v0.4.41
13522024-09-09T21:52:20.587Z Compiling slog-term v2.9.1
13532024-09-09T21:52:21.354Z Compiling camino v1.1.9
13542024-09-09T21:52:22.860Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13552024-09-09T21:52:23.373Z Compiling strum v0.26.3
13562024-09-09T21:52:23.416Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13572024-09-09T21:52:28.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
13582024-09-09T21:52:28.807Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13592024-09-09T21:52:28.847ZSep 09 21:52:28.191 INFO Starting download, target: Cockroach
13602024-09-09T21:52:28.847ZSep 09 21:52:28.191 INFO Starting download, target: Clickhouse
13612024-09-09T21:52:28.855ZSep 09 21:52:28.191 INFO Starting download, target: Console
13622024-09-09T21:52:28.855ZSep 09 21:52:28.191 INFO Starting download, target: DendriteOpenapi
13632024-09-09T21:52:28.855ZSep 09 21:52:28.191 INFO Starting download, target: DendriteStub
13642024-09-09T21:52:28.855ZSep 09 21:52:28.191 INFO Starting download, target: MaghemiteMgd
13652024-09-09T21:52:28.855ZSep 09 21:52:28.191 INFO Starting download, target: TransceiverControl
13662024-09-09T21:52:28.855ZSep 09 21:52:28.192 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13672024-09-09T21:52:28.855ZSep 09 21:52:28.192 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13682024-09-09T21:52:28.855ZSep 09 21:52:28.192 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13692024-09-09T21:52:28.855ZSep 09 21:52:28.192 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13702024-09-09T21:52:28.855ZSep 09 21:52:28.192 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13712024-09-09T21:52:28.855ZSep 09 21:52:28.192 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13722024-09-09T21:52:28.855ZSep 09 21:52:28.192 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13732024-09-09T21:52:29.102ZSep 09 21:52:28.439 INFO Download complete, target: DendriteOpenapi
13742024-09-09T21:52:29.343ZSep 09 21:52:28.667 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13752024-09-09T21:52:29.422ZSep 09 21:52:28.758 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13762024-09-09T21:52:29.794ZSep 09 21:52:29.136 INFO Download complete, target: Console
13772024-09-09T21:52:29.947ZSep 09 21:52:29.291 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13782024-09-09T21:52:29.956ZSep 09 21:52:29.296 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13792024-09-09T21:52:30.100ZSep 09 21:52:29.440 INFO Download complete, target: TransceiverControl
13802024-09-09T21:52:30.111ZSep 09 21:52:29.454 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13812024-09-09T21:52:30.112ZSep 09 21:52:29.454 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13822024-09-09T21:52:30.817ZSep 09 21:52:30.160 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13832024-09-09T21:52:33.015ZSep 09 21:52:32.357 INFO Download complete, target: DendriteStub
13842024-09-09T21:52:33.045ZSep 09 21:52:32.388 INFO Download complete, target: MaghemiteMgd
13852024-09-09T21:52:38.280ZSep 09 21:52:37.622 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13862024-09-09T21:52:38.591ZSep 09 21:52:37.933 INFO Checking that binary works, target: Cockroach
13872024-09-09T21:52:38.751ZSep 09 21:52:38.085 INFO Download complete, target: Cockroach
13882024-09-09T21:52:46.758ZSep 09 21:52:43.775 INFO Checking that binary works, target: Clickhouse
13892024-09-09T21:52:46.856ZSep 09 21:52:43.916 INFO Download complete, target: Clickhouse
13902024-09-09T21:52:46.856ZAll prerequisites installed successfully
13912024-09-09T21:52:46.857Z
13922024-09-09T21:52:46.857Zreal 3:26.739211151
13932024-09-09T21:52:46.857Zuser 11:18.029490634
13942024-09-09T21:52:46.857Zsys 2:24.953488680
13952024-09-09T21:52:46.857Ztrap 0.402700598
13962024-09-09T21:52:46.857Ztflt 1.379612703
13972024-09-09T21:52:46.857Zdflt 1.443253058
13982024-09-09T21:52:46.857Zkflt 0.021911617
13992024-09-09T21:52:46.857Zlock 22:09.598572580
14002024-09-09T21:52:46.857Zslp 42:55.139039461
14012024-09-09T21:52:46.857Zlat 42.221785096
14022024-09-09T21:52:46.857Zstop 1:50.219226589
14032024-09-09T21:52:46.857Z+ source ./tools/include/force-git-over-https.sh
14042024-09-09T21:52:46.857Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14052024-09-09T21:52:46.857Z++ (( i = 0 ))
14062024-09-09T21:52:46.857Z++ (( i < 5 ))
14072024-09-09T21:52:46.857Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14082024-09-09T21:52:46.857Z++ (( i++ ))
14092024-09-09T21:52:46.857Z++ (( i < 5 ))
14102024-09-09T21:52:46.857Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14112024-09-09T21:52:46.857Z++ (( i++ ))
14122024-09-09T21:52:46.857Z++ (( i < 5 ))
14132024-09-09T21:52:46.857Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14142024-09-09T21:52:46.857Z++ (( i++ ))
14152024-09-09T21:52:46.857Z++ (( i < 5 ))
14162024-09-09T21:52:46.857Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14172024-09-09T21:52:46.857Z++ (( i++ ))
14182024-09-09T21:52:46.857Z++ (( i < 5 ))
14192024-09-09T21:52:46.857Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14202024-09-09T21:52:46.857Z++ (( i++ ))
14212024-09-09T21:52:46.857Z++ (( i < 5 ))
14222024-09-09T21:52:46.857Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14232024-09-09T21:52:46.857Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14242024-09-09T21:52:46.857Z+ rc=0
14252024-09-09T21:52:46.857Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14262024-09-09T21:53:06.832Z+ case $rc in
14272024-09-09T21:53:06.832Z+ pfexec zfs create -p rpool/images/build/host
14282024-09-09T21:53:06.868Z+ pfexec zfs create -p rpool/images/build/recovery
14292024-09-09T21:53:06.868Z+ cargo xtask releng --output-dir /work
14302024-09-09T21:53:06.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14312024-09-09T21:53:06.868Z Running `target/debug/xtask releng --output-dir /work`
14322024-09-09T21:53:07.101Z Compiling proc-macro2 v1.0.86
14332024-09-09T21:53:07.101Z Compiling unicode-ident v1.0.12
14342024-09-09T21:53:07.105Z Compiling libc v0.2.158
14352024-09-09T21:53:07.105Z Compiling serde v1.0.208
14362024-09-09T21:53:07.105Z Compiling version_check v0.9.5
14372024-09-09T21:53:07.105Z Compiling autocfg v1.3.0
14382024-09-09T21:53:07.105Z Compiling cfg-if v1.0.0
14392024-09-09T21:53:07.105Z Compiling once_cell v1.19.0
14402024-09-09T21:53:07.524Z Compiling typenum v1.17.0
14412024-09-09T21:53:07.571Z Compiling memchr v2.7.2
14422024-09-09T21:53:07.940Z Compiling lock_api v0.4.12
14432024-09-09T21:53:07.961Z Compiling generic-array v0.14.7
14442024-09-09T21:53:08.302Z Compiling ahash v0.8.11
14452024-09-09T21:53:08.356Z Compiling serde_json v1.0.125
14462024-09-09T21:53:08.446Z Compiling libm v0.2.8
14472024-09-09T21:53:08.682Z Compiling num-traits v0.2.19
14482024-09-09T21:53:08.741Z Compiling parking_lot_core v0.9.10
14492024-09-09T21:53:08.838Z Compiling quote v1.0.36
14502024-09-09T21:53:08.987Z Compiling byteorder v1.5.0
14512024-09-09T21:53:09.227Z Compiling syn v2.0.74
14522024-09-09T21:53:09.419Z Compiling getrandom v0.2.14
14532024-09-09T21:53:09.439Z Compiling jobserver v0.1.32
14542024-09-09T21:53:09.502Z Compiling log v0.4.21
14552024-09-09T21:53:09.633Z Compiling scopeguard v1.2.0
14562024-09-09T21:53:09.802Z Compiling cc v1.0.97
14572024-09-09T21:53:09.853Z Compiling thiserror v1.0.63
14582024-09-09T21:53:09.929Z Compiling itoa v1.0.11
14592024-09-09T21:53:10.301Z Compiling slab v0.4.9
14602024-09-09T21:53:10.391Z Compiling rand_core v0.6.4
14612024-09-09T21:53:10.394Z Compiling pkg-config v0.3.30
14622024-09-09T21:53:10.886Z Compiling semver v1.0.23
14632024-09-09T21:53:11.122Z Compiling ryu v1.0.18
14642024-09-09T21:53:11.480Z Compiling pin-project-lite v0.2.14
14652024-09-09T21:53:11.533Z Compiling smallvec v1.13.2
14662024-09-09T21:53:11.555Z Compiling vcpkg v0.2.15
14672024-09-09T21:53:11.681Z Compiling allocator-api2 v0.2.18
14682024-09-09T21:53:12.177Z Compiling spin v0.9.8
14692024-09-09T21:53:12.351Z Compiling subtle v2.5.0
14702024-09-09T21:53:12.838Z Compiling const-oid v0.9.6
14712024-09-09T21:53:12.996Z Compiling signal-hook-registry v1.4.2
14722024-09-09T21:53:13.245Z Compiling ring v0.17.8
14732024-09-09T21:53:13.309Z Compiling openssl-sys v0.9.103
14742024-09-09T21:53:14.373Z Compiling rustix v0.38.34
14752024-09-09T21:53:14.870Z Compiling heck v0.5.0
14762024-09-09T21:53:15.063Z Compiling httparse v1.8.0
14772024-09-09T21:53:15.224Z Compiling schemars v0.8.21
14782024-09-09T21:53:15.335Z Compiling parking_lot v0.12.2
14792024-09-09T21:53:15.381Z Compiling mio v1.0.2
14802024-09-09T21:53:15.825Z Compiling futures-core v0.3.30
14812024-09-09T21:53:15.941Z Compiling num-conv v0.1.0
14822024-09-09T21:53:16.107Z Compiling time-core v0.1.2
14832024-09-09T21:53:16.143Z Compiling socket2 v0.5.7
14842024-09-09T21:53:16.292Z Compiling openssl v0.10.66
14852024-09-09T21:53:16.340Z Compiling time-macros v0.2.18
14862024-09-09T21:53:16.443Z Compiling fnv v1.0.7
14872024-09-09T21:53:16.607Z Compiling equivalent v1.0.1
14882024-09-09T21:53:16.799Z Compiling tinyvec_macros v0.1.1
14892024-09-09T21:53:16.970Z Compiling serde_derive_internals v0.29.1
14902024-09-09T21:53:16.974Z Compiling native-tls v0.2.11
14912024-09-09T21:53:17.383Z Compiling futures-sink v0.3.30
14922024-09-09T21:53:17.452Z Compiling rustls v0.21.12
14932024-09-09T21:53:17.562Z Compiling tinyvec v1.6.0
14942024-09-09T21:53:18.301Z Compiling crossbeam-utils v0.8.19
14952024-09-09T21:53:19.111Z Compiling cookie v0.17.0
14962024-09-09T21:53:19.302Z Compiling unicode-normalization v0.1.23
14972024-09-09T21:53:19.352Z Compiling iana-time-zone v0.1.60
14982024-09-09T21:53:19.395Z Compiling ucd-trie v0.1.6
14992024-09-09T21:53:19.423Z Compiling cpufeatures v0.2.12
15002024-09-09T21:53:19.864Z Compiling futures-channel v0.3.30
15012024-09-09T21:53:20.073Z Compiling unicode-bidi v0.3.15
15022024-09-09T21:53:20.119Z Compiling slog v2.7.0
15032024-09-09T21:53:20.342Z Compiling futures-io v0.3.30
15042024-09-09T21:53:20.398Z Compiling pin-utils v0.1.0
15052024-09-09T21:53:20.612Z Compiling syn v1.0.109
15062024-09-09T21:53:20.663Z Compiling futures-task v0.3.30
15072024-09-09T21:53:20.940Z Compiling aho-corasick v1.1.3
15082024-09-09T21:53:21.146Z Compiling untrusted v0.9.0
15092024-09-09T21:53:21.369Z Compiling regex-syntax v0.8.4
15102024-09-09T21:53:22.343Z Compiling crc32fast v1.4.0
15112024-09-09T21:53:22.428Z Compiling serde_derive v1.0.208
15122024-09-09T21:53:22.609Z Compiling zeroize_derive v1.4.2
15132024-09-09T21:53:22.974Z Compiling zerocopy-derive v0.7.34
15142024-09-09T21:53:23.190Z Compiling tokio-macros v2.4.0
15152024-09-09T21:53:24.099Z Compiling thiserror-impl v1.0.63
15162024-09-09T21:53:24.709Z Compiling zeroize v1.7.0
15172024-09-09T21:53:24.954Z Compiling zerocopy v0.7.34
15182024-09-09T21:53:25.590Z Compiling futures-macro v0.3.30
15192024-09-09T21:53:27.469Z Compiling crypto-common v0.1.6
15202024-09-09T21:53:27.517Z Compiling tracing-attributes v0.1.27
15212024-09-09T21:53:27.792Z Compiling hashbrown v0.14.5
15222024-09-09T21:53:27.823Z Compiling der_derive v0.7.2
15232024-09-09T21:53:28.562Z Compiling block-buffer v0.10.4
15242024-09-09T21:53:28.825Z Compiling digest v0.10.7
15252024-09-09T21:53:29.226Z Compiling schemars_derive v0.8.21
15262024-09-09T21:53:30.116Z Compiling openssl-macros v0.1.1
15272024-09-09T21:53:30.976Z Compiling scroll_derive v0.12.0
15282024-09-09T21:53:31.003Z Compiling hmac v0.12.1
15292024-09-09T21:53:31.223Z Compiling pest v2.7.10
15302024-09-09T21:53:31.289Z Compiling block-padding v0.3.3
15312024-09-09T21:53:31.556Z Compiling inout v0.1.3
15322024-09-09T21:53:31.605Z Compiling futures-util v0.3.30
15332024-09-09T21:53:32.192Z Compiling cipher v0.4.4
15342024-09-09T21:53:32.448Z Compiling sha2 v0.10.8
15352024-09-09T21:53:32.729Z Compiling regex-automata v0.4.6
15362024-09-09T21:53:33.376Z Compiling dyn-clone v1.0.17
15372024-09-09T21:53:34.348Z Compiling pest_meta v2.7.10
15382024-09-09T21:53:35.878Z Compiling pest_generator v2.7.10
15392024-09-09T21:53:37.226Z Compiling bytes v1.7.1
15402024-09-09T21:53:38.854Z Compiling bitflags v2.6.0
15412024-09-09T21:53:39.205Z Compiling tokio v1.39.3
15422024-09-09T21:53:39.495Z Compiling indexmap v2.4.0
15432024-09-09T21:53:40.891Z Compiling serde_tokenstream v0.2.2
15442024-09-09T21:53:41.147Z Compiling uuid v1.10.0
15452024-09-09T21:53:41.518Z Compiling chrono v0.4.38
15462024-09-09T21:53:41.610Z Compiling http v0.2.12
15472024-09-09T21:53:42.487Z Compiling rustc_version v0.4.0
15482024-09-09T21:53:43.180Z Compiling pest_derive v2.7.10
15492024-09-09T21:53:44.193Z Compiling usdt-impl v0.5.0
15502024-09-09T21:53:44.793Z Compiling heck v0.4.1
15512024-09-09T21:53:45.302Z Compiling powerfmt v0.2.0
15522024-09-09T21:53:45.388Z Compiling base64ct v1.6.0
15532024-09-09T21:53:45.439Z Compiling percent-encoding v2.3.1
15542024-09-09T21:53:46.042Z Compiling pem-rfc7468 v0.7.0
15552024-09-09T21:53:46.066Z Compiling deranged v0.3.11
15562024-09-09T21:53:46.082Z Compiling heapless v0.7.17
15572024-09-09T21:53:46.758Z Compiling scroll v0.12.0
15582024-09-09T21:53:47.041Z Compiling zerocopy-derive v0.6.6
15592024-09-09T21:53:48.373Z Compiling backtrace v0.3.71
15602024-09-09T21:53:48.569Z Compiling tokio-util v0.7.11
15612024-09-09T21:53:48.845Z Compiling tracing-core v0.1.32
15622024-09-09T21:53:49.142Z Compiling errno v0.3.9
15632024-09-09T21:53:49.444Z Compiling num_threads v0.1.7
15642024-09-09T21:53:49.800Z Compiling ppv-lite86 v0.2.17
15652024-09-09T21:53:50.934Z Compiling flagset v0.4.5
15662024-09-09T21:53:50.961Z Compiling plain v0.2.3
15672024-09-09T21:53:51.155Z Compiling num-bigint-dig v0.8.4
15682024-09-09T21:53:51.174Z Compiling der v0.7.9
15692024-09-09T21:53:51.174Z Compiling goblin v0.8.2
15702024-09-09T21:53:51.206Z Compiling time v0.3.36
15712024-09-09T21:53:51.247Z Compiling rand_chacha v0.3.1
15722024-09-09T21:53:52.260Z Compiling tracing v0.1.40
15732024-09-09T21:53:53.218Z Compiling regex v1.10.6
15742024-09-09T21:53:53.820Z Compiling salsa20 v0.10.2
15752024-09-09T21:53:54.068Z Compiling pbkdf2 v0.12.2
15762024-09-09T21:53:54.336Z Compiling async-trait v0.1.82
15772024-09-09T21:53:55.303Z Compiling pretty-hex v0.4.1
15782024-09-09T21:53:55.870Z Compiling rustversion v1.0.17
15792024-09-09T21:53:56.533Z Compiling strsim v0.11.1
15802024-09-09T21:53:57.371Z Compiling dof v0.3.0
15812024-09-09T21:53:58.258Z Compiling scrypt v0.11.0
15822024-09-09T21:53:58.398Z Compiling spki v0.7.3
15832024-09-09T21:53:58.862Z Compiling rand v0.8.5
15842024-09-09T21:53:58.865Z Compiling form_urlencoded v1.2.1
15852024-09-09T21:53:59.202Z Compiling dtrace-parser v0.2.0
15862024-09-09T21:53:59.397Z Compiling cbc v0.1.2
15872024-09-09T21:53:59.605Z Compiling aes v0.8.4
15882024-09-09T21:53:59.727Z Compiling thread-id v4.2.1
15892024-09-09T21:54:00.605Z Compiling unicode-width v0.1.13
15902024-09-09T21:54:00.825Z Compiling foreign-types-shared v0.1.1
15912024-09-09T21:54:01.050Z Compiling signal-hook v0.3.17
15922024-09-09T21:54:01.175Z Compiling try-lock v0.2.5
15932024-09-09T21:54:01.178Z Compiling smoltcp v0.9.1
15942024-09-09T21:54:01.361Z Compiling anyhow v1.0.86
15952024-09-09T21:54:01.404Z Compiling want v0.3.1
15962024-09-09T21:54:02.055Z Compiling foreign-types v0.3.2
15972024-09-09T21:54:02.403Z Compiling pkcs5 v0.7.1
15982024-09-09T21:54:06.262Z Compiling h2 v0.3.26
15992024-09-09T21:54:08.951Z Compiling http-body v0.4.6
16002024-09-09T21:54:09.220Z Compiling clap_derive v4.5.13
16012024-09-09T21:54:09.819Z Compiling httpdate v1.0.3
16022024-09-09T21:54:09.980Z Compiling base64 v0.21.7
16032024-09-09T21:54:10.619Z Compiling siphasher v0.3.11
16042024-09-09T21:54:11.004Z Compiling tower-service v0.3.2
16052024-09-09T21:54:14.687Z Compiling hyper v0.14.30
16062024-09-09T21:54:14.869Z Compiling pkcs8 v0.10.2
16072024-09-09T21:54:17.620Z Compiling sct v0.7.1
16082024-09-09T21:54:17.808Z Compiling rustls-webpki v0.101.7
16092024-09-09T21:54:19.371Z Compiling openapiv3 v2.0.0
16102024-09-09T21:54:19.997Z Compiling hubpack_derive v0.1.1
16112024-09-09T21:54:22.485Z Compiling idna v0.5.0
16122024-09-09T21:54:24.835Z Compiling fs-err v2.11.0
16132024-09-09T21:54:25.641Z Compiling finl_unicode v1.2.0
16142024-09-09T21:54:26.411Z Compiling anstyle v1.0.8
16152024-09-09T21:54:26.640Z Compiling openssl-probe v0.1.5
16162024-09-09T21:54:27.393Z Compiling utf8parse v0.2.1
16172024-09-09T21:54:27.593Z Compiling anstyle-parse v0.2.4
16182024-09-09T21:54:27.982Z Compiling stringprep v0.1.4
16192024-09-09T21:54:28.518Z Compiling url v2.5.2
16202024-09-09T21:54:33.373Z Compiling usdt-attr-macro v0.5.0
16212024-09-09T21:54:34.317Z Compiling usdt-macro v0.5.0
16222024-09-09T21:54:35.795Z Compiling serde_spanned v0.6.7
16232024-09-09T21:54:35.883Z Compiling toml_datetime v0.6.8
16242024-09-09T21:54:36.062Z Compiling md-5 v0.10.6
16252024-09-09T21:54:36.372Z Compiling regress v0.9.1
16262024-09-09T21:54:36.502Z Compiling idna v0.3.0
16272024-09-09T21:54:38.119Z Compiling lazy_static v1.5.0
16282024-09-09T21:54:38.153Z Compiling num-integer v0.1.46
16292024-09-09T21:54:38.324Z Compiling hash32 v0.2.1
16302024-09-09T21:54:38.691Z Compiling encoding_rs v0.8.34
16312024-09-09T21:54:38.867Z Compiling stable_deref_trait v1.2.0
16322024-09-09T21:54:38.985Z Compiling anstyle-query v1.0.3
16332024-09-09T21:54:39.135Z Compiling colorchoice v1.0.1
16342024-09-09T21:54:39.294Z Compiling mime v0.3.17
16352024-09-09T21:54:40.407Z Compiling fallible-iterator v0.2.0
16362024-09-09T21:54:40.485Z Compiling psl-types v2.0.11
16372024-09-09T21:54:40.556Z Compiling gimli v0.28.1
16382024-09-09T21:54:40.687Z Compiling base64 v0.22.1
16392024-09-09T21:54:41.170Z Compiling is_terminal_polyfill v1.70.0
16402024-09-09T21:54:41.241Z Compiling adler v1.0.2
16412024-09-09T21:54:41.340Z Compiling anstream v0.6.14
16422024-09-09T21:54:41.448Z Compiling miniz_oxide v0.7.2
16432024-09-09T21:54:41.520Z Compiling publicsuffix v2.2.3
16442024-09-09T21:54:41.834Z Compiling postgres-protocol v0.6.7
16452024-09-09T21:54:42.151Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16462024-09-09T21:54:42.998Z Compiling num-iter v0.1.45
16472024-09-09T21:54:45.370Z Compiling addr2line v0.21.0
16482024-09-09T21:54:45.639Z Compiling tokio-rustls v0.24.1
16492024-09-09T21:54:46.269Z Compiling terminal_size v0.3.0
16502024-09-09T21:54:46.482Z Compiling tokio-native-tls v0.3.1
16512024-09-09T21:54:46.749Z Compiling phf_shared v0.11.2
16522024-09-09T21:54:46.795Z Compiling strum_macros v0.25.3
16532024-09-09T21:54:47.179Z Compiling serde_urlencoded v0.7.1
16542024-09-09T21:54:47.823Z Compiling enum-as-inner v0.6.0
16552024-09-09T21:54:49.429Z Compiling serde_repr v0.1.19
16562024-09-09T21:54:49.481Z Compiling ff v0.13.0
16572024-09-09T21:54:49.498Z Compiling object v0.32.2
16582024-09-09T21:54:49.715Z Compiling bitflags v1.3.2
16592024-09-09T21:54:49.833Z Compiling adler2 v2.0.0
16602024-09-09T21:54:50.538Z Compiling base16ct v0.2.0
16612024-09-09T21:54:50.837Z Compiling clap_lex v0.7.0
16622024-09-09T21:54:51.063Z Compiling ipnet v2.9.0
16632024-09-09T21:54:51.125Z Compiling managed v0.8.0
16642024-09-09T21:54:51.271Z Compiling winnow v0.5.40
16652024-09-09T21:54:51.574Z Compiling either v1.13.0
16662024-09-09T21:54:52.010Z Compiling rustc-demangle v0.1.24
16672024-09-09T21:54:52.790Z Compiling rustls-pemfile v1.0.4
16682024-09-09T21:54:53.172Z Compiling clap_builder v4.5.15
16692024-09-09T21:54:54.050Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16702024-09-09T21:54:54.209Z Compiling sec1 v0.7.3
16712024-09-09T21:54:54.752Z Compiling miniz_oxide v0.8.0
16722024-09-09T21:54:54.862Z Compiling toml_edit v0.19.15
16732024-09-09T21:54:55.094Z Compiling group v0.13.0
16742024-09-09T21:54:57.503Z Compiling phf v0.11.2
16752024-09-09T21:54:57.814Z Compiling hyper-tls v0.5.0
16762024-09-09T21:54:58.231Z Compiling hyper-rustls v0.24.2
16772024-09-09T21:54:58.598Z Compiling cookie_store v0.20.0
16782024-09-09T21:54:59.129Z Compiling postgres-types v0.2.7
16792024-09-09T21:54:59.758Z Compiling hubpack v0.1.2
16802024-09-09T21:54:59.947Z Compiling pkcs1 v0.7.5
16812024-09-09T21:55:00.211Z Compiling phf_shared v0.10.0
16822024-09-09T21:55:00.601Z Compiling zerocopy v0.6.6
16832024-09-09T21:55:00.669Z Compiling futures-executor v0.3.30
16842024-09-09T21:55:00.849Z Compiling bstr v1.9.1
16852024-09-09T21:55:00.905Z Compiling hkdf v0.12.4
16862024-09-09T21:55:01.073Z Compiling signature v2.2.0
16872024-09-09T21:55:01.147Z Compiling crypto-bigint v0.5.5
16882024-09-09T21:55:01.240Z Compiling idna v0.4.0
16892024-09-09T21:55:01.372Z Compiling float-cmp v0.9.0
16902024-09-09T21:55:01.450Z Compiling mio v0.8.11
16912024-09-09T21:55:01.582Z Compiling memmap v0.7.0
16922024-09-09T21:55:01.893Z Compiling webpki-roots v0.25.4
16932024-09-09T21:55:02.071Z Compiling whoami v1.5.1
16942024-09-09T21:55:02.470Z Compiling sync_wrapper v0.1.2
16952024-09-09T21:55:02.612Z Compiling bit-vec v0.6.3
16962024-09-09T21:55:02.783Z Compiling static_assertions v1.1.0
16972024-09-09T21:55:02.803Z Compiling normalize-line-endings v0.3.0
16982024-09-09T21:55:02.849Z Compiling minimal-lexical v0.2.1
16992024-09-09T21:55:02.885Z Compiling predicates-core v1.0.6
17002024-09-09T21:55:02.905Z Compiling precomputed-hash v0.1.1
17012024-09-09T21:55:02.928Z Compiling winnow v0.6.18
17022024-09-09T21:55:03.023Z Compiling unicode-segmentation v1.11.0
17032024-09-09T21:55:03.026Z Compiling difflib v0.4.0
17042024-09-09T21:55:03.177Z Compiling data-encoding v2.6.0
17052024-09-09T21:55:03.826Z Compiling new_debug_unreachable v1.0.6
17062024-09-09T21:55:03.851Z Compiling fixedbitset v0.4.2
17072024-09-09T21:55:04.232Z Compiling petgraph v0.6.5
17082024-09-09T21:55:04.270Z Compiling reqwest v0.11.27
17092024-09-09T21:55:04.408Z Compiling elliptic-curve v0.13.8
17102024-09-09T21:55:04.634Z Compiling string_cache v0.8.7
17112024-09-09T21:55:04.912Z Compiling hickory-proto v0.24.1
17122024-09-09T21:55:05.061Z Compiling similar v2.6.0
17132024-09-09T21:55:05.116Z Compiling predicates v3.1.2
17142024-09-09T21:55:05.156Z Compiling nom v7.1.3
17152024-09-09T21:55:06.533Z Compiling toml_edit v0.22.20
17162024-09-09T21:55:06.553Z Compiling bit-set v0.5.3
17172024-09-09T21:55:06.851Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17182024-09-09T21:55:08.942Z Compiling tokio-postgres v0.7.11
17192024-09-09T21:55:09.362Z Compiling signal-hook-mio v0.2.4
17202024-09-09T21:55:09.546Z Compiling usdt v0.5.0
17212024-09-09T21:55:11.315Z Compiling rsa v0.9.6
17222024-09-09T21:55:12.916Z Compiling futures v0.3.30
17232024-09-09T21:55:13.600Z Compiling toml v0.7.8
17242024-09-09T21:55:13.762Z Compiling clap v4.5.16
17252024-09-09T21:55:13.897Z Compiling flate2 v1.0.33
17262024-09-09T21:55:13.920Z Compiling crossbeam-epoch v0.9.18
17272024-09-09T21:55:13.920Z Compiling itertools v0.10.5
17282024-09-09T21:55:14.180Z Compiling itertools v0.12.1
17292024-09-09T21:55:14.639Z Compiling console v0.15.8
17302024-09-09T21:55:15.414Z Compiling tokio-stream v0.1.15
17312024-09-09T21:55:15.994Z Compiling hex v0.4.3
17322024-09-09T21:55:16.749Z Compiling sha1 v0.10.6
17332024-09-09T21:55:17.328Z Compiling unicode-xid v0.2.4
17342024-09-09T21:55:17.750Z Compiling lalrpop-util v0.19.12
17352024-09-09T21:55:18.083Z Compiling peg-runtime v0.8.3
17362024-09-09T21:55:18.151Z Compiling radium v0.7.0
17372024-09-09T21:55:18.600Z Compiling camino v1.1.9
17382024-09-09T21:55:18.603Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17392024-09-09T21:55:23.661Z Compiling is-terminal v0.4.12
17402024-09-09T21:55:27.024Z Compiling ident_case v1.0.1
17412024-09-09T21:55:27.213Z Compiling maybe-uninit v2.0.0
17422024-09-09T21:55:27.699Z Compiling rustls-pki-types v1.7.0
17432024-09-09T21:55:28.876Z Compiling tap v1.0.1
17442024-09-09T21:55:29.063Z Compiling wyz v0.5.1
17452024-09-09T21:55:31.736Z Compiling darling_core v0.20.9
17462024-09-09T21:55:43.850Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17472024-09-09T21:55:44.135Z Compiling getopts v0.2.21
17482024-09-09T21:55:44.938Z Compiling bzip2-sys v0.1.11+1.0.8
17492024-09-09T21:55:45.416Z Compiling dirs-sys-next v0.1.2
17502024-09-09T21:55:45.577Z Compiling unsafe-libyaml v0.2.11
17512024-09-09T21:55:46.497Z Compiling paste v1.0.15
17522024-09-09T21:55:46.976Z Compiling rustls v0.22.4
17532024-09-09T21:55:47.290Z Compiling funty v2.0.0
17542024-09-09T21:55:47.567Z Compiling packed_struct v0.10.1
17552024-09-09T21:55:49.393Z Compiling bitvec v1.0.1
17562024-09-09T21:55:49.845Z Compiling serde_yaml v0.9.34+deprecated
17572024-09-09T21:55:49.878Z Compiling dirs-next v2.0.0
17582024-09-09T21:55:53.523Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17592024-09-09T21:55:54.884Z Compiling darling_macro v0.20.9
17602024-09-09T21:55:55.914Z Compiling rustls-webpki v0.102.4
17612024-09-09T21:55:58.246Z Compiling packed_struct_codegen v0.10.1
17622024-09-09T21:55:58.522Z Compiling structmeta-derive v0.3.0
17632024-09-09T21:56:00.028Z Compiling thread_local v1.1.8
17642024-09-09T21:56:00.228Z Compiling indexmap v1.9.3
17652024-09-09T21:56:00.529Z Compiling multer v3.1.0
17662024-09-09T21:56:00.594Z Compiling match_cfg v0.1.0
17672024-09-09T21:56:00.730Z Compiling rayon-core v1.12.1
17682024-09-09T21:56:00.867Z Compiling slog-async v2.8.0
17692024-09-09T21:56:01.037Z Compiling crc-catalog v2.4.0
17702024-09-09T21:56:01.113Z Compiling nodrop v0.1.14
17712024-09-09T21:56:01.131Z Compiling fastrand v2.1.0
17722024-09-09T21:56:01.190Z Compiling structmeta v0.3.0
17732024-09-09T21:56:01.193Z Compiling crc v3.2.1
17742024-09-09T21:56:01.300Z Compiling array-init v0.0.4
17752024-09-09T21:56:01.578Z Compiling tempfile v3.10.1
17762024-09-09T21:56:02.608Z Compiling hostname v0.3.1
17772024-09-09T21:56:03.145Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17782024-09-09T21:56:04.437Z Compiling smallvec v0.6.14
17792024-09-09T21:56:04.953Z Compiling darling v0.20.9
17802024-09-09T21:56:05.088Z Compiling term v0.7.0
17812024-09-09T21:56:07.298Z Compiling crossbeam-deque v0.8.5
17822024-09-09T21:56:07.689Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17832024-09-09T21:56:09.185Z Compiling slog-json v2.6.1
17842024-09-09T21:56:09.645Z Compiling crossbeam-channel v0.5.12
17852024-09-09T21:56:10.127Z Compiling http v1.1.0
17862024-09-09T21:56:12.050Z Compiling pin-project-internal v1.1.5
17872024-09-09T21:56:13.979Z Compiling async-stream-impl v0.3.5
17882024-09-09T21:56:15.215Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17892024-09-09T21:56:15.545Z Compiling take_mut v0.2.2
17902024-09-09T21:56:17.049Z Compiling termcolor v1.4.1
17912024-09-09T21:56:18.030Z Compiling same-file v1.0.6
17922024-09-09T21:56:18.197Z Compiling bitfield v0.14.0
17932024-09-09T21:56:18.964Z Compiling atomic-waker v1.1.2
17942024-09-09T21:56:19.308Z Compiling hashbrown v0.12.3
17952024-09-09T21:56:24.905Z Compiling waitgroup v0.1.2
17962024-09-09T21:56:26.527Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17972024-09-09T21:56:29.999Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17982024-09-09T21:56:30.241Z Compiling walkdir v2.5.0
17992024-09-09T21:56:33.575Z Compiling env_logger v0.10.2
18002024-09-09T21:56:35.791Z Compiling async-stream v0.3.5
18012024-09-09T21:56:36.122Z Compiling pin-project v1.1.5
18022024-09-09T21:56:37.076Z Compiling slog-bunyan v2.5.0
18032024-09-09T21:56:37.330Z Compiling tokio-rustls v0.25.0
18042024-09-09T21:56:37.698Z Compiling slog-term v2.9.1
18052024-09-09T21:56:37.794Z Compiling serde_with_macros v3.9.0
18062024-09-09T21:56:38.654Z Compiling serde-hex v0.1.0
18072024-09-09T21:56:38.858Z Compiling bzip2 v0.4.4
18082024-09-09T21:56:39.318Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18092024-09-09T21:56:39.640Z Compiling parse-display-derive v0.10.0
18102024-09-09T21:56:40.298Z Compiling toml v0.8.19
18112024-09-09T21:56:40.409Z Compiling rustls-pemfile v2.1.3
18122024-09-09T21:56:43.523Z Compiling x509-cert v0.2.5
18132024-09-09T21:56:43.714Z Compiling ron v0.8.1
18142024-09-09T21:56:43.747Z Compiling ipnetwork v0.20.0
18152024-09-09T21:56:44.354Z Compiling newtype-uuid v1.1.0
18162024-09-09T21:56:44.701Z Compiling strum_macros v0.26.4
18172024-09-09T21:56:44.798Z Compiling xattr v1.3.1
18182024-09-09T21:56:45.125Z Compiling snafu-derive v0.8.2
18192024-09-09T21:56:46.370Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18202024-09-09T21:56:47.298Z Compiling serde_path_to_error v0.1.16
18212024-09-09T21:56:47.478Z Compiling hashbrown v0.13.2
18222024-09-09T21:56:48.318Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18232024-09-09T21:56:48.811Z Compiling blake3 v1.5.1
18242024-09-09T21:56:49.061Z Compiling ring v0.16.20
18252024-09-09T21:56:49.219Z Compiling filetime v0.2.25
18262024-09-09T21:56:49.383Z Compiling hostname v0.4.0
18272024-09-09T21:56:49.572Z Compiling instant v0.1.12
18282024-09-09T21:56:49.645Z Compiling crc-any v2.5.0
18292024-09-09T21:56:49.735Z Compiling buf-list v1.0.3
18302024-09-09T21:56:50.068Z Compiling debug-ignore v1.0.5
18312024-09-09T21:56:50.251Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18322024-09-09T21:56:50.369Z Compiling snafu v0.8.2
18332024-09-09T21:56:50.577Z Compiling backoff v0.4.0
18342024-09-09T21:56:50.896Z Compiling tar v0.4.41
18352024-09-09T21:56:51.594Z Compiling strum v0.26.3
18362024-09-09T21:56:51.612Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18372024-09-09T21:56:51.786Z Compiling object v0.30.4
18382024-09-09T21:56:51.827Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18392024-09-09T21:56:53.503Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18402024-09-09T21:56:54.057Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18412024-09-09T21:56:54.728Z Compiling parse-display v0.10.0
18422024-09-09T21:56:56.042Z Compiling serde_with v3.9.0
18432024-09-09T21:56:56.175Z Compiling zip v0.6.6
18442024-09-09T21:56:56.647Z Compiling rayon v1.10.0
18452024-09-09T21:56:57.651Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18462024-09-09T21:56:58.404Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18472024-09-09T21:56:58.905Z Compiling camino-tempfile v1.1.1
18482024-09-09T21:56:59.698Z Compiling globset v0.4.14
18492024-09-09T21:57:00.285Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18502024-09-09T21:57:00.487Z Compiling pem v3.0.4
18512024-09-09T21:57:02.014Z Compiling olpc-cjson v0.1.3
18522024-09-09T21:57:02.333Z Compiling macaddr v1.0.1
18532024-09-09T21:57:02.353Z Compiling serde_plain v1.0.2
18542024-09-09T21:57:02.869Z Compiling async-recursion v1.1.1
18552024-09-09T21:57:02.931Z Compiling memmap2 v0.9.4
18562024-09-09T21:57:03.488Z Compiling typed-path v0.7.1
18572024-09-09T21:57:04.367Z Compiling arrayref v0.3.7
18582024-09-09T21:57:04.486Z Compiling arrayvec v0.7.4
18592024-09-09T21:57:04.626Z Compiling untrusted v0.7.1
18602024-09-09T21:57:04.825Z Compiling constant_time_eq v0.3.0
18612024-09-09T21:57:04.965Z Compiling path-slash v0.1.5
18622024-09-09T21:57:05.021Z Compiling spin v0.5.2
18632024-09-09T21:57:05.208Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18642024-09-09T21:57:07.283Z Compiling tough v0.17.1
18652024-09-09T21:57:09.421Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18662024-09-09T21:57:10.672Z Compiling itertools v0.13.0
18672024-09-09T21:57:10.902Z Compiling cargo-platform v0.1.8
18682024-09-09T21:57:11.994Z Compiling parse-size v1.0.0
18692024-09-09T21:57:12.286Z Compiling topological-sort v0.2.2
18702024-09-09T21:57:12.564Z Compiling omicron-zone-package v0.11.0
18712024-09-09T21:57:12.616Z Compiling cargo_metadata v0.18.1
18722024-09-09T21:57:14.292Z Compiling shell-words v1.1.0
18732024-09-09T21:57:22.173Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18742024-09-09T21:57:33.626Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18752024-09-09T21:57:47.651Z Finished `release` profile [optimized] target(s) in 4m 41s
18762024-09-09T21:57:47.801Z Running `target/release/omicron-releng --output-dir /work`
18772024-09-09T21:57:47.844ZSep 09 21:57:47.121 DEBG changing working directory to /work/oxidecomputer/omicron
18782024-09-09T21:57:47.934ZSep 09 21:57:47.214 DEBG running: git rev-parse HEAD
18792024-09-09T21:57:47.941ZSep 09 21:57:47.220 DEBG process exited with exit status: 0 (6.189445ms)
18802024-09-09T21:57:47.941ZSep 09 21:57:47.220 INFO version: 10.0.0-0.ci+git61160bbb9bc
18812024-09-09T21:57:47.980ZSep 09 21:57:47.259 INFO cloning helios to /work/oxidecomputer/helios
18822024-09-09T21:57:47.980ZSep 09 21:57:47.259 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18832024-09-09T21:57:47.985ZCloning into '/work/oxidecomputer/helios'...
18842024-09-09T21:57:48.478ZSep 09 21:57:47.757 DEBG process exited with exit status: 0 (497.318361ms)
18852024-09-09T21:57:48.478ZSep 09 21:57:47.757 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18862024-09-09T21:57:48.485Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
18872024-09-09T21:57:48.485Z# branch.head master
18882024-09-09T21:57:48.485Z# branch.upstream origin/master
18892024-09-09T21:57:48.485Z# branch.ab +0 -0
18902024-09-09T21:57:48.488ZSep 09 21:57:47.765 DEBG process exited with exit status: 0 (7.774615ms)
18912024-09-09T21:57:48.488ZSep 09 21:57:47.765 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18922024-09-09T21:57:49.193ZSep 09 21:57:48.472 DEBG process exited with exit status: 0 (707.346465ms)
18932024-09-09T21:57:49.194ZSep 09 21:57:48.472 DEBG running: zfs list rpool/images/build/host
18942024-09-09T21:57:49.200ZNAME USED AVAIL REFER MOUNTPOINT
18952024-09-09T21:57:49.200Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
18962024-09-09T21:57:49.202ZSep 09 21:57:48.480 DEBG process exited with exit status: 0 (7.224715ms)
18972024-09-09T21:57:49.202ZSep 09 21:57:48.480 DEBG running: zfs list rpool/images/build/recovery
18982024-09-09T21:57:49.206ZNAME USED AVAIL REFER MOUNTPOINT
18992024-09-09T21:57:49.206Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
19002024-09-09T21:57:49.209ZSep 09 21:57:48.486 DEBG process exited with exit status: 0 (6.123367ms)
19012024-09-09T21:57:49.209ZSep 09 21:57:48.487 INFO [hubris-production] running task
19022024-09-09T21:57:49.209ZSep 09 21:57:48.487 INFO [hubris-staging] running task
19032024-09-09T21:57:49.209ZSep 09 21:57:48.487 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
19042024-09-09T21:57:49.212ZSep 09 21:57:48.491 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19052024-09-09T21:57:49.281Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19062024-09-09T21:57:49.740Z[ omicron-package] Blocking waiting for file lock on package cache
19072024-09-09T21:57:50.334Z[ omicron-package] Blocking waiting for file lock on package cache
19082024-09-09T21:57:50.621ZSep 09 21:57:49.900 INFO [hubris-production] task succeeded (1.412706534s)
19092024-09-09T21:57:50.623Z[ omicron-package] Blocking waiting for file lock on package cache
19102024-09-09T21:57:51.385Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19112024-09-09T21:57:51.388Z[ omicron-package] Compiling heapless v0.8.0
19122024-09-09T21:57:51.388Z[ omicron-package] Compiling hash32 v0.3.1
19132024-09-09T21:57:51.388Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19142024-09-09T21:57:51.388Z[ omicron-package] Compiling smoltcp v0.11.0
19152024-09-09T21:57:51.388Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19162024-09-09T21:57:51.624Z[ omicron-package] Compiling cobs v0.2.3
19172024-09-09T21:57:51.627Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19182024-09-09T21:57:52.352Z[ omicron-package] Compiling embedded-io v0.4.0
19192024-09-09T21:57:52.934Z[ omicron-package] Compiling postcard v1.0.8
19202024-09-09T21:57:53.026Z[ omicron-package] Compiling proc-macro-error v1.0.4
19212024-09-09T21:57:53.026Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19222024-09-09T21:57:53.029Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19232024-09-09T21:57:53.111Z[ omicron-package] Compiling num_enum_derive v0.5.11
19242024-09-09T21:57:53.113Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19252024-09-09T21:57:53.649Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19262024-09-09T21:57:53.770Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19272024-09-09T21:57:54.732Z[ omicron-package] Compiling tabwriter v1.4.0
19282024-09-09T21:57:54.732Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19292024-09-09T21:57:54.985Z[ omicron-package] Compiling cstr-argument v0.1.2
19302024-09-09T21:57:55.083Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19312024-09-09T21:57:55.675Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19322024-09-09T21:57:55.926Z[ omicron-package] Compiling foreign-types v0.5.0
19332024-09-09T21:57:56.109Z[ omicron-package] Compiling pretty-hex v0.2.1
19342024-09-09T21:57:56.187Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19352024-09-09T21:57:56.481Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19362024-09-09T21:57:57.184Z[ omicron-package] Compiling colored v2.1.0
19372024-09-09T21:57:57.186Z[ omicron-package] Compiling socket2 v0.4.10
19382024-09-09T21:57:57.383Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19392024-09-09T21:57:57.525Z[ omicron-package] Compiling num_enum v0.5.11
19402024-09-09T21:57:57.974Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19412024-09-09T21:57:58.018Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
19422024-09-09T21:57:58.164Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19432024-09-09T21:57:58.334Z[ omicron-package] Compiling sigpipe v0.1.3
19442024-09-09T21:57:58.463Z[ omicron-package] Compiling num-derive v0.4.2
19452024-09-09T21:57:59.006Z[ omicron-package] Compiling libefi-sys v0.1.0
19462024-09-09T21:57:59.131Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19472024-09-09T21:57:59.302ZSep 09 21:57:58.579 INFO [hubris-staging] task succeeded (10.091991008s)
19482024-09-09T21:57:59.400Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19492024-09-09T21:58:00.004Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19502024-09-09T21:58:00.143Z[ omicron-package] Compiling smf v0.2.3
19512024-09-09T21:58:00.261Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19522024-09-09T21:58:00.429Z[ omicron-package] Compiling zone v0.3.0
19532024-09-09T21:58:00.773Z[ omicron-package] Compiling bitfield-struct v0.6.1
19542024-09-09T21:58:01.247Z[ omicron-package] Compiling portable-atomic v1.6.0
19552024-09-09T21:58:02.886Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
19562024-09-09T21:58:03.812Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19572024-09-09T21:58:04.002Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19582024-09-09T21:58:05.331Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19592024-09-09T21:58:05.734Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19602024-09-09T21:58:05.763Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19612024-09-09T21:58:05.974Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19622024-09-09T21:58:06.859Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19632024-09-09T21:58:07.023Z[ omicron-package] Compiling gethostname v0.5.0
19642024-09-09T21:58:07.854Z[ omicron-package] Compiling number_prefix v0.4.0
19652024-09-09T21:58:08.730Z[ omicron-package] Compiling indicatif v0.17.8
19662024-09-09T21:58:09.694Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19672024-09-09T21:58:12.947Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19682024-09-09T21:58:13.569Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19692024-09-09T21:58:15.118Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19702024-09-09T21:58:32.121Z[ helios-setup] Sep 09 21:58:31.391 INFO helios repository root is: /work/oxidecomputer/helios
19712024-09-09T21:58:32.124Z[ helios-setup] Sep 09 21:58:31.393 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
19722024-09-09T21:58:32.124Z[ helios-setup] Sep 09 21:58:31.393 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19732024-09-09T21:58:32.130Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19742024-09-09T21:58:32.681Z[ helios-setup] Sep 09 21:58:31.951 INFO clone ok!, project: pinprick
19752024-09-09T21:58:32.683Z[ helios-setup] Sep 09 21:58:31.951 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
19762024-09-09T21:58:32.683Z[ helios-setup] Sep 09 21:58:31.951 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
19772024-09-09T21:58:32.686Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
19782024-09-09T21:58:33.185Z[ helios-setup] Sep 09 21:58:32.455 INFO clone ok!, project: image-builder
19792024-09-09T21:58:33.188Z[ helios-setup] Sep 09 21:58:32.455 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
19802024-09-09T21:58:33.188Z[ helios-setup] Sep 09 21:58:32.455 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19812024-09-09T21:58:33.191Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19822024-09-09T21:58:33.730Z[ helios-setup] Sep 09 21:58:32.998 INFO clone ok!, project: phbl
19832024-09-09T21:58:33.732Z[ helios-setup] Sep 09 21:58:32.999 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
19842024-09-09T21:58:33.732Z[ helios-setup] Sep 09 21:58:32.999 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19852024-09-09T21:58:33.732Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
19862024-09-09T21:58:34.285Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.05s
19872024-09-09T21:58:34.479Z[ helios-setup] Sep 09 21:58:33.749 INFO clone ok!, project: pilot
19882024-09-09T21:58:34.482Z[ helios-setup] Sep 09 21:58:33.749 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
19892024-09-09T21:58:34.482Z[ helios-setup] Sep 09 21:58:33.749 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
19902024-09-09T21:58:34.483Z[ helios-setup] Sep 09 21:58:33.749 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19912024-09-09T21:58:34.485Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19922024-09-09T21:58:34.503Z[ omicron-package]
19932024-09-09T21:58:34.503Z[ omicron-package] real 45.242945304
19942024-09-09T21:58:34.506Z[ omicron-package] user 2:44.961730292
19952024-09-09T21:58:34.506Z[ omicron-package] sys 21.976828360
19962024-09-09T21:58:34.506Z[ omicron-package] trap 0.157126901
19972024-09-09T21:58:34.506Z[ omicron-package] tflt 0.555764508
19982024-09-09T21:58:34.506Z[ omicron-package] dflt 0.548734667
19992024-09-09T21:58:34.506Z[ omicron-package] kflt 0.000131174
20002024-09-09T21:58:34.506Z[ omicron-package] lock 5:14.150884620
20012024-09-09T21:58:34.506ZSep 09 21:58:33.774 INFO [omicron-package] process exited with exit status: 0 (45.286256171s)
20022024-09-09T21:58:34.506Z[ omicron-package] slp 8:59.612474197
20032024-09-09T21:58:34.506Z[ omicron-package] lat 1:36.160734757
20042024-09-09T21:58:34.506Z[ omicron-package] stop 59.364346048
20052024-09-09T21:58:34.506ZSep 09 21:58:33.774 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
20062024-09-09T21:58:34.548ZSep 09 21:58:33.817 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20072024-09-09T21:58:34.558Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20082024-09-09T21:58:34.560Z[ host-target] Created new build target 'host' and set it as active
20092024-09-09T21:58:34.560ZSep 09 21:58:33.830 INFO [host-target] process exited with exit status: 0 (55.652314ms)
20102024-09-09T21:58:34.560Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20112024-09-09T21:58:34.560ZSep 09 21:58:33.830 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20122024-09-09T21:58:34.564Z[ recovery-target] Created new build target 'recovery' and set it as active
20132024-09-09T21:58:34.567ZSep 09 21:58:33.835 INFO [recovery-target] process exited with exit status: 0 (18.024175ms)
20142024-09-09T21:58:34.572Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20152024-09-09T21:58:35.736Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20162024-09-09T21:58:35.736Z[ host-package] Compiling convert_case v0.4.0
20172024-09-09T21:58:35.736Z[ host-package] Compiling camino v1.1.9
20182024-09-09T21:58:35.739Z[ host-package] Compiling newline-converter v0.3.0
20192024-09-09T21:58:35.739Z[ host-package] Compiling password-hash v0.5.0
20202024-09-09T21:58:35.739Z[ host-package] Compiling blake2 v0.10.6
20212024-09-09T21:58:35.739Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20222024-09-09T21:58:35.864Z[ host-package] Compiling cancel-safe-futures v0.1.5
20232024-09-09T21:58:36.090Z[ host-package] Compiling derive-where v1.2.7
20242024-09-09T21:58:36.196Z[ host-package] Compiling expectorate v1.1.0
20252024-09-09T21:58:36.415Z[ host-package] Compiling libsw v3.3.1
20262024-09-09T21:58:36.707Z[ host-package] Compiling argon2 v0.5.3
20272024-09-09T21:58:36.727Z[ host-package] Compiling derive_more v0.99.18
20282024-09-09T21:58:36.754Z[ host-package] Compiling indent_write v2.2.0
20292024-09-09T21:58:36.989Z[ host-package] Compiling swrite v0.1.0
20302024-09-09T21:58:37.011Z[ host-package] Compiling owo-colors v4.0.0
20312024-09-09T21:58:37.037Z[ host-package] Compiling linear-map v1.2.0
20322024-09-09T21:58:37.138Z[ host-package] Compiling humantime v2.1.0
20332024-09-09T21:58:37.265Z[ host-package] Compiling toml v0.8.19
20342024-09-09T21:58:37.504Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20352024-09-09T21:58:38.009Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20362024-09-09T21:58:38.101Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20372024-09-09T21:58:38.124Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20382024-09-09T21:58:38.559Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20392024-09-09T21:58:38.798Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20402024-09-09T21:58:38.851Z[ host-package] Compiling num-rational v0.4.2
20412024-09-09T21:58:39.310Z[ host-package] Compiling num-complex v0.4.6
20422024-09-09T21:58:39.406Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20432024-09-09T21:58:39.962Z[ host-package] Compiling dirs-sys-next v0.1.2
20442024-09-09T21:58:40.635Z[ host-package] Compiling num v0.4.3
20452024-09-09T21:58:40.784Z[ host-package] Compiling dirs-next v2.0.0
20462024-09-09T21:58:40.839Z[ host-package] Compiling float-ord v0.3.2
20472024-09-09T21:58:40.990Z[ host-package] Compiling term v0.7.0
20482024-09-09T21:58:41.079Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20492024-09-09T21:58:41.393Z[ host-package] Compiling prettyplease v0.2.20
20502024-09-09T21:58:41.582Z[ helios-setup] Sep 09 21:58:40.850 INFO clone ok!, project: amd-firmware
20512024-09-09T21:58:41.585Z[ helios-setup] Sep 09 21:58:40.850 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
20522024-09-09T21:58:41.585Z[ helios-setup] Sep 09 21:58:40.850 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20532024-09-09T21:58:41.587Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20542024-09-09T21:58:41.786Z[ host-package] Compiling semver v0.1.20
20552024-09-09T21:58:42.333Z[ host-package] Compiling utf-8 v0.7.6
20562024-09-09T21:58:42.372Z[ host-package] Compiling rustc_version v0.1.7
20572024-09-09T21:58:42.709Z[ host-package] Compiling is-terminal v0.4.12
20582024-09-09T21:58:42.731Z[ helios-setup] Sep 09 21:58:41.999 INFO clone ok!, project: chelsio-t6-roms
20592024-09-09T21:58:42.735Z[ helios-setup] Sep 09 21:58:41.999 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20602024-09-09T21:58:42.735Z[ helios-setup] Sep 09 21:58:41.999 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20612024-09-09T21:58:42.735Z[ helios-setup] Sep 09 21:58:41.999 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
20622024-09-09T21:58:42.735Z[ helios-setup] Sep 09 21:58:41.999 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
20632024-09-09T21:58:42.738Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20642024-09-09T21:58:42.820Z[ host-package] Compiling newtype_derive v0.1.6
20652024-09-09T21:58:42.879Z[ host-package] Compiling cookie v0.18.1
20662024-09-09T21:58:43.214Z[ host-package] Compiling highway v1.2.0
20672024-09-09T21:58:43.604Z[ host-package] Compiling rustls-pki-types v1.7.0
20682024-09-09T21:58:43.684Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20692024-09-09T21:58:43.711Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20702024-09-09T21:58:43.809Z[ host-package] Compiling linked-hash-map v0.5.6
20712024-09-09T21:58:44.263Z[ host-package] Compiling lru-cache v0.1.2
20722024-09-09T21:58:44.496Z[ host-package] Compiling steno v0.4.1
20732024-09-09T21:58:44.531Z[ host-package] Compiling home v0.5.9
20742024-09-09T21:58:44.729Z[ host-package] Compiling quick-error v1.2.3
20752024-09-09T21:58:44.790Z[ host-package] Compiling rustls-webpki v0.102.4
20762024-09-09T21:58:44.895Z[ host-package] Compiling resolv-conf v0.7.0
20772024-09-09T21:58:45.543Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20782024-09-09T21:58:47.112Z[ host-package] Compiling rustls v0.22.4
20792024-09-09T21:58:47.141Z[ host-package] Compiling thread_local v1.1.8
20802024-09-09T21:58:47.171Z[ host-package] Compiling match_cfg v0.1.0
20812024-09-09T21:58:47.285Z[ host-package] Compiling hostname v0.3.1
20822024-09-09T21:58:47.519Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20832024-09-09T21:58:48.001Z[ host-package] Compiling hickory-resolver v0.24.1
20842024-09-09T21:58:49.455Z[ host-package] Compiling multer v3.1.0
20852024-09-09T21:58:49.561Z[ host-package] Compiling slog-async v2.8.0
20862024-09-09T21:58:49.640Z[ host-package] Compiling slog-json v2.6.1
20872024-09-09T21:58:50.042Z[ host-package] Compiling crossbeam-channel v0.5.12
20882024-09-09T21:58:51.184Z[ host-package] Compiling http v1.1.0
20892024-09-09T21:58:51.566Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20902024-09-09T21:58:51.579Z[ helios-setup] Sep 09 21:58:50.845 INFO clone ok!, project: amd-host-image-builder
20912024-09-09T21:58:51.582Z[ helios-setup] Sep 09 21:58:50.845 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
20922024-09-09T21:58:51.582Z[ helios-setup] Sep 09 21:58:50.846 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20932024-09-09T21:58:51.584Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20942024-09-09T21:58:52.293Z[ helios-setup] Sep 09 21:58:51.558 INFO clone ok!, project: bootserver
20952024-09-09T21:58:52.295Z[ helios-setup] Sep 09 21:58:51.559 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20962024-09-09T21:58:53.036Z[ helios-setup] Sep 09 21:58:52.302 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20972024-09-09T21:58:53.636Z[ helios-setup] Sep 09 21:58:52.902 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20982024-09-09T21:58:53.636Z[ helios-setup] Sep 09 21:58:52.902 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20992024-09-09T21:58:53.813Z[ host-package] Compiling take_mut v0.2.2
21002024-09-09T21:58:53.937Z[ host-package] Compiling atomic-waker v1.1.2
21012024-09-09T21:58:54.150Z[ helios-setup] Sep 09 21:58:53.415 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
21022024-09-09T21:58:54.181Z[ host-package] Compiling waitgroup v0.1.2
21032024-09-09T21:58:54.676Z[ helios-setup] Sep 09 21:58:53.941 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
21042024-09-09T21:58:54.679Z[ helios-setup] Sep 09 21:58:53.942 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
21052024-09-09T21:58:55.180Z[ host-package] Compiling tokio-rustls v0.25.0
21062024-09-09T21:58:55.244Z[ helios-setup] Sep 09 21:58:54.509 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
21072024-09-09T21:58:55.636Z[ host-package] Compiling slog-bunyan v2.5.0
21082024-09-09T21:58:55.673Z[ host-package] Compiling slog-term v2.9.1
21092024-09-09T21:58:55.815Z[ helios-setup] Sep 09 21:58:55.080 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21102024-09-09T21:58:55.817Z[ helios-setup] Sep 09 21:58:55.080 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21112024-09-09T21:58:55.817Z[ helios-setup] Sep 09 21:58:55.080 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21122024-09-09T21:58:55.818Z[ helios-setup] Sep 09 21:58:55.080 INFO ok!
21132024-09-09T21:58:55.818Z[ helios-setup] Sep 09 21:58:55.080 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21142024-09-09T21:58:55.818Z[ helios-setup] Sep 09 21:58:55.080 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21152024-09-09T21:58:55.818Z[ helios-setup] Sep 09 21:58:55.080 INFO ok!
21162024-09-09T21:58:55.818Z[ helios-setup] Sep 09 21:58:55.080 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21172024-09-09T21:58:55.818Z[ helios-setup] Sep 09 21:58:55.080 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21182024-09-09T21:58:55.818Z[ helios-setup] Sep 09 21:58:55.080 INFO ok!
21192024-09-09T21:58:55.818Z[ helios-setup] Sep 09 21:58:55.080 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
21202024-09-09T21:58:55.818Z[ helios-setup] Sep 09 21:58:55.080 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
21212024-09-09T21:58:55.906Z[ host-package] Compiling rustls-pemfile v2.1.3
21222024-09-09T21:58:56.260Z[ helios-setup] Sep 09 21:58:55.525 INFO E| Compiling adler v1.0.2
21232024-09-09T21:58:56.401Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21242024-09-09T21:58:56.432Z[ helios-setup] Sep 09 21:58:55.697 INFO E| Compiling miniz_oxide v0.7.2
21252024-09-09T21:58:56.507Z[ host-package] Compiling async-stream v0.3.5
21262024-09-09T21:58:56.867Z[ host-package] Compiling ipnetwork v0.20.0
21272024-09-09T21:58:56.980Z[ host-package] Compiling newtype-uuid v1.1.0
21282024-09-09T21:58:57.352Z[ host-package] Compiling serde_path_to_error v0.1.16
21292024-09-09T21:58:57.417Z[ host-package] Compiling hostname v0.4.0
21302024-09-09T21:58:57.663Z[ host-package] Compiling instant v0.1.12
21312024-09-09T21:58:57.820Z[ host-package] Compiling debug-ignore v1.0.5
21322024-09-09T21:58:57.890Z[ host-package] Compiling backoff v0.4.0
21332024-09-09T21:58:58.262Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21342024-09-09T21:58:58.377Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21352024-09-09T21:58:58.830Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21362024-09-09T21:58:59.220Z[ host-package] Compiling parse-display v0.10.0
21372024-09-09T21:58:59.332Z[ helios-setup] Sep 09 21:58:58.596 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
21382024-09-09T21:58:59.871Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21392024-09-09T21:59:00.113Z[ host-package] Compiling serde_with v3.9.0
21402024-09-09T21:59:00.401Z[ helios-setup] Sep 09 21:58:59.666 INFO E| Finished `release` profile [optimized] target(s) in 4.50s
21412024-09-09T21:59:00.409Z[ helios-setup] Sep 09 21:58:59.673 INFO building project "pinprick" ok (4 seconds)
21422024-09-09T21:59:00.409Z[ helios-setup] Sep 09 21:58:59.673 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
21432024-09-09T21:59:00.412Z[ helios-setup] Sep 09 21:58:59.674 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
21442024-09-09T21:59:00.750Z[ helios-setup] Sep 09 21:59:00.013 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
21452024-09-09T21:59:01.271Z[ helios-setup] Sep 09 21:59:00.534 INFO E| From https://github.com/jclulow/rust-jmclib
21462024-09-09T21:59:01.271Z[ helios-setup] Sep 09 21:59:00.534 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
21472024-09-09T21:59:01.291Z[ helios-setup] Sep 09 21:59:00.555 INFO E| Updating crates.io index
21482024-09-09T21:59:01.421Z[ helios-setup] Sep 09 21:59:00.685 INFO E| Downloading crates ...
21492024-09-09T21:59:01.600Z[ helios-setup] Sep 09 21:59:00.864 INFO E| Downloaded opaque-debug v0.3.0
21502024-09-09T21:59:01.603Z[ helios-setup] Sep 09 21:59:00.866 INFO E| Downloaded once_cell v1.18.0
21512024-09-09T21:59:01.606Z[ helios-setup] Sep 09 21:59:00.870 INFO E| Downloaded libdevinfo-sys v1.0.0
21522024-09-09T21:59:01.609Z[ helios-setup] Sep 09 21:59:00.872 INFO E| Downloaded block-buffer v0.9.0
21532024-09-09T21:59:01.611Z[ helios-setup] Sep 09 21:59:00.873 INFO E| Downloaded cpufeatures v0.2.9
21542024-09-09T21:59:01.611Z[ helios-setup] Sep 09 21:59:00.875 INFO E| Downloaded bitflags v2.3.3
21552024-09-09T21:59:01.642Z[ helios-setup] Sep 09 21:59:00.906 INFO E| Downloaded walkdir v2.3.3
21562024-09-09T21:59:01.645Z[ helios-setup] Sep 09 21:59:00.909 INFO E| Downloaded uuid v0.8.2
21572024-09-09T21:59:01.651Z[ helios-setup] Sep 09 21:59:00.914 INFO E| Downloaded unicode-width v0.1.10
21582024-09-09T21:59:01.654Z[ helios-setup] Sep 09 21:59:00.917 INFO E| Downloaded tempfile v3.7.0
21592024-09-09T21:59:01.656Z[ helios-setup] Sep 09 21:59:00.920 INFO E| Downloaded proc-macro2 v1.0.66
21602024-09-09T21:59:01.660Z[ helios-setup] Sep 09 21:59:00.924 INFO E| Downloaded getrandom v0.2.10
21612024-09-09T21:59:01.665Z[ helios-setup] Sep 09 21:59:00.929 INFO E| Downloaded sha-1 v0.9.8
21622024-09-09T21:59:01.668Z[ helios-setup] Sep 09 21:59:00.932 INFO E| Downloaded typenum v1.16.0
21632024-09-09T21:59:01.672Z[ helios-setup] Sep 09 21:59:00.936 INFO E| Downloaded toml v0.5.11
21642024-09-09T21:59:01.677Z[ helios-setup] Sep 09 21:59:00.940 INFO E| Downloaded unicode-ident v1.0.11
21652024-09-09T21:59:01.680Z[ helios-setup] Sep 09 21:59:00.944 INFO E| Downloaded serde_derive v1.0.193
21662024-09-09T21:59:01.684Z[ helios-setup] Sep 09 21:59:00.948 INFO E| Downloaded anyhow v1.0.72
21672024-09-09T21:59:01.689Z[ helios-setup] Sep 09 21:59:00.954 INFO E| Downloaded serde v1.0.193
21682024-09-09T21:59:01.695Z[ helios-setup] Sep 09 21:59:00.959 INFO E| Downloaded ryu v1.0.15
21692024-09-09T21:59:01.699Z[ helios-setup] Sep 09 21:59:00.963 INFO E| Downloaded quote v1.0.31
21702024-09-09T21:59:01.704Z[ helios-setup] Sep 09 21:59:00.968 INFO E| Downloaded md-5 v0.9.1
21712024-09-09T21:59:01.706Z[ helios-setup] Sep 09 21:59:00.970 INFO E| Downloaded serde_json v1.0.103
21722024-09-09T21:59:01.718Z[ helios-setup] Sep 09 21:59:00.982 INFO E| Downloaded itoa v1.0.9
21732024-09-09T21:59:01.720Z[ helios-setup] Sep 09 21:59:00.984 INFO E| Downloaded fastrand v2.0.0
21742024-09-09T21:59:01.723Z[ helios-setup] Sep 09 21:59:00.986 INFO E| Downloaded errno v0.3.1
21752024-09-09T21:59:01.727Z[ helios-setup] Sep 09 21:59:00.988 INFO E| Downloaded digest v0.9.0
21762024-09-09T21:59:01.730Z[ helios-setup] Sep 09 21:59:00.991 INFO E| Downloaded syn v2.0.32
21772024-09-09T21:59:01.745Z[ helios-setup] Sep 09 21:59:01.009 INFO E| Downloaded rustix v0.38.4
21782024-09-09T21:59:01.780Z[ helios-setup] Sep 09 21:59:01.043 INFO E| Downloaded libc v0.2.147
21792024-09-09T21:59:01.973Z[ helios-setup] Sep 09 21:59:01.236 INFO E| Compiling libc v0.2.147
21802024-09-09T21:59:01.973Z[ helios-setup] Sep 09 21:59:01.236 INFO E| Compiling proc-macro2 v1.0.66
21812024-09-09T21:59:01.973Z[ helios-setup] Sep 09 21:59:01.237 INFO E| Compiling cfg-if v1.0.0
21822024-09-09T21:59:01.979Z[ helios-setup] Sep 09 21:59:01.237 INFO E| Compiling unicode-ident v1.0.11
21832024-09-09T21:59:01.979Z[ helios-setup] Sep 09 21:59:01.237 INFO E| Compiling typenum v1.16.0
21842024-09-09T21:59:01.979Z[ helios-setup] Sep 09 21:59:01.237 INFO E| Compiling version_check v0.9.4
21852024-09-09T21:59:01.979Z[ helios-setup] Sep 09 21:59:01.237 INFO E| Compiling serde v1.0.193
21862024-09-09T21:59:01.979Z[ helios-setup] Sep 09 21:59:01.237 INFO E| Compiling itoa v1.0.9
21872024-09-09T21:59:02.665Z[ host-package] Compiling strum v0.26.3
21882024-09-09T21:59:02.838Z[ helios-setup] Sep 09 21:59:02.102 INFO E| Compiling num-conv v0.1.0
21892024-09-09T21:59:02.854Z[ helios-setup] Sep 09 21:59:02.103 INFO E| Compiling time-core v0.1.2
21902024-09-09T21:59:03.000Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21912024-09-09T21:59:03.261Z[ helios-setup] Sep 09 21:59:02.525 INFO E| Compiling slog v2.7.0
21922024-09-09T21:59:03.292Z[ helios-setup] Sep 09 21:59:02.555 INFO E| Compiling powerfmt v0.2.0
21932024-09-09T21:59:03.340Z[ helios-setup] Sep 09 21:59:02.603 INFO E| Compiling rustix v0.38.4
21942024-09-09T21:59:03.565Z[ helios-setup] Sep 09 21:59:02.829 INFO E| Compiling time-macros v0.2.18
21952024-09-09T21:59:03.956Z[ helios-setup] Sep 09 21:59:03.219 INFO E| Compiling deranged v0.3.11
21962024-09-09T21:59:04.231Z[ helios-setup] Sep 09 21:59:03.495 INFO E| Compiling generic-array v0.14.7
21972024-09-09T21:59:04.453Z[ helios-setup] Sep 09 21:59:03.716 INFO E| Compiling num_threads v0.1.6
21982024-09-09T21:59:04.561Z[ helios-setup] Sep 09 21:59:03.825 INFO E| Compiling quote v1.0.31
21992024-09-09T21:59:04.805Z[ helios-setup] Sep 09 21:59:04.068 INFO E| Compiling bitflags v2.3.3
22002024-09-09T21:59:04.980Z[ helios-setup] Sep 09 21:59:04.243 INFO E| Compiling once_cell v1.18.0
22012024-09-09T21:59:05.793Z[ helios-setup] Sep 09 21:59:05.053 INFO E| Compiling syn v2.0.32
22022024-09-09T21:59:05.892Z[ helios-setup] Sep 09 21:59:05.155 INFO E| Compiling thread_local v1.1.7
22032024-09-09T21:59:06.103Z[ helios-setup] Sep 09 21:59:05.366 INFO E| Compiling serde_json v1.0.103
22042024-09-09T21:59:06.428Z[ host-package] Compiling macaddr v1.0.1
22052024-09-09T21:59:07.256Z[ helios-setup] Sep 09 21:59:06.519 INFO E| Compiling dirs-sys-next v0.1.2
22062024-09-09T21:59:07.384Z[ host-package] Compiling slog-dtrace v0.3.0
22072024-09-09T21:59:07.525Z[ helios-setup] Sep 09 21:59:06.787 INFO E| Compiling errno v0.3.1
22082024-09-09T21:59:07.807Z[ helios-setup] Sep 09 21:59:06.852 INFO E| Compiling atty v0.2.14
22092024-09-09T21:59:07.810Z[ helios-setup] Sep 09 21:59:06.949 INFO E| Compiling dirs-next v2.0.0
22102024-09-09T21:59:07.929Z[ helios-setup] Sep 09 21:59:07.191 INFO E| Compiling term v0.7.0
22112024-09-09T21:59:07.950Z[ helios-setup] Sep 09 21:59:07.213 INFO E| Compiling anyhow v1.0.72
22122024-09-09T21:59:07.973Z[ helios-setup] Sep 09 21:59:07.236 INFO E| Compiling fastrand v2.0.0
22132024-09-09T21:59:08.580Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22142024-09-09T21:59:08.798Z[ helios-setup] Sep 09 21:59:08.060 INFO E| Compiling digest v0.9.0
22152024-09-09T21:59:08.917Z[ helios-setup] Sep 09 21:59:08.179 INFO E| Compiling block-buffer v0.9.0
22162024-09-09T21:59:09.140Z[ helios-setup] Sep 09 21:59:08.403 INFO E| Compiling time v0.3.36
22172024-09-09T21:59:09.140Z[ helios-setup] Sep 09 21:59:08.403 INFO E| Compiling opaque-debug v0.3.0
22182024-09-09T21:59:09.226Z[ helios-setup] Sep 09 21:59:08.488 INFO E| Compiling getrandom v0.2.10
22192024-09-09T21:59:09.247Z[ helios-setup] Sep 09 21:59:08.509 INFO E| Compiling unicode-width v0.1.10
22202024-09-09T21:59:09.321Z[ helios-setup] Sep 09 21:59:08.583 INFO E| Compiling cpufeatures v0.2.9
22212024-09-09T21:59:09.414Z[ helios-setup] Sep 09 21:59:08.677 INFO E| Compiling same-file v1.0.6
22222024-09-09T21:59:09.630Z[ helios-setup] Sep 09 21:59:08.892 INFO E| Compiling ryu v1.0.15
22232024-09-09T21:59:10.003Z[ helios-setup] Sep 09 21:59:09.265 INFO E| Compiling walkdir v2.3.3
22242024-09-09T21:59:10.090Z[ helios-setup] Sep 09 21:59:09.353 INFO E| Compiling getopts v0.2.21
22252024-09-09T21:59:10.314Z[ helios-setup] Sep 09 21:59:09.576 INFO E| Compiling sha-1 v0.9.8
22262024-09-09T21:59:11.123Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22272024-09-09T21:59:11.141Z[ helios-setup] Sep 09 21:59:10.398 INFO E| Compiling tempfile v3.7.0
22282024-09-09T21:59:11.605Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22292024-09-09T21:59:11.629Z[ helios-setup] Sep 09 21:59:10.888 INFO E| Compiling md-5 v0.9.1
22302024-09-09T21:59:11.632Z[ helios-setup] Sep 09 21:59:10.893 INFO E| Compiling libdevinfo-sys v1.0.0
22312024-09-09T21:59:11.709Z[ helios-setup] Sep 09 21:59:10.971 INFO E| Compiling glob v0.3.1
22322024-09-09T21:59:12.451Z[ host-package] Compiling half v2.4.1
22332024-09-09T21:59:12.817Z[ helios-setup] Sep 09 21:59:12.079 INFO E| Compiling slog-term v2.9.0
22342024-09-09T21:59:12.858Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22352024-09-09T21:59:13.516Z[ host-package] Compiling ciborium-io v0.2.2
22362024-09-09T21:59:13.519Z[ host-package] Compiling tungstenite v0.21.0
22372024-09-09T21:59:13.785Z[ host-package] Compiling ciborium-ll v0.2.2
22382024-09-09T21:59:14.685Z[ host-package] Compiling ciborium v0.2.2
22392024-09-09T21:59:15.093Z[ helios-setup] Sep 09 21:59:14.354 INFO E| Compiling serde_derive v1.0.193
22402024-09-09T21:59:17.273Z[ host-package] Compiling tokio-tungstenite v0.21.0
22412024-09-09T21:59:17.429Z[ host-package] Compiling rayon-core v1.12.1
22422024-09-09T21:59:17.473Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22432024-09-09T21:59:17.986Z[ host-package] Compiling crossbeam-deque v0.8.5
22442024-09-09T21:59:18.389Z[ host-package] Compiling fastrand v2.1.0
22452024-09-09T21:59:18.978Z[ host-package] Compiling display-error-chain v0.2.1
22462024-09-09T21:59:19.183Z[ host-package] Compiling same-file v1.0.6
22472024-09-09T21:59:19.502Z[ host-package] Compiling walkdir v2.5.0
22482024-09-09T21:59:19.790Z[ host-package] Compiling tempfile v3.10.1
22492024-09-09T21:59:20.781Z[ host-package] Compiling blake3 v1.5.1
22502024-09-09T21:59:21.776Z[ host-package] Compiling rayon v1.10.0
22512024-09-09T21:59:22.240Z[ host-package] Compiling ring v0.16.20
22522024-09-09T21:59:24.646Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22532024-09-09T21:59:27.335Z[ host-package] Compiling xattr v1.3.1
22542024-09-09T21:59:27.622Z[ host-package] Compiling memmap2 v0.9.4
22552024-09-09T21:59:28.110Z[ host-package] Compiling filetime v0.2.25
22562024-09-09T21:59:28.453Z[ host-package] Compiling untrusted v0.7.1
22572024-09-09T21:59:28.737Z[ host-package] Compiling spin v0.5.2
22582024-09-09T21:59:29.051Z[ host-package] Compiling arrayvec v0.7.4
22592024-09-09T21:59:29.256Z[ helios-setup] Sep 09 21:59:28.514 INFO E| Compiling toml v0.5.11
22602024-09-09T21:59:29.256Z[ helios-setup] Sep 09 21:59:28.515 INFO E| Compiling uuid v0.8.2
22612024-09-09T21:59:29.820Z[ host-package] Compiling arrayref v0.3.7
22622024-09-09T21:59:30.211Z[ host-package] Compiling constant_time_eq v0.3.0
22632024-09-09T21:59:31.396Z[ helios-setup] Sep 09 21:59:30.654 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
22642024-09-09T21:59:31.881Z[ host-package] Compiling tar v0.4.41
22652024-09-09T21:59:34.152Z[ host-package] Compiling camino-tempfile v1.1.1
22662024-09-09T21:59:34.240Z[ host-package] Compiling toolchain_find v0.4.0
22672024-09-09T21:59:34.324Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22682024-09-09T21:59:34.741Z[ host-package] Compiling nibble_vec v0.1.0
22692024-09-09T21:59:34.805Z[ helios-setup] Sep 09 21:59:34.062 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
22702024-09-09T21:59:34.996Z[ host-package] Compiling atty v0.2.14
22712024-09-09T21:59:35.122Z[ host-package] Compiling crunchy v0.2.2
22722024-09-09T21:59:35.175Z[ host-package] Compiling endian-type v0.1.2
22732024-09-09T21:59:35.268Z[ host-package] Compiling glob v0.3.1
22742024-09-09T21:59:35.440Z[ host-package] Compiling maplit v1.0.2
22752024-09-09T21:59:35.612Z[ host-package] Compiling topological-sort v0.2.2
22762024-09-09T21:59:35.851Z[ host-package] Compiling radix_trie v0.2.1
22772024-09-09T21:59:35.918Z[ host-package] Compiling omicron-zone-package v0.11.0
22782024-09-09T21:59:36.217Z[ host-package] Compiling clang-sys v1.7.0
22792024-09-09T21:59:36.845Z[ host-package] Compiling rustfmt-wrapper v0.2.1
22802024-09-09T21:59:36.923Z[ host-package] Compiling tiny-keccak v2.0.2
22812024-09-09T21:59:37.290Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22822024-09-09T21:59:37.496Z[ host-package] Compiling dsl_auto_type v0.1.2
22832024-09-09T21:59:37.543Z[ host-package] Compiling curve25519-dalek v4.1.3
22842024-09-09T21:59:37.545Z[ host-package] Compiling scheduled-thread-pool v0.2.7
22852024-09-09T21:59:38.047Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
22862024-09-09T21:59:38.503Z[ host-package] Compiling keccak v0.1.5
22872024-09-09T21:59:39.133Z[ host-package] Compiling arc-swap v1.7.1
22882024-09-09T21:59:39.154Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22892024-09-09T21:59:39.223Z[ host-package] Compiling diesel_derives v2.2.2
22902024-09-09T21:59:39.615Z[ host-package] Compiling sha3 v0.10.8
22912024-09-09T21:59:39.834Z[ host-package] Compiling slog-scope v4.4.0
22922024-09-09T21:59:39.931Z[ host-package] Compiling r2d2 v0.8.10
22932024-09-09T21:59:40.684Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
22942024-09-09T21:59:40.866Z[ host-package] Compiling ascii-canvas v3.0.0
22952024-09-09T21:59:41.202Z[ host-package] Compiling universal-hash v0.5.1
22962024-09-09T21:59:41.501Z[ host-package] Compiling secrecy v0.8.0
22972024-09-09T21:59:41.573Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
22982024-09-09T21:59:41.869Z[ host-package] Compiling ena v0.14.3
22992024-09-09T21:59:42.001Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23002024-09-09T21:59:42.430Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
23012024-09-09T21:59:44.377Z[ host-package] Compiling libloading v0.8.3
23022024-09-09T21:59:44.902Z[ host-package] Compiling regex-syntax v0.6.29
23032024-09-09T21:59:44.944Z[ host-package] Compiling diff v0.1.13
23042024-09-09T21:59:45.706Z[ host-package] Compiling bindgen v0.69.4
23052024-09-09T21:59:46.386Z[ host-package] Compiling opaque-debug v0.3.1
23062024-09-09T21:59:46.520Z[ host-package] Compiling poly1305 v0.8.0
23072024-09-09T21:59:46.965Z[ helios-setup] Sep 09 21:59:46.219 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.46s
23082024-09-09T21:59:46.998Z[ helios-setup] Sep 09 21:59:46.253 INFO building project "image-builder" ok (46 seconds)
23092024-09-09T21:59:46.998Z[ helios-setup] Sep 09 21:59:46.253 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
23102024-09-09T21:59:46.998Z[ helios-setup] Sep 09 21:59:46.253 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
23112024-09-09T21:59:47.425Z[ helios-setup] Sep 09 21:59:46.680 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
23122024-09-09T21:59:47.952Z[ helios-setup] Sep 09 21:59:47.207 INFO E| From https://github.com/jclulow/hiercmd
23132024-09-09T21:59:47.952Z[ helios-setup] Sep 09 21:59:47.207 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
23142024-09-09T21:59:47.974Z[ helios-setup] Sep 09 21:59:47.228 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
23152024-09-09T21:59:48.236Z[ host-package] Compiling thiserror-no-std v2.0.2
23162024-09-09T21:59:48.512Z[ helios-setup] Sep 09 21:59:47.766 INFO E| From https://github.com/jclulow/network-interface
23172024-09-09T21:59:48.512Z[ helios-setup] Sep 09 21:59:47.767 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
23182024-09-09T21:59:48.548Z[ helios-setup] Sep 09 21:59:47.802 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
23192024-09-09T21:59:49.066Z[ helios-setup] Sep 09 21:59:48.321 INFO E| From https://github.com/oxidecomputer/boot-image-tools
23202024-09-09T21:59:49.066Z[ helios-setup] Sep 09 21:59:48.321 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
23212024-09-09T21:59:49.105Z[ helios-setup] Sep 09 21:59:48.359 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
23222024-09-09T21:59:49.948Z[ helios-setup] Sep 09 21:59:49.202 INFO E| From https://github.com/oxidecomputer/facade
23232024-09-09T21:59:49.952Z[ helios-setup] Sep 09 21:59:49.202 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
23242024-09-09T21:59:50.038Z[ helios-setup] Sep 09 21:59:49.291 INFO E| Updating crates.io index
23252024-09-09T21:59:50.537Z[ host-package] Compiling lalrpop v0.19.12
23262024-09-09T21:59:50.588Z[ helios-setup] Sep 09 21:59:49.842 INFO E| Downloading crates ...
23272024-09-09T21:59:50.800Z[ helios-setup] Sep 09 21:59:50.054 INFO E| Downloaded clap_lex v0.4.1
23282024-09-09T21:59:50.803Z[ helios-setup] Sep 09 21:59:50.056 INFO E| Downloaded futures-sink v0.3.28
23292024-09-09T21:59:50.805Z[ helios-setup] Sep 09 21:59:50.057 INFO E| Downloaded const-random-macro v0.1.15
23302024-09-09T21:59:50.805Z[ helios-setup] Sep 09 21:59:50.059 INFO E| Downloaded cargo-lock v8.0.3
23312024-09-09T21:59:50.812Z[ helios-setup] Sep 09 21:59:50.066 INFO E| Downloaded byteorder v1.4.3
23322024-09-09T21:59:50.815Z[ helios-setup] Sep 09 21:59:50.069 INFO E| Downloaded block-buffer v0.10.3
23332024-09-09T21:59:50.818Z[ helios-setup] Sep 09 21:59:50.071 INFO E| Downloaded project-root v0.2.2
23342024-09-09T21:59:50.845Z[ helios-setup] Sep 09 21:59:50.099 INFO E| Downloaded strsim v0.10.0
23352024-09-09T21:59:50.847Z[ helios-setup] Sep 09 21:59:50.102 INFO E| Downloaded const-random v0.1.15
23362024-09-09T21:59:50.854Z[ helios-setup] Sep 09 21:59:50.108 INFO E| Downloaded concolor-override v1.0.0
23372024-09-09T21:59:50.863Z[ helios-setup] Sep 09 21:59:50.117 INFO E| Downloaded thiserror v1.0.38
23382024-09-09T21:59:50.871Z[ helios-setup] Sep 09 21:59:50.125 INFO E| Downloaded anstyle-parse v0.1.1
23392024-09-09T21:59:50.874Z[ helios-setup] Sep 09 21:59:50.128 INFO E| Downloaded serde_spanned v0.6.1
23402024-09-09T21:59:50.894Z[ helios-setup] Sep 09 21:59:50.148 INFO E| Downloaded digest v0.10.6
23412024-09-09T21:59:50.897Z[ helios-setup] Sep 09 21:59:50.151 INFO E| Downloaded want v0.3.0
23422024-09-09T21:59:50.900Z[ helios-setup] Sep 09 21:59:50.153 INFO E| Downloaded try-lock v0.2.4
23432024-09-09T21:59:50.902Z[ helios-setup] Sep 09 21:59:50.154 INFO E| Downloaded rustfmt-wrapper v0.2.0
23442024-09-09T21:59:50.905Z[ helios-setup] Sep 09 21:59:50.157 INFO E| Downloaded concolor-query v0.3.3
23452024-09-09T21:59:50.905Z[ helios-setup] Sep 09 21:59:50.158 INFO E| Downloaded autocfg v1.1.0
23462024-09-09T21:59:50.907Z[ helios-setup] Sep 09 21:59:50.161 INFO E| Downloaded bytes v1.4.0
23472024-09-09T21:59:50.937Z[ helios-setup] Sep 09 21:59:50.191 INFO E| Downloaded built v0.6.0
23482024-09-09T21:59:50.940Z[ helios-setup] Sep 09 21:59:50.194 INFO E| Downloaded signal-hook-registry v1.4.0
23492024-09-09T21:59:50.942Z[ helios-setup] Sep 09 21:59:50.196 INFO E| Downloaded sha1 v0.10.5
23502024-09-09T21:59:50.945Z[ helios-setup] Sep 09 21:59:50.199 INFO E| Downloaded semver-parser v0.10.2
23512024-09-09T21:59:50.948Z[ helios-setup] Sep 09 21:59:50.202 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
23522024-09-09T21:59:50.952Z[ helios-setup] Sep 09 21:59:50.206 INFO E| Downloaded sha2 v0.10.6
23532024-09-09T21:59:50.955Z[ helios-setup] Sep 09 21:59:50.209 INFO E| Downloaded num_enum_derive v0.5.7
23542024-09-09T21:59:50.958Z[ helios-setup] Sep 09 21:59:50.212 INFO E| Downloaded log v0.4.17
23552024-09-09T21:59:50.962Z[ helios-setup] Sep 09 21:59:50.216 INFO E| Downloaded scopeguard v1.1.0
23562024-09-09T21:59:50.964Z[ helios-setup] Sep 09 21:59:50.218 INFO E| Downloaded ahash v0.7.6
23572024-09-09T21:59:50.969Z[ helios-setup] Sep 09 21:59:50.223 INFO E| Downloaded toml_datetime v0.6.1
23582024-09-09T21:59:50.972Z[ helios-setup] Sep 09 21:59:50.225 INFO E| Downloaded serde_tokenstream v0.2.0
23592024-09-09T21:59:50.978Z[ helios-setup] Sep 09 21:59:50.232 INFO E| Downloaded tokio-rustls v0.24.0
23602024-09-09T21:59:50.981Z[ helios-setup] Sep 09 21:59:50.235 INFO E| Downloaded smallvec v1.10.0
23612024-09-09T21:59:50.985Z[ helios-setup] Sep 09 21:59:50.239 INFO E| Downloaded smawk v0.3.1
23622024-09-09T21:59:50.988Z[ helios-setup] Sep 09 21:59:50.242 INFO E| Downloaded tokio-tungstenite v0.18.0
23632024-09-09T21:59:50.992Z[ helios-setup] Sep 09 21:59:50.246 INFO E| Downloaded ipnet v2.7.2
23642024-09-09T21:59:50.995Z[ helios-setup] Sep 09 21:59:50.249 INFO E| Downloaded sct v0.7.0
23652024-09-09T21:59:51.002Z[ helios-setup] Sep 09 21:59:50.256 INFO E| Downloaded serde_path_to_error v0.1.11
23662024-09-09T21:59:51.005Z[ helios-setup] Sep 09 21:59:50.259 INFO E| Downloaded smartstring v1.0.1
23672024-09-09T21:59:51.009Z[ helios-setup] Sep 09 21:59:50.263 INFO E| Downloaded serde_derive_internals v0.26.0
23682024-09-09T21:59:51.012Z[ helios-setup] Sep 09 21:59:50.266 INFO E| Downloaded uuid v1.3.0
23692024-09-09T21:59:51.018Z[ helios-setup] Sep 09 21:59:50.272 INFO E| Downloaded unsafe-libyaml v0.2.8
23702024-09-09T21:59:51.024Z[ helios-setup] Sep 09 21:59:50.278 INFO E| Downloaded socket2 v0.4.9
23712024-09-09T21:59:51.027Z[ helios-setup] Sep 09 21:59:50.281 INFO E| Downloaded url v2.3.1
23722024-09-09T21:59:51.033Z[ helios-setup] Sep 09 21:59:50.287 INFO E| Downloaded serde_derive v1.0.204
23732024-09-09T21:59:51.038Z[ helios-setup] Sep 09 21:59:50.292 INFO E| Downloaded unicode-linebreak v0.1.4
23742024-09-09T21:59:51.042Z[ helios-setup] Sep 09 21:59:50.296 INFO E| Downloaded serde v1.0.204
23752024-09-09T21:59:51.048Z[ helios-setup] Sep 09 21:59:50.302 INFO E| Downloaded flate2 v1.0.25
23762024-09-09T21:59:51.059Z[ helios-setup] Sep 09 21:59:50.313 INFO E| Downloaded crossbeam-utils v0.8.14
23772024-09-09T21:59:51.065Z[ helios-setup] Sep 09 21:59:50.319 INFO E| Downloaded unicode-normalization v0.1.22
23782024-09-09T21:59:51.072Z[ helios-setup] Sep 09 21:59:50.326 INFO E| Downloaded winnow v0.4.1
23792024-09-09T21:59:51.089Z[ helios-setup] Sep 09 21:59:50.343 INFO E| Downloaded serde_json v1.0.95
23802024-09-09T21:59:51.103Z[ helios-setup] Sep 09 21:59:50.357 INFO E| Downloaded syn v2.0.72
23812024-09-09T21:59:51.141Z[ helios-setup] Sep 09 21:59:50.395 INFO E| Downloaded cc v1.0.78
23822024-09-09T21:59:51.145Z[ helios-setup] Sep 09 21:59:50.399 INFO E| Downloaded pest v2.5.7
23832024-09-09T21:59:51.153Z[ helios-setup] Sep 09 21:59:50.407 INFO E| Downloaded tokio v1.27.0
23842024-09-09T21:59:51.205Z[ helios-setup] Sep 09 21:59:50.459 INFO E| Downloaded aho-corasick v0.7.20
23852024-09-09T21:59:51.211Z[ helios-setup] Sep 09 21:59:50.465 INFO E| Downloaded mio v0.8.5
23862024-09-09T21:59:51.220Z[ helios-setup] Sep 09 21:59:50.474 INFO E| Downloaded http v0.2.9
23872024-09-09T21:59:51.226Z[ helios-setup] Sep 09 21:59:50.480 INFO E| Downloaded clap_builder v4.2.1
23882024-09-09T21:59:51.236Z[ helios-setup] Sep 09 21:59:50.490 INFO E| Downloaded syn v1.0.107
23892024-09-09T21:59:51.252Z[ helios-setup] Sep 09 21:59:50.506 INFO E| Downloaded reqwest v0.11.16
23902024-09-09T21:59:51.264Z[ helios-setup] Sep 09 21:59:50.517 INFO E| Downloaded rayon v1.6.1
23912024-09-09T21:59:51.278Z[ helios-setup] Sep 09 21:59:50.532 INFO E| Downloaded hyper v0.14.25
23922024-09-09T21:59:51.290Z[ helios-setup] Sep 09 21:59:50.544 INFO E| Downloaded git2 v0.16.1
23932024-09-09T21:59:51.303Z[ helios-setup] Sep 09 21:59:50.557 INFO E| Downloaded h2 v0.3.16
23942024-09-09T21:59:51.320Z[ helios-setup] Sep 09 21:59:50.567 INFO E| Downloaded regress v0.5.0
23952024-09-09T21:59:51.324Z[ helios-setup] Sep 09 21:59:50.578 INFO E| Downloaded rustls v0.21.0
23962024-09-09T21:59:51.345Z[ helios-setup] Sep 09 21:59:50.596 INFO E| Downloaded regex v1.7.3
23972024-09-09T21:59:51.355Z[ helios-setup] Sep 09 21:59:50.609 INFO E| Downloaded rustix v0.37.3
23982024-09-09T21:59:51.387Z[ helios-setup] Sep 09 21:59:50.641 INFO E| Downloaded rhai v1.14.0
23992024-09-09T21:59:51.407Z[ helios-setup] Sep 09 21:59:50.661 INFO E| Downloaded openapiv3 v1.0.2
24002024-09-09T21:59:51.425Z[ helios-setup] Sep 09 21:59:50.679 INFO E| Downloaded chrono v0.4.24
24012024-09-09T21:59:51.438Z[ helios-setup] Sep 09 21:59:50.692 INFO E| Downloaded futures-util v0.3.28
24022024-09-09T21:59:51.488Z[ helios-setup] Sep 09 21:59:50.742 INFO E| Downloaded memchr v2.5.0
24032024-09-09T21:59:51.494Z[ helios-setup] Sep 09 21:59:50.748 INFO E| Downloaded crossbeam-channel v0.5.6
24042024-09-09T21:59:51.502Z[ helios-setup] Sep 09 21:59:50.756 INFO E| Downloaded serde_yaml v0.9.21
24052024-09-09T21:59:51.509Z[ helios-setup] Sep 09 21:59:50.762 INFO E| Downloaded libc v0.2.139
24062024-09-09T21:59:51.549Z[ helios-setup] Sep 09 21:59:50.803 INFO E| Downloaded rustls-webpki v0.100.1
24072024-09-09T21:59:51.558Z[ helios-setup] Sep 09 21:59:50.812 INFO E| Downloaded toml_edit v0.19.8
24082024-09-09T21:59:51.586Z[ helios-setup] Sep 09 21:59:50.840 INFO E| Downloaded rayon-core v1.10.2
24092024-09-09T21:59:51.593Z[ helios-setup] Sep 09 21:59:50.846 INFO E| Downloaded base64 v0.21.0
24102024-09-09T21:59:51.619Z[ helios-setup] Sep 09 21:59:50.873 INFO E| Downloaded tracing v0.1.37
24112024-09-09T21:59:51.626Z[ helios-setup] Sep 09 21:59:50.880 INFO E| Downloaded tokio-util v0.7.7
24122024-09-09T21:59:51.638Z[ helios-setup] Sep 09 21:59:50.891 INFO E| Downloaded schemars v0.8.12
24132024-09-09T21:59:51.657Z[ helios-setup] Sep 09 21:59:50.910 INFO E| Downloaded ryu v1.0.13
24142024-09-09T21:59:51.663Z[ helios-setup] Sep 09 21:59:50.915 INFO E| Downloaded clap v4.2.1
24152024-09-09T21:59:51.675Z[ helios-setup] Sep 09 21:59:50.929 INFO E| Downloaded futures v0.3.28
24162024-09-09T21:59:51.682Z[ helios-setup] Sep 09 21:59:50.936 INFO E| Downloaded tracing-core v0.1.30
24172024-09-09T21:59:51.687Z[ helios-setup] Sep 09 21:59:50.940 INFO E| Downloaded unicode-ident v1.0.8
24182024-09-09T21:59:51.690Z[ helios-setup] Sep 09 21:59:50.944 INFO E| Downloaded ucd-trie v0.1.5
24192024-09-09T21:59:51.692Z[ helios-setup] Sep 09 21:59:50.946 INFO E| Downloaded tungstenite v0.18.0
24202024-09-09T21:59:51.696Z[ helios-setup] Sep 09 21:59:50.950 INFO E| Downloaded miniz_oxide v0.6.2
24212024-09-09T21:59:51.699Z[ helios-setup] Sep 09 21:59:50.953 INFO E| Downloaded textwrap v0.16.0
24222024-09-09T21:59:51.704Z[ helios-setup] Sep 09 21:59:50.958 INFO E| Downloaded encoding_rs v0.8.32
24232024-09-09T21:59:51.736Z[ helios-setup] Sep 09 21:59:50.990 INFO E| Downloaded toml v0.7.3
24242024-09-09T21:59:51.744Z[ helios-setup] Sep 09 21:59:50.998 INFO E| Downloaded anyhow v1.0.68
24252024-09-09T21:59:51.751Z[ helios-setup] Sep 09 21:59:51.005 INFO E| Downloaded semver v1.0.17
24262024-09-09T21:59:51.755Z[ helios-setup] Sep 09 21:59:51.009 INFO E| Downloaded unicode-bidi v0.3.13
24272024-09-09T21:59:51.759Z[ helios-setup] Sep 09 21:59:51.013 INFO E| Downloaded time v0.1.45
24282024-09-09T21:59:51.762Z[ helios-setup] Sep 09 21:59:51.016 INFO E| Downloaded parking_lot v0.12.1
24292024-09-09T21:59:51.766Z[ helios-setup] Sep 09 21:59:51.020 INFO E| Downloaded once_cell v1.17.0
24302024-09-09T21:59:51.770Z[ helios-setup] Sep 09 21:59:51.024 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
24312024-09-09T21:59:51.879Z[ helios-setup] Sep 09 21:59:51.133 INFO E| Downloaded crossbeam-epoch v0.9.13
24322024-09-09T21:59:51.884Z[ helios-setup] Sep 09 21:59:51.138 INFO E| Downloaded num-traits v0.2.15
24332024-09-09T21:59:51.888Z[ helios-setup] Sep 09 21:59:51.142 INFO E| Downloaded io-lifetimes v1.0.10
24342024-09-09T21:59:51.892Z[ helios-setup] Sep 09 21:59:51.146 INFO E| Downloaded rhai_codegen v1.5.0
24352024-09-09T21:59:51.906Z[ helios-setup] Sep 09 21:59:51.159 INFO E| Downloaded parking_lot_core v0.9.6
24362024-09-09T21:59:51.909Z[ helios-setup] Sep 09 21:59:51.163 INFO E| Downloaded tempfile v3.5.0
24372024-09-09T21:59:51.912Z[ helios-setup] Sep 09 21:59:51.166 INFO E| Downloaded lock_api v0.4.9
24382024-09-09T21:59:51.918Z[ helios-setup] Sep 09 21:59:51.169 INFO E| Downloaded getrandom v0.2.8
24392024-09-09T21:59:51.921Z[ helios-setup] Sep 09 21:59:51.173 INFO E| Downloaded futures-channel v0.3.28
24402024-09-09T21:59:51.923Z[ helios-setup] Sep 09 21:59:51.176 INFO E| Downloaded libz-sys v1.1.8
24412024-09-09T21:59:52.089Z[ helios-setup] Sep 09 21:59:51.342 INFO E| Downloaded slog-bunyan v2.4.0
24422024-09-09T21:59:52.091Z[ helios-setup] Sep 09 21:59:51.344 INFO E| Downloaded slab v0.4.7
24432024-09-09T21:59:52.096Z[ helios-setup] Sep 09 21:59:51.345 INFO E| Downloaded semver v0.11.0
24442024-09-09T21:59:52.096Z[ helios-setup] Sep 09 21:59:51.348 INFO E| Downloaded slog-async v2.7.0
24452024-09-09T21:59:52.096Z[ helios-setup] Sep 09 21:59:51.349 INFO E| Downloaded pin-project-lite v0.2.9
24462024-09-09T21:59:52.102Z[ helios-setup] Sep 09 21:59:51.355 INFO E| Downloaded tokio-macros v2.0.0
24472024-09-09T21:59:52.104Z[ helios-setup] Sep 09 21:59:51.357 INFO E| Downloaded schemars_derive v0.8.12
24482024-09-09T21:59:52.107Z[ helios-setup] Sep 09 21:59:51.359 INFO E| Downloaded clap_derive v4.2.0
24492024-09-09T21:59:52.109Z[ helios-setup] Sep 09 21:59:51.361 INFO E| Downloaded camino v1.1.4
24502024-09-09T21:59:52.112Z[ helios-setup] Sep 09 21:59:51.364 INFO E| Downloaded bincode v1.3.3
24512024-09-09T21:59:52.114Z[ helios-setup] Sep 09 21:59:51.367 INFO E| Downloaded thiserror-impl v1.0.38
24522024-09-09T21:59:52.116Z[ helios-setup] Sep 09 21:59:51.369 INFO E| Downloaded terminal_size v0.2.6
24532024-09-09T21:59:52.119Z[ helios-setup] Sep 09 21:59:51.371 INFO E| Downloaded rustls-pemfile v1.0.2
24542024-09-09T21:59:52.122Z[ helios-setup] Sep 09 21:59:51.374 INFO E| Downloaded pkg-config v0.3.26
24552024-09-09T21:59:52.124Z[ helios-setup] Sep 09 21:59:51.376 INFO E| Downloaded num_cpus v1.15.0
24562024-09-09T21:59:52.126Z[ helios-setup] Sep 09 21:59:51.380 INFO E| Downloaded num-integer v0.1.45
24572024-09-09T21:59:52.129Z[ helios-setup] Sep 09 21:59:51.383 INFO E| Downloaded lazy_static v1.4.0
24582024-09-09T21:59:52.131Z[ helios-setup] Sep 09 21:59:51.384 INFO E| Downloaded itoa v1.0.6
24592024-09-09T21:59:52.134Z[ helios-setup] Sep 09 21:59:51.386 INFO E| Downloaded iana-time-zone v0.1.56
24602024-09-09T21:59:52.137Z[ helios-setup] Sep 09 21:59:51.390 INFO E| Downloaded httpdate v1.0.2
24612024-09-09T21:59:52.139Z[ helios-setup] Sep 09 21:59:51.391 INFO E| Downloaded futures-macro v0.3.28
24622024-09-09T21:59:52.139Z[ helios-setup] Sep 09 21:59:51.393 INFO E| Downloaded futures-executor v0.3.28
24632024-09-09T21:59:52.142Z[ helios-setup] Sep 09 21:59:51.395 INFO E| Downloaded dyn-clone v1.0.11
24642024-09-09T21:59:52.144Z[ helios-setup] Sep 09 21:59:51.397 INFO E| Downloaded crossbeam-deque v0.8.2
24652024-09-09T21:59:52.147Z[ helios-setup] Sep 09 21:59:51.399 INFO E| Downloaded cpufeatures v0.2.5
24662024-09-09T21:59:52.150Z[ helios-setup] Sep 09 21:59:51.401 INFO E| Downloaded is-terminal v0.4.7
24672024-09-09T21:59:52.150Z[ helios-setup] Sep 09 21:59:51.403 INFO E| Downloaded futures-task v0.3.28
24682024-09-09T21:59:52.152Z[ helios-setup] Sep 09 21:59:51.404 INFO E| Downloaded form_urlencoded v1.1.0
24692024-09-09T21:59:52.152Z[ helios-setup] Sep 09 21:59:51.405 INFO E| Downloaded either v1.8.0
24702024-09-09T21:59:52.155Z[ helios-setup] Sep 09 21:59:51.407 INFO E| Downloaded async-trait v0.1.68
24712024-09-09T21:59:52.158Z[ helios-setup] Sep 09 21:59:51.412 INFO E| Downloaded anstyle v0.3.5
24722024-09-09T21:59:52.161Z[ helios-setup] Sep 09 21:59:51.414 INFO E| Downloaded anstream v0.2.6
24732024-09-09T21:59:52.164Z[ helios-setup] Sep 09 21:59:51.416 INFO E| Downloaded toolchain_find v0.2.0
24742024-09-09T21:59:52.167Z[ helios-setup] Sep 09 21:59:51.418 INFO E| Downloaded proc-macro-crate v1.2.1
24752024-09-09T21:59:52.167Z[ helios-setup] Sep 09 21:59:51.419 INFO E| Downloaded percent-encoding v2.2.0
24762024-09-09T21:59:52.167Z[ helios-setup] Sep 09 21:59:51.420 INFO E| Downloaded paste v1.0.12
24772024-09-09T21:59:52.173Z[ helios-setup] Sep 09 21:59:51.424 INFO E| Downloaded num_enum v0.5.7
24782024-09-09T21:59:52.182Z[ helios-setup] Sep 09 21:59:51.429 INFO E| Downloaded memoffset v0.7.1
24792024-09-09T21:59:52.182Z[ helios-setup] Sep 09 21:59:51.430 INFO E| Downloaded jobserver v0.1.26
24802024-09-09T21:59:52.182Z[ helios-setup] Sep 09 21:59:51.432 INFO E| Downloaded http-body v0.4.5
24812024-09-09T21:59:52.182Z[ helios-setup] Sep 09 21:59:51.434 INFO E| Downloaded home v0.5.4
24822024-09-09T21:59:52.182Z[ helios-setup] Sep 09 21:59:51.435 INFO E| Downloaded generic-array v0.14.6
24832024-09-09T21:59:52.188Z[ helios-setup] Sep 09 21:59:51.437 INFO E| Downloaded futures-io v0.3.28
24842024-09-09T21:59:52.188Z[ helios-setup] Sep 09 21:59:51.438 INFO E| Downloaded futures-core v0.3.28
24852024-09-09T21:59:52.188Z[ helios-setup] Sep 09 21:59:51.440 INFO E| Downloaded fastrand v1.9.0
24862024-09-09T21:59:52.188Z[ helios-setup] Sep 09 21:59:51.441 INFO E| Downloaded ahash v0.8.3
24872024-09-09T21:59:52.302Z[ host-package] Compiling diesel v2.2.3
24882024-09-09T21:59:52.552Z[ helios-setup] Sep 09 21:59:51.805 INFO E| Compiling proc-macro2 v1.0.86
24892024-09-09T21:59:52.552Z[ helios-setup] Sep 09 21:59:51.805 INFO E| Compiling libc v0.2.139
24902024-09-09T21:59:52.552Z[ helios-setup] Sep 09 21:59:51.805 INFO E| Compiling unicode-ident v1.0.8
24912024-09-09T21:59:52.554Z[ helios-setup] Sep 09 21:59:51.805 INFO E| Compiling autocfg v1.1.0
24922024-09-09T21:59:52.554Z[ helios-setup] Sep 09 21:59:51.805 INFO E| Compiling cfg-if v1.0.0
24932024-09-09T21:59:52.554Z[ helios-setup] Sep 09 21:59:51.805 INFO E| Compiling version_check v0.9.4
24942024-09-09T21:59:52.554Z[ helios-setup] Sep 09 21:59:51.806 INFO E| Compiling serde v1.0.204
24952024-09-09T21:59:52.554Z[ helios-setup] Sep 09 21:59:51.806 INFO E| Compiling syn v1.0.107
24962024-09-09T21:59:53.224Z[ helios-setup] Sep 09 21:59:52.477 INFO E| Compiling memchr v2.5.0
24972024-09-09T21:59:53.771Z[ helios-setup] Sep 09 21:59:53.024 INFO E| Compiling once_cell v1.17.0
24982024-09-09T21:59:54.031Z[ helios-setup] Sep 09 21:59:53.284 INFO E| Compiling log v0.4.17
24992024-09-09T21:59:54.091Z[ helios-setup] Sep 09 21:59:53.344 INFO E| Compiling thiserror v1.0.38
25002024-09-09T21:59:55.042Z[ helios-setup] Sep 09 21:59:54.073 INFO E| Compiling itoa v1.0.6
25012024-09-09T21:59:55.049Z[ helios-setup] Sep 09 21:59:54.233 INFO E| Compiling serde_json v1.0.95
25022024-09-09T21:59:55.507Z[ helios-setup] Sep 09 21:59:54.760 INFO E| Compiling quote v1.0.36
25032024-09-09T21:59:56.609Z[ helios-setup] Sep 09 21:59:55.862 INFO E| Compiling syn v2.0.72
25042024-09-09T21:59:56.963Z[ helios-setup] Sep 09 21:59:56.216 INFO E| Compiling jobserver v0.1.26
25052024-09-09T21:59:56.963Z[ helios-setup] Sep 09 21:59:56.216 INFO E| Compiling getrandom v0.2.8
25062024-09-09T21:59:56.967Z[ helios-setup] Sep 09 21:59:56.216 INFO E| Compiling indexmap v1.9.3
25072024-09-09T21:59:57.186Z[ helios-setup] Sep 09 21:59:56.439 INFO E| Compiling pin-project-lite v0.2.9
25082024-09-09T21:59:57.640Z[ helios-setup] Sep 09 21:59:56.893 INFO E| Compiling cc v1.0.78
25092024-09-09T21:59:58.231Z[ helios-setup] Sep 09 21:59:57.483 INFO E| Compiling scopeguard v1.1.0
25102024-09-09T21:59:58.265Z[ helios-setup] Sep 09 21:59:57.517 INFO E| Compiling num-integer v0.1.45
25112024-09-09T21:59:58.450Z[ helios-setup] Sep 09 21:59:57.702 INFO E| Compiling bytes v1.4.0
25122024-09-09T21:59:58.588Z[ helios-setup] Sep 09 21:59:57.840 INFO E| Compiling futures-core v0.3.28
25132024-09-09T21:59:59.486Z[ helios-setup] Sep 09 21:59:58.738 INFO E| Compiling ryu v1.0.13
25142024-09-09T22:00:00.438Z[ helios-setup] Sep 09 21:59:59.689 INFO E| Compiling lock_api v0.4.9
25152024-09-09T22:00:00.855Z[ helios-setup] Sep 09 22:00:00.106 INFO E| Compiling parking_lot_core v0.9.6
25162024-09-09T22:00:01.043Z[ helios-setup] Sep 09 22:00:00.295 INFO E| Compiling bitflags v1.3.2
25172024-09-09T22:00:01.165Z[ helios-setup] Sep 09 22:00:00.416 INFO E| Compiling typenum v1.16.0
25182024-09-09T22:00:01.281Z[ helios-setup] Sep 09 22:00:00.532 INFO E| Compiling num_cpus v1.15.0
25192024-09-09T22:00:01.667Z[ helios-setup] Sep 09 22:00:00.919 INFO E| Compiling slab v0.4.7
25202024-09-09T22:00:01.750Z[ helios-setup] Sep 09 22:00:01.002 INFO E| Compiling generic-array v0.14.6
25212024-09-09T22:00:01.850Z[ helios-setup] Sep 09 22:00:01.102 INFO E| Compiling futures-sink v0.3.28
25222024-09-09T22:00:02.031Z[ helios-setup] Sep 09 22:00:01.283 INFO E| Compiling futures-task v0.3.28
25232024-09-09T22:00:02.090Z[ helios-setup] Sep 09 22:00:01.341 INFO E| Compiling futures-channel v0.3.28
25242024-09-09T22:00:02.646Z[ helios-setup] Sep 09 22:00:01.897 INFO E| Compiling tokio v1.27.0
25252024-09-09T22:00:02.925Z[ helios-setup] Sep 09 22:00:02.177 INFO E| Compiling schemars v0.8.12
25262024-09-09T22:00:03.157Z[ helios-setup] Sep 09 22:00:02.408 INFO E| Compiling futures-util v0.3.28
25272024-09-09T22:00:03.999Z[ helios-setup] Sep 09 22:00:03.250 INFO E| Compiling socket2 v0.4.9
25282024-09-09T22:00:04.002Z[ helios-setup] Sep 09 22:00:03.252 INFO E| Compiling signal-hook-registry v1.4.0
25292024-09-09T22:00:04.526Z[ helios-setup] Sep 09 22:00:03.777 INFO E| Compiling mio v0.8.5
25302024-09-09T22:00:04.855Z[ helios-setup] Sep 09 22:00:04.106 INFO E| Compiling num-traits v0.2.15
25312024-09-09T22:00:04.918Z[ helios-setup] Sep 09 22:00:04.169 INFO E| Compiling ahash v0.7.6
25322024-09-09T22:00:06.085Z[ helios-setup] Sep 09 22:00:05.335 INFO E| Compiling futures-io v0.3.28
25332024-09-09T22:00:06.315Z[ helios-setup] Sep 09 22:00:05.566 INFO E| Compiling crunchy v0.2.2
25342024-09-09T22:00:06.829Z[ helios-setup] Sep 09 22:00:06.079 INFO E| Compiling io-lifetimes v1.0.10
25352024-09-09T22:00:06.953Z[ helios-setup] Sep 09 22:00:06.204 INFO E| Compiling pin-utils v0.1.0
25362024-09-09T22:00:07.142Z[ host-package] Compiling slog-stdlog v4.1.1
25372024-09-09T22:00:07.841Z[ helios-setup] Sep 09 22:00:07.092 INFO E| Compiling ahash v0.8.3
25382024-09-09T22:00:08.061Z[ helios-setup] Sep 09 22:00:07.312 INFO E| Compiling serde_derive_internals v0.26.0
25392024-09-09T22:00:08.393Z[ helios-setup] Sep 09 22:00:07.643 INFO E| Compiling tiny-keccak v2.0.2
25402024-09-09T22:00:08.616Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25412024-09-09T22:00:09.067Z[ helios-setup] Sep 09 22:00:08.317 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
25422024-09-09T22:00:09.221Z[ helios-setup] Sep 09 22:00:08.471 INFO E| Compiling hashbrown v0.12.3
25432024-09-09T22:00:09.588Z[ helios-setup] Sep 09 22:00:08.837 INFO E| Compiling rustix v0.37.3
25442024-09-09T22:00:10.174Z[ helios-setup] Sep 09 22:00:09.424 INFO E| Compiling block-buffer v0.10.3
25452024-09-09T22:00:10.244Z[ helios-setup] Sep 09 22:00:09.493 INFO E| Compiling crypto-common v0.1.6
25462024-09-09T22:00:10.595Z[ host-package] Compiling which v4.4.2
25472024-09-09T22:00:11.755Z[ helios-setup] Sep 09 22:00:11.005 INFO E| Compiling errno v0.3.1
25482024-09-09T22:00:11.841Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25492024-09-09T22:00:12.141Z[ helios-setup] Sep 09 22:00:11.391 INFO E| Compiling pkg-config v0.3.26
25502024-09-09T22:00:12.219Z[ helios-setup] Sep 09 22:00:11.469 INFO E| Compiling fnv v1.0.7
25512024-09-09T22:00:12.222Z[ helios-setup] Sep 09 22:00:11.469 INFO E| Compiling crossbeam-utils v0.8.14
25522024-09-09T22:00:12.222Z[ helios-setup] Sep 09 22:00:11.469 INFO E| Compiling slog v2.7.0
25532024-09-09T22:00:12.726Z[ helios-setup] Sep 09 22:00:11.975 INFO E| Compiling http v0.2.9
25542024-09-09T22:00:12.773Z[ host-package] Compiling chacha20 v0.9.1
25552024-09-09T22:00:14.008Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25562024-09-09T22:00:14.683Z[ host-package] Compiling cexpr v0.6.0
25572024-09-09T22:00:14.712Z[ helios-setup] Sep 09 22:00:13.961 INFO E| Compiling digest v0.10.6
25582024-09-09T22:00:15.897Z[ helios-setup] Sep 09 22:00:15.146 INFO E| Compiling aho-corasick v0.7.20
25592024-09-09T22:00:15.949Z[ helios-setup] Sep 09 22:00:15.197 INFO E| Compiling percent-encoding v2.2.0
25602024-09-09T22:00:16.466Z[ helios-setup] Sep 09 22:00:15.715 INFO E| Compiling regex-syntax v0.6.29
25612024-09-09T22:00:16.737Z[ host-package] Compiling aead v0.5.2
25622024-09-09T22:00:16.964Z[ helios-setup] Sep 09 22:00:16.213 INFO E| Compiling heck v0.4.1
25632024-09-09T22:00:17.638Z[ host-package] Compiling lazycell v1.3.0
25642024-09-09T22:00:17.963Z[ host-package] Compiling shlex v1.3.0
25652024-09-09T22:00:18.001Z[ helios-setup] Sep 09 22:00:17.249 INFO E| Compiling tinyvec_macros v0.1.1
25662024-09-09T22:00:18.211Z[ host-package] Compiling rustc-hash v1.1.0
25672024-09-09T22:00:18.234Z[ helios-setup] Sep 09 22:00:17.481 INFO E| Compiling unicode-width v0.1.10
25682024-09-09T22:00:18.383Z[ helios-setup] Sep 09 22:00:17.631 INFO E| Compiling cpufeatures v0.2.5
25692024-09-09T22:00:18.461Z[ helios-setup] Sep 09 22:00:17.709 INFO E| Compiling httparse v1.8.0
25702024-09-09T22:00:18.474Z[ helios-setup] Sep 09 22:00:17.722 INFO E| Compiling thiserror-impl v1.0.38
25712024-09-09T22:00:18.688Z[ helios-setup] Sep 09 22:00:17.937 INFO E| Compiling schemars_derive v0.8.12
25722024-09-09T22:00:18.874Z[ host-package] Compiling ref-cast v1.0.23
25732024-09-09T22:00:19.179Z[ helios-setup] Sep 09 22:00:18.427 INFO E| Compiling anyhow v1.0.68
25742024-09-09T22:00:19.336Z[ helios-setup] Sep 09 22:00:18.584 INFO E| Compiling serde_derive v1.0.204
25752024-09-09T22:00:19.410Z[ helios-setup] Sep 09 22:00:18.658 INFO E| Compiling futures-macro v0.3.28
25762024-09-09T22:00:20.084Z[ helios-setup] Sep 09 22:00:19.332 INFO E| Compiling tokio-macros v2.0.0
25772024-09-09T22:00:20.267Z[ host-package] Compiling chacha20poly1305 v0.10.1
25782024-09-09T22:00:21.047Z[ host-package] Compiling vsss-rs v3.3.4
25792024-09-09T22:00:21.681Z[ helios-setup] Sep 09 22:00:20.929 INFO E| Compiling tinyvec v1.6.0
25802024-09-09T22:00:21.747Z[ helios-setup] Sep 09 22:00:20.994 INFO E| Compiling const-random-macro v0.1.15
25812024-09-09T22:00:23.714Z[ helios-setup] Sep 09 22:00:22.961 INFO E| Compiling regex v1.7.3
25822024-09-09T22:00:24.670Z[ helios-setup] Sep 09 22:00:23.917 INFO E| Compiling form_urlencoded v1.1.0
25832024-09-09T22:00:24.924Z[ helios-setup] Sep 09 22:00:24.171 INFO E| Compiling hashbrown v0.13.2
25842024-09-09T22:00:25.377Z[ helios-setup] Sep 09 22:00:24.624 INFO E| Compiling chrono v0.4.24
25852024-09-09T22:00:25.894Z[ helios-setup] Sep 09 22:00:25.140 INFO E| Compiling libz-sys v1.1.8
25862024-09-09T22:00:27.537Z[ host-package] Compiling slog-envlogger v2.2.0
25872024-09-09T22:00:28.643Z[ helios-setup] Sep 09 22:00:27.889 INFO E| Compiling dyn-clone v1.0.11
25882024-09-09T22:00:28.994Z[ helios-setup] Sep 09 22:00:28.240 INFO E| Compiling uuid v1.3.0
25892024-09-09T22:00:29.868Z[ helios-setup] Sep 09 22:00:29.114 INFO E| Compiling regress v0.5.0
25902024-09-09T22:00:29.947Z[ helios-setup] Sep 09 22:00:29.193 INFO E| Compiling unicode-normalization v0.1.22
25912024-09-09T22:00:30.321Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25922024-09-09T22:00:30.522Z[ helios-setup] Sep 09 22:00:29.766 INFO E| Compiling const-random v0.1.15
25932024-09-09T22:00:30.999Z[ host-package] Compiling derive_builder_core v0.20.0
25942024-09-09T22:00:31.418Z[ host-package] Compiling headers-core v0.2.0
25952024-09-09T22:00:31.741Z[ host-package] Compiling fxhash v0.2.1
25962024-09-09T22:00:31.918Z[ host-package] Compiling libxml v0.3.3
25972024-09-09T22:00:32.051Z[ helios-setup] Sep 09 22:00:31.297 INFO E| Compiling getopts v0.2.21
25982024-09-09T22:00:32.172Z[ host-package] Compiling ref-cast-impl v1.0.23
25992024-09-09T22:00:32.839Z[ helios-setup] Sep 09 22:00:32.085 INFO E| Compiling tracing-core v0.1.30
26002024-09-09T22:00:32.954Z[ helios-setup] Sep 09 22:00:32.199 INFO E| Compiling memoffset v0.7.1
26012024-09-09T22:00:33.070Z[ helios-setup] Sep 09 22:00:32.315 INFO E| Compiling ucd-trie v0.1.5
26022024-09-09T22:00:33.224Z[ host-package] Compiling headers v0.3.9
26032024-09-09T22:00:34.183Z[ helios-setup] Sep 09 22:00:33.429 INFO E| Compiling powerfmt v0.2.0
26042024-09-09T22:00:34.581Z[ helios-setup] Sep 09 22:00:33.826 INFO E| Compiling num-conv v0.1.0
26052024-09-09T22:00:35.253Z[ helios-setup] Sep 09 22:00:34.498 INFO E| Compiling unicode-bidi v0.3.13
26062024-09-09T22:00:35.271Z[ host-package] Compiling derive_builder_macro v0.20.0
26072024-09-09T22:00:35.931Z[ helios-setup] Sep 09 22:00:35.176 INFO E| Compiling time-core v0.1.2
26082024-09-09T22:00:36.825Z[ helios-setup] Sep 09 22:00:36.069 INFO E| Compiling idna v0.3.0
26092024-09-09T22:00:37.279Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26102024-09-09T22:00:37.732Z[ helios-setup] Sep 09 22:00:36.976 INFO E| Compiling time-macros v0.2.18
26112024-09-09T22:00:38.347Z[ helios-setup] Sep 09 22:00:37.591 INFO E| Compiling deranged v0.3.11
26122024-09-09T22:00:40.234Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26132024-09-09T22:00:41.086Z[ host-package] Compiling polar-core v0.27.3
26142024-09-09T22:00:41.160Z[ helios-setup] Sep 09 22:00:40.404 INFO E| Compiling tracing v0.1.37
26152024-09-09T22:00:41.330Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26162024-09-09T22:00:42.943Z[ helios-setup] Sep 09 22:00:42.186 INFO E| Compiling pest v2.5.7
26172024-09-09T22:00:43.419Z[ host-package] Compiling strum_macros v0.24.3
26182024-09-09T22:00:43.531Z[ helios-setup] Sep 09 22:00:42.774 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
26192024-09-09T22:00:43.749Z[ helios-setup] Sep 09 22:00:42.992 INFO E| Compiling time v0.1.45
26202024-09-09T22:00:44.487Z[ helios-setup] Sep 09 22:00:43.730 INFO E| Compiling crossbeam-epoch v0.9.13
26212024-09-09T22:00:45.653Z[ helios-setup] Sep 09 22:00:44.895 INFO E| Compiling num_threads v0.1.6
26222024-09-09T22:00:46.012Z[ host-package] Compiling samael v0.0.15
26232024-09-09T22:00:46.014Z[ helios-setup] Sep 09 22:00:45.255 INFO E| Compiling iana-time-zone v0.1.56
26242024-09-09T22:00:47.085Z[ helios-setup] Sep 09 22:00:46.327 INFO E| Compiling semver v1.0.17
26252024-09-09T22:00:47.441Z[ helios-setup] Sep 09 22:00:46.684 INFO E| Compiling toml v0.5.11
26262024-09-09T22:00:48.076Z[ helios-setup] Sep 09 22:00:47.318 INFO E| Compiling serde_tokenstream v0.2.0
26272024-09-09T22:00:48.080Z[ helios-setup] Sep 09 22:00:47.319 INFO E| Compiling semver-parser v0.10.2
26282024-09-09T22:00:48.289Z[ helios-setup] Sep 09 22:00:47.531 INFO E| Compiling smallvec v1.10.0
26292024-09-09T22:00:48.903Z[ host-package] Compiling kstat-rs v0.2.4
26302024-09-09T22:00:50.024Z[ host-package] Compiling dropshot v0.10.1
26312024-09-09T22:00:50.497Z[ host-package] Compiling unicase v2.7.0
26322024-09-09T22:00:51.157Z[ host-package] Compiling indoc v1.0.9
26332024-09-09T22:00:51.157Z[ helios-setup] Sep 09 22:00:50.394 INFO E| Compiling parking_lot v0.12.1
26342024-09-09T22:00:51.368Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26352024-09-09T22:00:51.431Z[ helios-setup] Sep 09 22:00:50.672 INFO E| Compiling time v0.3.36
26362024-09-09T22:00:52.998Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26372024-09-09T22:00:54.973Z[ helios-setup] Sep 09 22:00:54.214 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26382024-09-09T22:00:57.496Z[ helios-setup] Sep 09 22:00:56.736 INFO E| Compiling url v2.3.1
26392024-09-09T22:00:59.990Z[ host-package] Compiling derive_builder v0.20.0
26402024-09-09T22:01:01.414Z[ helios-setup] Sep 09 22:01:00.654 INFO E| Compiling crossbeam-channel v0.5.6
26412024-09-09T22:01:01.856Z[ helios-setup] Sep 09 22:01:01.096 INFO E| Compiling dirs-sys-next v0.1.2
26422024-09-09T22:01:04.596Z[ helios-setup] Sep 09 22:01:03.834 INFO E| Compiling try-lock v0.2.4
26432024-09-09T22:01:04.757Z[ helios-setup] Sep 09 22:01:03.995 INFO E| Compiling same-file v1.0.6
26442024-09-09T22:01:04.894Z[ helios-setup] Sep 09 22:01:04.133 INFO E| Compiling crc32fast v1.3.2
26452024-09-09T22:01:04.977Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26462024-09-09T22:01:05.474Z[ helios-setup] Sep 09 22:01:04.713 INFO E| Compiling walkdir v2.3.3
26472024-09-09T22:01:06.153Z[ helios-setup] Sep 09 22:01:05.391 INFO E| Compiling want v0.3.0
26482024-09-09T22:01:06.984Z[ helios-setup] Sep 09 22:01:06.222 INFO E| Compiling dirs-next v2.0.0
26492024-09-09T22:01:09.011Z[ host-package] Compiling tungstenite v0.23.0
26502024-09-09T22:01:09.526Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26512024-09-09T22:01:09.905Z[ helios-setup] Sep 09 22:01:09.143 INFO E| Compiling proc-macro-crate v1.2.1
26522024-09-09T22:01:10.242Z[ host-package] Compiling crossterm v0.28.1
26532024-09-09T22:01:10.933Z[ helios-setup] Sep 09 22:01:10.170 INFO E| Compiling tokio-util v0.7.7
26542024-09-09T22:01:11.140Z[ helios-setup] Sep 09 22:01:10.378 INFO E| Compiling semver v0.11.0
26552024-09-09T22:01:12.356Z[ helios-setup] Sep 09 22:01:11.593 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26562024-09-09T22:01:13.081Z[ helios-setup] Sep 09 22:01:12.318 INFO E| Compiling futures-executor v0.3.28
26572024-09-09T22:01:14.790Z[ helios-setup] Sep 09 22:01:14.026 INFO E| Compiling h2 v0.3.16
26582024-09-09T22:01:15.304Z[ host-package] Compiling dropshot_endpoint v0.10.1
26592024-09-09T22:01:15.487Z[ helios-setup] Sep 09 22:01:14.724 INFO E| Compiling http-body v0.4.5
26602024-09-09T22:01:15.934Z[ helios-setup] Sep 09 22:01:15.171 INFO E| Compiling ring v0.16.20
26612024-09-09T22:01:16.711Z[ helios-setup] Sep 09 22:01:15.947 INFO E| Compiling rand_core v0.6.4
26622024-09-09T22:01:17.802Z[ helios-setup] Sep 09 22:01:17.038 INFO E| Compiling thread_local v1.1.7
26632024-09-09T22:01:19.428Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
26642024-09-09T22:01:19.602Z[ helios-setup] Sep 09 22:01:18.782 INFO E| Compiling ppv-lite86 v0.2.17
26652024-09-09T22:01:19.789Z[ helios-setup] Sep 09 22:01:19.025 INFO E| Compiling base64 v0.21.0
26662024-09-09T22:01:20.002Z[ host-package] Compiling oso-derive v0.27.3
26672024-09-09T22:01:21.664Z[ helios-setup] Sep 09 22:01:20.899 INFO E| Compiling lazy_static v1.4.0
26682024-09-09T22:01:21.896Z[ helios-setup] Sep 09 22:01:21.131 INFO E| Compiling fastrand v1.9.0
26692024-09-09T22:01:21.981Z[ helios-setup] Sep 09 22:01:21.216 INFO E| Compiling home v0.5.4
26702024-09-09T22:01:21.983Z[ helios-setup] Sep 09 22:01:21.216 INFO E| Compiling rayon-core v1.10.2
26712024-09-09T22:01:22.200Z[ host-package] Compiling libz-sys v1.1.16
26722024-09-09T22:01:22.672Z[ helios-setup] Sep 09 22:01:21.907 INFO E| Compiling tower-service v0.3.2
26732024-09-09T22:01:22.812Z[ host-package] Compiling quick-xml v0.31.0
26742024-09-09T22:01:22.849Z[ helios-setup] Sep 09 22:01:22.084 INFO E| Compiling adler v1.0.2
26752024-09-09T22:01:23.091Z[ helios-setup] Sep 09 22:01:22.325 INFO E| Compiling utf8parse v0.2.1
26762024-09-09T22:01:23.633Z[ helios-setup] Sep 09 22:01:22.867 INFO E| Compiling httpdate v1.0.2
26772024-09-09T22:01:23.743Z[ helios-setup] Sep 09 22:01:22.978 INFO E| Compiling anstyle-parse v0.1.1
26782024-09-09T22:01:23.897Z[ helios-setup] Sep 09 22:01:23.132 INFO E| Compiling miniz_oxide v0.6.2
26792024-09-09T22:01:24.870Z[ helios-setup] Sep 09 22:01:24.105 INFO E| Compiling tempfile v3.5.0
26802024-09-09T22:01:25.294Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
26812024-09-09T22:01:25.559Z[ helios-setup] Sep 09 22:01:24.793 INFO E| Compiling hyper v0.14.25
26822024-09-09T22:01:26.465Z[ host-package] Compiling cfg_aliases v0.1.1
26832024-09-09T22:01:26.854Z[ host-package] Compiling parking_lot_core v0.8.6
26842024-09-09T22:01:27.469Z[ helios-setup] Sep 09 22:01:26.703 INFO E| Compiling toolchain_find v0.2.0
26852024-09-09T22:01:28.201Z[ host-package] Compiling nix v0.28.0
26862024-09-09T22:01:28.571Z[ helios-setup] Sep 09 22:01:27.805 INFO E| Compiling rand_chacha v0.3.1
26872024-09-09T22:01:33.590Z[ host-package] Compiling oso v0.27.3
26882024-09-09T22:01:39.544Z[ host-package] Compiling tokio-tungstenite v0.23.1
26892024-09-09T22:01:41.165Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26902024-09-09T22:01:44.562Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26912024-09-09T22:01:45.476Z[ helios-setup] Sep 09 22:01:44.706 INFO E| Compiling futures v0.3.28
26922024-09-09T22:01:45.648Z[ helios-setup] Sep 09 22:01:44.879 INFO E| Compiling cargo-lock v8.0.3
26932024-09-09T22:01:45.904Z[ helios-setup] Sep 09 22:01:45.135 INFO E| Compiling num_enum_derive v0.5.7
26942024-09-09T22:01:47.204Z[ helios-setup] Sep 09 22:01:46.433 INFO E| Compiling crossbeam-deque v0.8.2
26952024-09-09T22:01:49.338Z[ helios-setup] Sep 09 22:01:48.567 INFO E| Compiling term v0.7.0
26962024-09-09T22:01:51.333Z[ helios-setup] Sep 09 22:01:50.563 INFO E| Compiling serde_urlencoded v0.7.1
26972024-09-09T22:01:52.121Z[ helios-setup] Sep 09 22:01:51.349 INFO E| Compiling sha1 v0.10.5
26982024-09-09T22:01:52.260Z[ helios-setup] Sep 09 22:01:51.489 INFO E| Compiling sha2 v0.10.6
26992024-09-09T22:01:52.912Z[ helios-setup] Sep 09 22:01:52.141 INFO E| Compiling is-terminal v0.4.7
27002024-09-09T22:01:53.672Z[ helios-setup] Sep 09 22:01:52.900 INFO E| Compiling atty v0.2.14
27012024-09-09T22:01:53.949Z[ helios-setup] Sep 09 22:01:53.177 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
27022024-09-09T22:01:54.025Z[ helios-setup] Sep 09 22:01:53.253 INFO E| Compiling concolor-query v0.3.3
27032024-09-09T22:01:54.282Z[ helios-setup] Sep 09 22:01:53.511 INFO E| Compiling concolor-override v1.0.0
27042024-09-09T22:01:55.000Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27052024-09-09T22:01:55.317Z[ helios-setup] Sep 09 22:01:54.545 INFO E| Compiling anstyle v0.3.5
27062024-09-09T22:01:56.080Z[ host-package] Compiling bb8 v0.8.5
27072024-09-09T22:01:56.603Z[ helios-setup] Sep 09 22:01:55.831 INFO E| Compiling anstream v0.2.6
27082024-09-09T22:01:57.924Z[ host-package] Compiling const_format_proc_macros v0.2.32
27092024-09-09T22:01:58.468Z[ helios-setup] Sep 09 22:01:57.695 INFO E| Compiling slog-term v2.9.0
27102024-09-09T22:01:59.175Z[ helios-setup] Sep 09 22:01:58.402 INFO E| Compiling flate2 v1.0.25
27112024-09-09T22:01:59.562Z[ helios-setup] Sep 09 22:01:58.790 INFO E| Compiling num_enum v0.5.7
27122024-09-09T22:02:00.093Z[ helios-setup] Sep 09 22:01:59.321 INFO E| Compiling rand v0.8.5
27132024-09-09T22:02:00.204Z[ helios-setup] Sep 09 22:01:59.432 INFO E| Compiling rustfmt-wrapper v0.2.0
27142024-09-09T22:02:01.689Z[ helios-setup] Sep 09 22:02:00.916 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27152024-09-09T22:02:01.907Z[ helios-setup] Sep 09 22:02:01.134 INFO E| Compiling openapiv3 v1.0.2
27162024-09-09T22:02:02.056Z[ host-package] Compiling vte_generate_state_changes v0.1.1
27172024-09-09T22:02:03.541Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27182024-09-09T22:02:04.196Z[ helios-setup] Sep 09 22:02:03.423 INFO E| Compiling encoding_rs v0.8.32
27192024-09-09T22:02:04.437Z[ host-package] Compiling vte v0.11.1
27202024-09-09T22:02:04.466Z[ helios-setup] Sep 09 22:02:03.692 INFO E| Compiling strsim v0.10.0
27212024-09-09T22:02:07.888Z[ host-package] Compiling const_format v0.2.32
27222024-09-09T22:02:08.386Z[ helios-setup] Sep 09 22:02:07.612 INFO E| Compiling utf-8 v0.7.6
27232024-09-09T22:02:09.051Z[ helios-setup] Sep 09 22:02:08.276 INFO E| Compiling either v1.8.0
27242024-09-09T22:02:09.286Z[ host-package] Compiling async-bb8-diesel v0.2.1
27252024-09-09T22:02:09.822Z[ helios-setup] Sep 09 22:02:09.047 INFO E| Compiling clap_lex v0.4.1
27262024-09-09T22:02:10.149Z[ helios-setup] Sep 09 22:02:09.374 INFO E| Compiling untrusted v0.7.1
27272024-09-09T22:02:10.868Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
27282024-09-09T22:02:10.909Z[ helios-setup] Sep 09 22:02:10.134 INFO E| Compiling ipnet v2.7.2
27292024-09-09T22:02:11.431Z[ helios-setup] Sep 09 22:02:10.656 INFO E| Compiling byteorder v1.4.3
27302024-09-09T22:02:11.689Z[ helios-setup] Sep 09 22:02:10.914 INFO E| Compiling spin v0.5.2
27312024-09-09T22:02:12.168Z[ helios-setup] Sep 09 22:02:11.393 INFO E| Compiling mime v0.3.17
27322024-09-09T22:02:12.952Z[ helios-setup] Sep 09 22:02:12.177 INFO E| Compiling base64 v0.13.1
27332024-09-09T22:02:14.246Z[ helios-setup] Sep 09 22:02:13.470 INFO E| Compiling unsafe-libyaml v0.2.8
27342024-09-09T22:02:14.409Z[ helios-setup] Sep 09 22:02:13.633 INFO E| Compiling project-root v0.2.2
27352024-09-09T22:02:14.609Z[ helios-setup] Sep 09 22:02:13.834 INFO E| Compiling tungstenite v0.18.0
27362024-09-09T22:02:14.788Z[ host-package] Compiling fd-lock v4.0.2
27372024-09-09T22:02:14.967Z[ helios-setup] Sep 09 22:02:14.192 INFO E| Compiling reqwest v0.11.16
27382024-09-09T22:02:14.990Z[ helios-setup] Sep 09 22:02:14.215 INFO E| Compiling clap_builder v4.2.1
27392024-09-09T22:02:15.538Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
27402024-09-09T22:02:16.316Z[ helios-setup] Sep 09 22:02:15.540 INFO E| Compiling rayon v1.6.1
27412024-09-09T22:02:17.681Z[ host-package] Compiling bytecount v0.6.8
27422024-09-09T22:02:18.141Z[ helios-setup] Sep 09 22:02:17.365 INFO E| Compiling serde_yaml v0.9.21
27432024-09-09T22:02:18.506Z[ host-package] Compiling papergrid v0.11.0
27442024-09-09T22:02:24.503Z[ helios-setup] Sep 09 22:02:23.725 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27452024-09-09T22:02:24.922Z[ helios-setup] Sep 09 22:02:24.145 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
27462024-09-09T22:02:25.107Z[ helios-setup] Sep 09 22:02:24.329 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
27472024-09-09T22:02:27.607Z[ helios-setup] Sep 09 22:02:26.829 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
27482024-09-09T22:02:29.356Z[ helios-setup] Sep 09 22:02:28.577 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
27492024-09-09T22:02:29.600Z[ helios-setup] Sep 09 22:02:28.821 INFO E| Compiling clap_derive v4.2.0
27502024-09-09T22:02:35.111Z[ helios-setup] Sep 09 22:02:34.327 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27512024-09-09T22:02:38.742Z[ helios-setup] Sep 09 22:02:37.961 INFO E| Compiling clap v4.2.1
27522024-09-09T22:02:38.930Z[ helios-setup] Sep 09 22:02:38.149 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
27532024-09-09T22:02:42.185Z[ host-package] Compiling parking_lot v0.11.2
27542024-09-09T22:02:50.240Z[ helios-setup] Sep 09 22:02:49.455 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27552024-09-09T22:02:53.648Z[ helios-setup] Sep 09 22:02:52.863 INFO E| Compiling tokio-tungstenite v0.18.0
27562024-09-09T22:02:55.025Z[ helios-setup] Sep 09 22:02:54.241 INFO E| Compiling smartstring v1.0.1
27572024-09-09T22:02:56.314Z[ helios-setup] Sep 09 22:02:55.529 INFO E| Compiling rustls v0.21.0
27582024-09-09T22:02:57.468Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27592024-09-09T22:02:58.618Z[ helios-setup] Sep 09 22:02:57.833 INFO E| Compiling toml_datetime v0.6.1
27602024-09-09T22:02:59.988Z[ helios-setup] Sep 09 22:02:59.203 INFO E| Compiling serde_spanned v0.6.1
27612024-09-09T22:03:00.269Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
27622024-09-09T22:03:00.774Z[ helios-setup] Sep 09 22:02:59.989 INFO E| Compiling paste v1.0.12
27632024-09-09T22:03:01.953Z[ helios-setup] Sep 09 22:03:01.166 INFO E| Compiling slog-async v2.7.0
27642024-09-09T22:03:02.138Z[ host-package] Compiling tabled_derive v0.7.0
27652024-09-09T22:03:03.026Z[ host-package] Compiling crossterm v0.27.0
27662024-09-09T22:03:03.633Z[ helios-setup] Sep 09 22:03:02.847 INFO E| Compiling camino v1.1.4
27672024-09-09T22:03:04.857Z[ helios-setup] Sep 09 22:03:04.071 INFO E| Compiling winnow v0.4.1
27682024-09-09T22:03:06.615Z[ host-package] Compiling peg-macros v0.8.4
27692024-09-09T22:03:08.101Z[ helios-setup] Sep 09 22:03:07.315 INFO E| Compiling static_assertions v1.1.0
27702024-09-09T22:03:08.328Z[ helios-setup] Sep 09 22:03:07.542 INFO E| Compiling match_cfg v0.1.0
27712024-09-09T22:03:08.616Z[ helios-setup] Sep 09 22:03:07.812 INFO E| Compiling async-trait v0.1.68
27722024-09-09T22:03:08.620Z[ helios-setup] Sep 09 22:03:07.832 INFO E| Compiling hostname v0.3.1
27732024-09-09T22:03:08.924Z[ host-package] Compiling sqlparser_derive v0.2.2
27742024-09-09T22:03:10.094Z[ helios-setup] Sep 09 22:03:09.307 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
27752024-09-09T22:03:10.298Z[ helios-setup] Sep 09 22:03:09.511 INFO E| Compiling slog-json v2.6.1
27762024-09-09T22:03:11.000Z[ host-package] Compiling unicode_categories v0.1.1
27772024-09-09T22:03:11.455Z[ helios-setup] Sep 09 22:03:10.667 INFO E| Compiling unicode-linebreak v0.1.4
27782024-09-09T22:03:11.933Z[ host-package] Compiling nu-ansi-term v0.50.0
27792024-09-09T22:03:12.189Z[ helios-setup] Sep 09 22:03:11.401 INFO E| Compiling toml_edit v0.19.8
27802024-09-09T22:03:16.639Z[ host-package] Compiling rustyline v14.0.0
27812024-09-09T22:03:16.713Z[ host-package] Compiling peg v0.8.4
27822024-09-09T22:03:16.713Z[ host-package] Compiling reedline v0.33.0
27832024-09-09T22:03:16.713Z[ host-package] Compiling sqlformat v0.2.4
27842024-09-09T22:03:16.724Z[ helios-setup] Sep 09 22:03:15.446 INFO E| Compiling async-stream-impl v0.3.5
27852024-09-09T22:03:19.174Z[ helios-setup] Sep 09 22:03:18.385 INFO E| Compiling rhai_codegen v1.5.0
27862024-09-09T22:03:19.669Z[ host-package] Compiling sqlparser v0.45.0
27872024-09-09T22:03:24.053Z[ helios-setup] Sep 09 22:03:23.264 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27882024-09-09T22:03:25.166Z[ helios-setup] Sep 09 22:03:24.376 INFO E| Compiling take_mut v0.2.2
27892024-09-09T22:03:25.577Z[ host-package] Compiling tabled v0.15.0
27902024-09-09T22:03:26.016Z[ helios-setup] Sep 09 22:03:25.226 INFO E| Compiling rhai v1.14.0
27912024-09-09T22:03:26.247Z[ helios-setup] Sep 09 22:03:25.457 INFO E| Compiling async-stream v0.3.5
27922024-09-09T22:03:27.062Z[ helios-setup] Sep 09 22:03:26.271 INFO E| Compiling toml v0.7.3
27932024-09-09T22:03:29.440Z[ helios-setup] Sep 09 22:03:28.650 INFO E| Compiling slog-bunyan v2.4.0
27942024-09-09T22:03:34.852Z[ helios-setup] Sep 09 22:03:34.060 INFO E| Compiling rustls-pemfile v1.0.2
27952024-09-09T22:03:35.139Z[ helios-setup] Sep 09 22:03:34.347 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27962024-09-09T22:03:36.340Z[ helios-setup] Sep 09 22:03:35.547 INFO E| Compiling bincode v1.3.3
27972024-09-09T22:03:36.517Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27982024-09-09T22:03:37.376Z[ host-package] Compiling sled v0.34.7
27992024-09-09T22:03:37.608Z[ helios-setup] Sep 09 22:03:36.816 INFO E| Compiling serde_path_to_error v0.1.11
28002024-09-09T22:03:38.544Z[ helios-setup] Sep 09 22:03:37.752 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
28012024-09-09T22:03:39.445Z[ helios-setup] Sep 09 22:03:38.652 INFO E| Compiling terminal_size v0.2.6
28022024-09-09T22:03:39.833Z[ helios-setup] Sep 09 22:03:39.040 INFO E| Compiling smawk v0.3.1
28032024-09-09T22:03:40.238Z[ helios-setup] Sep 09 22:03:39.445 INFO E| Compiling textwrap v0.16.0
28042024-09-09T22:03:41.206Z[ host-package] Compiling mime_guess v2.0.4
28052024-09-09T22:03:43.616Z[ host-package] Compiling hickory-client v0.24.1
28062024-09-09T22:03:43.734Z[ host-package] Compiling env_logger v0.9.3
28072024-09-09T22:03:46.579Z[ helios-setup] Sep 09 22:03:45.785 INFO E| Compiling sct v0.7.0
28082024-09-09T22:03:47.271Z[ helios-setup] Sep 09 22:03:46.476 INFO E| Compiling rustls-webpki v0.100.1
28092024-09-09T22:03:47.580Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
28102024-09-09T22:03:51.309Z[ host-package] Compiling tungstenite v0.20.1
28112024-09-09T22:03:54.179Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28122024-09-09T22:03:58.293Z[ helios-setup] Sep 09 22:03:57.496 INFO E| Compiling tokio-rustls v0.24.0
28132024-09-09T22:03:58.676Z[ helios-setup] Sep 09 22:03:57.879 INFO E| Compiling git2 v0.16.1
28142024-09-09T22:03:59.720Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28152024-09-09T22:03:59.952Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
28162024-09-09T22:04:00.227Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28172024-09-09T22:04:03.167Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28182024-09-09T22:04:04.068Z[ host-package] Compiling hickory-server v0.24.1
28192024-09-09T22:04:06.567Z[ host-package] Compiling bcs v0.1.6
28202024-09-09T22:04:08.418Z[ host-package] Compiling vergen v8.3.2
28212024-09-09T22:04:09.097Z[ host-package] Compiling bitstruct_derive v0.1.0
28222024-09-09T22:04:10.868Z[ helios-setup] Sep 09 22:04:10.068 INFO E| Compiling built v0.6.0
28232024-09-09T22:04:11.913Z[ host-package] Compiling cargo-platform v0.1.8
28242024-09-09T22:04:12.389Z[ helios-setup] Sep 09 22:04:11.589 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28252024-09-09T22:04:12.544Z[ host-package] Compiling nanorand v0.7.0
28262024-09-09T22:04:12.798Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28272024-09-09T22:04:13.071Z[ host-package] Compiling memoffset v0.9.1
28282024-09-09T22:04:13.768Z[ host-package] Compiling ascii v1.1.0
28292024-09-09T22:04:14.065Z[ host-package] Compiling flume v0.11.0
28302024-09-09T22:04:14.209Z[ helios-setup] Sep 09 22:04:13.409 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
28312024-09-09T22:04:14.325Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28322024-09-09T22:04:14.977Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28332024-09-09T22:04:15.034Z[ host-package] Compiling cargo_metadata v0.18.1
28342024-09-09T22:04:15.106Z[ helios-setup] Sep 09 22:04:14.305 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
28352024-09-09T22:04:15.634Z[ host-package] Compiling bitstruct v0.1.1
28362024-09-09T22:04:15.946Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28372024-09-09T22:04:19.400Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382024-09-09T22:04:20.991Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28392024-09-09T22:04:25.949Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28402024-09-09T22:04:30.497Z[ host-package] Compiling tokio-tungstenite v0.20.1
28412024-09-09T22:04:33.409Z[ host-package] Compiling git2 v0.19.0
28422024-09-09T22:04:39.335Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28432024-09-09T22:04:42.574Z[ helios-setup] Sep 09 22:04:41.768 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
28442024-09-09T22:04:44.296Z[ host-package] Compiling atomicwrites v0.4.3
28452024-09-09T22:04:44.844Z[ helios-setup] Sep 09 22:04:44.038 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
28462024-09-09T22:04:45.109Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28472024-09-09T22:04:46.775Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28482024-09-09T22:04:50.111Z[ host-package] Compiling libsqlite3-sys v0.28.0
28492024-09-09T22:04:51.383Z[ host-package] Compiling erased-serde v0.3.31
28502024-09-09T22:04:51.701Z[ host-package] Compiling serde_arrays v0.1.0
28512024-09-09T22:04:52.200Z[ host-package] Compiling cfg_aliases v0.2.1
28522024-09-09T22:04:52.356Z[ host-package] Compiling nix v0.29.0
28532024-09-09T22:04:53.993Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28542024-09-09T22:04:58.555Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28552024-09-09T22:04:58.900Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28562024-09-09T22:05:00.519Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28572024-09-09T22:05:01.063Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
28582024-09-09T22:05:04.316Z[ host-package] Compiling heck v0.3.3
28592024-09-09T22:05:05.145Z[ host-package] Compiling castaway v0.2.3
28602024-09-09T22:05:05.754Z[ host-package] Compiling rand_seeder v0.3.0
28612024-09-09T22:05:07.086Z[ host-package] Compiling csv-core v0.1.11
28622024-09-09T22:05:08.736Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
28632024-09-09T22:05:09.399Z[ host-package] Compiling http-range v0.1.5
28642024-09-09T22:05:09.678Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28652024-09-09T22:05:10.775Z[ host-package] Compiling hyper-staticfile v0.9.5
28662024-09-09T22:05:13.783Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28672024-09-09T22:05:15.958Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28682024-09-09T22:05:17.484Z[ host-package] Compiling csv v1.3.0
28692024-09-09T22:05:21.607Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28702024-09-09T22:05:22.457Z[ host-package] Compiling compact_str v0.8.0
28712024-09-09T22:05:25.432Z[ host-package] Compiling zone_cfg_derive v0.1.2
28722024-09-09T22:05:26.689Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
28732024-09-09T22:05:27.307Z[ host-package] Compiling nix v0.27.1
28742024-09-09T22:05:27.451Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
28752024-09-09T22:05:29.540Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28762024-09-09T22:05:29.613Z[ helios-setup] Sep 09 22:05:28.797 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
28772024-09-09T22:05:30.824Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28782024-09-09T22:05:31.373Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28792024-09-09T22:05:35.721Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28802024-09-09T22:05:36.144Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28812024-09-09T22:05:36.532Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28822024-09-09T22:05:36.584Z[ host-package] Compiling unicode-truncate v1.0.0
28832024-09-09T22:05:36.907Z[ host-package] Compiling lru v0.12.3
28842024-09-09T22:05:36.972Z[ host-package] Compiling hashlink v0.9.1
28852024-09-09T22:05:37.318Z[ host-package] Compiling serde-big-array v0.5.1
28862024-09-09T22:05:37.618Z[ host-package] Compiling instability v0.3.2
28872024-09-09T22:05:37.783Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
28882024-09-09T22:05:38.091Z[ host-package] Compiling cassowary v0.3.0
28892024-09-09T22:05:38.742Z[ host-package] Compiling base64 v0.13.1
28902024-09-09T22:05:38.768Z[ host-package] Compiling fallible-iterator v0.3.0
28912024-09-09T22:05:39.642Z[ host-package] Compiling rusqlite v0.31.0
28922024-09-09T22:05:39.684Z[ host-package] Compiling ron v0.7.1
28932024-09-09T22:05:42.497Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28942024-09-09T22:05:44.463Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28952024-09-09T22:05:45.967Z[ host-package] Compiling ratatui v0.28.0
28962024-09-09T22:05:51.153Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28972024-09-09T22:06:13.051Z[ host-package] Compiling zone v0.1.8
28982024-09-09T22:06:16.673Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28992024-09-09T22:06:19.128Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29002024-09-09T22:06:26.207Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29012024-09-09T22:06:26.943Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29022024-09-09T22:06:31.859Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29032024-09-09T22:06:34.370Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29042024-09-09T22:06:34.833Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29052024-09-09T22:06:35.479Z[ helios-setup] Sep 09 22:06:34.650 INFO E| Finished `release` profile [optimized] target(s) in 6m 48s
29062024-09-09T22:06:35.621Z[ helios-setup] Sep 09 22:06:34.793 INFO building project "pilot" ok (408 seconds)
29072024-09-09T22:06:35.621Z[ helios-setup] Sep 09 22:06:34.793 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29082024-09-09T22:06:35.624Z[ helios-setup] Sep 09 22:06:34.793 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29092024-09-09T22:06:35.631Z[ helios-setup] Sep 09 22:06:34.802 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
29102024-09-09T22:06:35.843Z[ helios-setup] Sep 09 22:06:35.014 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
29112024-09-09T22:06:35.843Z[ helios-setup] Sep 09 22:06:35.014 INFO E| info: downloading component 'cargo'
29122024-09-09T22:06:36.938Z[ helios-setup] Sep 09 22:06:36.109 INFO E| info: downloading component 'clippy'
29132024-09-09T22:06:37.196Z[ helios-setup] Sep 09 22:06:36.366 INFO E| info: downloading component 'rust-docs'
29142024-09-09T22:06:38.726Z[ helios-setup] Sep 09 22:06:37.896 INFO E| info: downloading component 'rust-src'
29152024-09-09T22:06:38.998Z[ helios-setup] Sep 09 22:06:38.169 INFO E| info: downloading component 'rust-std'
29162024-09-09T22:06:40.229Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29172024-09-09T22:06:40.429Z[ host-package] Compiling twox-hash v1.6.3
29182024-09-09T22:06:41.064Z[ helios-setup] Sep 09 22:06:40.234 INFO E| info: downloading component 'rustc'
29192024-09-09T22:06:41.478Z[ host-package] Compiling signal-hook-tokio v0.3.1
29202024-09-09T22:06:41.729Z[ host-package] Compiling yasna v0.5.2
29212024-09-09T22:06:42.136Z[ host-package] Compiling portpicker v0.1.1
29222024-09-09T22:06:42.651Z[ host-package] Compiling smawk v0.3.2
29232024-09-09T22:06:42.937Z[ host-package] Compiling unicode-linebreak v0.1.5
29242024-09-09T22:06:43.560Z[ host-package] Compiling textwrap v0.16.1
29252024-09-09T22:06:43.715Z[ host-package] Compiling rcgen v0.12.1
29262024-09-09T22:06:45.333Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29272024-09-09T22:06:46.338Z[ helios-setup] Sep 09 22:06:45.507 INFO E| info: downloading component 'rustfmt'
29282024-09-09T22:06:47.109Z[ helios-setup] Sep 09 22:06:46.277 INFO E| info: installing component 'cargo'
29292024-09-09T22:06:47.403Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29302024-09-09T22:06:48.639Z[ helios-setup] Sep 09 22:06:47.807 INFO E| info: installing component 'clippy'
29312024-09-09T22:06:49.077Z[ helios-setup] Sep 09 22:06:48.245 INFO E| info: installing component 'rust-docs'
29322024-09-09T22:06:54.937Z[ helios-setup] Sep 09 22:06:54.104 INFO E| info: installing component 'rust-src'
29332024-09-09T22:06:55.201Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29342024-09-09T22:06:55.669Z[ helios-setup] Sep 09 22:06:54.836 INFO E| info: installing component 'rust-std'
29352024-09-09T22:06:58.557Z[ helios-setup] Sep 09 22:06:57.723 INFO E| info: installing component 'rustc'
29362024-09-09T22:07:04.797Z[ helios-setup] Sep 09 22:07:03.962 INFO E| info: installing component 'rustfmt'
29372024-09-09T22:07:04.801Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29382024-09-09T22:07:05.760Z[ helios-setup] Sep 09 22:07:04.925 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29392024-09-09T22:07:06.664Z[ helios-setup] Sep 09 22:07:05.829 INFO E| From https://github.com/oxidecomputer/amd-apcb
29402024-09-09T22:07:06.664Z[ helios-setup] Sep 09 22:07:05.829 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
29412024-09-09T22:07:06.666Z[ helios-setup] Sep 09 22:07:05.829 INFO E| * [new tag] v0.3.3 -> v0.3.3
29422024-09-09T22:07:06.696Z[ helios-setup] Sep 09 22:07:05.861 INFO E| * [new tag] v0.1.3 -> v0.1.3
29432024-09-09T22:07:06.699Z[ helios-setup] Sep 09 22:07:05.861 INFO E| * [new tag] v0.1.4 -> v0.1.4
29442024-09-09T22:07:06.699Z[ helios-setup] Sep 09 22:07:05.861 INFO E| * [new tag] v0.1.5 -> v0.1.5
29452024-09-09T22:07:06.699Z[ helios-setup] Sep 09 22:07:05.862 INFO E| * [new tag] v0.2.0 -> v0.2.0
29462024-09-09T22:07:06.699Z[ helios-setup] Sep 09 22:07:05.862 INFO E| * [new tag] v0.3.0 -> v0.3.0
29472024-09-09T22:07:06.699Z[ helios-setup] Sep 09 22:07:05.862 INFO E| * [new tag] v0.3.1 -> v0.3.1
29482024-09-09T22:07:06.699Z[ helios-setup] Sep 09 22:07:05.862 INFO E| * [new tag] v0.3.2 -> v0.3.2
29492024-09-09T22:07:06.734Z[ helios-setup] Sep 09 22:07:05.899 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
29502024-09-09T22:07:07.014Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29512024-09-09T22:07:07.672Z[ helios-setup] Sep 09 22:07:06.837 INFO E| From https://github.com/oxidecomputer/amd-efs
29522024-09-09T22:07:07.675Z[ helios-setup] Sep 09 22:07:06.837 INFO E| * [new branch] empty -> origin/empty
29532024-09-09T22:07:07.675Z[ helios-setup] Sep 09 22:07:06.837 INFO E| * [new branch] issue-99 -> origin/issue-99
29542024-09-09T22:07:07.675Z[ helios-setup] Sep 09 22:07:06.837 INFO E| * [new branch] main -> origin/main
29552024-09-09T22:07:07.675Z[ helios-setup] Sep 09 22:07:06.837 INFO E| * [new branch] review -> origin/review
29562024-09-09T22:07:07.675Z[ helios-setup] Sep 09 22:07:06.837 INFO E| * [new ref] -> origin/HEAD
29572024-09-09T22:07:07.675Z[ helios-setup] Sep 09 22:07:06.838 INFO E| * [new tag] v0.2.0 -> v0.2.0
29582024-09-09T22:07:07.675Z[ helios-setup] Sep 09 22:07:06.838 INFO E| * [new tag] v0.2.1 -> v0.2.1
29592024-09-09T22:07:07.675Z[ helios-setup] Sep 09 22:07:06.838 INFO E| * [new tag] v0.2.2 -> v0.2.2
29602024-09-09T22:07:07.675Z[ helios-setup] Sep 09 22:07:06.838 INFO E| * [new tag] v0.2.3 -> v0.2.3
29612024-09-09T22:07:07.675Z[ helios-setup] Sep 09 22:07:06.838 INFO E| * [new tag] v0.2.4 -> v0.2.4
29622024-09-09T22:07:07.675Z[ helios-setup] Sep 09 22:07:06.838 INFO E| * [new tag] v0.2.5 -> v0.2.5
29632024-09-09T22:07:07.675Z[ helios-setup] Sep 09 22:07:06.839 INFO E| * [new tag] v0.2.6 -> v0.2.6
29642024-09-09T22:07:07.675Z[ helios-setup] Sep 09 22:07:06.839 INFO E| * [new tag] v0.2.7 -> v0.2.7
29652024-09-09T22:07:07.675Z[ helios-setup] Sep 09 22:07:06.839 INFO E| * [new tag] v0.3.0 -> v0.3.0
29662024-09-09T22:07:07.675Z[ helios-setup] Sep 09 22:07:06.839 INFO E| * [new tag] v0.3.1 -> v0.3.1
29672024-09-09T22:07:07.675Z[ helios-setup] Sep 09 22:07:06.839 INFO E| * [new tag] v0.4.0 -> v0.4.0
29682024-09-09T22:07:07.699Z[ helios-setup] Sep 09 22:07:06.863 INFO E| Updating crates.io index
29692024-09-09T22:07:07.885Z[ helios-setup] Sep 09 22:07:07.050 INFO E| Downloading crates ...
29702024-09-09T22:07:07.975Z[ helios-setup] Sep 09 22:07:07.140 INFO E| Downloaded cfg-if v0.1.10
29712024-09-09T22:07:07.980Z[ helios-setup] Sep 09 22:07:07.145 INFO E| Downloaded four-cc v0.3.0
29722024-09-09T22:07:07.985Z[ helios-setup] Sep 09 22:07:07.150 INFO E| Downloaded pest_derive v2.7.11
29732024-09-09T22:07:07.989Z[ helios-setup] Sep 09 22:07:07.154 INFO E| Downloaded unic-ucd-version v0.9.0
29742024-09-09T22:07:07.992Z[ helios-setup] Sep 09 22:07:07.155 INFO E| Downloaded parse_int v0.6.0
29752024-09-09T22:07:07.992Z[ helios-setup] Sep 09 22:07:07.156 INFO E| Downloaded memoffset v0.5.6
29762024-09-09T22:07:07.995Z[ helios-setup] Sep 09 22:07:07.158 INFO E| Downloaded unic-char-property v0.9.0
29772024-09-09T22:07:07.997Z[ helios-setup] Sep 09 22:07:07.160 INFO E| Downloaded unic-common v0.9.0
29782024-09-09T22:07:07.997Z[ helios-setup] Sep 09 22:07:07.161 INFO E| Downloaded strum v0.23.0
29792024-09-09T22:07:07.997Z[ helios-setup] Sep 09 22:07:07.162 INFO E| Downloaded scroll_derive v0.10.5
29802024-09-09T22:07:08.000Z[ helios-setup] Sep 09 22:07:07.163 INFO E| Downloaded fletcher v0.1.0
29812024-09-09T22:07:08.003Z[ helios-setup] Sep 09 22:07:07.168 INFO E| Downloaded proc-macro-crate v0.1.5
29822024-09-09T22:07:08.005Z[ helios-setup] Sep 09 22:07:07.169 INFO E| Downloaded rustc_version v0.2.3
29832024-09-09T22:07:08.008Z[ helios-setup] Sep 09 22:07:07.171 INFO E| Downloaded bytesize v1.3.0
29842024-09-09T22:07:08.008Z[ helios-setup] Sep 09 22:07:07.172 INFO E| Downloaded semver-parser v0.7.0
29852024-09-09T22:07:08.010Z[ helios-setup] Sep 09 22:07:07.174 INFO E| Downloaded semver v0.9.0
29862024-09-09T22:07:08.013Z[ helios-setup] Sep 09 22:07:07.176 INFO E| Downloaded num-derive v0.3.3
29872024-09-09T22:07:08.015Z[ helios-setup] Sep 09 22:07:07.179 INFO E| Downloaded vec_map v0.8.2
29882024-09-09T22:07:08.017Z[ helios-setup] Sep 09 22:07:07.181 INFO E| Downloaded textwrap v0.11.0
29892024-09-09T22:07:08.020Z[ helios-setup] Sep 09 22:07:07.183 INFO E| Downloaded unic-ucd-ident v0.9.0
29902024-09-09T22:07:08.023Z[ helios-setup] Sep 09 22:07:07.186 INFO E| Downloaded pre-proc-macro v0.2.1
29912024-09-09T22:07:08.025Z[ helios-setup] Sep 09 22:07:07.189 INFO E| Downloaded unic-char-range v0.9.0
29922024-09-09T22:07:08.027Z[ helios-setup] Sep 09 22:07:07.191 INFO E| Downloaded pre v0.2.1
29932024-09-09T22:07:08.030Z[ helios-setup] Sep 09 22:07:07.193 INFO E| Downloaded scroll v0.10.2
29942024-09-09T22:07:08.032Z[ helios-setup] Sep 09 22:07:07.196 INFO E| Downloaded structopt v0.3.26
29952024-09-09T22:07:08.058Z[ helios-setup] Sep 09 22:07:07.222 INFO E| Downloaded modular-bitfield v0.11.2
29962024-09-09T22:07:08.074Z[ helios-setup] Sep 09 22:07:07.238 INFO E| Downloaded memchr v2.7.4
29972024-09-09T22:07:08.081Z[ helios-setup] Sep 09 22:07:07.245 INFO E| Downloaded pest v2.7.11
29982024-09-09T22:07:08.087Z[ helios-setup] Sep 09 22:07:07.252 INFO E| Downloaded serde_json v1.0.120
29992024-09-09T22:07:08.097Z[ helios-setup] Sep 09 22:07:07.262 INFO E| Downloaded clap v2.34.0
30002024-09-09T22:07:08.106Z[ helios-setup] Sep 09 22:07:07.270 INFO E| Downloaded syn v2.0.71
30012024-09-09T22:07:08.122Z[ helios-setup] Sep 09 22:07:07.287 INFO E| Downloaded goblin v0.4.3
30022024-09-09T22:07:08.130Z[ helios-setup] Sep 09 22:07:07.295 INFO E| Downloaded pest_meta v2.7.11
30032024-09-09T22:07:08.133Z[ helios-setup] Sep 09 22:07:07.298 INFO E| Downloaded modular-bitfield-impl v0.11.2
30042024-09-09T22:07:08.136Z[ helios-setup] Sep 09 22:07:07.300 INFO E| Downloaded libc v0.2.155
30052024-09-09T22:07:08.179Z[ helios-setup] Sep 09 22:07:07.344 INFO E| Downloaded structopt-derive v0.4.18
30062024-09-09T22:07:08.182Z[ helios-setup] Sep 09 22:07:07.346 INFO E| Downloaded ansi_term v0.12.1
30072024-09-09T22:07:08.185Z[ helios-setup] Sep 09 22:07:07.349 INFO E| Downloaded strum_macros v0.23.1
30082024-09-09T22:07:08.188Z[ helios-setup] Sep 09 22:07:07.351 INFO E| Downloaded strsim v0.8.0
30092024-09-09T22:07:08.191Z[ helios-setup] Sep 09 22:07:07.353 INFO E| Downloaded pest_generator v2.7.11
30102024-09-09T22:07:08.281Z[ helios-setup] Sep 09 22:07:07.445 INFO E| Compiling proc-macro2 v1.0.86
30112024-09-09T22:07:08.281Z[ helios-setup] Sep 09 22:07:07.445 INFO E| Compiling unicode-ident v1.0.12
30122024-09-09T22:07:08.281Z[ helios-setup] Sep 09 22:07:07.445 INFO E| Compiling syn v1.0.109
30132024-09-09T22:07:08.284Z[ helios-setup] Sep 09 22:07:07.445 INFO E| Compiling version_check v0.9.4
30142024-09-09T22:07:08.284Z[ helios-setup] Sep 09 22:07:07.446 INFO E| Compiling autocfg v1.3.0
30152024-09-09T22:07:08.284Z[ helios-setup] Sep 09 22:07:07.446 INFO E| Compiling semver-parser v0.7.0
30162024-09-09T22:07:08.284Z[ helios-setup] Sep 09 22:07:07.446 INFO E| Compiling thiserror v1.0.63
30172024-09-09T22:07:08.284Z[ helios-setup] Sep 09 22:07:07.446 INFO E| Compiling serde v1.0.204
30182024-09-09T22:07:09.569Z[ helios-setup] Sep 09 22:07:08.734 INFO E| Compiling proc-macro-error-attr v1.0.4
30192024-09-09T22:07:10.109Z[ helios-setup] Sep 09 22:07:09.273 INFO E| Compiling semver v0.9.0
30202024-09-09T22:07:10.243Z[ helios-setup] Sep 09 22:07:09.407 INFO E| Compiling proc-macro-error v1.0.4
30212024-09-09T22:07:10.455Z[ helios-setup] Sep 09 22:07:09.620 INFO E| Compiling serde_json v1.0.120
30222024-09-09T22:07:10.565Z[ helios-setup] Sep 09 22:07:09.729 INFO E| Compiling num-traits v0.2.19
30232024-09-09T22:07:10.577Z[ helios-setup] Sep 09 22:07:09.741 INFO E| Compiling schemars v0.8.21
30242024-09-09T22:07:10.697Z[ helios-setup] Sep 09 22:07:09.861 INFO E| Compiling rustc_version v0.2.3
30252024-09-09T22:07:11.170Z[ helios-setup] Sep 09 22:07:10.334 INFO E| Compiling unicode-segmentation v1.11.0
30262024-09-09T22:07:11.326Z[ helios-setup] Sep 09 22:07:10.489 INFO E| Compiling itoa v1.0.11
30272024-09-09T22:07:11.447Z[ helios-setup] Sep 09 22:07:10.611 INFO E| Compiling ryu v1.0.18
30282024-09-09T22:07:11.644Z[ helios-setup] Sep 09 22:07:10.808 INFO E| Compiling memoffset v0.5.6
30292024-09-09T22:07:11.698Z[ helios-setup] Sep 09 22:07:10.862 INFO E| Compiling pre-proc-macro v0.2.1
30302024-09-09T22:07:11.736Z[ helios-setup] Sep 09 22:07:10.899 INFO E| Compiling rustversion v1.0.17
30312024-09-09T22:07:11.767Z[ helios-setup] Sep 09 22:07:10.931 INFO E| Compiling memchr v2.7.4
30322024-09-09T22:07:12.196Z[ helios-setup] Sep 09 22:07:11.359 INFO E| Compiling quote v1.0.36
30332024-09-09T22:07:12.275Z[ helios-setup] Sep 09 22:07:11.439 INFO E| Compiling ucd-trie v0.1.6
30342024-09-09T22:07:12.418Z[ helios-setup] Sep 09 22:07:11.582 INFO E| Compiling lazy_static v1.5.0
30352024-09-09T22:07:12.569Z[ helios-setup] Sep 09 22:07:11.733 INFO E| Compiling dyn-clone v1.0.17
30362024-09-09T22:07:12.992Z[ helios-setup] Sep 09 22:07:12.156 INFO E| Compiling heck v0.3.3
30372024-09-09T22:07:13.002Z[ helios-setup] Sep 09 22:07:12.166 INFO E| Compiling paste v1.0.15
30382024-09-09T22:07:13.242Z[ helios-setup] Sep 09 22:07:12.405 INFO E| Compiling syn v2.0.71
30392024-09-09T22:07:13.839Z[ helios-setup] Sep 09 22:07:13.002 INFO E| Compiling libc v0.2.155
30402024-09-09T22:07:14.397Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30412024-09-09T22:07:14.647Z[ helios-setup] Sep 09 22:07:13.810 INFO E| Compiling pre v0.2.1
30422024-09-09T22:07:15.507Z[ helios-setup] Sep 09 22:07:14.670 INFO E| Compiling cfg-if v0.1.10
30432024-09-09T22:07:15.594Z[ helios-setup] Sep 09 22:07:14.757 INFO E| Compiling once_cell v1.19.0
30442024-09-09T22:07:15.761Z[ helios-setup] Sep 09 22:07:14.925 INFO E| Compiling static_assertions v1.1.0
30452024-09-09T22:07:15.788Z[ helios-setup] Sep 09 22:07:14.951 INFO E| Compiling byteorder v1.5.0
30462024-09-09T22:07:16.946Z[ helios-setup] Sep 09 22:07:16.109 INFO E| Compiling unicode-width v0.1.13
30472024-09-09T22:07:17.500Z[ helios-setup] Sep 09 22:07:16.663 INFO E| Compiling textwrap v0.11.0
30482024-09-09T22:07:17.563Z[ helios-setup] Sep 09 22:07:16.726 INFO E| Compiling atty v0.2.14
30492024-09-09T22:07:17.892Z[ helios-setup] Sep 09 22:07:17.055 INFO E| Compiling vec_map v0.8.2
30502024-09-09T22:07:18.435Z[ helios-setup] Sep 09 22:07:17.597 INFO E| Compiling parse_int v0.6.0
30512024-09-09T22:07:18.603Z[ helios-setup] Sep 09 22:07:17.759 INFO E| Compiling unic-char-range v0.9.0
30522024-09-09T22:07:18.608Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30532024-09-09T22:07:18.703Z[ helios-setup] Sep 09 22:07:17.866 INFO E| Compiling bitflags v1.3.2
30542024-09-09T22:07:18.734Z[ helios-setup] Sep 09 22:07:17.896 INFO E| Compiling ansi_term v0.12.1
30552024-09-09T22:07:18.829Z[ helios-setup] Sep 09 22:07:17.975 INFO E| Compiling unic-common v0.9.0
30562024-09-09T22:07:18.960Z[ helios-setup] Sep 09 22:07:18.122 INFO E| Compiling fletcher v0.1.0
30572024-09-09T22:07:18.965Z[ helios-setup] Sep 09 22:07:18.128 INFO E| Compiling strum v0.23.0
30582024-09-09T22:07:19.002Z[ helios-setup] Sep 09 22:07:18.164 INFO E| Compiling strsim v0.8.0
30592024-09-09T22:07:19.242Z[ helios-setup] Sep 09 22:07:18.405 INFO E| Compiling unic-ucd-version v0.9.0
30602024-09-09T22:07:19.335Z[ helios-setup] Sep 09 22:07:18.497 INFO E| Compiling clap v2.34.0
30612024-09-09T22:07:19.342Z[ helios-setup] Sep 09 22:07:18.505 INFO E| Compiling unic-char-property v0.9.0
30622024-09-09T22:07:19.548Z[ helios-setup] Sep 09 22:07:18.710 INFO E| Compiling log v0.4.22
30632024-09-09T22:07:19.867Z[ helios-setup] Sep 09 22:07:19.029 INFO E| Compiling plain v0.2.3
30642024-09-09T22:07:20.037Z[ helios-setup] Sep 09 22:07:19.199 INFO E| Compiling unic-ucd-ident v0.9.0
30652024-09-09T22:07:20.077Z[ helios-setup] Sep 09 22:07:19.238 INFO E| Compiling bytesize v1.3.0
30662024-09-09T22:07:22.165Z[ helios-setup] Sep 09 22:07:21.326 INFO E| Compiling serde_derive_internals v0.29.1
30672024-09-09T22:07:22.832Z[ helios-setup] Sep 09 22:07:21.993 INFO E| Compiling toml v0.5.11
30682024-09-09T22:07:24.817Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30692024-09-09T22:07:25.977Z[ helios-setup] Sep 09 22:07:25.138 INFO E| Compiling proc-macro-crate v0.1.5
30702024-09-09T22:07:26.102Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30712024-09-09T22:07:27.250Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30722024-09-09T22:07:27.848Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
30732024-09-09T22:07:28.665Z[ helios-setup] Sep 09 22:07:27.825 INFO E| Compiling thiserror-impl v1.0.63
30742024-09-09T22:07:28.665Z[ helios-setup] Sep 09 22:07:27.825 INFO E| Compiling serde_derive v1.0.204
30752024-09-09T22:07:28.668Z[ helios-setup] Sep 09 22:07:27.825 INFO E| Compiling schemars_derive v0.8.21
30762024-09-09T22:07:28.668Z[ helios-setup] Sep 09 22:07:27.825 INFO E| Compiling zerocopy-derive v0.6.6
30772024-09-09T22:07:32.163Z[ helios-setup] Sep 09 22:07:31.322 INFO E| Compiling zerocopy v0.6.6
30782024-09-09T22:07:34.069Z[ helios-setup] Sep 09 22:07:33.229 INFO E| Compiling modular-bitfield-impl v0.11.2
30792024-09-09T22:07:34.070Z[ helios-setup] Sep 09 22:07:33.229 INFO E| Compiling num-derive v0.3.3
30802024-09-09T22:07:34.070Z[ helios-setup] Sep 09 22:07:33.229 INFO E| Compiling scroll_derive v0.10.5
30812024-09-09T22:07:34.414Z[ helios-setup] Sep 09 22:07:33.573 INFO E| Compiling pest v2.7.11
30822024-09-09T22:07:34.543Z[ helios-setup] Sep 09 22:07:33.702 INFO E| Compiling strum_macros v0.23.1
30832024-09-09T22:07:37.697Z[ helios-setup] Sep 09 22:07:36.856 INFO E| Compiling scroll v0.10.2
30842024-09-09T22:07:38.670Z[ helios-setup] Sep 09 22:07:37.828 INFO E| Compiling structopt-derive v0.4.18
30852024-09-09T22:07:39.077Z[ helios-setup] Sep 09 22:07:38.235 INFO E| Compiling goblin v0.4.3
30862024-09-09T22:07:40.210Z[ helios-setup] Sep 09 22:07:39.368 INFO E| Compiling modular-bitfield v0.11.2
30872024-09-09T22:07:40.378Z[ helios-setup] Sep 09 22:07:39.536 INFO E| Compiling pest_meta v2.7.11
30882024-09-09T22:07:40.480Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30892024-09-09T22:07:42.775Z[ helios-setup] Sep 09 22:07:41.932 INFO E| Compiling pest_generator v2.7.11
30902024-09-09T22:07:43.986Z[ host-package] Compiling fatfs v0.3.6
30912024-09-09T22:07:44.460Z[ helios-setup] Sep 09 22:07:43.617 INFO E| Compiling structopt v0.3.26
30922024-09-09T22:07:47.798Z[ host-package] Compiling rtoolbox v0.0.2
30932024-09-09T22:07:47.951Z[ helios-setup] Sep 09 22:07:47.108 INFO E| Compiling pest_derive v2.7.11
30942024-09-09T22:07:48.983Z[ host-package] Compiling subprocess v0.2.9
30952024-09-09T22:07:51.453Z[ host-package] Compiling assert_matches v1.5.0
30962024-09-09T22:07:51.671Z[ host-package] Compiling is_ci v1.2.0
30972024-09-09T22:07:52.033Z[ host-package] Compiling supports-color v3.0.0
30982024-09-09T22:07:52.424Z[ helios-setup] Sep 09 22:07:51.580 INFO E| Compiling json5 v0.4.1
30992024-09-09T22:07:53.610Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31002024-09-09T22:07:55.441Z[ host-package] Compiling rpassword v7.3.1
31012024-09-09T22:07:56.015Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31022024-09-09T22:07:56.467Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31032024-09-09T22:07:57.867Z[ helios-setup] Sep 09 22:07:57.021 INFO E| Compiling four-cc v0.3.0
31042024-09-09T22:07:57.867Z[ helios-setup] Sep 09 22:07:57.021 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
31052024-09-09T22:07:58.055Z[ helios-setup] Sep 09 22:07:57.209 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
31062024-09-09T22:08:03.517Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31072024-09-09T22:08:05.958Z[ host-package] Compiling tui-tree-widget v0.22.0
31082024-09-09T22:08:07.003Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31092024-09-09T22:08:11.363Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31102024-09-09T22:08:16.057Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31112024-09-09T22:08:16.690Z[ host-package] Compiling uzers v0.11.3
31122024-09-09T22:08:19.751Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31132024-09-09T22:08:26.581Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31142024-09-09T22:08:28.885Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31152024-09-09T22:08:40.193Z[ helios-setup] Sep 09 22:08:39.339 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
31162024-09-09T22:09:00.183Z[ helios-setup] Sep 09 22:08:59.325 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31172024-09-09T22:09:02.860Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31182024-09-09T22:09:05.784Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31192024-09-09T22:09:17.565Z[ host-package] Compiling multimap v0.10.0
31202024-09-09T22:09:53.077Z[ helios-setup] Sep 09 22:09:52.208 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 47s
31212024-09-09T22:09:53.113Z[ helios-setup] Sep 09 22:09:52.244 INFO building project "amd-host-image-builder" ok (197 seconds)
31222024-09-09T22:09:53.113Z[ helios-setup] Sep 09 22:09:52.244 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31232024-09-09T22:09:53.116Z[ helios-setup] Sep 09 22:09:52.244 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31242024-09-09T22:09:53.499Z[ helios-setup] Sep 09 22:09:52.630 INFO E| Downloading crates ...
31252024-09-09T22:09:53.666Z[ helios-setup] Sep 09 22:09:52.797 INFO E| Downloaded typenum v1.15.0
31262024-09-09T22:09:53.671Z[ helios-setup] Sep 09 22:09:52.802 INFO E| Downloaded sha2 v0.10.5
31272024-09-09T22:09:53.674Z[ helios-setup] Sep 09 22:09:52.805 INFO E| Downloaded digest v0.10.3
31282024-09-09T22:09:53.677Z[ helios-setup] Sep 09 22:09:52.808 INFO E| Downloaded bytes v1.2.1
31292024-09-09T22:09:53.683Z[ helios-setup] Sep 09 22:09:52.814 INFO E| Downloaded anyhow v1.0.62
31302024-09-09T22:09:53.887Z[ helios-setup] Sep 09 22:09:53.014 INFO E| Compiling version_check v0.9.4
31312024-09-09T22:09:53.887Z[ helios-setup] Sep 09 22:09:53.014 INFO E| Compiling typenum v1.15.0
31322024-09-09T22:09:53.892Z[ helios-setup] Sep 09 22:09:53.014 INFO E| Compiling cfg-if v1.0.0
31332024-09-09T22:09:53.892Z[ helios-setup] Sep 09 22:09:53.014 INFO E| Compiling crc32fast v1.3.2
31342024-09-09T22:09:53.892Z[ helios-setup] Sep 09 22:09:53.014 INFO E| Compiling anyhow v1.0.62
31352024-09-09T22:09:53.892Z[ helios-setup] Sep 09 22:09:53.014 INFO E| Compiling adler v1.0.2
31362024-09-09T22:09:53.892Z[ helios-setup] Sep 09 22:09:53.014 INFO E| Compiling unicode-width v0.1.10
31372024-09-09T22:09:53.892Z[ helios-setup] Sep 09 22:09:53.014 INFO E| Compiling cpufeatures v0.2.5
31382024-09-09T22:09:54.106Z[ helios-setup] Sep 09 22:09:53.236 INFO E| Compiling bitflags v1.3.2
31392024-09-09T22:09:54.128Z[ helios-setup] Sep 09 22:09:53.259 INFO E| Compiling bytes v1.2.1
31402024-09-09T22:09:54.473Z[ helios-setup] Sep 09 22:09:53.603 INFO E| Compiling miniz_oxide v0.6.2
31412024-09-09T22:09:54.500Z[ helios-setup] Sep 09 22:09:53.631 INFO E| Compiling getopts v0.2.21
31422024-09-09T22:09:55.206Z[ helios-setup] Sep 09 22:09:54.336 INFO E| Compiling generic-array v0.14.6
31432024-09-09T22:09:56.481Z[ helios-setup] Sep 09 22:09:55.611 INFO E| Compiling flate2 v1.0.25
31442024-09-09T22:09:59.759Z[ helios-setup] Sep 09 22:09:58.887 INFO E| Compiling crypto-common v0.1.6
31452024-09-09T22:09:59.759Z[ helios-setup] Sep 09 22:09:58.887 INFO E| Compiling block-buffer v0.10.3
31462024-09-09T22:09:59.975Z[ helios-setup] Sep 09 22:09:59.103 INFO E| Compiling digest v0.10.3
31472024-09-09T22:10:00.335Z[ helios-setup] Sep 09 22:09:59.464 INFO E| Compiling sha2 v0.10.5
31482024-09-09T22:10:00.856Z[ helios-setup] Sep 09 22:09:59.980 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
31492024-09-09T22:10:06.006Z[ helios-setup] Sep 09 22:10:05.134 INFO E| Finished `release` profile [optimized] target(s) in 12.78s
31502024-09-09T22:10:06.023Z[ helios-setup] Sep 09 22:10:05.151 INFO building project "bootserver" ok (12 seconds)
31512024-09-09T22:10:06.025Z[ helios-setup] rm -f helios-build
31522024-09-09T22:10:06.028Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
31532024-09-09T22:10:06.031Z[ helios-setup]
31542024-09-09T22:10:06.033Z[ helios-setup] Setup complete! ./helios-build is now available.
31552024-09-09T22:10:06.035Z[ helios-setup]
31562024-09-09T22:10:06.038Z[ helios-setup]
31572024-09-09T22:10:06.038ZSep 09 22:10:05.164 INFO [helios-setup] process exited with exit status: 0 (736.673665281s)
31582024-09-09T22:10:06.038Z[ helios-setup] real 12:16.667885501
31592024-09-09T22:10:06.038Z[ helios-setup] user 28:55.610372299
31602024-09-09T22:10:06.038Z[ helios-setup] sys 3:32.330347395
31612024-09-09T22:10:06.038Z[ helios-setup] trap 1.721727606
31622024-09-09T22:10:06.038Z[ helios-setup] tflt 6.757518816
31632024-09-09T22:10:06.038Z[ helios-setup] dflt 38.421660978
31642024-09-09T22:10:06.038Z[ helios-setup] kflt 0.000420477
31652024-09-09T22:10:06.038Z[ helios-setup] lock 2:10:36.356498304
31662024-09-09T22:10:06.038Z[ helios-setup] slp 3:45:00.919184921
31672024-09-09T22:10:06.038Z[ helios-setup] lat 32:48.190587757
31682024-09-09T22:10:06.038Z[ helios-setup] stop 4:37.461775080
31692024-09-09T22:10:06.038ZSep 09 22:10:05.166 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31702024-09-09T22:10:06.057Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-04-x86_64-unknown-illumos'
31712024-09-09T22:10:06.278Z[ phbl-toolchain] info: latest update on 2024-09-04, rust version 1.83.0-nightly (d6c8169c1 2024-09-03)
31722024-09-09T22:10:06.278Z[ phbl-toolchain] info: downloading component 'cargo'
31732024-09-09T22:10:07.824Z[ phbl-toolchain] info: downloading component 'clippy'
31742024-09-09T22:10:08.221Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31752024-09-09T22:10:13.074Z[ phbl-toolchain] info: downloading component 'miri'
31762024-09-09T22:10:14.051Z[ phbl-toolchain] info: downloading component 'rust-docs'
31772024-09-09T22:10:15.313Z[ phbl-toolchain] info: downloading component 'rust-src'
31782024-09-09T22:10:15.488Z[ phbl-toolchain] info: downloading component 'rust-std'
31792024-09-09T22:10:17.013Z[ phbl-toolchain] info: downloading component 'rustc'
31802024-09-09T22:10:25.266Z[ phbl-toolchain] info: downloading component 'rustfmt'
31812024-09-09T22:10:26.132Z[ phbl-toolchain] info: installing component 'cargo'
31822024-09-09T22:10:27.450Z[ phbl-toolchain] info: installing component 'clippy'
31832024-09-09T22:10:27.990Z[ phbl-toolchain] info: installing component 'llvm-tools'
31842024-09-09T22:10:33.863Z[ phbl-toolchain] info: installing component 'miri'
31852024-09-09T22:10:34.231Z[ phbl-toolchain] info: installing component 'rust-docs'
31862024-09-09T22:10:41.021Z[ phbl-toolchain] info: installing component 'rust-src'
31872024-09-09T22:10:41.803Z[ phbl-toolchain] info: installing component 'rust-std'
31882024-09-09T22:10:44.251Z[ phbl-toolchain] info: installing component 'rustc'
31892024-09-09T22:10:53.907Z[ phbl-toolchain] info: installing component 'rustfmt'
31902024-09-09T22:10:54.691Z[ phbl-toolchain] cargo 1.83.0-nightly (c1fa840a8 2024-08-29)
31912024-09-09T22:10:54.696ZSep 09 22:10:53.812 INFO [phbl-toolchain] process exited with exit status: 0 (48.646347739s)
31922024-09-09T22:11:36.529Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31932024-09-09T22:11:45.842Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31942024-09-09T22:18:01.374Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 26s
31952024-09-09T22:19:00.622ZSep 09 22:18:59.642 INFO [host-package] process exited with exit status: 0 (1225.811776632s)
31962024-09-09T22:19:00.622ZSep 09 22:18:59.642 INFO [host-stamp] running task
31972024-09-09T22:19:00.625ZSep 09 22:18:59.642 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31982024-09-09T22:19:00.629ZSep 09 22:18:59.648 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 10.0.0-0.ci+git61160bbb9bc
31992024-09-09T22:19:00.634ZSep 09 22:18:59.654 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 10.0.0-0.ci+git61160bbb9bc
32002024-09-09T22:19:00.640ZSep 09 22:18:59.659 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 10.0.0-0.ci+git61160bbb9bc
32012024-09-09T22:19:00.644Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
32022024-09-09T22:19:00.646Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32032024-09-09T22:19:00.646ZSep 09 22:18:59.665 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 10.0.0-0.ci+git61160bbb9bc
32042024-09-09T22:19:00.651Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32052024-09-09T22:19:00.654Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32062024-09-09T22:19:00.654ZSep 09 22:18:59.672 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 10.0.0-0.ci+git61160bbb9bc
32072024-09-09T22:19:00.658Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32082024-09-09T22:19:00.660Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32092024-09-09T22:19:00.662ZSep 09 22:18:59.680 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 10.0.0-0.ci+git61160bbb9bc
32102024-09-09T22:19:00.665Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32112024-09-09T22:19:00.668ZSep 09 22:18:59.687 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 10.0.0-0.ci+git61160bbb9bc
32122024-09-09T22:19:00.673Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32132024-09-09T22:19:00.676ZSep 09 22:18:59.695 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 10.0.0-0.ci+git61160bbb9bc
32142024-09-09T22:19:00.683Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32152024-09-09T22:19:00.686ZSep 09 22:18:59.706 INFO [stamp-oxlog] process exited with exit status: 0 (52.142898ms)
32162024-09-09T22:19:00.686ZSep 09 22:18:59.706 INFO [stamp-overlay] process exited with exit status: 0 (57.766507ms)
32172024-09-09T22:19:00.689Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32182024-09-09T22:19:00.699Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
32192024-09-09T22:19:00.701Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32202024-09-09T22:19:00.705ZSep 09 22:18:59.725 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (29.508219ms)
32212024-09-09T22:19:00.745Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32222024-09-09T22:19:00.749ZSep 09 22:18:59.769 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (109.137026ms)
32232024-09-09T22:19:00.904Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32242024-09-09T22:19:00.908ZSep 09 22:18:59.927 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (247.742009ms)
32252024-09-09T22:19:01.002Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32262024-09-09T22:19:01.005ZSep 09 22:19:00.024 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (352.360174ms)
32272024-09-09T22:19:01.829Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32282024-09-09T22:19:01.834ZSep 09 22:19:00.851 INFO [stamp-propolis-server] process exited with exit status: 0 (1.18615618s)
32292024-09-09T22:19:02.024Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32302024-09-09T22:19:04.292Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32312024-09-09T22:19:10.954Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32322024-09-09T22:19:10.957ZSep 09 22:19:09.975 INFO [stamp-switch-asic] process exited with exit status: 0 (10.287992546s)
32332024-09-09T22:19:10.961ZSep 09 22:19:09.975 INFO [host-stamp] task succeeded (10.332895811s)
32342024-09-09T22:19:10.961ZSep 09 22:19:09.975 INFO [host-proto] running task
32352024-09-09T22:19:11.343ZSep 09 22:19:10.360 INFO [host-proto] task succeeded (384.87623ms)
32362024-09-09T22:19:11.343ZSep 09 22:19:10.360 INFO [host-profile] running task
32372024-09-09T22:19:11.345ZSep 09 22:19:10.360 INFO [host-profile] task succeeded (362.074µs)
32382024-09-09T22:19:11.345ZSep 09 22:19:10.361 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/.tmpk1xqE7/proto/host/root -N 'ci 61160bb/${os_short_commit} 2024-09-09 21:57' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32392024-09-09T22:19:11.357Z[ host-image] Sep 09 22:19:10.374 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32402024-09-09T22:19:11.359Z[ host-image] Sep 09 22:19:10.374 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32412024-09-09T22:19:11.373Z[ host-image] Sep 09 22:19:10.390 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpk1xqE7/proto/host/root"
32422024-09-09T22:19:11.373Z[ host-image] Sep 09 22:19:10.390 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32432024-09-09T22:19:11.375Z[ host-image] Sep 09 22:19:10.390 INFO image builder template: ramdisk-01-os...
32442024-09-09T22:19:11.375Z[ host-image] Sep 09 22:19:10.391 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/.tmpk1xqE7/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
32452024-09-09T22:19:11.393Z[ host-image] Sep 09 22:19:10.410 INFO O| Sep 09 22:19:10.410 INFO CREATE DATASET: rpool/images/build/host/output
32462024-09-09T22:19:11.521Z[ host-image] Sep 09 22:19:10.538 INFO O| Sep 09 22:19:10.538 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32472024-09-09T22:19:11.525Z[ host-image] Sep 09 22:19:10.543 INFO O| Sep 09 22:19:10.543 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32482024-09-09T22:19:11.898Z[ host-image] Sep 09 22:19:10.915 INFO O| Sep 09 22:19:10.915 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
32492024-09-09T22:19:11.966Z[ host-image] Sep 09 22:19:10.983 INFO O| Sep 09 22:19:10.983 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32502024-09-09T22:19:11.966Z[ host-image] Sep 09 22:19:10.983 INFO O| Sep 09 22:19:10.983 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
32512024-09-09T22:19:11.969Z[ host-image] Sep 09 22:19:10.983 INFO O| Sep 09 22:19:10.983 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
32522024-09-09T22:19:11.969Z[ host-image] Sep 09 22:19:10.983 INFO O| Sep 09 22:19:10.983 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
32532024-09-09T22:19:11.975Z[ host-image] Sep 09 22:19:10.992 INFO O| Sep 09 22:19:10.992 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
32542024-09-09T22:19:12.293Z[ host-image] Sep 09 22:19:11.310 INFO O| Sep 09 22:19:11.310 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32552024-09-09T22:19:12.309Z[ host-image] Sep 09 22:19:11.325 INFO O| Sep 09 22:19:11.325 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
32562024-09-09T22:19:12.876Z[ host-image] Sep 09 22:19:11.893 INFO O| Sep 09 22:19:11.893 INFO O| Caching catalogs ... Done
32572024-09-09T22:19:13.005Z[ host-image] Sep 09 22:19:12.022 INFO O| Sep 09 22:19:12.022 INFO STEP 0 (pkg_image_create) COMPLETE
32582024-09-09T22:19:13.005Z[ host-image] Sep 09 22:19:12.022 INFO O| Sep 09 22:19:12.022 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32592024-09-09T22:19:13.005Z[ host-image] Sep 09 22:19:12.022 INFO O| Sep 09 22:19:12.022 INFO skip step because feature "repo_redist" is not enabled
32602024-09-09T22:19:13.007Z[ host-image] Sep 09 22:19:12.022 INFO O| Sep 09 22:19:12.022 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32612024-09-09T22:19:13.022Z[ host-image] Sep 09 22:19:12.038 INFO O| Sep 09 22:19:12.038 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"]
32622024-09-09T22:19:13.574Z[ host-image] Sep 09 22:19:12.590 INFO O| Sep 09 22:19:12.590 INFO STEP 2 (pkg_set_publisher) COMPLETE
32632024-09-09T22:19:13.574Z[ host-image] Sep 09 22:19:12.590 INFO O| Sep 09 22:19:12.590 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32642024-09-09T22:19:13.589Z[ host-image] Sep 09 22:19:12.606 INFO O| Sep 09 22:19:12.606 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"]
32652024-09-09T22:19:14.132Z[ host-image] Sep 09 22:19:13.148 INFO O| Sep 09 22:19:13.148 INFO STEP 3 (pkg_set_publisher) COMPLETE
32662024-09-09T22:19:14.132Z[ host-image] Sep 09 22:19:13.149 INFO O| Sep 09 22:19:13.148 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32672024-09-09T22:19:14.135Z[ host-image] Sep 09 22:19:13.149 INFO O| Sep 09 22:19:13.148 INFO skip step because feature "repo_redist" is not enabled
32682024-09-09T22:19:14.135Z[ host-image] Sep 09 22:19:13.149 INFO O| Sep 09 22:19:13.148 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32692024-09-09T22:19:14.665Z[ host-image] Sep 09 22:19:13.681 INFO O| Sep 09 22:19:13.681 INFO variant opensolaris.zone is already global
32702024-09-09T22:19:14.665Z[ host-image] Sep 09 22:19:13.681 INFO O| Sep 09 22:19:13.681 INFO STEP 5 (pkg_change_variant) COMPLETE
32712024-09-09T22:19:14.668Z[ host-image] Sep 09 22:19:13.681 INFO O| Sep 09 22:19:13.681 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32722024-09-09T22:19:15.226Z[ host-image] Sep 09 22:19:14.242 INFO O| Sep 09 22:19:14.242 INFO variant opensolaris.imagetype is full; changing to partial
32732024-09-09T22:19:15.226Z[ host-image] Sep 09 22:19:14.242 INFO O| Sep 09 22:19:14.242 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32742024-09-09T22:19:21.299Z[ host-image] Sep 09 22:19:20.314 INFO O| Sep 09 22:19:20.314 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32752024-09-09T22:19:23.202Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.34s
32762024-09-09T22:19:23.682Z[ host-image] Sep 09 22:19:22.695 INFO O| Sep 09 22:19:22.695 INFO O| Startup: Caching catalogs ... Done
32772024-09-09T22:19:23.745Z[ host-image] Sep 09 22:19:22.760 INFO O| Sep 09 22:19:22.760 INFO O| Planning: Planning completed in 0.00 seconds
32782024-09-09T22:19:23.748Z[ host-image] Sep 09 22:19:22.760 INFO O| Sep 09 22:19:22.760 INFO O| Planning: Consolidating action changes ... Done
32792024-09-09T22:19:23.748Z[ host-image] Sep 09 22:19:22.761 INFO O| Sep 09 22:19:22.761 INFO O| Planning: Evaluating mediators ... Done
32802024-09-09T22:19:23.748Z[ host-image] Sep 09 22:19:22.761 INFO O| Sep 09 22:19:22.761 INFO O| Planning: Planning completed in 0.00 seconds
32812024-09-09T22:19:23.748Z[ host-image] Sep 09 22:19:22.761 INFO O| Sep 09 22:19:22.761 INFO O| Variants/Facets to change: 1
32822024-09-09T22:19:23.763Z[ host-image] Sep 09 22:19:22.778 INFO O| Sep 09 22:19:22.778 INFO O| Done
32832024-09-09T22:19:23.763Z[ host-image] Sep 09 22:19:22.778 INFO O| Sep 09 22:19:22.778 INFO O| Done
32842024-09-09T22:19:24.098Z[ host-image] Sep 09 22:19:23.112 INFO O| Sep 09 22:19:23.112 INFO O| Done
32852024-09-09T22:19:24.136Z[ host-image] Sep 09 22:19:23.148 INFO O| Sep 09 22:19:23.148 INFO O| Done
32862024-09-09T22:19:24.140Z[ host-image] Sep 09 22:19:23.150 INFO O| Sep 09 22:19:23.150 INFO O| Done
32872024-09-09T22:19:24.140Z[ host-image] Sep 09 22:19:23.150 INFO O| Sep 09 22:19:23.150 INFO O| Done
32882024-09-09T22:19:24.140Z[ host-image] Sep 09 22:19:23.152 INFO O| Sep 09 22:19:23.152 INFO O| Done
32892024-09-09T22:19:24.427ZSep 09 22:19:23.441 INFO [recovery-package] process exited with exit status: 0 (23.799131205s)
32902024-09-09T22:19:24.427ZSep 09 22:19:23.442 INFO [recovery-stamp] running task
32912024-09-09T22:19:24.429ZSep 09 22:19:23.442 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32922024-09-09T22:19:24.430ZSep 09 22:19:23.442 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 10.0.0-0.ci+git61160bbb9bc
32932024-09-09T22:19:24.439ZSep 09 22:19:23.454 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git61160bbb9bc
32942024-09-09T22:19:24.449Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32952024-09-09T22:19:24.454Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32962024-09-09T22:19:24.460Z[ host-image] Sep 09 22:19:23.474 INFO O| Sep 09 22:19:23.474 INFO STEP 6 (pkg_change_variant) COMPLETE
32972024-09-09T22:19:24.463Z[ host-image] Sep 09 22:19:23.474 INFO O| Sep 09 22:19:23.474 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32982024-09-09T22:19:24.463Z[ host-image] Sep 09 22:19:23.474 INFO O| Sep 09 22:19:23.474 INFO skip step because feature "debug_variant" is not enabled
32992024-09-09T22:19:24.463Z[ host-image] Sep 09 22:19:23.474 INFO O| Sep 09 22:19:23.474 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33002024-09-09T22:19:24.523Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33012024-09-09T22:19:24.526ZSep 09 22:19:23.541 INFO [stamp-installinator] process exited with exit status: 0 (87.475919ms)
33022024-09-09T22:19:24.569Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
33032024-09-09T22:19:24.572ZSep 09 22:19:23.586 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (144.483634ms)
33042024-09-09T22:19:24.574ZSep 09 22:19:23.586 INFO [recovery-stamp] task succeeded (144.901498ms)
33052024-09-09T22:19:24.574ZSep 09 22:19:23.587 INFO [recovery-proto] running task
33062024-09-09T22:19:24.574ZSep 09 22:19:23.587 INFO [tuf-stamp] running task
33072024-09-09T22:19:24.574ZSep 09 22:19:23.588 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 10.0.0-0.ci+git61160bbb9bc
33082024-09-09T22:19:24.583ZSep 09 22:19:23.597 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 10.0.0-0.ci+git61160bbb9bc
33092024-09-09T22:19:24.592Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33102024-09-09T22:19:24.594ZSep 09 22:19:23.607 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 10.0.0-0.ci+git61160bbb9bc
33112024-09-09T22:19:24.602Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33122024-09-09T22:19:24.605ZSep 09 22:19:23.617 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 10.0.0-0.ci+git61160bbb9bc
33132024-09-09T22:19:24.611ZSep 09 22:19:23.626 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 10.0.0-0.ci+git61160bbb9bc
33142024-09-09T22:19:24.619Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33152024-09-09T22:19:24.622Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33162024-09-09T22:19:24.625ZSep 09 22:19:23.637 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 10.0.0-0.ci+git61160bbb9bc
33172024-09-09T22:19:24.649Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33182024-09-09T22:19:24.668ZSep 09 22:19:23.683 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 10.0.0-0.ci+git61160bbb9bc
33192024-09-09T22:19:24.697Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33202024-09-09T22:19:24.699ZSep 09 22:19:23.712 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 10.0.0-0.ci+git61160bbb9bc
33212024-09-09T22:19:24.749ZSep 09 22:19:23.763 INFO [recovery-proto] task succeeded (176.336913ms)
33222024-09-09T22:19:24.751ZSep 09 22:19:23.764 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/.tmpk1xqE7/proto/recovery/root -N 'recovery 61160bb/${os_short_commit} 2024-09-09 21:57' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33232024-09-09T22:19:24.762Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33242024-09-09T22:19:24.765ZSep 09 22:19:23.777 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 10.0.0-0.ci+git61160bbb9bc
33252024-09-09T22:19:24.811Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33262024-09-09T22:19:24.813Z[ recovery-image] Sep 09 22:19:23.785 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33272024-09-09T22:19:24.813Z[ recovery-image] Sep 09 22:19:23.785 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33282024-09-09T22:19:24.813Z[ recovery-image] Sep 09 22:19:23.801 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpk1xqE7/proto/recovery/root"
33292024-09-09T22:19:24.813Z[ recovery-image] Sep 09 22:19:23.801 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33302024-09-09T22:19:24.813Z[ recovery-image] Sep 09 22:19:23.801 INFO image builder template: ramdisk-01-os...
33312024-09-09T22:19:24.813Z[ recovery-image] Sep 09 22:19:23.801 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/.tmpk1xqE7/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
33322024-09-09T22:19:24.813ZSep 09 22:19:23.826 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 10.0.0-0.ci+git61160bbb9bc
33332024-09-09T22:19:24.835Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33342024-09-09T22:19:24.835ZSep 09 22:19:23.850 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 10.0.0-0.ci+git61160bbb9bc
33352024-09-09T22:19:24.851Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33362024-09-09T22:19:24.859Z[ recovery-image] Sep 09 22:19:23.873 INFO O| Sep 09 22:19:23.867 INFO CREATE DATASET: rpool/images/build/recovery/output
33372024-09-09T22:19:24.862Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33382024-09-09T22:19:25.113Z[ host-image] Sep 09 22:19:24.127 INFO O| Sep 09 22:19:24.127 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33392024-09-09T22:19:25.152Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33402024-09-09T22:19:25.156ZSep 09 22:19:24.171 INFO [stamp-probe] process exited with exit status: 0 (320.839414ms)
33412024-09-09T22:19:25.258Z[ recovery-image] Sep 09 22:19:24.272 INFO O| Sep 09 22:19:24.272 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33422024-09-09T22:19:25.263Z[ recovery-image] Sep 09 22:19:24.278 INFO O| Sep 09 22:19:24.278 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33432024-09-09T22:19:25.383Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33442024-09-09T22:19:25.414ZSep 09 22:19:24.428 INFO [stamp-ntp] process exited with exit status: 0 (650.702802ms)
33452024-09-09T22:19:25.502Z[ recovery-image] Sep 09 22:19:24.516 INFO O| Sep 09 22:19:24.516 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33462024-09-09T22:19:25.564Z[ recovery-image] Sep 09 22:19:24.578 INFO O| Sep 09 22:19:24.578 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33472024-09-09T22:19:25.564Z[ recovery-image] Sep 09 22:19:24.578 INFO O| Sep 09 22:19:24.578 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33482024-09-09T22:19:25.566Z[ recovery-image] Sep 09 22:19:24.578 INFO O| Sep 09 22:19:24.578 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33492024-09-09T22:19:25.566Z[ recovery-image] Sep 09 22:19:24.578 INFO O| Sep 09 22:19:24.578 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33502024-09-09T22:19:25.596Z[ recovery-image] Sep 09 22:19:24.610 INFO O| Sep 09 22:19:24.610 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33512024-09-09T22:19:25.944Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33522024-09-09T22:19:25.956Z[ recovery-image] Sep 09 22:19:24.970 INFO O| Sep 09 22:19:24.970 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33532024-09-09T22:19:25.975ZSep 09 22:19:24.989 INFO [stamp-external-dns] process exited with exit status: 0 (1.372369242s)
33542024-09-09T22:19:25.994Z[ recovery-image] Sep 09 22:19:25.008 INFO O| Sep 09 22:19:25.008 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33552024-09-09T22:19:26.068Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33562024-09-09T22:19:26.096ZSep 09 22:19:25.110 INFO [stamp-internal-dns] process exited with exit status: 0 (1.472614039s)
33572024-09-09T22:19:26.196Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
33582024-09-09T22:19:26.220Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33592024-09-09T22:19:26.253Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33602024-09-09T22:19:26.276ZSep 09 22:19:25.267 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.555137795s)
33612024-09-09T22:19:26.284Z[ host-image] Sep 09 22:19:25.298 INFO O| Sep 09 22:19:25.298 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33622024-09-09T22:19:26.286Z[ host-image] Sep 09 22:19:25.300 INFO O| Sep 09 22:19:25.300 INFO O| Planning: Planning completed in 0.00 seconds
33632024-09-09T22:19:26.286Z[ host-image] Sep 09 22:19:25.301 INFO O| Sep 09 22:19:25.301 INFO O| Planning: Consolidating action changes ... Done
33642024-09-09T22:19:26.289Z[ host-image] Sep 09 22:19:25.301 INFO O| Sep 09 22:19:25.301 INFO O| Planning: Evaluating mediators ... Done
33652024-09-09T22:19:26.289Z[ host-image] Sep 09 22:19:25.301 INFO O| Sep 09 22:19:25.301 INFO O| Planning: Planning completed in 0.00 seconds
33662024-09-09T22:19:26.289Z[ host-image] Sep 09 22:19:25.302 INFO O| Sep 09 22:19:25.302 INFO O| Variants/Facets to change: 1
33672024-09-09T22:19:26.364Z[ host-image] Sep 09 22:19:25.378 INFO O| Sep 09 22:19:25.378 INFO O| Done
33682024-09-09T22:19:26.364Z[ host-image] Sep 09 22:19:25.378 INFO O| Sep 09 22:19:25.378 INFO O| Done
33692024-09-09T22:19:26.381Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33702024-09-09T22:19:26.383ZSep 09 22:19:25.395 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.769499245s)
33712024-09-09T22:19:26.562Z[ recovery-image] Sep 09 22:19:25.576 INFO O| Sep 09 22:19:25.575 INFO O| Caching catalogs ... Done
33722024-09-09T22:19:26.683Z[ recovery-image] Sep 09 22:19:25.697 INFO O| Sep 09 22:19:25.697 INFO STEP 0 (pkg_image_create) COMPLETE
33732024-09-09T22:19:26.683Z[ recovery-image] Sep 09 22:19:25.697 INFO O| Sep 09 22:19:25.697 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33742024-09-09T22:19:26.685Z[ recovery-image] Sep 09 22:19:25.697 INFO O| Sep 09 22:19:25.697 INFO skip step because feature "repo_redist" is not enabled
33752024-09-09T22:19:26.686Z[ recovery-image] Sep 09 22:19:25.697 INFO O| Sep 09 22:19:25.697 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33762024-09-09T22:19:26.700Z[ recovery-image] Sep 09 22:19:25.714 INFO O| Sep 09 22:19:25.714 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
33772024-09-09T22:19:26.832Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33782024-09-09T22:19:26.836Z[ host-image] Sep 09 22:19:25.849 INFO O| Sep 09 22:19:25.849 INFO O| Done
33792024-09-09T22:19:26.839ZSep 09 22:19:25.851 INFO [stamp-oximeter] process exited with exit status: 0 (2.0247341s)
33802024-09-09T22:19:26.874Z[ host-image] Sep 09 22:19:25.888 INFO O| Sep 09 22:19:25.888 INFO O| Done
33812024-09-09T22:19:26.877Z[ host-image] Sep 09 22:19:25.889 INFO O| Sep 09 22:19:25.889 INFO O| Done
33822024-09-09T22:19:26.877Z[ host-image] Sep 09 22:19:25.890 INFO O| Sep 09 22:19:25.890 INFO O| Done
33832024-09-09T22:19:26.879Z[ host-image] Sep 09 22:19:25.891 INFO O| Sep 09 22:19:25.891 INFO O| Done
33842024-09-09T22:19:26.955Z[ host-image] Sep 09 22:19:25.969 INFO O| Sep 09 22:19:25.969 INFO STEP 8 (pkg_change_facet) COMPLETE
33852024-09-09T22:19:26.955Z[ host-image] Sep 09 22:19:25.969 INFO O| Sep 09 22:19:25.969 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33862024-09-09T22:19:26.955Z[ host-image] Sep 09 22:19:25.969 INFO O| Sep 09 22:19:25.969 INFO skip step because feature "recovery" is not enabled
33872024-09-09T22:19:26.958Z[ host-image] Sep 09 22:19:25.969 INFO O| Sep 09 22:19:25.969 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33882024-09-09T22:19:26.958Z[ host-image] Sep 09 22:19:25.969 INFO O| Sep 09 22:19:25.969 INFO skip step because feature "recovery" is not enabled
33892024-09-09T22:19:26.958Z[ host-image] Sep 09 22:19:25.969 INFO O| Sep 09 22:19:25.969 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33902024-09-09T22:19:26.967Z[ host-image] Sep 09 22:19:25.981 INFO O| Sep 09 22:19:25.981 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"]
33912024-09-09T22:19:27.177Z[ recovery-image] Sep 09 22:19:26.190 INFO O| Sep 09 22:19:26.190 INFO STEP 2 (pkg_set_publisher) COMPLETE
33922024-09-09T22:19:27.177Z[ recovery-image] Sep 09 22:19:26.191 INFO O| Sep 09 22:19:26.190 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33932024-09-09T22:19:27.193Z[ recovery-image] Sep 09 22:19:26.207 INFO O| Sep 09 22:19:26.207 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"]
33942024-09-09T22:19:27.566Z[ host-image] Sep 09 22:19:26.579 INFO O| Sep 09 22:19:26.579 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33952024-09-09T22:19:27.680Z[ recovery-image] Sep 09 22:19:26.694 INFO O| Sep 09 22:19:26.694 INFO STEP 3 (pkg_set_publisher) COMPLETE
33962024-09-09T22:19:27.680Z[ recovery-image] Sep 09 22:19:26.694 INFO O| Sep 09 22:19:26.694 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33972024-09-09T22:19:27.683Z[ recovery-image] Sep 09 22:19:26.694 INFO O| Sep 09 22:19:26.694 INFO skip step because feature "repo_redist" is not enabled
33982024-09-09T22:19:27.683Z[ recovery-image] Sep 09 22:19:26.694 INFO O| Sep 09 22:19:26.694 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33992024-09-09T22:19:28.129Z[ recovery-image] Sep 09 22:19:27.143 INFO O| Sep 09 22:19:27.143 INFO variant opensolaris.zone is already global
34002024-09-09T22:19:28.129Z[ recovery-image] Sep 09 22:19:27.143 INFO O| Sep 09 22:19:27.143 INFO STEP 5 (pkg_change_variant) COMPLETE
34012024-09-09T22:19:28.132Z[ recovery-image] Sep 09 22:19:27.143 INFO O| Sep 09 22:19:27.143 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34022024-09-09T22:19:28.188Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
34032024-09-09T22:19:28.192ZSep 09 22:19:27.206 INFO [stamp-nexus] process exited with exit status: 0 (3.608515623s)
34042024-09-09T22:19:28.597Z[ recovery-image] Sep 09 22:19:27.610 INFO O| Sep 09 22:19:27.610 INFO variant opensolaris.imagetype is full; changing to partial
34052024-09-09T22:19:28.597Z[ recovery-image] Sep 09 22:19:27.611 INFO O| Sep 09 22:19:27.610 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34062024-09-09T22:19:30.070Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
34072024-09-09T22:19:30.074ZSep 09 22:19:29.087 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.404709733s)
34082024-09-09T22:19:31.069Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34092024-09-09T22:19:31.073Z[verify-libraries] Compiling polyval v0.6.2
34102024-09-09T22:19:31.225Z[verify-libraries] Compiling rfc6979 v0.4.0
34112024-09-09T22:19:31.261Z[verify-libraries] Compiling primeorder v0.13.6
34122024-09-09T22:19:31.262Z[verify-libraries] Compiling ctr v0.9.2
34132024-09-09T22:19:31.382Z[verify-libraries] Compiling ed25519 v2.2.3
34142024-09-09T22:19:31.382Z[verify-libraries] Compiling ssh-encoding v0.2.0
34152024-09-09T22:19:31.382Z[verify-libraries] Compiling blowfish v0.9.1
34162024-09-09T22:19:31.734Z[verify-libraries] Compiling ecdsa v0.16.9
34172024-09-09T22:19:31.826Z[verify-libraries] Compiling ghash v0.5.1
34182024-09-09T22:19:31.938Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34192024-09-09T22:19:32.051Z[verify-libraries] Compiling ed25519-dalek v2.1.1
34202024-09-09T22:19:32.133Z[verify-libraries] Compiling aes-gcm v0.10.3
34212024-09-09T22:19:32.194Z[verify-libraries] Compiling password-hash v0.4.2
34222024-09-09T22:19:32.669Z[verify-libraries] Compiling ssh-cipher v0.2.0
34232024-09-09T22:19:32.745Z[verify-libraries] Compiling matches v0.1.10
34242024-09-09T22:19:32.969Z[verify-libraries] Compiling idna v0.2.3
34252024-09-09T22:19:33.041Z[verify-libraries] Compiling p384 v0.13.0
34262024-09-09T22:19:33.473Z[verify-libraries] Compiling ssh-key v0.6.6
34272024-09-09T22:19:33.771Z[verify-libraries] Compiling pbkdf2 v0.11.0
34282024-09-09T22:19:33.825Z[verify-libraries] Compiling p521 v0.13.3
34292024-09-09T22:19:33.860Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34302024-09-09T22:19:33.914ZSep 09 22:19:32.926 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.338526211s)
34312024-09-09T22:19:34.168Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34322024-09-09T22:19:34.210ZSep 09 22:19:33.223 INFO [stamp-clickhouse] process exited with exit status: 0 (9.616173246s)
34332024-09-09T22:19:34.213ZSep 09 22:19:33.223 INFO [tuf-stamp] task succeeded (9.636346166s)
34342024-09-09T22:19:34.390Z[verify-libraries] Compiling p256 v0.13.2
34352024-09-09T22:19:34.808Z[verify-libraries] Compiling enum-as-inner v0.5.1
34362024-09-09T22:19:34.926Z[ recovery-image] Sep 09 22:19:33.938 INFO O| Sep 09 22:19:33.938 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34372024-09-09T22:19:36.019Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34382024-09-09T22:19:36.542Z[verify-libraries] Compiling md5 v0.7.0
34392024-09-09T22:19:36.932Z[verify-libraries] Compiling russh-keys v0.45.0
34402024-09-09T22:19:36.966Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34412024-09-09T22:19:37.162Z[verify-libraries] Compiling num-bigint v0.4.5
34422024-09-09T22:19:37.828Z[verify-libraries] Compiling des v0.8.1
34432024-09-09T22:19:38.473Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34442024-09-09T22:19:39.645Z[verify-libraries] Compiling hex-literal v0.4.1
34452024-09-09T22:19:39.965Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34462024-09-09T22:19:40.370Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34472024-09-09T22:19:41.187Z[verify-libraries] Compiling russh v0.45.0
34482024-09-09T22:19:42.365Z[ recovery-image] Sep 09 22:19:41.376 INFO O| Sep 09 22:19:41.375 INFO O| Startup: Caching catalogs ... Done
34492024-09-09T22:19:42.477Z[ recovery-image] Sep 09 22:19:41.487 INFO O| Sep 09 22:19:41.487 INFO O| Planning: Planning completed in 0.00 seconds
34502024-09-09T22:19:42.479Z[ recovery-image] Sep 09 22:19:41.488 INFO O| Sep 09 22:19:41.488 INFO O| Planning: Consolidating action changes ... Done
34512024-09-09T22:19:42.479Z[ recovery-image] Sep 09 22:19:41.488 INFO O| Sep 09 22:19:41.488 INFO O| Planning: Evaluating mediators ... Done
34522024-09-09T22:19:42.479Z[ recovery-image] Sep 09 22:19:41.489 INFO O| Sep 09 22:19:41.489 INFO O| Planning: Planning completed in 0.00 seconds
34532024-09-09T22:19:42.479Z[ recovery-image] Sep 09 22:19:41.489 INFO O| Sep 09 22:19:41.489 INFO O| Variants/Facets to change: 1
34542024-09-09T22:19:42.569Z[ recovery-image] Sep 09 22:19:41.580 INFO O| Sep 09 22:19:41.580 INFO O| Done
34552024-09-09T22:19:42.569Z[ recovery-image] Sep 09 22:19:41.580 INFO O| Sep 09 22:19:41.580 INFO O| Done
34562024-09-09T22:19:43.107Z[ recovery-image] Sep 09 22:19:42.117 INFO O| Sep 09 22:19:42.117 INFO O| Done
34572024-09-09T22:19:43.151Z[ recovery-image] Sep 09 22:19:42.162 INFO O| Sep 09 22:19:42.162 INFO O| Done
34582024-09-09T22:19:43.154Z[ recovery-image] Sep 09 22:19:42.164 INFO O| Sep 09 22:19:42.164 INFO O| Done
34592024-09-09T22:19:43.154Z[ recovery-image] Sep 09 22:19:42.164 INFO O| Sep 09 22:19:42.164 INFO O| Done
34602024-09-09T22:19:43.157Z[ recovery-image] Sep 09 22:19:42.166 INFO O| Sep 09 22:19:42.166 INFO O| Done
34612024-09-09T22:19:43.681Z[ recovery-image] Sep 09 22:19:42.692 INFO O| Sep 09 22:19:42.692 INFO STEP 6 (pkg_change_variant) COMPLETE
34622024-09-09T22:19:43.682Z[ recovery-image] Sep 09 22:19:42.692 INFO O| Sep 09 22:19:42.692 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34632024-09-09T22:19:43.685Z[ recovery-image] Sep 09 22:19:42.692 INFO O| Sep 09 22:19:42.692 INFO skip step because feature "debug_variant" is not enabled
34642024-09-09T22:19:43.685Z[ recovery-image] Sep 09 22:19:42.692 INFO O| Sep 09 22:19:42.692 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34652024-09-09T22:19:44.422Z[ recovery-image] Sep 09 22:19:43.432 INFO O| Sep 09 22:19:43.432 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34662024-09-09T22:19:45.383Z[ recovery-image] Sep 09 22:19:44.393 INFO O| Sep 09 22:19:44.393 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34672024-09-09T22:19:45.385Z[ recovery-image] Sep 09 22:19:44.395 INFO O| Sep 09 22:19:44.395 INFO O| Planning: Planning completed in 0.00 seconds
34682024-09-09T22:19:45.385Z[ recovery-image] Sep 09 22:19:44.396 INFO O| Sep 09 22:19:44.396 INFO O| Planning: Consolidating action changes ... Done
34692024-09-09T22:19:45.388Z[ recovery-image] Sep 09 22:19:44.396 INFO O| Sep 09 22:19:44.396 INFO O| Planning: Evaluating mediators ... Done
34702024-09-09T22:19:45.388Z[ recovery-image] Sep 09 22:19:44.396 INFO O| Sep 09 22:19:44.396 INFO O| Planning: Planning completed in 0.00 seconds
34712024-09-09T22:19:45.388Z[ recovery-image] Sep 09 22:19:44.397 INFO O| Sep 09 22:19:44.397 INFO O| Variants/Facets to change: 1
34722024-09-09T22:19:45.487Z[ recovery-image] Sep 09 22:19:44.495 INFO O| Sep 09 22:19:44.495 INFO O| Done
34732024-09-09T22:19:45.487Z[ recovery-image] Sep 09 22:19:44.496 INFO O| Sep 09 22:19:44.495 INFO O| Done
34742024-09-09T22:19:46.056Z[ recovery-image] Sep 09 22:19:45.065 INFO O| Sep 09 22:19:45.065 INFO O| Done
34752024-09-09T22:19:46.109Z[ recovery-image] Sep 09 22:19:45.119 INFO O| Sep 09 22:19:45.119 INFO O| Done
34762024-09-09T22:19:46.111Z[ recovery-image] Sep 09 22:19:45.120 INFO O| Sep 09 22:19:45.120 INFO O| Done
34772024-09-09T22:19:46.112Z[ recovery-image] Sep 09 22:19:45.120 INFO O| Sep 09 22:19:45.120 INFO O| Done
34782024-09-09T22:19:46.114Z[ recovery-image] Sep 09 22:19:45.122 INFO O| Sep 09 22:19:45.122 INFO O| Done
34792024-09-09T22:19:46.202Z[ recovery-image] Sep 09 22:19:45.212 INFO O| Sep 09 22:19:45.212 INFO STEP 8 (pkg_change_facet) COMPLETE
34802024-09-09T22:19:46.202Z[ recovery-image] Sep 09 22:19:45.212 INFO O| Sep 09 22:19:45.212 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34812024-09-09T22:19:46.581Z[verify-libraries] Compiling dhcproto v0.12.0
34822024-09-09T22:19:46.847Z[ recovery-image] Sep 09 22:19:45.857 INFO O| Sep 09 22:19:45.857 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34832024-09-09T22:19:47.954Z[ recovery-image] Sep 09 22:19:46.964 INFO O| Sep 09 22:19:46.964 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34842024-09-09T22:19:47.958Z[ recovery-image] Sep 09 22:19:46.966 INFO O| Sep 09 22:19:46.966 INFO O| Planning: Planning completed in 0.00 seconds
34852024-09-09T22:19:47.961Z[ recovery-image] Sep 09 22:19:46.967 INFO O| Sep 09 22:19:46.967 INFO O| Planning: Consolidating action changes ... Done
34862024-09-09T22:19:47.961Z[ recovery-image] Sep 09 22:19:46.967 INFO O| Sep 09 22:19:46.967 INFO O| Planning: Evaluating mediators ... Done
34872024-09-09T22:19:47.961Z[ recovery-image] Sep 09 22:19:46.967 INFO O| Sep 09 22:19:46.967 INFO O| Planning: Planning completed in 0.00 seconds
34882024-09-09T22:19:47.961Z[ recovery-image] Sep 09 22:19:46.968 INFO O| Sep 09 22:19:46.968 INFO O| Variants/Facets to change: 1
34892024-09-09T22:19:48.050Z[verify-libraries] Compiling internet-checksum v0.2.1
34902024-09-09T22:19:48.091Z[ recovery-image] Sep 09 22:19:47.101 INFO O| Sep 09 22:19:47.100 INFO O| Done
34912024-09-09T22:19:48.091Z[ recovery-image] Sep 09 22:19:47.101 INFO O| Sep 09 22:19:47.101 INFO O| Done
34922024-09-09T22:19:48.482Z[verify-libraries] Compiling heck v0.4.1
34932024-09-09T22:19:48.668Z[ recovery-image] Sep 09 22:19:47.678 INFO O| Sep 09 22:19:47.678 INFO O| Done
34942024-09-09T22:19:48.737Z[ recovery-image] Sep 09 22:19:47.746 INFO O| Sep 09 22:19:47.746 INFO O| Done
34952024-09-09T22:19:48.739Z[ recovery-image] Sep 09 22:19:47.747 INFO O| Sep 09 22:19:47.747 INFO O| Done
34962024-09-09T22:19:48.739Z[ recovery-image] Sep 09 22:19:47.747 INFO O| Sep 09 22:19:47.747 INFO O| Done
34972024-09-09T22:19:48.742Z[ recovery-image] Sep 09 22:19:47.749 INFO O| Sep 09 22:19:47.749 INFO O| Done
34982024-09-09T22:19:48.833Z[ recovery-image] Sep 09 22:19:47.842 INFO O| Sep 09 22:19:47.842 INFO STEP 9 (pkg_change_facet) COMPLETE
34992024-09-09T22:19:48.833Z[ recovery-image] Sep 09 22:19:47.842 INFO O| Sep 09 22:19:47.842 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35002024-09-09T22:19:49.597Z[ recovery-image] Sep 09 22:19:48.606 INFO O| Sep 09 22:19:48.606 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
35012024-09-09T22:19:50.156Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35022024-09-09T22:19:50.609Z[ recovery-image] Sep 09 22:19:49.618 INFO O| Sep 09 22:19:49.618 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35032024-09-09T22:19:50.612Z[ recovery-image] Sep 09 22:19:49.620 INFO O| Sep 09 22:19:49.620 INFO O| Planning: Planning completed in 0.00 seconds
35042024-09-09T22:19:50.614Z[ recovery-image] Sep 09 22:19:49.621 INFO O| Sep 09 22:19:49.621 INFO O| Planning: Consolidating action changes ... Done
35052024-09-09T22:19:50.614Z[ recovery-image] Sep 09 22:19:49.621 INFO O| Sep 09 22:19:49.621 INFO O| Planning: Evaluating mediators ... Done
35062024-09-09T22:19:50.614Z[ recovery-image] Sep 09 22:19:49.622 INFO O| Sep 09 22:19:49.622 INFO O| Planning: Planning completed in 0.00 seconds
35072024-09-09T22:19:50.614Z[ recovery-image] Sep 09 22:19:49.622 INFO O| Sep 09 22:19:49.622 INFO O| Variants/Facets to change: 1
35082024-09-09T22:19:50.701Z[ recovery-image] Sep 09 22:19:49.710 INFO O| Sep 09 22:19:49.710 INFO O| Done
35092024-09-09T22:19:50.701Z[ recovery-image] Sep 09 22:19:49.710 INFO O| Sep 09 22:19:49.710 INFO O| Done
35102024-09-09T22:19:51.536Z[ recovery-image] Sep 09 22:19:50.544 INFO O| Sep 09 22:19:50.544 INFO O| Done
35112024-09-09T22:19:51.589Z[ recovery-image] Sep 09 22:19:50.598 INFO O| Sep 09 22:19:50.598 INFO O| Done
35122024-09-09T22:19:51.592Z[ recovery-image] Sep 09 22:19:50.599 INFO O| Sep 09 22:19:50.599 INFO O| Done
35132024-09-09T22:19:51.592Z[ recovery-image] Sep 09 22:19:50.599 INFO O| Sep 09 22:19:50.599 INFO O| Done
35142024-09-09T22:19:51.592Z[ recovery-image] Sep 09 22:19:50.601 INFO O| Sep 09 22:19:50.601 INFO O| Done
35152024-09-09T22:19:51.734Z[ recovery-image] Sep 09 22:19:50.743 INFO O| Sep 09 22:19:50.743 INFO STEP 10 (pkg_change_facet) COMPLETE
35162024-09-09T22:19:51.734Z[ recovery-image] Sep 09 22:19:50.743 INFO O| Sep 09 22:19:50.743 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35172024-09-09T22:19:51.754Z[ recovery-image] Sep 09 22:19:50.763 INFO O| Sep 09 22:19:50.763 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"]
35182024-09-09T22:19:52.973Z[ recovery-image] Sep 09 22:19:51.982 INFO O| Sep 09 22:19:51.981 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35192024-09-09T22:19:56.066Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35202024-09-09T22:19:58.076Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35212024-09-09T22:19:58.600Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35222024-09-09T22:19:58.844Z[ host-image] Sep 09 22:19:57.852 INFO O| Sep 09 22:19:57.851 INFO O| Planning: Solver setup ... Done
35232024-09-09T22:19:59.197Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35242024-09-09T22:19:59.236Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35252024-09-09T22:19:59.689Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35262024-09-09T22:20:00.001Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35272024-09-09T22:20:00.069Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35282024-09-09T22:20:02.348Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35292024-09-09T22:20:02.854Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35302024-09-09T22:20:09.410Z[verify-libraries] Compiling termios v0.3.3
35312024-09-09T22:20:09.808Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35322024-09-09T22:20:25.652Z[ host-image] Sep 09 22:20:24.653 INFO O| Sep 09 22:20:24.653 INFO O| Planning: Running solver ... Done
35332024-09-09T22:20:26.019Z[ host-image] Sep 09 22:20:25.021 INFO O| Sep 09 22:20:25.021 INFO O| Planning: Finding local manifests ... Done
35342024-09-09T22:20:26.036Z[ host-image] Sep 09 22:20:25.038 INFO O| Sep 09 22:20:25.038 INFO O| Planning: Fetching manifests: 0/124 0% complete
35352024-09-09T22:20:26.989Z[ recovery-image] Sep 09 22:20:25.991 INFO O| Sep 09 22:20:25.990 INFO O| Planning: Solver setup ... Done
35362024-09-09T22:20:32.791Z[ host-image] Sep 09 22:20:31.790 INFO O| Sep 09 22:20:31.790 INFO O| Planning: Fetching manifests: 124/124 100% complete
35372024-09-09T22:20:33.737Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35382024-09-09T22:20:33.896Z[ host-image] Sep 09 22:20:32.896 INFO O| Sep 09 22:20:32.896 INFO O| Planning: Package planning ... Done
35392024-09-09T22:20:35.730Z[ host-image] Sep 09 22:20:34.730 INFO O| Sep 09 22:20:34.730 INFO O| Planning: Merging actions ... Done
35402024-09-09T22:20:36.076Z[ host-image] Sep 09 22:20:35.076 INFO O| Sep 09 22:20:35.075 INFO O| Planning: Checking for conflicting actions ... Done
35412024-09-09T22:20:36.364Z[ host-image] Sep 09 22:20:35.364 INFO O| Sep 09 22:20:35.363 INFO O| Planning: Consolidating action changes ... Done
35422024-09-09T22:20:36.831Z[ host-image] Sep 09 22:20:35.831 INFO O| Sep 09 22:20:35.830 INFO O| Planning: Evaluating mediators ... Done
35432024-09-09T22:20:43.552Z[ host-image] Sep 09 22:20:42.550 INFO O| Sep 09 22:20:42.550 INFO O| Planning: Planning completed in 75.97 seconds
35442024-09-09T22:20:43.560Z[ host-image] Sep 09 22:20:42.558 INFO O| Sep 09 22:20:42.558 INFO O| Packages to install: 124
35452024-09-09T22:20:43.560Z[ host-image] Sep 09 22:20:42.558 INFO O| Sep 09 22:20:42.558 INFO O| Mediators to change: 4
35462024-09-09T22:20:43.562Z[ host-image] Sep 09 22:20:42.558 INFO O| Sep 09 22:20:42.558 INFO O| Services to change: 6
35472024-09-09T22:20:43.680Z[ host-image] Sep 09 22:20:42.678 INFO O| Sep 09 22:20:42.678 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
35482024-09-09T22:20:48.686Z[ host-image] Sep 09 22:20:47.683 INFO O| Sep 09 22:20:47.683 INFO O| Download: 986/22728 items 6.4/196.4MB 3% complete (1.3M/s)
35492024-09-09T22:20:53.075Z[ recovery-image] Sep 09 22:20:52.072 INFO O| Sep 09 22:20:52.072 INFO O| Planning: Running solver ... Done
35502024-09-09T22:20:53.376Z[ recovery-image] Sep 09 22:20:52.373 INFO O| Sep 09 22:20:52.372 INFO O| Planning: Finding local manifests ... Done
35512024-09-09T22:20:53.392Z[ recovery-image] Sep 09 22:20:52.388 INFO O| Sep 09 22:20:52.388 INFO O| Planning: Fetching manifests: 0/124 0% complete
35522024-09-09T22:20:53.959Z[ host-image] Sep 09 22:20:52.955 INFO O| Sep 09 22:20:52.955 INFO O| Download: 1595/22728 items 9.6/196.4MB 4% complete (1.1M/s)
35532024-09-09T22:20:58.995Z[ host-image] Sep 09 22:20:57.990 INFO O| Sep 09 22:20:57.990 INFO O| Download: 1941/22728 items 21.7/196.4MB 11% complete (1.5M/s)
35542024-09-09T22:20:59.888Z[ recovery-image] Sep 09 22:20:58.883 INFO O| Sep 09 22:20:58.883 INFO O| Planning: Fetching manifests: 124/124 100% complete
35552024-09-09T22:21:01.030Z[ recovery-image] Sep 09 22:21:00.025 INFO O| Sep 09 22:21:00.025 INFO O| Planning: Package planning ... Done
35562024-09-09T22:21:01.796Z[ recovery-image] Sep 09 22:21:00.790 INFO O| Sep 09 22:21:00.790 INFO O| Planning: Merging actions ... Done
35572024-09-09T22:21:01.979Z[ recovery-image] Sep 09 22:21:00.974 INFO O| Sep 09 22:21:00.974 INFO O| Planning: Checking for conflicting actions ... Done
35582024-09-09T22:21:02.119Z[ recovery-image] Sep 09 22:21:01.114 INFO O| Sep 09 22:21:01.113 INFO O| Planning: Consolidating action changes ... Done
35592024-09-09T22:21:02.459Z[ recovery-image] Sep 09 22:21:01.453 INFO O| Sep 09 22:21:01.453 INFO O| Planning: Evaluating mediators ... Done
35602024-09-09T22:21:04.142Z[ host-image] Sep 09 22:21:03.137 INFO O| Sep 09 22:21:03.136 INFO O| Download: 2353/22728 items 27.6/196.4MB 14% complete (1.8M/s)
35612024-09-09T22:21:08.511Z[ recovery-image] Sep 09 22:21:07.505 INFO O| Sep 09 22:21:07.505 INFO O| Planning: Planning completed in 75.52 seconds
35622024-09-09T22:21:08.519Z[ recovery-image] Sep 09 22:21:07.512 INFO O| Sep 09 22:21:07.512 INFO O| Packages to install: 124
35632024-09-09T22:21:08.519Z[ recovery-image] Sep 09 22:21:07.512 INFO O| Sep 09 22:21:07.512 INFO O| Mediators to change: 4
35642024-09-09T22:21:08.522Z[ recovery-image] Sep 09 22:21:07.512 INFO O| Sep 09 22:21:07.512 INFO O| Services to change: 5
35652024-09-09T22:21:08.697Z[ recovery-image] Sep 09 22:21:07.599 INFO O| Sep 09 22:21:07.599 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
35662024-09-09T22:21:09.145Z[ host-image] Sep 09 22:21:08.137 INFO O| Sep 09 22:21:08.137 INFO O| Download: 3144/22728 items 33.9/196.4MB 17% complete (1.2M/s)
35672024-09-09T22:21:13.135Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
35682024-09-09T22:21:13.621Z[ recovery-image] Sep 09 22:21:12.602 INFO O| Sep 09 22:21:12.602 INFO O| Download: 800/15831 items 6.5/173.2MB 3% complete (1.3M/s)
35692024-09-09T22:21:14.351Z[ host-image] Sep 09 22:21:13.343 INFO O| Sep 09 22:21:13.343 INFO O| Download: 3479/22728 items 35.6/196.4MB 18% complete (1.1M/s)
35702024-09-09T22:21:18.741Z[ recovery-image] Sep 09 22:21:17.732 INFO O| Sep 09 22:21:17.732 INFO O| Download: 1078/15831 items 9.1/173.2MB 5% complete (942k/s)
35712024-09-09T22:21:19.374Z[ host-image] Sep 09 22:21:18.352 INFO O| Sep 09 22:21:18.351 INFO O| Download: 3799/22728 items 39.7/196.4MB 20% complete (585k/s)
35722024-09-09T22:21:19.674Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35732024-09-09T22:21:23.845Z[ recovery-image] Sep 09 22:21:22.759 INFO O| Sep 09 22:21:22.759 INFO O| Download: 1319/15831 items 20.2/173.2MB 11% complete (1.3M/s)
35742024-09-09T22:21:24.445Z[ host-image] Sep 09 22:21:23.434 INFO O| Sep 09 22:21:23.434 INFO O| Download: 4548/22728 items 42.6/196.4MB 21% complete (707k/s)
35752024-09-09T22:21:27.315Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35762024-09-09T22:21:28.592Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35772024-09-09T22:21:29.447Z[ host-image] Sep 09 22:21:28.436 INFO O| Sep 09 22:21:28.435 INFO O| Download: 5016/22728 items 45.9/196.4MB 23% complete (630k/s)
35782024-09-09T22:21:29.601Z[ recovery-image] Sep 09 22:21:28.590 INFO O| Sep 09 22:21:28.590 INFO O| Download: 1527/15831 items 22.1/173.2MB 12% complete (1.4M/s)
35792024-09-09T22:21:34.722Z[ recovery-image] Sep 09 22:21:33.710 INFO O| Sep 09 22:21:33.710 INFO O| Download: 1644/15831 items 25.6/173.2MB 14% complete (1.3M/s)
35802024-09-09T22:21:34.725Z[ host-image] Sep 09 22:21:33.712 INFO O| Sep 09 22:21:33.712 INFO O| Download: 5744/22728 items 46.2/196.4MB 23% complete (442k/s)
35812024-09-09T22:21:39.729Z[ host-image] Sep 09 22:21:38.715 INFO O| Sep 09 22:21:38.715 INFO O| Download: 6339/22728 items 46.6/196.4MB 23% complete (71.9k/s)
35822024-09-09T22:21:39.752Z[ recovery-image] Sep 09 22:21:38.739 INFO O| Sep 09 22:21:38.739 INFO O| Download: 2225/15831 items 31.1/173.2MB 17% complete (938k/s)
35832024-09-09T22:21:44.761Z[ recovery-image] Sep 09 22:21:43.747 INFO O| Sep 09 22:21:43.746 INFO O| Download: 2735/15831 items 34.1/173.2MB 19% complete (852k/s)
35842024-09-09T22:21:45.107Z[ host-image] Sep 09 22:21:44.093 INFO O| Sep 09 22:21:44.092 INFO O| Download: 6770/22728 items 48.2/196.4MB 24% complete (178k/s)
35852024-09-09T22:21:49.776Z[ recovery-image] Sep 09 22:21:48.761 INFO O| Sep 09 22:21:48.761 INFO O| Download: 3597/15831 items 39.0/173.2MB 22% complete (790k/s)
35862024-09-09T22:21:50.109Z[ host-image] Sep 09 22:21:49.093 INFO O| Sep 09 22:21:49.093 INFO O| Download: 6976/22728 items 50.3/196.4MB 25% complete (361k/s)
35872024-09-09T22:21:56.967Z[ host-image] Sep 09 22:21:54.186 INFO O| Sep 09 22:21:54.186 INFO O| Download: 7965/22728 items 59.6/196.4MB 30% complete (1.2M/s)
35882024-09-09T22:21:57.125Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35892024-09-09T22:21:57.132Z[ recovery-image] Sep 09 22:21:56.079 INFO O| Sep 09 22:21:56.079 INFO O| Download: 3749/15831 items 41.8/173.2MB 24% complete (870k/s)
35902024-09-09T22:22:01.312Z[ host-image] Sep 09 22:21:59.188 INFO O| Sep 09 22:21:59.188 INFO O| Download: 8421/22728 items 69.5/196.4MB 35% complete (1.9M/s)
35912024-09-09T22:22:01.323Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35922024-09-09T22:22:01.957Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
35932024-09-09T22:22:02.107Z[ recovery-image] Sep 09 22:22:01.089 INFO O| Sep 09 22:22:01.089 INFO O| Download: 4722/15831 items 42.9/173.2MB 24% complete (270k/s)
35942024-09-09T22:22:05.208Z[ host-image] Sep 09 22:22:04.190 INFO O| Sep 09 22:22:04.190 INFO O| Download: 9378/22728 items 81.3/196.4MB 41% complete (2.1M/s)
35952024-09-09T22:22:07.120Z[ recovery-image] Sep 09 22:22:06.101 INFO O| Sep 09 22:22:06.100 INFO O| Download: 5517/15831 items 43.4/173.2MB 25% complete (161k/s)
35962024-09-09T22:22:10.212Z[ host-image] Sep 09 22:22:09.193 INFO O| Sep 09 22:22:09.193 INFO O| Download: 10201/22728 items 86.1/196.4MB 43% complete (1.6M/s)
35972024-09-09T22:22:12.881Z[ recovery-image] Sep 09 22:22:11.861 INFO O| Sep 09 22:22:11.861 INFO O| Download: 5726/15831 items 46.4/173.2MB 26% complete (318k/s)
35982024-09-09T22:22:15.284Z[ host-image] Sep 09 22:22:14.264 INFO O| Sep 09 22:22:14.264 INFO O| Download: 10727/22728 items 89.4/196.4MB 45% complete (838k/s)
35992024-09-09T22:22:17.978Z[ recovery-image] Sep 09 22:22:16.957 INFO O| Sep 09 22:22:16.957 INFO O| Download: 5998/15831 items 54.1/173.2MB 31% complete (1.0M/s)
36002024-09-09T22:22:20.389Z[ host-image] Sep 09 22:22:19.367 INFO O| Sep 09 22:22:19.367 INFO O| Download: 11122/22728 items 93.0/196.4MB 47% complete (704k/s)
36012024-09-09T22:22:22.993Z[ recovery-image] Sep 09 22:22:21.971 INFO O| Sep 09 22:22:21.971 INFO O| Download: 6736/15831 items 64.8/173.2MB 37% complete (1.8M/s)
36022024-09-09T22:22:25.775Z[ host-image] Sep 09 22:22:24.752 INFO O| Sep 09 22:22:24.752 INFO O| Download: 11280/22728 items 95.4/196.4MB 48% complete (580k/s)
36032024-09-09T22:22:29.512Z[ recovery-image] Sep 09 22:22:28.489 INFO O| Sep 09 22:22:28.488 INFO O| Download: 7205/15831 items 73.2/173.2MB 42% complete (2.1M/s)
36042024-09-09T22:22:30.847Z[ host-image] Sep 09 22:22:29.823 INFO O| Sep 09 22:22:29.823 INFO O| Download: 11969/22728 items 98.1/196.4MB 49% complete (452k/s)
36052024-09-09T22:22:35.978Z[ recovery-image] Sep 09 22:22:34.954 INFO O| Sep 09 22:22:34.953 INFO O| Download: 7864/15831 items 75.7/173.2MB 43% complete (910k/s)
36062024-09-09T22:22:36.212Z[ host-image] Sep 09 22:22:35.188 INFO O| Sep 09 22:22:35.188 INFO O| Download: 12096/22728 items 101.0/196.4MB 51% complete (599k/s)
36072024-09-09T22:22:40.982Z[ recovery-image] Sep 09 22:22:39.956 INFO O| Sep 09 22:22:39.956 INFO O| Download: 8220/15831 items 79.7/173.2MB 45% complete (628k/s)
36082024-09-09T22:22:42.391Z[ host-image] Sep 09 22:22:41.365 INFO O| Sep 09 22:22:41.365 INFO O| Download: 12198/22728 items 108.7/196.4MB 55% complete (1.2M/s)
36092024-09-09T22:22:47.016Z[ recovery-image] Sep 09 22:22:45.988 INFO O| Sep 09 22:22:45.988 INFO O| Download: 8675/15831 items 83.6/173.2MB 48% complete (787k/s)
36102024-09-09T22:22:47.393Z[ host-image] Sep 09 22:22:46.366 INFO O| Sep 09 22:22:46.366 INFO O| Download: 13066/22728 items 109.8/196.4MB 55% complete (958k/s)
36112024-09-09T22:22:52.285Z[ recovery-image] Sep 09 22:22:51.256 INFO O| Sep 09 22:22:51.256 INFO O| Download: 8844/15831 items 91.9/173.2MB 53% complete (1.2M/s)
36122024-09-09T22:22:52.396Z[ host-image] Sep 09 22:22:51.368 INFO O| Sep 09 22:22:51.368 INFO O| Download: 13879/22728 items 110.2/196.4MB 56% complete (151k/s)
36132024-09-09T22:22:57.287Z[ recovery-image] Sep 09 22:22:56.257 INFO O| Sep 09 22:22:56.256 INFO O| Download: 9365/15831 items 92.8/173.2MB 53% complete (888k/s)
36142024-09-09T22:22:57.415Z[ host-image] Sep 09 22:22:56.386 INFO O| Sep 09 22:22:56.386 INFO O| Download: 14256/22728 items 110.6/196.4MB 56% complete (81.2k/s)
36152024-09-09T22:23:02.290Z[ recovery-image] Sep 09 22:23:01.260 INFO O| Sep 09 22:23:01.260 INFO O| Download: 9992/15831 items 93.1/173.2MB 53% complete (126k/s)
36162024-09-09T22:23:02.488Z[ host-image] Sep 09 22:23:01.457 INFO O| Sep 09 22:23:01.457 INFO O| Download: 14462/22728 items 112.3/196.4MB 57% complete (197k/s)
36172024-09-09T22:23:07.498Z[ host-image] Sep 09 22:23:06.467 INFO O| Sep 09 22:23:06.466 INFO O| Download: 15212/22728 items 120.5/196.4MB 61% complete (1011k/s)
36182024-09-09T22:23:08.004Z[ recovery-image] Sep 09 22:23:06.973 INFO O| Sep 09 22:23:06.972 INFO O| Download: 10545/15831 items 93.4/173.2MB 53% complete (65.6k/s)
36192024-09-09T22:23:13.040Z[ recovery-image] Sep 09 22:23:12.008 INFO O| Sep 09 22:23:12.008 INFO O| Download: 11036/15831 items 95.1/173.2MB 54% complete (171k/s)
36202024-09-09T22:23:16.398Z[ host-image] Sep 09 22:23:15.365 INFO O| Sep 09 22:23:15.365 INFO O| Download: 15543/22728 items 125.3/196.4MB 63% complete (1.4M/s)
36212024-09-09T22:23:18.613Z[ recovery-image] Sep 09 22:23:17.580 INFO O| Sep 09 22:23:17.580 INFO O| Download: 11507/15831 items 111.2/173.2MB 64% complete (1.7M/s)
36222024-09-09T22:23:21.442Z[ host-image] Sep 09 22:23:20.408 INFO O| Sep 09 22:23:20.408 INFO O| Download: 15876/22728 items 130.2/196.4MB 66% complete (531k/s)
36232024-09-09T22:23:26.459Z[ host-image] Sep 09 22:23:25.424 INFO O| Sep 09 22:23:25.424 INFO O| Download: 16492/22728 items 132.4/196.4MB 67% complete (706k/s)
36242024-09-09T22:23:27.050Z[ recovery-image] Sep 09 22:23:26.015 INFO O| Sep 09 22:23:26.015 INFO O| Download: 11919/15831 items 128.2/173.2MB 73% complete (3.4M/s)
36252024-09-09T22:23:31.471Z[ host-image] Sep 09 22:23:30.435 INFO O| Sep 09 22:23:30.435 INFO O| Download: 17099/22728 items 140.4/196.4MB 71% complete (1002k/s)
36262024-09-09T22:23:32.065Z[ recovery-image] Sep 09 22:23:31.029 INFO O| Sep 09 22:23:31.029 INFO O| Download: 12306/15831 items 139.2/173.2MB 80% complete (1.1M/s)
36272024-09-09T22:23:36.488Z[ host-image] Sep 09 22:23:35.451 INFO O| Sep 09 22:23:35.451 INFO O| Download: 17749/22728 items 149.8/196.4MB 76% complete (1.7M/s)
36282024-09-09T22:23:38.205Z[ recovery-image] Sep 09 22:23:37.168 INFO O| Sep 09 22:23:37.168 INFO O| Download: 13004/15831 items 142.0/173.2MB 81% complete (1.5M/s)
36292024-09-09T22:23:43.206Z[ recovery-image] Sep 09 22:23:42.168 INFO O| Sep 09 22:23:42.168 INFO O| Download: 13829/15831 items 144.8/173.2MB 83% complete (525k/s)
36302024-09-09T22:23:44.459Z[ host-image] Sep 09 22:23:43.421 INFO O| Sep 09 22:23:43.421 INFO O| Download: 17915/22728 items 158.7/196.4MB 80% complete (2.0M/s)
36312024-09-09T22:23:48.214Z[ recovery-image] Sep 09 22:23:47.175 INFO O| Sep 09 22:23:47.175 INFO O| Download: 14522/15831 items 147.1/173.2MB 84% complete (523k/s)
36322024-09-09T22:23:49.477Z[ host-image] Sep 09 22:23:48.438 INFO O| Sep 09 22:23:48.438 INFO O| Download: 18762/22728 items 163.2/196.4MB 83% complete (489k/s)
36332024-09-09T22:23:54.495Z[ host-image] Sep 09 22:23:53.454 INFO O| Sep 09 22:23:53.454 INFO O| Download: 19731/22728 items 166.5/196.4MB 84% complete (791k/s)
36342024-09-09T22:23:58.590Z[ recovery-image] Sep 09 22:23:57.548 INFO O| Sep 09 22:23:57.548 INFO O| Download: 14655/15831 items 147.6/173.2MB 85% complete (531k/s)
36352024-09-09T22:23:59.608Z[ host-image] Sep 09 22:23:58.566 INFO O| Sep 09 22:23:58.566 INFO O| Download: 20590/22728 items 169.4/196.4MB 86% complete (701k/s)
36362024-09-09T22:24:03.597Z[ recovery-image] Sep 09 22:24:02.555 INFO O| Sep 09 22:24:02.555 INFO O| Download: 15052/15831 items 154.9/173.2MB 89% complete (1.5M/s)
36372024-09-09T22:24:04.737Z[ host-image] Sep 09 22:24:03.695 INFO O| Sep 09 22:24:03.695 INFO O| Download: 20882/22728 items 175.6/196.4MB 89% complete (935k/s)
36382024-09-09T22:24:08.608Z[ recovery-image] Sep 09 22:24:07.564 INFO O| Sep 09 22:24:07.564 INFO O| Download: 15523/15831 items 165.8/173.2MB 95% complete (1.9M/s)
36392024-09-09T22:24:09.749Z[ host-image] Sep 09 22:24:08.705 INFO O| Sep 09 22:24:08.705 INFO O| Download: 21655/22728 items 180.5/196.4MB 91% complete (1.2M/s)
36402024-09-09T22:24:13.150Z[ recovery-image] Sep 09 22:24:12.106 INFO O| Sep 09 22:24:12.106 INFO O| Download: Completed 173.20 MB in 184.51 seconds (958k/s)
36412024-09-09T22:24:14.222Z[ recovery-image] Sep 09 22:24:13.178 INFO O| Sep 09 22:24:13.178 INFO O| Actions: 1/24965 actions (Installing new actions)
36422024-09-09T22:24:14.968Z[ host-image] Sep 09 22:24:13.924 INFO O| Sep 09 22:24:13.923 INFO O| Download: 22016/22728 items 189.7/196.4MB 96% complete (1.6M/s)
36432024-09-09T22:24:18.406Z[ host-image] Sep 09 22:24:17.361 INFO O| Sep 09 22:24:17.361 INFO O| Download: Completed 196.43 MB in 214.68 seconds (934k/s)
36442024-09-09T22:24:19.223Z[ recovery-image] Sep 09 22:24:18.178 INFO O| Sep 09 22:24:18.178 INFO O| Actions: 9966/24965 actions (Installing new actions)
36452024-09-09T22:24:19.987Z[ host-image] Sep 09 22:24:18.941 INFO O| Sep 09 22:24:18.941 INFO O| Actions: 1/49262 actions (Installing new actions)
36462024-09-09T22:24:24.225Z[ recovery-image] Sep 09 22:24:23.178 INFO O| Sep 09 22:24:23.178 INFO O| Actions: 15186/24965 actions (Installing new actions)
36472024-09-09T22:24:24.989Z[ host-image] Sep 09 22:24:23.942 INFO O| Sep 09 22:24:23.942 INFO O| Actions: 9029/49262 actions (Installing new actions)
36482024-09-09T22:24:29.803Z[ recovery-image] Sep 09 22:24:28.756 INFO O| Sep 09 22:24:28.755 INFO O| Actions: 24412/24965 actions (Installing new actions)
36492024-09-09T22:24:30.024Z[ host-image] Sep 09 22:24:28.976 INFO O| Sep 09 22:24:28.976 INFO O| Actions: 14377/49262 actions (Installing new actions)
36502024-09-09T22:24:33.449Z[ recovery-image] Sep 09 22:24:32.401 INFO O| Sep 09 22:24:32.401 INFO O| Actions: Completed 24965 actions in 19.22 seconds.
36512024-09-09T22:24:33.931Z[ recovery-image] Sep 09 22:24:32.882 INFO O| Sep 09 22:24:32.882 INFO O| Done
36522024-09-09T22:24:33.931Z[ recovery-image] Sep 09 22:24:32.882 INFO O| Sep 09 22:24:32.882 INFO O| Done
36532024-09-09T22:24:35.026Z[ host-image] Sep 09 22:24:33.977 INFO O| Sep 09 22:24:33.977 INFO O| Actions: 21068/49262 actions (Installing new actions)
36542024-09-09T22:24:35.096Z[ recovery-image] Sep 09 22:24:34.047 INFO O| Sep 09 22:24:34.047 INFO O| Done
36552024-09-09T22:24:36.863Z[ recovery-image] Sep 09 22:24:35.813 INFO O| Sep 09 22:24:35.813 INFO O| Done
36562024-09-09T22:24:36.914Z[ recovery-image] Sep 09 22:24:35.865 INFO O| Sep 09 22:24:35.865 INFO O| Done
36572024-09-09T22:24:40.027Z[ host-image] Sep 09 22:24:38.977 INFO O| Sep 09 22:24:38.977 INFO O| Actions: 34198/49262 actions (Installing new actions)
36582024-09-09T22:24:41.822Z[ recovery-image] Sep 09 22:24:40.772 INFO O| Sep 09 22:24:40.771 INFO O| Done
36592024-09-09T22:24:42.206Z[ recovery-image] Sep 09 22:24:41.156 INFO O| Sep 09 22:24:41.156 INFO O| Done
36602024-09-09T22:24:42.437Z[ recovery-image] Sep 09 22:24:41.387 INFO O| Sep 09 22:24:41.387 INFO STEP 11 (pkg_install) COMPLETE
36612024-09-09T22:24:42.437Z[ recovery-image] Sep 09 22:24:41.387 INFO O| Sep 09 22:24:41.387 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36622024-09-09T22:24:42.439Z[ recovery-image] Sep 09 22:24:41.387 INFO O| Sep 09 22:24:41.387 INFO skip step because feature "recovery" is enabled
36632024-09-09T22:24:42.439Z[ recovery-image] Sep 09 22:24:41.387 INFO O| Sep 09 22:24:41.387 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36642024-09-09T22:24:42.439Z[ recovery-image] Sep 09 22:24:41.387 INFO O| Sep 09 22:24:41.387 INFO skip step because feature "omicron1" is not enabled
36652024-09-09T22:24:42.440Z[ recovery-image] Sep 09 22:24:41.387 INFO O| Sep 09 22:24:41.387 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36662024-09-09T22:24:42.451Z[ recovery-image] Sep 09 22:24:41.401 INFO O| Sep 09 22:24:41.401 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
36672024-09-09T22:24:42.931Z[ recovery-image] Sep 09 22:24:41.880 INFO O| Sep 09 22:24:41.880 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36682024-09-09T22:24:43.180Z[ host-image] Sep 09 22:24:42.130 INFO O| Sep 09 22:24:42.130 INFO O| Actions: Completed 49262 actions in 23.18 seconds.
36692024-09-09T22:24:43.462Z[ host-image] Sep 09 22:24:42.412 INFO O| Sep 09 22:24:42.412 INFO O| Done
36702024-09-09T22:24:43.462Z[ host-image] Sep 09 22:24:42.412 INFO O| Sep 09 22:24:42.412 INFO O| Done
36712024-09-09T22:24:43.943Z[ host-image] Sep 09 22:24:42.892 INFO O| Sep 09 22:24:42.892 INFO O| Done
36722024-09-09T22:24:44.414Z[ recovery-image] Sep 09 22:24:43.363 INFO O| Sep 09 22:24:43.363 INFO O| Planning: Solver setup ... Done
36732024-09-09T22:24:44.417Z[ recovery-image] Sep 09 22:24:43.367 INFO O| Sep 09 22:24:43.367 INFO O| Planning: Running solver ... Done
36742024-09-09T22:24:44.459Z[ recovery-image] Sep 09 22:24:43.408 INFO O| Sep 09 22:24:43.408 INFO O| Planning: Finding local manifests ... Done
36752024-09-09T22:24:44.461Z[ recovery-image] Sep 09 22:24:43.409 INFO O| Sep 09 22:24:43.409 INFO O| Planning: Fetching manifests: 0/1 0% complete
36762024-09-09T22:24:44.526Z[ recovery-image] Sep 09 22:24:43.475 INFO O| Sep 09 22:24:43.475 INFO O| Planning: Fetching manifests: 1/1 100% complete
36772024-09-09T22:24:44.545Z[ recovery-image] Sep 09 22:24:43.495 INFO O| Sep 09 22:24:43.495 INFO O| Planning: Package planning ... Done
36782024-09-09T22:24:44.548Z[ recovery-image] Sep 09 22:24:43.495 INFO O| Sep 09 22:24:43.495 INFO O| Planning: Merging actions ... Done
36792024-09-09T22:24:44.579Z[ recovery-image] Sep 09 22:24:43.528 INFO O| Sep 09 22:24:43.528 INFO O| Planning: Checking for conflicting actions ... Done
36802024-09-09T22:24:44.582Z[ recovery-image] Sep 09 22:24:43.529 INFO O| Sep 09 22:24:43.529 INFO O| Planning: Consolidating action changes ... Done
36812024-09-09T22:24:44.711Z[ recovery-image] Sep 09 22:24:43.661 INFO O| Sep 09 22:24:43.660 INFO O| Planning: Evaluating mediators ... Done
36822024-09-09T22:24:44.714Z[ recovery-image] Sep 09 22:24:43.661 INFO O| Sep 09 22:24:43.661 INFO O| Planning: Planning completed in 1.78 seconds
36832024-09-09T22:24:44.714Z[ recovery-image] Sep 09 22:24:43.663 INFO O| Sep 09 22:24:43.663 INFO O| Packages to install: 1
36842024-09-09T22:24:44.723Z[ recovery-image] Sep 09 22:24:43.673 INFO O| Sep 09 22:24:43.673 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
36852024-09-09T22:24:45.077Z[ recovery-image] Sep 09 22:24:44.025 INFO O| Sep 09 22:24:44.025 INFO O| Download: Completed 20.80 MB in 0.35 seconds (59.0M/s)
36862024-09-09T22:24:45.102Z[ recovery-image] Sep 09 22:24:44.051 INFO O| Sep 09 22:24:44.051 INFO O| Actions: 1/22 actions (Installing new actions)
36872024-09-09T22:24:45.161Z[ host-image] Sep 09 22:24:44.110 INFO O| Sep 09 22:24:44.110 INFO O| Done
36882024-09-09T22:24:45.187Z[ host-image] Sep 09 22:24:44.135 INFO O| Sep 09 22:24:44.134 INFO O| Done
36892024-09-09T22:24:45.642Z[ recovery-image] Sep 09 22:24:44.591 INFO O| Sep 09 22:24:44.591 INFO O| Actions: Completed 22 actions in 0.54 seconds.
36902024-09-09T22:24:45.884Z[ recovery-image] Sep 09 22:24:44.834 INFO O| Sep 09 22:24:44.834 INFO O| Done
36912024-09-09T22:24:45.885Z[ recovery-image] Sep 09 22:24:44.834 INFO O| Sep 09 22:24:44.834 INFO O| Done
36922024-09-09T22:24:46.293Z[ recovery-image] Sep 09 22:24:45.242 INFO O| Sep 09 22:24:45.242 INFO O| Done
36932024-09-09T22:24:47.248Z[ recovery-image] Sep 09 22:24:46.197 INFO O| Sep 09 22:24:46.197 INFO O| Done
36942024-09-09T22:24:47.260Z[ recovery-image] Sep 09 22:24:46.209 INFO O| Sep 09 22:24:46.209 INFO O| Done
36952024-09-09T22:24:47.264Z[ recovery-image] Sep 09 22:24:46.209 INFO O| Sep 09 22:24:46.209 INFO O| Done
36962024-09-09T22:24:47.271Z[ recovery-image] Sep 09 22:24:46.218 INFO O| Sep 09 22:24:46.218 INFO O| Done
36972024-09-09T22:24:47.359Z[ recovery-image] Sep 09 22:24:46.308 INFO O| Sep 09 22:24:46.308 INFO STEP 14 (pkg_install) COMPLETE
36982024-09-09T22:24:47.360Z[ recovery-image] Sep 09 22:24:46.308 INFO O| Sep 09 22:24:46.308 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36992024-09-09T22:24:47.362Z[ recovery-image] Sep 09 22:24:46.308 INFO O| Sep 09 22:24:46.308 INFO skip step because feature "mfg" is not enabled
37002024-09-09T22:24:47.362Z[ recovery-image] Sep 09 22:24:46.308 INFO O| Sep 09 22:24:46.308 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37012024-09-09T22:24:47.362Z[ recovery-image] Sep 09 22:24:46.308 INFO O| Sep 09 22:24:46.308 INFO skip step because feature "compliance" is not enabled
37022024-09-09T22:24:47.362Z[ recovery-image] Sep 09 22:24:46.308 INFO O| Sep 09 22:24:46.308 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37032024-09-09T22:24:47.362Z[ recovery-image] Sep 09 22:24:46.308 INFO O| Sep 09 22:24:46.308 INFO skip step because feature "stress" is not enabled
37042024-09-09T22:24:47.362Z[ recovery-image] Sep 09 22:24:46.308 INFO O| Sep 09 22:24:46.308 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37052024-09-09T22:24:47.362Z[ recovery-image] Sep 09 22:24:46.308 INFO O| Sep 09 22:24:46.308 INFO skip step because feature "nfs" is not enabled
37062024-09-09T22:24:47.362Z[ recovery-image] Sep 09 22:24:46.308 INFO O| Sep 09 22:24:46.308 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37072024-09-09T22:24:47.362Z[ recovery-image] Sep 09 22:24:46.309 INFO O| Sep 09 22:24:46.308 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37082024-09-09T22:24:47.455Z[ recovery-image] Sep 09 22:24:46.404 INFO O| Sep 09 22:24:46.404 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37092024-09-09T22:24:47.554Z[ recovery-image] Sep 09 22:24:46.503 INFO O| Sep 09 22:24:46.503 INFO completed processing gimlet/ramdisk-01-os
37102024-09-09T22:24:47.557Z[ recovery-image] Sep 09 22:24:46.506 INFO image builder template: ramdisk-02-trim...
37112024-09-09T22:24:47.559Z[ recovery-image] Sep 09 22:24:46.506 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/.tmpk1xqE7/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
37122024-09-09T22:24:47.585Z[ recovery-image] Sep 09 22:24:46.533 INFO O| Sep 09 22:24:46.533 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37132024-09-09T22:24:47.589Z[ recovery-image] Sep 09 22:24:46.538 INFO O| Sep 09 22:24:46.538 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37142024-09-09T22:24:47.682Z[ recovery-image] Sep 09 22:24:46.631 INFO O| Sep 09 22:24:46.630 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
37152024-09-09T22:24:47.753Z[ recovery-image] Sep 09 22:24:46.702 INFO O| Sep 09 22:24:46.702 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37162024-09-09T22:24:47.756Z[ recovery-image] Sep 09 22:24:46.702 INFO O| Sep 09 22:24:46.702 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37172024-09-09T22:24:47.760Z[ recovery-image] Sep 09 22:24:46.709 INFO O| Sep 09 22:24:46.709 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37182024-09-09T22:24:47.765Z[ recovery-image] Sep 09 22:24:46.714 INFO O| Sep 09 22:24:46.713 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37192024-09-09T22:24:47.770Z[ recovery-image] Sep 09 22:24:46.719 INFO O| Sep 09 22:24:46.719 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37202024-09-09T22:24:47.996Z[ recovery-image] Sep 09 22:24:46.943 INFO O| Sep 09 22:24:46.943 INFO rolled back to input snapshot; work may begin
37212024-09-09T22:24:47.996Z[ recovery-image] Sep 09 22:24:46.943 INFO O| Sep 09 22:24:46.943 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37222024-09-09T22:24:48.001Z[ recovery-image] Sep 09 22:24:46.949 INFO O| Sep 09 22:24:46.949 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37232024-09-09T22:24:48.011Z[ recovery-image] Sep 09 22:24:46.960 INFO O| Sep 09 22:24:46.960 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37242024-09-09T22:24:48.062Z[ recovery-image] Sep 09 22:24:47.009 INFO O| Sep 09 22:24:47.009 INFO STEP 0 (remove_files) COMPLETE
37252024-09-09T22:24:48.062Z[ recovery-image] Sep 09 22:24:47.009 INFO O| Sep 09 22:24:47.009 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37262024-09-09T22:24:48.073Z[ recovery-image] Sep 09 22:24:47.022 INFO O| Sep 09 22:24:47.022 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37272024-09-09T22:24:48.075Z[ recovery-image] Sep 09 22:24:47.024 INFO O| Sep 09 22:24:47.024 INFO STEP 1 (remove_files) COMPLETE
37282024-09-09T22:24:48.075Z[ recovery-image] Sep 09 22:24:47.024 INFO O| Sep 09 22:24:47.024 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37292024-09-09T22:24:48.085Z[ recovery-image] Sep 09 22:24:47.034 INFO O| Sep 09 22:24:47.034 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37302024-09-09T22:24:48.099Z[ recovery-image] Sep 09 22:24:47.048 INFO O| Sep 09 22:24:47.048 INFO STEP 2 (remove_files) COMPLETE
37312024-09-09T22:24:48.099Z[ recovery-image] Sep 09 22:24:47.048 INFO O| Sep 09 22:24:47.048 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37322024-09-09T22:24:48.110Z[ recovery-image] Sep 09 22:24:47.059 INFO O| Sep 09 22:24:47.059 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37332024-09-09T22:24:48.113Z[ recovery-image] Sep 09 22:24:47.061 INFO O| Sep 09 22:24:47.061 INFO STEP 3 (remove_files) COMPLETE
37342024-09-09T22:24:48.113Z[ recovery-image] Sep 09 22:24:47.061 INFO O| Sep 09 22:24:47.061 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37352024-09-09T22:24:48.122Z[ recovery-image] Sep 09 22:24:47.071 INFO O| Sep 09 22:24:47.071 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37362024-09-09T22:24:48.126Z[ recovery-image] Sep 09 22:24:47.075 INFO O| Sep 09 22:24:47.075 INFO STEP 4 (remove_files) COMPLETE
37372024-09-09T22:24:48.126Z[ recovery-image] Sep 09 22:24:47.075 INFO O| Sep 09 22:24:47.075 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37382024-09-09T22:24:48.137Z[ recovery-image] Sep 09 22:24:47.086 INFO O| Sep 09 22:24:47.086 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37392024-09-09T22:24:48.142Z[ recovery-image] Sep 09 22:24:47.086 INFO O| Sep 09 22:24:47.086 INFO STEP 5 (remove_files) COMPLETE
37402024-09-09T22:24:48.142Z[ recovery-image] Sep 09 22:24:47.086 INFO O| Sep 09 22:24:47.086 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37412024-09-09T22:24:48.147Z[ recovery-image] Sep 09 22:24:47.096 INFO O| Sep 09 22:24:47.096 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37422024-09-09T22:24:48.158Z[ recovery-image] Sep 09 22:24:47.107 INFO O| Sep 09 22:24:47.107 INFO STEP 6 (remove_files) COMPLETE
37432024-09-09T22:24:48.161Z[ recovery-image] Sep 09 22:24:47.107 INFO O| Sep 09 22:24:47.107 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37442024-09-09T22:24:48.161Z[ recovery-image] Sep 09 22:24:47.107 INFO O| Sep 09 22:24:47.107 INFO skip step because feature "recovery" is enabled
37452024-09-09T22:24:48.161Z[ recovery-image] Sep 09 22:24:47.107 INFO O| Sep 09 22:24:47.107 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37462024-09-09T22:24:48.161Z[ recovery-image] Sep 09 22:24:47.107 INFO O| Sep 09 22:24:47.107 INFO skip step because feature "recovery" is enabled
37472024-09-09T22:24:48.161Z[ recovery-image] Sep 09 22:24:47.107 INFO O| Sep 09 22:24:47.107 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37482024-09-09T22:24:48.161Z[ recovery-image] Sep 09 22:24:47.107 INFO O| Sep 09 22:24:47.107 INFO skip step because feature "recovery" is enabled
37492024-09-09T22:24:48.161Z[ recovery-image] Sep 09 22:24:47.107 INFO O| Sep 09 22:24:47.107 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37502024-09-09T22:24:48.170Z[ recovery-image] Sep 09 22:24:47.119 INFO O| Sep 09 22:24:47.119 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37512024-09-09T22:24:48.174Z[ recovery-image] Sep 09 22:24:47.123 INFO O| Sep 09 22:24:47.123 INFO STEP 10 (remove_files) COMPLETE
37522024-09-09T22:24:48.174Z[ recovery-image] Sep 09 22:24:47.123 INFO O| Sep 09 22:24:47.123 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37532024-09-09T22:24:48.188Z[ recovery-image] Sep 09 22:24:47.137 INFO O| Sep 09 22:24:47.136 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
37542024-09-09T22:24:48.190Z[ recovery-image] Sep 09 22:24:47.138 INFO O| Sep 09 22:24:47.138 INFO STEP 11 (remove_files) COMPLETE
37552024-09-09T22:24:48.190Z[ recovery-image] Sep 09 22:24:47.138 INFO O| Sep 09 22:24:47.138 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37562024-09-09T22:24:48.200Z[ recovery-image] Sep 09 22:24:47.149 INFO O| Sep 09 22:24:47.149 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
37572024-09-09T22:24:48.202Z[ recovery-image] Sep 09 22:24:47.150 INFO O| Sep 09 22:24:47.150 INFO STEP 12 (remove_files) COMPLETE
37582024-09-09T22:24:48.202Z[ recovery-image] Sep 09 22:24:47.150 INFO O| Sep 09 22:24:47.150 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37592024-09-09T22:24:48.228Z[ recovery-image] Sep 09 22:24:47.176 INFO O| Sep 09 22:24:47.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
37602024-09-09T22:24:48.355Z[ recovery-image] Sep 09 22:24:47.304 INFO O| Sep 09 22:24:47.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
37612024-09-09T22:24:48.361Z[ recovery-image] Sep 09 22:24:47.310 INFO O| Sep 09 22:24:47.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
37622024-09-09T22:24:48.364Z[ recovery-image] Sep 09 22:24:47.310 INFO O| Sep 09 22:24:47.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
37632024-09-09T22:24:48.371Z[ recovery-image] Sep 09 22:24:47.320 INFO O| Sep 09 22:24:47.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
37642024-09-09T22:24:48.456Z[ recovery-image] Sep 09 22:24:47.404 INFO O| Sep 09 22:24:47.404 INFO STEP 13 (remove_files) COMPLETE
37652024-09-09T22:24:48.456Z[ recovery-image] Sep 09 22:24:47.404 INFO O| Sep 09 22:24:47.404 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37662024-09-09T22:24:48.469Z[ recovery-image] Sep 09 22:24:47.418 INFO O| Sep 09 22:24:47.418 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
37672024-09-09T22:24:48.472Z[ recovery-image] Sep 09 22:24:47.420 INFO O| Sep 09 22:24:47.420 INFO STEP 14 (remove_files) COMPLETE
37682024-09-09T22:24:48.472Z[ recovery-image] Sep 09 22:24:47.420 INFO O| Sep 09 22:24:47.420 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37692024-09-09T22:24:48.483Z[ recovery-image] Sep 09 22:24:47.431 INFO O| Sep 09 22:24:47.431 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
37702024-09-09T22:24:48.489Z[ recovery-image] Sep 09 22:24:47.438 INFO O| Sep 09 22:24:47.438 INFO STEP 15 (remove_files) COMPLETE
37712024-09-09T22:24:48.489Z[ recovery-image] Sep 09 22:24:47.438 INFO O| Sep 09 22:24:47.438 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37722024-09-09T22:24:48.501Z[ recovery-image] Sep 09 22:24:47.449 INFO O| Sep 09 22:24:47.449 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
37732024-09-09T22:24:48.503Z[ recovery-image] Sep 09 22:24:47.450 INFO O| Sep 09 22:24:47.450 INFO STEP 16 (remove_files) COMPLETE
37742024-09-09T22:24:48.503Z[ recovery-image] Sep 09 22:24:47.450 INFO O| Sep 09 22:24:47.450 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37752024-09-09T22:24:48.511Z[ recovery-image] Sep 09 22:24:47.460 INFO O| Sep 09 22:24:47.460 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
37762024-09-09T22:24:48.514Z[ recovery-image] Sep 09 22:24:47.462 INFO O| Sep 09 22:24:47.461 INFO STEP 17 (remove_files) COMPLETE
37772024-09-09T22:24:48.514Z[ recovery-image] Sep 09 22:24:47.462 INFO O| Sep 09 22:24:47.462 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37782024-09-09T22:24:48.523Z[ recovery-image] Sep 09 22:24:47.472 INFO O| Sep 09 22:24:47.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
37792024-09-09T22:24:48.523Z[ recovery-image] Sep 09 22:24:47.472 INFO O| Sep 09 22:24:47.472 INFO STEP 18 (remove_files) COMPLETE
37802024-09-09T22:24:48.523Z[ recovery-image] Sep 09 22:24:47.472 INFO O| Sep 09 22:24:47.472 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37812024-09-09T22:24:48.533Z[ recovery-image] Sep 09 22:24:47.482 INFO O| Sep 09 22:24:47.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
37822024-09-09T22:24:48.533Z[ recovery-image] Sep 09 22:24:47.482 INFO O| Sep 09 22:24:47.482 INFO STEP 19 (remove_files) COMPLETE
37832024-09-09T22:24:48.535Z[ recovery-image] Sep 09 22:24:47.482 INFO O| Sep 09 22:24:47.482 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37842024-09-09T22:24:48.544Z[ recovery-image] Sep 09 22:24:47.493 INFO O| Sep 09 22:24:47.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
37852024-09-09T22:24:48.544Z[ recovery-image] Sep 09 22:24:47.493 INFO O| Sep 09 22:24:47.493 INFO STEP 20 (remove_files) COMPLETE
37862024-09-09T22:24:48.547Z[ recovery-image] Sep 09 22:24:47.493 INFO O| Sep 09 22:24:47.493 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37872024-09-09T22:24:48.554Z[ recovery-image] Sep 09 22:24:47.503 INFO O| Sep 09 22:24:47.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
37882024-09-09T22:24:48.554Z[ recovery-image] Sep 09 22:24:47.503 INFO O| Sep 09 22:24:47.503 INFO STEP 21 (remove_files) COMPLETE
37892024-09-09T22:24:48.554Z[ recovery-image] Sep 09 22:24:47.503 INFO O| Sep 09 22:24:47.503 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37902024-09-09T22:24:48.565Z[ recovery-image] Sep 09 22:24:47.513 INFO O| Sep 09 22:24:47.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
37912024-09-09T22:24:48.565Z[ recovery-image] Sep 09 22:24:47.514 INFO O| Sep 09 22:24:47.513 INFO STEP 22 (remove_files) COMPLETE
37922024-09-09T22:24:48.567Z[ recovery-image] Sep 09 22:24:47.514 INFO O| Sep 09 22:24:47.514 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37932024-09-09T22:24:48.574Z[ recovery-image] Sep 09 22:24:47.523 INFO O| Sep 09 22:24:47.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
37942024-09-09T22:24:48.575Z[ recovery-image] Sep 09 22:24:47.523 INFO O| Sep 09 22:24:47.523 INFO STEP 23 (remove_files) COMPLETE
37952024-09-09T22:24:48.577Z[ recovery-image] Sep 09 22:24:47.523 INFO O| Sep 09 22:24:47.523 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37962024-09-09T22:24:48.586Z[ recovery-image] Sep 09 22:24:47.534 INFO O| Sep 09 22:24:47.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
37972024-09-09T22:24:48.586Z[ recovery-image] Sep 09 22:24:47.534 INFO O| Sep 09 22:24:47.534 INFO STEP 24 (remove_files) COMPLETE
37982024-09-09T22:24:48.588Z[ recovery-image] Sep 09 22:24:47.534 INFO O| Sep 09 22:24:47.534 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37992024-09-09T22:24:48.596Z[ recovery-image] Sep 09 22:24:47.545 INFO O| Sep 09 22:24:47.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
38002024-09-09T22:24:48.597Z[ recovery-image] Sep 09 22:24:47.545 INFO O| Sep 09 22:24:47.545 INFO STEP 25 (remove_files) COMPLETE
38012024-09-09T22:24:48.599Z[ recovery-image] Sep 09 22:24:47.545 INFO O| Sep 09 22:24:47.545 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38022024-09-09T22:24:48.607Z[ recovery-image] Sep 09 22:24:47.556 INFO O| Sep 09 22:24:47.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
38032024-09-09T22:24:48.607Z[ recovery-image] Sep 09 22:24:47.556 INFO O| Sep 09 22:24:47.556 INFO STEP 26 (remove_files) COMPLETE
38042024-09-09T22:24:48.608Z[ recovery-image] Sep 09 22:24:47.556 INFO O| Sep 09 22:24:47.556 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38052024-09-09T22:24:48.618Z[ recovery-image] Sep 09 22:24:47.567 INFO O| Sep 09 22:24:47.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
38062024-09-09T22:24:48.618Z[ recovery-image] Sep 09 22:24:47.567 INFO O| Sep 09 22:24:47.567 INFO STEP 27 (remove_files) COMPLETE
38072024-09-09T22:24:48.621Z[ recovery-image] Sep 09 22:24:47.567 INFO O| Sep 09 22:24:47.567 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38082024-09-09T22:24:48.628Z[ recovery-image] Sep 09 22:24:47.577 INFO O| Sep 09 22:24:47.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
38092024-09-09T22:24:48.628Z[ recovery-image] Sep 09 22:24:47.577 INFO O| Sep 09 22:24:47.577 INFO STEP 28 (remove_files) COMPLETE
38102024-09-09T22:24:48.631Z[ recovery-image] Sep 09 22:24:47.577 INFO O| Sep 09 22:24:47.577 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38112024-09-09T22:24:48.639Z[ recovery-image] Sep 09 22:24:47.588 INFO O| Sep 09 22:24:47.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
38122024-09-09T22:24:48.641Z[ recovery-image] Sep 09 22:24:47.588 INFO O| Sep 09 22:24:47.588 INFO STEP 29 (remove_files) COMPLETE
38132024-09-09T22:24:48.641Z[ recovery-image] Sep 09 22:24:47.588 INFO O| Sep 09 22:24:47.588 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38142024-09-09T22:24:48.650Z[ recovery-image] Sep 09 22:24:47.599 INFO O| Sep 09 22:24:47.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
38152024-09-09T22:24:48.650Z[ recovery-image] Sep 09 22:24:47.599 INFO O| Sep 09 22:24:47.599 INFO STEP 30 (remove_files) COMPLETE
38162024-09-09T22:24:48.650Z[ recovery-image] Sep 09 22:24:47.599 INFO O| Sep 09 22:24:47.599 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38172024-09-09T22:24:48.660Z[ recovery-image] Sep 09 22:24:47.608 INFO O| Sep 09 22:24:47.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
38182024-09-09T22:24:48.662Z[ recovery-image] Sep 09 22:24:47.609 INFO O| Sep 09 22:24:47.609 INFO STEP 31 (remove_files) COMPLETE
38192024-09-09T22:24:48.662Z[ recovery-image] Sep 09 22:24:47.609 INFO O| Sep 09 22:24:47.609 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38202024-09-09T22:24:48.670Z[ recovery-image] Sep 09 22:24:47.619 INFO O| Sep 09 22:24:47.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
38212024-09-09T22:24:48.670Z[ recovery-image] Sep 09 22:24:47.619 INFO O| Sep 09 22:24:47.619 INFO STEP 32 (remove_files) COMPLETE
38222024-09-09T22:24:48.673Z[ recovery-image] Sep 09 22:24:47.619 INFO O| Sep 09 22:24:47.619 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38232024-09-09T22:24:48.681Z[ recovery-image] Sep 09 22:24:47.630 INFO O| Sep 09 22:24:47.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38242024-09-09T22:24:48.681Z[ recovery-image] Sep 09 22:24:47.630 INFO O| Sep 09 22:24:47.630 INFO STEP 33 (remove_files) COMPLETE
38252024-09-09T22:24:48.683Z[ recovery-image] Sep 09 22:24:47.630 INFO O| Sep 09 22:24:47.630 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38262024-09-09T22:24:48.692Z[ recovery-image] Sep 09 22:24:47.641 INFO O| Sep 09 22:24:47.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38272024-09-09T22:24:48.692Z[ recovery-image] Sep 09 22:24:47.641 INFO O| Sep 09 22:24:47.641 INFO STEP 34 (remove_files) COMPLETE
38282024-09-09T22:24:48.692Z[ recovery-image] Sep 09 22:24:47.641 INFO O| Sep 09 22:24:47.641 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38292024-09-09T22:24:48.703Z[ recovery-image] Sep 09 22:24:47.652 INFO O| Sep 09 22:24:47.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38302024-09-09T22:24:48.705Z[ recovery-image] Sep 09 22:24:47.652 INFO O| Sep 09 22:24:47.652 INFO STEP 35 (remove_files) COMPLETE
38312024-09-09T22:24:48.705Z[ recovery-image] Sep 09 22:24:47.652 INFO O| Sep 09 22:24:47.652 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38322024-09-09T22:24:48.713Z[ recovery-image] Sep 09 22:24:47.662 INFO O| Sep 09 22:24:47.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38332024-09-09T22:24:48.713Z[ recovery-image] Sep 09 22:24:47.662 INFO O| Sep 09 22:24:47.662 INFO STEP 36 (remove_files) COMPLETE
38342024-09-09T22:24:48.716Z[ recovery-image] Sep 09 22:24:47.662 INFO O| Sep 09 22:24:47.662 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38352024-09-09T22:24:48.724Z[ recovery-image] Sep 09 22:24:47.673 INFO O| Sep 09 22:24:47.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38362024-09-09T22:24:48.724Z[ recovery-image] Sep 09 22:24:47.673 INFO O| Sep 09 22:24:47.673 INFO STEP 37 (remove_files) COMPLETE
38372024-09-09T22:24:48.726Z[ recovery-image] Sep 09 22:24:47.673 INFO O| Sep 09 22:24:47.673 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38382024-09-09T22:24:48.734Z[ recovery-image] Sep 09 22:24:47.683 INFO O| Sep 09 22:24:47.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38392024-09-09T22:24:48.734Z[ recovery-image] Sep 09 22:24:47.683 INFO O| Sep 09 22:24:47.683 INFO STEP 38 (remove_files) COMPLETE
38402024-09-09T22:24:48.737Z[ recovery-image] Sep 09 22:24:47.683 INFO O| Sep 09 22:24:47.683 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38412024-09-09T22:24:48.745Z[ recovery-image] Sep 09 22:24:47.694 INFO O| Sep 09 22:24:47.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38422024-09-09T22:24:48.745Z[ recovery-image] Sep 09 22:24:47.694 INFO O| Sep 09 22:24:47.694 INFO STEP 39 (remove_files) COMPLETE
38432024-09-09T22:24:48.747Z[ recovery-image] Sep 09 22:24:47.694 INFO O| Sep 09 22:24:47.694 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38442024-09-09T22:24:48.755Z[ recovery-image] Sep 09 22:24:47.704 INFO O| Sep 09 22:24:47.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38452024-09-09T22:24:48.755Z[ recovery-image] Sep 09 22:24:47.704 INFO O| Sep 09 22:24:47.704 INFO STEP 40 (remove_files) COMPLETE
38462024-09-09T22:24:48.755Z[ recovery-image] Sep 09 22:24:47.704 INFO O| Sep 09 22:24:47.704 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38472024-09-09T22:24:48.765Z[ recovery-image] Sep 09 22:24:47.713 INFO O| Sep 09 22:24:47.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38482024-09-09T22:24:48.765Z[ recovery-image] Sep 09 22:24:47.714 INFO O| Sep 09 22:24:47.713 INFO STEP 41 (remove_files) COMPLETE
38492024-09-09T22:24:48.765Z[ recovery-image] Sep 09 22:24:47.714 INFO O| Sep 09 22:24:47.714 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38502024-09-09T22:24:48.776Z[ recovery-image] Sep 09 22:24:47.724 INFO O| Sep 09 22:24:47.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38512024-09-09T22:24:48.776Z[ recovery-image] Sep 09 22:24:47.724 INFO O| Sep 09 22:24:47.724 INFO STEP 42 (remove_files) COMPLETE
38522024-09-09T22:24:48.778Z[ recovery-image] Sep 09 22:24:47.724 INFO O| Sep 09 22:24:47.724 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38532024-09-09T22:24:48.785Z[ host-image] Sep 09 22:24:47.734 INFO O| Sep 09 22:24:47.734 INFO O| Done
38542024-09-09T22:24:48.788Z[ recovery-image] Sep 09 22:24:47.735 INFO O| Sep 09 22:24:47.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
38552024-09-09T22:24:48.788Z[ recovery-image] Sep 09 22:24:47.735 INFO O| Sep 09 22:24:47.735 INFO STEP 43 (remove_files) COMPLETE
38562024-09-09T22:24:48.788Z[ recovery-image] Sep 09 22:24:47.735 INFO O| Sep 09 22:24:47.735 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38572024-09-09T22:24:48.797Z[ recovery-image] Sep 09 22:24:47.746 INFO O| Sep 09 22:24:47.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
38582024-09-09T22:24:48.797Z[ recovery-image] Sep 09 22:24:47.746 INFO O| Sep 09 22:24:47.746 INFO STEP 44 (remove_files) COMPLETE
38592024-09-09T22:24:48.799Z[ recovery-image] Sep 09 22:24:47.746 INFO O| Sep 09 22:24:47.746 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38602024-09-09T22:24:48.807Z[ recovery-image] Sep 09 22:24:47.756 INFO O| Sep 09 22:24:47.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
38612024-09-09T22:24:48.810Z[ recovery-image] Sep 09 22:24:47.756 INFO O| Sep 09 22:24:47.756 INFO STEP 45 (remove_files) COMPLETE
38622024-09-09T22:24:48.810Z[ recovery-image] Sep 09 22:24:47.756 INFO O| Sep 09 22:24:47.756 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38632024-09-09T22:24:48.817Z[ recovery-image] Sep 09 22:24:47.766 INFO O| Sep 09 22:24:47.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
38642024-09-09T22:24:48.818Z[ recovery-image] Sep 09 22:24:47.766 INFO O| Sep 09 22:24:47.766 INFO STEP 46 (remove_files) COMPLETE
38652024-09-09T22:24:48.820Z[ recovery-image] Sep 09 22:24:47.766 INFO O| Sep 09 22:24:47.766 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38662024-09-09T22:24:48.828Z[ recovery-image] Sep 09 22:24:47.776 INFO O| Sep 09 22:24:47.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
38672024-09-09T22:24:48.828Z[ recovery-image] Sep 09 22:24:47.776 INFO O| Sep 09 22:24:47.776 INFO STEP 47 (remove_files) COMPLETE
38682024-09-09T22:24:48.828Z[ recovery-image] Sep 09 22:24:47.776 INFO O| Sep 09 22:24:47.776 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38692024-09-09T22:24:48.838Z[ recovery-image] Sep 09 22:24:47.786 INFO O| Sep 09 22:24:47.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
38702024-09-09T22:24:48.838Z[ recovery-image] Sep 09 22:24:47.786 INFO O| Sep 09 22:24:47.786 INFO STEP 48 (remove_files) COMPLETE
38712024-09-09T22:24:48.840Z[ recovery-image] Sep 09 22:24:47.786 INFO O| Sep 09 22:24:47.786 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38722024-09-09T22:24:48.850Z[ recovery-image] Sep 09 22:24:47.799 INFO O| Sep 09 22:24:47.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
38732024-09-09T22:24:48.850Z[ recovery-image] Sep 09 22:24:47.799 INFO O| Sep 09 22:24:47.799 INFO STEP 49 (remove_files) COMPLETE
38742024-09-09T22:24:48.853Z[ recovery-image] Sep 09 22:24:47.799 INFO O| Sep 09 22:24:47.799 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38752024-09-09T22:24:48.860Z[ recovery-image] Sep 09 22:24:47.809 INFO O| Sep 09 22:24:47.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
38762024-09-09T22:24:48.860Z[ recovery-image] Sep 09 22:24:47.809 INFO O| Sep 09 22:24:47.809 INFO STEP 50 (remove_files) COMPLETE
38772024-09-09T22:24:48.863Z[ recovery-image] Sep 09 22:24:47.809 INFO O| Sep 09 22:24:47.809 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38782024-09-09T22:24:48.871Z[ recovery-image] Sep 09 22:24:47.819 INFO O| Sep 09 22:24:47.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
38792024-09-09T22:24:48.871Z[ recovery-image] Sep 09 22:24:47.819 INFO O| Sep 09 22:24:47.819 INFO STEP 51 (remove_files) COMPLETE
38802024-09-09T22:24:48.873Z[ recovery-image] Sep 09 22:24:47.820 INFO O| Sep 09 22:24:47.819 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38812024-09-09T22:24:48.882Z[ recovery-image] Sep 09 22:24:47.831 INFO O| Sep 09 22:24:47.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
38822024-09-09T22:24:48.884Z[ recovery-image] Sep 09 22:24:47.831 INFO O| Sep 09 22:24:47.831 INFO STEP 52 (remove_files) COMPLETE
38832024-09-09T22:24:48.884Z[ recovery-image] Sep 09 22:24:47.831 INFO O| Sep 09 22:24:47.831 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38842024-09-09T22:24:48.892Z[ recovery-image] Sep 09 22:24:47.841 INFO O| Sep 09 22:24:47.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
38852024-09-09T22:24:48.894Z[ recovery-image] Sep 09 22:24:47.841 INFO O| Sep 09 22:24:47.841 INFO STEP 53 (remove_files) COMPLETE
38862024-09-09T22:24:48.894Z[ recovery-image] Sep 09 22:24:47.841 INFO O| Sep 09 22:24:47.841 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38872024-09-09T22:24:48.902Z[ recovery-image] Sep 09 22:24:47.851 INFO O| Sep 09 22:24:47.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
38882024-09-09T22:24:48.902Z[ recovery-image] Sep 09 22:24:47.851 INFO O| Sep 09 22:24:47.851 INFO STEP 54 (remove_files) COMPLETE
38892024-09-09T22:24:48.904Z[ recovery-image] Sep 09 22:24:47.851 INFO O| Sep 09 22:24:47.851 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38902024-09-09T22:24:48.912Z[ recovery-image] Sep 09 22:24:47.861 INFO O| Sep 09 22:24:47.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
38912024-09-09T22:24:48.912Z[ recovery-image] Sep 09 22:24:47.861 INFO O| Sep 09 22:24:47.861 INFO STEP 55 (remove_files) COMPLETE
38922024-09-09T22:24:48.912Z[ recovery-image] Sep 09 22:24:47.861 INFO O| Sep 09 22:24:47.861 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38932024-09-09T22:24:48.922Z[ recovery-image] Sep 09 22:24:47.871 INFO O| Sep 09 22:24:47.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
38942024-09-09T22:24:48.922Z[ recovery-image] Sep 09 22:24:47.871 INFO O| Sep 09 22:24:47.871 INFO STEP 56 (remove_files) COMPLETE
38952024-09-09T22:24:48.922Z[ recovery-image] Sep 09 22:24:47.871 INFO O| Sep 09 22:24:47.871 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38962024-09-09T22:24:48.932Z[ recovery-image] Sep 09 22:24:47.881 INFO O| Sep 09 22:24:47.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
38972024-09-09T22:24:48.932Z[ recovery-image] Sep 09 22:24:47.881 INFO O| Sep 09 22:24:47.881 INFO STEP 57 (remove_files) COMPLETE
38982024-09-09T22:24:48.935Z[ recovery-image] Sep 09 22:24:47.881 INFO O| Sep 09 22:24:47.881 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38992024-09-09T22:24:48.943Z[ recovery-image] Sep 09 22:24:47.892 INFO O| Sep 09 22:24:47.892 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
39002024-09-09T22:24:48.943Z[ recovery-image] Sep 09 22:24:47.892 INFO O| Sep 09 22:24:47.892 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
39012024-09-09T22:24:48.945Z[ recovery-image] Sep 09 22:24:47.892 INFO O| Sep 09 22:24:47.892 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39022024-09-09T22:24:48.945Z[ recovery-image] Sep 09 22:24:47.892 INFO O| Sep 09 22:24:47.892 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39032024-09-09T22:24:48.945Z[ recovery-image] Sep 09 22:24:47.892 INFO O| Sep 09 22:24:47.892 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39042024-09-09T22:24:48.945Z[ recovery-image] Sep 09 22:24:47.892 INFO O| Sep 09 22:24:47.892 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39052024-09-09T22:24:48.945Z[ recovery-image] Sep 09 22:24:47.892 INFO O| Sep 09 22:24:47.892 INFO ok!
39062024-09-09T22:24:48.945Z[ recovery-image] Sep 09 22:24:47.892 INFO O| Sep 09 22:24:47.892 INFO STEP 58 (ensure_file) COMPLETE
39072024-09-09T22:24:48.946Z[ recovery-image] Sep 09 22:24:47.892 INFO O| Sep 09 22:24:47.892 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39082024-09-09T22:24:48.954Z[ recovery-image] Sep 09 22:24:47.902 INFO O| Sep 09 22:24:47.902 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
39092024-09-09T22:24:48.954Z[ recovery-image] Sep 09 22:24:47.903 INFO O| Sep 09 22:24:47.902 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
39102024-09-09T22:24:48.956Z[ recovery-image] Sep 09 22:24:47.903 INFO O| Sep 09 22:24:47.903 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39112024-09-09T22:24:48.956Z[ recovery-image] Sep 09 22:24:47.903 INFO O| Sep 09 22:24:47.903 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39122024-09-09T22:24:48.956Z[ recovery-image] Sep 09 22:24:47.903 INFO O| Sep 09 22:24:47.903 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39132024-09-09T22:24:48.956Z[ recovery-image] Sep 09 22:24:47.903 INFO O| Sep 09 22:24:47.903 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39142024-09-09T22:24:48.956Z[ recovery-image] Sep 09 22:24:47.903 INFO O| Sep 09 22:24:47.903 INFO ok!
39152024-09-09T22:24:48.956Z[ recovery-image] Sep 09 22:24:47.903 INFO O| Sep 09 22:24:47.903 INFO STEP 59 (ensure_file) COMPLETE
39162024-09-09T22:24:48.956Z[ recovery-image] Sep 09 22:24:47.903 INFO O| Sep 09 22:24:47.903 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39172024-09-09T22:24:48.964Z[ recovery-image] Sep 09 22:24:47.913 INFO O| Sep 09 22:24:47.913 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
39182024-09-09T22:24:48.964Z[ recovery-image] Sep 09 22:24:47.913 INFO O| Sep 09 22:24:47.913 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
39192024-09-09T22:24:48.966Z[ recovery-image] Sep 09 22:24:47.913 INFO O| Sep 09 22:24:47.913 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
39202024-09-09T22:24:48.966Z[ recovery-image] Sep 09 22:24:47.913 INFO O| Sep 09 22:24:47.913 INFO ok!
39212024-09-09T22:24:48.966Z[ recovery-image] Sep 09 22:24:47.913 INFO O| Sep 09 22:24:47.913 INFO STEP 60 (ensure_file) COMPLETE
39222024-09-09T22:24:48.966Z[ recovery-image] Sep 09 22:24:47.913 INFO O| Sep 09 22:24:47.913 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39232024-09-09T22:24:48.974Z[ recovery-image] Sep 09 22:24:47.923 INFO O| Sep 09 22:24:47.923 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39242024-09-09T22:24:48.974Z[ recovery-image] Sep 09 22:24:47.923 INFO O| Sep 09 22:24:47.923 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39252024-09-09T22:24:48.976Z[ recovery-image] Sep 09 22:24:47.923 INFO O| Sep 09 22:24:47.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39262024-09-09T22:24:48.976Z[ recovery-image] Sep 09 22:24:47.923 INFO O| Sep 09 22:24:47.923 INFO ok!
39272024-09-09T22:24:48.976Z[ recovery-image] Sep 09 22:24:47.923 INFO O| Sep 09 22:24:47.923 INFO STEP 61 (ensure_file) COMPLETE
39282024-09-09T22:24:48.977Z[ recovery-image] Sep 09 22:24:47.923 INFO O| Sep 09 22:24:47.923 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39292024-09-09T22:24:48.984Z[ recovery-image] Sep 09 22:24:47.932 INFO O| Sep 09 22:24:47.932 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39302024-09-09T22:24:48.984Z[ recovery-image] Sep 09 22:24:47.933 INFO O| Sep 09 22:24:47.933 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39312024-09-09T22:24:48.986Z[ recovery-image] Sep 09 22:24:47.933 INFO O| Sep 09 22:24:47.933 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39322024-09-09T22:24:48.986Z[ recovery-image] Sep 09 22:24:47.933 INFO O| Sep 09 22:24:47.933 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39332024-09-09T22:24:48.986Z[ recovery-image] Sep 09 22:24:47.933 INFO O| Sep 09 22:24:47.933 INFO ok!
39342024-09-09T22:24:48.986Z[ recovery-image] Sep 09 22:24:47.933 INFO O| Sep 09 22:24:47.933 INFO STEP 62 (ensure_file) COMPLETE
39352024-09-09T22:24:48.986Z[ recovery-image] Sep 09 22:24:47.933 INFO O| Sep 09 22:24:47.933 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39362024-09-09T22:24:48.994Z[ recovery-image] Sep 09 22:24:47.942 INFO O| Sep 09 22:24:47.942 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39372024-09-09T22:24:48.994Z[ recovery-image] Sep 09 22:24:47.943 INFO O| Sep 09 22:24:47.942 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39382024-09-09T22:24:48.996Z[ recovery-image] Sep 09 22:24:47.943 INFO O| Sep 09 22:24:47.943 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39392024-09-09T22:24:48.996Z[ recovery-image] Sep 09 22:24:47.943 INFO O| Sep 09 22:24:47.943 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39402024-09-09T22:24:48.996Z[ recovery-image] Sep 09 22:24:47.943 INFO O| Sep 09 22:24:47.943 INFO ok!
39412024-09-09T22:24:48.996Z[ recovery-image] Sep 09 22:24:47.943 INFO O| Sep 09 22:24:47.943 INFO STEP 63 (ensure_file) COMPLETE
39422024-09-09T22:24:48.996Z[ recovery-image] Sep 09 22:24:47.943 INFO O| Sep 09 22:24:47.943 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39432024-09-09T22:24:49.004Z[ recovery-image] Sep 09 22:24:47.953 INFO O| Sep 09 22:24:47.953 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39442024-09-09T22:24:49.004Z[ recovery-image] Sep 09 22:24:47.953 INFO O| Sep 09 22:24:47.953 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39452024-09-09T22:24:49.007Z[ recovery-image] Sep 09 22:24:47.953 INFO O| Sep 09 22:24:47.953 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39462024-09-09T22:24:49.007Z[ recovery-image] Sep 09 22:24:47.953 INFO O| Sep 09 22:24:47.953 INFO ok!
39472024-09-09T22:24:49.007Z[ recovery-image] Sep 09 22:24:47.953 INFO O| Sep 09 22:24:47.953 INFO STEP 64 (assemble_files) COMPLETE
39482024-09-09T22:24:49.007Z[ recovery-image] Sep 09 22:24:47.953 INFO O| Sep 09 22:24:47.953 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39492024-09-09T22:24:49.014Z[ recovery-image] Sep 09 22:24:47.963 INFO O| Sep 09 22:24:47.963 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39502024-09-09T22:24:49.014Z[ recovery-image] Sep 09 22:24:47.963 INFO O| Sep 09 22:24:47.963 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39512024-09-09T22:24:49.017Z[ recovery-image] Sep 09 22:24:47.963 INFO O| Sep 09 22:24:47.963 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39522024-09-09T22:24:49.017Z[ recovery-image] Sep 09 22:24:47.963 INFO O| Sep 09 22:24:47.963 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39532024-09-09T22:24:49.017Z[ recovery-image] Sep 09 22:24:47.963 INFO O| Sep 09 22:24:47.963 INFO ok!
39542024-09-09T22:24:49.017Z[ recovery-image] Sep 09 22:24:47.963 INFO O| Sep 09 22:24:47.963 INFO STEP 65 (ensure_file) COMPLETE
39552024-09-09T22:24:49.017Z[ recovery-image] Sep 09 22:24:47.963 INFO O| Sep 09 22:24:47.963 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39562024-09-09T22:24:49.017Z[ recovery-image] Sep 09 22:24:47.963 INFO O| Sep 09 22:24:47.963 INFO skip step because feature "omicron1" is not enabled
39572024-09-09T22:24:49.017Z[ recovery-image] Sep 09 22:24:47.963 INFO O| Sep 09 22:24:47.963 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39582024-09-09T22:24:49.017Z[ recovery-image] Sep 09 22:24:47.963 INFO O| Sep 09 22:24:47.963 INFO skip step because feature "omicron1" is not enabled
39592024-09-09T22:24:49.017Z[ recovery-image] Sep 09 22:24:47.963 INFO O| Sep 09 22:24:47.963 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39602024-09-09T22:24:49.017Z[ recovery-image] Sep 09 22:24:47.963 INFO O| Sep 09 22:24:47.963 INFO skip step because feature "omicron1" is not enabled
39612024-09-09T22:24:49.017Z[ recovery-image] Sep 09 22:24:47.963 INFO O| Sep 09 22:24:47.963 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39622024-09-09T22:24:49.032Z[ recovery-image] Sep 09 22:24:47.980 INFO O| Sep 09 22:24:47.980 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
39632024-09-09T22:24:49.032Z[ recovery-image] Sep 09 22:24:47.980 INFO O| Sep 09 22:24:47.980 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
39642024-09-09T22:24:49.285Z[ host-image] Sep 09 22:24:48.234 INFO O| Sep 09 22:24:48.234 INFO O| Done
39652024-09-09T22:24:49.478Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 19s
39662024-09-09T22:24:49.509Z[ host-image] Sep 09 22:24:48.458 INFO O| Sep 09 22:24:48.458 INFO STEP 11 (pkg_install) COMPLETE
39672024-09-09T22:24:49.510Z[ host-image] Sep 09 22:24:48.458 INFO O| Sep 09 22:24:48.458 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39682024-09-09T22:24:49.525Z[ host-image] Sep 09 22:24:48.474 INFO O| Sep 09 22:24:48.474 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
39692024-09-09T22:24:49.801ZSep 09 22:24:48.750 INFO [verify-libraries] process exited with exit status: 0 (325.307949388s)
39702024-09-09T22:24:49.975Z[ host-image] Sep 09 22:24:48.924 INFO O| Sep 09 22:24:48.924 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39712024-09-09T22:24:50.991Z[ recovery-image] Sep 09 22:24:49.939 INFO O| Sep 09 22:24:49.939 INFO STEP 69 (pack_tar) COMPLETE
39722024-09-09T22:24:50.991Z[ recovery-image] Sep 09 22:24:49.939 INFO O| Sep 09 22:24:49.939 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39732024-09-09T22:24:50.993Z[ recovery-image] Sep 09 22:24:49.939 INFO O| Sep 09 22:24:49.939 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39742024-09-09T22:24:51.112Z[ recovery-image] Sep 09 22:24:50.060 INFO O| Sep 09 22:24:50.060 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39752024-09-09T22:24:51.168Z[ recovery-image] Sep 09 22:24:50.116 INFO O| Sep 09 22:24:50.116 INFO completed processing gimlet/ramdisk-02-trim
39762024-09-09T22:24:51.171Z[ recovery-image] Sep 09 22:24:50.119 INFO image builder template: ramdisk-03-recovery-trim...
39772024-09-09T22:24:51.171Z[ recovery-image] Sep 09 22:24:50.119 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/.tmpk1xqE7/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
39782024-09-09T22:24:51.278Z[ recovery-image] Sep 09 22:24:50.226 INFO O| Sep 09 22:24:50.226 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39792024-09-09T22:24:51.283Z[ recovery-image] Sep 09 22:24:50.231 INFO O| Sep 09 22:24:50.231 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39802024-09-09T22:24:51.334Z[ recovery-image] Sep 09 22:24:50.282 INFO O| Sep 09 22:24:50.282 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
39812024-09-09T22:24:51.378Z[ recovery-image] Sep 09 22:24:50.325 INFO O| Sep 09 22:24:50.325 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39822024-09-09T22:24:51.378Z[ recovery-image] Sep 09 22:24:50.325 INFO O| Sep 09 22:24:50.325 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39832024-09-09T22:24:51.388Z[ recovery-image] Sep 09 22:24:50.336 INFO O| Sep 09 22:24:50.336 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
39842024-09-09T22:24:51.393Z[ recovery-image] Sep 09 22:24:50.341 INFO O| Sep 09 22:24:50.341 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39852024-09-09T22:24:51.399Z[ recovery-image] Sep 09 22:24:50.347 INFO O| Sep 09 22:24:50.347 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39862024-09-09T22:24:51.578Z[ recovery-image] Sep 09 22:24:50.525 INFO O| Sep 09 22:24:50.525 INFO rolled back to input snapshot; work may begin
39872024-09-09T22:24:51.578Z[ recovery-image] Sep 09 22:24:50.526 INFO O| Sep 09 22:24:50.525 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
39882024-09-09T22:24:51.583Z[ recovery-image] Sep 09 22:24:50.531 INFO O| Sep 09 22:24:50.531 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39892024-09-09T22:24:51.593Z[ recovery-image] Sep 09 22:24:50.541 INFO O| Sep 09 22:24:50.541 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
39902024-09-09T22:24:51.597Z[ recovery-image] Sep 09 22:24:50.545 INFO O| Sep 09 22:24:50.545 INFO STEP 0 (remove_files) COMPLETE
39912024-09-09T22:24:51.597Z[ recovery-image] Sep 09 22:24:50.545 INFO O| Sep 09 22:24:50.545 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39922024-09-09T22:24:51.607Z[ recovery-image] Sep 09 22:24:50.555 INFO O| Sep 09 22:24:50.555 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
39932024-09-09T22:24:51.664Z[ recovery-image] Sep 09 22:24:50.611 INFO O| Sep 09 22:24:50.611 INFO STEP 1 (remove_files) COMPLETE
39942024-09-09T22:24:51.664Z[ recovery-image] Sep 09 22:24:50.611 INFO O| Sep 09 22:24:50.611 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39952024-09-09T22:24:51.675Z[ recovery-image] Sep 09 22:24:50.622 INFO O| Sep 09 22:24:50.622 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
39962024-09-09T22:24:51.677Z[ recovery-image] Sep 09 22:24:50.624 INFO O| Sep 09 22:24:50.624 INFO STEP 2 (remove_files) COMPLETE
39972024-09-09T22:24:51.677Z[ recovery-image] Sep 09 22:24:50.624 INFO O| Sep 09 22:24:50.624 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39982024-09-09T22:24:51.686Z[ recovery-image] Sep 09 22:24:50.634 INFO O| Sep 09 22:24:50.634 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
39992024-09-09T22:24:51.733Z[ recovery-image] Sep 09 22:24:50.681 INFO O| Sep 09 22:24:50.681 INFO STEP 3 (remove_files) COMPLETE
40002024-09-09T22:24:51.733Z[ recovery-image] Sep 09 22:24:50.681 INFO O| Sep 09 22:24:50.681 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40012024-09-09T22:24:51.746Z[ recovery-image] Sep 09 22:24:50.694 INFO O| Sep 09 22:24:50.693 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
40022024-09-09T22:24:51.757Z[ recovery-image] Sep 09 22:24:50.705 INFO O| Sep 09 22:24:50.705 INFO STEP 4 (remove_files) COMPLETE
40032024-09-09T22:24:51.758Z[ recovery-image] Sep 09 22:24:50.705 INFO O| Sep 09 22:24:50.705 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40042024-09-09T22:24:51.770Z[ recovery-image] Sep 09 22:24:50.717 INFO O| Sep 09 22:24:50.717 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
40052024-09-09T22:24:51.773Z[ recovery-image] Sep 09 22:24:50.722 INFO O| Sep 09 22:24:50.722 INFO STEP 5 (remove_files) COMPLETE
40062024-09-09T22:24:51.774Z[ recovery-image] Sep 09 22:24:50.722 INFO O| Sep 09 22:24:50.722 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40072024-09-09T22:24:51.786Z[ recovery-image] Sep 09 22:24:50.734 INFO O| Sep 09 22:24:50.734 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
40082024-09-09T22:24:51.788Z[ recovery-image] Sep 09 22:24:50.736 INFO O| Sep 09 22:24:50.736 INFO STEP 6 (remove_files) COMPLETE
40092024-09-09T22:24:51.788Z[ recovery-image] Sep 09 22:24:50.736 INFO O| Sep 09 22:24:50.736 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40102024-09-09T22:24:51.802Z[ recovery-image] Sep 09 22:24:50.749 INFO O| Sep 09 22:24:50.749 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
40112024-09-09T22:24:51.805Z[ recovery-image] Sep 09 22:24:50.751 INFO O| Sep 09 22:24:50.751 INFO STEP 7 (remove_files) COMPLETE
40122024-09-09T22:24:51.805Z[ recovery-image] Sep 09 22:24:50.751 INFO O| Sep 09 22:24:50.751 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40132024-09-09T22:24:51.815Z[ recovery-image] Sep 09 22:24:50.763 INFO O| Sep 09 22:24:50.763 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
40142024-09-09T22:24:51.818Z[ recovery-image] Sep 09 22:24:50.767 INFO O| Sep 09 22:24:50.766 INFO STEP 8 (remove_files) COMPLETE
40152024-09-09T22:24:51.818Z[ recovery-image] Sep 09 22:24:50.767 INFO O| Sep 09 22:24:50.767 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40162024-09-09T22:24:51.829Z[ recovery-image] Sep 09 22:24:50.777 INFO O| Sep 09 22:24:50.777 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40172024-09-09T22:24:51.831Z[ recovery-image] Sep 09 22:24:50.777 INFO O| Sep 09 22:24:50.777 INFO STEP 9 (remove_files) COMPLETE
40182024-09-09T22:24:51.831Z[ recovery-image] Sep 09 22:24:50.777 INFO O| Sep 09 22:24:50.777 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40192024-09-09T22:24:51.839Z[ recovery-image] Sep 09 22:24:50.787 INFO O| Sep 09 22:24:50.787 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40202024-09-09T22:24:51.842Z[ recovery-image] Sep 09 22:24:50.789 INFO O| Sep 09 22:24:50.789 INFO STEP 10 (remove_files) COMPLETE
40212024-09-09T22:24:51.842Z[ recovery-image] Sep 09 22:24:50.789 INFO O| Sep 09 22:24:50.789 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40222024-09-09T22:24:51.850Z[ recovery-image] Sep 09 22:24:50.799 INFO O| Sep 09 22:24:50.799 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40232024-09-09T22:24:51.898Z[ recovery-image] Sep 09 22:24:50.846 INFO O| Sep 09 22:24:50.846 INFO STEP 11 (remove_files) COMPLETE
40242024-09-09T22:24:51.898Z[ recovery-image] Sep 09 22:24:50.846 INFO O| Sep 09 22:24:50.846 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40252024-09-09T22:24:51.909Z[ recovery-image] Sep 09 22:24:50.857 INFO O| Sep 09 22:24:50.857 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40262024-09-09T22:24:51.911Z[ recovery-image] Sep 09 22:24:50.859 INFO O| Sep 09 22:24:50.859 INFO STEP 12 (remove_files) COMPLETE
40272024-09-09T22:24:51.911Z[ recovery-image] Sep 09 22:24:50.859 INFO O| Sep 09 22:24:50.859 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40282024-09-09T22:24:51.921Z[ recovery-image] Sep 09 22:24:50.869 INFO O| Sep 09 22:24:50.869 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40292024-09-09T22:24:51.924Z[ recovery-image] Sep 09 22:24:50.871 INFO O| Sep 09 22:24:50.871 INFO STEP 13 (remove_files) COMPLETE
40302024-09-09T22:24:51.924Z[ recovery-image] Sep 09 22:24:50.871 INFO O| Sep 09 22:24:50.871 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40312024-09-09T22:24:51.933Z[ recovery-image] Sep 09 22:24:50.881 INFO O| Sep 09 22:24:50.881 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40322024-09-09T22:24:51.935Z[ recovery-image] Sep 09 22:24:50.881 INFO O| Sep 09 22:24:50.881 INFO STEP 14 (remove_files) COMPLETE
40332024-09-09T22:24:51.936Z[ recovery-image] Sep 09 22:24:50.881 INFO O| Sep 09 22:24:50.881 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40342024-09-09T22:24:51.943Z[ recovery-image] Sep 09 22:24:50.891 INFO O| Sep 09 22:24:50.891 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40352024-09-09T22:24:51.945Z[ recovery-image] Sep 09 22:24:50.892 INFO O| Sep 09 22:24:50.892 INFO STEP 15 (remove_files) COMPLETE
40362024-09-09T22:24:51.945Z[ recovery-image] Sep 09 22:24:50.892 INFO O| Sep 09 22:24:50.892 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40372024-09-09T22:24:51.954Z[ recovery-image] Sep 09 22:24:50.902 INFO O| Sep 09 22:24:50.902 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40382024-09-09T22:24:51.961Z[ recovery-image] Sep 09 22:24:50.909 INFO O| Sep 09 22:24:50.909 INFO STEP 16 (remove_files) COMPLETE
40392024-09-09T22:24:51.964Z[ recovery-image] Sep 09 22:24:50.909 INFO O| Sep 09 22:24:50.909 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40402024-09-09T22:24:51.971Z[ recovery-image] Sep 09 22:24:50.919 INFO O| Sep 09 22:24:50.919 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40412024-09-09T22:24:51.975Z[ recovery-image] Sep 09 22:24:50.919 INFO O| Sep 09 22:24:50.919 INFO STEP 17 (remove_files) COMPLETE
40422024-09-09T22:24:51.975Z[ recovery-image] Sep 09 22:24:50.919 INFO O| Sep 09 22:24:50.919 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40432024-09-09T22:24:51.980Z[ recovery-image] Sep 09 22:24:50.928 INFO O| Sep 09 22:24:50.928 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
40442024-09-09T22:24:51.983Z[ recovery-image] Sep 09 22:24:50.929 INFO O| Sep 09 22:24:50.929 INFO STEP 18 (remove_files) COMPLETE
40452024-09-09T22:24:51.983Z[ recovery-image] Sep 09 22:24:50.929 INFO O| Sep 09 22:24:50.929 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40462024-09-09T22:24:51.990Z[ recovery-image] Sep 09 22:24:50.938 INFO O| Sep 09 22:24:50.938 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
40472024-09-09T22:24:52.033Z[ recovery-image] Sep 09 22:24:50.981 INFO O| Sep 09 22:24:50.980 INFO STEP 19 (remove_files) COMPLETE
40482024-09-09T22:24:52.033Z[ recovery-image] Sep 09 22:24:50.981 INFO O| Sep 09 22:24:50.980 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40492024-09-09T22:24:52.045Z[ recovery-image] Sep 09 22:24:50.992 INFO O| Sep 09 22:24:50.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
40502024-09-09T22:24:52.048Z[ recovery-image] Sep 09 22:24:50.993 INFO O| Sep 09 22:24:50.993 INFO STEP 20 (remove_files) COMPLETE
40512024-09-09T22:24:52.048Z[ recovery-image] Sep 09 22:24:50.993 INFO O| Sep 09 22:24:50.993 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40522024-09-09T22:24:52.058Z[ recovery-image] Sep 09 22:24:51.006 INFO O| Sep 09 22:24:51.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
40532024-09-09T22:24:52.060Z[ recovery-image] Sep 09 22:24:51.006 INFO O| Sep 09 22:24:51.006 INFO STEP 21 (remove_files) COMPLETE
40542024-09-09T22:24:52.060Z[ recovery-image] Sep 09 22:24:51.006 INFO O| Sep 09 22:24:51.006 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40552024-09-09T22:24:52.070Z[ recovery-image] Sep 09 22:24:51.018 INFO O| Sep 09 22:24:51.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
40562024-09-09T22:24:52.072Z[ recovery-image] Sep 09 22:24:51.019 INFO O| Sep 09 22:24:51.019 INFO STEP 22 (remove_files) COMPLETE
40572024-09-09T22:24:52.072Z[ recovery-image] Sep 09 22:24:51.019 INFO O| Sep 09 22:24:51.019 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40582024-09-09T22:24:52.082Z[ recovery-image] Sep 09 22:24:51.030 INFO O| Sep 09 22:24:51.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
40592024-09-09T22:24:52.082Z[ recovery-image] Sep 09 22:24:51.030 INFO O| Sep 09 22:24:51.030 INFO STEP 23 (remove_files) COMPLETE
40602024-09-09T22:24:52.085Z[ recovery-image] Sep 09 22:24:51.030 INFO O| Sep 09 22:24:51.030 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40612024-09-09T22:24:52.092Z[ recovery-image] Sep 09 22:24:51.040 INFO O| Sep 09 22:24:51.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
40622024-09-09T22:24:52.095Z[ recovery-image] Sep 09 22:24:51.041 INFO O| Sep 09 22:24:51.041 INFO STEP 24 (remove_files) COMPLETE
40632024-09-09T22:24:52.095Z[ recovery-image] Sep 09 22:24:51.041 INFO O| Sep 09 22:24:51.041 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40642024-09-09T22:24:52.104Z[ recovery-image] Sep 09 22:24:51.052 INFO O| Sep 09 22:24:51.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
40652024-09-09T22:24:52.104Z[ recovery-image] Sep 09 22:24:51.052 INFO O| Sep 09 22:24:51.052 INFO STEP 25 (remove_files) COMPLETE
40662024-09-09T22:24:52.104Z[ recovery-image] Sep 09 22:24:51.052 INFO O| Sep 09 22:24:51.052 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40672024-09-09T22:24:52.114Z[ recovery-image] Sep 09 22:24:51.062 INFO O| Sep 09 22:24:51.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
40682024-09-09T22:24:52.117Z[ recovery-image] Sep 09 22:24:51.062 INFO O| Sep 09 22:24:51.062 INFO STEP 26 (remove_files) COMPLETE
40692024-09-09T22:24:52.117Z[ recovery-image] Sep 09 22:24:51.062 INFO O| Sep 09 22:24:51.062 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40702024-09-09T22:24:52.124Z[ recovery-image] Sep 09 22:24:51.072 INFO O| Sep 09 22:24:51.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
40712024-09-09T22:24:52.124Z[ recovery-image] Sep 09 22:24:51.072 INFO O| Sep 09 22:24:51.072 INFO STEP 27 (remove_files) COMPLETE
40722024-09-09T22:24:52.127Z[ recovery-image] Sep 09 22:24:51.072 INFO O| Sep 09 22:24:51.072 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40732024-09-09T22:24:52.135Z[ recovery-image] Sep 09 22:24:51.083 INFO O| Sep 09 22:24:51.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
40742024-09-09T22:24:52.137Z[ recovery-image] Sep 09 22:24:51.083 INFO O| Sep 09 22:24:51.083 INFO STEP 28 (remove_files) COMPLETE
40752024-09-09T22:24:52.137Z[ recovery-image] Sep 09 22:24:51.083 INFO O| Sep 09 22:24:51.083 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40762024-09-09T22:24:52.145Z[ recovery-image] Sep 09 22:24:51.093 INFO O| Sep 09 22:24:51.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
40772024-09-09T22:24:52.145Z[ recovery-image] Sep 09 22:24:51.093 INFO O| Sep 09 22:24:51.093 INFO STEP 29 (remove_files) COMPLETE
40782024-09-09T22:24:52.148Z[ recovery-image] Sep 09 22:24:51.093 INFO O| Sep 09 22:24:51.093 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40792024-09-09T22:24:52.151Z[ host-image] Sep 09 22:24:51.099 INFO O| Sep 09 22:24:51.099 INFO O| Planning: Solver setup ... Done
40802024-09-09T22:24:52.154Z[ recovery-image] Sep 09 22:24:51.102 INFO O| Sep 09 22:24:51.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
40812024-09-09T22:24:52.157Z[ recovery-image] Sep 09 22:24:51.103 INFO O| Sep 09 22:24:51.102 INFO STEP 30 (remove_files) COMPLETE
40822024-09-09T22:24:52.157Z[ recovery-image] Sep 09 22:24:51.103 INFO O| Sep 09 22:24:51.103 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40832024-09-09T22:24:52.157Z[ host-image] Sep 09 22:24:51.103 INFO O| Sep 09 22:24:51.103 INFO O| Planning: Running solver ... Done
40842024-09-09T22:24:52.165Z[ recovery-image] Sep 09 22:24:51.113 INFO O| Sep 09 22:24:51.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
40852024-09-09T22:24:52.165Z[ recovery-image] Sep 09 22:24:51.113 INFO O| Sep 09 22:24:51.113 INFO STEP 31 (remove_files) COMPLETE
40862024-09-09T22:24:52.167Z[ recovery-image] Sep 09 22:24:51.113 INFO O| Sep 09 22:24:51.113 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-09-09T22:24:52.175Z[ recovery-image] Sep 09 22:24:51.123 INFO O| Sep 09 22:24:51.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
40882024-09-09T22:24:52.177Z[ recovery-image] Sep 09 22:24:51.124 INFO O| Sep 09 22:24:51.124 INFO STEP 32 (remove_files) COMPLETE
40892024-09-09T22:24:52.177Z[ recovery-image] Sep 09 22:24:51.124 INFO O| Sep 09 22:24:51.124 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-09-09T22:24:52.187Z[ recovery-image] Sep 09 22:24:51.135 INFO O| Sep 09 22:24:51.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
40912024-09-09T22:24:52.187Z[ recovery-image] Sep 09 22:24:51.135 INFO O| Sep 09 22:24:51.135 INFO STEP 33 (remove_files) COMPLETE
40922024-09-09T22:24:52.189Z[ recovery-image] Sep 09 22:24:51.135 INFO O| Sep 09 22:24:51.135 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-09-09T22:24:52.197Z[ recovery-image] Sep 09 22:24:51.145 INFO O| Sep 09 22:24:51.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
40942024-09-09T22:24:52.199Z[ recovery-image] Sep 09 22:24:51.145 INFO O| Sep 09 22:24:51.145 INFO STEP 34 (remove_files) COMPLETE
40952024-09-09T22:24:52.199Z[ recovery-image] Sep 09 22:24:51.145 INFO O| Sep 09 22:24:51.145 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-09-09T22:24:52.199Z[ host-image] Sep 09 22:24:51.147 INFO O| Sep 09 22:24:51.146 INFO O| Planning: Finding local manifests ... Done
40972024-09-09T22:24:52.202Z[ host-image] Sep 09 22:24:51.148 INFO O| Sep 09 22:24:51.148 INFO O| Planning: Fetching manifests: 0/4 0% complete
40982024-09-09T22:24:52.212Z[ recovery-image] Sep 09 22:24:51.155 INFO O| Sep 09 22:24:51.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
40992024-09-09T22:24:52.215Z[ recovery-image] Sep 09 22:24:51.156 INFO O| Sep 09 22:24:51.156 INFO STEP 35 (remove_files) COMPLETE
41002024-09-09T22:24:52.215Z[ recovery-image] Sep 09 22:24:51.156 INFO O| Sep 09 22:24:51.156 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41012024-09-09T22:24:52.218Z[ recovery-image] Sep 09 22:24:51.166 INFO O| Sep 09 22:24:51.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
41022024-09-09T22:24:52.218Z[ recovery-image] Sep 09 22:24:51.166 INFO O| Sep 09 22:24:51.166 INFO STEP 36 (remove_files) COMPLETE
41032024-09-09T22:24:52.218Z[ recovery-image] Sep 09 22:24:51.166 INFO O| Sep 09 22:24:51.166 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41042024-09-09T22:24:52.228Z[ recovery-image] Sep 09 22:24:51.176 INFO O| Sep 09 22:24:51.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
41052024-09-09T22:24:52.230Z[ recovery-image] Sep 09 22:24:51.177 INFO O| Sep 09 22:24:51.177 INFO STEP 37 (remove_files) COMPLETE
41062024-09-09T22:24:52.230Z[ recovery-image] Sep 09 22:24:51.177 INFO O| Sep 09 22:24:51.177 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41072024-09-09T22:24:52.238Z[ recovery-image] Sep 09 22:24:51.186 INFO O| Sep 09 22:24:51.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
41082024-09-09T22:24:52.238Z[ recovery-image] Sep 09 22:24:51.186 INFO O| Sep 09 22:24:51.186 INFO STEP 38 (remove_files) COMPLETE
41092024-09-09T22:24:52.241Z[ recovery-image] Sep 09 22:24:51.186 INFO O| Sep 09 22:24:51.186 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41102024-09-09T22:24:52.248Z[ recovery-image] Sep 09 22:24:51.196 INFO O| Sep 09 22:24:51.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
41112024-09-09T22:24:52.248Z[ recovery-image] Sep 09 22:24:51.196 INFO O| Sep 09 22:24:51.196 INFO STEP 39 (remove_files) COMPLETE
41122024-09-09T22:24:52.251Z[ recovery-image] Sep 09 22:24:51.196 INFO O| Sep 09 22:24:51.196 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-09-09T22:24:52.258Z[ recovery-image] Sep 09 22:24:51.206 INFO O| Sep 09 22:24:51.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41142024-09-09T22:24:52.258Z[ recovery-image] Sep 09 22:24:51.206 INFO O| Sep 09 22:24:51.206 INFO STEP 40 (remove_files) COMPLETE
41152024-09-09T22:24:52.258Z[ recovery-image] Sep 09 22:24:51.206 INFO O| Sep 09 22:24:51.206 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-09-09T22:24:52.267Z[ recovery-image] Sep 09 22:24:51.216 INFO O| Sep 09 22:24:51.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41172024-09-09T22:24:52.269Z[ recovery-image] Sep 09 22:24:51.216 INFO O| Sep 09 22:24:51.216 INFO STEP 41 (remove_files) COMPLETE
41182024-09-09T22:24:52.269Z[ recovery-image] Sep 09 22:24:51.216 INFO O| Sep 09 22:24:51.216 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-09-09T22:24:52.278Z[ recovery-image] Sep 09 22:24:51.226 INFO O| Sep 09 22:24:51.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41202024-09-09T22:24:52.278Z[ recovery-image] Sep 09 22:24:51.226 INFO O| Sep 09 22:24:51.226 INFO STEP 42 (remove_files) COMPLETE
41212024-09-09T22:24:52.280Z[ recovery-image] Sep 09 22:24:51.226 INFO O| Sep 09 22:24:51.226 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-09-09T22:24:52.290Z[ recovery-image] Sep 09 22:24:51.238 INFO O| Sep 09 22:24:51.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
41232024-09-09T22:24:52.290Z[ recovery-image] Sep 09 22:24:51.238 INFO O| Sep 09 22:24:51.238 INFO STEP 43 (remove_files) COMPLETE
41242024-09-09T22:24:52.292Z[ recovery-image] Sep 09 22:24:51.238 INFO O| Sep 09 22:24:51.238 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-09-09T22:24:52.298Z[ host-image] Sep 09 22:24:51.246 INFO O| Sep 09 22:24:51.246 INFO O| Planning: Fetching manifests: 4/4 100% complete
41262024-09-09T22:24:52.300Z[ recovery-image] Sep 09 22:24:51.248 INFO O| Sep 09 22:24:51.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41272024-09-09T22:24:52.303Z[ recovery-image] Sep 09 22:24:51.248 INFO O| Sep 09 22:24:51.248 INFO STEP 44 (remove_files) COMPLETE
41282024-09-09T22:24:52.303Z[ recovery-image] Sep 09 22:24:51.249 INFO O| Sep 09 22:24:51.248 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-09-09T22:24:52.310Z[ recovery-image] Sep 09 22:24:51.258 INFO O| Sep 09 22:24:51.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41302024-09-09T22:24:52.310Z[ recovery-image] Sep 09 22:24:51.258 INFO O| Sep 09 22:24:51.258 INFO STEP 45 (remove_files) COMPLETE
41312024-09-09T22:24:52.310Z[ recovery-image] Sep 09 22:24:51.258 INFO O| Sep 09 22:24:51.258 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-09-09T22:24:52.319Z[ host-image] Sep 09 22:24:51.268 INFO O| Sep 09 22:24:51.267 INFO O| Planning: Package planning ... Done
41332024-09-09T22:24:52.322Z[ recovery-image] Sep 09 22:24:51.268 INFO O| Sep 09 22:24:51.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41342024-09-09T22:24:52.322Z[ recovery-image] Sep 09 22:24:51.268 INFO O| Sep 09 22:24:51.268 INFO STEP 46 (remove_files) COMPLETE
41352024-09-09T22:24:52.322Z[ recovery-image] Sep 09 22:24:51.268 INFO O| Sep 09 22:24:51.268 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41362024-09-09T22:24:52.325Z[ host-image] Sep 09 22:24:51.270 INFO O| Sep 09 22:24:51.270 INFO O| Planning: Merging actions ... Done
41372024-09-09T22:24:52.330Z[ recovery-image] Sep 09 22:24:51.278 INFO O| Sep 09 22:24:51.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41382024-09-09T22:24:52.330Z[ recovery-image] Sep 09 22:24:51.278 INFO O| Sep 09 22:24:51.278 INFO STEP 47 (remove_files) COMPLETE
41392024-09-09T22:24:52.333Z[ recovery-image] Sep 09 22:24:51.278 INFO O| Sep 09 22:24:51.278 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-09-09T22:24:52.339Z[ recovery-image] Sep 09 22:24:51.287 INFO O| Sep 09 22:24:51.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
41412024-09-09T22:24:52.339Z[ recovery-image] Sep 09 22:24:51.287 INFO O| Sep 09 22:24:51.287 INFO STEP 48 (remove_files) COMPLETE
41422024-09-09T22:24:52.339Z[ recovery-image] Sep 09 22:24:51.287 INFO O| Sep 09 22:24:51.287 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-09-09T22:24:52.349Z[ recovery-image] Sep 09 22:24:51.297 INFO O| Sep 09 22:24:51.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
41442024-09-09T22:24:52.349Z[ recovery-image] Sep 09 22:24:51.297 INFO O| Sep 09 22:24:51.297 INFO STEP 49 (remove_files) COMPLETE
41452024-09-09T22:24:52.349Z[ recovery-image] Sep 09 22:24:51.297 INFO O| Sep 09 22:24:51.297 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-09-09T22:24:52.359Z[ recovery-image] Sep 09 22:24:51.306 INFO O| Sep 09 22:24:51.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
41472024-09-09T22:24:52.359Z[ recovery-image] Sep 09 22:24:51.307 INFO O| Sep 09 22:24:51.306 INFO STEP 50 (remove_files) COMPLETE
41482024-09-09T22:24:52.361Z[ recovery-image] Sep 09 22:24:51.307 INFO O| Sep 09 22:24:51.306 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-09-09T22:24:52.369Z[ recovery-image] Sep 09 22:24:51.317 INFO O| Sep 09 22:24:51.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
41502024-09-09T22:24:52.369Z[ recovery-image] Sep 09 22:24:51.317 INFO O| Sep 09 22:24:51.317 INFO STEP 51 (remove_files) COMPLETE
41512024-09-09T22:24:52.372Z[ recovery-image] Sep 09 22:24:51.317 INFO O| Sep 09 22:24:51.317 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-09-09T22:24:52.380Z[ recovery-image] Sep 09 22:24:51.328 INFO O| Sep 09 22:24:51.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
41532024-09-09T22:24:52.380Z[ recovery-image] Sep 09 22:24:51.328 INFO O| Sep 09 22:24:51.328 INFO STEP 52 (remove_files) COMPLETE
41542024-09-09T22:24:52.383Z[ recovery-image] Sep 09 22:24:51.328 INFO O| Sep 09 22:24:51.328 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-09-09T22:24:52.391Z[ recovery-image] Sep 09 22:24:51.339 INFO O| Sep 09 22:24:51.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
41562024-09-09T22:24:52.393Z[ recovery-image] Sep 09 22:24:51.340 INFO O| Sep 09 22:24:51.340 INFO STEP 53 (remove_files) COMPLETE
41572024-09-09T22:24:52.393Z[ recovery-image] Sep 09 22:24:51.340 INFO O| Sep 09 22:24:51.340 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-09-09T22:24:52.402Z[ recovery-image] Sep 09 22:24:51.350 INFO O| Sep 09 22:24:51.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
41592024-09-09T22:24:52.402Z[ recovery-image] Sep 09 22:24:51.350 INFO O| Sep 09 22:24:51.350 INFO STEP 54 (remove_files) COMPLETE
41602024-09-09T22:24:52.402Z[ recovery-image] Sep 09 22:24:51.350 INFO O| Sep 09 22:24:51.350 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-09-09T22:24:52.407Z[ host-image] Sep 09 22:24:51.354 INFO O| Sep 09 22:24:51.354 INFO O| Planning: Checking for conflicting actions ... Done
41622024-09-09T22:24:52.409Z[ host-image] Sep 09 22:24:51.355 INFO O| Sep 09 22:24:51.355 INFO O| Planning: Consolidating action changes ... Done
41632024-09-09T22:24:52.412Z[ recovery-image] Sep 09 22:24:51.359 INFO O| Sep 09 22:24:51.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
41642024-09-09T22:24:52.412Z[ recovery-image] Sep 09 22:24:51.359 INFO O| Sep 09 22:24:51.359 INFO STEP 55 (remove_files) COMPLETE
41652024-09-09T22:24:52.412Z[ recovery-image] Sep 09 22:24:51.359 INFO O| Sep 09 22:24:51.359 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-09-09T22:24:52.421Z[ recovery-image] Sep 09 22:24:51.369 INFO O| Sep 09 22:24:51.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
41672024-09-09T22:24:52.423Z[ recovery-image] Sep 09 22:24:51.369 INFO O| Sep 09 22:24:51.369 INFO STEP 56 (remove_files) COMPLETE
41682024-09-09T22:24:52.424Z[ recovery-image] Sep 09 22:24:51.369 INFO O| Sep 09 22:24:51.369 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-09-09T22:24:52.431Z[ recovery-image] Sep 09 22:24:51.379 INFO O| Sep 09 22:24:51.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
41702024-09-09T22:24:52.431Z[ recovery-image] Sep 09 22:24:51.379 INFO O| Sep 09 22:24:51.379 INFO STEP 57 (remove_files) COMPLETE
41712024-09-09T22:24:52.431Z[ recovery-image] Sep 09 22:24:51.379 INFO O| Sep 09 22:24:51.379 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-09-09T22:24:52.441Z[ recovery-image] Sep 09 22:24:51.389 INFO O| Sep 09 22:24:51.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
41732024-09-09T22:24:52.441Z[ recovery-image] Sep 09 22:24:51.389 INFO O| Sep 09 22:24:51.389 INFO STEP 58 (remove_files) COMPLETE
41742024-09-09T22:24:52.441Z[ recovery-image] Sep 09 22:24:51.389 INFO O| Sep 09 22:24:51.389 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-09-09T22:24:52.450Z[ recovery-image] Sep 09 22:24:51.398 INFO O| Sep 09 22:24:51.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
41762024-09-09T22:24:52.452Z[ recovery-image] Sep 09 22:24:51.398 INFO O| Sep 09 22:24:51.398 INFO STEP 59 (remove_files) COMPLETE
41772024-09-09T22:24:52.453Z[ recovery-image] Sep 09 22:24:51.398 INFO O| Sep 09 22:24:51.398 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-09-09T22:24:52.460Z[ recovery-image] Sep 09 22:24:51.408 INFO O| Sep 09 22:24:51.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
41792024-09-09T22:24:52.460Z[ recovery-image] Sep 09 22:24:51.408 INFO O| Sep 09 22:24:51.408 INFO STEP 60 (remove_files) COMPLETE
41802024-09-09T22:24:52.462Z[ recovery-image] Sep 09 22:24:51.408 INFO O| Sep 09 22:24:51.408 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-09-09T22:24:52.469Z[ recovery-image] Sep 09 22:24:51.417 INFO O| Sep 09 22:24:51.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
41822024-09-09T22:24:52.469Z[ recovery-image] Sep 09 22:24:51.417 INFO O| Sep 09 22:24:51.417 INFO STEP 61 (remove_files) COMPLETE
41832024-09-09T22:24:52.471Z[ recovery-image] Sep 09 22:24:51.417 INFO O| Sep 09 22:24:51.417 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-09-09T22:24:52.479Z[ recovery-image] Sep 09 22:24:51.427 INFO O| Sep 09 22:24:51.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
41852024-09-09T22:24:52.481Z[ recovery-image] Sep 09 22:24:51.427 INFO O| Sep 09 22:24:51.427 INFO STEP 62 (remove_files) COMPLETE
41862024-09-09T22:24:52.481Z[ recovery-image] Sep 09 22:24:51.427 INFO O| Sep 09 22:24:51.427 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-09-09T22:24:52.489Z[ recovery-image] Sep 09 22:24:51.436 INFO O| Sep 09 22:24:51.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
41882024-09-09T22:24:52.489Z[ recovery-image] Sep 09 22:24:51.437 INFO O| Sep 09 22:24:51.437 INFO STEP 63 (remove_files) COMPLETE
41892024-09-09T22:24:52.491Z[ recovery-image] Sep 09 22:24:51.437 INFO O| Sep 09 22:24:51.437 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-09-09T22:24:52.499Z[ recovery-image] Sep 09 22:24:51.446 INFO O| Sep 09 22:24:51.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
41912024-09-09T22:24:52.501Z[ recovery-image] Sep 09 22:24:51.446 INFO O| Sep 09 22:24:51.446 INFO STEP 64 (remove_files) COMPLETE
41922024-09-09T22:24:52.501Z[ recovery-image] Sep 09 22:24:51.446 INFO O| Sep 09 22:24:51.446 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-09-09T22:24:52.509Z[ recovery-image] Sep 09 22:24:51.456 INFO O| Sep 09 22:24:51.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
41942024-09-09T22:24:52.511Z[ recovery-image] Sep 09 22:24:51.456 INFO O| Sep 09 22:24:51.456 INFO STEP 65 (remove_files) COMPLETE
41952024-09-09T22:24:52.511Z[ recovery-image] Sep 09 22:24:51.456 INFO O| Sep 09 22:24:51.456 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-09-09T22:24:52.520Z[ recovery-image] Sep 09 22:24:51.466 INFO O| Sep 09 22:24:51.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
41972024-09-09T22:24:52.520Z[ recovery-image] Sep 09 22:24:51.466 INFO O| Sep 09 22:24:51.466 INFO STEP 66 (remove_files) COMPLETE
41982024-09-09T22:24:52.522Z[ recovery-image] Sep 09 22:24:51.466 INFO O| Sep 09 22:24:51.466 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-09-09T22:24:52.528Z[ recovery-image] Sep 09 22:24:51.475 INFO O| Sep 09 22:24:51.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
42002024-09-09T22:24:52.528Z[ recovery-image] Sep 09 22:24:51.475 INFO O| Sep 09 22:24:51.475 INFO STEP 67 (remove_files) COMPLETE
42012024-09-09T22:24:52.530Z[ recovery-image] Sep 09 22:24:51.475 INFO O| Sep 09 22:24:51.475 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-09-09T22:24:52.537Z[ recovery-image] Sep 09 22:24:51.485 INFO O| Sep 09 22:24:51.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
42032024-09-09T22:24:52.537Z[ recovery-image] Sep 09 22:24:51.485 INFO O| Sep 09 22:24:51.485 INFO STEP 68 (remove_files) COMPLETE
42042024-09-09T22:24:52.539Z[ recovery-image] Sep 09 22:24:51.485 INFO O| Sep 09 22:24:51.485 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-09-09T22:24:52.547Z[ recovery-image] Sep 09 22:24:51.495 INFO O| Sep 09 22:24:51.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
42062024-09-09T22:24:52.547Z[ recovery-image] Sep 09 22:24:51.495 INFO O| Sep 09 22:24:51.495 INFO STEP 69 (remove_files) COMPLETE
42072024-09-09T22:24:52.549Z[ recovery-image] Sep 09 22:24:51.495 INFO O| Sep 09 22:24:51.495 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-09-09T22:24:52.556Z[ recovery-image] Sep 09 22:24:51.504 INFO O| Sep 09 22:24:51.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
42092024-09-09T22:24:52.556Z[ recovery-image] Sep 09 22:24:51.504 INFO O| Sep 09 22:24:51.504 INFO STEP 70 (remove_files) COMPLETE
42102024-09-09T22:24:52.556Z[ recovery-image] Sep 09 22:24:51.504 INFO O| Sep 09 22:24:51.504 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-09-09T22:24:52.566Z[ recovery-image] Sep 09 22:24:51.514 INFO O| Sep 09 22:24:51.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
42122024-09-09T22:24:52.566Z[ recovery-image] Sep 09 22:24:51.514 INFO O| Sep 09 22:24:51.514 INFO STEP 71 (remove_files) COMPLETE
42132024-09-09T22:24:52.568Z[ recovery-image] Sep 09 22:24:51.514 INFO O| Sep 09 22:24:51.514 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-09-09T22:24:52.575Z[ recovery-image] Sep 09 22:24:51.523 INFO O| Sep 09 22:24:51.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
42152024-09-09T22:24:52.575Z[ recovery-image] Sep 09 22:24:51.523 INFO O| Sep 09 22:24:51.523 INFO STEP 72 (remove_files) COMPLETE
42162024-09-09T22:24:52.578Z[ recovery-image] Sep 09 22:24:51.523 INFO O| Sep 09 22:24:51.523 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-09-09T22:24:52.585Z[ host-image] Sep 09 22:24:51.533 INFO O| Sep 09 22:24:51.532 INFO O| Planning: Evaluating mediators ... Done
42182024-09-09T22:24:52.587Z[ recovery-image] Sep 09 22:24:51.533 INFO O| Sep 09 22:24:51.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42192024-09-09T22:24:52.587Z[ recovery-image] Sep 09 22:24:51.533 INFO O| Sep 09 22:24:51.533 INFO STEP 73 (remove_files) COMPLETE
42202024-09-09T22:24:52.587Z[ recovery-image] Sep 09 22:24:51.533 INFO O| Sep 09 22:24:51.533 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-09-09T22:24:52.587Z[ host-image] Sep 09 22:24:51.534 INFO O| Sep 09 22:24:51.534 INFO O| Planning: Planning completed in 2.61 seconds
42222024-09-09T22:24:52.589Z[ host-image] Sep 09 22:24:51.535 INFO O| Sep 09 22:24:51.535 INFO O| Packages to install: 4
42232024-09-09T22:24:52.589Z[ host-image] Sep 09 22:24:51.535 INFO O| Sep 09 22:24:51.535 INFO O| Services to change: 2
42242024-09-09T22:24:52.595Z[ recovery-image] Sep 09 22:24:51.543 INFO O| Sep 09 22:24:51.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42252024-09-09T22:24:52.597Z[ recovery-image] Sep 09 22:24:51.543 INFO O| Sep 09 22:24:51.543 INFO STEP 74 (remove_files) COMPLETE
42262024-09-09T22:24:52.597Z[ recovery-image] Sep 09 22:24:51.543 INFO O| Sep 09 22:24:51.543 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-09-09T22:24:52.600Z[ host-image] Sep 09 22:24:51.546 INFO O| Sep 09 22:24:51.546 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
42282024-09-09T22:24:52.605Z[ recovery-image] Sep 09 22:24:51.553 INFO O| Sep 09 22:24:51.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42292024-09-09T22:24:52.605Z[ recovery-image] Sep 09 22:24:51.553 INFO O| Sep 09 22:24:51.553 INFO STEP 75 (remove_files) COMPLETE
42302024-09-09T22:24:52.607Z[ recovery-image] Sep 09 22:24:51.553 INFO O| Sep 09 22:24:51.553 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-09-09T22:24:52.615Z[ recovery-image] Sep 09 22:24:51.563 INFO O| Sep 09 22:24:51.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
42322024-09-09T22:24:52.615Z[ recovery-image] Sep 09 22:24:51.563 INFO O| Sep 09 22:24:51.563 INFO STEP 76 (remove_files) COMPLETE
42332024-09-09T22:24:52.619Z[ recovery-image] Sep 09 22:24:51.564 INFO O| Sep 09 22:24:51.563 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-09-09T22:24:52.625Z[ recovery-image] Sep 09 22:24:51.573 INFO O| Sep 09 22:24:51.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
42352024-09-09T22:24:52.628Z[ recovery-image] Sep 09 22:24:51.574 INFO O| Sep 09 22:24:51.574 INFO STEP 77 (remove_files) COMPLETE
42362024-09-09T22:24:52.628Z[ recovery-image] Sep 09 22:24:51.574 INFO O| Sep 09 22:24:51.574 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-09-09T22:24:52.635Z[ recovery-image] Sep 09 22:24:51.583 INFO O| Sep 09 22:24:51.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42382024-09-09T22:24:52.635Z[ recovery-image] Sep 09 22:24:51.583 INFO O| Sep 09 22:24:51.583 INFO STEP 78 (remove_files) COMPLETE
42392024-09-09T22:24:52.638Z[ recovery-image] Sep 09 22:24:51.583 INFO O| Sep 09 22:24:51.583 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-09-09T22:24:52.645Z[ recovery-image] Sep 09 22:24:51.593 INFO O| Sep 09 22:24:51.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42412024-09-09T22:24:52.647Z[ recovery-image] Sep 09 22:24:51.593 INFO O| Sep 09 22:24:51.593 INFO STEP 79 (remove_files) COMPLETE
42422024-09-09T22:24:52.647Z[ recovery-image] Sep 09 22:24:51.593 INFO O| Sep 09 22:24:51.593 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-09-09T22:24:52.654Z[ recovery-image] Sep 09 22:24:51.602 INFO O| Sep 09 22:24:51.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42442024-09-09T22:24:52.657Z[ recovery-image] Sep 09 22:24:51.602 INFO O| Sep 09 22:24:51.602 INFO STEP 80 (remove_files) COMPLETE
42452024-09-09T22:24:52.657Z[ recovery-image] Sep 09 22:24:51.602 INFO O| Sep 09 22:24:51.602 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-09-09T22:24:52.664Z[ recovery-image] Sep 09 22:24:51.612 INFO O| Sep 09 22:24:51.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
42472024-09-09T22:24:52.664Z[ recovery-image] Sep 09 22:24:51.612 INFO O| Sep 09 22:24:51.612 INFO STEP 81 (remove_files) COMPLETE
42482024-09-09T22:24:52.667Z[ recovery-image] Sep 09 22:24:51.612 INFO O| Sep 09 22:24:51.612 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-09-09T22:24:52.675Z[ recovery-image] Sep 09 22:24:51.621 INFO O| Sep 09 22:24:51.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
42502024-09-09T22:24:52.675Z[ recovery-image] Sep 09 22:24:51.621 INFO O| Sep 09 22:24:51.621 INFO STEP 82 (remove_files) COMPLETE
42512024-09-09T22:24:52.677Z[ recovery-image] Sep 09 22:24:51.621 INFO O| Sep 09 22:24:51.621 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-09-09T22:24:52.687Z[ recovery-image] Sep 09 22:24:51.631 INFO O| Sep 09 22:24:51.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
42532024-09-09T22:24:52.687Z[ recovery-image] Sep 09 22:24:51.631 INFO O| Sep 09 22:24:51.631 INFO STEP 83 (remove_files) COMPLETE
42542024-09-09T22:24:52.688Z[ recovery-image] Sep 09 22:24:51.631 INFO O| Sep 09 22:24:51.631 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-09-09T22:24:52.693Z[ recovery-image] Sep 09 22:24:51.641 INFO O| Sep 09 22:24:51.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
42562024-09-09T22:24:52.696Z[ recovery-image] Sep 09 22:24:51.641 INFO O| Sep 09 22:24:51.641 INFO STEP 84 (remove_files) COMPLETE
42572024-09-09T22:24:52.696Z[ recovery-image] Sep 09 22:24:51.641 INFO O| Sep 09 22:24:51.641 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-09-09T22:24:52.703Z[ recovery-image] Sep 09 22:24:51.650 INFO O| Sep 09 22:24:51.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
42592024-09-09T22:24:52.706Z[ recovery-image] Sep 09 22:24:51.650 INFO O| Sep 09 22:24:51.650 INFO STEP 85 (remove_files) COMPLETE
42602024-09-09T22:24:52.706Z[ recovery-image] Sep 09 22:24:51.650 INFO O| Sep 09 22:24:51.650 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-09-09T22:24:52.712Z[ recovery-image] Sep 09 22:24:51.660 INFO O| Sep 09 22:24:51.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
42622024-09-09T22:24:52.712Z[ recovery-image] Sep 09 22:24:51.660 INFO O| Sep 09 22:24:51.660 INFO STEP 86 (remove_files) COMPLETE
42632024-09-09T22:24:52.715Z[ recovery-image] Sep 09 22:24:51.660 INFO O| Sep 09 22:24:51.660 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-09-09T22:24:52.722Z[ recovery-image] Sep 09 22:24:51.670 INFO O| Sep 09 22:24:51.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
42652024-09-09T22:24:52.725Z[ recovery-image] Sep 09 22:24:51.670 INFO O| Sep 09 22:24:51.670 INFO STEP 87 (remove_files) COMPLETE
42662024-09-09T22:24:52.725Z[ recovery-image] Sep 09 22:24:51.670 INFO O| Sep 09 22:24:51.670 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-09-09T22:24:52.731Z[ recovery-image] Sep 09 22:24:51.679 INFO O| Sep 09 22:24:51.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
42682024-09-09T22:24:52.731Z[ recovery-image] Sep 09 22:24:51.679 INFO O| Sep 09 22:24:51.679 INFO STEP 88 (remove_files) COMPLETE
42692024-09-09T22:24:52.735Z[ recovery-image] Sep 09 22:24:51.679 INFO O| Sep 09 22:24:51.679 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-09-09T22:24:52.741Z[ recovery-image] Sep 09 22:24:51.689 INFO O| Sep 09 22:24:51.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
42712024-09-09T22:24:52.744Z[ recovery-image] Sep 09 22:24:51.689 INFO O| Sep 09 22:24:51.689 INFO STEP 89 (remove_files) COMPLETE
42722024-09-09T22:24:52.744Z[ recovery-image] Sep 09 22:24:51.689 INFO O| Sep 09 22:24:51.689 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-09-09T22:24:52.750Z[ recovery-image] Sep 09 22:24:51.698 INFO O| Sep 09 22:24:51.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
42742024-09-09T22:24:52.753Z[ recovery-image] Sep 09 22:24:51.699 INFO O| Sep 09 22:24:51.699 INFO STEP 90 (remove_files) COMPLETE
42752024-09-09T22:24:52.753Z[ recovery-image] Sep 09 22:24:51.699 INFO O| Sep 09 22:24:51.699 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-09-09T22:24:52.760Z[ recovery-image] Sep 09 22:24:51.708 INFO O| Sep 09 22:24:51.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
42772024-09-09T22:24:52.760Z[ recovery-image] Sep 09 22:24:51.708 INFO O| Sep 09 22:24:51.708 INFO STEP 91 (remove_files) COMPLETE
42782024-09-09T22:24:52.763Z[ recovery-image] Sep 09 22:24:51.708 INFO O| Sep 09 22:24:51.708 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-09-09T22:24:52.770Z[ recovery-image] Sep 09 22:24:51.718 INFO O| Sep 09 22:24:51.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
42802024-09-09T22:24:52.770Z[ recovery-image] Sep 09 22:24:51.718 INFO O| Sep 09 22:24:51.718 INFO STEP 92 (remove_files) COMPLETE
42812024-09-09T22:24:52.770Z[ recovery-image] Sep 09 22:24:51.718 INFO O| Sep 09 22:24:51.718 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-09-09T22:24:52.780Z[ recovery-image] Sep 09 22:24:51.728 INFO O| Sep 09 22:24:51.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
42832024-09-09T22:24:52.780Z[ recovery-image] Sep 09 22:24:51.728 INFO O| Sep 09 22:24:51.728 INFO STEP 93 (remove_files) COMPLETE
42842024-09-09T22:24:52.782Z[ recovery-image] Sep 09 22:24:51.728 INFO O| Sep 09 22:24:51.728 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-09-09T22:24:52.790Z[ recovery-image] Sep 09 22:24:51.738 INFO O| Sep 09 22:24:51.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
42862024-09-09T22:24:52.792Z[ recovery-image] Sep 09 22:24:51.738 INFO O| Sep 09 22:24:51.738 INFO STEP 94 (remove_files) COMPLETE
42872024-09-09T22:24:52.792Z[ recovery-image] Sep 09 22:24:51.738 INFO O| Sep 09 22:24:51.738 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-09-09T22:24:52.800Z[ recovery-image] Sep 09 22:24:51.748 INFO O| Sep 09 22:24:51.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
42892024-09-09T22:24:52.802Z[ recovery-image] Sep 09 22:24:51.748 INFO O| Sep 09 22:24:51.748 INFO STEP 95 (remove_files) COMPLETE
42902024-09-09T22:24:52.802Z[ recovery-image] Sep 09 22:24:51.748 INFO O| Sep 09 22:24:51.748 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-09-09T22:24:52.809Z[ recovery-image] Sep 09 22:24:51.757 INFO O| Sep 09 22:24:51.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
42922024-09-09T22:24:52.809Z[ recovery-image] Sep 09 22:24:51.757 INFO O| Sep 09 22:24:51.757 INFO STEP 96 (remove_files) COMPLETE
42932024-09-09T22:24:52.812Z[ recovery-image] Sep 09 22:24:51.757 INFO O| Sep 09 22:24:51.757 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-09-09T22:24:52.819Z[ recovery-image] Sep 09 22:24:51.767 INFO O| Sep 09 22:24:51.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
42952024-09-09T22:24:52.822Z[ recovery-image] Sep 09 22:24:51.767 INFO O| Sep 09 22:24:51.767 INFO STEP 97 (remove_files) COMPLETE
42962024-09-09T22:24:52.822Z[ recovery-image] Sep 09 22:24:51.767 INFO O| Sep 09 22:24:51.767 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-09-09T22:24:52.830Z[ recovery-image] Sep 09 22:24:51.777 INFO O| Sep 09 22:24:51.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
42982024-09-09T22:24:52.832Z[ recovery-image] Sep 09 22:24:51.777 INFO O| Sep 09 22:24:51.777 INFO STEP 98 (remove_files) COMPLETE
42992024-09-09T22:24:52.832Z[ recovery-image] Sep 09 22:24:51.777 INFO O| Sep 09 22:24:51.777 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-09-09T22:24:52.838Z[ recovery-image] Sep 09 22:24:51.786 INFO O| Sep 09 22:24:51.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
43012024-09-09T22:24:52.838Z[ recovery-image] Sep 09 22:24:51.786 INFO O| Sep 09 22:24:51.786 INFO STEP 99 (remove_files) COMPLETE
43022024-09-09T22:24:52.838Z[ recovery-image] Sep 09 22:24:51.786 INFO O| Sep 09 22:24:51.786 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-09-09T22:24:52.848Z[ recovery-image] Sep 09 22:24:51.796 INFO O| Sep 09 22:24:51.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
43042024-09-09T22:24:52.851Z[ recovery-image] Sep 09 22:24:51.796 INFO O| Sep 09 22:24:51.796 INFO STEP 100 (remove_files) COMPLETE
43052024-09-09T22:24:52.851Z[ recovery-image] Sep 09 22:24:51.796 INFO O| Sep 09 22:24:51.796 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-09-09T22:24:52.858Z[ recovery-image] Sep 09 22:24:51.806 INFO O| Sep 09 22:24:51.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
43072024-09-09T22:24:52.858Z[ recovery-image] Sep 09 22:24:51.806 INFO O| Sep 09 22:24:51.806 INFO STEP 101 (remove_files) COMPLETE
43082024-09-09T22:24:52.858Z[ recovery-image] Sep 09 22:24:51.806 INFO O| Sep 09 22:24:51.806 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-09-09T22:24:52.868Z[ recovery-image] Sep 09 22:24:51.816 INFO O| Sep 09 22:24:51.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
43102024-09-09T22:24:52.868Z[ recovery-image] Sep 09 22:24:51.816 INFO O| Sep 09 22:24:51.816 INFO STEP 102 (remove_files) COMPLETE
43112024-09-09T22:24:52.870Z[ recovery-image] Sep 09 22:24:51.816 INFO O| Sep 09 22:24:51.816 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-09-09T22:24:52.877Z[ recovery-image] Sep 09 22:24:51.825 INFO O| Sep 09 22:24:51.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
43132024-09-09T22:24:52.879Z[ recovery-image] Sep 09 22:24:51.825 INFO O| Sep 09 22:24:51.825 INFO STEP 103 (remove_files) COMPLETE
43142024-09-09T22:24:52.880Z[ recovery-image] Sep 09 22:24:51.825 INFO O| Sep 09 22:24:51.825 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-09-09T22:24:52.887Z[ recovery-image] Sep 09 22:24:51.835 INFO O| Sep 09 22:24:51.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
43162024-09-09T22:24:52.890Z[ recovery-image] Sep 09 22:24:51.835 INFO O| Sep 09 22:24:51.835 INFO STEP 104 (remove_files) COMPLETE
43172024-09-09T22:24:52.890Z[ recovery-image] Sep 09 22:24:51.835 INFO O| Sep 09 22:24:51.835 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-09-09T22:24:52.896Z[ recovery-image] Sep 09 22:24:51.844 INFO O| Sep 09 22:24:51.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
43192024-09-09T22:24:52.900Z[ recovery-image] Sep 09 22:24:51.844 INFO O| Sep 09 22:24:51.844 INFO STEP 105 (remove_files) COMPLETE
43202024-09-09T22:24:52.900Z[ recovery-image] Sep 09 22:24:51.844 INFO O| Sep 09 22:24:51.844 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-09-09T22:24:52.906Z[ recovery-image] Sep 09 22:24:51.854 INFO O| Sep 09 22:24:51.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
43222024-09-09T22:24:52.906Z[ recovery-image] Sep 09 22:24:51.854 INFO O| Sep 09 22:24:51.854 INFO STEP 106 (remove_files) COMPLETE
43232024-09-09T22:24:52.908Z[ recovery-image] Sep 09 22:24:51.854 INFO O| Sep 09 22:24:51.854 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-09-09T22:24:52.916Z[ recovery-image] Sep 09 22:24:51.864 INFO O| Sep 09 22:24:51.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43252024-09-09T22:24:52.918Z[ recovery-image] Sep 09 22:24:51.864 INFO O| Sep 09 22:24:51.864 INFO STEP 107 (remove_files) COMPLETE
43262024-09-09T22:24:52.918Z[ recovery-image] Sep 09 22:24:51.864 INFO O| Sep 09 22:24:51.864 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-09-09T22:24:52.926Z[ recovery-image] Sep 09 22:24:51.873 INFO O| Sep 09 22:24:51.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43282024-09-09T22:24:52.926Z[ recovery-image] Sep 09 22:24:51.874 INFO O| Sep 09 22:24:51.874 INFO STEP 108 (remove_files) COMPLETE
43292024-09-09T22:24:52.928Z[ recovery-image] Sep 09 22:24:51.874 INFO O| Sep 09 22:24:51.874 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-09-09T22:24:52.935Z[ recovery-image] Sep 09 22:24:51.883 INFO O| Sep 09 22:24:51.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
43312024-09-09T22:24:52.935Z[ recovery-image] Sep 09 22:24:51.883 INFO O| Sep 09 22:24:51.883 INFO STEP 109 (remove_files) COMPLETE
43322024-09-09T22:24:52.937Z[ recovery-image] Sep 09 22:24:51.883 INFO O| Sep 09 22:24:51.883 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-09-09T22:24:52.945Z[ recovery-image] Sep 09 22:24:51.893 INFO O| Sep 09 22:24:51.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
43342024-09-09T22:24:52.947Z[ recovery-image] Sep 09 22:24:51.893 INFO O| Sep 09 22:24:51.893 INFO STEP 110 (remove_files) COMPLETE
43352024-09-09T22:24:52.947Z[ recovery-image] Sep 09 22:24:51.893 INFO O| Sep 09 22:24:51.893 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-09-09T22:24:52.954Z[ recovery-image] Sep 09 22:24:51.902 INFO O| Sep 09 22:24:51.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43372024-09-09T22:24:52.954Z[ recovery-image] Sep 09 22:24:51.902 INFO O| Sep 09 22:24:51.902 INFO STEP 111 (remove_files) COMPLETE
43382024-09-09T22:24:52.957Z[ recovery-image] Sep 09 22:24:51.902 INFO O| Sep 09 22:24:51.902 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-09-09T22:24:52.964Z[ recovery-image] Sep 09 22:24:51.912 INFO O| Sep 09 22:24:51.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43402024-09-09T22:24:52.964Z[ recovery-image] Sep 09 22:24:51.912 INFO O| Sep 09 22:24:51.912 INFO STEP 112 (remove_files) COMPLETE
43412024-09-09T22:24:52.967Z[ recovery-image] Sep 09 22:24:51.912 INFO O| Sep 09 22:24:51.912 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-09-09T22:24:52.974Z[ recovery-image] Sep 09 22:24:51.922 INFO O| Sep 09 22:24:51.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43432024-09-09T22:24:52.976Z[ recovery-image] Sep 09 22:24:51.922 INFO O| Sep 09 22:24:51.922 INFO STEP 113 (remove_files) COMPLETE
43442024-09-09T22:24:52.977Z[ recovery-image] Sep 09 22:24:51.922 INFO O| Sep 09 22:24:51.922 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-09-09T22:24:52.984Z[ recovery-image] Sep 09 22:24:51.931 INFO O| Sep 09 22:24:51.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43462024-09-09T22:24:52.986Z[ recovery-image] Sep 09 22:24:51.932 INFO O| Sep 09 22:24:51.931 INFO STEP 114 (remove_files) COMPLETE
43472024-09-09T22:24:52.986Z[ recovery-image] Sep 09 22:24:51.932 INFO O| Sep 09 22:24:51.932 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-09-09T22:24:52.993Z[ recovery-image] Sep 09 22:24:51.941 INFO O| Sep 09 22:24:51.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
43492024-09-09T22:24:52.993Z[ recovery-image] Sep 09 22:24:51.941 INFO O| Sep 09 22:24:51.941 INFO STEP 115 (remove_files) COMPLETE
43502024-09-09T22:24:52.995Z[ recovery-image] Sep 09 22:24:51.941 INFO O| Sep 09 22:24:51.941 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-09-09T22:24:53.003Z[ recovery-image] Sep 09 22:24:51.951 INFO O| Sep 09 22:24:51.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
43522024-09-09T22:24:53.003Z[ recovery-image] Sep 09 22:24:51.951 INFO O| Sep 09 22:24:51.951 INFO STEP 116 (remove_files) COMPLETE
43532024-09-09T22:24:53.003Z[ recovery-image] Sep 09 22:24:51.951 INFO O| Sep 09 22:24:51.951 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-09-09T22:24:53.012Z[ recovery-image] Sep 09 22:24:51.960 INFO O| Sep 09 22:24:51.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
43552024-09-09T22:24:53.015Z[ recovery-image] Sep 09 22:24:51.961 INFO O| Sep 09 22:24:51.961 INFO STEP 117 (remove_files) COMPLETE
43562024-09-09T22:24:53.015Z[ recovery-image] Sep 09 22:24:51.961 INFO O| Sep 09 22:24:51.961 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-09-09T22:24:53.023Z[ recovery-image] Sep 09 22:24:51.971 INFO O| Sep 09 22:24:51.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
43582024-09-09T22:24:53.023Z[ recovery-image] Sep 09 22:24:51.971 INFO O| Sep 09 22:24:51.971 INFO STEP 118 (remove_files) COMPLETE
43592024-09-09T22:24:53.025Z[ recovery-image] Sep 09 22:24:51.971 INFO O| Sep 09 22:24:51.971 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-09-09T22:24:53.032Z[ recovery-image] Sep 09 22:24:51.980 INFO O| Sep 09 22:24:51.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
43612024-09-09T22:24:53.032Z[ recovery-image] Sep 09 22:24:51.980 INFO O| Sep 09 22:24:51.980 INFO STEP 119 (remove_files) COMPLETE
43622024-09-09T22:24:53.032Z[ recovery-image] Sep 09 22:24:51.980 INFO O| Sep 09 22:24:51.980 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-09-09T22:24:53.042Z[ recovery-image] Sep 09 22:24:51.990 INFO O| Sep 09 22:24:51.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
43642024-09-09T22:24:53.045Z[ recovery-image] Sep 09 22:24:51.990 INFO O| Sep 09 22:24:51.990 INFO STEP 120 (remove_files) COMPLETE
43652024-09-09T22:24:53.045Z[ recovery-image] Sep 09 22:24:51.990 INFO O| Sep 09 22:24:51.990 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-09-09T22:24:53.052Z[ recovery-image] Sep 09 22:24:52.000 INFO O| Sep 09 22:24:52.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
43672024-09-09T22:24:53.052Z[ recovery-image] Sep 09 22:24:52.000 INFO O| Sep 09 22:24:52.000 INFO STEP 121 (remove_files) COMPLETE
43682024-09-09T22:24:53.055Z[ recovery-image] Sep 09 22:24:52.000 INFO O| Sep 09 22:24:52.000 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-09-09T22:24:53.062Z[ recovery-image] Sep 09 22:24:52.010 INFO O| Sep 09 22:24:52.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
43702024-09-09T22:24:53.062Z[ recovery-image] Sep 09 22:24:52.010 INFO O| Sep 09 22:24:52.010 INFO STEP 122 (remove_files) COMPLETE
43712024-09-09T22:24:53.062Z[ recovery-image] Sep 09 22:24:52.010 INFO O| Sep 09 22:24:52.010 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-09-09T22:24:53.072Z[ recovery-image] Sep 09 22:24:52.020 INFO O| Sep 09 22:24:52.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
43732024-09-09T22:24:53.072Z[ recovery-image] Sep 09 22:24:52.020 INFO O| Sep 09 22:24:52.020 INFO STEP 123 (remove_files) COMPLETE
43742024-09-09T22:24:53.072Z[ recovery-image] Sep 09 22:24:52.020 INFO O| Sep 09 22:24:52.020 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-09-09T22:24:53.081Z[ recovery-image] Sep 09 22:24:52.029 INFO O| Sep 09 22:24:52.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
43762024-09-09T22:24:53.081Z[ recovery-image] Sep 09 22:24:52.029 INFO O| Sep 09 22:24:52.029 INFO STEP 124 (remove_files) COMPLETE
43772024-09-09T22:24:53.084Z[ recovery-image] Sep 09 22:24:52.029 INFO O| Sep 09 22:24:52.029 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-09-09T22:24:53.091Z[ recovery-image] Sep 09 22:24:52.039 INFO O| Sep 09 22:24:52.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
43792024-09-09T22:24:53.094Z[ recovery-image] Sep 09 22:24:52.039 INFO O| Sep 09 22:24:52.039 INFO STEP 125 (remove_files) COMPLETE
43802024-09-09T22:24:53.094Z[ recovery-image] Sep 09 22:24:52.039 INFO O| Sep 09 22:24:52.039 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-09-09T22:24:53.101Z[ recovery-image] Sep 09 22:24:52.049 INFO O| Sep 09 22:24:52.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
43822024-09-09T22:24:53.103Z[ recovery-image] Sep 09 22:24:52.049 INFO O| Sep 09 22:24:52.049 INFO STEP 126 (remove_files) COMPLETE
43832024-09-09T22:24:53.103Z[ recovery-image] Sep 09 22:24:52.049 INFO O| Sep 09 22:24:52.049 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-09-09T22:24:53.110Z[ recovery-image] Sep 09 22:24:52.058 INFO O| Sep 09 22:24:52.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
43852024-09-09T22:24:53.110Z[ recovery-image] Sep 09 22:24:52.058 INFO O| Sep 09 22:24:52.058 INFO STEP 127 (remove_files) COMPLETE
43862024-09-09T22:24:53.110Z[ recovery-image] Sep 09 22:24:52.058 INFO O| Sep 09 22:24:52.058 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-09-09T22:24:53.120Z[ recovery-image] Sep 09 22:24:52.068 INFO O| Sep 09 22:24:52.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
43882024-09-09T22:24:53.122Z[ recovery-image] Sep 09 22:24:52.068 INFO O| Sep 09 22:24:52.068 INFO STEP 128 (remove_files) COMPLETE
43892024-09-09T22:24:53.122Z[ recovery-image] Sep 09 22:24:52.068 INFO O| Sep 09 22:24:52.068 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-09-09T22:24:53.130Z[ recovery-image] Sep 09 22:24:52.078 INFO O| Sep 09 22:24:52.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
43912024-09-09T22:24:53.130Z[ recovery-image] Sep 09 22:24:52.078 INFO O| Sep 09 22:24:52.078 INFO STEP 129 (remove_files) COMPLETE
43922024-09-09T22:24:53.130Z[ recovery-image] Sep 09 22:24:52.078 INFO O| Sep 09 22:24:52.078 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-09-09T22:24:53.139Z[ recovery-image] Sep 09 22:24:52.087 INFO O| Sep 09 22:24:52.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
43942024-09-09T22:24:53.139Z[ recovery-image] Sep 09 22:24:52.087 INFO O| Sep 09 22:24:52.087 INFO STEP 130 (remove_files) COMPLETE
43952024-09-09T22:24:53.142Z[ recovery-image] Sep 09 22:24:52.087 INFO O| Sep 09 22:24:52.087 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-09-09T22:24:53.149Z[ recovery-image] Sep 09 22:24:52.097 INFO O| Sep 09 22:24:52.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
43972024-09-09T22:24:53.149Z[ recovery-image] Sep 09 22:24:52.097 INFO O| Sep 09 22:24:52.097 INFO STEP 131 (remove_files) COMPLETE
43982024-09-09T22:24:53.149Z[ recovery-image] Sep 09 22:24:52.097 INFO O| Sep 09 22:24:52.097 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-09-09T22:24:53.159Z[ recovery-image] Sep 09 22:24:52.106 INFO O| Sep 09 22:24:52.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
44002024-09-09T22:24:53.161Z[ recovery-image] Sep 09 22:24:52.107 INFO O| Sep 09 22:24:52.107 INFO STEP 132 (remove_files) COMPLETE
44012024-09-09T22:24:53.161Z[ recovery-image] Sep 09 22:24:52.107 INFO O| Sep 09 22:24:52.107 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-09-09T22:24:53.169Z[ recovery-image] Sep 09 22:24:52.116 INFO O| Sep 09 22:24:52.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
44032024-09-09T22:24:53.169Z[ recovery-image] Sep 09 22:24:52.117 INFO O| Sep 09 22:24:52.117 INFO STEP 133 (remove_files) COMPLETE
44042024-09-09T22:24:53.171Z[ recovery-image] Sep 09 22:24:52.117 INFO O| Sep 09 22:24:52.117 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-09-09T22:24:53.178Z[ recovery-image] Sep 09 22:24:52.126 INFO O| Sep 09 22:24:52.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
44062024-09-09T22:24:53.178Z[ recovery-image] Sep 09 22:24:52.126 INFO O| Sep 09 22:24:52.126 INFO STEP 134 (remove_files) COMPLETE
44072024-09-09T22:24:53.178Z[ recovery-image] Sep 09 22:24:52.126 INFO O| Sep 09 22:24:52.126 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-09-09T22:24:53.188Z[ recovery-image] Sep 09 22:24:52.135 INFO O| Sep 09 22:24:52.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
44092024-09-09T22:24:53.191Z[ recovery-image] Sep 09 22:24:52.136 INFO O| Sep 09 22:24:52.135 INFO STEP 135 (remove_files) COMPLETE
44102024-09-09T22:24:53.191Z[ recovery-image] Sep 09 22:24:52.136 INFO O| Sep 09 22:24:52.135 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-09-09T22:24:53.198Z[ recovery-image] Sep 09 22:24:52.145 INFO O| Sep 09 22:24:52.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
44122024-09-09T22:24:53.198Z[ recovery-image] Sep 09 22:24:52.145 INFO O| Sep 09 22:24:52.145 INFO STEP 136 (remove_files) COMPLETE
44132024-09-09T22:24:53.198Z[ recovery-image] Sep 09 22:24:52.145 INFO O| Sep 09 22:24:52.145 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-09-09T22:24:53.207Z[ recovery-image] Sep 09 22:24:52.155 INFO O| Sep 09 22:24:52.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
44152024-09-09T22:24:53.207Z[ recovery-image] Sep 09 22:24:52.155 INFO O| Sep 09 22:24:52.155 INFO STEP 137 (remove_files) COMPLETE
44162024-09-09T22:24:53.210Z[ recovery-image] Sep 09 22:24:52.155 INFO O| Sep 09 22:24:52.155 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-09-09T22:24:53.218Z[ recovery-image] Sep 09 22:24:52.164 INFO O| Sep 09 22:24:52.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
44182024-09-09T22:24:53.218Z[ recovery-image] Sep 09 22:24:52.164 INFO O| Sep 09 22:24:52.164 INFO STEP 138 (remove_files) COMPLETE
44192024-09-09T22:24:53.220Z[ recovery-image] Sep 09 22:24:52.164 INFO O| Sep 09 22:24:52.164 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-09-09T22:24:53.226Z[ recovery-image] Sep 09 22:24:52.174 INFO O| Sep 09 22:24:52.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
44212024-09-09T22:24:53.226Z[ recovery-image] Sep 09 22:24:52.174 INFO O| Sep 09 22:24:52.174 INFO STEP 139 (remove_files) COMPLETE
44222024-09-09T22:24:53.226Z[ recovery-image] Sep 09 22:24:52.174 INFO O| Sep 09 22:24:52.174 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-09-09T22:24:53.236Z[ recovery-image] Sep 09 22:24:52.183 INFO O| Sep 09 22:24:52.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
44242024-09-09T22:24:53.239Z[ recovery-image] Sep 09 22:24:52.184 INFO O| Sep 09 22:24:52.184 INFO STEP 140 (remove_files) COMPLETE
44252024-09-09T22:24:53.239Z[ recovery-image] Sep 09 22:24:52.184 INFO O| Sep 09 22:24:52.184 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-09-09T22:24:53.245Z[ recovery-image] Sep 09 22:24:52.193 INFO O| Sep 09 22:24:52.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
44272024-09-09T22:24:53.259Z[ recovery-image] Sep 09 22:24:52.194 INFO O| Sep 09 22:24:52.194 INFO STEP 141 (remove_files) COMPLETE
44282024-09-09T22:24:53.259Z[ recovery-image] Sep 09 22:24:52.194 INFO O| Sep 09 22:24:52.194 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-09-09T22:24:53.264Z[ recovery-image] Sep 09 22:24:52.203 INFO O| Sep 09 22:24:52.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
44302024-09-09T22:24:53.264Z[ recovery-image] Sep 09 22:24:52.203 INFO O| Sep 09 22:24:52.203 INFO STEP 142 (remove_files) COMPLETE
44312024-09-09T22:24:53.264Z[ recovery-image] Sep 09 22:24:52.203 INFO O| Sep 09 22:24:52.203 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-09-09T22:24:53.267Z[ recovery-image] Sep 09 22:24:52.213 INFO O| Sep 09 22:24:52.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
44332024-09-09T22:24:53.267Z[ recovery-image] Sep 09 22:24:52.213 INFO O| Sep 09 22:24:52.213 INFO STEP 143 (remove_files) COMPLETE
44342024-09-09T22:24:53.267Z[ recovery-image] Sep 09 22:24:52.213 INFO O| Sep 09 22:24:52.213 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-09-09T22:24:53.275Z[ recovery-image] Sep 09 22:24:52.223 INFO O| Sep 09 22:24:52.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44362024-09-09T22:24:53.275Z[ recovery-image] Sep 09 22:24:52.223 INFO O| Sep 09 22:24:52.223 INFO STEP 144 (remove_files) COMPLETE
44372024-09-09T22:24:53.278Z[ recovery-image] Sep 09 22:24:52.223 INFO O| Sep 09 22:24:52.223 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-09-09T22:24:53.285Z[ recovery-image] Sep 09 22:24:52.232 INFO O| Sep 09 22:24:52.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44392024-09-09T22:24:53.285Z[ recovery-image] Sep 09 22:24:52.232 INFO O| Sep 09 22:24:52.232 INFO STEP 145 (remove_files) COMPLETE
44402024-09-09T22:24:53.285Z[ recovery-image] Sep 09 22:24:52.232 INFO O| Sep 09 22:24:52.232 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-09-09T22:24:53.294Z[ recovery-image] Sep 09 22:24:52.242 INFO O| Sep 09 22:24:52.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44422024-09-09T22:24:53.297Z[ recovery-image] Sep 09 22:24:52.242 INFO O| Sep 09 22:24:52.242 INFO STEP 146 (remove_files) COMPLETE
44432024-09-09T22:24:53.297Z[ recovery-image] Sep 09 22:24:52.242 INFO O| Sep 09 22:24:52.242 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-09-09T22:24:53.304Z[ recovery-image] Sep 09 22:24:52.251 INFO O| Sep 09 22:24:52.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44452024-09-09T22:24:53.304Z[ recovery-image] Sep 09 22:24:52.251 INFO O| Sep 09 22:24:52.251 INFO STEP 147 (remove_files) COMPLETE
44462024-09-09T22:24:53.307Z[ recovery-image] Sep 09 22:24:52.251 INFO O| Sep 09 22:24:52.251 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-09-09T22:24:53.313Z[ recovery-image] Sep 09 22:24:52.261 INFO O| Sep 09 22:24:52.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
44482024-09-09T22:24:53.313Z[ recovery-image] Sep 09 22:24:52.261 INFO O| Sep 09 22:24:52.261 INFO STEP 148 (remove_files) COMPLETE
44492024-09-09T22:24:53.317Z[ recovery-image] Sep 09 22:24:52.261 INFO O| Sep 09 22:24:52.261 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-09-09T22:24:53.323Z[ recovery-image] Sep 09 22:24:52.270 INFO O| Sep 09 22:24:52.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
44512024-09-09T22:24:53.323Z[ recovery-image] Sep 09 22:24:52.270 INFO O| Sep 09 22:24:52.270 INFO STEP 149 (remove_files) COMPLETE
44522024-09-09T22:24:53.325Z[ recovery-image] Sep 09 22:24:52.270 INFO O| Sep 09 22:24:52.270 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-09-09T22:24:53.332Z[ recovery-image] Sep 09 22:24:52.280 INFO O| Sep 09 22:24:52.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
44542024-09-09T22:24:53.332Z[ recovery-image] Sep 09 22:24:52.280 INFO O| Sep 09 22:24:52.280 INFO STEP 150 (remove_files) COMPLETE
44552024-09-09T22:24:53.335Z[ recovery-image] Sep 09 22:24:52.280 INFO O| Sep 09 22:24:52.280 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-09-09T22:24:53.342Z[ recovery-image] Sep 09 22:24:52.289 INFO O| Sep 09 22:24:52.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
44572024-09-09T22:24:53.342Z[ recovery-image] Sep 09 22:24:52.289 INFO O| Sep 09 22:24:52.289 INFO STEP 151 (remove_files) COMPLETE
44582024-09-09T22:24:53.345Z[ recovery-image] Sep 09 22:24:52.289 INFO O| Sep 09 22:24:52.289 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-09-09T22:24:53.351Z[ recovery-image] Sep 09 22:24:52.299 INFO O| Sep 09 22:24:52.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
44602024-09-09T22:24:53.351Z[ recovery-image] Sep 09 22:24:52.299 INFO O| Sep 09 22:24:52.299 INFO STEP 152 (remove_files) COMPLETE
44612024-09-09T22:24:53.354Z[ recovery-image] Sep 09 22:24:52.299 INFO O| Sep 09 22:24:52.299 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-09-09T22:24:53.361Z[ recovery-image] Sep 09 22:24:52.308 INFO O| Sep 09 22:24:52.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
44632024-09-09T22:24:53.361Z[ recovery-image] Sep 09 22:24:52.308 INFO O| Sep 09 22:24:52.308 INFO STEP 153 (remove_files) COMPLETE
44642024-09-09T22:24:53.364Z[ recovery-image] Sep 09 22:24:52.308 INFO O| Sep 09 22:24:52.308 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-09-09T22:24:53.370Z[ recovery-image] Sep 09 22:24:52.317 INFO O| Sep 09 22:24:52.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
44662024-09-09T22:24:53.370Z[ recovery-image] Sep 09 22:24:52.318 INFO O| Sep 09 22:24:52.317 INFO STEP 154 (remove_files) COMPLETE
44672024-09-09T22:24:53.372Z[ recovery-image] Sep 09 22:24:52.318 INFO O| Sep 09 22:24:52.318 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-09-09T22:24:53.379Z[ recovery-image] Sep 09 22:24:52.327 INFO O| Sep 09 22:24:52.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
44692024-09-09T22:24:53.379Z[ recovery-image] Sep 09 22:24:52.327 INFO O| Sep 09 22:24:52.327 INFO STEP 155 (remove_files) COMPLETE
44702024-09-09T22:24:53.382Z[ recovery-image] Sep 09 22:24:52.327 INFO O| Sep 09 22:24:52.327 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-09-09T22:24:53.389Z[ recovery-image] Sep 09 22:24:52.336 INFO O| Sep 09 22:24:52.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
44722024-09-09T22:24:53.389Z[ recovery-image] Sep 09 22:24:52.336 INFO O| Sep 09 22:24:52.336 INFO STEP 156 (remove_files) COMPLETE
44732024-09-09T22:24:53.391Z[ recovery-image] Sep 09 22:24:52.336 INFO O| Sep 09 22:24:52.336 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-09-09T22:24:53.398Z[ recovery-image] Sep 09 22:24:52.346 INFO O| Sep 09 22:24:52.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
44752024-09-09T22:24:53.398Z[ recovery-image] Sep 09 22:24:52.346 INFO O| Sep 09 22:24:52.346 INFO STEP 157 (remove_files) COMPLETE
44762024-09-09T22:24:53.400Z[ recovery-image] Sep 09 22:24:52.346 INFO O| Sep 09 22:24:52.346 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-09-09T22:24:53.407Z[ recovery-image] Sep 09 22:24:52.355 INFO O| Sep 09 22:24:52.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
44782024-09-09T22:24:53.407Z[ recovery-image] Sep 09 22:24:52.355 INFO O| Sep 09 22:24:52.355 INFO STEP 158 (remove_files) COMPLETE
44792024-09-09T22:24:53.407Z[ recovery-image] Sep 09 22:24:52.355 INFO O| Sep 09 22:24:52.355 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-09-09T22:24:53.417Z[ recovery-image] Sep 09 22:24:52.365 INFO O| Sep 09 22:24:52.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
44812024-09-09T22:24:53.420Z[ recovery-image] Sep 09 22:24:52.365 INFO O| Sep 09 22:24:52.365 INFO STEP 159 (remove_files) COMPLETE
44822024-09-09T22:24:53.420Z[ recovery-image] Sep 09 22:24:52.365 INFO O| Sep 09 22:24:52.365 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-09-09T22:24:53.427Z[ recovery-image] Sep 09 22:24:52.375 INFO O| Sep 09 22:24:52.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
44842024-09-09T22:24:53.429Z[ recovery-image] Sep 09 22:24:52.375 INFO O| Sep 09 22:24:52.375 INFO STEP 160 (remove_files) COMPLETE
44852024-09-09T22:24:53.429Z[ recovery-image] Sep 09 22:24:52.375 INFO O| Sep 09 22:24:52.375 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-09-09T22:24:53.436Z[ recovery-image] Sep 09 22:24:52.384 INFO O| Sep 09 22:24:52.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
44872024-09-09T22:24:53.436Z[ recovery-image] Sep 09 22:24:52.384 INFO O| Sep 09 22:24:52.384 INFO STEP 161 (remove_files) COMPLETE
44882024-09-09T22:24:53.436Z[ recovery-image] Sep 09 22:24:52.384 INFO O| Sep 09 22:24:52.384 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-09-09T22:24:53.446Z[ recovery-image] Sep 09 22:24:52.394 INFO O| Sep 09 22:24:52.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
44902024-09-09T22:24:53.446Z[ recovery-image] Sep 09 22:24:52.394 INFO O| Sep 09 22:24:52.394 INFO STEP 162 (remove_files) COMPLETE
44912024-09-09T22:24:53.446Z[ recovery-image] Sep 09 22:24:52.394 INFO O| Sep 09 22:24:52.394 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-09-09T22:24:53.455Z[ recovery-image] Sep 09 22:24:52.403 INFO O| Sep 09 22:24:52.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
44932024-09-09T22:24:53.455Z[ recovery-image] Sep 09 22:24:52.403 INFO O| Sep 09 22:24:52.403 INFO STEP 163 (remove_files) COMPLETE
44942024-09-09T22:24:53.458Z[ recovery-image] Sep 09 22:24:52.403 INFO O| Sep 09 22:24:52.403 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-09-09T22:24:53.465Z[ recovery-image] Sep 09 22:24:52.412 INFO O| Sep 09 22:24:52.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
44962024-09-09T22:24:53.465Z[ recovery-image] Sep 09 22:24:52.412 INFO O| Sep 09 22:24:52.412 INFO STEP 164 (remove_files) COMPLETE
44972024-09-09T22:24:53.467Z[ recovery-image] Sep 09 22:24:52.412 INFO O| Sep 09 22:24:52.412 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-09-09T22:24:53.474Z[ recovery-image] Sep 09 22:24:52.422 INFO O| Sep 09 22:24:52.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
44992024-09-09T22:24:53.474Z[ recovery-image] Sep 09 22:24:52.422 INFO O| Sep 09 22:24:52.422 INFO STEP 165 (remove_files) COMPLETE
45002024-09-09T22:24:53.476Z[ recovery-image] Sep 09 22:24:52.422 INFO O| Sep 09 22:24:52.422 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-09-09T22:24:53.483Z[ recovery-image] Sep 09 22:24:52.431 INFO O| Sep 09 22:24:52.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
45022024-09-09T22:24:53.486Z[ recovery-image] Sep 09 22:24:52.431 INFO O| Sep 09 22:24:52.431 INFO STEP 166 (remove_files) COMPLETE
45032024-09-09T22:24:53.486Z[ recovery-image] Sep 09 22:24:52.431 INFO O| Sep 09 22:24:52.431 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-09-09T22:24:53.493Z[ recovery-image] Sep 09 22:24:52.441 INFO O| Sep 09 22:24:52.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
45052024-09-09T22:24:53.493Z[ recovery-image] Sep 09 22:24:52.441 INFO O| Sep 09 22:24:52.441 INFO STEP 167 (remove_files) COMPLETE
45062024-09-09T22:24:53.495Z[ recovery-image] Sep 09 22:24:52.441 INFO O| Sep 09 22:24:52.441 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-09-09T22:24:53.502Z[ recovery-image] Sep 09 22:24:52.450 INFO O| Sep 09 22:24:52.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
45082024-09-09T22:24:53.502Z[ recovery-image] Sep 09 22:24:52.450 INFO O| Sep 09 22:24:52.450 INFO STEP 168 (remove_files) COMPLETE
45092024-09-09T22:24:53.505Z[ recovery-image] Sep 09 22:24:52.450 INFO O| Sep 09 22:24:52.450 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-09-09T22:24:53.512Z[ recovery-image] Sep 09 22:24:52.459 INFO O| Sep 09 22:24:52.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
45112024-09-09T22:24:53.512Z[ recovery-image] Sep 09 22:24:52.460 INFO O| Sep 09 22:24:52.460 INFO STEP 169 (remove_files) COMPLETE
45122024-09-09T22:24:53.514Z[ recovery-image] Sep 09 22:24:52.460 INFO O| Sep 09 22:24:52.460 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-09-09T22:24:53.521Z[ recovery-image] Sep 09 22:24:52.469 INFO O| Sep 09 22:24:52.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
45142024-09-09T22:24:53.521Z[ recovery-image] Sep 09 22:24:52.469 INFO O| Sep 09 22:24:52.469 INFO STEP 170 (remove_files) COMPLETE
45152024-09-09T22:24:53.521Z[ recovery-image] Sep 09 22:24:52.469 INFO O| Sep 09 22:24:52.469 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-09-09T22:24:53.531Z[ recovery-image] Sep 09 22:24:52.479 INFO O| Sep 09 22:24:52.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
45172024-09-09T22:24:53.533Z[ recovery-image] Sep 09 22:24:52.479 INFO O| Sep 09 22:24:52.479 INFO STEP 171 (remove_files) COMPLETE
45182024-09-09T22:24:53.533Z[ recovery-image] Sep 09 22:24:52.479 INFO O| Sep 09 22:24:52.479 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-09-09T22:24:53.540Z[ recovery-image] Sep 09 22:24:52.488 INFO O| Sep 09 22:24:52.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
45202024-09-09T22:24:53.540Z[ recovery-image] Sep 09 22:24:52.488 INFO O| Sep 09 22:24:52.488 INFO STEP 172 (remove_files) COMPLETE
45212024-09-09T22:24:53.543Z[ recovery-image] Sep 09 22:24:52.488 INFO O| Sep 09 22:24:52.488 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-09-09T22:24:53.550Z[ recovery-image] Sep 09 22:24:52.498 INFO O| Sep 09 22:24:52.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
45232024-09-09T22:24:53.550Z[ recovery-image] Sep 09 22:24:52.498 INFO O| Sep 09 22:24:52.498 INFO STEP 173 (remove_files) COMPLETE
45242024-09-09T22:24:53.550Z[ recovery-image] Sep 09 22:24:52.498 INFO O| Sep 09 22:24:52.498 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-09-09T22:24:53.559Z[ recovery-image] Sep 09 22:24:52.507 INFO O| Sep 09 22:24:52.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
45262024-09-09T22:24:53.561Z[ recovery-image] Sep 09 22:24:52.507 INFO O| Sep 09 22:24:52.507 INFO STEP 174 (remove_files) COMPLETE
45272024-09-09T22:24:53.562Z[ recovery-image] Sep 09 22:24:52.507 INFO O| Sep 09 22:24:52.507 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-09-09T22:24:53.569Z[ recovery-image] Sep 09 22:24:52.517 INFO O| Sep 09 22:24:52.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
45292024-09-09T22:24:53.569Z[ recovery-image] Sep 09 22:24:52.517 INFO O| Sep 09 22:24:52.517 INFO STEP 175 (remove_files) COMPLETE
45302024-09-09T22:24:53.571Z[ recovery-image] Sep 09 22:24:52.517 INFO O| Sep 09 22:24:52.517 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-09-09T22:24:53.578Z[ recovery-image] Sep 09 22:24:52.526 INFO O| Sep 09 22:24:52.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
45322024-09-09T22:24:53.578Z[ recovery-image] Sep 09 22:24:52.526 INFO O| Sep 09 22:24:52.526 INFO STEP 176 (remove_files) COMPLETE
45332024-09-09T22:24:53.581Z[ recovery-image] Sep 09 22:24:52.526 INFO O| Sep 09 22:24:52.526 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-09-09T22:24:53.588Z[ recovery-image] Sep 09 22:24:52.536 INFO O| Sep 09 22:24:52.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45352024-09-09T22:24:53.588Z[ recovery-image] Sep 09 22:24:52.536 INFO O| Sep 09 22:24:52.536 INFO STEP 177 (remove_files) COMPLETE
45362024-09-09T22:24:53.590Z[ recovery-image] Sep 09 22:24:52.536 INFO O| Sep 09 22:24:52.536 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-09-09T22:24:53.597Z[ recovery-image] Sep 09 22:24:52.545 INFO O| Sep 09 22:24:52.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45382024-09-09T22:24:53.597Z[ recovery-image] Sep 09 22:24:52.545 INFO O| Sep 09 22:24:52.545 INFO STEP 178 (remove_files) COMPLETE
45392024-09-09T22:24:53.600Z[ recovery-image] Sep 09 22:24:52.545 INFO O| Sep 09 22:24:52.545 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-09-09T22:24:53.607Z[ recovery-image] Sep 09 22:24:52.554 INFO O| Sep 09 22:24:52.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45412024-09-09T22:24:53.607Z[ recovery-image] Sep 09 22:24:52.555 INFO O| Sep 09 22:24:52.554 INFO STEP 179 (remove_files) COMPLETE
45422024-09-09T22:24:53.609Z[ recovery-image] Sep 09 22:24:52.555 INFO O| Sep 09 22:24:52.555 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-09-09T22:24:53.616Z[ recovery-image] Sep 09 22:24:52.564 INFO O| Sep 09 22:24:52.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
45442024-09-09T22:24:53.619Z[ recovery-image] Sep 09 22:24:52.564 INFO O| Sep 09 22:24:52.564 INFO STEP 180 (remove_files) COMPLETE
45452024-09-09T22:24:53.619Z[ recovery-image] Sep 09 22:24:52.564 INFO O| Sep 09 22:24:52.564 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-09-09T22:24:53.626Z[ recovery-image] Sep 09 22:24:52.573 INFO O| Sep 09 22:24:52.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
45472024-09-09T22:24:53.626Z[ recovery-image] Sep 09 22:24:52.574 INFO O| Sep 09 22:24:52.573 INFO STEP 181 (remove_files) COMPLETE
45482024-09-09T22:24:53.626Z[ recovery-image] Sep 09 22:24:52.574 INFO O| Sep 09 22:24:52.574 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-09-09T22:24:53.635Z[ recovery-image] Sep 09 22:24:52.583 INFO O| Sep 09 22:24:52.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
45502024-09-09T22:24:53.635Z[ recovery-image] Sep 09 22:24:52.583 INFO O| Sep 09 22:24:52.583 INFO STEP 182 (remove_files) COMPLETE
45512024-09-09T22:24:53.638Z[ recovery-image] Sep 09 22:24:52.583 INFO O| Sep 09 22:24:52.583 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-09-09T22:24:53.645Z[ recovery-image] Sep 09 22:24:52.592 INFO O| Sep 09 22:24:52.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
45532024-09-09T22:24:53.645Z[ recovery-image] Sep 09 22:24:52.592 INFO O| Sep 09 22:24:52.592 INFO STEP 183 (remove_files) COMPLETE
45542024-09-09T22:24:53.647Z[ recovery-image] Sep 09 22:24:52.592 INFO O| Sep 09 22:24:52.592 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-09-09T22:24:53.654Z[ recovery-image] Sep 09 22:24:52.602 INFO O| Sep 09 22:24:52.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
45562024-09-09T22:24:53.654Z[ recovery-image] Sep 09 22:24:52.602 INFO O| Sep 09 22:24:52.602 INFO STEP 184 (remove_files) COMPLETE
45572024-09-09T22:24:53.656Z[ recovery-image] Sep 09 22:24:52.602 INFO O| Sep 09 22:24:52.602 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-09-09T22:24:53.664Z[ recovery-image] Sep 09 22:24:52.611 INFO O| Sep 09 22:24:52.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
45592024-09-09T22:24:53.664Z[ recovery-image] Sep 09 22:24:52.611 INFO O| Sep 09 22:24:52.611 INFO STEP 185 (remove_files) COMPLETE
45602024-09-09T22:24:53.664Z[ recovery-image] Sep 09 22:24:52.612 INFO O| Sep 09 22:24:52.611 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-09-09T22:24:53.673Z[ recovery-image] Sep 09 22:24:52.621 INFO O| Sep 09 22:24:52.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
45622024-09-09T22:24:53.673Z[ recovery-image] Sep 09 22:24:52.621 INFO O| Sep 09 22:24:52.621 INFO STEP 186 (remove_files) COMPLETE
45632024-09-09T22:24:53.675Z[ recovery-image] Sep 09 22:24:52.621 INFO O| Sep 09 22:24:52.621 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-09-09T22:24:53.683Z[ recovery-image] Sep 09 22:24:52.630 INFO O| Sep 09 22:24:52.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
45652024-09-09T22:24:53.683Z[ recovery-image] Sep 09 22:24:52.631 INFO O| Sep 09 22:24:52.630 INFO STEP 187 (remove_files) COMPLETE
45662024-09-09T22:24:53.685Z[ recovery-image] Sep 09 22:24:52.631 INFO O| Sep 09 22:24:52.630 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-09-09T22:24:53.692Z[ recovery-image] Sep 09 22:24:52.640 INFO O| Sep 09 22:24:52.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
45682024-09-09T22:24:53.692Z[ recovery-image] Sep 09 22:24:52.640 INFO O| Sep 09 22:24:52.640 INFO STEP 188 (remove_files) COMPLETE
45692024-09-09T22:24:53.694Z[ recovery-image] Sep 09 22:24:52.640 INFO O| Sep 09 22:24:52.640 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-09-09T22:24:53.702Z[ recovery-image] Sep 09 22:24:52.649 INFO O| Sep 09 22:24:52.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
45712024-09-09T22:24:53.702Z[ recovery-image] Sep 09 22:24:52.649 INFO O| Sep 09 22:24:52.649 INFO STEP 189 (remove_files) COMPLETE
45722024-09-09T22:24:53.702Z[ recovery-image] Sep 09 22:24:52.649 INFO O| Sep 09 22:24:52.649 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-09-09T22:24:53.711Z[ recovery-image] Sep 09 22:24:52.659 INFO O| Sep 09 22:24:52.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
45742024-09-09T22:24:53.711Z[ recovery-image] Sep 09 22:24:52.659 INFO O| Sep 09 22:24:52.659 INFO STEP 190 (remove_files) COMPLETE
45752024-09-09T22:24:53.713Z[ recovery-image] Sep 09 22:24:52.659 INFO O| Sep 09 22:24:52.659 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-09-09T22:24:53.721Z[ recovery-image] Sep 09 22:24:52.668 INFO O| Sep 09 22:24:52.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
45772024-09-09T22:24:53.723Z[ recovery-image] Sep 09 22:24:52.669 INFO O| Sep 09 22:24:52.668 INFO STEP 191 (remove_files) COMPLETE
45782024-09-09T22:24:53.723Z[ recovery-image] Sep 09 22:24:52.669 INFO O| Sep 09 22:24:52.669 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-09-09T22:24:53.730Z[ recovery-image] Sep 09 22:24:52.678 INFO O| Sep 09 22:24:52.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
45802024-09-09T22:24:53.730Z[ recovery-image] Sep 09 22:24:52.678 INFO O| Sep 09 22:24:52.678 INFO STEP 192 (remove_files) COMPLETE
45812024-09-09T22:24:53.730Z[ recovery-image] Sep 09 22:24:52.678 INFO O| Sep 09 22:24:52.678 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-09-09T22:24:53.740Z[ recovery-image] Sep 09 22:24:52.688 INFO O| Sep 09 22:24:52.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
45832024-09-09T22:24:53.742Z[ recovery-image] Sep 09 22:24:52.688 INFO O| Sep 09 22:24:52.688 INFO STEP 193 (remove_files) COMPLETE
45842024-09-09T22:24:53.742Z[ recovery-image] Sep 09 22:24:52.688 INFO O| Sep 09 22:24:52.688 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-09-09T22:24:53.750Z[ recovery-image] Sep 09 22:24:52.697 INFO O| Sep 09 22:24:52.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
45862024-09-09T22:24:53.750Z[ recovery-image] Sep 09 22:24:52.697 INFO O| Sep 09 22:24:52.697 INFO STEP 194 (remove_files) COMPLETE
45872024-09-09T22:24:53.752Z[ recovery-image] Sep 09 22:24:52.697 INFO O| Sep 09 22:24:52.697 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-09-09T22:24:53.759Z[ recovery-image] Sep 09 22:24:52.707 INFO O| Sep 09 22:24:52.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
45892024-09-09T22:24:53.759Z[ recovery-image] Sep 09 22:24:52.707 INFO O| Sep 09 22:24:52.707 INFO STEP 195 (remove_files) COMPLETE
45902024-09-09T22:24:53.759Z[ recovery-image] Sep 09 22:24:52.707 INFO O| Sep 09 22:24:52.707 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-09-09T22:24:53.769Z[ recovery-image] Sep 09 22:24:52.716 INFO O| Sep 09 22:24:52.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
45922024-09-09T22:24:53.769Z[ recovery-image] Sep 09 22:24:52.716 INFO O| Sep 09 22:24:52.716 INFO STEP 196 (remove_files) COMPLETE
45932024-09-09T22:24:53.769Z[ recovery-image] Sep 09 22:24:52.716 INFO O| Sep 09 22:24:52.716 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-09-09T22:24:53.779Z[ recovery-image] Sep 09 22:24:52.726 INFO O| Sep 09 22:24:52.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
45952024-09-09T22:24:53.779Z[ recovery-image] Sep 09 22:24:52.726 INFO O| Sep 09 22:24:52.726 INFO STEP 197 (remove_files) COMPLETE
45962024-09-09T22:24:53.779Z[ recovery-image] Sep 09 22:24:52.726 INFO O| Sep 09 22:24:52.726 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-09-09T22:24:53.787Z[ recovery-image] Sep 09 22:24:52.735 INFO O| Sep 09 22:24:52.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
45982024-09-09T22:24:53.787Z[ recovery-image] Sep 09 22:24:52.735 INFO O| Sep 09 22:24:52.735 INFO STEP 198 (remove_files) COMPLETE
45992024-09-09T22:24:53.787Z[ recovery-image] Sep 09 22:24:52.735 INFO O| Sep 09 22:24:52.735 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-09-09T22:24:53.797Z[ recovery-image] Sep 09 22:24:52.745 INFO O| Sep 09 22:24:52.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
46012024-09-09T22:24:53.797Z[ recovery-image] Sep 09 22:24:52.745 INFO O| Sep 09 22:24:52.745 INFO STEP 199 (remove_files) COMPLETE
46022024-09-09T22:24:53.797Z[ recovery-image] Sep 09 22:24:52.745 INFO O| Sep 09 22:24:52.745 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-09-09T22:24:53.808Z[ recovery-image] Sep 09 22:24:52.756 INFO O| Sep 09 22:24:52.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
46042024-09-09T22:24:53.808Z[ recovery-image] Sep 09 22:24:52.756 INFO O| Sep 09 22:24:52.756 INFO STEP 200 (remove_files) COMPLETE
46052024-09-09T22:24:53.811Z[ recovery-image] Sep 09 22:24:52.756 INFO O| Sep 09 22:24:52.756 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-09-09T22:24:53.825Z[ recovery-image] Sep 09 22:24:52.768 INFO O| Sep 09 22:24:52.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
46072024-09-09T22:24:53.828Z[ recovery-image] Sep 09 22:24:52.768 INFO O| Sep 09 22:24:52.768 INFO STEP 201 (remove_files) COMPLETE
46082024-09-09T22:24:53.828Z[ recovery-image] Sep 09 22:24:52.768 INFO O| Sep 09 22:24:52.768 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-09-09T22:24:53.833Z[ recovery-image] Sep 09 22:24:52.781 INFO O| Sep 09 22:24:52.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
46102024-09-09T22:24:53.833Z[ recovery-image] Sep 09 22:24:52.781 INFO O| Sep 09 22:24:52.781 INFO STEP 202 (remove_files) COMPLETE
46112024-09-09T22:24:53.836Z[ recovery-image] Sep 09 22:24:52.781 INFO O| Sep 09 22:24:52.781 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-09-09T22:24:53.846Z[ recovery-image] Sep 09 22:24:52.794 INFO O| Sep 09 22:24:52.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
46132024-09-09T22:24:53.847Z[ recovery-image] Sep 09 22:24:52.794 INFO O| Sep 09 22:24:52.794 INFO STEP 203 (remove_files) COMPLETE
46142024-09-09T22:24:53.847Z[ recovery-image] Sep 09 22:24:52.794 INFO O| Sep 09 22:24:52.794 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-09-09T22:24:53.860Z[ recovery-image] Sep 09 22:24:52.808 INFO O| Sep 09 22:24:52.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
46162024-09-09T22:24:53.860Z[ recovery-image] Sep 09 22:24:52.808 INFO O| Sep 09 22:24:52.808 INFO STEP 204 (remove_files) COMPLETE
46172024-09-09T22:24:53.860Z[ recovery-image] Sep 09 22:24:52.808 INFO O| Sep 09 22:24:52.808 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-09-09T22:24:53.872Z[ recovery-image] Sep 09 22:24:52.820 INFO O| Sep 09 22:24:52.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
46192024-09-09T22:24:53.874Z[ recovery-image] Sep 09 22:24:52.820 INFO O| Sep 09 22:24:52.820 INFO STEP 205 (remove_files) COMPLETE
46202024-09-09T22:24:53.874Z[ recovery-image] Sep 09 22:24:52.820 INFO O| Sep 09 22:24:52.820 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-09-09T22:24:53.881Z[ recovery-image] Sep 09 22:24:52.829 INFO O| Sep 09 22:24:52.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
46222024-09-09T22:24:53.881Z[ recovery-image] Sep 09 22:24:52.829 INFO O| Sep 09 22:24:52.829 INFO STEP 206 (remove_files) COMPLETE
46232024-09-09T22:24:53.884Z[ recovery-image] Sep 09 22:24:52.829 INFO O| Sep 09 22:24:52.829 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-09-09T22:24:53.891Z[ recovery-image] Sep 09 22:24:52.839 INFO O| Sep 09 22:24:52.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
46252024-09-09T22:24:53.891Z[ recovery-image] Sep 09 22:24:52.839 INFO O| Sep 09 22:24:52.839 INFO STEP 207 (remove_files) COMPLETE
46262024-09-09T22:24:53.891Z[ recovery-image] Sep 09 22:24:52.839 INFO O| Sep 09 22:24:52.839 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-09-09T22:24:53.900Z[ recovery-image] Sep 09 22:24:52.848 INFO O| Sep 09 22:24:52.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
46282024-09-09T22:24:53.900Z[ recovery-image] Sep 09 22:24:52.848 INFO O| Sep 09 22:24:52.848 INFO STEP 208 (remove_files) COMPLETE
46292024-09-09T22:24:53.902Z[ recovery-image] Sep 09 22:24:52.848 INFO O| Sep 09 22:24:52.848 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-09-09T22:24:53.909Z[ recovery-image] Sep 09 22:24:52.857 INFO O| Sep 09 22:24:52.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
46312024-09-09T22:24:53.909Z[ recovery-image] Sep 09 22:24:52.857 INFO O| Sep 09 22:24:52.857 INFO STEP 209 (remove_files) COMPLETE
46322024-09-09T22:24:53.912Z[ recovery-image] Sep 09 22:24:52.857 INFO O| Sep 09 22:24:52.857 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-09-09T22:24:53.919Z[ recovery-image] Sep 09 22:24:52.866 INFO O| Sep 09 22:24:52.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46342024-09-09T22:24:53.919Z[ recovery-image] Sep 09 22:24:52.867 INFO O| Sep 09 22:24:52.866 INFO STEP 210 (remove_files) COMPLETE
46352024-09-09T22:24:53.919Z[ recovery-image] Sep 09 22:24:52.867 INFO O| Sep 09 22:24:52.867 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-09-09T22:24:53.928Z[ recovery-image] Sep 09 22:24:52.876 INFO O| Sep 09 22:24:52.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
46372024-09-09T22:24:53.928Z[ recovery-image] Sep 09 22:24:52.876 INFO O| Sep 09 22:24:52.876 INFO STEP 211 (remove_files) COMPLETE
46382024-09-09T22:24:53.928Z[ recovery-image] Sep 09 22:24:52.876 INFO O| Sep 09 22:24:52.876 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-09-09T22:24:53.937Z[ recovery-image] Sep 09 22:24:52.885 INFO O| Sep 09 22:24:52.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
46402024-09-09T22:24:53.937Z[ recovery-image] Sep 09 22:24:52.885 INFO O| Sep 09 22:24:52.885 INFO STEP 212 (remove_files) COMPLETE
46412024-09-09T22:24:53.940Z[ recovery-image] Sep 09 22:24:52.885 INFO O| Sep 09 22:24:52.885 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-09-09T22:24:53.947Z[ recovery-image] Sep 09 22:24:52.894 INFO O| Sep 09 22:24:52.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
46432024-09-09T22:24:53.947Z[ recovery-image] Sep 09 22:24:52.894 INFO O| Sep 09 22:24:52.894 INFO STEP 213 (remove_files) COMPLETE
46442024-09-09T22:24:53.949Z[ recovery-image] Sep 09 22:24:52.894 INFO O| Sep 09 22:24:52.894 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-09-09T22:24:53.956Z[ recovery-image] Sep 09 22:24:52.904 INFO O| Sep 09 22:24:52.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
46462024-09-09T22:24:53.956Z[ recovery-image] Sep 09 22:24:52.904 INFO O| Sep 09 22:24:52.904 INFO STEP 214 (remove_files) COMPLETE
46472024-09-09T22:24:53.958Z[ recovery-image] Sep 09 22:24:52.904 INFO O| Sep 09 22:24:52.904 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-09-09T22:24:53.965Z[ recovery-image] Sep 09 22:24:52.913 INFO O| Sep 09 22:24:52.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
46492024-09-09T22:24:53.965Z[ recovery-image] Sep 09 22:24:52.913 INFO O| Sep 09 22:24:52.913 INFO STEP 215 (remove_files) COMPLETE
46502024-09-09T22:24:53.968Z[ recovery-image] Sep 09 22:24:52.913 INFO O| Sep 09 22:24:52.913 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-09-09T22:24:53.974Z[ recovery-image] Sep 09 22:24:52.922 INFO O| Sep 09 22:24:52.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
46522024-09-09T22:24:53.974Z[ recovery-image] Sep 09 22:24:52.922 INFO O| Sep 09 22:24:52.922 INFO STEP 216 (remove_files) COMPLETE
46532024-09-09T22:24:53.977Z[ recovery-image] Sep 09 22:24:52.922 INFO O| Sep 09 22:24:52.922 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-09-09T22:24:53.984Z[ recovery-image] Sep 09 22:24:52.932 INFO O| Sep 09 22:24:52.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
46552024-09-09T22:24:53.984Z[ recovery-image] Sep 09 22:24:52.932 INFO O| Sep 09 22:24:52.932 INFO STEP 217 (remove_files) COMPLETE
46562024-09-09T22:24:53.984Z[ recovery-image] Sep 09 22:24:52.932 INFO O| Sep 09 22:24:52.932 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-09-09T22:24:53.993Z[ recovery-image] Sep 09 22:24:52.941 INFO O| Sep 09 22:24:52.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
46582024-09-09T22:24:53.995Z[ recovery-image] Sep 09 22:24:52.941 INFO O| Sep 09 22:24:52.941 INFO STEP 218 (remove_files) COMPLETE
46592024-09-09T22:24:53.995Z[ recovery-image] Sep 09 22:24:52.941 INFO O| Sep 09 22:24:52.941 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-09-09T22:24:54.003Z[ recovery-image] Sep 09 22:24:52.950 INFO O| Sep 09 22:24:52.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
46612024-09-09T22:24:54.005Z[ recovery-image] Sep 09 22:24:52.950 INFO O| Sep 09 22:24:52.950 INFO STEP 219 (remove_files) COMPLETE
46622024-09-09T22:24:54.005Z[ recovery-image] Sep 09 22:24:52.950 INFO O| Sep 09 22:24:52.950 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-09-09T22:24:54.013Z[ recovery-image] Sep 09 22:24:52.960 INFO O| Sep 09 22:24:52.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
46642024-09-09T22:24:54.013Z[ recovery-image] Sep 09 22:24:52.960 INFO O| Sep 09 22:24:52.960 INFO STEP 220 (remove_files) COMPLETE
46652024-09-09T22:24:54.015Z[ recovery-image] Sep 09 22:24:52.960 INFO O| Sep 09 22:24:52.960 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-09-09T22:24:54.022Z[ recovery-image] Sep 09 22:24:52.970 INFO O| Sep 09 22:24:52.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
46672024-09-09T22:24:54.022Z[ recovery-image] Sep 09 22:24:52.970 INFO O| Sep 09 22:24:52.970 INFO STEP 221 (remove_files) COMPLETE
46682024-09-09T22:24:54.022Z[ recovery-image] Sep 09 22:24:52.970 INFO O| Sep 09 22:24:52.970 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-09-09T22:24:54.032Z[ recovery-image] Sep 09 22:24:52.979 INFO O| Sep 09 22:24:52.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
46702024-09-09T22:24:54.034Z[ recovery-image] Sep 09 22:24:52.979 INFO O| Sep 09 22:24:52.979 INFO STEP 222 (remove_files) COMPLETE
46712024-09-09T22:24:54.034Z[ recovery-image] Sep 09 22:24:52.979 INFO O| Sep 09 22:24:52.979 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-09-09T22:24:54.041Z[ recovery-image] Sep 09 22:24:52.989 INFO O| Sep 09 22:24:52.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
46732024-09-09T22:24:54.041Z[ recovery-image] Sep 09 22:24:52.989 INFO O| Sep 09 22:24:52.989 INFO STEP 223 (remove_files) COMPLETE
46742024-09-09T22:24:54.041Z[ recovery-image] Sep 09 22:24:52.989 INFO O| Sep 09 22:24:52.989 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-09-09T22:24:54.051Z[ recovery-image] Sep 09 22:24:52.998 INFO O| Sep 09 22:24:52.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
46762024-09-09T22:24:54.051Z[ recovery-image] Sep 09 22:24:52.998 INFO O| Sep 09 22:24:52.998 INFO STEP 224 (remove_files) COMPLETE
46772024-09-09T22:24:54.053Z[ recovery-image] Sep 09 22:24:52.998 INFO O| Sep 09 22:24:52.998 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-09-09T22:24:54.061Z[ recovery-image] Sep 09 22:24:53.009 INFO O| Sep 09 22:24:53.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
46792024-09-09T22:24:54.061Z[ recovery-image] Sep 09 22:24:53.009 INFO O| Sep 09 22:24:53.009 INFO STEP 225 (remove_files) COMPLETE
46802024-09-09T22:24:54.063Z[ recovery-image] Sep 09 22:24:53.009 INFO O| Sep 09 22:24:53.009 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-09-09T22:24:54.070Z[ recovery-image] Sep 09 22:24:53.018 INFO O| Sep 09 22:24:53.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
46822024-09-09T22:24:54.073Z[ recovery-image] Sep 09 22:24:53.018 INFO O| Sep 09 22:24:53.018 INFO STEP 226 (remove_files) COMPLETE
46832024-09-09T22:24:54.073Z[ recovery-image] Sep 09 22:24:53.018 INFO O| Sep 09 22:24:53.018 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-09-09T22:24:54.080Z[ recovery-image] Sep 09 22:24:53.027 INFO O| Sep 09 22:24:53.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
46852024-09-09T22:24:54.082Z[ recovery-image] Sep 09 22:24:53.027 INFO O| Sep 09 22:24:53.027 INFO STEP 227 (remove_files) COMPLETE
46862024-09-09T22:24:54.083Z[ recovery-image] Sep 09 22:24:53.028 INFO O| Sep 09 22:24:53.027 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-09-09T22:24:54.089Z[ recovery-image] Sep 09 22:24:53.037 INFO O| Sep 09 22:24:53.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
46882024-09-09T22:24:54.089Z[ recovery-image] Sep 09 22:24:53.037 INFO O| Sep 09 22:24:53.037 INFO STEP 228 (remove_files) COMPLETE
46892024-09-09T22:24:54.091Z[ recovery-image] Sep 09 22:24:53.037 INFO O| Sep 09 22:24:53.037 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-09-09T22:24:54.099Z[ recovery-image] Sep 09 22:24:53.046 INFO O| Sep 09 22:24:53.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
46912024-09-09T22:24:54.099Z[ recovery-image] Sep 09 22:24:53.046 INFO O| Sep 09 22:24:53.046 INFO STEP 229 (remove_files) COMPLETE
46922024-09-09T22:24:54.102Z[ recovery-image] Sep 09 22:24:53.047 INFO O| Sep 09 22:24:53.046 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-09-09T22:24:54.108Z[ recovery-image] Sep 09 22:24:53.056 INFO O| Sep 09 22:24:53.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
46942024-09-09T22:24:54.111Z[ recovery-image] Sep 09 22:24:53.056 INFO O| Sep 09 22:24:53.056 INFO STEP 230 (remove_files) COMPLETE
46952024-09-09T22:24:54.111Z[ recovery-image] Sep 09 22:24:53.056 INFO O| Sep 09 22:24:53.056 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-09-09T22:24:54.118Z[ recovery-image] Sep 09 22:24:53.065 INFO O| Sep 09 22:24:53.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
46972024-09-09T22:24:54.118Z[ recovery-image] Sep 09 22:24:53.065 INFO O| Sep 09 22:24:53.065 INFO STEP 231 (remove_files) COMPLETE
46982024-09-09T22:24:54.121Z[ recovery-image] Sep 09 22:24:53.065 INFO O| Sep 09 22:24:53.065 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-09-09T22:24:54.127Z[ recovery-image] Sep 09 22:24:53.075 INFO O| Sep 09 22:24:53.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
47002024-09-09T22:24:54.127Z[ recovery-image] Sep 09 22:24:53.075 INFO O| Sep 09 22:24:53.075 INFO STEP 232 (remove_files) COMPLETE
47012024-09-09T22:24:54.129Z[ recovery-image] Sep 09 22:24:53.075 INFO O| Sep 09 22:24:53.075 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-09-09T22:24:54.137Z[ recovery-image] Sep 09 22:24:53.084 INFO O| Sep 09 22:24:53.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
47032024-09-09T22:24:54.137Z[ recovery-image] Sep 09 22:24:53.085 INFO O| Sep 09 22:24:53.085 INFO STEP 233 (remove_files) COMPLETE
47042024-09-09T22:24:54.140Z[ recovery-image] Sep 09 22:24:53.085 INFO O| Sep 09 22:24:53.085 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-09-09T22:24:54.146Z[ recovery-image] Sep 09 22:24:53.094 INFO O| Sep 09 22:24:53.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
47062024-09-09T22:24:54.149Z[ recovery-image] Sep 09 22:24:53.094 INFO O| Sep 09 22:24:53.094 INFO STEP 234 (remove_files) COMPLETE
47072024-09-09T22:24:54.149Z[ recovery-image] Sep 09 22:24:53.094 INFO O| Sep 09 22:24:53.094 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-09-09T22:24:54.156Z[ recovery-image] Sep 09 22:24:53.103 INFO O| Sep 09 22:24:53.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
47092024-09-09T22:24:54.156Z[ recovery-image] Sep 09 22:24:53.104 INFO O| Sep 09 22:24:53.104 INFO STEP 235 (remove_files) COMPLETE
47102024-09-09T22:24:54.158Z[ recovery-image] Sep 09 22:24:53.104 INFO O| Sep 09 22:24:53.104 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-09-09T22:24:54.165Z[ recovery-image] Sep 09 22:24:53.113 INFO O| Sep 09 22:24:53.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
47122024-09-09T22:24:54.165Z[ recovery-image] Sep 09 22:24:53.113 INFO O| Sep 09 22:24:53.113 INFO STEP 236 (remove_files) COMPLETE
47132024-09-09T22:24:54.165Z[ recovery-image] Sep 09 22:24:53.113 INFO O| Sep 09 22:24:53.113 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-09-09T22:24:54.175Z[ recovery-image] Sep 09 22:24:53.122 INFO O| Sep 09 22:24:53.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47152024-09-09T22:24:54.175Z[ recovery-image] Sep 09 22:24:53.122 INFO O| Sep 09 22:24:53.122 INFO STEP 237 (remove_files) COMPLETE
47162024-09-09T22:24:54.175Z[ recovery-image] Sep 09 22:24:53.122 INFO O| Sep 09 22:24:53.122 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-09-09T22:24:54.184Z[ recovery-image] Sep 09 22:24:53.132 INFO O| Sep 09 22:24:53.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
47182024-09-09T22:24:54.186Z[ recovery-image] Sep 09 22:24:53.132 INFO O| Sep 09 22:24:53.132 INFO STEP 238 (remove_files) COMPLETE
47192024-09-09T22:24:54.186Z[ recovery-image] Sep 09 22:24:53.132 INFO O| Sep 09 22:24:53.132 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-09-09T22:24:54.194Z[ recovery-image] Sep 09 22:24:53.141 INFO O| Sep 09 22:24:53.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
47212024-09-09T22:24:54.196Z[ recovery-image] Sep 09 22:24:53.141 INFO O| Sep 09 22:24:53.141 INFO STEP 239 (remove_files) COMPLETE
47222024-09-09T22:24:54.196Z[ recovery-image] Sep 09 22:24:53.141 INFO O| Sep 09 22:24:53.141 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-09-09T22:24:54.203Z[ recovery-image] Sep 09 22:24:53.151 INFO O| Sep 09 22:24:53.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
47242024-09-09T22:24:54.203Z[ recovery-image] Sep 09 22:24:53.151 INFO O| Sep 09 22:24:53.151 INFO STEP 240 (remove_files) COMPLETE
47252024-09-09T22:24:54.203Z[ recovery-image] Sep 09 22:24:53.151 INFO O| Sep 09 22:24:53.151 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-09-09T22:24:54.213Z[ recovery-image] Sep 09 22:24:53.160 INFO O| Sep 09 22:24:53.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47272024-09-09T22:24:54.216Z[ recovery-image] Sep 09 22:24:53.160 INFO O| Sep 09 22:24:53.160 INFO STEP 241 (remove_files) COMPLETE
47282024-09-09T22:24:54.216Z[ recovery-image] Sep 09 22:24:53.160 INFO O| Sep 09 22:24:53.160 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-09-09T22:24:54.222Z[ recovery-image] Sep 09 22:24:53.170 INFO O| Sep 09 22:24:53.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47302024-09-09T22:24:54.224Z[ recovery-image] Sep 09 22:24:53.170 INFO O| Sep 09 22:24:53.170 INFO STEP 242 (remove_files) COMPLETE
47312024-09-09T22:24:54.224Z[ recovery-image] Sep 09 22:24:53.170 INFO O| Sep 09 22:24:53.170 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-09-09T22:24:54.232Z[ recovery-image] Sep 09 22:24:53.180 INFO O| Sep 09 22:24:53.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
47332024-09-09T22:24:54.234Z[ recovery-image] Sep 09 22:24:53.180 INFO O| Sep 09 22:24:53.180 INFO STEP 243 (remove_files) COMPLETE
47342024-09-09T22:24:54.234Z[ recovery-image] Sep 09 22:24:53.180 INFO O| Sep 09 22:24:53.180 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-09-09T22:24:54.242Z[ recovery-image] Sep 09 22:24:53.189 INFO O| Sep 09 22:24:53.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
47362024-09-09T22:24:54.242Z[ recovery-image] Sep 09 22:24:53.189 INFO O| Sep 09 22:24:53.189 INFO STEP 244 (remove_files) COMPLETE
47372024-09-09T22:24:54.244Z[ recovery-image] Sep 09 22:24:53.190 INFO O| Sep 09 22:24:53.189 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-09-09T22:24:54.251Z[ recovery-image] Sep 09 22:24:53.199 INFO O| Sep 09 22:24:53.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
47392024-09-09T22:24:54.253Z[ recovery-image] Sep 09 22:24:53.199 INFO O| Sep 09 22:24:53.199 INFO STEP 245 (remove_files) COMPLETE
47402024-09-09T22:24:54.253Z[ recovery-image] Sep 09 22:24:53.199 INFO O| Sep 09 22:24:53.199 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-09-09T22:24:54.261Z[ recovery-image] Sep 09 22:24:53.208 INFO O| Sep 09 22:24:53.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
47422024-09-09T22:24:54.261Z[ recovery-image] Sep 09 22:24:53.209 INFO O| Sep 09 22:24:53.208 INFO STEP 246 (remove_files) COMPLETE
47432024-09-09T22:24:54.263Z[ recovery-image] Sep 09 22:24:53.209 INFO O| Sep 09 22:24:53.208 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-09-09T22:24:54.270Z[ recovery-image] Sep 09 22:24:53.218 INFO O| Sep 09 22:24:53.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
47452024-09-09T22:24:54.273Z[ recovery-image] Sep 09 22:24:53.218 INFO O| Sep 09 22:24:53.218 INFO STEP 247 (remove_files) COMPLETE
47462024-09-09T22:24:54.273Z[ recovery-image] Sep 09 22:24:53.218 INFO O| Sep 09 22:24:53.218 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-09-09T22:24:54.280Z[ recovery-image] Sep 09 22:24:53.228 INFO O| Sep 09 22:24:53.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
47482024-09-09T22:24:54.280Z[ recovery-image] Sep 09 22:24:53.228 INFO O| Sep 09 22:24:53.228 INFO STEP 248 (remove_files) COMPLETE
47492024-09-09T22:24:54.282Z[ recovery-image] Sep 09 22:24:53.228 INFO O| Sep 09 22:24:53.228 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-09-09T22:24:54.290Z[ recovery-image] Sep 09 22:24:53.237 INFO O| Sep 09 22:24:53.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
47512024-09-09T22:24:54.290Z[ recovery-image] Sep 09 22:24:53.237 INFO O| Sep 09 22:24:53.237 INFO STEP 249 (remove_files) COMPLETE
47522024-09-09T22:24:54.292Z[ recovery-image] Sep 09 22:24:53.237 INFO O| Sep 09 22:24:53.237 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-09-09T22:24:54.299Z[ recovery-image] Sep 09 22:24:53.247 INFO O| Sep 09 22:24:53.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
47542024-09-09T22:24:54.299Z[ recovery-image] Sep 09 22:24:53.247 INFO O| Sep 09 22:24:53.247 INFO STEP 250 (remove_files) COMPLETE
47552024-09-09T22:24:54.299Z[ recovery-image] Sep 09 22:24:53.247 INFO O| Sep 09 22:24:53.247 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-09-09T22:24:54.308Z[ recovery-image] Sep 09 22:24:53.256 INFO O| Sep 09 22:24:53.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
47572024-09-09T22:24:54.311Z[ recovery-image] Sep 09 22:24:53.257 INFO O| Sep 09 22:24:53.257 INFO STEP 251 (remove_files) COMPLETE
47582024-09-09T22:24:54.311Z[ recovery-image] Sep 09 22:24:53.257 INFO O| Sep 09 22:24:53.257 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-09-09T22:24:54.318Z[ recovery-image] Sep 09 22:24:53.266 INFO O| Sep 09 22:24:53.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
47602024-09-09T22:24:54.318Z[ recovery-image] Sep 09 22:24:53.266 INFO O| Sep 09 22:24:53.266 INFO STEP 252 (remove_files) COMPLETE
47612024-09-09T22:24:54.321Z[ recovery-image] Sep 09 22:24:53.266 INFO O| Sep 09 22:24:53.266 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-09-09T22:24:54.328Z[ recovery-image] Sep 09 22:24:53.275 INFO O| Sep 09 22:24:53.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
47632024-09-09T22:24:54.331Z[ recovery-image] Sep 09 22:24:53.276 INFO O| Sep 09 22:24:53.275 INFO STEP 253 (remove_files) COMPLETE
47642024-09-09T22:24:54.331Z[ recovery-image] Sep 09 22:24:53.276 INFO O| Sep 09 22:24:53.275 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-09-09T22:24:54.337Z[ recovery-image] Sep 09 22:24:53.285 INFO O| Sep 09 22:24:53.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
47662024-09-09T22:24:54.339Z[ recovery-image] Sep 09 22:24:53.285 INFO O| Sep 09 22:24:53.285 INFO STEP 254 (remove_files) COMPLETE
47672024-09-09T22:24:54.339Z[ recovery-image] Sep 09 22:24:53.285 INFO O| Sep 09 22:24:53.285 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-09-09T22:24:54.347Z[ recovery-image] Sep 09 22:24:53.295 INFO O| Sep 09 22:24:53.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
47692024-09-09T22:24:54.347Z[ recovery-image] Sep 09 22:24:53.295 INFO O| Sep 09 22:24:53.295 INFO STEP 255 (remove_files) COMPLETE
47702024-09-09T22:24:54.350Z[ recovery-image] Sep 09 22:24:53.295 INFO O| Sep 09 22:24:53.295 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-09-09T22:24:54.357Z[ recovery-image] Sep 09 22:24:53.304 INFO O| Sep 09 22:24:53.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
47722024-09-09T22:24:54.359Z[ recovery-image] Sep 09 22:24:53.304 INFO O| Sep 09 22:24:53.304 INFO STEP 256 (remove_files) COMPLETE
47732024-09-09T22:24:54.359Z[ recovery-image] Sep 09 22:24:53.304 INFO O| Sep 09 22:24:53.304 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-09-09T22:24:54.366Z[ recovery-image] Sep 09 22:24:53.314 INFO O| Sep 09 22:24:53.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
47752024-09-09T22:24:54.366Z[ recovery-image] Sep 09 22:24:53.314 INFO O| Sep 09 22:24:53.314 INFO STEP 257 (remove_files) COMPLETE
47762024-09-09T22:24:54.366Z[ recovery-image] Sep 09 22:24:53.314 INFO O| Sep 09 22:24:53.314 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-09-09T22:24:54.376Z[ recovery-image] Sep 09 22:24:53.323 INFO O| Sep 09 22:24:53.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
47782024-09-09T22:24:54.378Z[ recovery-image] Sep 09 22:24:53.323 INFO O| Sep 09 22:24:53.323 INFO STEP 258 (remove_files) COMPLETE
47792024-09-09T22:24:54.378Z[ recovery-image] Sep 09 22:24:53.323 INFO O| Sep 09 22:24:53.323 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-09-09T22:24:54.385Z[ recovery-image] Sep 09 22:24:53.332 INFO O| Sep 09 22:24:53.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
47812024-09-09T22:24:54.385Z[ recovery-image] Sep 09 22:24:53.333 INFO O| Sep 09 22:24:53.333 INFO STEP 259 (remove_files) COMPLETE
47822024-09-09T22:24:54.387Z[ recovery-image] Sep 09 22:24:53.333 INFO O| Sep 09 22:24:53.333 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-09-09T22:24:54.395Z[ recovery-image] Sep 09 22:24:53.342 INFO O| Sep 09 22:24:53.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
47842024-09-09T22:24:54.395Z[ recovery-image] Sep 09 22:24:53.342 INFO O| Sep 09 22:24:53.342 INFO STEP 260 (remove_files) COMPLETE
47852024-09-09T22:24:54.397Z[ recovery-image] Sep 09 22:24:53.342 INFO O| Sep 09 22:24:53.342 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-09-09T22:24:54.404Z[ recovery-image] Sep 09 22:24:53.351 INFO O| Sep 09 22:24:53.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
47872024-09-09T22:24:54.404Z[ recovery-image] Sep 09 22:24:53.351 INFO O| Sep 09 22:24:53.351 INFO STEP 261 (remove_files) COMPLETE
47882024-09-09T22:24:54.404Z[ recovery-image] Sep 09 22:24:53.352 INFO O| Sep 09 22:24:53.351 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-09-09T22:24:54.413Z[ recovery-image] Sep 09 22:24:53.361 INFO O| Sep 09 22:24:53.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
47902024-09-09T22:24:54.413Z[ recovery-image] Sep 09 22:24:53.361 INFO O| Sep 09 22:24:53.361 INFO STEP 262 (remove_files) COMPLETE
47912024-09-09T22:24:54.415Z[ recovery-image] Sep 09 22:24:53.361 INFO O| Sep 09 22:24:53.361 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-09-09T22:24:54.423Z[ recovery-image] Sep 09 22:24:53.370 INFO O| Sep 09 22:24:53.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
47932024-09-09T22:24:54.423Z[ recovery-image] Sep 09 22:24:53.371 INFO O| Sep 09 22:24:53.370 INFO STEP 263 (remove_files) COMPLETE
47942024-09-09T22:24:54.425Z[ recovery-image] Sep 09 22:24:53.371 INFO O| Sep 09 22:24:53.370 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-09-09T22:24:54.432Z[ recovery-image] Sep 09 22:24:53.380 INFO O| Sep 09 22:24:53.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
47962024-09-09T22:24:54.435Z[ recovery-image] Sep 09 22:24:53.381 INFO O| Sep 09 22:24:53.381 INFO STEP 264 (remove_files) COMPLETE
47972024-09-09T22:24:54.435Z[ recovery-image] Sep 09 22:24:53.381 INFO O| Sep 09 22:24:53.381 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-09-09T22:24:54.443Z[ recovery-image] Sep 09 22:24:53.391 INFO O| Sep 09 22:24:53.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
47992024-09-09T22:24:54.445Z[ recovery-image] Sep 09 22:24:53.391 INFO O| Sep 09 22:24:53.391 INFO STEP 265 (remove_files) COMPLETE
48002024-09-09T22:24:54.445Z[ recovery-image] Sep 09 22:24:53.391 INFO O| Sep 09 22:24:53.391 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-09-09T22:24:54.453Z[ recovery-image] Sep 09 22:24:53.400 INFO O| Sep 09 22:24:53.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
48022024-09-09T22:24:54.453Z[ recovery-image] Sep 09 22:24:53.400 INFO O| Sep 09 22:24:53.400 INFO STEP 266 (remove_files) COMPLETE
48032024-09-09T22:24:54.453Z[ recovery-image] Sep 09 22:24:53.400 INFO O| Sep 09 22:24:53.400 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-09-09T22:24:54.462Z[ recovery-image] Sep 09 22:24:53.410 INFO O| Sep 09 22:24:53.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
48052024-09-09T22:24:54.462Z[ recovery-image] Sep 09 22:24:53.410 INFO O| Sep 09 22:24:53.410 INFO STEP 267 (remove_files) COMPLETE
48062024-09-09T22:24:54.462Z[ recovery-image] Sep 09 22:24:53.410 INFO O| Sep 09 22:24:53.410 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-09-09T22:24:54.471Z[ recovery-image] Sep 09 22:24:53.419 INFO O| Sep 09 22:24:53.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
48082024-09-09T22:24:54.471Z[ recovery-image] Sep 09 22:24:53.419 INFO O| Sep 09 22:24:53.419 INFO STEP 268 (remove_files) COMPLETE
48092024-09-09T22:24:54.471Z[ recovery-image] Sep 09 22:24:53.419 INFO O| Sep 09 22:24:53.419 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-09-09T22:24:54.481Z[ recovery-image] Sep 09 22:24:53.428 INFO O| Sep 09 22:24:53.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
48112024-09-09T22:24:54.481Z[ recovery-image] Sep 09 22:24:53.429 INFO O| Sep 09 22:24:53.428 INFO STEP 269 (remove_files) COMPLETE
48122024-09-09T22:24:54.485Z[ recovery-image] Sep 09 22:24:53.429 INFO O| Sep 09 22:24:53.429 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-09-09T22:24:54.491Z[ recovery-image] Sep 09 22:24:53.438 INFO O| Sep 09 22:24:53.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48142024-09-09T22:24:54.494Z[ recovery-image] Sep 09 22:24:53.438 INFO O| Sep 09 22:24:53.438 INFO STEP 270 (remove_files) COMPLETE
48152024-09-09T22:24:54.494Z[ recovery-image] Sep 09 22:24:53.438 INFO O| Sep 09 22:24:53.438 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-09-09T22:24:54.500Z[ recovery-image] Sep 09 22:24:53.447 INFO O| Sep 09 22:24:53.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
48172024-09-09T22:24:54.502Z[ recovery-image] Sep 09 22:24:53.447 INFO O| Sep 09 22:24:53.447 INFO STEP 271 (remove_files) COMPLETE
48182024-09-09T22:24:54.502Z[ recovery-image] Sep 09 22:24:53.447 INFO O| Sep 09 22:24:53.447 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-09-09T22:24:54.509Z[ recovery-image] Sep 09 22:24:53.457 INFO O| Sep 09 22:24:53.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
48202024-09-09T22:24:54.509Z[ recovery-image] Sep 09 22:24:53.457 INFO O| Sep 09 22:24:53.457 INFO STEP 272 (remove_files) COMPLETE
48212024-09-09T22:24:54.511Z[ recovery-image] Sep 09 22:24:53.457 INFO O| Sep 09 22:24:53.457 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-09-09T22:24:54.519Z[ recovery-image] Sep 09 22:24:53.466 INFO O| Sep 09 22:24:53.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
48232024-09-09T22:24:54.519Z[ recovery-image] Sep 09 22:24:53.466 INFO O| Sep 09 22:24:53.466 INFO STEP 273 (remove_files) COMPLETE
48242024-09-09T22:24:54.521Z[ recovery-image] Sep 09 22:24:53.466 INFO O| Sep 09 22:24:53.466 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-09-09T22:24:54.528Z[ recovery-image] Sep 09 22:24:53.476 INFO O| Sep 09 22:24:53.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48262024-09-09T22:24:54.528Z[ recovery-image] Sep 09 22:24:53.476 INFO O| Sep 09 22:24:53.476 INFO STEP 274 (remove_files) COMPLETE
48272024-09-09T22:24:54.528Z[ recovery-image] Sep 09 22:24:53.476 INFO O| Sep 09 22:24:53.476 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-09-09T22:24:54.538Z[ recovery-image] Sep 09 22:24:53.485 INFO O| Sep 09 22:24:53.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48292024-09-09T22:24:54.540Z[ recovery-image] Sep 09 22:24:53.486 INFO O| Sep 09 22:24:53.486 INFO STEP 275 (remove_files) COMPLETE
48302024-09-09T22:24:54.540Z[ recovery-image] Sep 09 22:24:53.486 INFO O| Sep 09 22:24:53.486 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-09-09T22:24:54.548Z[ recovery-image] Sep 09 22:24:53.495 INFO O| Sep 09 22:24:53.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48322024-09-09T22:24:54.548Z[ recovery-image] Sep 09 22:24:53.495 INFO O| Sep 09 22:24:53.495 INFO STEP 276 (remove_files) COMPLETE
48332024-09-09T22:24:54.550Z[ recovery-image] Sep 09 22:24:53.495 INFO O| Sep 09 22:24:53.495 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-09-09T22:24:54.557Z[ recovery-image] Sep 09 22:24:53.505 INFO O| Sep 09 22:24:53.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
48352024-09-09T22:24:54.557Z[ recovery-image] Sep 09 22:24:53.505 INFO O| Sep 09 22:24:53.505 INFO STEP 277 (remove_files) COMPLETE
48362024-09-09T22:24:54.560Z[ recovery-image] Sep 09 22:24:53.505 INFO O| Sep 09 22:24:53.505 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-09-09T22:24:54.567Z[ recovery-image] Sep 09 22:24:53.514 INFO O| Sep 09 22:24:53.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
48382024-09-09T22:24:54.569Z[ recovery-image] Sep 09 22:24:53.514 INFO O| Sep 09 22:24:53.514 INFO STEP 278 (remove_files) COMPLETE
48392024-09-09T22:24:54.569Z[ recovery-image] Sep 09 22:24:53.514 INFO O| Sep 09 22:24:53.514 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-09-09T22:24:54.576Z[ recovery-image] Sep 09 22:24:53.524 INFO O| Sep 09 22:24:53.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
48412024-09-09T22:24:54.576Z[ recovery-image] Sep 09 22:24:53.524 INFO O| Sep 09 22:24:53.524 INFO STEP 279 (remove_files) COMPLETE
48422024-09-09T22:24:54.578Z[ recovery-image] Sep 09 22:24:53.524 INFO O| Sep 09 22:24:53.524 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-09-09T22:24:54.585Z[ recovery-image] Sep 09 22:24:53.533 INFO O| Sep 09 22:24:53.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
48442024-09-09T22:24:54.588Z[ recovery-image] Sep 09 22:24:53.534 INFO O| Sep 09 22:24:53.534 INFO STEP 280 (remove_files) COMPLETE
48452024-09-09T22:24:54.588Z[ recovery-image] Sep 09 22:24:53.534 INFO O| Sep 09 22:24:53.534 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-09-09T22:24:54.595Z[ recovery-image] Sep 09 22:24:53.543 INFO O| Sep 09 22:24:53.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
48472024-09-09T22:24:54.598Z[ recovery-image] Sep 09 22:24:53.544 INFO O| Sep 09 22:24:53.544 INFO STEP 281 (remove_files) COMPLETE
48482024-09-09T22:24:54.598Z[ recovery-image] Sep 09 22:24:53.544 INFO O| Sep 09 22:24:53.544 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-09-09T22:24:54.605Z[ recovery-image] Sep 09 22:24:53.553 INFO O| Sep 09 22:24:53.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
48502024-09-09T22:24:54.605Z[ recovery-image] Sep 09 22:24:53.553 INFO O| Sep 09 22:24:53.553 INFO STEP 282 (remove_files) COMPLETE
48512024-09-09T22:24:54.605Z[ recovery-image] Sep 09 22:24:53.553 INFO O| Sep 09 22:24:53.553 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-09-09T22:24:54.615Z[ recovery-image] Sep 09 22:24:53.563 INFO O| Sep 09 22:24:53.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
48532024-09-09T22:24:54.617Z[ recovery-image] Sep 09 22:24:53.563 INFO O| Sep 09 22:24:53.563 INFO STEP 283 (remove_files) COMPLETE
48542024-09-09T22:24:54.617Z[ recovery-image] Sep 09 22:24:53.563 INFO O| Sep 09 22:24:53.563 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-09-09T22:24:54.625Z[ recovery-image] Sep 09 22:24:53.573 INFO O| Sep 09 22:24:53.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
48562024-09-09T22:24:54.625Z[ recovery-image] Sep 09 22:24:53.573 INFO O| Sep 09 22:24:53.573 INFO STEP 284 (remove_files) COMPLETE
48572024-09-09T22:24:54.628Z[ recovery-image] Sep 09 22:24:53.573 INFO O| Sep 09 22:24:53.573 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-09-09T22:24:54.635Z[ recovery-image] Sep 09 22:24:53.582 INFO O| Sep 09 22:24:53.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
48592024-09-09T22:24:54.635Z[ recovery-image] Sep 09 22:24:53.582 INFO O| Sep 09 22:24:53.582 INFO STEP 285 (remove_files) COMPLETE
48602024-09-09T22:24:54.637Z[ recovery-image] Sep 09 22:24:53.582 INFO O| Sep 09 22:24:53.582 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-09-09T22:24:54.644Z[ recovery-image] Sep 09 22:24:53.592 INFO O| Sep 09 22:24:53.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
48622024-09-09T22:24:54.644Z[ recovery-image] Sep 09 22:24:53.592 INFO O| Sep 09 22:24:53.592 INFO STEP 286 (remove_files) COMPLETE
48632024-09-09T22:24:54.647Z[ recovery-image] Sep 09 22:24:53.592 INFO O| Sep 09 22:24:53.592 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-09-09T22:24:54.654Z[ recovery-image] Sep 09 22:24:53.601 INFO O| Sep 09 22:24:53.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
48652024-09-09T22:24:54.656Z[ recovery-image] Sep 09 22:24:53.601 INFO O| Sep 09 22:24:53.601 INFO STEP 287 (remove_files) COMPLETE
48662024-09-09T22:24:54.656Z[ recovery-image] Sep 09 22:24:53.602 INFO O| Sep 09 22:24:53.601 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-09-09T22:24:54.663Z[ recovery-image] Sep 09 22:24:53.611 INFO O| Sep 09 22:24:53.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
48682024-09-09T22:24:54.663Z[ recovery-image] Sep 09 22:24:53.611 INFO O| Sep 09 22:24:53.611 INFO STEP 288 (remove_files) COMPLETE
48692024-09-09T22:24:54.666Z[ recovery-image] Sep 09 22:24:53.611 INFO O| Sep 09 22:24:53.611 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-09-09T22:24:54.673Z[ recovery-image] Sep 09 22:24:53.620 INFO O| Sep 09 22:24:53.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
48712024-09-09T22:24:54.673Z[ recovery-image] Sep 09 22:24:53.620 INFO O| Sep 09 22:24:53.620 INFO STEP 289 (remove_files) COMPLETE
48722024-09-09T22:24:54.675Z[ recovery-image] Sep 09 22:24:53.620 INFO O| Sep 09 22:24:53.620 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-09-09T22:24:54.682Z[ recovery-image] Sep 09 22:24:53.630 INFO O| Sep 09 22:24:53.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
48742024-09-09T22:24:54.684Z[ recovery-image] Sep 09 22:24:53.630 INFO O| Sep 09 22:24:53.630 INFO STEP 290 (remove_files) COMPLETE
48752024-09-09T22:24:54.684Z[ recovery-image] Sep 09 22:24:53.630 INFO O| Sep 09 22:24:53.630 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-09-09T22:24:54.692Z[ recovery-image] Sep 09 22:24:53.639 INFO O| Sep 09 22:24:53.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
48772024-09-09T22:24:54.695Z[ recovery-image] Sep 09 22:24:53.639 INFO O| Sep 09 22:24:53.639 INFO STEP 291 (remove_files) COMPLETE
48782024-09-09T22:24:54.695Z[ recovery-image] Sep 09 22:24:53.639 INFO O| Sep 09 22:24:53.639 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-09-09T22:24:54.701Z[ recovery-image] Sep 09 22:24:53.648 INFO O| Sep 09 22:24:53.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
48802024-09-09T22:24:54.703Z[ recovery-image] Sep 09 22:24:53.649 INFO O| Sep 09 22:24:53.649 INFO STEP 292 (remove_files) COMPLETE
48812024-09-09T22:24:54.703Z[ recovery-image] Sep 09 22:24:53.649 INFO O| Sep 09 22:24:53.649 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-09-09T22:24:54.711Z[ recovery-image] Sep 09 22:24:53.658 INFO O| Sep 09 22:24:53.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
48832024-09-09T22:24:54.711Z[ recovery-image] Sep 09 22:24:53.658 INFO O| Sep 09 22:24:53.658 INFO STEP 293 (remove_files) COMPLETE
48842024-09-09T22:24:54.713Z[ recovery-image] Sep 09 22:24:53.658 INFO O| Sep 09 22:24:53.658 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-09-09T22:24:54.720Z[ recovery-image] Sep 09 22:24:53.667 INFO O| Sep 09 22:24:53.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
48862024-09-09T22:24:54.720Z[ recovery-image] Sep 09 22:24:53.667 INFO O| Sep 09 22:24:53.667 INFO STEP 294 (remove_files) COMPLETE
48872024-09-09T22:24:54.723Z[ recovery-image] Sep 09 22:24:53.667 INFO O| Sep 09 22:24:53.667 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-09-09T22:24:54.729Z[ recovery-image] Sep 09 22:24:53.677 INFO O| Sep 09 22:24:53.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
48892024-09-09T22:24:54.729Z[ recovery-image] Sep 09 22:24:53.677 INFO O| Sep 09 22:24:53.677 INFO STEP 295 (remove_files) COMPLETE
48902024-09-09T22:24:54.731Z[ recovery-image] Sep 09 22:24:53.677 INFO O| Sep 09 22:24:53.677 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-09-09T22:24:54.739Z[ recovery-image] Sep 09 22:24:53.686 INFO O| Sep 09 22:24:53.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
48922024-09-09T22:24:54.739Z[ recovery-image] Sep 09 22:24:53.686 INFO O| Sep 09 22:24:53.686 INFO STEP 296 (remove_files) COMPLETE
48932024-09-09T22:24:54.741Z[ recovery-image] Sep 09 22:24:53.686 INFO O| Sep 09 22:24:53.686 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-09-09T22:24:54.748Z[ recovery-image] Sep 09 22:24:53.696 INFO O| Sep 09 22:24:53.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
48952024-09-09T22:24:54.748Z[ recovery-image] Sep 09 22:24:53.696 INFO O| Sep 09 22:24:53.696 INFO STEP 297 (remove_files) COMPLETE
48962024-09-09T22:24:54.748Z[ recovery-image] Sep 09 22:24:53.696 INFO O| Sep 09 22:24:53.696 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-09-09T22:24:54.758Z[ recovery-image] Sep 09 22:24:53.705 INFO O| Sep 09 22:24:53.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
48982024-09-09T22:24:54.758Z[ recovery-image] Sep 09 22:24:53.706 INFO O| Sep 09 22:24:53.705 INFO STEP 298 (remove_files) COMPLETE
48992024-09-09T22:24:54.760Z[ recovery-image] Sep 09 22:24:53.706 INFO O| Sep 09 22:24:53.706 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-09-09T22:24:54.767Z[ recovery-image] Sep 09 22:24:53.715 INFO O| Sep 09 22:24:53.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
49012024-09-09T22:24:54.767Z[ recovery-image] Sep 09 22:24:53.715 INFO O| Sep 09 22:24:53.715 INFO STEP 299 (remove_files) COMPLETE
49022024-09-09T22:24:54.770Z[ recovery-image] Sep 09 22:24:53.715 INFO O| Sep 09 22:24:53.715 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-09-09T22:24:54.777Z[ recovery-image] Sep 09 22:24:53.724 INFO O| Sep 09 22:24:53.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
49042024-09-09T22:24:54.777Z[ recovery-image] Sep 09 22:24:53.724 INFO O| Sep 09 22:24:53.724 INFO STEP 300 (remove_files) COMPLETE
49052024-09-09T22:24:54.777Z[ recovery-image] Sep 09 22:24:53.724 INFO O| Sep 09 22:24:53.724 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-09-09T22:24:54.786Z[ recovery-image] Sep 09 22:24:53.734 INFO O| Sep 09 22:24:53.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
49072024-09-09T22:24:54.786Z[ recovery-image] Sep 09 22:24:53.734 INFO O| Sep 09 22:24:53.734 INFO STEP 301 (remove_files) COMPLETE
49082024-09-09T22:24:54.789Z[ recovery-image] Sep 09 22:24:53.734 INFO O| Sep 09 22:24:53.734 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-09-09T22:24:54.796Z[ recovery-image] Sep 09 22:24:53.743 INFO O| Sep 09 22:24:53.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
49102024-09-09T22:24:54.798Z[ recovery-image] Sep 09 22:24:53.743 INFO O| Sep 09 22:24:53.743 INFO STEP 302 (remove_files) COMPLETE
49112024-09-09T22:24:54.798Z[ recovery-image] Sep 09 22:24:53.743 INFO O| Sep 09 22:24:53.743 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-09-09T22:24:54.805Z[ recovery-image] Sep 09 22:24:53.752 INFO O| Sep 09 22:24:53.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49132024-09-09T22:24:54.805Z[ recovery-image] Sep 09 22:24:53.753 INFO O| Sep 09 22:24:53.753 INFO STEP 303 (remove_files) COMPLETE
49142024-09-09T22:24:54.808Z[ recovery-image] Sep 09 22:24:53.753 INFO O| Sep 09 22:24:53.753 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-09-09T22:24:54.814Z[ recovery-image] Sep 09 22:24:53.762 INFO O| Sep 09 22:24:53.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
49162024-09-09T22:24:54.814Z[ recovery-image] Sep 09 22:24:53.762 INFO O| Sep 09 22:24:53.762 INFO STEP 304 (remove_files) COMPLETE
49172024-09-09T22:24:54.815Z[ recovery-image] Sep 09 22:24:53.762 INFO O| Sep 09 22:24:53.762 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-09-09T22:24:54.824Z[ recovery-image] Sep 09 22:24:53.772 INFO O| Sep 09 22:24:53.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
49192024-09-09T22:24:54.824Z[ recovery-image] Sep 09 22:24:53.772 INFO O| Sep 09 22:24:53.772 INFO STEP 305 (remove_files) COMPLETE
49202024-09-09T22:24:54.826Z[ recovery-image] Sep 09 22:24:53.772 INFO O| Sep 09 22:24:53.772 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-09-09T22:24:54.833Z[ recovery-image] Sep 09 22:24:53.781 INFO O| Sep 09 22:24:53.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
49222024-09-09T22:24:54.833Z[ recovery-image] Sep 09 22:24:53.781 INFO O| Sep 09 22:24:53.781 INFO STEP 306 (remove_files) COMPLETE
49232024-09-09T22:24:54.833Z[ recovery-image] Sep 09 22:24:53.781 INFO O| Sep 09 22:24:53.781 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-09-09T22:24:54.843Z[ recovery-image] Sep 09 22:24:53.790 INFO O| Sep 09 22:24:53.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49252024-09-09T22:24:54.843Z[ recovery-image] Sep 09 22:24:53.790 INFO O| Sep 09 22:24:53.790 INFO STEP 307 (remove_files) COMPLETE
49262024-09-09T22:24:54.845Z[ recovery-image] Sep 09 22:24:53.790 INFO O| Sep 09 22:24:53.790 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-09-09T22:24:54.852Z[ recovery-image] Sep 09 22:24:53.800 INFO O| Sep 09 22:24:53.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49282024-09-09T22:24:54.855Z[ recovery-image] Sep 09 22:24:53.800 INFO O| Sep 09 22:24:53.800 INFO STEP 308 (remove_files) COMPLETE
49292024-09-09T22:24:54.855Z[ recovery-image] Sep 09 22:24:53.800 INFO O| Sep 09 22:24:53.800 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-09-09T22:24:54.862Z[ recovery-image] Sep 09 22:24:53.809 INFO O| Sep 09 22:24:53.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49312024-09-09T22:24:54.862Z[ recovery-image] Sep 09 22:24:53.809 INFO O| Sep 09 22:24:53.809 INFO STEP 309 (remove_files) COMPLETE
49322024-09-09T22:24:54.864Z[ recovery-image] Sep 09 22:24:53.809 INFO O| Sep 09 22:24:53.809 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-09-09T22:24:54.871Z[ recovery-image] Sep 09 22:24:53.819 INFO O| Sep 09 22:24:53.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
49342024-09-09T22:24:54.871Z[ recovery-image] Sep 09 22:24:53.819 INFO O| Sep 09 22:24:53.819 INFO STEP 310 (remove_files) COMPLETE
49352024-09-09T22:24:54.874Z[ recovery-image] Sep 09 22:24:53.819 INFO O| Sep 09 22:24:53.819 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-09-09T22:24:54.881Z[ recovery-image] Sep 09 22:24:53.828 INFO O| Sep 09 22:24:53.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
49372024-09-09T22:24:54.883Z[ recovery-image] Sep 09 22:24:53.828 INFO O| Sep 09 22:24:53.828 INFO STEP 311 (remove_files) COMPLETE
49382024-09-09T22:24:54.883Z[ recovery-image] Sep 09 22:24:53.829 INFO O| Sep 09 22:24:53.828 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-09-09T22:24:54.891Z[ recovery-image] Sep 09 22:24:53.838 INFO O| Sep 09 22:24:53.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
49402024-09-09T22:24:54.891Z[ recovery-image] Sep 09 22:24:53.838 INFO O| Sep 09 22:24:53.838 INFO STEP 312 (remove_files) COMPLETE
49412024-09-09T22:24:54.891Z[ recovery-image] Sep 09 22:24:53.838 INFO O| Sep 09 22:24:53.838 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-09-09T22:24:54.900Z[ recovery-image] Sep 09 22:24:53.847 INFO O| Sep 09 22:24:53.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
49432024-09-09T22:24:54.900Z[ recovery-image] Sep 09 22:24:53.848 INFO O| Sep 09 22:24:53.847 INFO STEP 313 (remove_files) COMPLETE
49442024-09-09T22:24:54.900Z[ recovery-image] Sep 09 22:24:53.848 INFO O| Sep 09 22:24:53.848 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-09-09T22:24:54.909Z[ recovery-image] Sep 09 22:24:53.857 INFO O| Sep 09 22:24:53.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
49462024-09-09T22:24:54.909Z[ recovery-image] Sep 09 22:24:53.857 INFO O| Sep 09 22:24:53.857 INFO STEP 314 (remove_files) COMPLETE
49472024-09-09T22:24:54.912Z[ recovery-image] Sep 09 22:24:53.857 INFO O| Sep 09 22:24:53.857 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-09-09T22:24:54.919Z[ recovery-image] Sep 09 22:24:53.866 INFO O| Sep 09 22:24:53.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49492024-09-09T22:24:54.919Z[ recovery-image] Sep 09 22:24:53.866 INFO O| Sep 09 22:24:53.866 INFO STEP 315 (remove_files) COMPLETE
49502024-09-09T22:24:54.921Z[ recovery-image] Sep 09 22:24:53.866 INFO O| Sep 09 22:24:53.866 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-09-09T22:24:54.928Z[ recovery-image] Sep 09 22:24:53.876 INFO O| Sep 09 22:24:53.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
49522024-09-09T22:24:54.928Z[ recovery-image] Sep 09 22:24:53.876 INFO O| Sep 09 22:24:53.876 INFO STEP 316 (remove_files) COMPLETE
49532024-09-09T22:24:54.928Z[ recovery-image] Sep 09 22:24:53.876 INFO O| Sep 09 22:24:53.876 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-09-09T22:24:54.938Z[ recovery-image] Sep 09 22:24:53.885 INFO O| Sep 09 22:24:53.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
49552024-09-09T22:24:54.938Z[ recovery-image] Sep 09 22:24:53.885 INFO O| Sep 09 22:24:53.885 INFO STEP 317 (remove_files) COMPLETE
49562024-09-09T22:24:54.940Z[ recovery-image] Sep 09 22:24:53.885 INFO O| Sep 09 22:24:53.885 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-09-09T22:24:54.947Z[ recovery-image] Sep 09 22:24:53.895 INFO O| Sep 09 22:24:53.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
49582024-09-09T22:24:54.947Z[ recovery-image] Sep 09 22:24:53.895 INFO O| Sep 09 22:24:53.895 INFO STEP 318 (remove_files) COMPLETE
49592024-09-09T22:24:54.950Z[ recovery-image] Sep 09 22:24:53.895 INFO O| Sep 09 22:24:53.895 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-09-09T22:24:54.956Z[ recovery-image] Sep 09 22:24:53.904 INFO O| Sep 09 22:24:53.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
49612024-09-09T22:24:54.957Z[ recovery-image] Sep 09 22:24:53.904 INFO O| Sep 09 22:24:53.904 INFO STEP 319 (remove_files) COMPLETE
49622024-09-09T22:24:54.959Z[ recovery-image] Sep 09 22:24:53.904 INFO O| Sep 09 22:24:53.904 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-09-09T22:24:54.966Z[ recovery-image] Sep 09 22:24:53.913 INFO O| Sep 09 22:24:53.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
49642024-09-09T22:24:54.966Z[ recovery-image] Sep 09 22:24:53.913 INFO O| Sep 09 22:24:53.913 INFO STEP 320 (remove_files) COMPLETE
49652024-09-09T22:24:54.966Z[ recovery-image] Sep 09 22:24:53.914 INFO O| Sep 09 22:24:53.913 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-09-09T22:24:54.975Z[ recovery-image] Sep 09 22:24:53.923 INFO O| Sep 09 22:24:53.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
49672024-09-09T22:24:54.978Z[ recovery-image] Sep 09 22:24:53.923 INFO O| Sep 09 22:24:53.923 INFO STEP 321 (remove_files) COMPLETE
49682024-09-09T22:24:54.978Z[ recovery-image] Sep 09 22:24:53.923 INFO O| Sep 09 22:24:53.923 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-09-09T22:24:54.985Z[ recovery-image] Sep 09 22:24:53.932 INFO O| Sep 09 22:24:53.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
49702024-09-09T22:24:54.985Z[ recovery-image] Sep 09 22:24:53.932 INFO O| Sep 09 22:24:53.932 INFO STEP 322 (remove_files) COMPLETE
49712024-09-09T22:24:54.987Z[ recovery-image] Sep 09 22:24:53.932 INFO O| Sep 09 22:24:53.932 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-09-09T22:24:54.994Z[ recovery-image] Sep 09 22:24:53.942 INFO O| Sep 09 22:24:53.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
49732024-09-09T22:24:54.994Z[ recovery-image] Sep 09 22:24:53.942 INFO O| Sep 09 22:24:53.942 INFO STEP 323 (remove_files) COMPLETE
49742024-09-09T22:24:54.994Z[ recovery-image] Sep 09 22:24:53.942 INFO O| Sep 09 22:24:53.942 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-09-09T22:24:55.004Z[ recovery-image] Sep 09 22:24:53.951 INFO O| Sep 09 22:24:53.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
49762024-09-09T22:24:55.006Z[ recovery-image] Sep 09 22:24:53.951 INFO O| Sep 09 22:24:53.951 INFO STEP 324 (remove_files) COMPLETE
49772024-09-09T22:24:55.006Z[ recovery-image] Sep 09 22:24:53.951 INFO O| Sep 09 22:24:53.951 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-09-09T22:24:55.015Z[ recovery-image] Sep 09 22:24:53.961 INFO O| Sep 09 22:24:53.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
49792024-09-09T22:24:55.019Z[ recovery-image] Sep 09 22:24:53.961 INFO O| Sep 09 22:24:53.961 INFO STEP 325 (remove_files) COMPLETE
49802024-09-09T22:24:55.019Z[ recovery-image] Sep 09 22:24:53.961 INFO O| Sep 09 22:24:53.961 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-09-09T22:24:55.023Z[ recovery-image] Sep 09 22:24:53.970 INFO O| Sep 09 22:24:53.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
49822024-09-09T22:24:55.023Z[ recovery-image] Sep 09 22:24:53.970 INFO O| Sep 09 22:24:53.970 INFO STEP 326 (remove_files) COMPLETE
49832024-09-09T22:24:55.025Z[ recovery-image] Sep 09 22:24:53.970 INFO O| Sep 09 22:24:53.970 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-09-09T22:24:55.033Z[ recovery-image] Sep 09 22:24:53.980 INFO O| Sep 09 22:24:53.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
49852024-09-09T22:24:55.035Z[ recovery-image] Sep 09 22:24:53.980 INFO O| Sep 09 22:24:53.980 INFO STEP 327 (remove_files) COMPLETE
49862024-09-09T22:24:55.035Z[ recovery-image] Sep 09 22:24:53.980 INFO O| Sep 09 22:24:53.980 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-09-09T22:24:55.042Z[ recovery-image] Sep 09 22:24:53.989 INFO O| Sep 09 22:24:53.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
49882024-09-09T22:24:55.044Z[ recovery-image] Sep 09 22:24:53.989 INFO O| Sep 09 22:24:53.989 INFO STEP 328 (remove_files) COMPLETE
49892024-09-09T22:24:55.044Z[ recovery-image] Sep 09 22:24:53.989 INFO O| Sep 09 22:24:53.989 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-09-09T22:24:55.051Z[ recovery-image] Sep 09 22:24:53.999 INFO O| Sep 09 22:24:53.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
49912024-09-09T22:24:55.054Z[ recovery-image] Sep 09 22:24:53.999 INFO O| Sep 09 22:24:53.999 INFO STEP 329 (remove_files) COMPLETE
49922024-09-09T22:24:55.054Z[ recovery-image] Sep 09 22:24:53.999 INFO O| Sep 09 22:24:53.999 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-09-09T22:24:55.062Z[ recovery-image] Sep 09 22:24:54.009 INFO O| Sep 09 22:24:54.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
49942024-09-09T22:24:55.062Z[ recovery-image] Sep 09 22:24:54.009 INFO O| Sep 09 22:24:54.009 INFO STEP 330 (remove_files) COMPLETE
49952024-09-09T22:24:55.064Z[ recovery-image] Sep 09 22:24:54.009 INFO O| Sep 09 22:24:54.009 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-09-09T22:24:55.072Z[ recovery-image] Sep 09 22:24:54.018 INFO O| Sep 09 22:24:54.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
49972024-09-09T22:24:55.075Z[ recovery-image] Sep 09 22:24:54.018 INFO O| Sep 09 22:24:54.018 INFO STEP 331 (remove_files) COMPLETE
49982024-09-09T22:24:55.075Z[ recovery-image] Sep 09 22:24:54.019 INFO O| Sep 09 22:24:54.018 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-09-09T22:24:55.083Z[ recovery-image] Sep 09 22:24:54.028 INFO O| Sep 09 22:24:54.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50002024-09-09T22:24:55.083Z[ recovery-image] Sep 09 22:24:54.028 INFO O| Sep 09 22:24:54.028 INFO STEP 332 (remove_files) COMPLETE
50012024-09-09T22:24:55.083Z[ recovery-image] Sep 09 22:24:54.028 INFO O| Sep 09 22:24:54.028 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-09-09T22:24:55.090Z[ recovery-image] Sep 09 22:24:54.037 INFO O| Sep 09 22:24:54.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50032024-09-09T22:24:55.090Z[ recovery-image] Sep 09 22:24:54.038 INFO O| Sep 09 22:24:54.038 INFO STEP 333 (remove_files) COMPLETE
50042024-09-09T22:24:55.090Z[ recovery-image] Sep 09 22:24:54.038 INFO O| Sep 09 22:24:54.038 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-09-09T22:24:55.101Z[ recovery-image] Sep 09 22:24:54.047 INFO O| Sep 09 22:24:54.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
50062024-09-09T22:24:55.101Z[ recovery-image] Sep 09 22:24:54.047 INFO O| Sep 09 22:24:54.047 INFO STEP 334 (remove_files) COMPLETE
50072024-09-09T22:24:55.103Z[ recovery-image] Sep 09 22:24:54.047 INFO O| Sep 09 22:24:54.047 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-09-09T22:24:55.113Z[ recovery-image] Sep 09 22:24:54.056 INFO O| Sep 09 22:24:54.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
50092024-09-09T22:24:55.115Z[ recovery-image] Sep 09 22:24:54.056 INFO O| Sep 09 22:24:54.056 INFO STEP 335 (remove_files) COMPLETE
50102024-09-09T22:24:55.115Z[ recovery-image] Sep 09 22:24:54.057 INFO O| Sep 09 22:24:54.056 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-09-09T22:24:55.119Z[ recovery-image] Sep 09 22:24:54.066 INFO O| Sep 09 22:24:54.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50122024-09-09T22:24:55.119Z[ recovery-image] Sep 09 22:24:54.066 INFO O| Sep 09 22:24:54.066 INFO STEP 336 (remove_files) COMPLETE
50132024-09-09T22:24:55.119Z[ recovery-image] Sep 09 22:24:54.066 INFO O| Sep 09 22:24:54.066 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-09-09T22:24:55.128Z[ recovery-image] Sep 09 22:24:54.075 INFO O| Sep 09 22:24:54.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50152024-09-09T22:24:55.128Z[ recovery-image] Sep 09 22:24:54.075 INFO O| Sep 09 22:24:54.075 INFO STEP 337 (remove_files) COMPLETE
50162024-09-09T22:24:55.131Z[ recovery-image] Sep 09 22:24:54.075 INFO O| Sep 09 22:24:54.075 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-09-09T22:24:55.137Z[ recovery-image] Sep 09 22:24:54.085 INFO O| Sep 09 22:24:54.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
50182024-09-09T22:24:55.137Z[ recovery-image] Sep 09 22:24:54.085 INFO O| Sep 09 22:24:54.085 INFO STEP 338 (remove_files) COMPLETE
50192024-09-09T22:24:55.140Z[ recovery-image] Sep 09 22:24:54.085 INFO O| Sep 09 22:24:54.085 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-09-09T22:24:55.147Z[ recovery-image] Sep 09 22:24:54.094 INFO O| Sep 09 22:24:54.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50212024-09-09T22:24:55.149Z[ recovery-image] Sep 09 22:24:54.094 INFO O| Sep 09 22:24:54.094 INFO STEP 339 (remove_files) COMPLETE
50222024-09-09T22:24:55.149Z[ recovery-image] Sep 09 22:24:54.094 INFO O| Sep 09 22:24:54.094 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-09-09T22:24:55.156Z[ recovery-image] Sep 09 22:24:54.103 INFO O| Sep 09 22:24:54.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50242024-09-09T22:24:55.156Z[ recovery-image] Sep 09 22:24:54.104 INFO O| Sep 09 22:24:54.104 INFO STEP 340 (remove_files) COMPLETE
50252024-09-09T22:24:55.159Z[ recovery-image] Sep 09 22:24:54.104 INFO O| Sep 09 22:24:54.104 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-09-09T22:24:55.166Z[ recovery-image] Sep 09 22:24:54.113 INFO O| Sep 09 22:24:54.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50272024-09-09T22:24:55.166Z[ recovery-image] Sep 09 22:24:54.113 INFO O| Sep 09 22:24:54.113 INFO STEP 341 (remove_files) COMPLETE
50282024-09-09T22:24:55.168Z[ recovery-image] Sep 09 22:24:54.113 INFO O| Sep 09 22:24:54.113 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-09-09T22:24:55.175Z[ recovery-image] Sep 09 22:24:54.122 INFO O| Sep 09 22:24:54.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50302024-09-09T22:24:55.175Z[ recovery-image] Sep 09 22:24:54.122 INFO O| Sep 09 22:24:54.122 INFO STEP 342 (remove_files) COMPLETE
50312024-09-09T22:24:55.175Z[ recovery-image] Sep 09 22:24:54.122 INFO O| Sep 09 22:24:54.122 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-09-09T22:24:55.184Z[ recovery-image] Sep 09 22:24:54.132 INFO O| Sep 09 22:24:54.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
50332024-09-09T22:24:55.184Z[ recovery-image] Sep 09 22:24:54.132 INFO O| Sep 09 22:24:54.132 INFO STEP 343 (remove_files) COMPLETE
50342024-09-09T22:24:55.187Z[ recovery-image] Sep 09 22:24:54.132 INFO O| Sep 09 22:24:54.132 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-09-09T22:24:55.194Z[ recovery-image] Sep 09 22:24:54.141 INFO O| Sep 09 22:24:54.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
50362024-09-09T22:24:55.194Z[ recovery-image] Sep 09 22:24:54.141 INFO O| Sep 09 22:24:54.141 INFO STEP 344 (remove_files) COMPLETE
50372024-09-09T22:24:55.197Z[ recovery-image] Sep 09 22:24:54.142 INFO O| Sep 09 22:24:54.141 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-09-09T22:24:55.203Z[ recovery-image] Sep 09 22:24:54.151 INFO O| Sep 09 22:24:54.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
50392024-09-09T22:24:55.203Z[ recovery-image] Sep 09 22:24:54.151 INFO O| Sep 09 22:24:54.151 INFO STEP 345 (remove_files) COMPLETE
50402024-09-09T22:24:55.206Z[ recovery-image] Sep 09 22:24:54.151 INFO O| Sep 09 22:24:54.151 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-09-09T22:24:55.213Z[ recovery-image] Sep 09 22:24:54.160 INFO O| Sep 09 22:24:54.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
50422024-09-09T22:24:55.215Z[ recovery-image] Sep 09 22:24:54.160 INFO O| Sep 09 22:24:54.160 INFO STEP 346 (remove_files) COMPLETE
50432024-09-09T22:24:55.215Z[ recovery-image] Sep 09 22:24:54.160 INFO O| Sep 09 22:24:54.160 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-09-09T22:24:55.222Z[ recovery-image] Sep 09 22:24:54.170 INFO O| Sep 09 22:24:54.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
50452024-09-09T22:24:55.223Z[ recovery-image] Sep 09 22:24:54.170 INFO O| Sep 09 22:24:54.170 INFO STEP 347 (remove_files) COMPLETE
50462024-09-09T22:24:55.223Z[ recovery-image] Sep 09 22:24:54.170 INFO O| Sep 09 22:24:54.170 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-09-09T22:24:55.232Z[ recovery-image] Sep 09 22:24:54.179 INFO O| Sep 09 22:24:54.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50482024-09-09T22:24:55.234Z[ recovery-image] Sep 09 22:24:54.179 INFO O| Sep 09 22:24:54.179 INFO STEP 348 (remove_files) COMPLETE
50492024-09-09T22:24:55.234Z[ recovery-image] Sep 09 22:24:54.179 INFO O| Sep 09 22:24:54.179 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-09-09T22:24:55.241Z[ recovery-image] Sep 09 22:24:54.189 INFO O| Sep 09 22:24:54.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
50512024-09-09T22:24:55.241Z[ recovery-image] Sep 09 22:24:54.189 INFO O| Sep 09 22:24:54.189 INFO STEP 349 (remove_files) COMPLETE
50522024-09-09T22:24:55.244Z[ recovery-image] Sep 09 22:24:54.189 INFO O| Sep 09 22:24:54.189 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-09-09T22:24:55.251Z[ recovery-image] Sep 09 22:24:54.198 INFO O| Sep 09 22:24:54.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
50542024-09-09T22:24:55.251Z[ recovery-image] Sep 09 22:24:54.198 INFO O| Sep 09 22:24:54.198 INFO STEP 350 (remove_files) COMPLETE
50552024-09-09T22:24:55.251Z[ recovery-image] Sep 09 22:24:54.198 INFO O| Sep 09 22:24:54.198 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-09-09T22:24:55.260Z[ recovery-image] Sep 09 22:24:54.208 INFO O| Sep 09 22:24:54.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
50572024-09-09T22:24:55.260Z[ recovery-image] Sep 09 22:24:54.208 INFO O| Sep 09 22:24:54.208 INFO STEP 351 (remove_files) COMPLETE
50582024-09-09T22:24:55.262Z[ recovery-image] Sep 09 22:24:54.208 INFO O| Sep 09 22:24:54.208 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-09-09T22:24:55.270Z[ recovery-image] Sep 09 22:24:54.217 INFO O| Sep 09 22:24:54.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
50602024-09-09T22:24:55.270Z[ recovery-image] Sep 09 22:24:54.217 INFO O| Sep 09 22:24:54.217 INFO STEP 352 (remove_files) COMPLETE
50612024-09-09T22:24:55.272Z[ recovery-image] Sep 09 22:24:54.217 INFO O| Sep 09 22:24:54.217 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-09-09T22:24:55.279Z[ recovery-image] Sep 09 22:24:54.226 INFO O| Sep 09 22:24:54.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
50632024-09-09T22:24:55.279Z[ recovery-image] Sep 09 22:24:54.227 INFO O| Sep 09 22:24:54.226 INFO STEP 353 (remove_files) COMPLETE
50642024-09-09T22:24:55.279Z[ recovery-image] Sep 09 22:24:54.227 INFO O| Sep 09 22:24:54.227 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-09-09T22:24:55.288Z[ recovery-image] Sep 09 22:24:54.236 INFO O| Sep 09 22:24:54.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
50662024-09-09T22:24:55.289Z[ recovery-image] Sep 09 22:24:54.236 INFO O| Sep 09 22:24:54.236 INFO STEP 354 (remove_files) COMPLETE
50672024-09-09T22:24:55.289Z[ recovery-image] Sep 09 22:24:54.236 INFO O| Sep 09 22:24:54.236 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-09-09T22:24:55.298Z[ recovery-image] Sep 09 22:24:54.245 INFO O| Sep 09 22:24:54.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
50692024-09-09T22:24:55.298Z[ recovery-image] Sep 09 22:24:54.245 INFO O| Sep 09 22:24:54.245 INFO STEP 355 (remove_files) COMPLETE
50702024-09-09T22:24:55.300Z[ recovery-image] Sep 09 22:24:54.246 INFO O| Sep 09 22:24:54.245 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-09-09T22:24:55.307Z[ recovery-image] Sep 09 22:24:54.255 INFO O| Sep 09 22:24:54.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
50722024-09-09T22:24:55.307Z[ recovery-image] Sep 09 22:24:54.255 INFO O| Sep 09 22:24:54.255 INFO STEP 356 (remove_files) COMPLETE
50732024-09-09T22:24:55.310Z[ recovery-image] Sep 09 22:24:54.255 INFO O| Sep 09 22:24:54.255 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-09-09T22:24:55.317Z[ recovery-image] Sep 09 22:24:54.264 INFO O| Sep 09 22:24:54.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
50752024-09-09T22:24:55.317Z[ recovery-image] Sep 09 22:24:54.264 INFO O| Sep 09 22:24:54.264 INFO STEP 357 (remove_files) COMPLETE
50762024-09-09T22:24:55.319Z[ recovery-image] Sep 09 22:24:54.264 INFO O| Sep 09 22:24:54.264 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-09-09T22:24:55.326Z[ recovery-image] Sep 09 22:24:54.274 INFO O| Sep 09 22:24:54.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
50782024-09-09T22:24:55.326Z[ recovery-image] Sep 09 22:24:54.274 INFO O| Sep 09 22:24:54.274 INFO STEP 358 (remove_files) COMPLETE
50792024-09-09T22:24:55.329Z[ recovery-image] Sep 09 22:24:54.274 INFO O| Sep 09 22:24:54.274 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-09-09T22:24:55.336Z[ recovery-image] Sep 09 22:24:54.283 INFO O| Sep 09 22:24:54.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
50812024-09-09T22:24:55.336Z[ recovery-image] Sep 09 22:24:54.283 INFO O| Sep 09 22:24:54.283 INFO STEP 359 (remove_files) COMPLETE
50822024-09-09T22:24:55.338Z[ recovery-image] Sep 09 22:24:54.283 INFO O| Sep 09 22:24:54.283 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-09-09T22:24:55.345Z[ recovery-image] Sep 09 22:24:54.293 INFO O| Sep 09 22:24:54.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
50842024-09-09T22:24:55.348Z[ recovery-image] Sep 09 22:24:54.293 INFO O| Sep 09 22:24:54.293 INFO STEP 360 (remove_files) COMPLETE
50852024-09-09T22:24:55.348Z[ recovery-image] Sep 09 22:24:54.293 INFO O| Sep 09 22:24:54.293 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-09-09T22:24:55.355Z[ recovery-image] Sep 09 22:24:54.302 INFO O| Sep 09 22:24:54.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
50872024-09-09T22:24:55.355Z[ recovery-image] Sep 09 22:24:54.303 INFO O| Sep 09 22:24:54.302 INFO STEP 361 (remove_files) COMPLETE
50882024-09-09T22:24:55.357Z[ recovery-image] Sep 09 22:24:54.303 INFO O| Sep 09 22:24:54.302 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-09-09T22:24:55.364Z[ recovery-image] Sep 09 22:24:54.312 INFO O| Sep 09 22:24:54.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
50902024-09-09T22:24:55.364Z[ recovery-image] Sep 09 22:24:54.312 INFO O| Sep 09 22:24:54.312 INFO STEP 362 (remove_files) COMPLETE
50912024-09-09T22:24:55.364Z[ recovery-image] Sep 09 22:24:54.312 INFO O| Sep 09 22:24:54.312 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-09-09T22:24:55.374Z[ recovery-image] Sep 09 22:24:54.321 INFO O| Sep 09 22:24:54.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
50932024-09-09T22:24:55.374Z[ recovery-image] Sep 09 22:24:54.321 INFO O| Sep 09 22:24:54.321 INFO STEP 363 (remove_files) COMPLETE
50942024-09-09T22:24:55.376Z[ recovery-image] Sep 09 22:24:54.321 INFO O| Sep 09 22:24:54.321 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-09-09T22:24:55.383Z[ recovery-image] Sep 09 22:24:54.331 INFO O| Sep 09 22:24:54.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
50962024-09-09T22:24:55.383Z[ recovery-image] Sep 09 22:24:54.331 INFO O| Sep 09 22:24:54.331 INFO STEP 364 (remove_files) COMPLETE
50972024-09-09T22:24:55.386Z[ recovery-image] Sep 09 22:24:54.331 INFO O| Sep 09 22:24:54.331 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-09-09T22:24:55.393Z[ recovery-image] Sep 09 22:24:54.340 INFO O| Sep 09 22:24:54.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
50992024-09-09T22:24:55.393Z[ recovery-image] Sep 09 22:24:54.340 INFO O| Sep 09 22:24:54.340 INFO STEP 365 (remove_files) COMPLETE
51002024-09-09T22:24:55.395Z[ recovery-image] Sep 09 22:24:54.340 INFO O| Sep 09 22:24:54.340 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-09-09T22:24:55.402Z[ recovery-image] Sep 09 22:24:54.350 INFO O| Sep 09 22:24:54.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
51022024-09-09T22:24:55.402Z[ recovery-image] Sep 09 22:24:54.350 INFO O| Sep 09 22:24:54.350 INFO STEP 366 (remove_files) COMPLETE
51032024-09-09T22:24:55.402Z[ recovery-image] Sep 09 22:24:54.350 INFO O| Sep 09 22:24:54.350 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-09-09T22:24:55.412Z[ recovery-image] Sep 09 22:24:54.359 INFO O| Sep 09 22:24:54.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
51052024-09-09T22:24:55.412Z[ recovery-image] Sep 09 22:24:54.359 INFO O| Sep 09 22:24:54.359 INFO STEP 367 (remove_files) COMPLETE
51062024-09-09T22:24:55.414Z[ recovery-image] Sep 09 22:24:54.359 INFO O| Sep 09 22:24:54.359 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-09-09T22:24:55.421Z[ recovery-image] Sep 09 22:24:54.368 INFO O| Sep 09 22:24:54.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
51082024-09-09T22:24:55.423Z[ recovery-image] Sep 09 22:24:54.369 INFO O| Sep 09 22:24:54.368 INFO STEP 368 (remove_files) COMPLETE
51092024-09-09T22:24:55.424Z[ recovery-image] Sep 09 22:24:54.369 INFO O| Sep 09 22:24:54.369 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-09-09T22:24:55.431Z[ recovery-image] Sep 09 22:24:54.378 INFO O| Sep 09 22:24:54.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
51112024-09-09T22:24:55.431Z[ recovery-image] Sep 09 22:24:54.378 INFO O| Sep 09 22:24:54.378 INFO STEP 369 (remove_files) COMPLETE
51122024-09-09T22:24:55.431Z[ recovery-image] Sep 09 22:24:54.378 INFO O| Sep 09 22:24:54.378 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-09-09T22:24:55.440Z[ recovery-image] Sep 09 22:24:54.387 INFO O| Sep 09 22:24:54.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51142024-09-09T22:24:55.440Z[ recovery-image] Sep 09 22:24:54.387 INFO O| Sep 09 22:24:54.387 INFO STEP 370 (remove_files) COMPLETE
51152024-09-09T22:24:55.442Z[ recovery-image] Sep 09 22:24:54.387 INFO O| Sep 09 22:24:54.387 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-09-09T22:24:55.449Z[ recovery-image] Sep 09 22:24:54.397 INFO O| Sep 09 22:24:54.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51172024-09-09T22:24:55.449Z[ recovery-image] Sep 09 22:24:54.397 INFO O| Sep 09 22:24:54.397 INFO STEP 371 (remove_files) COMPLETE
51182024-09-09T22:24:55.452Z[ recovery-image] Sep 09 22:24:54.397 INFO O| Sep 09 22:24:54.397 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-09-09T22:24:55.459Z[ recovery-image] Sep 09 22:24:54.406 INFO O| Sep 09 22:24:54.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51202024-09-09T22:24:55.459Z[ recovery-image] Sep 09 22:24:54.406 INFO O| Sep 09 22:24:54.406 INFO STEP 372 (remove_files) COMPLETE
51212024-09-09T22:24:55.459Z[ recovery-image] Sep 09 22:24:54.406 INFO O| Sep 09 22:24:54.406 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-09-09T22:24:55.468Z[ recovery-image] Sep 09 22:24:54.416 INFO O| Sep 09 22:24:54.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51232024-09-09T22:24:55.468Z[ recovery-image] Sep 09 22:24:54.416 INFO O| Sep 09 22:24:54.416 INFO STEP 373 (remove_files) COMPLETE
51242024-09-09T22:24:55.468Z[ recovery-image] Sep 09 22:24:54.416 INFO O| Sep 09 22:24:54.416 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-09-09T22:24:55.478Z[ recovery-image] Sep 09 22:24:54.425 INFO O| Sep 09 22:24:54.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51262024-09-09T22:24:55.478Z[ recovery-image] Sep 09 22:24:54.425 INFO O| Sep 09 22:24:54.425 INFO STEP 374 (remove_files) COMPLETE
51272024-09-09T22:24:55.478Z[ recovery-image] Sep 09 22:24:54.425 INFO O| Sep 09 22:24:54.425 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-09-09T22:24:55.487Z[ recovery-image] Sep 09 22:24:54.434 INFO O| Sep 09 22:24:54.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51292024-09-09T22:24:55.487Z[ recovery-image] Sep 09 22:24:54.435 INFO O| Sep 09 22:24:54.434 INFO STEP 375 (remove_files) COMPLETE
51302024-09-09T22:24:55.489Z[ recovery-image] Sep 09 22:24:54.435 INFO O| Sep 09 22:24:54.434 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-09-09T22:24:55.497Z[ recovery-image] Sep 09 22:24:54.444 INFO O| Sep 09 22:24:54.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
51322024-09-09T22:24:55.497Z[ recovery-image] Sep 09 22:24:54.444 INFO O| Sep 09 22:24:54.444 INFO STEP 376 (remove_files) COMPLETE
51332024-09-09T22:24:55.499Z[ recovery-image] Sep 09 22:24:54.444 INFO O| Sep 09 22:24:54.444 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-09-09T22:24:55.506Z[ recovery-image] Sep 09 22:24:54.453 INFO O| Sep 09 22:24:54.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
51352024-09-09T22:24:55.506Z[ recovery-image] Sep 09 22:24:54.454 INFO O| Sep 09 22:24:54.453 INFO STEP 377 (remove_files) COMPLETE
51362024-09-09T22:24:55.506Z[ recovery-image] Sep 09 22:24:54.454 INFO O| Sep 09 22:24:54.453 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-09-09T22:24:55.515Z[ recovery-image] Sep 09 22:24:54.463 INFO O| Sep 09 22:24:54.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
51382024-09-09T22:24:55.515Z[ recovery-image] Sep 09 22:24:54.463 INFO O| Sep 09 22:24:54.463 INFO STEP 378 (remove_files) COMPLETE
51392024-09-09T22:24:55.515Z[ recovery-image] Sep 09 22:24:54.463 INFO O| Sep 09 22:24:54.463 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-09-09T22:24:55.525Z[ recovery-image] Sep 09 22:24:54.472 INFO O| Sep 09 22:24:54.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
51412024-09-09T22:24:55.525Z[ recovery-image] Sep 09 22:24:54.472 INFO O| Sep 09 22:24:54.472 INFO STEP 379 (remove_files) COMPLETE
51422024-09-09T22:24:55.525Z[ recovery-image] Sep 09 22:24:54.472 INFO O| Sep 09 22:24:54.472 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-09-09T22:24:55.534Z[ recovery-image] Sep 09 22:24:54.482 INFO O| Sep 09 22:24:54.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
51442024-09-09T22:24:55.534Z[ recovery-image] Sep 09 22:24:54.482 INFO O| Sep 09 22:24:54.482 INFO STEP 380 (remove_files) COMPLETE
51452024-09-09T22:24:55.537Z[ recovery-image] Sep 09 22:24:54.482 INFO O| Sep 09 22:24:54.482 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-09-09T22:24:55.544Z[ recovery-image] Sep 09 22:24:54.491 INFO O| Sep 09 22:24:54.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51472024-09-09T22:24:55.544Z[ recovery-image] Sep 09 22:24:54.491 INFO O| Sep 09 22:24:54.491 INFO STEP 381 (remove_files) COMPLETE
51482024-09-09T22:24:55.547Z[ recovery-image] Sep 09 22:24:54.491 INFO O| Sep 09 22:24:54.491 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-09-09T22:24:55.677Z[ recovery-image] Sep 09 22:24:54.501 INFO O| Sep 09 22:24:54.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
51502024-09-09T22:24:55.677Z[ recovery-image] Sep 09 22:24:54.501 INFO O| Sep 09 22:24:54.501 INFO STEP 382 (remove_files) COMPLETE
51512024-09-09T22:24:55.680Z[ recovery-image] Sep 09 22:24:54.501 INFO O| Sep 09 22:24:54.501 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-09-09T22:24:55.680Z[ recovery-image] Sep 09 22:24:54.510 INFO O| Sep 09 22:24:54.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
51532024-09-09T22:24:55.680Z[ recovery-image] Sep 09 22:24:54.510 INFO O| Sep 09 22:24:54.510 INFO STEP 383 (remove_files) COMPLETE
51542024-09-09T22:24:55.680Z[ recovery-image] Sep 09 22:24:54.510 INFO O| Sep 09 22:24:54.510 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-09-09T22:24:55.680Z[ recovery-image] Sep 09 22:24:54.520 INFO O| Sep 09 22:24:54.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
51562024-09-09T22:24:55.680Z[ recovery-image] Sep 09 22:24:54.520 INFO O| Sep 09 22:24:54.520 INFO STEP 384 (remove_files) COMPLETE
51572024-09-09T22:24:55.680Z[ recovery-image] Sep 09 22:24:54.520 INFO O| Sep 09 22:24:54.520 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-09-09T22:24:55.680Z[ recovery-image] Sep 09 22:24:54.529 INFO O| Sep 09 22:24:54.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
51592024-09-09T22:24:55.680Z[ recovery-image] Sep 09 22:24:54.529 INFO O| Sep 09 22:24:54.529 INFO STEP 385 (remove_files) COMPLETE
51602024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.529 INFO O| Sep 09 22:24:54.529 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.539 INFO O| Sep 09 22:24:54.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
51622024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.539 INFO O| Sep 09 22:24:54.539 INFO STEP 386 (remove_files) COMPLETE
51632024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.539 INFO O| Sep 09 22:24:54.539 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.548 INFO O| Sep 09 22:24:54.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
51652024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.548 INFO O| Sep 09 22:24:54.548 INFO STEP 387 (remove_files) COMPLETE
51662024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.548 INFO O| Sep 09 22:24:54.548 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.558 INFO O| Sep 09 22:24:54.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
51682024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.558 INFO O| Sep 09 22:24:54.558 INFO STEP 388 (remove_files) COMPLETE
51692024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.558 INFO O| Sep 09 22:24:54.558 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.568 INFO O| Sep 09 22:24:54.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
51712024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.568 INFO O| Sep 09 22:24:54.568 INFO STEP 389 (remove_files) COMPLETE
51722024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.568 INFO O| Sep 09 22:24:54.568 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.578 INFO O| Sep 09 22:24:54.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
51742024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.578 INFO O| Sep 09 22:24:54.578 INFO STEP 390 (remove_files) COMPLETE
51752024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.578 INFO O| Sep 09 22:24:54.578 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.588 INFO O| Sep 09 22:24:54.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
51772024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.588 INFO O| Sep 09 22:24:54.588 INFO STEP 391 (remove_files) COMPLETE
51782024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.588 INFO O| Sep 09 22:24:54.588 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.597 INFO O| Sep 09 22:24:54.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
51802024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.597 INFO O| Sep 09 22:24:54.597 INFO STEP 392 (remove_files) COMPLETE
51812024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.597 INFO O| Sep 09 22:24:54.597 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.607 INFO O| Sep 09 22:24:54.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
51832024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.607 INFO O| Sep 09 22:24:54.607 INFO STEP 393 (remove_files) COMPLETE
51842024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.607 INFO O| Sep 09 22:24:54.607 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.616 INFO O| Sep 09 22:24:54.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
51862024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.616 INFO O| Sep 09 22:24:54.616 INFO STEP 394 (remove_files) COMPLETE
51872024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.616 INFO O| Sep 09 22:24:54.616 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.625 INFO O| Sep 09 22:24:54.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
51892024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.626 INFO O| Sep 09 22:24:54.626 INFO STEP 395 (remove_files) COMPLETE
51902024-09-09T22:24:55.681Z[ recovery-image] Sep 09 22:24:54.626 INFO O| Sep 09 22:24:54.626 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-09-09T22:24:55.688Z[ recovery-image] Sep 09 22:24:54.635 INFO O| Sep 09 22:24:54.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
51922024-09-09T22:24:55.690Z[ recovery-image] Sep 09 22:24:54.635 INFO O| Sep 09 22:24:54.635 INFO STEP 396 (remove_files) COMPLETE
51932024-09-09T22:24:55.690Z[ recovery-image] Sep 09 22:24:54.635 INFO O| Sep 09 22:24:54.635 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-09-09T22:24:55.697Z[ recovery-image] Sep 09 22:24:54.645 INFO O| Sep 09 22:24:54.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
51952024-09-09T22:24:55.697Z[ recovery-image] Sep 09 22:24:54.645 INFO O| Sep 09 22:24:54.645 INFO STEP 397 (remove_files) COMPLETE
51962024-09-09T22:24:55.700Z[ recovery-image] Sep 09 22:24:54.645 INFO O| Sep 09 22:24:54.645 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-09-09T22:24:55.707Z[ recovery-image] Sep 09 22:24:54.654 INFO O| Sep 09 22:24:54.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
51982024-09-09T22:24:55.707Z[ recovery-image] Sep 09 22:24:54.654 INFO O| Sep 09 22:24:54.654 INFO STEP 398 (remove_files) COMPLETE
51992024-09-09T22:24:55.710Z[ recovery-image] Sep 09 22:24:54.654 INFO O| Sep 09 22:24:54.654 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-09-09T22:24:55.717Z[ recovery-image] Sep 09 22:24:54.664 INFO O| Sep 09 22:24:54.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
52012024-09-09T22:24:55.717Z[ recovery-image] Sep 09 22:24:54.664 INFO O| Sep 09 22:24:54.664 INFO STEP 399 (remove_files) COMPLETE
52022024-09-09T22:24:55.717Z[ recovery-image] Sep 09 22:24:54.664 INFO O| Sep 09 22:24:54.664 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-09-09T22:24:55.726Z[ recovery-image] Sep 09 22:24:54.673 INFO O| Sep 09 22:24:54.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
52042024-09-09T22:24:55.726Z[ recovery-image] Sep 09 22:24:54.673 INFO O| Sep 09 22:24:54.673 INFO STEP 400 (remove_files) COMPLETE
52052024-09-09T22:24:55.728Z[ recovery-image] Sep 09 22:24:54.673 INFO O| Sep 09 22:24:54.673 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-09-09T22:24:55.735Z[ recovery-image] Sep 09 22:24:54.683 INFO O| Sep 09 22:24:54.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
52072024-09-09T22:24:55.738Z[ recovery-image] Sep 09 22:24:54.683 INFO O| Sep 09 22:24:54.683 INFO STEP 401 (remove_files) COMPLETE
52082024-09-09T22:24:55.738Z[ recovery-image] Sep 09 22:24:54.683 INFO O| Sep 09 22:24:54.683 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-09-09T22:24:55.745Z[ recovery-image] Sep 09 22:24:54.692 INFO O| Sep 09 22:24:54.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52102024-09-09T22:24:55.747Z[ recovery-image] Sep 09 22:24:54.692 INFO O| Sep 09 22:24:54.692 INFO STEP 402 (remove_files) COMPLETE
52112024-09-09T22:24:55.747Z[ recovery-image] Sep 09 22:24:54.692 INFO O| Sep 09 22:24:54.692 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-09-09T22:24:55.754Z[ recovery-image] Sep 09 22:24:54.702 INFO O| Sep 09 22:24:54.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52132024-09-09T22:24:55.754Z[ recovery-image] Sep 09 22:24:54.702 INFO O| Sep 09 22:24:54.702 INFO STEP 403 (remove_files) COMPLETE
52142024-09-09T22:24:55.755Z[ recovery-image] Sep 09 22:24:54.702 INFO O| Sep 09 22:24:54.702 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-09-09T22:24:55.764Z[ recovery-image] Sep 09 22:24:54.711 INFO O| Sep 09 22:24:54.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52162024-09-09T22:24:55.765Z[ recovery-image] Sep 09 22:24:54.712 INFO O| Sep 09 22:24:54.711 INFO STEP 404 (remove_files) COMPLETE
52172024-09-09T22:24:55.765Z[ recovery-image] Sep 09 22:24:54.712 INFO O| Sep 09 22:24:54.711 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-09-09T22:24:55.774Z[ recovery-image] Sep 09 22:24:54.721 INFO O| Sep 09 22:24:54.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52192024-09-09T22:24:55.776Z[ recovery-image] Sep 09 22:24:54.721 INFO O| Sep 09 22:24:54.721 INFO STEP 405 (remove_files) COMPLETE
52202024-09-09T22:24:55.776Z[ recovery-image] Sep 09 22:24:54.721 INFO O| Sep 09 22:24:54.721 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-09-09T22:24:55.783Z[ recovery-image] Sep 09 22:24:54.730 INFO O| Sep 09 22:24:54.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52222024-09-09T22:24:55.783Z[ recovery-image] Sep 09 22:24:54.731 INFO O| Sep 09 22:24:54.730 INFO STEP 406 (remove_files) COMPLETE
52232024-09-09T22:24:55.786Z[ recovery-image] Sep 09 22:24:54.731 INFO O| Sep 09 22:24:54.730 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-09-09T22:24:55.793Z[ recovery-image] Sep 09 22:24:54.740 INFO O| Sep 09 22:24:54.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52252024-09-09T22:24:55.793Z[ recovery-image] Sep 09 22:24:54.740 INFO O| Sep 09 22:24:54.740 INFO STEP 407 (remove_files) COMPLETE
52262024-09-09T22:24:55.795Z[ recovery-image] Sep 09 22:24:54.740 INFO O| Sep 09 22:24:54.740 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-09-09T22:24:55.802Z[ recovery-image] Sep 09 22:24:54.749 INFO O| Sep 09 22:24:54.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52282024-09-09T22:24:55.802Z[ recovery-image] Sep 09 22:24:54.750 INFO O| Sep 09 22:24:54.750 INFO STEP 408 (remove_files) COMPLETE
52292024-09-09T22:24:55.805Z[ recovery-image] Sep 09 22:24:54.750 INFO O| Sep 09 22:24:54.750 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-09-09T22:24:55.812Z[ recovery-image] Sep 09 22:24:54.759 INFO O| Sep 09 22:24:54.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
52312024-09-09T22:24:55.812Z[ recovery-image] Sep 09 22:24:54.759 INFO O| Sep 09 22:24:54.759 INFO STEP 409 (remove_files) COMPLETE
52322024-09-09T22:24:55.815Z[ recovery-image] Sep 09 22:24:54.759 INFO O| Sep 09 22:24:54.759 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-09-09T22:24:55.821Z[ recovery-image] Sep 09 22:24:54.769 INFO O| Sep 09 22:24:54.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
52342024-09-09T22:24:55.821Z[ recovery-image] Sep 09 22:24:54.769 INFO O| Sep 09 22:24:54.769 INFO STEP 410 (remove_files) COMPLETE
52352024-09-09T22:24:55.824Z[ recovery-image] Sep 09 22:24:54.769 INFO O| Sep 09 22:24:54.769 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-09-09T22:24:55.831Z[ recovery-image] Sep 09 22:24:54.778 INFO O| Sep 09 22:24:54.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
52372024-09-09T22:24:55.833Z[ recovery-image] Sep 09 22:24:54.778 INFO O| Sep 09 22:24:54.778 INFO STEP 411 (remove_files) COMPLETE
52382024-09-09T22:24:55.834Z[ recovery-image] Sep 09 22:24:54.778 INFO O| Sep 09 22:24:54.778 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-09-09T22:24:55.840Z[ recovery-image] Sep 09 22:24:54.787 INFO O| Sep 09 22:24:54.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
52402024-09-09T22:24:55.840Z[ recovery-image] Sep 09 22:24:54.788 INFO O| Sep 09 22:24:54.788 INFO STEP 412 (remove_files) COMPLETE
52412024-09-09T22:24:55.843Z[ recovery-image] Sep 09 22:24:54.788 INFO O| Sep 09 22:24:54.788 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-09-09T22:24:55.850Z[ recovery-image] Sep 09 22:24:54.797 INFO O| Sep 09 22:24:54.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
52432024-09-09T22:24:55.850Z[ recovery-image] Sep 09 22:24:54.797 INFO O| Sep 09 22:24:54.797 INFO STEP 413 (remove_files) COMPLETE
52442024-09-09T22:24:55.852Z[ recovery-image] Sep 09 22:24:54.797 INFO O| Sep 09 22:24:54.797 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-09-09T22:24:55.859Z[ recovery-image] Sep 09 22:24:54.807 INFO O| Sep 09 22:24:54.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
52462024-09-09T22:24:55.859Z[ recovery-image] Sep 09 22:24:54.807 INFO O| Sep 09 22:24:54.807 INFO STEP 414 (remove_files) COMPLETE
52472024-09-09T22:24:55.866Z[ recovery-image] Sep 09 22:24:54.807 INFO O| Sep 09 22:24:54.807 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-09-09T22:24:55.869Z[ recovery-image] Sep 09 22:24:54.816 INFO O| Sep 09 22:24:54.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
52492024-09-09T22:24:55.871Z[ recovery-image] Sep 09 22:24:54.816 INFO O| Sep 09 22:24:54.816 INFO STEP 415 (remove_files) COMPLETE
52502024-09-09T22:24:55.871Z[ recovery-image] Sep 09 22:24:54.816 INFO O| Sep 09 22:24:54.816 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-09-09T22:24:55.878Z[ recovery-image] Sep 09 22:24:54.826 INFO O| Sep 09 22:24:54.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
52522024-09-09T22:24:55.878Z[ recovery-image] Sep 09 22:24:54.826 INFO O| Sep 09 22:24:54.826 INFO STEP 416 (remove_files) COMPLETE
52532024-09-09T22:24:55.881Z[ recovery-image] Sep 09 22:24:54.826 INFO O| Sep 09 22:24:54.826 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-09-09T22:24:55.888Z[ recovery-image] Sep 09 22:24:54.835 INFO O| Sep 09 22:24:54.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
52552024-09-09T22:24:55.888Z[ recovery-image] Sep 09 22:24:54.835 INFO O| Sep 09 22:24:54.835 INFO STEP 417 (remove_files) COMPLETE
52562024-09-09T22:24:55.890Z[ recovery-image] Sep 09 22:24:54.835 INFO O| Sep 09 22:24:54.835 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-09-09T22:24:55.897Z[ recovery-image] Sep 09 22:24:54.845 INFO O| Sep 09 22:24:54.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
52582024-09-09T22:24:55.900Z[ recovery-image] Sep 09 22:24:54.845 INFO O| Sep 09 22:24:54.845 INFO STEP 418 (remove_files) COMPLETE
52592024-09-09T22:24:55.900Z[ recovery-image] Sep 09 22:24:54.845 INFO O| Sep 09 22:24:54.845 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-09-09T22:24:55.907Z[ recovery-image] Sep 09 22:24:54.854 INFO O| Sep 09 22:24:54.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
52612024-09-09T22:24:55.909Z[ recovery-image] Sep 09 22:24:54.854 INFO O| Sep 09 22:24:54.854 INFO STEP 419 (remove_files) COMPLETE
52622024-09-09T22:24:55.910Z[ recovery-image] Sep 09 22:24:54.854 INFO O| Sep 09 22:24:54.854 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-09-09T22:24:55.917Z[ recovery-image] Sep 09 22:24:54.864 INFO O| Sep 09 22:24:54.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
52642024-09-09T22:24:55.917Z[ recovery-image] Sep 09 22:24:54.864 INFO O| Sep 09 22:24:54.864 INFO STEP 420 (remove_files) COMPLETE
52652024-09-09T22:24:55.919Z[ recovery-image] Sep 09 22:24:54.864 INFO O| Sep 09 22:24:54.864 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-09-09T22:24:55.926Z[ recovery-image] Sep 09 22:24:54.873 INFO O| Sep 09 22:24:54.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
52672024-09-09T22:24:55.926Z[ recovery-image] Sep 09 22:24:54.873 INFO O| Sep 09 22:24:54.873 INFO STEP 421 (remove_files) COMPLETE
52682024-09-09T22:24:55.929Z[ recovery-image] Sep 09 22:24:54.874 INFO O| Sep 09 22:24:54.873 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-09-09T22:24:55.936Z[ recovery-image] Sep 09 22:24:54.883 INFO O| Sep 09 22:24:54.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
52702024-09-09T22:24:55.936Z[ recovery-image] Sep 09 22:24:54.883 INFO O| Sep 09 22:24:54.883 INFO STEP 422 (remove_files) COMPLETE
52712024-09-09T22:24:55.938Z[ recovery-image] Sep 09 22:24:54.883 INFO O| Sep 09 22:24:54.883 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-09-09T22:24:55.945Z[ recovery-image] Sep 09 22:24:54.892 INFO O| Sep 09 22:24:54.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
52732024-09-09T22:24:55.948Z[ recovery-image] Sep 09 22:24:54.893 INFO O| Sep 09 22:24:54.893 INFO STEP 423 (remove_files) COMPLETE
52742024-09-09T22:24:55.948Z[ recovery-image] Sep 09 22:24:54.893 INFO O| Sep 09 22:24:54.893 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-09-09T22:24:55.955Z[ recovery-image] Sep 09 22:24:54.902 INFO O| Sep 09 22:24:54.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
52762024-09-09T22:24:55.957Z[ recovery-image] Sep 09 22:24:54.903 INFO O| Sep 09 22:24:54.903 INFO STEP 424 (remove_files) COMPLETE
52772024-09-09T22:24:55.957Z[ recovery-image] Sep 09 22:24:54.903 INFO O| Sep 09 22:24:54.903 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-09-09T22:24:55.965Z[ recovery-image] Sep 09 22:24:54.912 INFO O| Sep 09 22:24:54.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
52792024-09-09T22:24:55.965Z[ recovery-image] Sep 09 22:24:54.912 INFO O| Sep 09 22:24:54.912 INFO STEP 425 (remove_files) COMPLETE
52802024-09-09T22:24:55.967Z[ recovery-image] Sep 09 22:24:54.912 INFO O| Sep 09 22:24:54.912 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-09-09T22:24:55.974Z[ recovery-image] Sep 09 22:24:54.922 INFO O| Sep 09 22:24:54.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
52822024-09-09T22:24:55.975Z[ recovery-image] Sep 09 22:24:54.922 INFO O| Sep 09 22:24:54.922 INFO STEP 426 (remove_files) COMPLETE
52832024-09-09T22:24:55.975Z[ recovery-image] Sep 09 22:24:54.922 INFO O| Sep 09 22:24:54.922 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-09-09T22:24:55.984Z[ recovery-image] Sep 09 22:24:54.931 INFO O| Sep 09 22:24:54.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
52852024-09-09T22:24:55.984Z[ recovery-image] Sep 09 22:24:54.931 INFO O| Sep 09 22:24:54.931 INFO STEP 427 (remove_files) COMPLETE
52862024-09-09T22:24:55.984Z[ recovery-image] Sep 09 22:24:54.931 INFO O| Sep 09 22:24:54.931 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-09-09T22:24:55.993Z[ recovery-image] Sep 09 22:24:54.941 INFO O| Sep 09 22:24:54.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
52882024-09-09T22:24:55.993Z[ recovery-image] Sep 09 22:24:54.941 INFO O| Sep 09 22:24:54.941 INFO STEP 428 (remove_files) COMPLETE
52892024-09-09T22:24:55.993Z[ recovery-image] Sep 09 22:24:54.941 INFO O| Sep 09 22:24:54.941 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-09-09T22:24:56.003Z[ recovery-image] Sep 09 22:24:54.950 INFO O| Sep 09 22:24:54.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
52912024-09-09T22:24:56.003Z[ recovery-image] Sep 09 22:24:54.950 INFO O| Sep 09 22:24:54.950 INFO STEP 429 (remove_files) COMPLETE
52922024-09-09T22:24:56.006Z[ recovery-image] Sep 09 22:24:54.950 INFO O| Sep 09 22:24:54.950 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-09-09T22:24:56.012Z[ recovery-image] Sep 09 22:24:54.960 INFO O| Sep 09 22:24:54.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
52942024-09-09T22:24:56.016Z[ recovery-image] Sep 09 22:24:54.960 INFO O| Sep 09 22:24:54.960 INFO STEP 430 (remove_files) COMPLETE
52952024-09-09T22:24:56.016Z[ recovery-image] Sep 09 22:24:54.960 INFO O| Sep 09 22:24:54.960 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-09-09T22:24:56.022Z[ recovery-image] Sep 09 22:24:54.969 INFO O| Sep 09 22:24:54.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
52972024-09-09T22:24:56.022Z[ recovery-image] Sep 09 22:24:54.969 INFO O| Sep 09 22:24:54.969 INFO STEP 431 (remove_files) COMPLETE
52982024-09-09T22:24:56.024Z[ recovery-image] Sep 09 22:24:54.969 INFO O| Sep 09 22:24:54.969 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-09-09T22:24:56.029Z[ host-image] Sep 09 22:24:54.976 INFO O| Sep 09 22:24:54.976 INFO O| Download: Completed 1.39 MB in 3.43 seconds (414k/s)
53002024-09-09T22:24:56.032Z[ recovery-image] Sep 09 22:24:54.979 INFO O| Sep 09 22:24:54.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53012024-09-09T22:24:56.032Z[ recovery-image] Sep 09 22:24:54.979 INFO O| Sep 09 22:24:54.979 INFO STEP 432 (remove_files) COMPLETE
53022024-09-09T22:24:56.034Z[ recovery-image] Sep 09 22:24:54.979 INFO O| Sep 09 22:24:54.979 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-09-09T22:24:56.041Z[ recovery-image] Sep 09 22:24:54.989 INFO O| Sep 09 22:24:54.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
53042024-09-09T22:24:56.045Z[ recovery-image] Sep 09 22:24:54.989 INFO O| Sep 09 22:24:54.989 INFO STEP 433 (remove_files) COMPLETE
53052024-09-09T22:24:56.045Z[ recovery-image] Sep 09 22:24:54.989 INFO O| Sep 09 22:24:54.989 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-09-09T22:24:56.052Z[ recovery-image] Sep 09 22:24:54.999 INFO O| Sep 09 22:24:54.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
53072024-09-09T22:24:56.052Z[ recovery-image] Sep 09 22:24:54.999 INFO O| Sep 09 22:24:54.999 INFO STEP 434 (remove_files) COMPLETE
53082024-09-09T22:24:56.054Z[ recovery-image] Sep 09 22:24:54.999 INFO O| Sep 09 22:24:54.999 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-09-09T22:24:56.057Z[ host-image] Sep 09 22:24:55.004 INFO O| Sep 09 22:24:55.004 INFO O| Actions: 1/238 actions (Installing new actions)
53102024-09-09T22:24:56.062Z[ recovery-image] Sep 09 22:24:55.009 INFO O| Sep 09 22:24:55.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
53112024-09-09T22:24:56.065Z[ recovery-image] Sep 09 22:24:55.010 INFO O| Sep 09 22:24:55.010 INFO STEP 435 (remove_files) COMPLETE
53122024-09-09T22:24:56.065Z[ recovery-image] Sep 09 22:24:55.010 INFO O| Sep 09 22:24:55.010 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-09-09T22:24:56.072Z[ recovery-image] Sep 09 22:24:55.020 INFO O| Sep 09 22:24:55.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53142024-09-09T22:24:56.075Z[ recovery-image] Sep 09 22:24:55.020 INFO O| Sep 09 22:24:55.020 INFO STEP 436 (remove_files) COMPLETE
53152024-09-09T22:24:56.075Z[ recovery-image] Sep 09 22:24:55.020 INFO O| Sep 09 22:24:55.020 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-09-09T22:24:56.082Z[ recovery-image] Sep 09 22:24:55.030 INFO O| Sep 09 22:24:55.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53172024-09-09T22:24:56.082Z[ recovery-image] Sep 09 22:24:55.030 INFO O| Sep 09 22:24:55.030 INFO STEP 437 (remove_files) COMPLETE
53182024-09-09T22:24:56.085Z[ recovery-image] Sep 09 22:24:55.030 INFO O| Sep 09 22:24:55.030 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-09-09T22:24:56.092Z[ recovery-image] Sep 09 22:24:55.039 INFO O| Sep 09 22:24:55.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53202024-09-09T22:24:56.092Z[ recovery-image] Sep 09 22:24:55.039 INFO O| Sep 09 22:24:55.039 INFO STEP 438 (remove_files) COMPLETE
53212024-09-09T22:24:56.095Z[ recovery-image] Sep 09 22:24:55.039 INFO O| Sep 09 22:24:55.039 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-09-09T22:24:56.103Z[ recovery-image] Sep 09 22:24:55.051 INFO O| Sep 09 22:24:55.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53232024-09-09T22:24:56.103Z[ recovery-image] Sep 09 22:24:55.051 INFO O| Sep 09 22:24:55.051 INFO STEP 439 (remove_files) COMPLETE
53242024-09-09T22:24:56.106Z[ recovery-image] Sep 09 22:24:55.051 INFO O| Sep 09 22:24:55.051 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-09-09T22:24:56.113Z[ recovery-image] Sep 09 22:24:55.060 INFO O| Sep 09 22:24:55.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53262024-09-09T22:24:56.113Z[ recovery-image] Sep 09 22:24:55.060 INFO O| Sep 09 22:24:55.060 INFO STEP 440 (remove_files) COMPLETE
53272024-09-09T22:24:56.113Z[ recovery-image] Sep 09 22:24:55.060 INFO O| Sep 09 22:24:55.060 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-09-09T22:24:56.125Z[ recovery-image] Sep 09 22:24:55.072 INFO O| Sep 09 22:24:55.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
53292024-09-09T22:24:56.125Z[ recovery-image] Sep 09 22:24:55.072 INFO O| Sep 09 22:24:55.072 INFO STEP 441 (remove_files) COMPLETE
53302024-09-09T22:24:56.128Z[ recovery-image] Sep 09 22:24:55.072 INFO O| Sep 09 22:24:55.072 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-09-09T22:24:56.134Z[ recovery-image] Sep 09 22:24:55.082 INFO O| Sep 09 22:24:55.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
53322024-09-09T22:24:56.137Z[ recovery-image] Sep 09 22:24:55.082 INFO O| Sep 09 22:24:55.082 INFO STEP 442 (remove_files) COMPLETE
53332024-09-09T22:24:56.137Z[ recovery-image] Sep 09 22:24:55.082 INFO O| Sep 09 22:24:55.082 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-09-09T22:24:56.145Z[ recovery-image] Sep 09 22:24:55.092 INFO O| Sep 09 22:24:55.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
53352024-09-09T22:24:56.148Z[ recovery-image] Sep 09 22:24:55.092 INFO O| Sep 09 22:24:55.092 INFO STEP 443 (remove_files) COMPLETE
53362024-09-09T22:24:56.148Z[ recovery-image] Sep 09 22:24:55.092 INFO O| Sep 09 22:24:55.092 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-09-09T22:24:56.155Z[ recovery-image] Sep 09 22:24:55.102 INFO O| Sep 09 22:24:55.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
53382024-09-09T22:24:56.158Z[ recovery-image] Sep 09 22:24:55.102 INFO O| Sep 09 22:24:55.102 INFO STEP 444 (remove_files) COMPLETE
53392024-09-09T22:24:56.158Z[ recovery-image] Sep 09 22:24:55.102 INFO O| Sep 09 22:24:55.102 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-09-09T22:24:56.161Z[ host-image] Sep 09 22:24:55.109 INFO O| Sep 09 22:24:55.109 INFO O| Actions: Completed 238 actions in 0.10 seconds.
53412024-09-09T22:24:56.165Z[ recovery-image] Sep 09 22:24:55.112 INFO O| Sep 09 22:24:55.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
53422024-09-09T22:24:56.168Z[ recovery-image] Sep 09 22:24:55.112 INFO O| Sep 09 22:24:55.112 INFO STEP 445 (remove_files) COMPLETE
53432024-09-09T22:24:56.168Z[ recovery-image] Sep 09 22:24:55.112 INFO O| Sep 09 22:24:55.112 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-09-09T22:24:56.175Z[ recovery-image] Sep 09 22:24:55.122 INFO O| Sep 09 22:24:55.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
53452024-09-09T22:24:56.175Z[ recovery-image] Sep 09 22:24:55.122 INFO O| Sep 09 22:24:55.122 INFO STEP 446 (remove_files) COMPLETE
53462024-09-09T22:24:56.175Z[ recovery-image] Sep 09 22:24:55.122 INFO O| Sep 09 22:24:55.122 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-09-09T22:24:56.186Z[ recovery-image] Sep 09 22:24:55.133 INFO O| Sep 09 22:24:55.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53482024-09-09T22:24:56.188Z[ recovery-image] Sep 09 22:24:55.134 INFO O| Sep 09 22:24:55.134 INFO STEP 447 (remove_files) COMPLETE
53492024-09-09T22:24:56.188Z[ recovery-image] Sep 09 22:24:55.134 INFO O| Sep 09 22:24:55.134 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-09-09T22:24:56.196Z[ recovery-image] Sep 09 22:24:55.144 INFO O| Sep 09 22:24:55.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
53512024-09-09T22:24:56.196Z[ recovery-image] Sep 09 22:24:55.144 INFO O| Sep 09 22:24:55.144 INFO STEP 448 (remove_files) COMPLETE
53522024-09-09T22:24:56.196Z[ recovery-image] Sep 09 22:24:55.144 INFO O| Sep 09 22:24:55.144 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-09-09T22:24:56.206Z[ recovery-image] Sep 09 22:24:55.154 INFO O| Sep 09 22:24:55.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
53542024-09-09T22:24:56.209Z[ recovery-image] Sep 09 22:24:55.154 INFO O| Sep 09 22:24:55.154 INFO STEP 449 (remove_files) COMPLETE
53552024-09-09T22:24:56.209Z[ recovery-image] Sep 09 22:24:55.154 INFO O| Sep 09 22:24:55.154 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-09-09T22:24:56.216Z[ recovery-image] Sep 09 22:24:55.164 INFO O| Sep 09 22:24:55.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
53572024-09-09T22:24:56.216Z[ recovery-image] Sep 09 22:24:55.164 INFO O| Sep 09 22:24:55.164 INFO STEP 450 (remove_files) COMPLETE
53582024-09-09T22:24:56.219Z[ recovery-image] Sep 09 22:24:55.164 INFO O| Sep 09 22:24:55.164 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-09-09T22:24:56.226Z[ recovery-image] Sep 09 22:24:55.173 INFO O| Sep 09 22:24:55.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
53602024-09-09T22:24:56.226Z[ recovery-image] Sep 09 22:24:55.174 INFO O| Sep 09 22:24:55.174 INFO STEP 451 (remove_files) COMPLETE
53612024-09-09T22:24:56.226Z[ recovery-image] Sep 09 22:24:55.174 INFO O| Sep 09 22:24:55.174 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-09-09T22:24:56.236Z[ recovery-image] Sep 09 22:24:55.183 INFO O| Sep 09 22:24:55.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
53632024-09-09T22:24:56.238Z[ recovery-image] Sep 09 22:24:55.183 INFO O| Sep 09 22:24:55.183 INFO STEP 452 (remove_files) COMPLETE
53642024-09-09T22:24:56.238Z[ recovery-image] Sep 09 22:24:55.183 INFO O| Sep 09 22:24:55.183 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-09-09T22:24:56.246Z[ recovery-image] Sep 09 22:24:55.193 INFO O| Sep 09 22:24:55.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
53662024-09-09T22:24:56.246Z[ recovery-image] Sep 09 22:24:55.193 INFO O| Sep 09 22:24:55.193 INFO STEP 453 (remove_files) COMPLETE
53672024-09-09T22:24:56.249Z[ recovery-image] Sep 09 22:24:55.193 INFO O| Sep 09 22:24:55.193 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-09-09T22:24:56.256Z[ recovery-image] Sep 09 22:24:55.203 INFO O| Sep 09 22:24:55.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
53692024-09-09T22:24:56.256Z[ recovery-image] Sep 09 22:24:55.203 INFO O| Sep 09 22:24:55.203 INFO STEP 454 (remove_files) COMPLETE
53702024-09-09T22:24:56.258Z[ recovery-image] Sep 09 22:24:55.203 INFO O| Sep 09 22:24:55.203 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-09-09T22:24:56.266Z[ recovery-image] Sep 09 22:24:55.213 INFO O| Sep 09 22:24:55.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
53722024-09-09T22:24:56.266Z[ recovery-image] Sep 09 22:24:55.213 INFO O| Sep 09 22:24:55.213 INFO STEP 455 (remove_files) COMPLETE
53732024-09-09T22:24:56.268Z[ recovery-image] Sep 09 22:24:55.213 INFO O| Sep 09 22:24:55.213 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-09-09T22:24:56.276Z[ recovery-image] Sep 09 22:24:55.223 INFO O| Sep 09 22:24:55.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
53752024-09-09T22:24:56.276Z[ recovery-image] Sep 09 22:24:55.223 INFO O| Sep 09 22:24:55.223 INFO STEP 456 (remove_files) COMPLETE
53762024-09-09T22:24:56.278Z[ recovery-image] Sep 09 22:24:55.223 INFO O| Sep 09 22:24:55.223 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-09-09T22:24:56.286Z[ recovery-image] Sep 09 22:24:55.233 INFO O| Sep 09 22:24:55.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
53782024-09-09T22:24:56.286Z[ recovery-image] Sep 09 22:24:55.233 INFO O| Sep 09 22:24:55.233 INFO STEP 457 (remove_files) COMPLETE
53792024-09-09T22:24:56.288Z[ recovery-image] Sep 09 22:24:55.233 INFO O| Sep 09 22:24:55.233 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-09-09T22:24:56.297Z[ recovery-image] Sep 09 22:24:55.244 INFO O| Sep 09 22:24:55.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
53812024-09-09T22:24:56.297Z[ recovery-image] Sep 09 22:24:55.244 INFO O| Sep 09 22:24:55.244 INFO STEP 458 (remove_files) COMPLETE
53822024-09-09T22:24:56.299Z[ recovery-image] Sep 09 22:24:55.244 INFO O| Sep 09 22:24:55.244 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-09-09T22:24:56.307Z[ recovery-image] Sep 09 22:24:55.254 INFO O| Sep 09 22:24:55.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
53842024-09-09T22:24:56.309Z[ recovery-image] Sep 09 22:24:55.254 INFO O| Sep 09 22:24:55.254 INFO STEP 459 (remove_files) COMPLETE
53852024-09-09T22:24:56.309Z[ recovery-image] Sep 09 22:24:55.254 INFO O| Sep 09 22:24:55.254 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-09-09T22:24:56.317Z[ recovery-image] Sep 09 22:24:55.264 INFO O| Sep 09 22:24:55.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
53872024-09-09T22:24:56.317Z[ recovery-image] Sep 09 22:24:55.264 INFO O| Sep 09 22:24:55.264 INFO STEP 460 (remove_files) COMPLETE
53882024-09-09T22:24:56.319Z[ recovery-image] Sep 09 22:24:55.264 INFO O| Sep 09 22:24:55.264 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-09-09T22:24:56.326Z[ recovery-image] Sep 09 22:24:55.274 INFO O| Sep 09 22:24:55.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
53902024-09-09T22:24:56.329Z[ recovery-image] Sep 09 22:24:55.274 INFO O| Sep 09 22:24:55.274 INFO STEP 461 (remove_files) COMPLETE
53912024-09-09T22:24:56.329Z[ recovery-image] Sep 09 22:24:55.274 INFO O| Sep 09 22:24:55.274 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-09-09T22:24:56.336Z[ recovery-image] Sep 09 22:24:55.284 INFO O| Sep 09 22:24:55.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
53932024-09-09T22:24:56.339Z[ recovery-image] Sep 09 22:24:55.284 INFO O| Sep 09 22:24:55.284 INFO STEP 462 (remove_files) COMPLETE
53942024-09-09T22:24:56.339Z[ recovery-image] Sep 09 22:24:55.284 INFO O| Sep 09 22:24:55.284 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-09-09T22:24:56.346Z[ recovery-image] Sep 09 22:24:55.294 INFO O| Sep 09 22:24:55.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
53962024-09-09T22:24:56.346Z[ recovery-image] Sep 09 22:24:55.294 INFO O| Sep 09 22:24:55.294 INFO STEP 463 (remove_files) COMPLETE
53972024-09-09T22:24:56.349Z[ recovery-image] Sep 09 22:24:55.294 INFO O| Sep 09 22:24:55.294 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-09-09T22:24:56.357Z[ recovery-image] Sep 09 22:24:55.304 INFO O| Sep 09 22:24:55.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
53992024-09-09T22:24:56.357Z[ recovery-image] Sep 09 22:24:55.304 INFO O| Sep 09 22:24:55.304 INFO STEP 464 (remove_files) COMPLETE
54002024-09-09T22:24:56.359Z[ recovery-image] Sep 09 22:24:55.304 INFO O| Sep 09 22:24:55.304 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-09-09T22:24:56.367Z[ recovery-image] Sep 09 22:24:55.314 INFO O| Sep 09 22:24:55.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
54022024-09-09T22:24:56.369Z[ recovery-image] Sep 09 22:24:55.314 INFO O| Sep 09 22:24:55.314 INFO STEP 465 (remove_files) COMPLETE
54032024-09-09T22:24:56.369Z[ recovery-image] Sep 09 22:24:55.314 INFO O| Sep 09 22:24:55.314 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-09-09T22:24:56.377Z[ recovery-image] Sep 09 22:24:55.324 INFO O| Sep 09 22:24:55.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
54052024-09-09T22:24:56.379Z[ recovery-image] Sep 09 22:24:55.325 INFO O| Sep 09 22:24:55.325 INFO STEP 466 (remove_files) COMPLETE
54062024-09-09T22:24:56.379Z[ recovery-image] Sep 09 22:24:55.325 INFO O| Sep 09 22:24:55.325 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-09-09T22:24:56.389Z[ recovery-image] Sep 09 22:24:55.337 INFO O| Sep 09 22:24:55.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
54082024-09-09T22:24:56.389Z[ recovery-image] Sep 09 22:24:55.337 INFO O| Sep 09 22:24:55.337 INFO STEP 467 (remove_files) COMPLETE
54092024-09-09T22:24:56.389Z[ recovery-image] Sep 09 22:24:55.337 INFO O| Sep 09 22:24:55.337 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-09-09T22:24:56.400Z[ recovery-image] Sep 09 22:24:55.347 INFO O| Sep 09 22:24:55.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
54112024-09-09T22:24:56.402Z[ recovery-image] Sep 09 22:24:55.347 INFO O| Sep 09 22:24:55.347 INFO STEP 468 (remove_files) COMPLETE
54122024-09-09T22:24:56.402Z[ recovery-image] Sep 09 22:24:55.347 INFO O| Sep 09 22:24:55.347 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-09-09T22:24:56.410Z[ recovery-image] Sep 09 22:24:55.357 INFO O| Sep 09 22:24:55.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54142024-09-09T22:24:56.410Z[ recovery-image] Sep 09 22:24:55.357 INFO O| Sep 09 22:24:55.357 INFO STEP 469 (remove_files) COMPLETE
54152024-09-09T22:24:56.412Z[ recovery-image] Sep 09 22:24:55.357 INFO O| Sep 09 22:24:55.357 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-09-09T22:24:56.421Z[ host-image] Sep 09 22:24:55.368 INFO O| Sep 09 22:24:55.368 INFO O| Done
54172024-09-09T22:24:56.423Z[ host-image] Sep 09 22:24:55.368 INFO O| Sep 09 22:24:55.368 INFO O| Done
54182024-09-09T22:24:56.423Z[ recovery-image] Sep 09 22:24:55.368 INFO O| Sep 09 22:24:55.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54192024-09-09T22:24:56.423Z[ recovery-image] Sep 09 22:24:55.369 INFO O| Sep 09 22:24:55.368 INFO STEP 470 (remove_files) COMPLETE
54202024-09-09T22:24:56.423Z[ recovery-image] Sep 09 22:24:55.369 INFO O| Sep 09 22:24:55.368 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-09-09T22:24:56.431Z[ recovery-image] Sep 09 22:24:55.379 INFO O| Sep 09 22:24:55.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54222024-09-09T22:24:56.432Z[ recovery-image] Sep 09 22:24:55.379 INFO O| Sep 09 22:24:55.379 INFO STEP 471 (remove_files) COMPLETE
54232024-09-09T22:24:56.432Z[ recovery-image] Sep 09 22:24:55.379 INFO O| Sep 09 22:24:55.379 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-09-09T22:24:56.442Z[ recovery-image] Sep 09 22:24:55.389 INFO O| Sep 09 22:24:55.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54252024-09-09T22:24:56.442Z[ recovery-image] Sep 09 22:24:55.389 INFO O| Sep 09 22:24:55.389 INFO STEP 472 (remove_files) COMPLETE
54262024-09-09T22:24:56.444Z[ recovery-image] Sep 09 22:24:55.389 INFO O| Sep 09 22:24:55.389 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-09-09T22:24:56.451Z[ recovery-image] Sep 09 22:24:55.399 INFO O| Sep 09 22:24:55.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54282024-09-09T22:24:56.454Z[ recovery-image] Sep 09 22:24:55.399 INFO O| Sep 09 22:24:55.399 INFO STEP 473 (remove_files) COMPLETE
54292024-09-09T22:24:56.454Z[ recovery-image] Sep 09 22:24:55.399 INFO O| Sep 09 22:24:55.399 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-09-09T22:24:56.461Z[ recovery-image] Sep 09 22:24:55.408 INFO O| Sep 09 22:24:55.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
54312024-09-09T22:24:56.463Z[ recovery-image] Sep 09 22:24:55.408 INFO O| Sep 09 22:24:55.408 INFO STEP 474 (remove_files) COMPLETE
54322024-09-09T22:24:56.463Z[ recovery-image] Sep 09 22:24:55.408 INFO O| Sep 09 22:24:55.408 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-09-09T22:24:56.471Z[ recovery-image] Sep 09 22:24:55.418 INFO O| Sep 09 22:24:55.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
54342024-09-09T22:24:56.471Z[ recovery-image] Sep 09 22:24:55.418 INFO O| Sep 09 22:24:55.418 INFO STEP 475 (remove_files) COMPLETE
54352024-09-09T22:24:56.474Z[ recovery-image] Sep 09 22:24:55.418 INFO O| Sep 09 22:24:55.418 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-09-09T22:24:56.480Z[ recovery-image] Sep 09 22:24:55.428 INFO O| Sep 09 22:24:55.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
54372024-09-09T22:24:56.483Z[ recovery-image] Sep 09 22:24:55.428 INFO O| Sep 09 22:24:55.428 INFO STEP 476 (remove_files) COMPLETE
54382024-09-09T22:24:56.483Z[ recovery-image] Sep 09 22:24:55.428 INFO O| Sep 09 22:24:55.428 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-09-09T22:24:56.490Z[ recovery-image] Sep 09 22:24:55.437 INFO O| Sep 09 22:24:55.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
54402024-09-09T22:24:56.493Z[ recovery-image] Sep 09 22:24:55.437 INFO O| Sep 09 22:24:55.437 INFO STEP 477 (remove_files) COMPLETE
54412024-09-09T22:24:56.493Z[ recovery-image] Sep 09 22:24:55.437 INFO O| Sep 09 22:24:55.437 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-09-09T22:24:56.500Z[ recovery-image] Sep 09 22:24:55.447 INFO O| Sep 09 22:24:55.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
54432024-09-09T22:24:56.500Z[ recovery-image] Sep 09 22:24:55.447 INFO O| Sep 09 22:24:55.447 INFO STEP 478 (remove_files) COMPLETE
54442024-09-09T22:24:56.500Z[ recovery-image] Sep 09 22:24:55.447 INFO O| Sep 09 22:24:55.447 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-09-09T22:24:56.509Z[ recovery-image] Sep 09 22:24:55.456 INFO O| Sep 09 22:24:55.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
54462024-09-09T22:24:56.509Z[ recovery-image] Sep 09 22:24:55.456 INFO O| Sep 09 22:24:55.456 INFO STEP 479 (remove_files) COMPLETE
54472024-09-09T22:24:56.509Z[ recovery-image] Sep 09 22:24:55.456 INFO O| Sep 09 22:24:55.456 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-09-09T22:24:56.519Z[ recovery-image] Sep 09 22:24:55.466 INFO O| Sep 09 22:24:55.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
54492024-09-09T22:24:56.521Z[ recovery-image] Sep 09 22:24:55.467 INFO O| Sep 09 22:24:55.467 INFO STEP 480 (remove_files) COMPLETE
54502024-09-09T22:24:56.522Z[ recovery-image] Sep 09 22:24:55.467 INFO O| Sep 09 22:24:55.467 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-09-09T22:24:56.529Z[ recovery-image] Sep 09 22:24:55.476 INFO O| Sep 09 22:24:55.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
54522024-09-09T22:24:56.529Z[ recovery-image] Sep 09 22:24:55.476 INFO O| Sep 09 22:24:55.476 INFO STEP 481 (remove_files) COMPLETE
54532024-09-09T22:24:56.529Z[ recovery-image] Sep 09 22:24:55.476 INFO O| Sep 09 22:24:55.476 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-09-09T22:24:56.539Z[ recovery-image] Sep 09 22:24:55.486 INFO O| Sep 09 22:24:55.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
54552024-09-09T22:24:56.539Z[ recovery-image] Sep 09 22:24:55.486 INFO O| Sep 09 22:24:55.486 INFO STEP 482 (remove_files) COMPLETE
54562024-09-09T22:24:56.541Z[ recovery-image] Sep 09 22:24:55.486 INFO O| Sep 09 22:24:55.486 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-09-09T22:24:56.564Z[ recovery-image] Sep 09 22:24:55.511 INFO O| Sep 09 22:24:55.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
54582024-09-09T22:24:56.567Z[ recovery-image] Sep 09 22:24:55.512 INFO O| Sep 09 22:24:55.512 INFO STEP 483 (remove_files) COMPLETE
54592024-09-09T22:24:56.567Z[ recovery-image] Sep 09 22:24:55.512 INFO O| Sep 09 22:24:55.512 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-09-09T22:24:56.577Z[ recovery-image] Sep 09 22:24:55.524 INFO O| Sep 09 22:24:55.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
54612024-09-09T22:24:56.580Z[ recovery-image] Sep 09 22:24:55.525 INFO O| Sep 09 22:24:55.525 INFO STEP 484 (remove_files) COMPLETE
54622024-09-09T22:24:56.580Z[ recovery-image] Sep 09 22:24:55.525 INFO O| Sep 09 22:24:55.525 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-09-09T22:24:56.587Z[ recovery-image] Sep 09 22:24:55.535 INFO O| Sep 09 22:24:55.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
54642024-09-09T22:24:56.587Z[ recovery-image] Sep 09 22:24:55.535 INFO O| Sep 09 22:24:55.535 INFO STEP 485 (remove_files) COMPLETE
54652024-09-09T22:24:56.587Z[ recovery-image] Sep 09 22:24:55.535 INFO O| Sep 09 22:24:55.535 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-09-09T22:24:56.598Z[ recovery-image] Sep 09 22:24:55.545 INFO O| Sep 09 22:24:55.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
54672024-09-09T22:24:56.598Z[ recovery-image] Sep 09 22:24:55.545 INFO O| Sep 09 22:24:55.545 INFO STEP 486 (remove_files) COMPLETE
54682024-09-09T22:24:56.598Z[ recovery-image] Sep 09 22:24:55.545 INFO O| Sep 09 22:24:55.545 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-09-09T22:24:56.607Z[ recovery-image] Sep 09 22:24:55.555 INFO O| Sep 09 22:24:55.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
54702024-09-09T22:24:56.607Z[ recovery-image] Sep 09 22:24:55.555 INFO O| Sep 09 22:24:55.555 INFO STEP 487 (remove_files) COMPLETE
54712024-09-09T22:24:56.610Z[ recovery-image] Sep 09 22:24:55.555 INFO O| Sep 09 22:24:55.555 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-09-09T22:24:56.617Z[ recovery-image] Sep 09 22:24:55.564 INFO O| Sep 09 22:24:55.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
54732024-09-09T22:24:56.619Z[ recovery-image] Sep 09 22:24:55.564 INFO O| Sep 09 22:24:55.564 INFO STEP 488 (remove_files) COMPLETE
54742024-09-09T22:24:56.619Z[ recovery-image] Sep 09 22:24:55.564 INFO O| Sep 09 22:24:55.564 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-09-09T22:24:56.628Z[ recovery-image] Sep 09 22:24:55.574 INFO O| Sep 09 22:24:55.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
54762024-09-09T22:24:56.628Z[ recovery-image] Sep 09 22:24:55.574 INFO O| Sep 09 22:24:55.574 INFO STEP 489 (remove_files) COMPLETE
54772024-09-09T22:24:56.631Z[ recovery-image] Sep 09 22:24:55.574 INFO O| Sep 09 22:24:55.574 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-09-09T22:24:56.636Z[ recovery-image] Sep 09 22:24:55.583 INFO O| Sep 09 22:24:55.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
54792024-09-09T22:24:56.636Z[ recovery-image] Sep 09 22:24:55.584 INFO O| Sep 09 22:24:55.584 INFO STEP 490 (remove_files) COMPLETE
54802024-09-09T22:24:56.639Z[ recovery-image] Sep 09 22:24:55.584 INFO O| Sep 09 22:24:55.584 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-09-09T22:24:56.646Z[ recovery-image] Sep 09 22:24:55.593 INFO O| Sep 09 22:24:55.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
54822024-09-09T22:24:56.648Z[ recovery-image] Sep 09 22:24:55.593 INFO O| Sep 09 22:24:55.593 INFO STEP 491 (remove_files) COMPLETE
54832024-09-09T22:24:56.648Z[ recovery-image] Sep 09 22:24:55.593 INFO O| Sep 09 22:24:55.593 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-09-09T22:24:56.655Z[ recovery-image] Sep 09 22:24:55.603 INFO O| Sep 09 22:24:55.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
54852024-09-09T22:24:56.658Z[ recovery-image] Sep 09 22:24:55.603 INFO O| Sep 09 22:24:55.603 INFO STEP 492 (remove_files) COMPLETE
54862024-09-09T22:24:56.658Z[ recovery-image] Sep 09 22:24:55.603 INFO O| Sep 09 22:24:55.603 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-09-09T22:24:56.665Z[ recovery-image] Sep 09 22:24:55.612 INFO O| Sep 09 22:24:55.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
54882024-09-09T22:24:56.665Z[ recovery-image] Sep 09 22:24:55.612 INFO O| Sep 09 22:24:55.612 INFO STEP 493 (remove_files) COMPLETE
54892024-09-09T22:24:56.667Z[ recovery-image] Sep 09 22:24:55.612 INFO O| Sep 09 22:24:55.612 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-09-09T22:24:56.675Z[ recovery-image] Sep 09 22:24:55.622 INFO O| Sep 09 22:24:55.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
54912024-09-09T22:24:56.675Z[ recovery-image] Sep 09 22:24:55.622 INFO O| Sep 09 22:24:55.622 INFO STEP 494 (remove_files) COMPLETE
54922024-09-09T22:24:56.675Z[ recovery-image] Sep 09 22:24:55.622 INFO O| Sep 09 22:24:55.622 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-09-09T22:24:56.684Z[ recovery-image] Sep 09 22:24:55.632 INFO O| Sep 09 22:24:55.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
54942024-09-09T22:24:56.684Z[ recovery-image] Sep 09 22:24:55.632 INFO O| Sep 09 22:24:55.632 INFO STEP 495 (remove_files) COMPLETE
54952024-09-09T22:24:56.687Z[ recovery-image] Sep 09 22:24:55.632 INFO O| Sep 09 22:24:55.632 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-09-09T22:24:56.694Z[ recovery-image] Sep 09 22:24:55.641 INFO O| Sep 09 22:24:55.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
54972024-09-09T22:24:56.694Z[ recovery-image] Sep 09 22:24:55.641 INFO O| Sep 09 22:24:55.641 INFO STEP 496 (remove_files) COMPLETE
54982024-09-09T22:24:56.694Z[ recovery-image] Sep 09 22:24:55.641 INFO O| Sep 09 22:24:55.641 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-09-09T22:24:56.704Z[ recovery-image] Sep 09 22:24:55.651 INFO O| Sep 09 22:24:55.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
55002024-09-09T22:24:56.704Z[ recovery-image] Sep 09 22:24:55.651 INFO O| Sep 09 22:24:55.651 INFO STEP 497 (remove_files) COMPLETE
55012024-09-09T22:24:56.706Z[ recovery-image] Sep 09 22:24:55.651 INFO O| Sep 09 22:24:55.651 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-09-09T22:24:56.713Z[ recovery-image] Sep 09 22:24:55.660 INFO O| Sep 09 22:24:55.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
55032024-09-09T22:24:56.713Z[ recovery-image] Sep 09 22:24:55.660 INFO O| Sep 09 22:24:55.660 INFO STEP 498 (remove_files) COMPLETE
55042024-09-09T22:24:56.715Z[ recovery-image] Sep 09 22:24:55.660 INFO O| Sep 09 22:24:55.660 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-09-09T22:24:56.723Z[ recovery-image] Sep 09 22:24:55.670 INFO O| Sep 09 22:24:55.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
55062024-09-09T22:24:56.723Z[ recovery-image] Sep 09 22:24:55.670 INFO O| Sep 09 22:24:55.670 INFO STEP 499 (remove_files) COMPLETE
55072024-09-09T22:24:56.723Z[ recovery-image] Sep 09 22:24:55.670 INFO O| Sep 09 22:24:55.670 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-09-09T22:24:56.732Z[ recovery-image] Sep 09 22:24:55.680 INFO O| Sep 09 22:24:55.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
55092024-09-09T22:24:56.735Z[ recovery-image] Sep 09 22:24:55.680 INFO O| Sep 09 22:24:55.680 INFO STEP 500 (remove_files) COMPLETE
55102024-09-09T22:24:56.735Z[ recovery-image] Sep 09 22:24:55.680 INFO O| Sep 09 22:24:55.680 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-09-09T22:24:56.742Z[ recovery-image] Sep 09 22:24:55.689 INFO O| Sep 09 22:24:55.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
55122024-09-09T22:24:56.744Z[ recovery-image] Sep 09 22:24:55.689 INFO O| Sep 09 22:24:55.689 INFO STEP 501 (remove_files) COMPLETE
55132024-09-09T22:24:56.744Z[ recovery-image] Sep 09 22:24:55.689 INFO O| Sep 09 22:24:55.689 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-09-09T22:24:56.752Z[ recovery-image] Sep 09 22:24:55.699 INFO O| Sep 09 22:24:55.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55152024-09-09T22:24:56.752Z[ recovery-image] Sep 09 22:24:55.699 INFO O| Sep 09 22:24:55.699 INFO STEP 502 (remove_files) COMPLETE
55162024-09-09T22:24:56.752Z[ recovery-image] Sep 09 22:24:55.699 INFO O| Sep 09 22:24:55.699 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-09-09T22:24:56.761Z[ recovery-image] Sep 09 22:24:55.708 INFO O| Sep 09 22:24:55.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55182024-09-09T22:24:56.761Z[ recovery-image] Sep 09 22:24:55.708 INFO O| Sep 09 22:24:55.708 INFO STEP 503 (remove_files) COMPLETE
55192024-09-09T22:24:56.764Z[ recovery-image] Sep 09 22:24:55.708 INFO O| Sep 09 22:24:55.708 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-09-09T22:24:56.771Z[ recovery-image] Sep 09 22:24:55.718 INFO O| Sep 09 22:24:55.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55212024-09-09T22:24:56.771Z[ recovery-image] Sep 09 22:24:55.718 INFO O| Sep 09 22:24:55.718 INFO STEP 504 (remove_files) COMPLETE
55222024-09-09T22:24:56.773Z[ recovery-image] Sep 09 22:24:55.718 INFO O| Sep 09 22:24:55.718 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-09-09T22:24:56.781Z[ recovery-image] Sep 09 22:24:55.728 INFO O| Sep 09 22:24:55.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55242024-09-09T22:24:56.781Z[ recovery-image] Sep 09 22:24:55.728 INFO O| Sep 09 22:24:55.728 INFO STEP 505 (remove_files) COMPLETE
55252024-09-09T22:24:56.783Z[ recovery-image] Sep 09 22:24:55.728 INFO O| Sep 09 22:24:55.728 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-09-09T22:24:56.790Z[ recovery-image] Sep 09 22:24:55.737 INFO O| Sep 09 22:24:55.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55272024-09-09T22:24:56.793Z[ recovery-image] Sep 09 22:24:55.737 INFO O| Sep 09 22:24:55.737 INFO STEP 506 (remove_files) COMPLETE
55282024-09-09T22:24:56.793Z[ recovery-image] Sep 09 22:24:55.737 INFO O| Sep 09 22:24:55.737 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-09-09T22:24:56.800Z[ recovery-image] Sep 09 22:24:55.747 INFO O| Sep 09 22:24:55.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55302024-09-09T22:24:56.800Z[ recovery-image] Sep 09 22:24:55.747 INFO O| Sep 09 22:24:55.747 INFO STEP 507 (remove_files) COMPLETE
55312024-09-09T22:24:56.802Z[ recovery-image] Sep 09 22:24:55.747 INFO O| Sep 09 22:24:55.747 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-09-09T22:24:56.809Z[ recovery-image] Sep 09 22:24:55.756 INFO O| Sep 09 22:24:55.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
55332024-09-09T22:24:56.809Z[ recovery-image] Sep 09 22:24:55.756 INFO O| Sep 09 22:24:55.756 INFO STEP 508 (remove_files) COMPLETE
55342024-09-09T22:24:56.812Z[ recovery-image] Sep 09 22:24:55.756 INFO O| Sep 09 22:24:55.756 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-09-09T22:24:56.812Z[ host-image] Sep 09 22:24:55.757 INFO O| Sep 09 22:24:55.757 INFO O| Done
55362024-09-09T22:24:56.820Z[ recovery-image] Sep 09 22:24:55.767 INFO O| Sep 09 22:24:55.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
55372024-09-09T22:24:56.820Z[ recovery-image] Sep 09 22:24:55.767 INFO O| Sep 09 22:24:55.767 INFO STEP 509 (remove_files) COMPLETE
55382024-09-09T22:24:56.827Z[ recovery-image] Sep 09 22:24:55.767 INFO O| Sep 09 22:24:55.767 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-09-09T22:24:56.833Z[ recovery-image] Sep 09 22:24:55.776 INFO O| Sep 09 22:24:55.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
55402024-09-09T22:24:56.833Z[ recovery-image] Sep 09 22:24:55.777 INFO O| Sep 09 22:24:55.776 INFO STEP 510 (remove_files) COMPLETE
55412024-09-09T22:24:56.833Z[ recovery-image] Sep 09 22:24:55.777 INFO O| Sep 09 22:24:55.777 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-09-09T22:24:56.839Z[ recovery-image] Sep 09 22:24:55.786 INFO O| Sep 09 22:24:55.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
55432024-09-09T22:24:56.841Z[ recovery-image] Sep 09 22:24:55.787 INFO O| Sep 09 22:24:55.786 INFO STEP 511 (remove_files) COMPLETE
55442024-09-09T22:24:56.841Z[ recovery-image] Sep 09 22:24:55.787 INFO O| Sep 09 22:24:55.786 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-09-09T22:24:56.850Z[ recovery-image] Sep 09 22:24:55.796 INFO O| Sep 09 22:24:55.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
55462024-09-09T22:24:56.850Z[ recovery-image] Sep 09 22:24:55.796 INFO O| Sep 09 22:24:55.796 INFO STEP 512 (remove_files) COMPLETE
55472024-09-09T22:24:56.852Z[ recovery-image] Sep 09 22:24:55.797 INFO O| Sep 09 22:24:55.796 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-09-09T22:24:56.859Z[ recovery-image] Sep 09 22:24:55.806 INFO O| Sep 09 22:24:55.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
55492024-09-09T22:24:56.859Z[ recovery-image] Sep 09 22:24:55.806 INFO O| Sep 09 22:24:55.806 INFO STEP 513 (remove_files) COMPLETE
55502024-09-09T22:24:56.859Z[ recovery-image] Sep 09 22:24:55.806 INFO O| Sep 09 22:24:55.806 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-09-09T22:24:56.869Z[ recovery-image] Sep 09 22:24:55.816 INFO O| Sep 09 22:24:55.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
55522024-09-09T22:24:56.869Z[ recovery-image] Sep 09 22:24:55.816 INFO O| Sep 09 22:24:55.816 INFO STEP 514 (remove_files) COMPLETE
55532024-09-09T22:24:56.871Z[ recovery-image] Sep 09 22:24:55.816 INFO O| Sep 09 22:24:55.816 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-09-09T22:24:56.879Z[ recovery-image] Sep 09 22:24:55.826 INFO O| Sep 09 22:24:55.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
55552024-09-09T22:24:56.879Z[ recovery-image] Sep 09 22:24:55.826 INFO O| Sep 09 22:24:55.826 INFO STEP 515 (remove_files) COMPLETE
55562024-09-09T22:24:56.882Z[ recovery-image] Sep 09 22:24:55.826 INFO O| Sep 09 22:24:55.826 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-09-09T22:24:56.889Z[ recovery-image] Sep 09 22:24:55.836 INFO O| Sep 09 22:24:55.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
55582024-09-09T22:24:56.891Z[ recovery-image] Sep 09 22:24:55.836 INFO O| Sep 09 22:24:55.836 INFO STEP 516 (remove_files) COMPLETE
55592024-09-09T22:24:56.891Z[ recovery-image] Sep 09 22:24:55.836 INFO O| Sep 09 22:24:55.836 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-09-09T22:24:56.899Z[ recovery-image] Sep 09 22:24:55.846 INFO O| Sep 09 22:24:55.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
55612024-09-09T22:24:56.899Z[ recovery-image] Sep 09 22:24:55.846 INFO O| Sep 09 22:24:55.846 INFO STEP 517 (remove_files) COMPLETE
55622024-09-09T22:24:56.901Z[ recovery-image] Sep 09 22:24:55.846 INFO O| Sep 09 22:24:55.846 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-09-09T22:24:56.909Z[ recovery-image] Sep 09 22:24:55.856 INFO O| Sep 09 22:24:55.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
55642024-09-09T22:24:56.911Z[ recovery-image] Sep 09 22:24:55.856 INFO O| Sep 09 22:24:55.856 INFO STEP 518 (remove_files) COMPLETE
55652024-09-09T22:24:56.911Z[ recovery-image] Sep 09 22:24:55.856 INFO O| Sep 09 22:24:55.856 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-09-09T22:24:56.919Z[ recovery-image] Sep 09 22:24:55.866 INFO O| Sep 09 22:24:55.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
55672024-09-09T22:24:56.919Z[ recovery-image] Sep 09 22:24:55.866 INFO O| Sep 09 22:24:55.866 INFO STEP 519 (remove_files) COMPLETE
55682024-09-09T22:24:56.921Z[ recovery-image] Sep 09 22:24:55.866 INFO O| Sep 09 22:24:55.866 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-09-09T22:24:56.929Z[ recovery-image] Sep 09 22:24:55.876 INFO O| Sep 09 22:24:55.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
55702024-09-09T22:24:56.929Z[ recovery-image] Sep 09 22:24:55.876 INFO O| Sep 09 22:24:55.876 INFO STEP 520 (remove_files) COMPLETE
55712024-09-09T22:24:56.929Z[ recovery-image] Sep 09 22:24:55.876 INFO O| Sep 09 22:24:55.876 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-09-09T22:24:56.938Z[ recovery-image] Sep 09 22:24:55.885 INFO O| Sep 09 22:24:55.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
55732024-09-09T22:24:56.938Z[ recovery-image] Sep 09 22:24:55.885 INFO O| Sep 09 22:24:55.885 INFO STEP 521 (remove_files) COMPLETE
55742024-09-09T22:24:56.938Z[ recovery-image] Sep 09 22:24:55.886 INFO O| Sep 09 22:24:55.885 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-09-09T22:24:56.948Z[ recovery-image] Sep 09 22:24:55.895 INFO O| Sep 09 22:24:55.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
55762024-09-09T22:24:56.948Z[ recovery-image] Sep 09 22:24:55.895 INFO O| Sep 09 22:24:55.895 INFO STEP 522 (remove_files) COMPLETE
55772024-09-09T22:24:56.948Z[ recovery-image] Sep 09 22:24:55.895 INFO O| Sep 09 22:24:55.895 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-09-09T22:24:56.958Z[ recovery-image] Sep 09 22:24:55.905 INFO O| Sep 09 22:24:55.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
55792024-09-09T22:24:56.960Z[ recovery-image] Sep 09 22:24:55.905 INFO O| Sep 09 22:24:55.905 INFO STEP 523 (remove_files) COMPLETE
55802024-09-09T22:24:56.960Z[ recovery-image] Sep 09 22:24:55.905 INFO O| Sep 09 22:24:55.905 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-09-09T22:24:56.968Z[ recovery-image] Sep 09 22:24:55.915 INFO O| Sep 09 22:24:55.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
55822024-09-09T22:24:56.968Z[ recovery-image] Sep 09 22:24:55.915 INFO O| Sep 09 22:24:55.915 INFO STEP 524 (remove_files) COMPLETE
55832024-09-09T22:24:56.968Z[ recovery-image] Sep 09 22:24:55.915 INFO O| Sep 09 22:24:55.915 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-09-09T22:24:56.977Z[ recovery-image] Sep 09 22:24:55.924 INFO O| Sep 09 22:24:55.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
55852024-09-09T22:24:56.977Z[ recovery-image] Sep 09 22:24:55.924 INFO O| Sep 09 22:24:55.924 INFO STEP 525 (remove_files) COMPLETE
55862024-09-09T22:24:56.979Z[ recovery-image] Sep 09 22:24:55.924 INFO O| Sep 09 22:24:55.924 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-09-09T22:24:56.987Z[ recovery-image] Sep 09 22:24:55.934 INFO O| Sep 09 22:24:55.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
55882024-09-09T22:24:56.989Z[ recovery-image] Sep 09 22:24:55.934 INFO O| Sep 09 22:24:55.934 INFO STEP 526 (remove_files) COMPLETE
55892024-09-09T22:24:56.989Z[ recovery-image] Sep 09 22:24:55.934 INFO O| Sep 09 22:24:55.934 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-09-09T22:24:56.996Z[ recovery-image] Sep 09 22:24:55.943 INFO O| Sep 09 22:24:55.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
55912024-09-09T22:24:56.999Z[ recovery-image] Sep 09 22:24:55.944 INFO O| Sep 09 22:24:55.943 INFO STEP 527 (remove_files) COMPLETE
55922024-09-09T22:24:56.999Z[ recovery-image] Sep 09 22:24:55.944 INFO O| Sep 09 22:24:55.944 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-09-09T22:24:57.006Z[ recovery-image] Sep 09 22:24:55.953 INFO O| Sep 09 22:24:55.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
55942024-09-09T22:24:57.008Z[ recovery-image] Sep 09 22:24:55.953 INFO O| Sep 09 22:24:55.953 INFO STEP 528 (remove_files) COMPLETE
55952024-09-09T22:24:57.008Z[ recovery-image] Sep 09 22:24:55.953 INFO O| Sep 09 22:24:55.953 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-09-09T22:24:57.016Z[ recovery-image] Sep 09 22:24:55.963 INFO O| Sep 09 22:24:55.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
55972024-09-09T22:24:57.016Z[ recovery-image] Sep 09 22:24:55.963 INFO O| Sep 09 22:24:55.963 INFO STEP 529 (remove_files) COMPLETE
55982024-09-09T22:24:57.018Z[ recovery-image] Sep 09 22:24:55.963 INFO O| Sep 09 22:24:55.963 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-09-09T22:24:57.025Z[ recovery-image] Sep 09 22:24:55.972 INFO O| Sep 09 22:24:55.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
56002024-09-09T22:24:57.028Z[ recovery-image] Sep 09 22:24:55.973 INFO O| Sep 09 22:24:55.972 INFO STEP 530 (remove_files) COMPLETE
56012024-09-09T22:24:57.028Z[ recovery-image] Sep 09 22:24:55.973 INFO O| Sep 09 22:24:55.972 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-09-09T22:24:57.035Z[ recovery-image] Sep 09 22:24:55.982 INFO O| Sep 09 22:24:55.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
56032024-09-09T22:24:57.035Z[ recovery-image] Sep 09 22:24:55.982 INFO O| Sep 09 22:24:55.982 INFO STEP 531 (remove_files) COMPLETE
56042024-09-09T22:24:57.038Z[ recovery-image] Sep 09 22:24:55.982 INFO O| Sep 09 22:24:55.982 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-09-09T22:24:57.045Z[ recovery-image] Sep 09 22:24:55.992 INFO O| Sep 09 22:24:55.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
56062024-09-09T22:24:57.048Z[ recovery-image] Sep 09 22:24:55.992 INFO O| Sep 09 22:24:55.992 INFO STEP 532 (remove_files) COMPLETE
56072024-09-09T22:24:57.048Z[ recovery-image] Sep 09 22:24:55.992 INFO O| Sep 09 22:24:55.992 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-09-09T22:24:57.055Z[ recovery-image] Sep 09 22:24:56.002 INFO O| Sep 09 22:24:56.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
56092024-09-09T22:24:57.055Z[ recovery-image] Sep 09 22:24:56.002 INFO O| Sep 09 22:24:56.002 INFO STEP 533 (remove_files) COMPLETE
56102024-09-09T22:24:57.055Z[ recovery-image] Sep 09 22:24:56.002 INFO O| Sep 09 22:24:56.002 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-09-09T22:24:57.066Z[ recovery-image] Sep 09 22:24:56.013 INFO O| Sep 09 22:24:56.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
56122024-09-09T22:24:57.068Z[ recovery-image] Sep 09 22:24:56.013 INFO O| Sep 09 22:24:56.013 INFO STEP 534 (remove_files) COMPLETE
56132024-09-09T22:24:57.068Z[ recovery-image] Sep 09 22:24:56.013 INFO O| Sep 09 22:24:56.013 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-09-09T22:24:57.075Z[ recovery-image] Sep 09 22:24:56.022 INFO O| Sep 09 22:24:56.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
56152024-09-09T22:24:57.078Z[ recovery-image] Sep 09 22:24:56.023 INFO O| Sep 09 22:24:56.023 INFO STEP 535 (remove_files) COMPLETE
56162024-09-09T22:24:57.078Z[ recovery-image] Sep 09 22:24:56.023 INFO O| Sep 09 22:24:56.023 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-09-09T22:24:57.085Z[ recovery-image] Sep 09 22:24:56.032 INFO O| Sep 09 22:24:56.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56182024-09-09T22:24:57.088Z[ recovery-image] Sep 09 22:24:56.032 INFO O| Sep 09 22:24:56.032 INFO STEP 536 (remove_files) COMPLETE
56192024-09-09T22:24:57.088Z[ recovery-image] Sep 09 22:24:56.032 INFO O| Sep 09 22:24:56.032 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-09-09T22:24:57.097Z[ recovery-image] Sep 09 22:24:56.044 INFO O| Sep 09 22:24:56.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56212024-09-09T22:24:57.099Z[ recovery-image] Sep 09 22:24:56.044 INFO O| Sep 09 22:24:56.044 INFO STEP 537 (remove_files) COMPLETE
56222024-09-09T22:24:57.099Z[ recovery-image] Sep 09 22:24:56.044 INFO O| Sep 09 22:24:56.044 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-09-09T22:24:57.106Z[ recovery-image] Sep 09 22:24:56.054 INFO O| Sep 09 22:24:56.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56242024-09-09T22:24:57.109Z[ recovery-image] Sep 09 22:24:56.054 INFO O| Sep 09 22:24:56.054 INFO STEP 538 (remove_files) COMPLETE
56252024-09-09T22:24:57.109Z[ recovery-image] Sep 09 22:24:56.054 INFO O| Sep 09 22:24:56.054 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-09-09T22:24:57.119Z[ recovery-image] Sep 09 22:24:56.066 INFO O| Sep 09 22:24:56.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56272024-09-09T22:24:57.119Z[ recovery-image] Sep 09 22:24:56.066 INFO O| Sep 09 22:24:56.066 INFO STEP 539 (remove_files) COMPLETE
56282024-09-09T22:24:57.122Z[ recovery-image] Sep 09 22:24:56.066 INFO O| Sep 09 22:24:56.066 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-09-09T22:24:57.130Z[ recovery-image] Sep 09 22:24:56.077 INFO O| Sep 09 22:24:56.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56302024-09-09T22:24:57.130Z[ recovery-image] Sep 09 22:24:56.077 INFO O| Sep 09 22:24:56.077 INFO STEP 540 (remove_files) COMPLETE
56312024-09-09T22:24:57.130Z[ recovery-image] Sep 09 22:24:56.077 INFO O| Sep 09 22:24:56.077 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-09-09T22:24:57.140Z[ recovery-image] Sep 09 22:24:56.087 INFO O| Sep 09 22:24:56.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
56332024-09-09T22:24:57.140Z[ recovery-image] Sep 09 22:24:56.087 INFO O| Sep 09 22:24:56.087 INFO STEP 541 (remove_files) COMPLETE
56342024-09-09T22:24:57.143Z[ recovery-image] Sep 09 22:24:56.087 INFO O| Sep 09 22:24:56.087 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-09-09T22:24:57.149Z[ recovery-image] Sep 09 22:24:56.097 INFO O| Sep 09 22:24:56.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
56362024-09-09T22:24:57.152Z[ recovery-image] Sep 09 22:24:56.097 INFO O| Sep 09 22:24:56.097 INFO STEP 542 (remove_files) COMPLETE
56372024-09-09T22:24:57.152Z[ recovery-image] Sep 09 22:24:56.097 INFO O| Sep 09 22:24:56.097 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-09-09T22:24:57.159Z[ recovery-image] Sep 09 22:24:56.106 INFO O| Sep 09 22:24:56.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
56392024-09-09T22:24:57.160Z[ recovery-image] Sep 09 22:24:56.107 INFO O| Sep 09 22:24:56.106 INFO STEP 543 (remove_files) COMPLETE
56402024-09-09T22:24:57.163Z[ recovery-image] Sep 09 22:24:56.107 INFO O| Sep 09 22:24:56.107 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-09-09T22:24:57.169Z[ recovery-image] Sep 09 22:24:56.116 INFO O| Sep 09 22:24:56.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
56422024-09-09T22:24:57.169Z[ recovery-image] Sep 09 22:24:56.116 INFO O| Sep 09 22:24:56.116 INFO STEP 544 (remove_files) COMPLETE
56432024-09-09T22:24:57.172Z[ recovery-image] Sep 09 22:24:56.116 INFO O| Sep 09 22:24:56.116 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-09-09T22:24:57.179Z[ recovery-image] Sep 09 22:24:56.126 INFO O| Sep 09 22:24:56.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
56452024-09-09T22:24:57.179Z[ recovery-image] Sep 09 22:24:56.126 INFO O| Sep 09 22:24:56.126 INFO STEP 545 (remove_files) COMPLETE
56462024-09-09T22:24:57.181Z[ recovery-image] Sep 09 22:24:56.126 INFO O| Sep 09 22:24:56.126 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-09-09T22:24:57.189Z[ recovery-image] Sep 09 22:24:56.136 INFO O| Sep 09 22:24:56.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
56482024-09-09T22:24:57.191Z[ recovery-image] Sep 09 22:24:56.136 INFO O| Sep 09 22:24:56.136 INFO STEP 546 (remove_files) COMPLETE
56492024-09-09T22:24:57.192Z[ recovery-image] Sep 09 22:24:56.136 INFO O| Sep 09 22:24:56.136 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-09-09T22:24:57.199Z[ recovery-image] Sep 09 22:24:56.146 INFO O| Sep 09 22:24:56.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
56512024-09-09T22:24:57.199Z[ recovery-image] Sep 09 22:24:56.146 INFO O| Sep 09 22:24:56.146 INFO STEP 547 (remove_files) COMPLETE
56522024-09-09T22:24:57.202Z[ recovery-image] Sep 09 22:24:56.147 INFO O| Sep 09 22:24:56.146 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-09-09T22:24:57.210Z[ recovery-image] Sep 09 22:24:56.157 INFO O| Sep 09 22:24:56.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
56542024-09-09T22:24:57.210Z[ recovery-image] Sep 09 22:24:56.157 INFO O| Sep 09 22:24:56.157 INFO STEP 548 (remove_files) COMPLETE
56552024-09-09T22:24:57.212Z[ recovery-image] Sep 09 22:24:56.157 INFO O| Sep 09 22:24:56.157 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-09-09T22:24:57.219Z[ recovery-image] Sep 09 22:24:56.166 INFO O| Sep 09 22:24:56.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
56572024-09-09T22:24:57.222Z[ recovery-image] Sep 09 22:24:56.167 INFO O| Sep 09 22:24:56.166 INFO STEP 549 (remove_files) COMPLETE
56582024-09-09T22:24:57.222Z[ recovery-image] Sep 09 22:24:56.167 INFO O| Sep 09 22:24:56.167 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-09-09T22:24:57.229Z[ recovery-image] Sep 09 22:24:56.176 INFO O| Sep 09 22:24:56.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
56602024-09-09T22:24:57.229Z[ recovery-image] Sep 09 22:24:56.176 INFO O| Sep 09 22:24:56.176 INFO STEP 550 (remove_files) COMPLETE
56612024-09-09T22:24:57.229Z[ recovery-image] Sep 09 22:24:56.176 INFO O| Sep 09 22:24:56.176 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-09-09T22:24:57.239Z[ recovery-image] Sep 09 22:24:56.186 INFO O| Sep 09 22:24:56.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
56632024-09-09T22:24:57.239Z[ recovery-image] Sep 09 22:24:56.186 INFO O| Sep 09 22:24:56.186 INFO STEP 551 (remove_files) COMPLETE
56642024-09-09T22:24:57.241Z[ recovery-image] Sep 09 22:24:56.186 INFO O| Sep 09 22:24:56.186 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-09-09T22:24:57.249Z[ recovery-image] Sep 09 22:24:56.196 INFO O| Sep 09 22:24:56.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
56662024-09-09T22:24:57.249Z[ recovery-image] Sep 09 22:24:56.196 INFO O| Sep 09 22:24:56.196 INFO STEP 552 (remove_files) COMPLETE
56672024-09-09T22:24:57.249Z[ recovery-image] Sep 09 22:24:56.196 INFO O| Sep 09 22:24:56.196 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-09-09T22:24:57.259Z[ recovery-image] Sep 09 22:24:56.206 INFO O| Sep 09 22:24:56.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
56692024-09-09T22:24:57.261Z[ recovery-image] Sep 09 22:24:56.206 INFO O| Sep 09 22:24:56.206 INFO STEP 553 (remove_files) COMPLETE
56702024-09-09T22:24:57.261Z[ recovery-image] Sep 09 22:24:56.206 INFO O| Sep 09 22:24:56.206 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-09-09T22:24:57.269Z[ recovery-image] Sep 09 22:24:56.216 INFO O| Sep 09 22:24:56.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
56722024-09-09T22:24:57.271Z[ recovery-image] Sep 09 22:24:56.217 INFO O| Sep 09 22:24:56.217 INFO STEP 554 (remove_files) COMPLETE
56732024-09-09T22:24:57.271Z[ recovery-image] Sep 09 22:24:56.217 INFO O| Sep 09 22:24:56.217 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-09-09T22:24:57.280Z[ recovery-image] Sep 09 22:24:56.227 INFO O| Sep 09 22:24:56.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
56752024-09-09T22:24:57.282Z[ recovery-image] Sep 09 22:24:56.227 INFO O| Sep 09 22:24:56.227 INFO STEP 555 (remove_files) COMPLETE
56762024-09-09T22:24:57.282Z[ recovery-image] Sep 09 22:24:56.227 INFO O| Sep 09 22:24:56.227 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-09-09T22:24:57.289Z[ recovery-image] Sep 09 22:24:56.236 INFO O| Sep 09 22:24:56.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
56782024-09-09T22:24:57.292Z[ recovery-image] Sep 09 22:24:56.237 INFO O| Sep 09 22:24:56.237 INFO STEP 556 (remove_files) COMPLETE
56792024-09-09T22:24:57.292Z[ recovery-image] Sep 09 22:24:56.237 INFO O| Sep 09 22:24:56.237 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-09-09T22:24:57.300Z[ recovery-image] Sep 09 22:24:56.247 INFO O| Sep 09 22:24:56.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
56812024-09-09T22:24:57.300Z[ recovery-image] Sep 09 22:24:56.247 INFO O| Sep 09 22:24:56.247 INFO STEP 557 (remove_files) COMPLETE
56822024-09-09T22:24:57.300Z[ recovery-image] Sep 09 22:24:56.247 INFO O| Sep 09 22:24:56.247 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-09-09T22:24:57.309Z[ recovery-image] Sep 09 22:24:56.256 INFO O| Sep 09 22:24:56.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
56842024-09-09T22:24:57.309Z[ recovery-image] Sep 09 22:24:56.256 INFO O| Sep 09 22:24:56.256 INFO STEP 558 (remove_files) COMPLETE
56852024-09-09T22:24:57.309Z[ recovery-image] Sep 09 22:24:56.256 INFO O| Sep 09 22:24:56.256 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-09-09T22:24:57.319Z[ recovery-image] Sep 09 22:24:56.266 INFO O| Sep 09 22:24:56.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
56872024-09-09T22:24:57.319Z[ recovery-image] Sep 09 22:24:56.266 INFO O| Sep 09 22:24:56.266 INFO STEP 559 (remove_files) COMPLETE
56882024-09-09T22:24:57.319Z[ recovery-image] Sep 09 22:24:56.266 INFO O| Sep 09 22:24:56.266 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-09-09T22:24:57.331Z[ recovery-image] Sep 09 22:24:56.278 INFO O| Sep 09 22:24:56.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
56902024-09-09T22:24:57.331Z[ recovery-image] Sep 09 22:24:56.278 INFO O| Sep 09 22:24:56.278 INFO STEP 560 (remove_files) COMPLETE
56912024-09-09T22:24:57.333Z[ recovery-image] Sep 09 22:24:56.278 INFO O| Sep 09 22:24:56.278 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-09-09T22:24:57.341Z[ recovery-image] Sep 09 22:24:56.288 INFO O| Sep 09 22:24:56.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
56932024-09-09T22:24:57.341Z[ recovery-image] Sep 09 22:24:56.288 INFO O| Sep 09 22:24:56.288 INFO STEP 561 (remove_files) COMPLETE
56942024-09-09T22:24:57.344Z[ recovery-image] Sep 09 22:24:56.288 INFO O| Sep 09 22:24:56.288 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-09-09T22:24:57.351Z[ recovery-image] Sep 09 22:24:56.298 INFO O| Sep 09 22:24:56.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
56962024-09-09T22:24:57.351Z[ recovery-image] Sep 09 22:24:56.298 INFO O| Sep 09 22:24:56.298 INFO STEP 562 (remove_files) COMPLETE
56972024-09-09T22:24:57.351Z[ recovery-image] Sep 09 22:24:56.298 INFO O| Sep 09 22:24:56.298 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-09-09T22:24:57.360Z[ recovery-image] Sep 09 22:24:56.307 INFO O| Sep 09 22:24:56.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
56992024-09-09T22:24:57.360Z[ recovery-image] Sep 09 22:24:56.307 INFO O| Sep 09 22:24:56.307 INFO STEP 563 (remove_files) COMPLETE
57002024-09-09T22:24:57.364Z[ recovery-image] Sep 09 22:24:56.307 INFO O| Sep 09 22:24:56.307 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-09-09T22:24:57.370Z[ recovery-image] Sep 09 22:24:56.317 INFO O| Sep 09 22:24:56.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
57022024-09-09T22:24:57.370Z[ recovery-image] Sep 09 22:24:56.317 INFO O| Sep 09 22:24:56.317 INFO STEP 564 (remove_files) COMPLETE
57032024-09-09T22:24:57.372Z[ recovery-image] Sep 09 22:24:56.317 INFO O| Sep 09 22:24:56.317 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-09-09T22:24:57.380Z[ recovery-image] Sep 09 22:24:56.327 INFO O| Sep 09 22:24:56.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
57052024-09-09T22:24:57.380Z[ recovery-image] Sep 09 22:24:56.327 INFO O| Sep 09 22:24:56.327 INFO STEP 565 (remove_files) COMPLETE
57062024-09-09T22:24:57.382Z[ recovery-image] Sep 09 22:24:56.327 INFO O| Sep 09 22:24:56.327 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-09-09T22:24:57.389Z[ recovery-image] Sep 09 22:24:56.336 INFO O| Sep 09 22:24:56.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
57082024-09-09T22:24:57.389Z[ recovery-image] Sep 09 22:24:56.336 INFO O| Sep 09 22:24:56.336 INFO STEP 566 (remove_files) COMPLETE
57092024-09-09T22:24:57.389Z[ recovery-image] Sep 09 22:24:56.336 INFO O| Sep 09 22:24:56.336 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-09-09T22:24:57.399Z[ recovery-image] Sep 09 22:24:56.346 INFO O| Sep 09 22:24:56.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
57112024-09-09T22:24:57.399Z[ recovery-image] Sep 09 22:24:56.346 INFO O| Sep 09 22:24:56.346 INFO STEP 567 (remove_files) COMPLETE
57122024-09-09T22:24:57.399Z[ recovery-image] Sep 09 22:24:56.346 INFO O| Sep 09 22:24:56.346 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-09-09T22:24:57.409Z[ recovery-image] Sep 09 22:24:56.356 INFO O| Sep 09 22:24:56.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57142024-09-09T22:24:57.409Z[ recovery-image] Sep 09 22:24:56.356 INFO O| Sep 09 22:24:56.356 INFO STEP 568 (remove_files) COMPLETE
57152024-09-09T22:24:57.409Z[ recovery-image] Sep 09 22:24:56.356 INFO O| Sep 09 22:24:56.356 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-09-09T22:24:57.418Z[ recovery-image] Sep 09 22:24:56.365 INFO O| Sep 09 22:24:56.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57172024-09-09T22:24:57.418Z[ recovery-image] Sep 09 22:24:56.365 INFO O| Sep 09 22:24:56.365 INFO STEP 569 (remove_files) COMPLETE
57182024-09-09T22:24:57.422Z[ recovery-image] Sep 09 22:24:56.365 INFO O| Sep 09 22:24:56.365 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-09-09T22:24:57.428Z[ recovery-image] Sep 09 22:24:56.375 INFO O| Sep 09 22:24:56.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57202024-09-09T22:24:57.428Z[ recovery-image] Sep 09 22:24:56.375 INFO O| Sep 09 22:24:56.375 INFO STEP 570 (remove_files) COMPLETE
57212024-09-09T22:24:57.428Z[ recovery-image] Sep 09 22:24:56.375 INFO O| Sep 09 22:24:56.375 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-09-09T22:24:57.438Z[ recovery-image] Sep 09 22:24:56.385 INFO O| Sep 09 22:24:56.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57232024-09-09T22:24:57.438Z[ recovery-image] Sep 09 22:24:56.385 INFO O| Sep 09 22:24:56.385 INFO STEP 571 (remove_files) COMPLETE
57242024-09-09T22:24:57.440Z[ recovery-image] Sep 09 22:24:56.385 INFO O| Sep 09 22:24:56.385 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-09-09T22:24:57.447Z[ recovery-image] Sep 09 22:24:56.394 INFO O| Sep 09 22:24:56.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57262024-09-09T22:24:57.447Z[ recovery-image] Sep 09 22:24:56.394 INFO O| Sep 09 22:24:56.394 INFO STEP 572 (remove_files) COMPLETE
57272024-09-09T22:24:57.450Z[ recovery-image] Sep 09 22:24:56.394 INFO O| Sep 09 22:24:56.394 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-09-09T22:24:57.457Z[ recovery-image] Sep 09 22:24:56.404 INFO O| Sep 09 22:24:56.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57292024-09-09T22:24:57.457Z[ recovery-image] Sep 09 22:24:56.404 INFO O| Sep 09 22:24:56.404 INFO STEP 573 (remove_files) COMPLETE
57302024-09-09T22:24:57.457Z[ recovery-image] Sep 09 22:24:56.404 INFO O| Sep 09 22:24:56.404 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-09-09T22:24:57.467Z[ recovery-image] Sep 09 22:24:56.414 INFO O| Sep 09 22:24:56.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
57322024-09-09T22:24:57.467Z[ recovery-image] Sep 09 22:24:56.414 INFO O| Sep 09 22:24:56.414 INFO STEP 574 (remove_files) COMPLETE
57332024-09-09T22:24:57.467Z[ recovery-image] Sep 09 22:24:56.414 INFO O| Sep 09 22:24:56.414 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-09-09T22:24:57.477Z[ recovery-image] Sep 09 22:24:56.424 INFO O| Sep 09 22:24:56.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
57352024-09-09T22:24:57.477Z[ recovery-image] Sep 09 22:24:56.424 INFO O| Sep 09 22:24:56.424 INFO STEP 575 (remove_files) COMPLETE
57362024-09-09T22:24:57.477Z[ recovery-image] Sep 09 22:24:56.424 INFO O| Sep 09 22:24:56.424 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-09-09T22:24:57.488Z[ recovery-image] Sep 09 22:24:56.434 INFO O| Sep 09 22:24:56.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
57382024-09-09T22:24:57.488Z[ recovery-image] Sep 09 22:24:56.435 INFO O| Sep 09 22:24:56.434 INFO STEP 576 (remove_files) COMPLETE
57392024-09-09T22:24:57.488Z[ recovery-image] Sep 09 22:24:56.435 INFO O| Sep 09 22:24:56.435 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-09-09T22:24:57.498Z[ recovery-image] Sep 09 22:24:56.445 INFO O| Sep 09 22:24:56.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
57412024-09-09T22:24:57.498Z[ recovery-image] Sep 09 22:24:56.445 INFO O| Sep 09 22:24:56.445 INFO STEP 577 (remove_files) COMPLETE
57422024-09-09T22:24:57.498Z[ recovery-image] Sep 09 22:24:56.445 INFO O| Sep 09 22:24:56.445 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-09-09T22:24:57.508Z[ recovery-image] Sep 09 22:24:56.455 INFO O| Sep 09 22:24:56.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
57442024-09-09T22:24:57.508Z[ recovery-image] Sep 09 22:24:56.455 INFO O| Sep 09 22:24:56.455 INFO STEP 578 (remove_files) COMPLETE
57452024-09-09T22:24:57.508Z[ recovery-image] Sep 09 22:24:56.455 INFO O| Sep 09 22:24:56.455 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-09-09T22:24:57.518Z[ recovery-image] Sep 09 22:24:56.465 INFO O| Sep 09 22:24:56.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
57472024-09-09T22:24:57.518Z[ recovery-image] Sep 09 22:24:56.465 INFO O| Sep 09 22:24:56.465 INFO STEP 579 (remove_files) COMPLETE
57482024-09-09T22:24:57.520Z[ recovery-image] Sep 09 22:24:56.465 INFO O| Sep 09 22:24:56.465 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-09-09T22:24:57.528Z[ recovery-image] Sep 09 22:24:56.475 INFO O| Sep 09 22:24:56.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
57502024-09-09T22:24:57.528Z[ recovery-image] Sep 09 22:24:56.475 INFO O| Sep 09 22:24:56.475 INFO STEP 580 (remove_files) COMPLETE
57512024-09-09T22:24:57.528Z[ recovery-image] Sep 09 22:24:56.475 INFO O| Sep 09 22:24:56.475 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-09-09T22:24:57.538Z[ recovery-image] Sep 09 22:24:56.485 INFO O| Sep 09 22:24:56.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
57532024-09-09T22:24:57.538Z[ recovery-image] Sep 09 22:24:56.485 INFO O| Sep 09 22:24:56.485 INFO STEP 581 (remove_files) COMPLETE
57542024-09-09T22:24:57.540Z[ recovery-image] Sep 09 22:24:56.485 INFO O| Sep 09 22:24:56.485 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-09-09T22:24:57.550Z[ recovery-image] Sep 09 22:24:56.497 INFO O| Sep 09 22:24:56.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
57562024-09-09T22:24:57.552Z[ recovery-image] Sep 09 22:24:56.497 INFO O| Sep 09 22:24:56.497 INFO STEP 582 (remove_files) COMPLETE
57572024-09-09T22:24:57.552Z[ recovery-image] Sep 09 22:24:56.497 INFO O| Sep 09 22:24:56.497 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-09-09T22:24:57.560Z[ recovery-image] Sep 09 22:24:56.507 INFO O| Sep 09 22:24:56.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
57592024-09-09T22:24:57.560Z[ recovery-image] Sep 09 22:24:56.507 INFO O| Sep 09 22:24:56.507 INFO STEP 583 (remove_files) COMPLETE
57602024-09-09T22:24:57.560Z[ recovery-image] Sep 09 22:24:56.507 INFO O| Sep 09 22:24:56.507 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-09-09T22:24:57.571Z[ recovery-image] Sep 09 22:24:56.518 INFO O| Sep 09 22:24:56.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
57622024-09-09T22:24:57.573Z[ recovery-image] Sep 09 22:24:56.519 INFO O| Sep 09 22:24:56.519 INFO STEP 584 (remove_files) COMPLETE
57632024-09-09T22:24:57.573Z[ recovery-image] Sep 09 22:24:56.519 INFO O| Sep 09 22:24:56.519 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-09-09T22:24:57.582Z[ recovery-image] Sep 09 22:24:56.529 INFO O| Sep 09 22:24:56.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
57652024-09-09T22:24:57.582Z[ recovery-image] Sep 09 22:24:56.529 INFO O| Sep 09 22:24:56.529 INFO STEP 585 (remove_files) COMPLETE
57662024-09-09T22:24:57.584Z[ recovery-image] Sep 09 22:24:56.529 INFO O| Sep 09 22:24:56.529 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-09-09T22:24:57.592Z[ recovery-image] Sep 09 22:24:56.539 INFO O| Sep 09 22:24:56.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
57682024-09-09T22:24:57.592Z[ recovery-image] Sep 09 22:24:56.539 INFO O| Sep 09 22:24:56.539 INFO STEP 586 (remove_files) COMPLETE
57692024-09-09T22:24:57.594Z[ recovery-image] Sep 09 22:24:56.539 INFO O| Sep 09 22:24:56.539 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-09-09T22:24:57.602Z[ recovery-image] Sep 09 22:24:56.549 INFO O| Sep 09 22:24:56.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
57712024-09-09T22:24:57.602Z[ recovery-image] Sep 09 22:24:56.549 INFO O| Sep 09 22:24:56.549 INFO STEP 587 (remove_files) COMPLETE
57722024-09-09T22:24:57.602Z[ recovery-image] Sep 09 22:24:56.549 INFO O| Sep 09 22:24:56.549 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-09-09T22:24:57.611Z[ recovery-image] Sep 09 22:24:56.558 INFO O| Sep 09 22:24:56.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
57742024-09-09T22:24:57.611Z[ recovery-image] Sep 09 22:24:56.558 INFO O| Sep 09 22:24:56.558 INFO STEP 588 (remove_files) COMPLETE
57752024-09-09T22:24:57.611Z[ recovery-image] Sep 09 22:24:56.558 INFO O| Sep 09 22:24:56.558 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-09-09T22:24:57.624Z[ recovery-image] Sep 09 22:24:56.570 INFO O| Sep 09 22:24:56.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
57772024-09-09T22:24:57.624Z[ recovery-image] Sep 09 22:24:56.570 INFO O| Sep 09 22:24:56.570 INFO STEP 589 (remove_files) COMPLETE
57782024-09-09T22:24:57.624Z[ recovery-image] Sep 09 22:24:56.571 INFO O| Sep 09 22:24:56.570 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-09-09T22:24:57.635Z[ recovery-image] Sep 09 22:24:56.582 INFO O| Sep 09 22:24:56.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
57802024-09-09T22:24:57.637Z[ recovery-image] Sep 09 22:24:56.582 INFO O| Sep 09 22:24:56.582 INFO STEP 590 (remove_files) COMPLETE
57812024-09-09T22:24:57.637Z[ recovery-image] Sep 09 22:24:56.582 INFO O| Sep 09 22:24:56.582 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-09-09T22:24:57.646Z[ recovery-image] Sep 09 22:24:56.592 INFO O| Sep 09 22:24:56.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
57832024-09-09T22:24:57.646Z[ recovery-image] Sep 09 22:24:56.593 INFO O| Sep 09 22:24:56.593 INFO STEP 591 (remove_files) COMPLETE
57842024-09-09T22:24:57.648Z[ recovery-image] Sep 09 22:24:56.593 INFO O| Sep 09 22:24:56.593 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-09-09T22:24:57.657Z[ recovery-image] Sep 09 22:24:56.604 INFO O| Sep 09 22:24:56.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
57862024-09-09T22:24:57.657Z[ recovery-image] Sep 09 22:24:56.604 INFO O| Sep 09 22:24:56.604 INFO STEP 592 (remove_files) COMPLETE
57872024-09-09T22:24:57.660Z[ recovery-image] Sep 09 22:24:56.604 INFO O| Sep 09 22:24:56.604 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-09-09T22:24:57.667Z[ recovery-image] Sep 09 22:24:56.614 INFO O| Sep 09 22:24:56.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
57892024-09-09T22:24:57.670Z[ recovery-image] Sep 09 22:24:56.614 INFO O| Sep 09 22:24:56.614 INFO STEP 593 (remove_files) COMPLETE
57902024-09-09T22:24:57.670Z[ recovery-image] Sep 09 22:24:56.614 INFO O| Sep 09 22:24:56.614 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-09-09T22:24:57.677Z[ recovery-image] Sep 09 22:24:56.624 INFO O| Sep 09 22:24:56.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
57922024-09-09T22:24:57.677Z[ recovery-image] Sep 09 22:24:56.624 INFO O| Sep 09 22:24:56.624 INFO STEP 594 (remove_files) COMPLETE
57932024-09-09T22:24:57.680Z[ recovery-image] Sep 09 22:24:56.624 INFO O| Sep 09 22:24:56.624 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-09-09T22:24:57.687Z[ recovery-image] Sep 09 22:24:56.634 INFO O| Sep 09 22:24:56.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
57952024-09-09T22:24:57.687Z[ recovery-image] Sep 09 22:24:56.634 INFO O| Sep 09 22:24:56.634 INFO STEP 595 (remove_files) COMPLETE
57962024-09-09T22:24:57.690Z[ recovery-image] Sep 09 22:24:56.634 INFO O| Sep 09 22:24:56.634 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-09-09T22:24:57.697Z[ recovery-image] Sep 09 22:24:56.644 INFO O| Sep 09 22:24:56.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
57982024-09-09T22:24:57.697Z[ recovery-image] Sep 09 22:24:56.644 INFO O| Sep 09 22:24:56.644 INFO STEP 596 (remove_files) COMPLETE
57992024-09-09T22:24:57.699Z[ recovery-image] Sep 09 22:24:56.644 INFO O| Sep 09 22:24:56.644 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-09-09T22:24:57.707Z[ recovery-image] Sep 09 22:24:56.654 INFO O| Sep 09 22:24:56.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
58012024-09-09T22:24:57.709Z[ recovery-image] Sep 09 22:24:56.654 INFO O| Sep 09 22:24:56.654 INFO STEP 597 (remove_files) COMPLETE
58022024-09-09T22:24:57.709Z[ recovery-image] Sep 09 22:24:56.654 INFO O| Sep 09 22:24:56.654 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-09-09T22:24:57.717Z[ recovery-image] Sep 09 22:24:56.663 INFO O| Sep 09 22:24:56.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
58042024-09-09T22:24:57.717Z[ recovery-image] Sep 09 22:24:56.664 INFO O| Sep 09 22:24:56.663 INFO STEP 598 (remove_files) COMPLETE
58052024-09-09T22:24:57.719Z[ recovery-image] Sep 09 22:24:56.664 INFO O| Sep 09 22:24:56.664 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-09-09T22:24:57.726Z[ recovery-image] Sep 09 22:24:56.673 INFO O| Sep 09 22:24:56.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
58072024-09-09T22:24:57.726Z[ recovery-image] Sep 09 22:24:56.673 INFO O| Sep 09 22:24:56.673 INFO STEP 599 (remove_files) COMPLETE
58082024-09-09T22:24:57.728Z[ recovery-image] Sep 09 22:24:56.673 INFO O| Sep 09 22:24:56.673 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-09-09T22:24:57.736Z[ recovery-image] Sep 09 22:24:56.683 INFO O| Sep 09 22:24:56.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
58102024-09-09T22:24:57.738Z[ recovery-image] Sep 09 22:24:56.683 INFO O| Sep 09 22:24:56.683 INFO STEP 600 (remove_files) COMPLETE
58112024-09-09T22:24:57.738Z[ recovery-image] Sep 09 22:24:56.683 INFO O| Sep 09 22:24:56.683 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-09-09T22:24:57.746Z[ recovery-image] Sep 09 22:24:56.693 INFO O| Sep 09 22:24:56.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58132024-09-09T22:24:57.748Z[ recovery-image] Sep 09 22:24:56.693 INFO O| Sep 09 22:24:56.693 INFO STEP 601 (remove_files) COMPLETE
58142024-09-09T22:24:57.748Z[ recovery-image] Sep 09 22:24:56.693 INFO O| Sep 09 22:24:56.693 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-09-09T22:24:57.756Z[ recovery-image] Sep 09 22:24:56.703 INFO O| Sep 09 22:24:56.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58162024-09-09T22:24:57.756Z[ recovery-image] Sep 09 22:24:56.703 INFO O| Sep 09 22:24:56.703 INFO STEP 602 (remove_files) COMPLETE
58172024-09-09T22:24:57.758Z[ recovery-image] Sep 09 22:24:56.703 INFO O| Sep 09 22:24:56.703 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-09-09T22:24:57.766Z[ recovery-image] Sep 09 22:24:56.713 INFO O| Sep 09 22:24:56.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58192024-09-09T22:24:57.766Z[ recovery-image] Sep 09 22:24:56.713 INFO O| Sep 09 22:24:56.713 INFO STEP 603 (remove_files) COMPLETE
58202024-09-09T22:24:57.768Z[ recovery-image] Sep 09 22:24:56.713 INFO O| Sep 09 22:24:56.713 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-09-09T22:24:57.776Z[ recovery-image] Sep 09 22:24:56.722 INFO O| Sep 09 22:24:56.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58222024-09-09T22:24:57.776Z[ recovery-image] Sep 09 22:24:56.723 INFO O| Sep 09 22:24:56.722 INFO STEP 604 (remove_files) COMPLETE
58232024-09-09T22:24:57.776Z[ recovery-image] Sep 09 22:24:56.723 INFO O| Sep 09 22:24:56.723 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-09-09T22:24:57.786Z[ recovery-image] Sep 09 22:24:56.732 INFO O| Sep 09 22:24:56.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
58252024-09-09T22:24:57.788Z[ recovery-image] Sep 09 22:24:56.732 INFO O| Sep 09 22:24:56.732 INFO STEP 605 (remove_files) COMPLETE
58262024-09-09T22:24:57.788Z[ recovery-image] Sep 09 22:24:56.732 INFO O| Sep 09 22:24:56.732 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-09-09T22:24:57.795Z[ recovery-image] Sep 09 22:24:56.742 INFO O| Sep 09 22:24:56.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
58282024-09-09T22:24:57.797Z[ recovery-image] Sep 09 22:24:56.742 INFO O| Sep 09 22:24:56.742 INFO STEP 606 (remove_files) COMPLETE
58292024-09-09T22:24:57.797Z[ recovery-image] Sep 09 22:24:56.742 INFO O| Sep 09 22:24:56.742 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-09-09T22:24:57.805Z[ recovery-image] Sep 09 22:24:56.752 INFO O| Sep 09 22:24:56.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
58312024-09-09T22:24:57.805Z[ recovery-image] Sep 09 22:24:56.752 INFO O| Sep 09 22:24:56.752 INFO STEP 607 (remove_files) COMPLETE
58322024-09-09T22:24:57.807Z[ recovery-image] Sep 09 22:24:56.752 INFO O| Sep 09 22:24:56.752 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-09-09T22:24:57.815Z[ recovery-image] Sep 09 22:24:56.761 INFO O| Sep 09 22:24:56.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
58342024-09-09T22:24:57.815Z[ recovery-image] Sep 09 22:24:56.762 INFO O| Sep 09 22:24:56.762 INFO STEP 608 (remove_files) COMPLETE
58352024-09-09T22:24:57.817Z[ recovery-image] Sep 09 22:24:56.762 INFO O| Sep 09 22:24:56.762 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-09-09T22:24:57.824Z[ recovery-image] Sep 09 22:24:56.771 INFO O| Sep 09 22:24:56.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
58372024-09-09T22:24:57.824Z[ recovery-image] Sep 09 22:24:56.771 INFO O| Sep 09 22:24:56.771 INFO STEP 609 (remove_files) COMPLETE
58382024-09-09T22:24:57.827Z[ recovery-image] Sep 09 22:24:56.771 INFO O| Sep 09 22:24:56.771 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-09-09T22:24:57.834Z[ recovery-image] Sep 09 22:24:56.781 INFO O| Sep 09 22:24:56.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
58402024-09-09T22:24:57.837Z[ recovery-image] Sep 09 22:24:56.781 INFO O| Sep 09 22:24:56.781 INFO STEP 610 (remove_files) COMPLETE
58412024-09-09T22:24:57.837Z[ recovery-image] Sep 09 22:24:56.781 INFO O| Sep 09 22:24:56.781 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-09-09T22:24:57.844Z[ recovery-image] Sep 09 22:24:56.791 INFO O| Sep 09 22:24:56.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
58432024-09-09T22:24:57.844Z[ recovery-image] Sep 09 22:24:56.791 INFO O| Sep 09 22:24:56.791 INFO STEP 611 (remove_files) COMPLETE
58442024-09-09T22:24:57.847Z[ recovery-image] Sep 09 22:24:56.791 INFO O| Sep 09 22:24:56.791 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-09-09T22:24:57.853Z[ recovery-image] Sep 09 22:24:56.800 INFO O| Sep 09 22:24:56.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
58462024-09-09T22:24:57.856Z[ recovery-image] Sep 09 22:24:56.801 INFO O| Sep 09 22:24:56.800 INFO STEP 612 (remove_files) COMPLETE
58472024-09-09T22:24:57.856Z[ recovery-image] Sep 09 22:24:56.801 INFO O| Sep 09 22:24:56.801 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-09-09T22:24:57.863Z[ recovery-image] Sep 09 22:24:56.810 INFO O| Sep 09 22:24:56.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
58492024-09-09T22:24:57.863Z[ recovery-image] Sep 09 22:24:56.810 INFO O| Sep 09 22:24:56.810 INFO STEP 613 (remove_files) COMPLETE
58502024-09-09T22:24:57.866Z[ recovery-image] Sep 09 22:24:56.810 INFO O| Sep 09 22:24:56.810 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-09-09T22:24:57.873Z[ recovery-image] Sep 09 22:24:56.820 INFO O| Sep 09 22:24:56.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
58522024-09-09T22:24:57.873Z[ recovery-image] Sep 09 22:24:56.820 INFO O| Sep 09 22:24:56.820 INFO STEP 614 (remove_files) COMPLETE
58532024-09-09T22:24:57.873Z[ recovery-image] Sep 09 22:24:56.820 INFO O| Sep 09 22:24:56.820 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-09-09T22:24:57.882Z[ recovery-image] Sep 09 22:24:56.829 INFO O| Sep 09 22:24:56.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
58552024-09-09T22:24:57.884Z[ recovery-image] Sep 09 22:24:56.829 INFO O| Sep 09 22:24:56.829 INFO STEP 615 (remove_files) COMPLETE
58562024-09-09T22:24:57.884Z[ recovery-image] Sep 09 22:24:56.829 INFO O| Sep 09 22:24:56.829 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-09-09T22:24:57.892Z[ recovery-image] Sep 09 22:24:56.839 INFO O| Sep 09 22:24:56.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
58582024-09-09T22:24:57.892Z[ recovery-image] Sep 09 22:24:56.839 INFO O| Sep 09 22:24:56.839 INFO STEP 616 (remove_files) COMPLETE
58592024-09-09T22:24:57.892Z[ recovery-image] Sep 09 22:24:56.839 INFO O| Sep 09 22:24:56.839 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-09-09T22:24:57.902Z[ recovery-image] Sep 09 22:24:56.849 INFO O| Sep 09 22:24:56.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
58612024-09-09T22:24:57.904Z[ recovery-image] Sep 09 22:24:56.849 INFO O| Sep 09 22:24:56.849 INFO STEP 617 (remove_files) COMPLETE
58622024-09-09T22:24:57.904Z[ recovery-image] Sep 09 22:24:56.849 INFO O| Sep 09 22:24:56.849 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-09-09T22:24:57.911Z[ recovery-image] Sep 09 22:24:56.858 INFO O| Sep 09 22:24:56.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
58642024-09-09T22:24:57.912Z[ recovery-image] Sep 09 22:24:56.858 INFO O| Sep 09 22:24:56.858 INFO STEP 618 (remove_files) COMPLETE
58652024-09-09T22:24:57.914Z[ recovery-image] Sep 09 22:24:56.858 INFO O| Sep 09 22:24:56.858 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-09-09T22:24:57.922Z[ recovery-image] Sep 09 22:24:56.868 INFO O| Sep 09 22:24:56.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
58672024-09-09T22:24:57.922Z[ recovery-image] Sep 09 22:24:56.868 INFO O| Sep 09 22:24:56.868 INFO STEP 619 (remove_files) COMPLETE
58682024-09-09T22:24:57.924Z[ recovery-image] Sep 09 22:24:56.868 INFO O| Sep 09 22:24:56.868 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-09-09T22:24:57.932Z[ recovery-image] Sep 09 22:24:56.879 INFO O| Sep 09 22:24:56.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
58702024-09-09T22:24:57.932Z[ recovery-image] Sep 09 22:24:56.879 INFO O| Sep 09 22:24:56.879 INFO STEP 620 (remove_files) COMPLETE
58712024-09-09T22:24:57.932Z[ recovery-image] Sep 09 22:24:56.879 INFO O| Sep 09 22:24:56.879 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-09-09T22:24:57.943Z[ recovery-image] Sep 09 22:24:56.889 INFO O| Sep 09 22:24:56.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
58732024-09-09T22:24:57.945Z[ recovery-image] Sep 09 22:24:56.890 INFO O| Sep 09 22:24:56.890 INFO STEP 621 (remove_files) COMPLETE
58742024-09-09T22:24:57.945Z[ recovery-image] Sep 09 22:24:56.890 INFO O| Sep 09 22:24:56.890 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-09-09T22:24:57.953Z[ recovery-image] Sep 09 22:24:56.900 INFO O| Sep 09 22:24:56.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
58762024-09-09T22:24:57.953Z[ recovery-image] Sep 09 22:24:56.900 INFO O| Sep 09 22:24:56.900 INFO STEP 622 (remove_files) COMPLETE
58772024-09-09T22:24:57.953Z[ recovery-image] Sep 09 22:24:56.900 INFO O| Sep 09 22:24:56.900 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-09-09T22:24:57.963Z[ recovery-image] Sep 09 22:24:56.910 INFO O| Sep 09 22:24:56.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
58792024-09-09T22:24:57.963Z[ recovery-image] Sep 09 22:24:56.910 INFO O| Sep 09 22:24:56.910 INFO STEP 623 (remove_files) COMPLETE
58802024-09-09T22:24:57.963Z[ recovery-image] Sep 09 22:24:56.910 INFO O| Sep 09 22:24:56.910 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-09-09T22:24:57.973Z[ recovery-image] Sep 09 22:24:56.920 INFO O| Sep 09 22:24:56.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
58822024-09-09T22:24:57.975Z[ recovery-image] Sep 09 22:24:56.920 INFO O| Sep 09 22:24:56.920 INFO STEP 624 (remove_files) COMPLETE
58832024-09-09T22:24:57.975Z[ recovery-image] Sep 09 22:24:56.920 INFO O| Sep 09 22:24:56.920 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-09-09T22:24:57.982Z[ recovery-image] Sep 09 22:24:56.929 INFO O| Sep 09 22:24:56.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
58852024-09-09T22:24:57.982Z[ recovery-image] Sep 09 22:24:56.929 INFO O| Sep 09 22:24:56.929 INFO STEP 625 (remove_files) COMPLETE
58862024-09-09T22:24:57.985Z[ recovery-image] Sep 09 22:24:56.929 INFO O| Sep 09 22:24:56.929 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-09-09T22:24:57.992Z[ recovery-image] Sep 09 22:24:56.939 INFO O| Sep 09 22:24:56.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
58882024-09-09T22:24:57.992Z[ recovery-image] Sep 09 22:24:56.939 INFO O| Sep 09 22:24:56.939 INFO STEP 626 (remove_files) COMPLETE
58892024-09-09T22:24:57.992Z[ recovery-image] Sep 09 22:24:56.939 INFO O| Sep 09 22:24:56.939 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-09-09T22:24:58.002Z[ recovery-image] Sep 09 22:24:56.948 INFO O| Sep 09 22:24:56.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
58912024-09-09T22:24:58.004Z[ recovery-image] Sep 09 22:24:56.949 INFO O| Sep 09 22:24:56.948 INFO STEP 627 (remove_files) COMPLETE
58922024-09-09T22:24:58.004Z[ recovery-image] Sep 09 22:24:56.949 INFO O| Sep 09 22:24:56.949 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-09-09T22:24:58.009Z[ host-image] Sep 09 22:24:56.956 INFO O| Sep 09 22:24:56.956 INFO O| Done
58942024-09-09T22:24:58.012Z[ recovery-image] Sep 09 22:24:56.958 INFO O| Sep 09 22:24:56.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
58952024-09-09T22:24:58.012Z[ recovery-image] Sep 09 22:24:56.958 INFO O| Sep 09 22:24:56.958 INFO STEP 628 (remove_files) COMPLETE
58962024-09-09T22:24:58.012Z[ recovery-image] Sep 09 22:24:56.958 INFO O| Sep 09 22:24:56.958 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-09-09T22:24:58.022Z[ recovery-image] Sep 09 22:24:56.969 INFO O| Sep 09 22:24:56.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
58982024-09-09T22:24:58.024Z[ recovery-image] Sep 09 22:24:56.969 INFO O| Sep 09 22:24:56.969 INFO STEP 629 (remove_files) COMPLETE
58992024-09-09T22:24:58.024Z[ recovery-image] Sep 09 22:24:56.969 INFO O| Sep 09 22:24:56.969 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-09-09T22:24:58.032Z[ recovery-image] Sep 09 22:24:56.978 INFO O| Sep 09 22:24:56.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
59012024-09-09T22:24:58.034Z[ recovery-image] Sep 09 22:24:56.979 INFO O| Sep 09 22:24:56.978 INFO STEP 630 (remove_files) COMPLETE
59022024-09-09T22:24:58.034Z[ recovery-image] Sep 09 22:24:56.979 INFO O| Sep 09 22:24:56.979 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-09-09T22:24:58.034Z[ host-image] Sep 09 22:24:56.980 INFO O| Sep 09 22:24:56.980 INFO O| Done
59042024-09-09T22:24:58.034Z[ host-image] Sep 09 22:24:56.980 INFO O| Sep 09 22:24:56.980 INFO O| Done
59052024-09-09T22:24:58.041Z[ recovery-image] Sep 09 22:24:56.988 INFO O| Sep 09 22:24:56.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
59062024-09-09T22:24:58.044Z[ recovery-image] Sep 09 22:24:56.989 INFO O| Sep 09 22:24:56.989 INFO STEP 631 (remove_files) COMPLETE
59072024-09-09T22:24:58.044Z[ recovery-image] Sep 09 22:24:56.989 INFO O| Sep 09 22:24:56.989 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-09-09T22:24:58.047Z[ host-image] Sep 09 22:24:56.993 INFO O| Sep 09 22:24:56.993 INFO O| Done
59092024-09-09T22:24:58.052Z[ recovery-image] Sep 09 22:24:56.999 INFO O| Sep 09 22:24:56.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
59102024-09-09T22:24:58.054Z[ recovery-image] Sep 09 22:24:56.999 INFO O| Sep 09 22:24:56.999 INFO STEP 632 (remove_files) COMPLETE
59112024-09-09T22:24:58.054Z[ recovery-image] Sep 09 22:24:56.999 INFO O| Sep 09 22:24:56.999 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-09-09T22:24:58.064Z[ recovery-image] Sep 09 22:24:57.010 INFO O| Sep 09 22:24:57.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
59132024-09-09T22:24:58.064Z[ recovery-image] Sep 09 22:24:57.010 INFO O| Sep 09 22:24:57.010 INFO STEP 633 (remove_files) COMPLETE
59142024-09-09T22:24:58.066Z[ recovery-image] Sep 09 22:24:57.010 INFO O| Sep 09 22:24:57.010 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-09-09T22:24:58.076Z[ recovery-image] Sep 09 22:24:57.022 INFO O| Sep 09 22:24:57.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59162024-09-09T22:24:58.076Z[ recovery-image] Sep 09 22:24:57.022 INFO O| Sep 09 22:24:57.022 INFO STEP 634 (remove_files) COMPLETE
59172024-09-09T22:24:58.076Z[ recovery-image] Sep 09 22:24:57.022 INFO O| Sep 09 22:24:57.022 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-09-09T22:24:58.086Z[ recovery-image] Sep 09 22:24:57.032 INFO O| Sep 09 22:24:57.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59192024-09-09T22:24:58.088Z[ recovery-image] Sep 09 22:24:57.033 INFO O| Sep 09 22:24:57.033 INFO STEP 635 (remove_files) COMPLETE
59202024-09-09T22:24:58.088Z[ recovery-image] Sep 09 22:24:57.033 INFO O| Sep 09 22:24:57.033 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-09-09T22:24:58.096Z[ recovery-image] Sep 09 22:24:57.042 INFO O| Sep 09 22:24:57.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59222024-09-09T22:24:58.096Z[ recovery-image] Sep 09 22:24:57.042 INFO O| Sep 09 22:24:57.042 INFO STEP 636 (remove_files) COMPLETE
59232024-09-09T22:24:58.098Z[ recovery-image] Sep 09 22:24:57.042 INFO O| Sep 09 22:24:57.042 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-09-09T22:24:58.106Z[ recovery-image] Sep 09 22:24:57.052 INFO O| Sep 09 22:24:57.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
59252024-09-09T22:24:58.106Z[ recovery-image] Sep 09 22:24:57.052 INFO O| Sep 09 22:24:57.052 INFO STEP 637 (remove_files) COMPLETE
59262024-09-09T22:24:58.108Z[ recovery-image] Sep 09 22:24:57.052 INFO O| Sep 09 22:24:57.052 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-09-09T22:24:58.115Z[ recovery-image] Sep 09 22:24:57.062 INFO O| Sep 09 22:24:57.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
59282024-09-09T22:24:58.115Z[ recovery-image] Sep 09 22:24:57.062 INFO O| Sep 09 22:24:57.062 INFO STEP 638 (remove_files) COMPLETE
59292024-09-09T22:24:58.118Z[ recovery-image] Sep 09 22:24:57.062 INFO O| Sep 09 22:24:57.062 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-09-09T22:24:58.126Z[ recovery-image] Sep 09 22:24:57.073 INFO O| Sep 09 22:24:57.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
59312024-09-09T22:24:58.128Z[ recovery-image] Sep 09 22:24:57.073 INFO O| Sep 09 22:24:57.073 INFO STEP 639 (remove_files) COMPLETE
59322024-09-09T22:24:58.128Z[ recovery-image] Sep 09 22:24:57.073 INFO O| Sep 09 22:24:57.073 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-09-09T22:24:58.136Z[ recovery-image] Sep 09 22:24:57.083 INFO O| Sep 09 22:24:57.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
59342024-09-09T22:24:58.138Z[ recovery-image] Sep 09 22:24:57.083 INFO O| Sep 09 22:24:57.083 INFO STEP 640 (remove_files) COMPLETE
59352024-09-09T22:24:58.138Z[ recovery-image] Sep 09 22:24:57.083 INFO O| Sep 09 22:24:57.083 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-09-09T22:24:58.147Z[ recovery-image] Sep 09 22:24:57.094 INFO O| Sep 09 22:24:57.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
59372024-09-09T22:24:58.147Z[ recovery-image] Sep 09 22:24:57.094 INFO O| Sep 09 22:24:57.094 INFO STEP 641 (remove_files) COMPLETE
59382024-09-09T22:24:58.150Z[ recovery-image] Sep 09 22:24:57.094 INFO O| Sep 09 22:24:57.094 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-09-09T22:24:58.152Z[ host-image] Sep 09 22:24:57.097 INFO O| Sep 09 22:24:57.097 INFO STEP 12 (pkg_install) COMPLETE
59402024-09-09T22:24:58.152Z[ host-image] Sep 09 22:24:57.097 INFO O| Sep 09 22:24:57.097 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
59412024-09-09T22:24:58.157Z[ recovery-image] Sep 09 22:24:57.104 INFO O| Sep 09 22:24:57.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
59422024-09-09T22:24:58.157Z[ recovery-image] Sep 09 22:24:57.104 INFO O| Sep 09 22:24:57.104 INFO STEP 642 (remove_files) COMPLETE
59432024-09-09T22:24:58.159Z[ recovery-image] Sep 09 22:24:57.104 INFO O| Sep 09 22:24:57.104 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-09-09T22:24:58.162Z[ host-image] Sep 09 22:24:57.108 INFO O| Sep 09 22:24:57.108 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
59452024-09-09T22:24:58.167Z[ recovery-image] Sep 09 22:24:57.113 INFO O| Sep 09 22:24:57.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
59462024-09-09T22:24:58.167Z[ recovery-image] Sep 09 22:24:57.114 INFO O| Sep 09 22:24:57.114 INFO STEP 643 (remove_files) COMPLETE
59472024-09-09T22:24:58.167Z[ recovery-image] Sep 09 22:24:57.114 INFO O| Sep 09 22:24:57.114 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-09-09T22:24:58.176Z[ recovery-image] Sep 09 22:24:57.123 INFO O| Sep 09 22:24:57.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
59492024-09-09T22:24:58.179Z[ recovery-image] Sep 09 22:24:57.123 INFO O| Sep 09 22:24:57.123 INFO STEP 644 (remove_files) COMPLETE
59502024-09-09T22:24:58.179Z[ recovery-image] Sep 09 22:24:57.123 INFO O| Sep 09 22:24:57.123 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-09-09T22:24:58.186Z[ recovery-image] Sep 09 22:24:57.133 INFO O| Sep 09 22:24:57.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
59522024-09-09T22:24:58.186Z[ recovery-image] Sep 09 22:24:57.133 INFO O| Sep 09 22:24:57.133 INFO STEP 645 (remove_files) COMPLETE
59532024-09-09T22:24:58.189Z[ recovery-image] Sep 09 22:24:57.133 INFO O| Sep 09 22:24:57.133 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-09-09T22:24:58.196Z[ recovery-image] Sep 09 22:24:57.143 INFO O| Sep 09 22:24:57.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
59552024-09-09T22:24:58.196Z[ recovery-image] Sep 09 22:24:57.143 INFO O| Sep 09 22:24:57.143 INFO STEP 646 (remove_files) COMPLETE
59562024-09-09T22:24:58.196Z[ recovery-image] Sep 09 22:24:57.143 INFO O| Sep 09 22:24:57.143 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-09-09T22:24:58.206Z[ recovery-image] Sep 09 22:24:57.153 INFO O| Sep 09 22:24:57.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
59582024-09-09T22:24:58.208Z[ recovery-image] Sep 09 22:24:57.153 INFO O| Sep 09 22:24:57.153 INFO STEP 647 (remove_files) COMPLETE
59592024-09-09T22:24:58.208Z[ recovery-image] Sep 09 22:24:57.153 INFO O| Sep 09 22:24:57.153 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-09-09T22:24:58.215Z[ recovery-image] Sep 09 22:24:57.162 INFO O| Sep 09 22:24:57.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
59612024-09-09T22:24:58.215Z[ recovery-image] Sep 09 22:24:57.162 INFO O| Sep 09 22:24:57.162 INFO STEP 648 (remove_files) COMPLETE
59622024-09-09T22:24:58.218Z[ recovery-image] Sep 09 22:24:57.162 INFO O| Sep 09 22:24:57.162 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-09-09T22:24:58.225Z[ recovery-image] Sep 09 22:24:57.172 INFO O| Sep 09 22:24:57.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
59642024-09-09T22:24:58.225Z[ recovery-image] Sep 09 22:24:57.172 INFO O| Sep 09 22:24:57.172 INFO STEP 649 (remove_files) COMPLETE
59652024-09-09T22:24:58.225Z[ recovery-image] Sep 09 22:24:57.172 INFO O| Sep 09 22:24:57.172 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-09-09T22:24:58.235Z[ recovery-image] Sep 09 22:24:57.181 INFO O| Sep 09 22:24:57.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
59672024-09-09T22:24:58.235Z[ recovery-image] Sep 09 22:24:57.182 INFO O| Sep 09 22:24:57.182 INFO STEP 650 (remove_files) COMPLETE
59682024-09-09T22:24:58.237Z[ recovery-image] Sep 09 22:24:57.182 INFO O| Sep 09 22:24:57.182 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-09-09T22:24:58.244Z[ recovery-image] Sep 09 22:24:57.191 INFO O| Sep 09 22:24:57.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
59702024-09-09T22:24:58.244Z[ recovery-image] Sep 09 22:24:57.191 INFO O| Sep 09 22:24:57.191 INFO STEP 651 (remove_files) COMPLETE
59712024-09-09T22:24:58.244Z[ recovery-image] Sep 09 22:24:57.191 INFO O| Sep 09 22:24:57.191 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-09-09T22:24:58.254Z[ recovery-image] Sep 09 22:24:57.201 INFO O| Sep 09 22:24:57.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
59732024-09-09T22:24:58.257Z[ recovery-image] Sep 09 22:24:57.201 INFO O| Sep 09 22:24:57.201 INFO STEP 652 (remove_files) COMPLETE
59742024-09-09T22:24:58.257Z[ recovery-image] Sep 09 22:24:57.201 INFO O| Sep 09 22:24:57.201 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-09-09T22:24:58.264Z[ recovery-image] Sep 09 22:24:57.211 INFO O| Sep 09 22:24:57.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
59762024-09-09T22:24:58.267Z[ recovery-image] Sep 09 22:24:57.211 INFO O| Sep 09 22:24:57.211 INFO STEP 653 (remove_files) COMPLETE
59772024-09-09T22:24:58.267Z[ recovery-image] Sep 09 22:24:57.211 INFO O| Sep 09 22:24:57.211 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-09-09T22:24:58.274Z[ recovery-image] Sep 09 22:24:57.221 INFO O| Sep 09 22:24:57.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
59792024-09-09T22:24:58.274Z[ recovery-image] Sep 09 22:24:57.221 INFO O| Sep 09 22:24:57.221 INFO STEP 654 (remove_files) COMPLETE
59802024-09-09T22:24:58.276Z[ recovery-image] Sep 09 22:24:57.221 INFO O| Sep 09 22:24:57.221 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-09-09T22:24:58.284Z[ recovery-image] Sep 09 22:24:57.230 INFO O| Sep 09 22:24:57.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
59822024-09-09T22:24:58.284Z[ recovery-image] Sep 09 22:24:57.231 INFO O| Sep 09 22:24:57.231 INFO STEP 655 (remove_files) COMPLETE
59832024-09-09T22:24:58.286Z[ recovery-image] Sep 09 22:24:57.231 INFO O| Sep 09 22:24:57.231 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-09-09T22:24:58.294Z[ recovery-image] Sep 09 22:24:57.240 INFO O| Sep 09 22:24:57.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
59852024-09-09T22:24:58.294Z[ recovery-image] Sep 09 22:24:57.240 INFO O| Sep 09 22:24:57.240 INFO STEP 656 (remove_files) COMPLETE
59862024-09-09T22:24:58.294Z[ recovery-image] Sep 09 22:24:57.240 INFO O| Sep 09 22:24:57.240 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-09-09T22:24:58.303Z[ recovery-image] Sep 09 22:24:57.250 INFO O| Sep 09 22:24:57.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
59882024-09-09T22:24:58.306Z[ recovery-image] Sep 09 22:24:57.250 INFO O| Sep 09 22:24:57.250 INFO STEP 657 (remove_files) COMPLETE
59892024-09-09T22:24:58.306Z[ recovery-image] Sep 09 22:24:57.250 INFO O| Sep 09 22:24:57.250 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-09-09T22:24:58.313Z[ recovery-image] Sep 09 22:24:57.260 INFO O| Sep 09 22:24:57.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
59912024-09-09T22:24:58.313Z[ recovery-image] Sep 09 22:24:57.260 INFO O| Sep 09 22:24:57.260 INFO STEP 658 (remove_files) COMPLETE
59922024-09-09T22:24:58.315Z[ recovery-image] Sep 09 22:24:57.260 INFO O| Sep 09 22:24:57.260 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-09-09T22:24:58.323Z[ recovery-image] Sep 09 22:24:57.269 INFO O| Sep 09 22:24:57.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
59942024-09-09T22:24:58.325Z[ recovery-image] Sep 09 22:24:57.270 INFO O| Sep 09 22:24:57.270 INFO STEP 659 (remove_files) COMPLETE
59952024-09-09T22:24:58.325Z[ recovery-image] Sep 09 22:24:57.270 INFO O| Sep 09 22:24:57.270 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-09-09T22:24:58.333Z[ recovery-image] Sep 09 22:24:57.280 INFO O| Sep 09 22:24:57.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
59972024-09-09T22:24:58.333Z[ recovery-image] Sep 09 22:24:57.280 INFO O| Sep 09 22:24:57.280 INFO STEP 660 (remove_files) COMPLETE
59982024-09-09T22:24:58.336Z[ recovery-image] Sep 09 22:24:57.280 INFO O| Sep 09 22:24:57.280 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-09-09T22:24:58.343Z[ recovery-image] Sep 09 22:24:57.289 INFO O| Sep 09 22:24:57.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
60002024-09-09T22:24:58.343Z[ recovery-image] Sep 09 22:24:57.290 INFO O| Sep 09 22:24:57.289 INFO STEP 661 (remove_files) COMPLETE
60012024-09-09T22:24:58.345Z[ recovery-image] Sep 09 22:24:57.290 INFO O| Sep 09 22:24:57.290 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-09-09T22:24:58.352Z[ recovery-image] Sep 09 22:24:57.299 INFO O| Sep 09 22:24:57.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
60032024-09-09T22:24:58.352Z[ recovery-image] Sep 09 22:24:57.299 INFO O| Sep 09 22:24:57.299 INFO STEP 662 (remove_files) COMPLETE
60042024-09-09T22:24:58.353Z[ recovery-image] Sep 09 22:24:57.299 INFO O| Sep 09 22:24:57.299 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-09-09T22:24:58.362Z[ recovery-image] Sep 09 22:24:57.309 INFO O| Sep 09 22:24:57.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
60062024-09-09T22:24:58.362Z[ recovery-image] Sep 09 22:24:57.309 INFO O| Sep 09 22:24:57.309 INFO STEP 663 (remove_files) COMPLETE
60072024-09-09T22:24:58.364Z[ recovery-image] Sep 09 22:24:57.309 INFO O| Sep 09 22:24:57.309 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-09-09T22:24:58.372Z[ recovery-image] Sep 09 22:24:57.319 INFO O| Sep 09 22:24:57.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
60092024-09-09T22:24:58.372Z[ recovery-image] Sep 09 22:24:57.319 INFO O| Sep 09 22:24:57.319 INFO STEP 664 (remove_files) COMPLETE
60102024-09-09T22:24:58.372Z[ recovery-image] Sep 09 22:24:57.319 INFO O| Sep 09 22:24:57.319 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-09-09T22:24:58.382Z[ recovery-image] Sep 09 22:24:57.329 INFO O| Sep 09 22:24:57.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
60122024-09-09T22:24:58.382Z[ recovery-image] Sep 09 22:24:57.329 INFO O| Sep 09 22:24:57.329 INFO STEP 665 (remove_files) COMPLETE
60132024-09-09T22:24:58.384Z[ recovery-image] Sep 09 22:24:57.329 INFO O| Sep 09 22:24:57.329 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-09-09T22:24:58.392Z[ recovery-image] Sep 09 22:24:57.339 INFO O| Sep 09 22:24:57.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
60152024-09-09T22:24:58.394Z[ recovery-image] Sep 09 22:24:57.339 INFO O| Sep 09 22:24:57.339 INFO STEP 666 (remove_files) COMPLETE
60162024-09-09T22:24:58.394Z[ recovery-image] Sep 09 22:24:57.339 INFO O| Sep 09 22:24:57.339 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-09-09T22:24:58.402Z[ recovery-image] Sep 09 22:24:57.348 INFO O| Sep 09 22:24:57.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60182024-09-09T22:24:58.402Z[ recovery-image] Sep 09 22:24:57.349 INFO O| Sep 09 22:24:57.348 INFO STEP 667 (remove_files) COMPLETE
60192024-09-09T22:24:58.404Z[ recovery-image] Sep 09 22:24:57.349 INFO O| Sep 09 22:24:57.348 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-09-09T22:24:58.411Z[ recovery-image] Sep 09 22:24:57.358 INFO O| Sep 09 22:24:57.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60212024-09-09T22:24:58.411Z[ recovery-image] Sep 09 22:24:57.358 INFO O| Sep 09 22:24:57.358 INFO STEP 668 (remove_files) COMPLETE
60222024-09-09T22:24:58.411Z[ recovery-image] Sep 09 22:24:57.358 INFO O| Sep 09 22:24:57.358 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-09-09T22:24:58.421Z[ recovery-image] Sep 09 22:24:57.368 INFO O| Sep 09 22:24:57.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60242024-09-09T22:24:58.421Z[ recovery-image] Sep 09 22:24:57.368 INFO O| Sep 09 22:24:57.368 INFO STEP 669 (remove_files) COMPLETE
60252024-09-09T22:24:58.423Z[ recovery-image] Sep 09 22:24:57.368 INFO O| Sep 09 22:24:57.368 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-09-09T22:24:58.431Z[ recovery-image] Sep 09 22:24:57.378 INFO O| Sep 09 22:24:57.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
60272024-09-09T22:24:58.431Z[ recovery-image] Sep 09 22:24:57.378 INFO O| Sep 09 22:24:57.378 INFO STEP 670 (remove_files) COMPLETE
60282024-09-09T22:24:58.433Z[ recovery-image] Sep 09 22:24:57.378 INFO O| Sep 09 22:24:57.378 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-09-09T22:24:58.441Z[ recovery-image] Sep 09 22:24:57.387 INFO O| Sep 09 22:24:57.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
60302024-09-09T22:24:58.441Z[ recovery-image] Sep 09 22:24:57.387 INFO O| Sep 09 22:24:57.387 INFO STEP 671 (remove_files) COMPLETE
60312024-09-09T22:24:58.443Z[ recovery-image] Sep 09 22:24:57.388 INFO O| Sep 09 22:24:57.387 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-09-09T22:24:58.450Z[ recovery-image] Sep 09 22:24:57.397 INFO O| Sep 09 22:24:57.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
60332024-09-09T22:24:58.450Z[ recovery-image] Sep 09 22:24:57.397 INFO O| Sep 09 22:24:57.397 INFO STEP 672 (remove_files) COMPLETE
60342024-09-09T22:24:58.453Z[ recovery-image] Sep 09 22:24:57.397 INFO O| Sep 09 22:24:57.397 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-09-09T22:24:58.460Z[ recovery-image] Sep 09 22:24:57.407 INFO O| Sep 09 22:24:57.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
60362024-09-09T22:24:58.460Z[ recovery-image] Sep 09 22:24:57.407 INFO O| Sep 09 22:24:57.407 INFO STEP 673 (remove_files) COMPLETE
60372024-09-09T22:24:58.460Z[ recovery-image] Sep 09 22:24:57.407 INFO O| Sep 09 22:24:57.407 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-09-09T22:24:58.470Z[ recovery-image] Sep 09 22:24:57.417 INFO O| Sep 09 22:24:57.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
60392024-09-09T22:24:58.472Z[ recovery-image] Sep 09 22:24:57.417 INFO O| Sep 09 22:24:57.417 INFO STEP 674 (remove_files) COMPLETE
60402024-09-09T22:24:58.472Z[ recovery-image] Sep 09 22:24:57.418 INFO O| Sep 09 22:24:57.417 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-09-09T22:24:58.480Z[ recovery-image] Sep 09 22:24:57.427 INFO O| Sep 09 22:24:57.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
60422024-09-09T22:24:58.480Z[ recovery-image] Sep 09 22:24:57.427 INFO O| Sep 09 22:24:57.427 INFO STEP 675 (remove_files) COMPLETE
60432024-09-09T22:24:58.483Z[ recovery-image] Sep 09 22:24:57.427 INFO O| Sep 09 22:24:57.427 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-09-09T22:24:58.490Z[ recovery-image] Sep 09 22:24:57.437 INFO O| Sep 09 22:24:57.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
60452024-09-09T22:24:58.490Z[ recovery-image] Sep 09 22:24:57.437 INFO O| Sep 09 22:24:57.437 INFO STEP 676 (remove_files) COMPLETE
60462024-09-09T22:24:58.493Z[ recovery-image] Sep 09 22:24:57.437 INFO O| Sep 09 22:24:57.437 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-09-09T22:24:58.500Z[ recovery-image] Sep 09 22:24:57.447 INFO O| Sep 09 22:24:57.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
60482024-09-09T22:24:58.502Z[ recovery-image] Sep 09 22:24:57.447 INFO O| Sep 09 22:24:57.447 INFO STEP 677 (remove_files) COMPLETE
60492024-09-09T22:24:58.502Z[ recovery-image] Sep 09 22:24:57.447 INFO O| Sep 09 22:24:57.447 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-09-09T22:24:58.511Z[ recovery-image] Sep 09 22:24:57.457 INFO O| Sep 09 22:24:57.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
60512024-09-09T22:24:58.511Z[ recovery-image] Sep 09 22:24:57.458 INFO O| Sep 09 22:24:57.457 INFO STEP 678 (remove_files) COMPLETE
60522024-09-09T22:24:58.513Z[ recovery-image] Sep 09 22:24:57.458 INFO O| Sep 09 22:24:57.458 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-09-09T22:24:58.521Z[ recovery-image] Sep 09 22:24:57.467 INFO O| Sep 09 22:24:57.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
60542024-09-09T22:24:58.521Z[ recovery-image] Sep 09 22:24:57.468 INFO O| Sep 09 22:24:57.467 INFO STEP 679 (remove_files) COMPLETE
60552024-09-09T22:24:58.523Z[ recovery-image] Sep 09 22:24:57.468 INFO O| Sep 09 22:24:57.468 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-09-09T22:24:58.531Z[ recovery-image] Sep 09 22:24:57.478 INFO O| Sep 09 22:24:57.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
60572024-09-09T22:24:58.531Z[ recovery-image] Sep 09 22:24:57.478 INFO O| Sep 09 22:24:57.478 INFO STEP 680 (remove_files) COMPLETE
60582024-09-09T22:24:58.531Z[ recovery-image] Sep 09 22:24:57.478 INFO O| Sep 09 22:24:57.478 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-09-09T22:24:58.541Z[ recovery-image] Sep 09 22:24:57.488 INFO O| Sep 09 22:24:57.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
60602024-09-09T22:24:58.541Z[ recovery-image] Sep 09 22:24:57.488 INFO O| Sep 09 22:24:57.488 INFO STEP 681 (remove_files) COMPLETE
60612024-09-09T22:24:58.543Z[ recovery-image] Sep 09 22:24:57.488 INFO O| Sep 09 22:24:57.488 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-09-09T22:24:58.550Z[ recovery-image] Sep 09 22:24:57.497 INFO O| Sep 09 22:24:57.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
60632024-09-09T22:24:58.553Z[ recovery-image] Sep 09 22:24:57.497 INFO O| Sep 09 22:24:57.497 INFO STEP 682 (remove_files) COMPLETE
60642024-09-09T22:24:58.553Z[ recovery-image] Sep 09 22:24:57.497 INFO O| Sep 09 22:24:57.497 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-09-09T22:24:58.560Z[ recovery-image] Sep 09 22:24:57.507 INFO O| Sep 09 22:24:57.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
60662024-09-09T22:24:58.563Z[ recovery-image] Sep 09 22:24:57.507 INFO O| Sep 09 22:24:57.507 INFO STEP 683 (remove_files) COMPLETE
60672024-09-09T22:24:58.563Z[ recovery-image] Sep 09 22:24:57.507 INFO O| Sep 09 22:24:57.507 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-09-09T22:24:58.570Z[ recovery-image] Sep 09 22:24:57.517 INFO O| Sep 09 22:24:57.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
60692024-09-09T22:24:58.570Z[ recovery-image] Sep 09 22:24:57.517 INFO O| Sep 09 22:24:57.517 INFO STEP 684 (remove_files) COMPLETE
60702024-09-09T22:24:58.570Z[ recovery-image] Sep 09 22:24:57.517 INFO O| Sep 09 22:24:57.517 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-09-09T22:24:58.580Z[ recovery-image] Sep 09 22:24:57.526 INFO O| Sep 09 22:24:57.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
60722024-09-09T22:24:58.582Z[ recovery-image] Sep 09 22:24:57.526 INFO O| Sep 09 22:24:57.526 INFO STEP 685 (remove_files) COMPLETE
60732024-09-09T22:24:58.582Z[ recovery-image] Sep 09 22:24:57.526 INFO O| Sep 09 22:24:57.526 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-09-09T22:24:58.589Z[ recovery-image] Sep 09 22:24:57.536 INFO O| Sep 09 22:24:57.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
60752024-09-09T22:24:58.589Z[ recovery-image] Sep 09 22:24:57.536 INFO O| Sep 09 22:24:57.536 INFO STEP 686 (remove_files) COMPLETE
60762024-09-09T22:24:58.592Z[ recovery-image] Sep 09 22:24:57.536 INFO O| Sep 09 22:24:57.536 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-09-09T22:24:58.599Z[ recovery-image] Sep 09 22:24:57.546 INFO O| Sep 09 22:24:57.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
60782024-09-09T22:24:58.601Z[ recovery-image] Sep 09 22:24:57.546 INFO O| Sep 09 22:24:57.546 INFO STEP 687 (remove_files) COMPLETE
60792024-09-09T22:24:58.601Z[ recovery-image] Sep 09 22:24:57.546 INFO O| Sep 09 22:24:57.546 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-09-09T22:24:58.609Z[ recovery-image] Sep 09 22:24:57.555 INFO O| Sep 09 22:24:57.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
60812024-09-09T22:24:58.611Z[ recovery-image] Sep 09 22:24:57.555 INFO O| Sep 09 22:24:57.555 INFO STEP 688 (remove_files) COMPLETE
60822024-09-09T22:24:58.611Z[ recovery-image] Sep 09 22:24:57.555 INFO O| Sep 09 22:24:57.555 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-09-09T22:24:58.611Z[ host-image] Sep 09 22:24:57.556 INFO O| Sep 09 22:24:57.556 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
60842024-09-09T22:24:58.619Z[ recovery-image] Sep 09 22:24:57.565 INFO O| Sep 09 22:24:57.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
60852024-09-09T22:24:58.619Z[ recovery-image] Sep 09 22:24:57.565 INFO O| Sep 09 22:24:57.565 INFO STEP 689 (remove_files) COMPLETE
60862024-09-09T22:24:58.621Z[ recovery-image] Sep 09 22:24:57.565 INFO O| Sep 09 22:24:57.565 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-09-09T22:24:58.628Z[ recovery-image] Sep 09 22:24:57.575 INFO O| Sep 09 22:24:57.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
60882024-09-09T22:24:58.628Z[ recovery-image] Sep 09 22:24:57.575 INFO O| Sep 09 22:24:57.575 INFO STEP 690 (remove_files) COMPLETE
60892024-09-09T22:24:58.628Z[ recovery-image] Sep 09 22:24:57.575 INFO O| Sep 09 22:24:57.575 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-09-09T22:24:58.639Z[ recovery-image] Sep 09 22:24:57.585 INFO O| Sep 09 22:24:57.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
60912024-09-09T22:24:58.639Z[ recovery-image] Sep 09 22:24:57.585 INFO O| Sep 09 22:24:57.585 INFO STEP 691 (remove_files) COMPLETE
60922024-09-09T22:24:58.641Z[ recovery-image] Sep 09 22:24:57.585 INFO O| Sep 09 22:24:57.585 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-09-09T22:24:58.649Z[ recovery-image] Sep 09 22:24:57.596 INFO O| Sep 09 22:24:57.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
60942024-09-09T22:24:58.649Z[ recovery-image] Sep 09 22:24:57.596 INFO O| Sep 09 22:24:57.596 INFO STEP 692 (remove_files) COMPLETE
60952024-09-09T22:24:58.651Z[ recovery-image] Sep 09 22:24:57.596 INFO O| Sep 09 22:24:57.596 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-09-09T22:24:58.658Z[ recovery-image] Sep 09 22:24:57.605 INFO O| Sep 09 22:24:57.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
60972024-09-09T22:24:58.661Z[ recovery-image] Sep 09 22:24:57.605 INFO O| Sep 09 22:24:57.605 INFO STEP 693 (remove_files) COMPLETE
60982024-09-09T22:24:58.661Z[ recovery-image] Sep 09 22:24:57.605 INFO O| Sep 09 22:24:57.605 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-09-09T22:24:58.668Z[ recovery-image] Sep 09 22:24:57.615 INFO O| Sep 09 22:24:57.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
61002024-09-09T22:24:58.668Z[ recovery-image] Sep 09 22:24:57.615 INFO O| Sep 09 22:24:57.615 INFO STEP 694 (remove_files) COMPLETE
61012024-09-09T22:24:58.668Z[ recovery-image] Sep 09 22:24:57.615 INFO O| Sep 09 22:24:57.615 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-09-09T22:24:58.678Z[ recovery-image] Sep 09 22:24:57.625 INFO O| Sep 09 22:24:57.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
61032024-09-09T22:24:58.678Z[ recovery-image] Sep 09 22:24:57.625 INFO O| Sep 09 22:24:57.625 INFO STEP 695 (remove_files) COMPLETE
61042024-09-09T22:24:58.678Z[ recovery-image] Sep 09 22:24:57.625 INFO O| Sep 09 22:24:57.625 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-09-09T22:24:58.688Z[ recovery-image] Sep 09 22:24:57.635 INFO O| Sep 09 22:24:57.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
61062024-09-09T22:24:58.688Z[ recovery-image] Sep 09 22:24:57.635 INFO O| Sep 09 22:24:57.635 INFO STEP 696 (remove_files) COMPLETE
61072024-09-09T22:24:58.690Z[ recovery-image] Sep 09 22:24:57.635 INFO O| Sep 09 22:24:57.635 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-09-09T22:24:58.698Z[ recovery-image] Sep 09 22:24:57.644 INFO O| Sep 09 22:24:57.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
61092024-09-09T22:24:58.698Z[ recovery-image] Sep 09 22:24:57.645 INFO O| Sep 09 22:24:57.645 INFO STEP 697 (remove_files) COMPLETE
61102024-09-09T22:24:58.700Z[ recovery-image] Sep 09 22:24:57.645 INFO O| Sep 09 22:24:57.645 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-09-09T22:24:58.708Z[ recovery-image] Sep 09 22:24:57.655 INFO O| Sep 09 22:24:57.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
61122024-09-09T22:24:58.708Z[ recovery-image] Sep 09 22:24:57.655 INFO O| Sep 09 22:24:57.655 INFO STEP 698 (remove_files) COMPLETE
61132024-09-09T22:24:58.711Z[ recovery-image] Sep 09 22:24:57.655 INFO O| Sep 09 22:24:57.655 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-09-09T22:24:58.719Z[ recovery-image] Sep 09 22:24:57.666 INFO O| Sep 09 22:24:57.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
61152024-09-09T22:24:58.719Z[ recovery-image] Sep 09 22:24:57.666 INFO O| Sep 09 22:24:57.666 INFO STEP 699 (remove_files) COMPLETE
61162024-09-09T22:24:58.722Z[ recovery-image] Sep 09 22:24:57.666 INFO O| Sep 09 22:24:57.666 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-09-09T22:24:58.729Z[ recovery-image] Sep 09 22:24:57.676 INFO O| Sep 09 22:24:57.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
61182024-09-09T22:24:58.729Z[ recovery-image] Sep 09 22:24:57.676 INFO O| Sep 09 22:24:57.676 INFO STEP 700 (remove_files) COMPLETE
61192024-09-09T22:24:58.732Z[ recovery-image] Sep 09 22:24:57.676 INFO O| Sep 09 22:24:57.676 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-09-09T22:24:58.739Z[ recovery-image] Sep 09 22:24:57.686 INFO O| Sep 09 22:24:57.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61212024-09-09T22:24:58.739Z[ recovery-image] Sep 09 22:24:57.686 INFO O| Sep 09 22:24:57.686 INFO STEP 701 (remove_files) COMPLETE
61222024-09-09T22:24:58.741Z[ recovery-image] Sep 09 22:24:57.686 INFO O| Sep 09 22:24:57.686 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-09-09T22:24:58.749Z[ recovery-image] Sep 09 22:24:57.695 INFO O| Sep 09 22:24:57.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61242024-09-09T22:24:58.751Z[ recovery-image] Sep 09 22:24:57.695 INFO O| Sep 09 22:24:57.695 INFO STEP 702 (remove_files) COMPLETE
61252024-09-09T22:24:58.751Z[ recovery-image] Sep 09 22:24:57.695 INFO O| Sep 09 22:24:57.695 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-09-09T22:24:58.759Z[ recovery-image] Sep 09 22:24:57.706 INFO O| Sep 09 22:24:57.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
61272024-09-09T22:24:58.759Z[ recovery-image] Sep 09 22:24:57.706 INFO O| Sep 09 22:24:57.706 INFO STEP 703 (remove_files) COMPLETE
61282024-09-09T22:24:58.761Z[ recovery-image] Sep 09 22:24:57.706 INFO O| Sep 09 22:24:57.706 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-09-09T22:24:58.769Z[ recovery-image] Sep 09 22:24:57.716 INFO O| Sep 09 22:24:57.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
61302024-09-09T22:24:58.771Z[ recovery-image] Sep 09 22:24:57.716 INFO O| Sep 09 22:24:57.716 INFO STEP 704 (remove_files) COMPLETE
61312024-09-09T22:24:58.771Z[ recovery-image] Sep 09 22:24:57.716 INFO O| Sep 09 22:24:57.716 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-09-09T22:24:58.781Z[ recovery-image] Sep 09 22:24:57.728 INFO O| Sep 09 22:24:57.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
61332024-09-09T22:24:58.781Z[ recovery-image] Sep 09 22:24:57.728 INFO O| Sep 09 22:24:57.728 INFO STEP 705 (remove_files) COMPLETE
61342024-09-09T22:24:58.784Z[ recovery-image] Sep 09 22:24:57.728 INFO O| Sep 09 22:24:57.728 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-09-09T22:24:58.792Z[ recovery-image] Sep 09 22:24:57.739 INFO O| Sep 09 22:24:57.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
61362024-09-09T22:24:58.792Z[ recovery-image] Sep 09 22:24:57.739 INFO O| Sep 09 22:24:57.739 INFO STEP 706 (remove_files) COMPLETE
61372024-09-09T22:24:58.792Z[ recovery-image] Sep 09 22:24:57.739 INFO O| Sep 09 22:24:57.739 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-09-09T22:24:58.803Z[ recovery-image] Sep 09 22:24:57.749 INFO O| Sep 09 22:24:57.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
61392024-09-09T22:24:58.805Z[ recovery-image] Sep 09 22:24:57.750 INFO O| Sep 09 22:24:57.750 INFO STEP 707 (remove_files) COMPLETE
61402024-09-09T22:24:58.805Z[ recovery-image] Sep 09 22:24:57.750 INFO O| Sep 09 22:24:57.750 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-09-09T22:24:58.814Z[ recovery-image] Sep 09 22:24:57.761 INFO O| Sep 09 22:24:57.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
61422024-09-09T22:24:58.817Z[ recovery-image] Sep 09 22:24:57.761 INFO O| Sep 09 22:24:57.761 INFO STEP 708 (remove_files) COMPLETE
61432024-09-09T22:24:58.817Z[ recovery-image] Sep 09 22:24:57.761 INFO O| Sep 09 22:24:57.761 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-09-09T22:24:58.824Z[ recovery-image] Sep 09 22:24:57.771 INFO O| Sep 09 22:24:57.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
61452024-09-09T22:24:58.826Z[ recovery-image] Sep 09 22:24:57.771 INFO O| Sep 09 22:24:57.771 INFO STEP 709 (remove_files) COMPLETE
61462024-09-09T22:24:58.826Z[ recovery-image] Sep 09 22:24:57.771 INFO O| Sep 09 22:24:57.771 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-09-09T22:24:58.834Z[ recovery-image] Sep 09 22:24:57.780 INFO O| Sep 09 22:24:57.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
61482024-09-09T22:24:58.834Z[ recovery-image] Sep 09 22:24:57.781 INFO O| Sep 09 22:24:57.781 INFO STEP 710 (remove_files) COMPLETE
61492024-09-09T22:24:58.836Z[ recovery-image] Sep 09 22:24:57.781 INFO O| Sep 09 22:24:57.781 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-09-09T22:24:58.844Z[ recovery-image] Sep 09 22:24:57.790 INFO O| Sep 09 22:24:57.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
61512024-09-09T22:24:58.844Z[ recovery-image] Sep 09 22:24:57.790 INFO O| Sep 09 22:24:57.790 INFO STEP 711 (remove_files) COMPLETE
61522024-09-09T22:24:58.844Z[ recovery-image] Sep 09 22:24:57.790 INFO O| Sep 09 22:24:57.790 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-09-09T22:24:58.853Z[ recovery-image] Sep 09 22:24:57.800 INFO O| Sep 09 22:24:57.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
61542024-09-09T22:24:58.853Z[ recovery-image] Sep 09 22:24:57.800 INFO O| Sep 09 22:24:57.800 INFO STEP 712 (remove_files) COMPLETE
61552024-09-09T22:24:58.853Z[ recovery-image] Sep 09 22:24:57.800 INFO O| Sep 09 22:24:57.800 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-09-09T22:24:58.863Z[ recovery-image] Sep 09 22:24:57.810 INFO O| Sep 09 22:24:57.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
61572024-09-09T22:24:58.866Z[ recovery-image] Sep 09 22:24:57.810 INFO O| Sep 09 22:24:57.810 INFO STEP 713 (remove_files) COMPLETE
61582024-09-09T22:24:58.866Z[ recovery-image] Sep 09 22:24:57.810 INFO O| Sep 09 22:24:57.810 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-09-09T22:24:58.873Z[ recovery-image] Sep 09 22:24:57.820 INFO O| Sep 09 22:24:57.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
61602024-09-09T22:24:58.875Z[ recovery-image] Sep 09 22:24:57.820 INFO O| Sep 09 22:24:57.820 INFO STEP 714 (remove_files) COMPLETE
61612024-09-09T22:24:58.875Z[ recovery-image] Sep 09 22:24:57.820 INFO O| Sep 09 22:24:57.820 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-09-09T22:24:58.883Z[ recovery-image] Sep 09 22:24:57.830 INFO O| Sep 09 22:24:57.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
61632024-09-09T22:24:58.883Z[ recovery-image] Sep 09 22:24:57.830 INFO O| Sep 09 22:24:57.830 INFO STEP 715 (remove_files) COMPLETE
61642024-09-09T22:24:58.883Z[ recovery-image] Sep 09 22:24:57.830 INFO O| Sep 09 22:24:57.830 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-09-09T22:24:58.893Z[ recovery-image] Sep 09 22:24:57.839 INFO O| Sep 09 22:24:57.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
61662024-09-09T22:24:58.895Z[ recovery-image] Sep 09 22:24:57.839 INFO O| Sep 09 22:24:57.839 INFO STEP 716 (remove_files) COMPLETE
61672024-09-09T22:24:58.895Z[ recovery-image] Sep 09 22:24:57.839 INFO O| Sep 09 22:24:57.839 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-09-09T22:24:58.903Z[ recovery-image] Sep 09 22:24:57.849 INFO O| Sep 09 22:24:57.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
61692024-09-09T22:24:58.903Z[ recovery-image] Sep 09 22:24:57.849 INFO O| Sep 09 22:24:57.849 INFO STEP 717 (remove_files) COMPLETE
61702024-09-09T22:24:58.905Z[ recovery-image] Sep 09 22:24:57.849 INFO O| Sep 09 22:24:57.849 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-09-09T22:24:58.912Z[ recovery-image] Sep 09 22:24:57.859 INFO O| Sep 09 22:24:57.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
61722024-09-09T22:24:58.915Z[ recovery-image] Sep 09 22:24:57.859 INFO O| Sep 09 22:24:57.859 INFO STEP 718 (remove_files) COMPLETE
61732024-09-09T22:24:58.915Z[ recovery-image] Sep 09 22:24:57.859 INFO O| Sep 09 22:24:57.859 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-09-09T22:24:58.923Z[ recovery-image] Sep 09 22:24:57.869 INFO O| Sep 09 22:24:57.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
61752024-09-09T22:24:58.926Z[ recovery-image] Sep 09 22:24:57.869 INFO O| Sep 09 22:24:57.869 INFO STEP 719 (remove_files) COMPLETE
61762024-09-09T22:24:58.926Z[ recovery-image] Sep 09 22:24:57.869 INFO O| Sep 09 22:24:57.869 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-09-09T22:24:58.933Z[ recovery-image] Sep 09 22:24:57.879 INFO O| Sep 09 22:24:57.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
61782024-09-09T22:24:58.936Z[ recovery-image] Sep 09 22:24:57.879 INFO O| Sep 09 22:24:57.879 INFO STEP 720 (remove_files) COMPLETE
61792024-09-09T22:24:58.936Z[ recovery-image] Sep 09 22:24:57.879 INFO O| Sep 09 22:24:57.879 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-09-09T22:24:58.942Z[ recovery-image] Sep 09 22:24:57.889 INFO O| Sep 09 22:24:57.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
61812024-09-09T22:24:58.944Z[ recovery-image] Sep 09 22:24:57.889 INFO O| Sep 09 22:24:57.889 INFO STEP 721 (remove_files) COMPLETE
61822024-09-09T22:24:58.944Z[ recovery-image] Sep 09 22:24:57.889 INFO O| Sep 09 22:24:57.889 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-09-09T22:24:58.952Z[ recovery-image] Sep 09 22:24:57.898 INFO O| Sep 09 22:24:57.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
61842024-09-09T22:24:58.954Z[ recovery-image] Sep 09 22:24:57.899 INFO O| Sep 09 22:24:57.898 INFO STEP 722 (remove_files) COMPLETE
61852024-09-09T22:24:58.954Z[ recovery-image] Sep 09 22:24:57.899 INFO O| Sep 09 22:24:57.899 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-09-09T22:24:58.963Z[ recovery-image] Sep 09 22:24:57.910 INFO O| Sep 09 22:24:57.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
61872024-09-09T22:24:58.963Z[ recovery-image] Sep 09 22:24:57.910 INFO O| Sep 09 22:24:57.910 INFO STEP 723 (remove_files) COMPLETE
61882024-09-09T22:24:58.966Z[ recovery-image] Sep 09 22:24:57.910 INFO O| Sep 09 22:24:57.910 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-09-09T22:24:58.975Z[ recovery-image] Sep 09 22:24:57.922 INFO O| Sep 09 22:24:57.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
61902024-09-09T22:24:58.975Z[ recovery-image] Sep 09 22:24:57.922 INFO O| Sep 09 22:24:57.922 INFO STEP 724 (remove_files) COMPLETE
61912024-09-09T22:24:58.975Z[ recovery-image] Sep 09 22:24:57.922 INFO O| Sep 09 22:24:57.922 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-09-09T22:24:58.986Z[ recovery-image] Sep 09 22:24:57.933 INFO O| Sep 09 22:24:57.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
61932024-09-09T22:24:58.989Z[ recovery-image] Sep 09 22:24:57.933 INFO O| Sep 09 22:24:57.933 INFO STEP 725 (remove_files) COMPLETE
61942024-09-09T22:24:58.989Z[ recovery-image] Sep 09 22:24:57.933 INFO O| Sep 09 22:24:57.933 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-09-09T22:24:58.998Z[ recovery-image] Sep 09 22:24:57.944 INFO O| Sep 09 22:24:57.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
61962024-09-09T22:24:58.998Z[ recovery-image] Sep 09 22:24:57.944 INFO O| Sep 09 22:24:57.944 INFO STEP 726 (remove_files) COMPLETE
61972024-09-09T22:24:59.002Z[ recovery-image] Sep 09 22:24:57.944 INFO O| Sep 09 22:24:57.944 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-09-09T22:24:59.011Z[ recovery-image] Sep 09 22:24:57.957 INFO O| Sep 09 22:24:57.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
61992024-09-09T22:24:59.011Z[ recovery-image] Sep 09 22:24:57.957 INFO O| Sep 09 22:24:57.957 INFO STEP 727 (remove_files) COMPLETE
62002024-09-09T22:24:59.013Z[ recovery-image] Sep 09 22:24:57.957 INFO O| Sep 09 22:24:57.957 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-09-09T22:24:59.024Z[ recovery-image] Sep 09 22:24:57.970 INFO O| Sep 09 22:24:57.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
62022024-09-09T22:24:59.024Z[ recovery-image] Sep 09 22:24:57.971 INFO O| Sep 09 22:24:57.970 INFO STEP 728 (remove_files) COMPLETE
62032024-09-09T22:24:59.024Z[ recovery-image] Sep 09 22:24:57.971 INFO O| Sep 09 22:24:57.970 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-09-09T22:24:59.035Z[ recovery-image] Sep 09 22:24:57.981 INFO O| Sep 09 22:24:57.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
62052024-09-09T22:24:59.037Z[ recovery-image] Sep 09 22:24:57.981 INFO O| Sep 09 22:24:57.981 INFO STEP 729 (remove_files) COMPLETE
62062024-09-09T22:24:59.037Z[ recovery-image] Sep 09 22:24:57.982 INFO O| Sep 09 22:24:57.981 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-09-09T22:24:59.045Z[ recovery-image] Sep 09 22:24:57.991 INFO O| Sep 09 22:24:57.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
62082024-09-09T22:24:59.047Z[ recovery-image] Sep 09 22:24:57.992 INFO O| Sep 09 22:24:57.992 INFO STEP 730 (remove_files) COMPLETE
62092024-09-09T22:24:59.047Z[ recovery-image] Sep 09 22:24:57.992 INFO O| Sep 09 22:24:57.992 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-09-09T22:24:59.055Z[ recovery-image] Sep 09 22:24:58.002 INFO O| Sep 09 22:24:58.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
62112024-09-09T22:24:59.055Z[ recovery-image] Sep 09 22:24:58.002 INFO O| Sep 09 22:24:58.002 INFO STEP 731 (remove_files) COMPLETE
62122024-09-09T22:24:59.058Z[ recovery-image] Sep 09 22:24:58.002 INFO O| Sep 09 22:24:58.002 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-09-09T22:24:59.065Z[ recovery-image] Sep 09 22:24:58.012 INFO O| Sep 09 22:24:58.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62142024-09-09T22:24:59.065Z[ recovery-image] Sep 09 22:24:58.012 INFO O| Sep 09 22:24:58.012 INFO STEP 732 (remove_files) COMPLETE
62152024-09-09T22:24:59.067Z[ recovery-image] Sep 09 22:24:58.012 INFO O| Sep 09 22:24:58.012 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-09-09T22:24:59.076Z[ recovery-image] Sep 09 22:24:58.022 INFO O| Sep 09 22:24:58.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62172024-09-09T22:24:59.076Z[ recovery-image] Sep 09 22:24:58.022 INFO O| Sep 09 22:24:58.022 INFO STEP 733 (remove_files) COMPLETE
62182024-09-09T22:24:59.079Z[ recovery-image] Sep 09 22:24:58.022 INFO O| Sep 09 22:24:58.022 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-09-09T22:24:59.085Z[ recovery-image] Sep 09 22:24:58.032 INFO O| Sep 09 22:24:58.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62202024-09-09T22:24:59.085Z[ recovery-image] Sep 09 22:24:58.032 INFO O| Sep 09 22:24:58.032 INFO STEP 734 (remove_files) COMPLETE
62212024-09-09T22:24:59.087Z[ recovery-image] Sep 09 22:24:58.032 INFO O| Sep 09 22:24:58.032 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-09-09T22:24:59.095Z[ recovery-image] Sep 09 22:24:58.041 INFO O| Sep 09 22:24:58.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62232024-09-09T22:24:59.097Z[ recovery-image] Sep 09 22:24:58.042 INFO O| Sep 09 22:24:58.041 INFO STEP 735 (remove_files) COMPLETE
62242024-09-09T22:24:59.097Z[ recovery-image] Sep 09 22:24:58.042 INFO O| Sep 09 22:24:58.042 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-09-09T22:24:59.105Z[ recovery-image] Sep 09 22:24:58.051 INFO O| Sep 09 22:24:58.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62262024-09-09T22:24:59.107Z[ recovery-image] Sep 09 22:24:58.051 INFO O| Sep 09 22:24:58.051 INFO STEP 736 (remove_files) COMPLETE
62272024-09-09T22:24:59.107Z[ recovery-image] Sep 09 22:24:58.051 INFO O| Sep 09 22:24:58.051 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-09-09T22:24:59.114Z[ recovery-image] Sep 09 22:24:58.061 INFO O| Sep 09 22:24:58.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
62292024-09-09T22:24:59.117Z[ recovery-image] Sep 09 22:24:58.061 INFO O| Sep 09 22:24:58.061 INFO STEP 737 (remove_files) COMPLETE
62302024-09-09T22:24:59.117Z[ recovery-image] Sep 09 22:24:58.061 INFO O| Sep 09 22:24:58.061 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-09-09T22:24:59.124Z[ recovery-image] Sep 09 22:24:58.071 INFO O| Sep 09 22:24:58.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
62322024-09-09T22:24:59.127Z[ recovery-image] Sep 09 22:24:58.071 INFO O| Sep 09 22:24:58.071 INFO STEP 738 (remove_files) COMPLETE
62332024-09-09T22:24:59.127Z[ recovery-image] Sep 09 22:24:58.071 INFO O| Sep 09 22:24:58.071 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-09-09T22:24:59.133Z[ recovery-image] Sep 09 22:24:58.080 INFO O| Sep 09 22:24:58.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
62352024-09-09T22:24:59.138Z[ recovery-image] Sep 09 22:24:58.080 INFO O| Sep 09 22:24:58.080 INFO STEP 739 (remove_files) COMPLETE
62362024-09-09T22:24:59.138Z[ recovery-image] Sep 09 22:24:58.080 INFO O| Sep 09 22:24:58.080 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-09-09T22:24:59.143Z[ recovery-image] Sep 09 22:24:58.089 INFO O| Sep 09 22:24:58.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
62382024-09-09T22:24:59.146Z[ recovery-image] Sep 09 22:24:58.090 INFO O| Sep 09 22:24:58.090 INFO STEP 740 (remove_files) COMPLETE
62392024-09-09T22:24:59.146Z[ recovery-image] Sep 09 22:24:58.090 INFO O| Sep 09 22:24:58.090 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-09-09T22:24:59.153Z[ recovery-image] Sep 09 22:24:58.100 INFO O| Sep 09 22:24:58.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
62412024-09-09T22:24:59.153Z[ recovery-image] Sep 09 22:24:58.100 INFO O| Sep 09 22:24:58.100 INFO STEP 741 (remove_files) COMPLETE
62422024-09-09T22:24:59.155Z[ recovery-image] Sep 09 22:24:58.100 INFO O| Sep 09 22:24:58.100 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-09-09T22:24:59.162Z[ recovery-image] Sep 09 22:24:58.109 INFO O| Sep 09 22:24:58.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
62442024-09-09T22:24:59.162Z[ recovery-image] Sep 09 22:24:58.109 INFO O| Sep 09 22:24:58.109 INFO STEP 742 (remove_files) COMPLETE
62452024-09-09T22:24:59.165Z[ recovery-image] Sep 09 22:24:58.109 INFO O| Sep 09 22:24:58.109 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-09-09T22:24:59.172Z[ recovery-image] Sep 09 22:24:58.119 INFO O| Sep 09 22:24:58.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
62472024-09-09T22:24:59.172Z[ recovery-image] Sep 09 22:24:58.119 INFO O| Sep 09 22:24:58.119 INFO STEP 743 (remove_files) COMPLETE
62482024-09-09T22:24:59.183Z[ recovery-image] Sep 09 22:24:58.119 INFO O| Sep 09 22:24:58.119 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-09-09T22:24:59.183Z[ recovery-image] Sep 09 22:24:58.129 INFO O| Sep 09 22:24:58.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
62502024-09-09T22:24:59.183Z[ recovery-image] Sep 09 22:24:58.129 INFO O| Sep 09 22:24:58.129 INFO STEP 744 (remove_files) COMPLETE
62512024-09-09T22:24:59.183Z[ recovery-image] Sep 09 22:24:58.129 INFO O| Sep 09 22:24:58.129 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-09-09T22:24:59.193Z[ recovery-image] Sep 09 22:24:58.140 INFO O| Sep 09 22:24:58.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
62532024-09-09T22:24:59.196Z[ recovery-image] Sep 09 22:24:58.140 INFO O| Sep 09 22:24:58.140 INFO STEP 745 (remove_files) COMPLETE
62542024-09-09T22:24:59.196Z[ recovery-image] Sep 09 22:24:58.140 INFO O| Sep 09 22:24:58.140 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-09-09T22:24:59.203Z[ recovery-image] Sep 09 22:24:58.150 INFO O| Sep 09 22:24:58.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
62562024-09-09T22:24:59.206Z[ recovery-image] Sep 09 22:24:58.150 INFO O| Sep 09 22:24:58.150 INFO STEP 746 (remove_files) COMPLETE
62572024-09-09T22:24:59.206Z[ recovery-image] Sep 09 22:24:58.150 INFO O| Sep 09 22:24:58.150 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-09-09T22:24:59.213Z[ recovery-image] Sep 09 22:24:58.160 INFO O| Sep 09 22:24:58.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
62592024-09-09T22:24:59.216Z[ recovery-image] Sep 09 22:24:58.160 INFO O| Sep 09 22:24:58.160 INFO STEP 747 (remove_files) COMPLETE
62602024-09-09T22:24:59.216Z[ recovery-image] Sep 09 22:24:58.160 INFO O| Sep 09 22:24:58.160 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-09-09T22:24:59.223Z[ recovery-image] Sep 09 22:24:58.170 INFO O| Sep 09 22:24:58.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
62622024-09-09T22:24:59.224Z[ recovery-image] Sep 09 22:24:58.170 INFO O| Sep 09 22:24:58.170 INFO STEP 748 (remove_files) COMPLETE
62632024-09-09T22:24:59.224Z[ recovery-image] Sep 09 22:24:58.170 INFO O| Sep 09 22:24:58.170 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-09-09T22:24:59.233Z[ recovery-image] Sep 09 22:24:58.180 INFO O| Sep 09 22:24:58.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
62652024-09-09T22:24:59.234Z[ recovery-image] Sep 09 22:24:58.180 INFO O| Sep 09 22:24:58.180 INFO STEP 749 (remove_files) COMPLETE
62662024-09-09T22:24:59.236Z[ recovery-image] Sep 09 22:24:58.180 INFO O| Sep 09 22:24:58.180 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-09-09T22:24:59.244Z[ recovery-image] Sep 09 22:24:58.191 INFO O| Sep 09 22:24:58.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
62682024-09-09T22:24:59.244Z[ recovery-image] Sep 09 22:24:58.191 INFO O| Sep 09 22:24:58.191 INFO STEP 750 (remove_files) COMPLETE
62692024-09-09T22:24:59.246Z[ recovery-image] Sep 09 22:24:58.191 INFO O| Sep 09 22:24:58.191 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-09-09T22:24:59.255Z[ recovery-image] Sep 09 22:24:58.201 INFO O| Sep 09 22:24:58.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
62712024-09-09T22:24:59.257Z[ recovery-image] Sep 09 22:24:58.202 INFO O| Sep 09 22:24:58.202 INFO STEP 751 (remove_files) COMPLETE
62722024-09-09T22:24:59.257Z[ recovery-image] Sep 09 22:24:58.202 INFO O| Sep 09 22:24:58.202 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-09-09T22:24:59.267Z[ recovery-image] Sep 09 22:24:58.214 INFO O| Sep 09 22:24:58.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
62742024-09-09T22:24:59.267Z[ recovery-image] Sep 09 22:24:58.214 INFO O| Sep 09 22:24:58.214 INFO STEP 752 (remove_files) COMPLETE
62752024-09-09T22:24:59.270Z[ recovery-image] Sep 09 22:24:58.214 INFO O| Sep 09 22:24:58.214 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-09-09T22:24:59.277Z[ recovery-image] Sep 09 22:24:58.224 INFO O| Sep 09 22:24:58.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
62772024-09-09T22:24:59.277Z[ recovery-image] Sep 09 22:24:58.224 INFO O| Sep 09 22:24:58.224 INFO STEP 753 (remove_files) COMPLETE
62782024-09-09T22:24:59.279Z[ recovery-image] Sep 09 22:24:58.224 INFO O| Sep 09 22:24:58.224 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-09-09T22:24:59.289Z[ recovery-image] Sep 09 22:24:58.236 INFO O| Sep 09 22:24:58.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
62802024-09-09T22:24:59.291Z[ recovery-image] Sep 09 22:24:58.236 INFO O| Sep 09 22:24:58.236 INFO STEP 754 (remove_files) COMPLETE
62812024-09-09T22:24:59.291Z[ recovery-image] Sep 09 22:24:58.236 INFO O| Sep 09 22:24:58.236 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-09-09T22:24:59.301Z[ recovery-image] Sep 09 22:24:58.247 INFO O| Sep 09 22:24:58.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
62832024-09-09T22:24:59.301Z[ recovery-image] Sep 09 22:24:58.247 INFO O| Sep 09 22:24:58.247 INFO STEP 755 (remove_files) COMPLETE
62842024-09-09T22:24:59.301Z[ recovery-image] Sep 09 22:24:58.247 INFO O| Sep 09 22:24:58.247 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-09-09T22:24:59.312Z[ recovery-image] Sep 09 22:24:58.259 INFO O| Sep 09 22:24:58.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
62862024-09-09T22:24:59.312Z[ recovery-image] Sep 09 22:24:58.259 INFO O| Sep 09 22:24:58.259 INFO STEP 756 (remove_files) COMPLETE
62872024-09-09T22:24:59.314Z[ recovery-image] Sep 09 22:24:58.259 INFO O| Sep 09 22:24:58.259 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-09-09T22:24:59.322Z[ recovery-image] Sep 09 22:24:58.268 INFO O| Sep 09 22:24:58.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
62892024-09-09T22:24:59.322Z[ recovery-image] Sep 09 22:24:58.268 INFO O| Sep 09 22:24:58.268 INFO STEP 757 (remove_files) COMPLETE
62902024-09-09T22:24:59.322Z[ recovery-image] Sep 09 22:24:58.268 INFO O| Sep 09 22:24:58.268 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-09-09T22:24:59.331Z[ recovery-image] Sep 09 22:24:58.278 INFO O| Sep 09 22:24:58.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
62922024-09-09T22:24:59.334Z[ recovery-image] Sep 09 22:24:58.278 INFO O| Sep 09 22:24:58.278 INFO STEP 758 (remove_files) COMPLETE
62932024-09-09T22:24:59.334Z[ recovery-image] Sep 09 22:24:58.278 INFO O| Sep 09 22:24:58.278 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-09-09T22:24:59.341Z[ recovery-image] Sep 09 22:24:58.288 INFO O| Sep 09 22:24:58.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
62952024-09-09T22:24:59.344Z[ recovery-image] Sep 09 22:24:58.288 INFO O| Sep 09 22:24:58.288 INFO STEP 759 (remove_files) COMPLETE
62962024-09-09T22:24:59.344Z[ recovery-image] Sep 09 22:24:58.288 INFO O| Sep 09 22:24:58.288 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-09-09T22:24:59.351Z[ recovery-image] Sep 09 22:24:58.298 INFO O| Sep 09 22:24:58.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
62982024-09-09T22:24:59.351Z[ recovery-image] Sep 09 22:24:58.298 INFO O| Sep 09 22:24:58.298 INFO STEP 760 (remove_files) COMPLETE
62992024-09-09T22:24:59.351Z[ recovery-image] Sep 09 22:24:58.298 INFO O| Sep 09 22:24:58.298 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-09-09T22:24:59.362Z[ recovery-image] Sep 09 22:24:58.307 INFO O| Sep 09 22:24:58.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
63012024-09-09T22:24:59.362Z[ recovery-image] Sep 09 22:24:58.307 INFO O| Sep 09 22:24:58.307 INFO STEP 761 (remove_files) COMPLETE
63022024-09-09T22:24:59.364Z[ recovery-image] Sep 09 22:24:58.307 INFO O| Sep 09 22:24:58.307 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-09-09T22:24:59.370Z[ recovery-image] Sep 09 22:24:58.317 INFO O| Sep 09 22:24:58.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
63042024-09-09T22:24:59.370Z[ recovery-image] Sep 09 22:24:58.317 INFO O| Sep 09 22:24:58.317 INFO STEP 762 (remove_files) COMPLETE
63052024-09-09T22:24:59.373Z[ recovery-image] Sep 09 22:24:58.317 INFO O| Sep 09 22:24:58.317 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-09-09T22:24:59.383Z[ recovery-image] Sep 09 22:24:58.329 INFO O| Sep 09 22:24:58.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63072024-09-09T22:24:59.386Z[ recovery-image] Sep 09 22:24:58.329 INFO O| Sep 09 22:24:58.329 INFO STEP 763 (remove_files) COMPLETE
63082024-09-09T22:24:59.386Z[ recovery-image] Sep 09 22:24:58.329 INFO O| Sep 09 22:24:58.329 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-09-09T22:24:59.394Z[ recovery-image] Sep 09 22:24:58.340 INFO O| Sep 09 22:24:58.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63102024-09-09T22:24:59.394Z[ recovery-image] Sep 09 22:24:58.340 INFO O| Sep 09 22:24:58.340 INFO STEP 764 (remove_files) COMPLETE
63112024-09-09T22:24:59.394Z[ recovery-image] Sep 09 22:24:58.340 INFO O| Sep 09 22:24:58.340 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-09-09T22:24:59.404Z[ recovery-image] Sep 09 22:24:58.350 INFO O| Sep 09 22:24:58.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63132024-09-09T22:24:59.404Z[ recovery-image] Sep 09 22:24:58.350 INFO O| Sep 09 22:24:58.350 INFO STEP 765 (remove_files) COMPLETE
63142024-09-09T22:24:59.404Z[ recovery-image] Sep 09 22:24:58.350 INFO O| Sep 09 22:24:58.350 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-09-09T22:24:59.413Z[ recovery-image] Sep 09 22:24:58.359 INFO O| Sep 09 22:24:58.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63162024-09-09T22:24:59.413Z[ recovery-image] Sep 09 22:24:58.360 INFO O| Sep 09 22:24:58.360 INFO STEP 766 (remove_files) COMPLETE
63172024-09-09T22:24:59.416Z[ recovery-image] Sep 09 22:24:58.360 INFO O| Sep 09 22:24:58.360 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-09-09T22:24:59.423Z[ recovery-image] Sep 09 22:24:58.369 INFO O| Sep 09 22:24:58.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63192024-09-09T22:24:59.425Z[ recovery-image] Sep 09 22:24:58.369 INFO O| Sep 09 22:24:58.369 INFO STEP 767 (remove_files) COMPLETE
63202024-09-09T22:24:59.425Z[ recovery-image] Sep 09 22:24:58.369 INFO O| Sep 09 22:24:58.369 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-09-09T22:24:59.432Z[ recovery-image] Sep 09 22:24:58.379 INFO O| Sep 09 22:24:58.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
63222024-09-09T22:24:59.432Z[ recovery-image] Sep 09 22:24:58.379 INFO O| Sep 09 22:24:58.379 INFO STEP 768 (remove_files) COMPLETE
63232024-09-09T22:24:59.435Z[ recovery-image] Sep 09 22:24:58.379 INFO O| Sep 09 22:24:58.379 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-09-09T22:24:59.442Z[ recovery-image] Sep 09 22:24:58.388 INFO O| Sep 09 22:24:58.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
63252024-09-09T22:24:59.442Z[ recovery-image] Sep 09 22:24:58.389 INFO O| Sep 09 22:24:58.388 INFO STEP 769 (remove_files) COMPLETE
63262024-09-09T22:24:59.442Z[ recovery-image] Sep 09 22:24:58.389 INFO O| Sep 09 22:24:58.389 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-09-09T22:24:59.451Z[ recovery-image] Sep 09 22:24:58.398 INFO O| Sep 09 22:24:58.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
63282024-09-09T22:24:59.454Z[ recovery-image] Sep 09 22:24:58.398 INFO O| Sep 09 22:24:58.398 INFO STEP 770 (remove_files) COMPLETE
63292024-09-09T22:24:59.454Z[ recovery-image] Sep 09 22:24:58.398 INFO O| Sep 09 22:24:58.398 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-09-09T22:24:59.461Z[ recovery-image] Sep 09 22:24:58.408 INFO O| Sep 09 22:24:58.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
63312024-09-09T22:24:59.461Z[ recovery-image] Sep 09 22:24:58.408 INFO O| Sep 09 22:24:58.408 INFO STEP 771 (remove_files) COMPLETE
63322024-09-09T22:24:59.463Z[ recovery-image] Sep 09 22:24:58.408 INFO O| Sep 09 22:24:58.408 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-09-09T22:24:59.470Z[ recovery-image] Sep 09 22:24:58.417 INFO O| Sep 09 22:24:58.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
63342024-09-09T22:24:59.473Z[ recovery-image] Sep 09 22:24:58.417 INFO O| Sep 09 22:24:58.417 INFO STEP 772 (remove_files) COMPLETE
63352024-09-09T22:24:59.473Z[ recovery-image] Sep 09 22:24:58.417 INFO O| Sep 09 22:24:58.417 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-09-09T22:24:59.481Z[ recovery-image] Sep 09 22:24:58.427 INFO O| Sep 09 22:24:58.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
63372024-09-09T22:24:59.481Z[ recovery-image] Sep 09 22:24:58.427 INFO O| Sep 09 22:24:58.427 INFO STEP 773 (remove_files) COMPLETE
63382024-09-09T22:24:59.484Z[ recovery-image] Sep 09 22:24:58.427 INFO O| Sep 09 22:24:58.427 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-09-09T22:24:59.491Z[ recovery-image] Sep 09 22:24:58.437 INFO O| Sep 09 22:24:58.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
63402024-09-09T22:24:59.493Z[ recovery-image] Sep 09 22:24:58.437 INFO O| Sep 09 22:24:58.437 INFO STEP 774 (remove_files) COMPLETE
63412024-09-09T22:24:59.493Z[ recovery-image] Sep 09 22:24:58.437 INFO O| Sep 09 22:24:58.437 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-09-09T22:24:59.502Z[ recovery-image] Sep 09 22:24:58.448 INFO O| Sep 09 22:24:58.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
63432024-09-09T22:24:59.502Z[ recovery-image] Sep 09 22:24:58.448 INFO O| Sep 09 22:24:58.448 INFO STEP 775 (remove_files) COMPLETE
63442024-09-09T22:24:59.505Z[ recovery-image] Sep 09 22:24:58.448 INFO O| Sep 09 22:24:58.448 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-09-09T22:24:59.511Z[ recovery-image] Sep 09 22:24:58.457 INFO O| Sep 09 22:24:58.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
63462024-09-09T22:24:59.511Z[ recovery-image] Sep 09 22:24:58.457 INFO O| Sep 09 22:24:58.457 INFO STEP 776 (remove_files) COMPLETE
63472024-09-09T22:24:59.513Z[ recovery-image] Sep 09 22:24:58.457 INFO O| Sep 09 22:24:58.457 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-09-09T22:24:59.521Z[ recovery-image] Sep 09 22:24:58.467 INFO O| Sep 09 22:24:58.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
63492024-09-09T22:24:59.521Z[ recovery-image] Sep 09 22:24:58.467 INFO O| Sep 09 22:24:58.467 INFO STEP 777 (remove_files) COMPLETE
63502024-09-09T22:24:59.521Z[ recovery-image] Sep 09 22:24:58.467 INFO O| Sep 09 22:24:58.467 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-09-09T22:24:59.531Z[ recovery-image] Sep 09 22:24:58.477 INFO O| Sep 09 22:24:58.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
63522024-09-09T22:24:59.531Z[ recovery-image] Sep 09 22:24:58.477 INFO O| Sep 09 22:24:58.477 INFO STEP 778 (remove_files) COMPLETE
63532024-09-09T22:24:59.533Z[ recovery-image] Sep 09 22:24:58.477 INFO O| Sep 09 22:24:58.477 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-09-09T22:24:59.541Z[ recovery-image] Sep 09 22:24:58.487 INFO O| Sep 09 22:24:58.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
63552024-09-09T22:24:59.543Z[ recovery-image] Sep 09 22:24:58.488 INFO O| Sep 09 22:24:58.488 INFO STEP 779 (remove_files) COMPLETE
63562024-09-09T22:24:59.543Z[ recovery-image] Sep 09 22:24:58.488 INFO O| Sep 09 22:24:58.488 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-09-09T22:24:59.552Z[ recovery-image] Sep 09 22:24:58.498 INFO O| Sep 09 22:24:58.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
63582024-09-09T22:24:59.552Z[ recovery-image] Sep 09 22:24:58.498 INFO O| Sep 09 22:24:58.498 INFO STEP 780 (remove_files) COMPLETE
63592024-09-09T22:24:59.554Z[ recovery-image] Sep 09 22:24:58.498 INFO O| Sep 09 22:24:58.498 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-09-09T22:24:59.563Z[ recovery-image] Sep 09 22:24:58.508 INFO O| Sep 09 22:24:58.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
63612024-09-09T22:24:59.565Z[ recovery-image] Sep 09 22:24:58.508 INFO O| Sep 09 22:24:58.508 INFO STEP 781 (remove_files) COMPLETE
63622024-09-09T22:24:59.565Z[ recovery-image] Sep 09 22:24:58.508 INFO O| Sep 09 22:24:58.508 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-09-09T22:24:59.571Z[ recovery-image] Sep 09 22:24:58.518 INFO O| Sep 09 22:24:58.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
63642024-09-09T22:24:59.571Z[ recovery-image] Sep 09 22:24:58.518 INFO O| Sep 09 22:24:58.518 INFO STEP 782 (remove_files) COMPLETE
63652024-09-09T22:24:59.574Z[ recovery-image] Sep 09 22:24:58.518 INFO O| Sep 09 22:24:58.518 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-09-09T22:24:59.581Z[ recovery-image] Sep 09 22:24:58.528 INFO O| Sep 09 22:24:58.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
63672024-09-09T22:24:59.581Z[ recovery-image] Sep 09 22:24:58.528 INFO O| Sep 09 22:24:58.528 INFO STEP 783 (remove_files) COMPLETE
63682024-09-09T22:24:59.584Z[ recovery-image] Sep 09 22:24:58.528 INFO O| Sep 09 22:24:58.528 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-09-09T22:24:59.591Z[ recovery-image] Sep 09 22:24:58.537 INFO O| Sep 09 22:24:58.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
63702024-09-09T22:24:59.591Z[ recovery-image] Sep 09 22:24:58.538 INFO O| Sep 09 22:24:58.538 INFO STEP 784 (remove_files) COMPLETE
63712024-09-09T22:24:59.593Z[ recovery-image] Sep 09 22:24:58.538 INFO O| Sep 09 22:24:58.538 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-09-09T22:24:59.601Z[ recovery-image] Sep 09 22:24:58.547 INFO O| Sep 09 22:24:58.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
63732024-09-09T22:24:59.603Z[ recovery-image] Sep 09 22:24:58.547 INFO O| Sep 09 22:24:58.547 INFO STEP 785 (remove_files) COMPLETE
63742024-09-09T22:24:59.603Z[ recovery-image] Sep 09 22:24:58.547 INFO O| Sep 09 22:24:58.547 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-09-09T22:24:59.610Z[ recovery-image] Sep 09 22:24:58.557 INFO O| Sep 09 22:24:58.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
63762024-09-09T22:24:59.610Z[ recovery-image] Sep 09 22:24:58.557 INFO O| Sep 09 22:24:58.557 INFO STEP 786 (remove_files) COMPLETE
63772024-09-09T22:24:59.610Z[ recovery-image] Sep 09 22:24:58.557 INFO O| Sep 09 22:24:58.557 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-09-09T22:24:59.620Z[ recovery-image] Sep 09 22:24:58.567 INFO O| Sep 09 22:24:58.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
63792024-09-09T22:24:59.620Z[ recovery-image] Sep 09 22:24:58.567 INFO O| Sep 09 22:24:58.567 INFO STEP 787 (remove_files) COMPLETE
63802024-09-09T22:24:59.620Z[ recovery-image] Sep 09 22:24:58.567 INFO O| Sep 09 22:24:58.567 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-09-09T22:24:59.630Z[ recovery-image] Sep 09 22:24:58.577 INFO O| Sep 09 22:24:58.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
63822024-09-09T22:24:59.632Z[ recovery-image] Sep 09 22:24:58.577 INFO O| Sep 09 22:24:58.577 INFO STEP 788 (remove_files) COMPLETE
63832024-09-09T22:24:59.632Z[ recovery-image] Sep 09 22:24:58.577 INFO O| Sep 09 22:24:58.577 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-09-09T22:24:59.640Z[ recovery-image] Sep 09 22:24:58.586 INFO O| Sep 09 22:24:58.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
63852024-09-09T22:24:59.640Z[ recovery-image] Sep 09 22:24:58.586 INFO O| Sep 09 22:24:58.586 INFO STEP 789 (remove_files) COMPLETE
63862024-09-09T22:24:59.640Z[ recovery-image] Sep 09 22:24:58.586 INFO O| Sep 09 22:24:58.586 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-09-09T22:24:59.649Z[ recovery-image] Sep 09 22:24:58.596 INFO O| Sep 09 22:24:58.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
63882024-09-09T22:24:59.649Z[ recovery-image] Sep 09 22:24:58.596 INFO O| Sep 09 22:24:58.596 INFO STEP 790 (remove_files) COMPLETE
63892024-09-09T22:24:59.649Z[ recovery-image] Sep 09 22:24:58.596 INFO O| Sep 09 22:24:58.596 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-09-09T22:24:59.659Z[ recovery-image] Sep 09 22:24:58.605 INFO O| Sep 09 22:24:58.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
63912024-09-09T22:24:59.659Z[ recovery-image] Sep 09 22:24:58.606 INFO O| Sep 09 22:24:58.605 INFO STEP 791 (remove_files) COMPLETE
63922024-09-09T22:24:59.659Z[ recovery-image] Sep 09 22:24:58.606 INFO O| Sep 09 22:24:58.606 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-09-09T22:24:59.669Z[ recovery-image] Sep 09 22:24:58.615 INFO O| Sep 09 22:24:58.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
63942024-09-09T22:24:59.669Z[ recovery-image] Sep 09 22:24:58.615 INFO O| Sep 09 22:24:58.615 INFO STEP 792 (remove_files) COMPLETE
63952024-09-09T22:24:59.671Z[ recovery-image] Sep 09 22:24:58.615 INFO O| Sep 09 22:24:58.615 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-09-09T22:24:59.678Z[ recovery-image] Sep 09 22:24:58.625 INFO O| Sep 09 22:24:58.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
63972024-09-09T22:24:59.678Z[ recovery-image] Sep 09 22:24:58.625 INFO O| Sep 09 22:24:58.625 INFO STEP 793 (remove_files) COMPLETE
63982024-09-09T22:24:59.678Z[ recovery-image] Sep 09 22:24:58.625 INFO O| Sep 09 22:24:58.625 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-09-09T22:24:59.688Z[ recovery-image] Sep 09 22:24:58.634 INFO O| Sep 09 22:24:58.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
64002024-09-09T22:24:59.690Z[ recovery-image] Sep 09 22:24:58.635 INFO O| Sep 09 22:24:58.634 INFO STEP 794 (remove_files) COMPLETE
64012024-09-09T22:24:59.690Z[ recovery-image] Sep 09 22:24:58.635 INFO O| Sep 09 22:24:58.634 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-09-09T22:24:59.697Z[ recovery-image] Sep 09 22:24:58.644 INFO O| Sep 09 22:24:58.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64032024-09-09T22:24:59.697Z[ recovery-image] Sep 09 22:24:58.644 INFO O| Sep 09 22:24:58.644 INFO STEP 795 (remove_files) COMPLETE
64042024-09-09T22:24:59.697Z[ recovery-image] Sep 09 22:24:58.644 INFO O| Sep 09 22:24:58.644 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-09-09T22:24:59.707Z[ recovery-image] Sep 09 22:24:58.654 INFO O| Sep 09 22:24:58.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64062024-09-09T22:24:59.709Z[ recovery-image] Sep 09 22:24:58.654 INFO O| Sep 09 22:24:58.654 INFO STEP 796 (remove_files) COMPLETE
64072024-09-09T22:24:59.709Z[ recovery-image] Sep 09 22:24:58.654 INFO O| Sep 09 22:24:58.654 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-09-09T22:24:59.717Z[ recovery-image] Sep 09 22:24:58.664 INFO O| Sep 09 22:24:58.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64092024-09-09T22:24:59.720Z[ recovery-image] Sep 09 22:24:58.664 INFO O| Sep 09 22:24:58.664 INFO STEP 797 (remove_files) COMPLETE
64102024-09-09T22:24:59.720Z[ recovery-image] Sep 09 22:24:58.664 INFO O| Sep 09 22:24:58.664 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-09-09T22:24:59.727Z[ recovery-image] Sep 09 22:24:58.673 INFO O| Sep 09 22:24:58.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64122024-09-09T22:24:59.729Z[ recovery-image] Sep 09 22:24:58.674 INFO O| Sep 09 22:24:58.674 INFO STEP 798 (remove_files) COMPLETE
64132024-09-09T22:24:59.729Z[ recovery-image] Sep 09 22:24:58.674 INFO O| Sep 09 22:24:58.674 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-09-09T22:24:59.737Z[ recovery-image] Sep 09 22:24:58.683 INFO O| Sep 09 22:24:58.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64152024-09-09T22:24:59.739Z[ recovery-image] Sep 09 22:24:58.683 INFO O| Sep 09 22:24:58.683 INFO STEP 799 (remove_files) COMPLETE
64162024-09-09T22:24:59.739Z[ recovery-image] Sep 09 22:24:58.683 INFO O| Sep 09 22:24:58.683 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-09-09T22:24:59.747Z[ recovery-image] Sep 09 22:24:58.693 INFO O| Sep 09 22:24:58.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
64182024-09-09T22:24:59.747Z[ recovery-image] Sep 09 22:24:58.693 INFO O| Sep 09 22:24:58.693 INFO STEP 800 (remove_files) COMPLETE
64192024-09-09T22:24:59.749Z[ recovery-image] Sep 09 22:24:58.693 INFO O| Sep 09 22:24:58.693 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-09-09T22:24:59.757Z[ recovery-image] Sep 09 22:24:58.703 INFO O| Sep 09 22:24:58.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
64212024-09-09T22:24:59.759Z[ recovery-image] Sep 09 22:24:58.703 INFO O| Sep 09 22:24:58.703 INFO STEP 801 (remove_files) COMPLETE
64222024-09-09T22:24:59.759Z[ recovery-image] Sep 09 22:24:58.703 INFO O| Sep 09 22:24:58.703 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-09-09T22:24:59.767Z[ recovery-image] Sep 09 22:24:58.713 INFO O| Sep 09 22:24:58.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
64242024-09-09T22:24:59.767Z[ recovery-image] Sep 09 22:24:58.713 INFO O| Sep 09 22:24:58.713 INFO STEP 802 (remove_files) COMPLETE
64252024-09-09T22:24:59.769Z[ recovery-image] Sep 09 22:24:58.713 INFO O| Sep 09 22:24:58.713 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-09-09T22:24:59.778Z[ recovery-image] Sep 09 22:24:58.724 INFO O| Sep 09 22:24:58.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
64272024-09-09T22:24:59.778Z[ recovery-image] Sep 09 22:24:58.725 INFO O| Sep 09 22:24:58.724 INFO STEP 803 (remove_files) COMPLETE
64282024-09-09T22:24:59.780Z[ recovery-image] Sep 09 22:24:58.725 INFO O| Sep 09 22:24:58.724 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-09-09T22:24:59.788Z[ recovery-image] Sep 09 22:24:58.734 INFO O| Sep 09 22:24:58.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
64302024-09-09T22:24:59.788Z[ recovery-image] Sep 09 22:24:58.734 INFO O| Sep 09 22:24:58.734 INFO STEP 804 (remove_files) COMPLETE
64312024-09-09T22:24:59.788Z[ recovery-image] Sep 09 22:24:58.734 INFO O| Sep 09 22:24:58.734 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-09-09T22:24:59.798Z[ recovery-image] Sep 09 22:24:58.745 INFO O| Sep 09 22:24:58.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
64332024-09-09T22:24:59.798Z[ recovery-image] Sep 09 22:24:58.745 INFO O| Sep 09 22:24:58.745 INFO STEP 805 (remove_files) COMPLETE
64342024-09-09T22:24:59.798Z[ recovery-image] Sep 09 22:24:58.745 INFO O| Sep 09 22:24:58.745 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-09-09T22:24:59.808Z[ recovery-image] Sep 09 22:24:58.755 INFO O| Sep 09 22:24:58.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
64362024-09-09T22:24:59.810Z[ recovery-image] Sep 09 22:24:58.755 INFO O| Sep 09 22:24:58.755 INFO STEP 806 (remove_files) COMPLETE
64372024-09-09T22:24:59.810Z[ recovery-image] Sep 09 22:24:58.755 INFO O| Sep 09 22:24:58.755 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-09-09T22:24:59.818Z[ recovery-image] Sep 09 22:24:58.764 INFO O| Sep 09 22:24:58.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
64392024-09-09T22:24:59.820Z[ recovery-image] Sep 09 22:24:58.764 INFO O| Sep 09 22:24:58.764 INFO STEP 807 (remove_files) COMPLETE
64402024-09-09T22:24:59.820Z[ recovery-image] Sep 09 22:24:58.764 INFO O| Sep 09 22:24:58.764 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-09-09T22:24:59.827Z[ recovery-image] Sep 09 22:24:58.774 INFO O| Sep 09 22:24:58.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
64422024-09-09T22:24:59.830Z[ recovery-image] Sep 09 22:24:58.774 INFO O| Sep 09 22:24:58.774 INFO STEP 808 (remove_files) COMPLETE
64432024-09-09T22:24:59.830Z[ recovery-image] Sep 09 22:24:58.774 INFO O| Sep 09 22:24:58.774 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-09-09T22:24:59.838Z[ recovery-image] Sep 09 22:24:58.785 INFO O| Sep 09 22:24:58.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
64452024-09-09T22:24:59.841Z[ recovery-image] Sep 09 22:24:58.785 INFO O| Sep 09 22:24:58.785 INFO STEP 809 (remove_files) COMPLETE
64462024-09-09T22:24:59.841Z[ recovery-image] Sep 09 22:24:58.785 INFO O| Sep 09 22:24:58.785 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-09-09T22:24:59.849Z[ recovery-image] Sep 09 22:24:58.795 INFO O| Sep 09 22:24:58.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
64482024-09-09T22:24:59.851Z[ recovery-image] Sep 09 22:24:58.796 INFO O| Sep 09 22:24:58.795 INFO STEP 810 (remove_files) COMPLETE
64492024-09-09T22:24:59.852Z[ recovery-image] Sep 09 22:24:58.796 INFO O| Sep 09 22:24:58.796 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-09-09T22:24:59.859Z[ recovery-image] Sep 09 22:24:58.805 INFO O| Sep 09 22:24:58.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
64512024-09-09T22:24:59.859Z[ recovery-image] Sep 09 22:24:58.805 INFO O| Sep 09 22:24:58.805 INFO STEP 811 (remove_files) COMPLETE
64522024-09-09T22:24:59.861Z[ recovery-image] Sep 09 22:24:58.805 INFO O| Sep 09 22:24:58.805 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-09-09T22:24:59.869Z[ recovery-image] Sep 09 22:24:58.815 INFO O| Sep 09 22:24:58.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
64542024-09-09T22:24:59.871Z[ recovery-image] Sep 09 22:24:58.815 INFO O| Sep 09 22:24:58.815 INFO STEP 812 (remove_files) COMPLETE
64552024-09-09T22:24:59.871Z[ recovery-image] Sep 09 22:24:58.815 INFO O| Sep 09 22:24:58.815 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-09-09T22:24:59.879Z[ recovery-image] Sep 09 22:24:58.825 INFO O| Sep 09 22:24:58.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
64572024-09-09T22:24:59.879Z[ recovery-image] Sep 09 22:24:58.825 INFO O| Sep 09 22:24:58.825 INFO STEP 813 (remove_files) COMPLETE
64582024-09-09T22:24:59.881Z[ recovery-image] Sep 09 22:24:58.825 INFO O| Sep 09 22:24:58.825 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-09-09T22:24:59.889Z[ recovery-image] Sep 09 22:24:58.836 INFO O| Sep 09 22:24:58.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
64602024-09-09T22:24:59.892Z[ recovery-image] Sep 09 22:24:58.836 INFO O| Sep 09 22:24:58.836 INFO STEP 814 (remove_files) COMPLETE
64612024-09-09T22:24:59.892Z[ recovery-image] Sep 09 22:24:58.836 INFO O| Sep 09 22:24:58.836 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-09-09T22:24:59.901Z[ recovery-image] Sep 09 22:24:58.847 INFO O| Sep 09 22:24:58.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
64632024-09-09T22:24:59.901Z[ recovery-image] Sep 09 22:24:58.847 INFO O| Sep 09 22:24:58.847 INFO STEP 815 (remove_files) COMPLETE
64642024-09-09T22:24:59.903Z[ recovery-image] Sep 09 22:24:58.847 INFO O| Sep 09 22:24:58.847 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-09-09T22:24:59.912Z[ recovery-image] Sep 09 22:24:58.859 INFO O| Sep 09 22:24:58.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
64662024-09-09T22:24:59.912Z[ recovery-image] Sep 09 22:24:58.859 INFO O| Sep 09 22:24:58.859 INFO STEP 816 (remove_files) COMPLETE
64672024-09-09T22:24:59.915Z[ recovery-image] Sep 09 22:24:58.859 INFO O| Sep 09 22:24:58.859 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-09-09T22:24:59.923Z[ recovery-image] Sep 09 22:24:58.870 INFO O| Sep 09 22:24:58.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
64692024-09-09T22:24:59.926Z[ recovery-image] Sep 09 22:24:58.870 INFO O| Sep 09 22:24:58.870 INFO STEP 817 (remove_files) COMPLETE
64702024-09-09T22:24:59.926Z[ recovery-image] Sep 09 22:24:58.870 INFO O| Sep 09 22:24:58.870 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-09-09T22:24:59.933Z[ recovery-image] Sep 09 22:24:58.880 INFO O| Sep 09 22:24:58.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
64722024-09-09T22:24:59.936Z[ recovery-image] Sep 09 22:24:58.880 INFO O| Sep 09 22:24:58.880 INFO STEP 818 (remove_files) COMPLETE
64732024-09-09T22:24:59.936Z[ recovery-image] Sep 09 22:24:58.880 INFO O| Sep 09 22:24:58.880 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-09-09T22:24:59.943Z[ recovery-image] Sep 09 22:24:58.890 INFO O| Sep 09 22:24:58.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
64752024-09-09T22:24:59.945Z[ recovery-image] Sep 09 22:24:58.890 INFO O| Sep 09 22:24:58.890 INFO STEP 819 (remove_files) COMPLETE
64762024-09-09T22:24:59.945Z[ recovery-image] Sep 09 22:24:58.890 INFO O| Sep 09 22:24:58.890 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-09-09T22:24:59.953Z[ recovery-image] Sep 09 22:24:58.899 INFO O| Sep 09 22:24:58.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
64782024-09-09T22:24:59.955Z[ recovery-image] Sep 09 22:24:58.899 INFO O| Sep 09 22:24:58.899 INFO STEP 820 (remove_files) COMPLETE
64792024-09-09T22:24:59.955Z[ recovery-image] Sep 09 22:24:58.900 INFO O| Sep 09 22:24:58.899 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-09-09T22:24:59.962Z[ recovery-image] Sep 09 22:24:58.909 INFO O| Sep 09 22:24:58.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
64812024-09-09T22:24:59.962Z[ recovery-image] Sep 09 22:24:58.909 INFO O| Sep 09 22:24:58.909 INFO STEP 821 (remove_files) COMPLETE
64822024-09-09T22:24:59.965Z[ recovery-image] Sep 09 22:24:58.909 INFO O| Sep 09 22:24:58.909 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-09-09T22:24:59.972Z[ recovery-image] Sep 09 22:24:58.919 INFO O| Sep 09 22:24:58.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
64842024-09-09T22:24:59.975Z[ recovery-image] Sep 09 22:24:58.919 INFO O| Sep 09 22:24:58.919 INFO STEP 822 (remove_files) COMPLETE
64852024-09-09T22:24:59.975Z[ recovery-image] Sep 09 22:24:58.919 INFO O| Sep 09 22:24:58.919 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-09-09T22:24:59.982Z[ recovery-image] Sep 09 22:24:58.928 INFO O| Sep 09 22:24:58.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
64872024-09-09T22:24:59.982Z[ recovery-image] Sep 09 22:24:58.928 INFO O| Sep 09 22:24:58.928 INFO STEP 823 (remove_files) COMPLETE
64882024-09-09T22:24:59.984Z[ recovery-image] Sep 09 22:24:58.928 INFO O| Sep 09 22:24:58.928 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-09-09T22:24:59.991Z[ recovery-image] Sep 09 22:24:58.938 INFO O| Sep 09 22:24:58.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
64902024-09-09T22:24:59.992Z[ recovery-image] Sep 09 22:24:58.938 INFO O| Sep 09 22:24:58.938 INFO STEP 824 (remove_files) COMPLETE
64912024-09-09T22:24:59.994Z[ recovery-image] Sep 09 22:24:58.938 INFO O| Sep 09 22:24:58.938 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-09-09T22:25:00.001Z[ recovery-image] Sep 09 22:24:58.947 INFO O| Sep 09 22:24:58.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
64932024-09-09T22:25:00.001Z[ recovery-image] Sep 09 22:24:58.947 INFO O| Sep 09 22:24:58.947 INFO STEP 825 (remove_files) COMPLETE
64942024-09-09T22:25:00.004Z[ recovery-image] Sep 09 22:24:58.947 INFO O| Sep 09 22:24:58.947 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-09-09T22:25:00.011Z[ recovery-image] Sep 09 22:24:58.957 INFO O| Sep 09 22:24:58.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
64962024-09-09T22:25:00.011Z[ recovery-image] Sep 09 22:24:58.957 INFO O| Sep 09 22:24:58.957 INFO STEP 826 (remove_files) COMPLETE
64972024-09-09T22:25:00.011Z[ recovery-image] Sep 09 22:24:58.957 INFO O| Sep 09 22:24:58.957 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-09-09T22:25:00.020Z[ recovery-image] Sep 09 22:24:58.967 INFO O| Sep 09 22:24:58.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
64992024-09-09T22:25:00.020Z[ recovery-image] Sep 09 22:24:58.967 INFO O| Sep 09 22:24:58.967 INFO STEP 827 (remove_files) COMPLETE
65002024-09-09T22:25:00.023Z[ recovery-image] Sep 09 22:24:58.967 INFO O| Sep 09 22:24:58.967 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-09-09T22:25:00.030Z[ recovery-image] Sep 09 22:24:58.976 INFO O| Sep 09 22:24:58.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65022024-09-09T22:25:00.030Z[ recovery-image] Sep 09 22:24:58.976 INFO O| Sep 09 22:24:58.976 INFO STEP 828 (remove_files) COMPLETE
65032024-09-09T22:25:00.033Z[ recovery-image] Sep 09 22:24:58.976 INFO O| Sep 09 22:24:58.976 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-09-09T22:25:00.040Z[ recovery-image] Sep 09 22:24:58.986 INFO O| Sep 09 22:24:58.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65052024-09-09T22:25:00.040Z[ recovery-image] Sep 09 22:24:58.986 INFO O| Sep 09 22:24:58.986 INFO STEP 829 (remove_files) COMPLETE
65062024-09-09T22:25:00.040Z[ recovery-image] Sep 09 22:24:58.986 INFO O| Sep 09 22:24:58.986 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-09-09T22:25:00.049Z[ recovery-image] Sep 09 22:24:58.995 INFO O| Sep 09 22:24:58.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
65082024-09-09T22:25:00.051Z[ recovery-image] Sep 09 22:24:58.995 INFO O| Sep 09 22:24:58.995 INFO STEP 830 (remove_files) COMPLETE
65092024-09-09T22:25:00.051Z[ recovery-image] Sep 09 22:24:58.995 INFO O| Sep 09 22:24:58.995 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-09-09T22:25:00.059Z[ recovery-image] Sep 09 22:24:59.005 INFO O| Sep 09 22:24:59.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65112024-09-09T22:25:00.059Z[ recovery-image] Sep 09 22:24:59.005 INFO O| Sep 09 22:24:59.005 INFO STEP 831 (remove_files) COMPLETE
65122024-09-09T22:25:00.062Z[ recovery-image] Sep 09 22:24:59.005 INFO O| Sep 09 22:24:59.005 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-09-09T22:25:00.068Z[ recovery-image] Sep 09 22:24:59.015 INFO O| Sep 09 22:24:59.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65142024-09-09T22:25:00.071Z[ recovery-image] Sep 09 22:24:59.015 INFO O| Sep 09 22:24:59.015 INFO STEP 832 (remove_files) COMPLETE
65152024-09-09T22:25:00.071Z[ recovery-image] Sep 09 22:24:59.015 INFO O| Sep 09 22:24:59.015 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-09-09T22:25:00.078Z[ recovery-image] Sep 09 22:24:59.024 INFO O| Sep 09 22:24:59.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
65172024-09-09T22:25:00.081Z[ recovery-image] Sep 09 22:24:59.024 INFO O| Sep 09 22:24:59.024 INFO STEP 833 (remove_files) COMPLETE
65182024-09-09T22:25:00.081Z[ recovery-image] Sep 09 22:24:59.024 INFO O| Sep 09 22:24:59.024 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-09-09T22:25:00.087Z[ recovery-image] Sep 09 22:24:59.034 INFO O| Sep 09 22:24:59.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
65202024-09-09T22:25:00.087Z[ recovery-image] Sep 09 22:24:59.034 INFO O| Sep 09 22:24:59.034 INFO STEP 834 (remove_files) COMPLETE
65212024-09-09T22:25:00.090Z[ recovery-image] Sep 09 22:24:59.034 INFO O| Sep 09 22:24:59.034 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-09-09T22:25:00.097Z[ recovery-image] Sep 09 22:24:59.043 INFO O| Sep 09 22:24:59.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65232024-09-09T22:25:00.097Z[ recovery-image] Sep 09 22:24:59.043 INFO O| Sep 09 22:24:59.043 INFO STEP 835 (remove_files) COMPLETE
65242024-09-09T22:25:00.097Z[ recovery-image] Sep 09 22:24:59.043 INFO O| Sep 09 22:24:59.043 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-09-09T22:25:00.106Z[ recovery-image] Sep 09 22:24:59.053 INFO O| Sep 09 22:24:59.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
65262024-09-09T22:25:00.107Z[ recovery-image] Sep 09 22:24:59.053 INFO O| Sep 09 22:24:59.053 INFO STEP 836 (remove_files) COMPLETE
65272024-09-09T22:25:00.109Z[ recovery-image] Sep 09 22:24:59.053 INFO O| Sep 09 22:24:59.053 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-09-09T22:25:00.113Z[ host-image] Sep 09 22:24:59.060 INFO O| Sep 09 22:24:59.060 INFO O| Planning: Solver setup ... Done
65292024-09-09T22:25:00.116Z[ recovery-image] Sep 09 22:24:59.062 INFO O| Sep 09 22:24:59.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
65302024-09-09T22:25:00.118Z[ recovery-image] Sep 09 22:24:59.063 INFO O| Sep 09 22:24:59.063 INFO STEP 837 (remove_files) COMPLETE
65312024-09-09T22:25:00.118Z[ recovery-image] Sep 09 22:24:59.063 INFO O| Sep 09 22:24:59.063 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-09-09T22:25:00.118Z[ host-image] Sep 09 22:24:59.064 INFO O| Sep 09 22:24:59.064 INFO O| Planning: Running solver ... Done
65332024-09-09T22:25:00.127Z[ recovery-image] Sep 09 22:24:59.073 INFO O| Sep 09 22:24:59.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
65342024-09-09T22:25:00.127Z[ recovery-image] Sep 09 22:24:59.074 INFO O| Sep 09 22:24:59.074 INFO STEP 838 (remove_files) COMPLETE
65352024-09-09T22:25:00.127Z[ recovery-image] Sep 09 22:24:59.074 INFO O| Sep 09 22:24:59.074 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-09-09T22:25:00.137Z[ recovery-image] Sep 09 22:24:59.083 INFO O| Sep 09 22:24:59.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
65372024-09-09T22:25:00.137Z[ recovery-image] Sep 09 22:24:59.084 INFO O| Sep 09 22:24:59.084 INFO STEP 839 (remove_files) COMPLETE
65382024-09-09T22:25:00.139Z[ recovery-image] Sep 09 22:24:59.084 INFO O| Sep 09 22:24:59.084 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-09-09T22:25:00.147Z[ recovery-image] Sep 09 22:24:59.093 INFO O| Sep 09 22:24:59.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
65402024-09-09T22:25:00.147Z[ recovery-image] Sep 09 22:24:59.093 INFO O| Sep 09 22:24:59.093 INFO STEP 840 (remove_files) COMPLETE
65412024-09-09T22:25:00.150Z[ recovery-image] Sep 09 22:24:59.093 INFO O| Sep 09 22:24:59.093 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-09-09T22:25:00.157Z[ recovery-image] Sep 09 22:24:59.103 INFO O| Sep 09 22:24:59.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
65432024-09-09T22:25:00.157Z[ recovery-image] Sep 09 22:24:59.103 INFO O| Sep 09 22:24:59.103 INFO STEP 841 (remove_files) COMPLETE
65442024-09-09T22:25:00.157Z[ recovery-image] Sep 09 22:24:59.103 INFO O| Sep 09 22:24:59.103 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-09-09T22:25:00.161Z[ host-image] Sep 09 22:24:59.108 INFO O| Sep 09 22:24:59.108 INFO O| Planning: Finding local manifests ... Done
65462024-09-09T22:25:00.164Z[ host-image] Sep 09 22:24:59.109 INFO O| Sep 09 22:24:59.109 INFO O| Planning: Fetching manifests: 0/6 0% complete
65472024-09-09T22:25:00.167Z[ recovery-image] Sep 09 22:24:59.113 INFO O| Sep 09 22:24:59.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
65482024-09-09T22:25:00.167Z[ recovery-image] Sep 09 22:24:59.113 INFO O| Sep 09 22:24:59.113 INFO STEP 842 (remove_files) COMPLETE
65492024-09-09T22:25:00.167Z[ recovery-image] Sep 09 22:24:59.113 INFO O| Sep 09 22:24:59.113 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-09-09T22:25:00.177Z[ recovery-image] Sep 09 22:24:59.124 INFO O| Sep 09 22:24:59.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
65512024-09-09T22:25:00.180Z[ recovery-image] Sep 09 22:24:59.124 INFO O| Sep 09 22:24:59.124 INFO STEP 843 (remove_files) COMPLETE
65522024-09-09T22:25:00.180Z[ recovery-image] Sep 09 22:24:59.124 INFO O| Sep 09 22:24:59.124 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-09-09T22:25:00.187Z[ recovery-image] Sep 09 22:24:59.134 INFO O| Sep 09 22:24:59.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
65542024-09-09T22:25:00.188Z[ recovery-image] Sep 09 22:24:59.134 INFO O| Sep 09 22:24:59.134 INFO STEP 844 (remove_files) COMPLETE
65552024-09-09T22:25:00.190Z[ recovery-image] Sep 09 22:24:59.134 INFO O| Sep 09 22:24:59.134 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-09-09T22:25:00.198Z[ recovery-image] Sep 09 22:24:59.145 INFO O| Sep 09 22:24:59.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
65572024-09-09T22:25:00.198Z[ recovery-image] Sep 09 22:24:59.145 INFO O| Sep 09 22:24:59.145 INFO STEP 845 (remove_files) COMPLETE
65582024-09-09T22:25:00.201Z[ recovery-image] Sep 09 22:24:59.145 INFO O| Sep 09 22:24:59.145 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-09-09T22:25:00.208Z[ recovery-image] Sep 09 22:24:59.154 INFO O| Sep 09 22:24:59.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
65602024-09-09T22:25:00.208Z[ recovery-image] Sep 09 22:24:59.154 INFO O| Sep 09 22:24:59.154 INFO STEP 846 (remove_files) COMPLETE
65612024-09-09T22:25:00.210Z[ recovery-image] Sep 09 22:24:59.154 INFO O| Sep 09 22:24:59.154 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-09-09T22:25:00.217Z[ recovery-image] Sep 09 22:24:59.164 INFO O| Sep 09 22:24:59.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
65632024-09-09T22:25:00.220Z[ recovery-image] Sep 09 22:24:59.164 INFO O| Sep 09 22:24:59.164 INFO STEP 847 (remove_files) COMPLETE
65642024-09-09T22:25:00.220Z[ recovery-image] Sep 09 22:24:59.164 INFO O| Sep 09 22:24:59.164 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-09-09T22:25:00.227Z[ recovery-image] Sep 09 22:24:59.174 INFO O| Sep 09 22:24:59.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
65662024-09-09T22:25:00.227Z[ recovery-image] Sep 09 22:24:59.174 INFO O| Sep 09 22:24:59.174 INFO STEP 848 (remove_files) COMPLETE
65672024-09-09T22:25:00.227Z[ recovery-image] Sep 09 22:24:59.174 INFO O| Sep 09 22:24:59.174 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-09-09T22:25:00.237Z[ recovery-image] Sep 09 22:24:59.183 INFO O| Sep 09 22:24:59.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
65692024-09-09T22:25:00.237Z[ recovery-image] Sep 09 22:24:59.183 INFO O| Sep 09 22:24:59.183 INFO STEP 849 (remove_files) COMPLETE
65702024-09-09T22:25:00.237Z[ recovery-image] Sep 09 22:24:59.183 INFO O| Sep 09 22:24:59.183 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-09-09T22:25:00.247Z[ recovery-image] Sep 09 22:24:59.193 INFO O| Sep 09 22:24:59.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
65722024-09-09T22:25:00.249Z[ recovery-image] Sep 09 22:24:59.193 INFO O| Sep 09 22:24:59.193 INFO STEP 850 (remove_files) COMPLETE
65732024-09-09T22:25:00.249Z[ recovery-image] Sep 09 22:24:59.193 INFO O| Sep 09 22:24:59.193 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-09-09T22:25:00.256Z[ recovery-image] Sep 09 22:24:59.203 INFO O| Sep 09 22:24:59.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
65752024-09-09T22:25:00.259Z[ recovery-image] Sep 09 22:24:59.203 INFO O| Sep 09 22:24:59.203 INFO STEP 851 (remove_files) COMPLETE
65762024-09-09T22:25:00.259Z[ recovery-image] Sep 09 22:24:59.203 INFO O| Sep 09 22:24:59.203 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-09-09T22:25:00.266Z[ recovery-image] Sep 09 22:24:59.213 INFO O| Sep 09 22:24:59.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
65782024-09-09T22:25:00.266Z[ recovery-image] Sep 09 22:24:59.213 INFO O| Sep 09 22:24:59.213 INFO STEP 852 (remove_files) COMPLETE
65792024-09-09T22:25:00.266Z[ recovery-image] Sep 09 22:24:59.213 INFO O| Sep 09 22:24:59.213 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-09-09T22:25:00.276Z[ recovery-image] Sep 09 22:24:59.222 INFO O| Sep 09 22:24:59.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
65812024-09-09T22:25:00.278Z[ recovery-image] Sep 09 22:24:59.222 INFO O| Sep 09 22:24:59.222 INFO STEP 853 (remove_files) COMPLETE
65822024-09-09T22:25:00.278Z[ recovery-image] Sep 09 22:24:59.222 INFO O| Sep 09 22:24:59.222 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-09-09T22:25:00.285Z[ recovery-image] Sep 09 22:24:59.232 INFO O| Sep 09 22:24:59.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
65842024-09-09T22:25:00.285Z[ recovery-image] Sep 09 22:24:59.232 INFO O| Sep 09 22:24:59.232 INFO STEP 854 (remove_files) COMPLETE
65852024-09-09T22:25:00.285Z[ recovery-image] Sep 09 22:24:59.232 INFO O| Sep 09 22:24:59.232 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-09-09T22:25:00.295Z[ recovery-image] Sep 09 22:24:59.241 INFO O| Sep 09 22:24:59.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
65872024-09-09T22:25:00.295Z[ recovery-image] Sep 09 22:24:59.241 INFO O| Sep 09 22:24:59.241 INFO STEP 855 (remove_files) COMPLETE
65882024-09-09T22:25:00.297Z[ recovery-image] Sep 09 22:24:59.241 INFO O| Sep 09 22:24:59.241 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-09-09T22:25:00.304Z[ recovery-image] Sep 09 22:24:59.251 INFO O| Sep 09 22:24:59.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
65902024-09-09T22:25:00.307Z[ recovery-image] Sep 09 22:24:59.251 INFO O| Sep 09 22:24:59.251 INFO STEP 856 (remove_files) COMPLETE
65912024-09-09T22:25:00.307Z[ recovery-image] Sep 09 22:24:59.251 INFO O| Sep 09 22:24:59.251 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-09-09T22:25:00.307Z[ host-image] Sep 09 22:24:59.251 INFO O| Sep 09 22:24:59.251 INFO O| Planning: Fetching manifests: 6/6 100% complete
65932024-09-09T22:25:00.314Z[ recovery-image] Sep 09 22:24:59.261 INFO O| Sep 09 22:24:59.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
65942024-09-09T22:25:00.317Z[ recovery-image] Sep 09 22:24:59.261 INFO O| Sep 09 22:24:59.261 INFO STEP 857 (remove_files) COMPLETE
65952024-09-09T22:25:00.317Z[ recovery-image] Sep 09 22:24:59.261 INFO O| Sep 09 22:24:59.261 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-09-09T22:25:00.325Z[ recovery-image] Sep 09 22:24:59.271 INFO O| Sep 09 22:24:59.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
65972024-09-09T22:25:00.325Z[ recovery-image] Sep 09 22:24:59.271 INFO O| Sep 09 22:24:59.271 INFO STEP 858 (remove_files) COMPLETE
65982024-09-09T22:25:00.327Z[ recovery-image] Sep 09 22:24:59.271 INFO O| Sep 09 22:24:59.271 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-09-09T22:25:00.334Z[ recovery-image] Sep 09 22:24:59.281 INFO O| Sep 09 22:24:59.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
66002024-09-09T22:25:00.334Z[ recovery-image] Sep 09 22:24:59.281 INFO O| Sep 09 22:24:59.281 INFO STEP 859 (remove_files) COMPLETE
66012024-09-09T22:25:00.337Z[ recovery-image] Sep 09 22:24:59.281 INFO O| Sep 09 22:24:59.281 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-09-09T22:25:00.339Z[ host-image] Sep 09 22:24:59.284 INFO O| Sep 09 22:24:59.284 INFO O| Planning: Package planning ... Done
66032024-09-09T22:25:00.345Z[ recovery-image] Sep 09 22:24:59.292 INFO O| Sep 09 22:24:59.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
66042024-09-09T22:25:00.348Z[ recovery-image] Sep 09 22:24:59.292 INFO O| Sep 09 22:24:59.292 INFO STEP 860 (remove_files) COMPLETE
66052024-09-09T22:25:00.348Z[ recovery-image] Sep 09 22:24:59.292 INFO O| Sep 09 22:24:59.292 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-09-09T22:25:00.355Z[ recovery-image] Sep 09 22:24:59.302 INFO O| Sep 09 22:24:59.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66072024-09-09T22:25:00.358Z[ recovery-image] Sep 09 22:24:59.302 INFO O| Sep 09 22:24:59.302 INFO STEP 861 (remove_files) COMPLETE
66082024-09-09T22:25:00.358Z[ recovery-image] Sep 09 22:24:59.302 INFO O| Sep 09 22:24:59.302 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-09-09T22:25:00.360Z[ host-image] Sep 09 22:24:59.304 INFO O| Sep 09 22:24:59.304 INFO O| Planning: Merging actions ... Done
66102024-09-09T22:25:00.365Z[ recovery-image] Sep 09 22:24:59.311 INFO O| Sep 09 22:24:59.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66112024-09-09T22:25:00.367Z[ recovery-image] Sep 09 22:24:59.311 INFO O| Sep 09 22:24:59.311 INFO STEP 862 (remove_files) COMPLETE
66122024-09-09T22:25:00.367Z[ recovery-image] Sep 09 22:24:59.312 INFO O| Sep 09 22:24:59.311 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-09-09T22:25:00.374Z[ recovery-image] Sep 09 22:24:59.321 INFO O| Sep 09 22:24:59.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66142024-09-09T22:25:00.377Z[ recovery-image] Sep 09 22:24:59.321 INFO O| Sep 09 22:24:59.321 INFO STEP 863 (remove_files) COMPLETE
66152024-09-09T22:25:00.377Z[ recovery-image] Sep 09 22:24:59.321 INFO O| Sep 09 22:24:59.321 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-09-09T22:25:00.384Z[ recovery-image] Sep 09 22:24:59.330 INFO O| Sep 09 22:24:59.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66172024-09-09T22:25:00.387Z[ recovery-image] Sep 09 22:24:59.331 INFO O| Sep 09 22:24:59.331 INFO STEP 864 (remove_files) COMPLETE
66182024-09-09T22:25:00.387Z[ recovery-image] Sep 09 22:24:59.331 INFO O| Sep 09 22:24:59.331 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-09-09T22:25:00.394Z[ recovery-image] Sep 09 22:24:59.341 INFO O| Sep 09 22:24:59.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66202024-09-09T22:25:00.397Z[ recovery-image] Sep 09 22:24:59.341 INFO O| Sep 09 22:24:59.341 INFO STEP 865 (remove_files) COMPLETE
66212024-09-09T22:25:00.397Z[ recovery-image] Sep 09 22:24:59.341 INFO O| Sep 09 22:24:59.341 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-09-09T22:25:00.404Z[ recovery-image] Sep 09 22:24:59.350 INFO O| Sep 09 22:24:59.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
66232024-09-09T22:25:00.406Z[ recovery-image] Sep 09 22:24:59.351 INFO O| Sep 09 22:24:59.350 INFO STEP 866 (remove_files) COMPLETE
66242024-09-09T22:25:00.406Z[ recovery-image] Sep 09 22:24:59.351 INFO O| Sep 09 22:24:59.351 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-09-09T22:25:00.414Z[ recovery-image] Sep 09 22:24:59.360 INFO O| Sep 09 22:24:59.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66262024-09-09T22:25:00.416Z[ recovery-image] Sep 09 22:24:59.360 INFO O| Sep 09 22:24:59.360 INFO STEP 867 (remove_files) COMPLETE
66272024-09-09T22:25:00.416Z[ recovery-image] Sep 09 22:24:59.360 INFO O| Sep 09 22:24:59.360 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-09-09T22:25:00.423Z[ recovery-image] Sep 09 22:24:59.370 INFO O| Sep 09 22:24:59.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66292024-09-09T22:25:00.423Z[ recovery-image] Sep 09 22:24:59.370 INFO O| Sep 09 22:24:59.370 INFO STEP 868 (remove_files) COMPLETE
66302024-09-09T22:25:00.426Z[ recovery-image] Sep 09 22:24:59.370 INFO O| Sep 09 22:24:59.370 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-09-09T22:25:00.429Z[ host-image] Sep 09 22:24:59.376 INFO O| Sep 09 22:24:59.376 INFO O| Planning: Checking for conflicting actions ... Done
66322024-09-09T22:25:00.433Z[ recovery-image] Sep 09 22:24:59.379 INFO O| Sep 09 22:24:59.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66332024-09-09T22:25:00.436Z[ recovery-image] Sep 09 22:24:59.379 INFO O| Sep 09 22:24:59.379 INFO STEP 869 (remove_files) COMPLETE
66342024-09-09T22:25:00.436Z[ host-image] Sep 09 22:24:59.379 INFO O| Sep 09 22:24:59.379 INFO O| Planning: Consolidating action changes ... Done
66352024-09-09T22:25:00.436Z[ recovery-image] Sep 09 22:24:59.379 INFO O| Sep 09 22:24:59.379 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-09-09T22:25:00.442Z[ recovery-image] Sep 09 22:24:59.389 INFO O| Sep 09 22:24:59.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
66372024-09-09T22:25:00.442Z[ recovery-image] Sep 09 22:24:59.389 INFO O| Sep 09 22:24:59.389 INFO STEP 870 (remove_files) COMPLETE
66382024-09-09T22:25:00.445Z[ recovery-image] Sep 09 22:24:59.389 INFO O| Sep 09 22:24:59.389 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-09-09T22:25:00.452Z[ recovery-image] Sep 09 22:24:59.398 INFO O| Sep 09 22:24:59.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
66402024-09-09T22:25:00.452Z[ recovery-image] Sep 09 22:24:59.398 INFO O| Sep 09 22:24:59.398 INFO STEP 871 (remove_files) COMPLETE
66412024-09-09T22:25:00.452Z[ recovery-image] Sep 09 22:24:59.398 INFO O| Sep 09 22:24:59.398 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-09-09T22:25:00.461Z[ recovery-image] Sep 09 22:24:59.408 INFO O| Sep 09 22:24:59.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
66432024-09-09T22:25:00.464Z[ recovery-image] Sep 09 22:24:59.408 INFO O| Sep 09 22:24:59.408 INFO STEP 872 (remove_files) COMPLETE
66442024-09-09T22:25:00.464Z[ recovery-image] Sep 09 22:24:59.408 INFO O| Sep 09 22:24:59.408 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-09-09T22:25:00.471Z[ recovery-image] Sep 09 22:24:59.417 INFO O| Sep 09 22:24:59.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
66462024-09-09T22:25:00.473Z[ recovery-image] Sep 09 22:24:59.418 INFO O| Sep 09 22:24:59.417 INFO STEP 873 (remove_files) COMPLETE
66472024-09-09T22:25:00.474Z[ recovery-image] Sep 09 22:24:59.418 INFO O| Sep 09 22:24:59.418 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-09-09T22:25:00.480Z[ recovery-image] Sep 09 22:24:59.427 INFO O| Sep 09 22:24:59.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
66492024-09-09T22:25:00.483Z[ recovery-image] Sep 09 22:24:59.427 INFO O| Sep 09 22:24:59.427 INFO STEP 874 (remove_files) COMPLETE
66502024-09-09T22:25:00.483Z[ recovery-image] Sep 09 22:24:59.427 INFO O| Sep 09 22:24:59.427 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-09-09T22:25:00.490Z[ recovery-image] Sep 09 22:24:59.437 INFO O| Sep 09 22:24:59.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
66522024-09-09T22:25:00.490Z[ recovery-image] Sep 09 22:24:59.437 INFO O| Sep 09 22:24:59.437 INFO STEP 875 (remove_files) COMPLETE
66532024-09-09T22:25:00.493Z[ recovery-image] Sep 09 22:24:59.437 INFO O| Sep 09 22:24:59.437 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-09-09T22:25:00.500Z[ recovery-image] Sep 09 22:24:59.446 INFO O| Sep 09 22:24:59.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
66552024-09-09T22:25:00.502Z[ recovery-image] Sep 09 22:24:59.446 INFO O| Sep 09 22:24:59.446 INFO STEP 876 (remove_files) COMPLETE
66562024-09-09T22:25:00.502Z[ recovery-image] Sep 09 22:24:59.446 INFO O| Sep 09 22:24:59.446 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-09-09T22:25:00.509Z[ recovery-image] Sep 09 22:24:59.456 INFO O| Sep 09 22:24:59.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
66582024-09-09T22:25:00.509Z[ recovery-image] Sep 09 22:24:59.456 INFO O| Sep 09 22:24:59.456 INFO STEP 877 (remove_files) COMPLETE
66592024-09-09T22:25:00.509Z[ recovery-image] Sep 09 22:24:59.456 INFO O| Sep 09 22:24:59.456 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-09-09T22:25:00.519Z[ recovery-image] Sep 09 22:24:59.465 INFO O| Sep 09 22:24:59.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
66612024-09-09T22:25:00.519Z[ recovery-image] Sep 09 22:24:59.465 INFO O| Sep 09 22:24:59.465 INFO STEP 878 (remove_files) COMPLETE
66622024-09-09T22:25:00.519Z[ recovery-image] Sep 09 22:24:59.465 INFO O| Sep 09 22:24:59.465 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-09-09T22:25:00.529Z[ recovery-image] Sep 09 22:24:59.475 INFO O| Sep 09 22:24:59.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
66642024-09-09T22:25:00.529Z[ recovery-image] Sep 09 22:24:59.475 INFO O| Sep 09 22:24:59.475 INFO STEP 879 (remove_files) COMPLETE
66652024-09-09T22:25:00.529Z[ recovery-image] Sep 09 22:24:59.475 INFO O| Sep 09 22:24:59.475 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-09-09T22:25:00.538Z[ recovery-image] Sep 09 22:24:59.485 INFO O| Sep 09 22:24:59.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
66672024-09-09T22:25:00.538Z[ recovery-image] Sep 09 22:24:59.485 INFO O| Sep 09 22:24:59.485 INFO STEP 880 (remove_files) COMPLETE
66682024-09-09T22:25:00.538Z[ recovery-image] Sep 09 22:24:59.485 INFO O| Sep 09 22:24:59.485 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-09-09T22:25:00.548Z[ recovery-image] Sep 09 22:24:59.494 INFO O| Sep 09 22:24:59.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
66702024-09-09T22:25:00.550Z[ recovery-image] Sep 09 22:24:59.495 INFO O| Sep 09 22:24:59.495 INFO STEP 881 (remove_files) COMPLETE
66712024-09-09T22:25:00.550Z[ recovery-image] Sep 09 22:24:59.495 INFO O| Sep 09 22:24:59.495 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-09-09T22:25:00.558Z[ recovery-image] Sep 09 22:24:59.505 INFO O| Sep 09 22:24:59.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
66732024-09-09T22:25:00.558Z[ recovery-image] Sep 09 22:24:59.505 INFO O| Sep 09 22:24:59.505 INFO STEP 882 (remove_files) COMPLETE
66742024-09-09T22:25:00.561Z[ recovery-image] Sep 09 22:24:59.505 INFO O| Sep 09 22:24:59.505 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-09-09T22:25:00.568Z[ recovery-image] Sep 09 22:24:59.514 INFO O| Sep 09 22:24:59.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
66762024-09-09T22:25:00.570Z[ recovery-image] Sep 09 22:24:59.514 INFO O| Sep 09 22:24:59.514 INFO STEP 883 (remove_files) COMPLETE
66772024-09-09T22:25:00.570Z[ recovery-image] Sep 09 22:24:59.514 INFO O| Sep 09 22:24:59.514 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-09-09T22:25:00.577Z[ recovery-image] Sep 09 22:24:59.524 INFO O| Sep 09 22:24:59.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
66792024-09-09T22:25:00.584Z[ recovery-image] Sep 09 22:24:59.524 INFO O| Sep 09 22:24:59.524 INFO STEP 884 (remove_files) COMPLETE
66802024-09-09T22:25:00.584Z[ recovery-image] Sep 09 22:24:59.524 INFO O| Sep 09 22:24:59.524 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-09-09T22:25:00.590Z[ recovery-image] Sep 09 22:24:59.533 INFO O| Sep 09 22:24:59.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
66822024-09-09T22:25:00.590Z[ recovery-image] Sep 09 22:24:59.533 INFO O| Sep 09 22:24:59.533 INFO STEP 885 (remove_files) COMPLETE
66832024-09-09T22:25:00.595Z[ recovery-image] Sep 09 22:24:59.533 INFO O| Sep 09 22:24:59.533 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-09-09T22:25:00.597Z[ recovery-image] Sep 09 22:24:59.543 INFO O| Sep 09 22:24:59.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
66852024-09-09T22:25:00.597Z[ recovery-image] Sep 09 22:24:59.543 INFO O| Sep 09 22:24:59.543 INFO STEP 886 (remove_files) COMPLETE
66862024-09-09T22:25:00.597Z[ recovery-image] Sep 09 22:24:59.543 INFO O| Sep 09 22:24:59.543 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-09-09T22:25:00.607Z[ recovery-image] Sep 09 22:24:59.552 INFO O| Sep 09 22:24:59.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
66882024-09-09T22:25:00.609Z[ recovery-image] Sep 09 22:24:59.552 INFO O| Sep 09 22:24:59.552 INFO STEP 887 (remove_files) COMPLETE
66892024-09-09T22:25:00.609Z[ recovery-image] Sep 09 22:24:59.553 INFO O| Sep 09 22:24:59.552 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-09-09T22:25:00.612Z[ host-image] Sep 09 22:24:59.556 INFO O| Sep 09 22:24:59.556 INFO O| Planning: Evaluating mediators ... Done
66912024-09-09T22:25:00.614Z[ host-image] Sep 09 22:24:59.559 INFO O| Sep 09 22:24:59.559 INFO O| Planning: Planning completed in 2.00 seconds
66922024-09-09T22:25:00.615Z[ host-image] Sep 09 22:24:59.561 INFO O| Sep 09 22:24:59.561 INFO O| Packages to install: 6
66932024-09-09T22:25:00.615Z[ host-image] Sep 09 22:24:59.561 INFO O| Sep 09 22:24:59.561 INFO O| Mediators to change: 1
66942024-09-09T22:25:00.615Z[ host-image] Sep 09 22:24:59.561 INFO O| Sep 09 22:24:59.561 INFO O| Services to change: 1
66952024-09-09T22:25:00.617Z[ recovery-image] Sep 09 22:24:59.563 INFO O| Sep 09 22:24:59.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
66962024-09-09T22:25:00.617Z[ recovery-image] Sep 09 22:24:59.563 INFO O| Sep 09 22:24:59.563 INFO STEP 888 (remove_files) COMPLETE
66972024-09-09T22:25:00.617Z[ recovery-image] Sep 09 22:24:59.563 INFO O| Sep 09 22:24:59.563 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-09-09T22:25:00.627Z[ recovery-image] Sep 09 22:24:59.573 INFO O| Sep 09 22:24:59.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
66992024-09-09T22:25:00.629Z[ host-image] Sep 09 22:24:59.573 INFO O| Sep 09 22:24:59.573 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
67002024-09-09T22:25:00.629Z[ recovery-image] Sep 09 22:24:59.573 INFO O| Sep 09 22:24:59.573 INFO STEP 889 (remove_files) COMPLETE
67012024-09-09T22:25:00.629Z[ recovery-image] Sep 09 22:24:59.573 INFO O| Sep 09 22:24:59.573 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-09-09T22:25:00.637Z[ recovery-image] Sep 09 22:24:59.583 INFO O| Sep 09 22:24:59.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
67032024-09-09T22:25:00.640Z[ recovery-image] Sep 09 22:24:59.583 INFO O| Sep 09 22:24:59.583 INFO STEP 890 (remove_files) COMPLETE
67042024-09-09T22:25:00.640Z[ recovery-image] Sep 09 22:24:59.583 INFO O| Sep 09 22:24:59.583 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-09-09T22:25:00.647Z[ recovery-image] Sep 09 22:24:59.592 INFO O| Sep 09 22:24:59.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
67062024-09-09T22:25:00.647Z[ recovery-image] Sep 09 22:24:59.592 INFO O| Sep 09 22:24:59.592 INFO STEP 891 (remove_files) COMPLETE
67072024-09-09T22:25:00.650Z[ recovery-image] Sep 09 22:24:59.592 INFO O| Sep 09 22:24:59.592 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-09-09T22:25:00.656Z[ recovery-image] Sep 09 22:24:59.602 INFO O| Sep 09 22:24:59.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
67092024-09-09T22:25:00.656Z[ recovery-image] Sep 09 22:24:59.602 INFO O| Sep 09 22:24:59.602 INFO STEP 892 (remove_files) COMPLETE
67102024-09-09T22:25:00.658Z[ recovery-image] Sep 09 22:24:59.602 INFO O| Sep 09 22:24:59.602 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-09-09T22:25:00.665Z[ recovery-image] Sep 09 22:24:59.611 INFO O| Sep 09 22:24:59.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67122024-09-09T22:25:00.665Z[ recovery-image] Sep 09 22:24:59.611 INFO O| Sep 09 22:24:59.611 INFO STEP 893 (remove_files) COMPLETE
67132024-09-09T22:25:00.667Z[ recovery-image] Sep 09 22:24:59.611 INFO O| Sep 09 22:24:59.611 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-09-09T22:25:00.675Z[ recovery-image] Sep 09 22:24:59.621 INFO O| Sep 09 22:24:59.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67152024-09-09T22:25:00.678Z[ recovery-image] Sep 09 22:24:59.621 INFO O| Sep 09 22:24:59.621 INFO STEP 894 (remove_files) COMPLETE
67162024-09-09T22:25:00.678Z[ recovery-image] Sep 09 22:24:59.621 INFO O| Sep 09 22:24:59.621 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-09-09T22:25:00.684Z[ recovery-image] Sep 09 22:24:59.631 INFO O| Sep 09 22:24:59.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67182024-09-09T22:25:00.687Z[ recovery-image] Sep 09 22:24:59.631 INFO O| Sep 09 22:24:59.631 INFO STEP 895 (remove_files) COMPLETE
67192024-09-09T22:25:00.687Z[ recovery-image] Sep 09 22:24:59.631 INFO O| Sep 09 22:24:59.631 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-09-09T22:25:00.694Z[ recovery-image] Sep 09 22:24:59.640 INFO O| Sep 09 22:24:59.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67212024-09-09T22:25:00.694Z[ recovery-image] Sep 09 22:24:59.640 INFO O| Sep 09 22:24:59.640 INFO STEP 896 (remove_files) COMPLETE
67222024-09-09T22:25:00.696Z[ recovery-image] Sep 09 22:24:59.640 INFO O| Sep 09 22:24:59.640 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-09-09T22:25:00.704Z[ recovery-image] Sep 09 22:24:59.650 INFO O| Sep 09 22:24:59.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67242024-09-09T22:25:00.706Z[ recovery-image] Sep 09 22:24:59.650 INFO O| Sep 09 22:24:59.650 INFO STEP 897 (remove_files) COMPLETE
67252024-09-09T22:25:00.706Z[ recovery-image] Sep 09 22:24:59.650 INFO O| Sep 09 22:24:59.650 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-09-09T22:25:00.713Z[ recovery-image] Sep 09 22:24:59.659 INFO O| Sep 09 22:24:59.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67272024-09-09T22:25:00.713Z[ recovery-image] Sep 09 22:24:59.660 INFO O| Sep 09 22:24:59.660 INFO STEP 898 (remove_files) COMPLETE
67282024-09-09T22:25:00.716Z[ recovery-image] Sep 09 22:24:59.660 INFO O| Sep 09 22:24:59.660 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-09-09T22:25:00.723Z[ recovery-image] Sep 09 22:24:59.669 INFO O| Sep 09 22:24:59.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
67302024-09-09T22:25:00.726Z[ recovery-image] Sep 09 22:24:59.670 INFO O| Sep 09 22:24:59.669 INFO STEP 899 (remove_files) COMPLETE
67312024-09-09T22:25:00.726Z[ recovery-image] Sep 09 22:24:59.670 INFO O| Sep 09 22:24:59.669 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-09-09T22:25:00.733Z[ recovery-image] Sep 09 22:24:59.679 INFO O| Sep 09 22:24:59.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67332024-09-09T22:25:00.733Z[ recovery-image] Sep 09 22:24:59.679 INFO O| Sep 09 22:24:59.679 INFO STEP 900 (remove_files) COMPLETE
67342024-09-09T22:25:00.735Z[ recovery-image] Sep 09 22:24:59.679 INFO O| Sep 09 22:24:59.679 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-09-09T22:25:00.743Z[ recovery-image] Sep 09 22:24:59.688 INFO O| Sep 09 22:24:59.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67362024-09-09T22:25:00.743Z[ recovery-image] Sep 09 22:24:59.689 INFO O| Sep 09 22:24:59.688 INFO STEP 901 (remove_files) COMPLETE
67372024-09-09T22:25:00.745Z[ recovery-image] Sep 09 22:24:59.689 INFO O| Sep 09 22:24:59.689 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-09-09T22:25:00.752Z[ recovery-image] Sep 09 22:24:59.698 INFO O| Sep 09 22:24:59.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67392024-09-09T22:25:00.752Z[ recovery-image] Sep 09 22:24:59.698 INFO O| Sep 09 22:24:59.698 INFO STEP 902 (remove_files) COMPLETE
67402024-09-09T22:25:00.759Z[ recovery-image] Sep 09 22:24:59.698 INFO O| Sep 09 22:24:59.698 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-09-09T22:25:00.762Z[ recovery-image] Sep 09 22:24:59.708 INFO O| Sep 09 22:24:59.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
67422024-09-09T22:25:00.762Z[ recovery-image] Sep 09 22:24:59.708 INFO O| Sep 09 22:24:59.708 INFO STEP 903 (remove_files) COMPLETE
67432024-09-09T22:25:00.762Z[ recovery-image] Sep 09 22:24:59.708 INFO O| Sep 09 22:24:59.708 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-09-09T22:25:00.771Z[ recovery-image] Sep 09 22:24:59.717 INFO O| Sep 09 22:24:59.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
67452024-09-09T22:25:00.771Z[ recovery-image] Sep 09 22:24:59.717 INFO O| Sep 09 22:24:59.717 INFO STEP 904 (remove_files) COMPLETE
67462024-09-09T22:25:00.771Z[ recovery-image] Sep 09 22:24:59.717 INFO O| Sep 09 22:24:59.717 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-09-09T22:25:00.780Z[ recovery-image] Sep 09 22:24:59.727 INFO O| Sep 09 22:24:59.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
67482024-09-09T22:25:00.780Z[ recovery-image] Sep 09 22:24:59.727 INFO O| Sep 09 22:24:59.727 INFO STEP 905 (remove_files) COMPLETE
67492024-09-09T22:25:00.783Z[ recovery-image] Sep 09 22:24:59.727 INFO O| Sep 09 22:24:59.727 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-09-09T22:25:00.790Z[ recovery-image] Sep 09 22:24:59.736 INFO O| Sep 09 22:24:59.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
67512024-09-09T22:25:00.790Z[ recovery-image] Sep 09 22:24:59.736 INFO O| Sep 09 22:24:59.736 INFO STEP 906 (remove_files) COMPLETE
67522024-09-09T22:25:00.790Z[ recovery-image] Sep 09 22:24:59.736 INFO O| Sep 09 22:24:59.736 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-09-09T22:25:00.801Z[ recovery-image] Sep 09 22:24:59.746 INFO O| Sep 09 22:24:59.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
67542024-09-09T22:25:00.803Z[ recovery-image] Sep 09 22:24:59.746 INFO O| Sep 09 22:24:59.746 INFO STEP 907 (remove_files) COMPLETE
67552024-09-09T22:25:00.803Z[ recovery-image] Sep 09 22:24:59.746 INFO O| Sep 09 22:24:59.746 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-09-09T22:25:00.811Z[ recovery-image] Sep 09 22:24:59.755 INFO O| Sep 09 22:24:59.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
67572024-09-09T22:25:00.811Z[ recovery-image] Sep 09 22:24:59.756 INFO O| Sep 09 22:24:59.756 INFO STEP 908 (remove_files) COMPLETE
67582024-09-09T22:25:00.814Z[ recovery-image] Sep 09 22:24:59.756 INFO O| Sep 09 22:24:59.756 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-09-09T22:25:00.819Z[ recovery-image] Sep 09 22:24:59.765 INFO O| Sep 09 22:24:59.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
67602024-09-09T22:25:00.823Z[ recovery-image] Sep 09 22:24:59.765 INFO O| Sep 09 22:24:59.765 INFO STEP 909 (remove_files) COMPLETE
67612024-09-09T22:25:00.823Z[ recovery-image] Sep 09 22:24:59.765 INFO O| Sep 09 22:24:59.765 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-09-09T22:25:00.829Z[ recovery-image] Sep 09 22:24:59.775 INFO O| Sep 09 22:24:59.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
67632024-09-09T22:25:00.829Z[ recovery-image] Sep 09 22:24:59.775 INFO O| Sep 09 22:24:59.775 INFO STEP 910 (remove_files) COMPLETE
67642024-09-09T22:25:00.832Z[ recovery-image] Sep 09 22:24:59.775 INFO O| Sep 09 22:24:59.775 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-09-09T22:25:00.839Z[ recovery-image] Sep 09 22:24:59.784 INFO O| Sep 09 22:24:59.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
67662024-09-09T22:25:00.839Z[ recovery-image] Sep 09 22:24:59.785 INFO O| Sep 09 22:24:59.785 INFO STEP 911 (remove_files) COMPLETE
67672024-09-09T22:25:00.842Z[ recovery-image] Sep 09 22:24:59.785 INFO O| Sep 09 22:24:59.785 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-09-09T22:25:00.848Z[ recovery-image] Sep 09 22:24:59.794 INFO O| Sep 09 22:24:59.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
67692024-09-09T22:25:00.848Z[ recovery-image] Sep 09 22:24:59.794 INFO O| Sep 09 22:24:59.794 INFO STEP 912 (remove_files) COMPLETE
67702024-09-09T22:25:00.848Z[ recovery-image] Sep 09 22:24:59.794 INFO O| Sep 09 22:24:59.794 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-09-09T22:25:00.857Z[ recovery-image] Sep 09 22:24:59.804 INFO O| Sep 09 22:24:59.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
67722024-09-09T22:25:00.857Z[ recovery-image] Sep 09 22:24:59.804 INFO O| Sep 09 22:24:59.804 INFO STEP 913 (remove_files) COMPLETE
67732024-09-09T22:25:00.857Z[ recovery-image] Sep 09 22:24:59.804 INFO O| Sep 09 22:24:59.804 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-09-09T22:25:00.868Z[ recovery-image] Sep 09 22:24:59.813 INFO O| Sep 09 22:24:59.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
67752024-09-09T22:25:00.868Z[ recovery-image] Sep 09 22:24:59.813 INFO O| Sep 09 22:24:59.813 INFO STEP 914 (remove_files) COMPLETE
67762024-09-09T22:25:00.871Z[ recovery-image] Sep 09 22:24:59.813 INFO O| Sep 09 22:24:59.813 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-09-09T22:25:00.877Z[ recovery-image] Sep 09 22:24:59.823 INFO O| Sep 09 22:24:59.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
67782024-09-09T22:25:00.877Z[ recovery-image] Sep 09 22:24:59.823 INFO O| Sep 09 22:24:59.823 INFO STEP 915 (remove_files) COMPLETE
67792024-09-09T22:25:00.877Z[ recovery-image] Sep 09 22:24:59.823 INFO O| Sep 09 22:24:59.823 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-09-09T22:25:00.888Z[ recovery-image] Sep 09 22:24:59.833 INFO O| Sep 09 22:24:59.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
67812024-09-09T22:25:00.888Z[ recovery-image] Sep 09 22:24:59.833 INFO O| Sep 09 22:24:59.833 INFO STEP 916 (remove_files) COMPLETE
67822024-09-09T22:25:00.890Z[ recovery-image] Sep 09 22:24:59.833 INFO O| Sep 09 22:24:59.833 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-09-09T22:25:00.896Z[ recovery-image] Sep 09 22:24:59.842 INFO O| Sep 09 22:24:59.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
67842024-09-09T22:25:00.896Z[ recovery-image] Sep 09 22:24:59.842 INFO O| Sep 09 22:24:59.842 INFO STEP 917 (remove_files) COMPLETE
67852024-09-09T22:25:00.898Z[ recovery-image] Sep 09 22:24:59.842 INFO O| Sep 09 22:24:59.842 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-09-09T22:25:00.905Z[ recovery-image] Sep 09 22:24:59.852 INFO O| Sep 09 22:24:59.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
67872024-09-09T22:25:00.906Z[ recovery-image] Sep 09 22:24:59.852 INFO O| Sep 09 22:24:59.852 INFO STEP 918 (remove_files) COMPLETE
67882024-09-09T22:25:00.909Z[ recovery-image] Sep 09 22:24:59.852 INFO O| Sep 09 22:24:59.852 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-09-09T22:25:00.915Z[ recovery-image] Sep 09 22:24:59.861 INFO O| Sep 09 22:24:59.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
67902024-09-09T22:25:00.915Z[ recovery-image] Sep 09 22:24:59.861 INFO O| Sep 09 22:24:59.861 INFO STEP 919 (remove_files) COMPLETE
67912024-09-09T22:25:00.918Z[ recovery-image] Sep 09 22:24:59.861 INFO O| Sep 09 22:24:59.861 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-09-09T22:25:00.925Z[ recovery-image] Sep 09 22:24:59.871 INFO O| Sep 09 22:24:59.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
67932024-09-09T22:25:00.925Z[ recovery-image] Sep 09 22:24:59.871 INFO O| Sep 09 22:24:59.871 INFO STEP 920 (remove_files) COMPLETE
67942024-09-09T22:25:00.925Z[ recovery-image] Sep 09 22:24:59.871 INFO O| Sep 09 22:24:59.871 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-09-09T22:25:00.934Z[ recovery-image] Sep 09 22:24:59.880 INFO O| Sep 09 22:24:59.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
67962024-09-09T22:25:00.937Z[ recovery-image] Sep 09 22:24:59.880 INFO O| Sep 09 22:24:59.880 INFO STEP 921 (remove_files) COMPLETE
67972024-09-09T22:25:00.937Z[ recovery-image] Sep 09 22:24:59.880 INFO O| Sep 09 22:24:59.880 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-09-09T22:25:00.944Z[ recovery-image] Sep 09 22:24:59.890 INFO O| Sep 09 22:24:59.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
67992024-09-09T22:25:00.946Z[ recovery-image] Sep 09 22:24:59.890 INFO O| Sep 09 22:24:59.890 INFO STEP 922 (remove_files) COMPLETE
68002024-09-09T22:25:00.946Z[ recovery-image] Sep 09 22:24:59.890 INFO O| Sep 09 22:24:59.890 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-09-09T22:25:00.953Z[ recovery-image] Sep 09 22:24:59.899 INFO O| Sep 09 22:24:59.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
68022024-09-09T22:25:00.956Z[ recovery-image] Sep 09 22:24:59.899 INFO O| Sep 09 22:24:59.899 INFO STEP 923 (remove_files) COMPLETE
68032024-09-09T22:25:00.956Z[ recovery-image] Sep 09 22:24:59.899 INFO O| Sep 09 22:24:59.899 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-09-09T22:25:00.964Z[ recovery-image] Sep 09 22:24:59.909 INFO O| Sep 09 22:24:59.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
68052024-09-09T22:25:00.966Z[ recovery-image] Sep 09 22:24:59.909 INFO O| Sep 09 22:24:59.909 INFO STEP 924 (remove_files) COMPLETE
68062024-09-09T22:25:00.966Z[ recovery-image] Sep 09 22:24:59.909 INFO O| Sep 09 22:24:59.909 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-09-09T22:25:00.972Z[ recovery-image] Sep 09 22:24:59.918 INFO O| Sep 09 22:24:59.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
68082024-09-09T22:25:00.972Z[ recovery-image] Sep 09 22:24:59.918 INFO O| Sep 09 22:24:59.918 INFO STEP 925 (remove_files) COMPLETE
68092024-09-09T22:25:00.974Z[ recovery-image] Sep 09 22:24:59.918 INFO O| Sep 09 22:24:59.918 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-09-09T22:25:00.982Z[ recovery-image] Sep 09 22:24:59.928 INFO O| Sep 09 22:24:59.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68112024-09-09T22:25:00.984Z[ recovery-image] Sep 09 22:24:59.928 INFO O| Sep 09 22:24:59.928 INFO STEP 926 (remove_files) COMPLETE
68122024-09-09T22:25:00.984Z[ recovery-image] Sep 09 22:24:59.928 INFO O| Sep 09 22:24:59.928 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-09-09T22:25:00.991Z[ recovery-image] Sep 09 22:24:59.937 INFO O| Sep 09 22:24:59.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68142024-09-09T22:25:00.991Z[ recovery-image] Sep 09 22:24:59.937 INFO O| Sep 09 22:24:59.937 INFO STEP 927 (remove_files) COMPLETE
68152024-09-09T22:25:00.994Z[ recovery-image] Sep 09 22:24:59.938 INFO O| Sep 09 22:24:59.937 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-09-09T22:25:01.001Z[ recovery-image] Sep 09 22:24:59.947 INFO O| Sep 09 22:24:59.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68172024-09-09T22:25:01.004Z[ recovery-image] Sep 09 22:24:59.947 INFO O| Sep 09 22:24:59.947 INFO STEP 928 (remove_files) COMPLETE
68182024-09-09T22:25:01.004Z[ recovery-image] Sep 09 22:24:59.947 INFO O| Sep 09 22:24:59.947 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-09-09T22:25:01.011Z[ recovery-image] Sep 09 22:24:59.957 INFO O| Sep 09 22:24:59.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68202024-09-09T22:25:01.011Z[ recovery-image] Sep 09 22:24:59.957 INFO O| Sep 09 22:24:59.957 INFO STEP 929 (remove_files) COMPLETE
68212024-09-09T22:25:01.013Z[ recovery-image] Sep 09 22:24:59.957 INFO O| Sep 09 22:24:59.957 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-09-09T22:25:01.020Z[ recovery-image] Sep 09 22:24:59.967 INFO O| Sep 09 22:24:59.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68232024-09-09T22:25:01.020Z[ recovery-image] Sep 09 22:24:59.967 INFO O| Sep 09 22:24:59.967 INFO STEP 930 (remove_files) COMPLETE
68242024-09-09T22:25:01.023Z[ recovery-image] Sep 09 22:24:59.967 INFO O| Sep 09 22:24:59.967 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-09-09T22:25:01.030Z[ recovery-image] Sep 09 22:24:59.976 INFO O| Sep 09 22:24:59.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68262024-09-09T22:25:01.030Z[ recovery-image] Sep 09 22:24:59.976 INFO O| Sep 09 22:24:59.976 INFO STEP 931 (remove_files) COMPLETE
68272024-09-09T22:25:01.032Z[ recovery-image] Sep 09 22:24:59.976 INFO O| Sep 09 22:24:59.976 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-09-09T22:25:01.040Z[ recovery-image] Sep 09 22:24:59.986 INFO O| Sep 09 22:24:59.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
68292024-09-09T22:25:01.040Z[ recovery-image] Sep 09 22:24:59.986 INFO O| Sep 09 22:24:59.986 INFO STEP 932 (remove_files) COMPLETE
68302024-09-09T22:25:01.042Z[ recovery-image] Sep 09 22:24:59.986 INFO O| Sep 09 22:24:59.986 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-09-09T22:25:01.049Z[ recovery-image] Sep 09 22:24:59.995 INFO O| Sep 09 22:24:59.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
68322024-09-09T22:25:01.052Z[ recovery-image] Sep 09 22:24:59.996 INFO O| Sep 09 22:24:59.995 INFO STEP 933 (remove_files) COMPLETE
68332024-09-09T22:25:01.052Z[ recovery-image] Sep 09 22:24:59.996 INFO O| Sep 09 22:24:59.995 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-09-09T22:25:01.060Z[ recovery-image] Sep 09 22:25:00.006 INFO O| Sep 09 22:25:00.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68352024-09-09T22:25:01.060Z[ recovery-image] Sep 09 22:25:00.006 INFO O| Sep 09 22:25:00.006 INFO STEP 934 (remove_files) COMPLETE
68362024-09-09T22:25:01.060Z[ recovery-image] Sep 09 22:25:00.006 INFO O| Sep 09 22:25:00.006 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-09-09T22:25:01.069Z[ recovery-image] Sep 09 22:25:00.016 INFO O| Sep 09 22:25:00.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68382024-09-09T22:25:01.069Z[ recovery-image] Sep 09 22:25:00.016 INFO O| Sep 09 22:25:00.016 INFO STEP 935 (remove_files) COMPLETE
68392024-09-09T22:25:01.069Z[ recovery-image] Sep 09 22:25:00.016 INFO O| Sep 09 22:25:00.016 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-09-09T22:25:01.079Z[ recovery-image] Sep 09 22:25:00.025 INFO O| Sep 09 22:25:00.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
68412024-09-09T22:25:01.082Z[ recovery-image] Sep 09 22:25:00.025 INFO O| Sep 09 22:25:00.025 INFO STEP 936 (remove_files) COMPLETE
68422024-09-09T22:25:01.082Z[ recovery-image] Sep 09 22:25:00.025 INFO O| Sep 09 22:25:00.025 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-09-09T22:25:01.089Z[ recovery-image] Sep 09 22:25:00.035 INFO O| Sep 09 22:25:00.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
68442024-09-09T22:25:01.089Z[ recovery-image] Sep 09 22:25:00.035 INFO O| Sep 09 22:25:00.035 INFO STEP 937 (remove_files) COMPLETE
68452024-09-09T22:25:01.091Z[ recovery-image] Sep 09 22:25:00.035 INFO O| Sep 09 22:25:00.035 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-09-09T22:25:01.098Z[ recovery-image] Sep 09 22:25:00.045 INFO O| Sep 09 22:25:00.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
68472024-09-09T22:25:01.098Z[ recovery-image] Sep 09 22:25:00.045 INFO O| Sep 09 22:25:00.045 INFO STEP 938 (remove_files) COMPLETE
68482024-09-09T22:25:01.101Z[ recovery-image] Sep 09 22:25:00.045 INFO O| Sep 09 22:25:00.045 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-09-09T22:25:01.108Z[ recovery-image] Sep 09 22:25:00.054 INFO O| Sep 09 22:25:00.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
68502024-09-09T22:25:01.110Z[ recovery-image] Sep 09 22:25:00.054 INFO O| Sep 09 22:25:00.054 INFO STEP 939 (remove_files) COMPLETE
68512024-09-09T22:25:01.110Z[ recovery-image] Sep 09 22:25:00.054 INFO O| Sep 09 22:25:00.054 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-09-09T22:25:01.118Z[ recovery-image] Sep 09 22:25:00.064 INFO O| Sep 09 22:25:00.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
68532024-09-09T22:25:01.121Z[ recovery-image] Sep 09 22:25:00.064 INFO O| Sep 09 22:25:00.064 INFO STEP 940 (remove_files) COMPLETE
68542024-09-09T22:25:01.121Z[ recovery-image] Sep 09 22:25:00.064 INFO O| Sep 09 22:25:00.064 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-09-09T22:25:01.127Z[ recovery-image] Sep 09 22:25:00.073 INFO O| Sep 09 22:25:00.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
68562024-09-09T22:25:01.127Z[ recovery-image] Sep 09 22:25:00.073 INFO O| Sep 09 22:25:00.073 INFO STEP 941 (remove_files) COMPLETE
68572024-09-09T22:25:01.127Z[ recovery-image] Sep 09 22:25:00.073 INFO O| Sep 09 22:25:00.073 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-09-09T22:25:01.136Z[ recovery-image] Sep 09 22:25:00.083 INFO O| Sep 09 22:25:00.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
68592024-09-09T22:25:01.137Z[ recovery-image] Sep 09 22:25:00.083 INFO O| Sep 09 22:25:00.083 INFO STEP 942 (remove_files) COMPLETE
68602024-09-09T22:25:01.137Z[ recovery-image] Sep 09 22:25:00.083 INFO O| Sep 09 22:25:00.083 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-09-09T22:25:01.147Z[ recovery-image] Sep 09 22:25:00.092 INFO O| Sep 09 22:25:00.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
68622024-09-09T22:25:01.147Z[ recovery-image] Sep 09 22:25:00.092 INFO O| Sep 09 22:25:00.092 INFO STEP 943 (remove_files) COMPLETE
68632024-09-09T22:25:01.149Z[ recovery-image] Sep 09 22:25:00.092 INFO O| Sep 09 22:25:00.092 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-09-09T22:25:01.156Z[ recovery-image] Sep 09 22:25:00.102 INFO O| Sep 09 22:25:00.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
68652024-09-09T22:25:01.158Z[ recovery-image] Sep 09 22:25:00.102 INFO O| Sep 09 22:25:00.102 INFO STEP 944 (remove_files) COMPLETE
68662024-09-09T22:25:01.158Z[ recovery-image] Sep 09 22:25:00.102 INFO O| Sep 09 22:25:00.102 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-09-09T22:25:01.165Z[ recovery-image] Sep 09 22:25:00.111 INFO O| Sep 09 22:25:00.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
68682024-09-09T22:25:01.167Z[ recovery-image] Sep 09 22:25:00.111 INFO O| Sep 09 22:25:00.111 INFO STEP 945 (remove_files) COMPLETE
68692024-09-09T22:25:01.167Z[ recovery-image] Sep 09 22:25:00.111 INFO O| Sep 09 22:25:00.111 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-09-09T22:25:01.174Z[ recovery-image] Sep 09 22:25:00.121 INFO O| Sep 09 22:25:00.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
68712024-09-09T22:25:01.174Z[ recovery-image] Sep 09 22:25:00.121 INFO O| Sep 09 22:25:00.121 INFO STEP 946 (remove_files) COMPLETE
68722024-09-09T22:25:01.177Z[ recovery-image] Sep 09 22:25:00.121 INFO O| Sep 09 22:25:00.121 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-09-09T22:25:01.184Z[ recovery-image] Sep 09 22:25:00.130 INFO O| Sep 09 22:25:00.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
68742024-09-09T22:25:01.184Z[ recovery-image] Sep 09 22:25:00.130 INFO O| Sep 09 22:25:00.130 INFO STEP 947 (remove_files) COMPLETE
68752024-09-09T22:25:01.184Z[ recovery-image] Sep 09 22:25:00.131 INFO O| Sep 09 22:25:00.130 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-09-09T22:25:01.194Z[ recovery-image] Sep 09 22:25:00.140 INFO O| Sep 09 22:25:00.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
68772024-09-09T22:25:01.194Z[ recovery-image] Sep 09 22:25:00.140 INFO O| Sep 09 22:25:00.140 INFO STEP 948 (remove_files) COMPLETE
68782024-09-09T22:25:01.196Z[ recovery-image] Sep 09 22:25:00.140 INFO O| Sep 09 22:25:00.140 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-09-09T22:25:01.203Z[ recovery-image] Sep 09 22:25:00.150 INFO O| Sep 09 22:25:00.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
68802024-09-09T22:25:01.203Z[ recovery-image] Sep 09 22:25:00.150 INFO O| Sep 09 22:25:00.150 INFO STEP 949 (remove_files) COMPLETE
68812024-09-09T22:25:01.206Z[ recovery-image] Sep 09 22:25:00.150 INFO O| Sep 09 22:25:00.150 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-09-09T22:25:01.213Z[ recovery-image] Sep 09 22:25:00.159 INFO O| Sep 09 22:25:00.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
68832024-09-09T22:25:01.217Z[ recovery-image] Sep 09 22:25:00.159 INFO O| Sep 09 22:25:00.159 INFO STEP 950 (remove_files) COMPLETE
68842024-09-09T22:25:01.217Z[ recovery-image] Sep 09 22:25:00.159 INFO O| Sep 09 22:25:00.159 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-09-09T22:25:01.223Z[ recovery-image] Sep 09 22:25:00.169 INFO O| Sep 09 22:25:00.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
68862024-09-09T22:25:01.223Z[ recovery-image] Sep 09 22:25:00.169 INFO O| Sep 09 22:25:00.169 INFO STEP 951 (remove_files) COMPLETE
68872024-09-09T22:25:01.225Z[ recovery-image] Sep 09 22:25:00.169 INFO O| Sep 09 22:25:00.169 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-09-09T22:25:01.233Z[ recovery-image] Sep 09 22:25:00.179 INFO O| Sep 09 22:25:00.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
68892024-09-09T22:25:01.235Z[ recovery-image] Sep 09 22:25:00.179 INFO O| Sep 09 22:25:00.179 INFO STEP 952 (remove_files) COMPLETE
68902024-09-09T22:25:01.235Z[ recovery-image] Sep 09 22:25:00.179 INFO O| Sep 09 22:25:00.179 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-09-09T22:25:01.243Z[ recovery-image] Sep 09 22:25:00.188 INFO O| Sep 09 22:25:00.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
68922024-09-09T22:25:01.243Z[ recovery-image] Sep 09 22:25:00.188 INFO O| Sep 09 22:25:00.188 INFO STEP 953 (remove_files) COMPLETE
68932024-09-09T22:25:01.243Z[ recovery-image] Sep 09 22:25:00.188 INFO O| Sep 09 22:25:00.188 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-09-09T22:25:01.252Z[ recovery-image] Sep 09 22:25:00.198 INFO O| Sep 09 22:25:00.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
68952024-09-09T22:25:01.252Z[ recovery-image] Sep 09 22:25:00.198 INFO O| Sep 09 22:25:00.198 INFO STEP 954 (remove_files) COMPLETE
68962024-09-09T22:25:01.254Z[ recovery-image] Sep 09 22:25:00.198 INFO O| Sep 09 22:25:00.198 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-09-09T22:25:01.261Z[ recovery-image] Sep 09 22:25:00.207 INFO O| Sep 09 22:25:00.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
68982024-09-09T22:25:01.261Z[ recovery-image] Sep 09 22:25:00.207 INFO O| Sep 09 22:25:00.207 INFO STEP 955 (remove_files) COMPLETE
68992024-09-09T22:25:01.261Z[ recovery-image] Sep 09 22:25:00.207 INFO O| Sep 09 22:25:00.207 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-09-09T22:25:01.271Z[ recovery-image] Sep 09 22:25:00.217 INFO O| Sep 09 22:25:00.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
69012024-09-09T22:25:01.273Z[ recovery-image] Sep 09 22:25:00.217 INFO O| Sep 09 22:25:00.217 INFO STEP 956 (remove_files) COMPLETE
69022024-09-09T22:25:01.273Z[ recovery-image] Sep 09 22:25:00.217 INFO O| Sep 09 22:25:00.217 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-09-09T22:25:01.280Z[ recovery-image] Sep 09 22:25:00.226 INFO O| Sep 09 22:25:00.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
69042024-09-09T22:25:01.280Z[ recovery-image] Sep 09 22:25:00.226 INFO O| Sep 09 22:25:00.226 INFO STEP 957 (remove_files) COMPLETE
69052024-09-09T22:25:01.282Z[ recovery-image] Sep 09 22:25:00.226 INFO O| Sep 09 22:25:00.226 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-09-09T22:25:01.290Z[ recovery-image] Sep 09 22:25:00.236 INFO O| Sep 09 22:25:00.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
69072024-09-09T22:25:01.290Z[ recovery-image] Sep 09 22:25:00.236 INFO O| Sep 09 22:25:00.236 INFO STEP 958 (remove_files) COMPLETE
69082024-09-09T22:25:01.290Z[ recovery-image] Sep 09 22:25:00.236 INFO O| Sep 09 22:25:00.236 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-09-09T22:25:01.299Z[ recovery-image] Sep 09 22:25:00.245 INFO O| Sep 09 22:25:00.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69102024-09-09T22:25:01.299Z[ recovery-image] Sep 09 22:25:00.245 INFO O| Sep 09 22:25:00.245 INFO STEP 959 (remove_files) COMPLETE
69112024-09-09T22:25:01.301Z[ recovery-image] Sep 09 22:25:00.245 INFO O| Sep 09 22:25:00.245 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-09-09T22:25:01.308Z[ recovery-image] Sep 09 22:25:00.255 INFO O| Sep 09 22:25:00.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69132024-09-09T22:25:01.308Z[ recovery-image] Sep 09 22:25:00.255 INFO O| Sep 09 22:25:00.255 INFO STEP 960 (remove_files) COMPLETE
69142024-09-09T22:25:01.311Z[ recovery-image] Sep 09 22:25:00.255 INFO O| Sep 09 22:25:00.255 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-09-09T22:25:01.318Z[ recovery-image] Sep 09 22:25:00.264 INFO O| Sep 09 22:25:00.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69162024-09-09T22:25:01.318Z[ recovery-image] Sep 09 22:25:00.264 INFO O| Sep 09 22:25:00.264 INFO STEP 961 (remove_files) COMPLETE
69172024-09-09T22:25:01.318Z[ recovery-image] Sep 09 22:25:00.264 INFO O| Sep 09 22:25:00.264 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-09-09T22:25:01.327Z[ recovery-image] Sep 09 22:25:00.273 INFO O| Sep 09 22:25:00.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69192024-09-09T22:25:01.327Z[ recovery-image] Sep 09 22:25:00.274 INFO O| Sep 09 22:25:00.274 INFO STEP 962 (remove_files) COMPLETE
69202024-09-09T22:25:01.327Z[ recovery-image] Sep 09 22:25:00.274 INFO O| Sep 09 22:25:00.274 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-09-09T22:25:01.337Z[ recovery-image] Sep 09 22:25:00.283 INFO O| Sep 09 22:25:00.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69222024-09-09T22:25:01.337Z[ recovery-image] Sep 09 22:25:00.283 INFO O| Sep 09 22:25:00.283 INFO STEP 963 (remove_files) COMPLETE
69232024-09-09T22:25:01.342Z[ recovery-image] Sep 09 22:25:00.283 INFO O| Sep 09 22:25:00.283 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-09-09T22:25:01.347Z[ recovery-image] Sep 09 22:25:00.293 INFO O| Sep 09 22:25:00.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69252024-09-09T22:25:01.349Z[ recovery-image] Sep 09 22:25:00.293 INFO O| Sep 09 22:25:00.293 INFO STEP 964 (remove_files) COMPLETE
69262024-09-09T22:25:01.349Z[ recovery-image] Sep 09 22:25:00.293 INFO O| Sep 09 22:25:00.293 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-09-09T22:25:01.356Z[ recovery-image] Sep 09 22:25:00.302 INFO O| Sep 09 22:25:00.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
69282024-09-09T22:25:01.358Z[ recovery-image] Sep 09 22:25:00.302 INFO O| Sep 09 22:25:00.302 INFO STEP 965 (remove_files) COMPLETE
69292024-09-09T22:25:01.358Z[ recovery-image] Sep 09 22:25:00.302 INFO O| Sep 09 22:25:00.302 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-09-09T22:25:01.366Z[ recovery-image] Sep 09 22:25:00.312 INFO O| Sep 09 22:25:00.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
69312024-09-09T22:25:01.366Z[ recovery-image] Sep 09 22:25:00.312 INFO O| Sep 09 22:25:00.312 INFO STEP 966 (remove_files) COMPLETE
69322024-09-09T22:25:01.366Z[ recovery-image] Sep 09 22:25:00.312 INFO O| Sep 09 22:25:00.312 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-09-09T22:25:01.375Z[ recovery-image] Sep 09 22:25:00.321 INFO O| Sep 09 22:25:00.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69342024-09-09T22:25:01.375Z[ recovery-image] Sep 09 22:25:00.322 INFO O| Sep 09 22:25:00.321 INFO STEP 967 (remove_files) COMPLETE
69352024-09-09T22:25:01.375Z[ recovery-image] Sep 09 22:25:00.322 INFO O| Sep 09 22:25:00.321 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-09-09T22:25:01.385Z[ recovery-image] Sep 09 22:25:00.331 INFO O| Sep 09 22:25:00.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69372024-09-09T22:25:01.385Z[ recovery-image] Sep 09 22:25:00.331 INFO O| Sep 09 22:25:00.331 INFO STEP 968 (remove_files) COMPLETE
69382024-09-09T22:25:01.385Z[ recovery-image] Sep 09 22:25:00.331 INFO O| Sep 09 22:25:00.331 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-09-09T22:25:01.394Z[ recovery-image] Sep 09 22:25:00.340 INFO O| Sep 09 22:25:00.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69402024-09-09T22:25:01.394Z[ recovery-image] Sep 09 22:25:00.340 INFO O| Sep 09 22:25:00.340 INFO STEP 969 (remove_files) COMPLETE
69412024-09-09T22:25:01.397Z[ recovery-image] Sep 09 22:25:00.340 INFO O| Sep 09 22:25:00.340 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-09-09T22:25:01.404Z[ recovery-image] Sep 09 22:25:00.350 INFO O| Sep 09 22:25:00.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
69432024-09-09T22:25:01.404Z[ recovery-image] Sep 09 22:25:00.350 INFO O| Sep 09 22:25:00.350 INFO STEP 970 (remove_files) COMPLETE
69442024-09-09T22:25:01.406Z[ recovery-image] Sep 09 22:25:00.350 INFO O| Sep 09 22:25:00.350 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-09-09T22:25:01.413Z[ recovery-image] Sep 09 22:25:00.359 INFO O| Sep 09 22:25:00.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
69462024-09-09T22:25:01.416Z[ recovery-image] Sep 09 22:25:00.360 INFO O| Sep 09 22:25:00.360 INFO STEP 971 (remove_files) COMPLETE
69472024-09-09T22:25:01.416Z[ recovery-image] Sep 09 22:25:00.360 INFO O| Sep 09 22:25:00.360 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-09-09T22:25:01.423Z[ recovery-image] Sep 09 22:25:00.369 INFO O| Sep 09 22:25:00.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
69492024-09-09T22:25:01.425Z[ recovery-image] Sep 09 22:25:00.369 INFO O| Sep 09 22:25:00.369 INFO STEP 972 (remove_files) COMPLETE
69502024-09-09T22:25:01.425Z[ recovery-image] Sep 09 22:25:00.369 INFO O| Sep 09 22:25:00.369 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-09-09T22:25:01.432Z[ recovery-image] Sep 09 22:25:00.378 INFO O| Sep 09 22:25:00.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
69522024-09-09T22:25:01.435Z[ recovery-image] Sep 09 22:25:00.379 INFO O| Sep 09 22:25:00.379 INFO STEP 973 (remove_files) COMPLETE
69532024-09-09T22:25:01.435Z[ recovery-image] Sep 09 22:25:00.379 INFO O| Sep 09 22:25:00.379 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-09-09T22:25:01.442Z[ recovery-image] Sep 09 22:25:00.388 INFO O| Sep 09 22:25:00.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
69552024-09-09T22:25:01.442Z[ recovery-image] Sep 09 22:25:00.388 INFO O| Sep 09 22:25:00.388 INFO STEP 974 (remove_files) COMPLETE
69562024-09-09T22:25:01.445Z[ recovery-image] Sep 09 22:25:00.388 INFO O| Sep 09 22:25:00.388 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-09-09T22:25:01.451Z[ recovery-image] Sep 09 22:25:00.398 INFO O| Sep 09 22:25:00.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
69582024-09-09T22:25:01.451Z[ recovery-image] Sep 09 22:25:00.398 INFO O| Sep 09 22:25:00.398 INFO STEP 975 (remove_files) COMPLETE
69592024-09-09T22:25:01.454Z[ recovery-image] Sep 09 22:25:00.398 INFO O| Sep 09 22:25:00.398 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-09-09T22:25:01.461Z[ recovery-image] Sep 09 22:25:00.407 INFO O| Sep 09 22:25:00.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
69612024-09-09T22:25:01.461Z[ recovery-image] Sep 09 22:25:00.407 INFO O| Sep 09 22:25:00.407 INFO STEP 976 (remove_files) COMPLETE
69622024-09-09T22:25:01.463Z[ recovery-image] Sep 09 22:25:00.407 INFO O| Sep 09 22:25:00.407 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-09-09T22:25:01.471Z[ recovery-image] Sep 09 22:25:00.417 INFO O| Sep 09 22:25:00.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
69642024-09-09T22:25:01.473Z[ recovery-image] Sep 09 22:25:00.417 INFO O| Sep 09 22:25:00.417 INFO STEP 977 (remove_files) COMPLETE
69652024-09-09T22:25:01.473Z[ recovery-image] Sep 09 22:25:00.417 INFO O| Sep 09 22:25:00.417 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-09-09T22:25:01.480Z[ recovery-image] Sep 09 22:25:00.427 INFO O| Sep 09 22:25:00.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
69672024-09-09T22:25:01.483Z[ recovery-image] Sep 09 22:25:00.427 INFO O| Sep 09 22:25:00.427 INFO STEP 978 (remove_files) COMPLETE
69682024-09-09T22:25:01.483Z[ recovery-image] Sep 09 22:25:00.427 INFO O| Sep 09 22:25:00.427 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-09-09T22:25:01.490Z[ recovery-image] Sep 09 22:25:00.436 INFO O| Sep 09 22:25:00.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
69702024-09-09T22:25:01.492Z[ recovery-image] Sep 09 22:25:00.436 INFO O| Sep 09 22:25:00.436 INFO STEP 979 (remove_files) COMPLETE
69712024-09-09T22:25:01.492Z[ recovery-image] Sep 09 22:25:00.436 INFO O| Sep 09 22:25:00.436 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-09-09T22:25:01.499Z[ recovery-image] Sep 09 22:25:00.446 INFO O| Sep 09 22:25:00.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
69732024-09-09T22:25:01.502Z[ recovery-image] Sep 09 22:25:00.446 INFO O| Sep 09 22:25:00.446 INFO STEP 980 (remove_files) COMPLETE
69742024-09-09T22:25:01.502Z[ recovery-image] Sep 09 22:25:00.446 INFO O| Sep 09 22:25:00.446 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-09-09T22:25:01.509Z[ recovery-image] Sep 09 22:25:00.455 INFO O| Sep 09 22:25:00.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
69762024-09-09T22:25:01.511Z[ recovery-image] Sep 09 22:25:00.455 INFO O| Sep 09 22:25:00.455 INFO STEP 981 (remove_files) COMPLETE
69772024-09-09T22:25:01.511Z[ recovery-image] Sep 09 22:25:00.455 INFO O| Sep 09 22:25:00.455 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-09-09T22:25:01.519Z[ recovery-image] Sep 09 22:25:00.465 INFO O| Sep 09 22:25:00.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
69792024-09-09T22:25:01.519Z[ recovery-image] Sep 09 22:25:00.465 INFO O| Sep 09 22:25:00.465 INFO STEP 982 (remove_files) COMPLETE
69802024-09-09T22:25:01.521Z[ recovery-image] Sep 09 22:25:00.465 INFO O| Sep 09 22:25:00.465 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-09-09T22:25:01.528Z[ recovery-image] Sep 09 22:25:00.474 INFO O| Sep 09 22:25:00.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
69822024-09-09T22:25:01.528Z[ recovery-image] Sep 09 22:25:00.474 INFO O| Sep 09 22:25:00.474 INFO STEP 983 (remove_files) COMPLETE
69832024-09-09T22:25:01.531Z[ recovery-image] Sep 09 22:25:00.474 INFO O| Sep 09 22:25:00.474 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-09-09T22:25:01.538Z[ recovery-image] Sep 09 22:25:00.484 INFO O| Sep 09 22:25:00.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
69852024-09-09T22:25:01.538Z[ recovery-image] Sep 09 22:25:00.484 INFO O| Sep 09 22:25:00.484 INFO STEP 984 (remove_files) COMPLETE
69862024-09-09T22:25:01.538Z[ recovery-image] Sep 09 22:25:00.484 INFO O| Sep 09 22:25:00.484 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-09-09T22:25:01.552Z[ recovery-image] Sep 09 22:25:00.497 INFO O| Sep 09 22:25:00.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
69882024-09-09T22:25:01.552Z[ recovery-image] Sep 09 22:25:00.498 INFO O| Sep 09 22:25:00.497 INFO STEP 985 (remove_files) COMPLETE
69892024-09-09T22:25:01.552Z[ recovery-image] Sep 09 22:25:00.498 INFO O| Sep 09 22:25:00.498 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-09-09T22:25:01.567Z[ recovery-image] Sep 09 22:25:00.513 INFO O| Sep 09 22:25:00.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
69912024-09-09T22:25:01.567Z[ recovery-image] Sep 09 22:25:00.513 INFO O| Sep 09 22:25:00.513 INFO STEP 986 (remove_files) COMPLETE
69922024-09-09T22:25:01.567Z[ recovery-image] Sep 09 22:25:00.513 INFO O| Sep 09 22:25:00.513 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-09-09T22:25:01.577Z[ recovery-image] Sep 09 22:25:00.523 INFO O| Sep 09 22:25:00.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
69942024-09-09T22:25:01.577Z[ recovery-image] Sep 09 22:25:00.523 INFO O| Sep 09 22:25:00.523 INFO STEP 987 (remove_files) COMPLETE
69952024-09-09T22:25:01.577Z[ recovery-image] Sep 09 22:25:00.523 INFO O| Sep 09 22:25:00.523 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-09-09T22:25:01.588Z[ recovery-image] Sep 09 22:25:00.534 INFO O| Sep 09 22:25:00.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
69972024-09-09T22:25:01.588Z[ recovery-image] Sep 09 22:25:00.534 INFO O| Sep 09 22:25:00.534 INFO STEP 988 (remove_files) COMPLETE
69982024-09-09T22:25:01.590Z[ recovery-image] Sep 09 22:25:00.534 INFO O| Sep 09 22:25:00.534 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-09-09T22:25:01.597Z[ recovery-image] Sep 09 22:25:00.544 INFO O| Sep 09 22:25:00.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
70002024-09-09T22:25:01.597Z[ recovery-image] Sep 09 22:25:00.544 INFO O| Sep 09 22:25:00.544 INFO STEP 989 (remove_files) COMPLETE
70012024-09-09T22:25:01.597Z[ recovery-image] Sep 09 22:25:00.544 INFO O| Sep 09 22:25:00.544 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-09-09T22:25:01.607Z[ recovery-image] Sep 09 22:25:00.553 INFO O| Sep 09 22:25:00.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
70032024-09-09T22:25:01.609Z[ recovery-image] Sep 09 22:25:00.553 INFO O| Sep 09 22:25:00.553 INFO STEP 990 (remove_files) COMPLETE
70042024-09-09T22:25:01.609Z[ recovery-image] Sep 09 22:25:00.553 INFO O| Sep 09 22:25:00.553 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-09-09T22:25:01.617Z[ recovery-image] Sep 09 22:25:00.563 INFO O| Sep 09 22:25:00.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70062024-09-09T22:25:01.617Z[ recovery-image] Sep 09 22:25:00.563 INFO O| Sep 09 22:25:00.563 INFO STEP 991 (remove_files) COMPLETE
70072024-09-09T22:25:01.617Z[ recovery-image] Sep 09 22:25:00.563 INFO O| Sep 09 22:25:00.563 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-09-09T22:25:01.627Z[ recovery-image] Sep 09 22:25:00.573 INFO O| Sep 09 22:25:00.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70092024-09-09T22:25:01.629Z[ recovery-image] Sep 09 22:25:00.573 INFO O| Sep 09 22:25:00.573 INFO STEP 992 (remove_files) COMPLETE
70102024-09-09T22:25:01.629Z[ recovery-image] Sep 09 22:25:00.573 INFO O| Sep 09 22:25:00.573 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-09-09T22:25:01.637Z[ recovery-image] Sep 09 22:25:00.582 INFO O| Sep 09 22:25:00.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70122024-09-09T22:25:01.637Z[ recovery-image] Sep 09 22:25:00.582 INFO O| Sep 09 22:25:00.582 INFO STEP 993 (remove_files) COMPLETE
70132024-09-09T22:25:01.640Z[ recovery-image] Sep 09 22:25:00.583 INFO O| Sep 09 22:25:00.582 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-09-09T22:25:01.648Z[ recovery-image] Sep 09 22:25:00.594 INFO O| Sep 09 22:25:00.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70152024-09-09T22:25:01.651Z[ recovery-image] Sep 09 22:25:00.594 INFO O| Sep 09 22:25:00.594 INFO STEP 994 (remove_files) COMPLETE
70162024-09-09T22:25:01.651Z[ recovery-image] Sep 09 22:25:00.594 INFO O| Sep 09 22:25:00.594 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-09-09T22:25:01.657Z[ recovery-image] Sep 09 22:25:00.604 INFO O| Sep 09 22:25:00.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70182024-09-09T22:25:01.658Z[ recovery-image] Sep 09 22:25:00.604 INFO O| Sep 09 22:25:00.604 INFO STEP 995 (remove_files) COMPLETE
70192024-09-09T22:25:01.658Z[ recovery-image] Sep 09 22:25:00.604 INFO O| Sep 09 22:25:00.604 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-09-09T22:25:01.667Z[ recovery-image] Sep 09 22:25:00.613 INFO O| Sep 09 22:25:00.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70212024-09-09T22:25:01.667Z[ recovery-image] Sep 09 22:25:00.613 INFO O| Sep 09 22:25:00.613 INFO STEP 996 (remove_files) COMPLETE
70222024-09-09T22:25:01.670Z[ recovery-image] Sep 09 22:25:00.613 INFO O| Sep 09 22:25:00.613 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-09-09T22:25:01.677Z[ recovery-image] Sep 09 22:25:00.623 INFO O| Sep 09 22:25:00.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
70242024-09-09T22:25:01.680Z[ recovery-image] Sep 09 22:25:00.623 INFO O| Sep 09 22:25:00.623 INFO STEP 997 (remove_files) COMPLETE
70252024-09-09T22:25:01.680Z[ recovery-image] Sep 09 22:25:00.623 INFO O| Sep 09 22:25:00.623 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-09-09T22:25:01.687Z[ recovery-image] Sep 09 22:25:00.633 INFO O| Sep 09 22:25:00.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70272024-09-09T22:25:01.690Z[ recovery-image] Sep 09 22:25:00.633 INFO O| Sep 09 22:25:00.633 INFO STEP 998 (remove_files) COMPLETE
70282024-09-09T22:25:01.690Z[ recovery-image] Sep 09 22:25:00.633 INFO O| Sep 09 22:25:00.633 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-09-09T22:25:01.696Z[ recovery-image] Sep 09 22:25:00.642 INFO O| Sep 09 22:25:00.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
70302024-09-09T22:25:01.696Z[ recovery-image] Sep 09 22:25:00.642 INFO O| Sep 09 22:25:00.642 INFO STEP 999 (remove_files) COMPLETE
70312024-09-09T22:25:01.699Z[ recovery-image] Sep 09 22:25:00.642 INFO O| Sep 09 22:25:00.642 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-09-09T22:25:01.706Z[ recovery-image] Sep 09 22:25:00.652 INFO O| Sep 09 22:25:00.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70332024-09-09T22:25:01.713Z[ recovery-image] Sep 09 22:25:00.652 INFO O| Sep 09 22:25:00.652 INFO STEP 1000 (remove_files) COMPLETE
70342024-09-09T22:25:01.713Z[ recovery-image] Sep 09 22:25:00.652 INFO O| Sep 09 22:25:00.652 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-09-09T22:25:01.721Z[ recovery-image] Sep 09 22:25:00.661 INFO O| Sep 09 22:25:00.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70362024-09-09T22:25:01.722Z[ recovery-image] Sep 09 22:25:00.661 INFO O| Sep 09 22:25:00.661 INFO STEP 1001 (remove_files) COMPLETE
70372024-09-09T22:25:01.722Z[ recovery-image] Sep 09 22:25:00.661 INFO O| Sep 09 22:25:00.661 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-09-09T22:25:01.726Z[ recovery-image] Sep 09 22:25:00.671 INFO O| Sep 09 22:25:00.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70392024-09-09T22:25:01.726Z[ recovery-image] Sep 09 22:25:00.671 INFO O| Sep 09 22:25:00.671 INFO STEP 1002 (remove_files) COMPLETE
70402024-09-09T22:25:01.726Z[ recovery-image] Sep 09 22:25:00.671 INFO O| Sep 09 22:25:00.671 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-09-09T22:25:01.734Z[ recovery-image] Sep 09 22:25:00.680 INFO O| Sep 09 22:25:00.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
70422024-09-09T22:25:01.734Z[ recovery-image] Sep 09 22:25:00.680 INFO O| Sep 09 22:25:00.680 INFO STEP 1003 (remove_files) COMPLETE
70432024-09-09T22:25:01.737Z[ recovery-image] Sep 09 22:25:00.680 INFO O| Sep 09 22:25:00.680 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-09-09T22:25:01.744Z[ recovery-image] Sep 09 22:25:00.690 INFO O| Sep 09 22:25:00.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
70452024-09-09T22:25:01.744Z[ recovery-image] Sep 09 22:25:00.690 INFO O| Sep 09 22:25:00.690 INFO STEP 1004 (remove_files) COMPLETE
70462024-09-09T22:25:01.747Z[ recovery-image] Sep 09 22:25:00.690 INFO O| Sep 09 22:25:00.690 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-09-09T22:25:01.754Z[ recovery-image] Sep 09 22:25:00.700 INFO O| Sep 09 22:25:00.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
70482024-09-09T22:25:01.754Z[ recovery-image] Sep 09 22:25:00.700 INFO O| Sep 09 22:25:00.700 INFO STEP 1005 (remove_files) COMPLETE
70492024-09-09T22:25:01.754Z[ recovery-image] Sep 09 22:25:00.700 INFO O| Sep 09 22:25:00.700 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-09-09T22:25:01.763Z[ recovery-image] Sep 09 22:25:00.709 INFO O| Sep 09 22:25:00.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
70512024-09-09T22:25:01.766Z[ recovery-image] Sep 09 22:25:00.709 INFO O| Sep 09 22:25:00.709 INFO STEP 1006 (remove_files) COMPLETE
70522024-09-09T22:25:01.766Z[ recovery-image] Sep 09 22:25:00.709 INFO O| Sep 09 22:25:00.709 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-09-09T22:25:01.773Z[ recovery-image] Sep 09 22:25:00.719 INFO O| Sep 09 22:25:00.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
70542024-09-09T22:25:01.773Z[ recovery-image] Sep 09 22:25:00.719 INFO O| Sep 09 22:25:00.719 INFO STEP 1007 (remove_files) COMPLETE
70552024-09-09T22:25:01.773Z[ recovery-image] Sep 09 22:25:00.719 INFO O| Sep 09 22:25:00.719 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-09-09T22:25:01.782Z[ recovery-image] Sep 09 22:25:00.728 INFO O| Sep 09 22:25:00.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
70572024-09-09T22:25:01.782Z[ recovery-image] Sep 09 22:25:00.728 INFO O| Sep 09 22:25:00.728 INFO STEP 1008 (remove_files) COMPLETE
70582024-09-09T22:25:01.782Z[ recovery-image] Sep 09 22:25:00.728 INFO O| Sep 09 22:25:00.728 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-09-09T22:25:01.792Z[ recovery-image] Sep 09 22:25:00.738 INFO O| Sep 09 22:25:00.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
70602024-09-09T22:25:01.794Z[ recovery-image] Sep 09 22:25:00.738 INFO O| Sep 09 22:25:00.738 INFO STEP 1009 (remove_files) COMPLETE
70612024-09-09T22:25:01.794Z[ recovery-image] Sep 09 22:25:00.738 INFO O| Sep 09 22:25:00.738 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-09-09T22:25:01.801Z[ recovery-image] Sep 09 22:25:00.747 INFO O| Sep 09 22:25:00.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
70632024-09-09T22:25:01.801Z[ recovery-image] Sep 09 22:25:00.748 INFO O| Sep 09 22:25:00.747 INFO STEP 1010 (remove_files) COMPLETE
70642024-09-09T22:25:01.804Z[ recovery-image] Sep 09 22:25:00.748 INFO O| Sep 09 22:25:00.747 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-09-09T22:25:01.811Z[ recovery-image] Sep 09 22:25:00.757 INFO O| Sep 09 22:25:00.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
70662024-09-09T22:25:01.813Z[ recovery-image] Sep 09 22:25:00.757 INFO O| Sep 09 22:25:00.757 INFO STEP 1011 (remove_files) COMPLETE
70672024-09-09T22:25:01.813Z[ recovery-image] Sep 09 22:25:00.757 INFO O| Sep 09 22:25:00.757 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-09-09T22:25:01.821Z[ recovery-image] Sep 09 22:25:00.767 INFO O| Sep 09 22:25:00.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
70692024-09-09T22:25:01.823Z[ recovery-image] Sep 09 22:25:00.767 INFO O| Sep 09 22:25:00.767 INFO STEP 1012 (remove_files) COMPLETE
70702024-09-09T22:25:01.823Z[ recovery-image] Sep 09 22:25:00.767 INFO O| Sep 09 22:25:00.767 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-09-09T22:25:01.830Z[ recovery-image] Sep 09 22:25:00.776 INFO O| Sep 09 22:25:00.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
70722024-09-09T22:25:01.832Z[ recovery-image] Sep 09 22:25:00.776 INFO O| Sep 09 22:25:00.776 INFO STEP 1013 (remove_files) COMPLETE
70732024-09-09T22:25:01.832Z[ recovery-image] Sep 09 22:25:00.776 INFO O| Sep 09 22:25:00.776 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-09-09T22:25:01.840Z[ recovery-image] Sep 09 22:25:00.786 INFO O| Sep 09 22:25:00.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
70752024-09-09T22:25:01.840Z[ recovery-image] Sep 09 22:25:00.786 INFO O| Sep 09 22:25:00.786 INFO STEP 1014 (remove_files) COMPLETE
70762024-09-09T22:25:01.843Z[ recovery-image] Sep 09 22:25:00.786 INFO O| Sep 09 22:25:00.786 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-09-09T22:25:01.849Z[ recovery-image] Sep 09 22:25:00.795 INFO O| Sep 09 22:25:00.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
70782024-09-09T22:25:01.849Z[ recovery-image] Sep 09 22:25:00.795 INFO O| Sep 09 22:25:00.795 INFO STEP 1015 (remove_files) COMPLETE
70792024-09-09T22:25:01.852Z[ recovery-image] Sep 09 22:25:00.795 INFO O| Sep 09 22:25:00.795 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-09-09T22:25:01.859Z[ recovery-image] Sep 09 22:25:00.805 INFO O| Sep 09 22:25:00.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
70812024-09-09T22:25:01.861Z[ recovery-image] Sep 09 22:25:00.805 INFO O| Sep 09 22:25:00.805 INFO STEP 1016 (remove_files) COMPLETE
70822024-09-09T22:25:01.861Z[ recovery-image] Sep 09 22:25:00.805 INFO O| Sep 09 22:25:00.805 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-09-09T22:25:01.868Z[ recovery-image] Sep 09 22:25:00.815 INFO O| Sep 09 22:25:00.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
70842024-09-09T22:25:01.871Z[ recovery-image] Sep 09 22:25:00.815 INFO O| Sep 09 22:25:00.815 INFO STEP 1017 (remove_files) COMPLETE
70852024-09-09T22:25:01.871Z[ recovery-image] Sep 09 22:25:00.815 INFO O| Sep 09 22:25:00.815 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-09-09T22:25:01.878Z[ recovery-image] Sep 09 22:25:00.824 INFO O| Sep 09 22:25:00.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
70872024-09-09T22:25:01.878Z[ recovery-image] Sep 09 22:25:00.824 INFO O| Sep 09 22:25:00.824 INFO STEP 1018 (remove_files) COMPLETE
70882024-09-09T22:25:01.881Z[ recovery-image] Sep 09 22:25:00.824 INFO O| Sep 09 22:25:00.824 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-09-09T22:25:01.888Z[ recovery-image] Sep 09 22:25:00.834 INFO O| Sep 09 22:25:00.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
70902024-09-09T22:25:01.888Z[ recovery-image] Sep 09 22:25:00.834 INFO O| Sep 09 22:25:00.834 INFO STEP 1019 (remove_files) COMPLETE
70912024-09-09T22:25:01.888Z[ recovery-image] Sep 09 22:25:00.834 INFO O| Sep 09 22:25:00.834 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-09-09T22:25:01.897Z[ recovery-image] Sep 09 22:25:00.843 INFO O| Sep 09 22:25:00.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
70932024-09-09T22:25:01.900Z[ recovery-image] Sep 09 22:25:00.843 INFO O| Sep 09 22:25:00.843 INFO STEP 1020 (remove_files) COMPLETE
70942024-09-09T22:25:01.900Z[ recovery-image] Sep 09 22:25:00.843 INFO O| Sep 09 22:25:00.843 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-09-09T22:25:01.907Z[ recovery-image] Sep 09 22:25:00.853 INFO O| Sep 09 22:25:00.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
70962024-09-09T22:25:01.909Z[ recovery-image] Sep 09 22:25:00.853 INFO O| Sep 09 22:25:00.853 INFO STEP 1021 (remove_files) COMPLETE
70972024-09-09T22:25:01.909Z[ recovery-image] Sep 09 22:25:00.853 INFO O| Sep 09 22:25:00.853 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-09-09T22:25:01.916Z[ recovery-image] Sep 09 22:25:00.862 INFO O| Sep 09 22:25:00.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
70992024-09-09T22:25:01.916Z[ recovery-image] Sep 09 22:25:00.862 INFO O| Sep 09 22:25:00.862 INFO STEP 1022 (remove_files) COMPLETE
71002024-09-09T22:25:01.918Z[ recovery-image] Sep 09 22:25:00.862 INFO O| Sep 09 22:25:00.862 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-09-09T22:25:01.926Z[ recovery-image] Sep 09 22:25:00.872 INFO O| Sep 09 22:25:00.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
71022024-09-09T22:25:01.928Z[ recovery-image] Sep 09 22:25:00.872 INFO O| Sep 09 22:25:00.872 INFO STEP 1023 (remove_files) COMPLETE
71032024-09-09T22:25:01.928Z[ recovery-image] Sep 09 22:25:00.872 INFO O| Sep 09 22:25:00.872 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-09-09T22:25:01.935Z[ recovery-image] Sep 09 22:25:00.881 INFO O| Sep 09 22:25:00.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71052024-09-09T22:25:01.935Z[ recovery-image] Sep 09 22:25:00.881 INFO O| Sep 09 22:25:00.881 INFO STEP 1024 (remove_files) COMPLETE
71062024-09-09T22:25:01.935Z[ recovery-image] Sep 09 22:25:00.882 INFO O| Sep 09 22:25:00.881 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-09-09T22:25:01.945Z[ recovery-image] Sep 09 22:25:00.891 INFO O| Sep 09 22:25:00.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71082024-09-09T22:25:01.945Z[ recovery-image] Sep 09 22:25:00.891 INFO O| Sep 09 22:25:00.891 INFO STEP 1025 (remove_files) COMPLETE
71092024-09-09T22:25:01.945Z[ recovery-image] Sep 09 22:25:00.891 INFO O| Sep 09 22:25:00.891 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-09-09T22:25:01.954Z[ recovery-image] Sep 09 22:25:00.901 INFO O| Sep 09 22:25:00.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
71112024-09-09T22:25:01.954Z[ recovery-image] Sep 09 22:25:00.901 INFO O| Sep 09 22:25:00.901 INFO STEP 1026 (remove_files) COMPLETE
71122024-09-09T22:25:01.957Z[ recovery-image] Sep 09 22:25:00.901 INFO O| Sep 09 22:25:00.901 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-09-09T22:25:01.964Z[ recovery-image] Sep 09 22:25:00.910 INFO O| Sep 09 22:25:00.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
71142024-09-09T22:25:01.964Z[ recovery-image] Sep 09 22:25:00.910 INFO O| Sep 09 22:25:00.910 INFO STEP 1027 (remove_files) COMPLETE
71152024-09-09T22:25:01.967Z[ recovery-image] Sep 09 22:25:00.910 INFO O| Sep 09 22:25:00.910 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-09-09T22:25:01.974Z[ recovery-image] Sep 09 22:25:00.920 INFO O| Sep 09 22:25:00.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
71172024-09-09T22:25:01.974Z[ recovery-image] Sep 09 22:25:00.920 INFO O| Sep 09 22:25:00.920 INFO STEP 1028 (remove_files) COMPLETE
71182024-09-09T22:25:01.976Z[ recovery-image] Sep 09 22:25:00.920 INFO O| Sep 09 22:25:00.920 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-09-09T22:25:01.983Z[ recovery-image] Sep 09 22:25:00.930 INFO O| Sep 09 22:25:00.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
71202024-09-09T22:25:01.984Z[ recovery-image] Sep 09 22:25:00.930 INFO O| Sep 09 22:25:00.930 INFO STEP 1029 (remove_files) COMPLETE
71212024-09-09T22:25:01.986Z[ recovery-image] Sep 09 22:25:00.930 INFO O| Sep 09 22:25:00.930 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-09-09T22:25:01.993Z[ recovery-image] Sep 09 22:25:00.939 INFO O| Sep 09 22:25:00.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
71232024-09-09T22:25:01.993Z[ recovery-image] Sep 09 22:25:00.939 INFO O| Sep 09 22:25:00.939 INFO STEP 1030 (remove_files) COMPLETE
71242024-09-09T22:25:01.996Z[ recovery-image] Sep 09 22:25:00.939 INFO O| Sep 09 22:25:00.939 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-09-09T22:25:02.003Z[ recovery-image] Sep 09 22:25:00.949 INFO O| Sep 09 22:25:00.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71262024-09-09T22:25:02.003Z[ recovery-image] Sep 09 22:25:00.949 INFO O| Sep 09 22:25:00.949 INFO STEP 1031 (remove_files) COMPLETE
71272024-09-09T22:25:02.006Z[ recovery-image] Sep 09 22:25:00.949 INFO O| Sep 09 22:25:00.949 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-09-09T22:25:02.012Z[ recovery-image] Sep 09 22:25:00.958 INFO O| Sep 09 22:25:00.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
71292024-09-09T22:25:02.012Z[ recovery-image] Sep 09 22:25:00.958 INFO O| Sep 09 22:25:00.958 INFO STEP 1032 (remove_files) COMPLETE
71302024-09-09T22:25:02.012Z[ recovery-image] Sep 09 22:25:00.958 INFO O| Sep 09 22:25:00.958 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-09-09T22:25:02.022Z[ recovery-image] Sep 09 22:25:00.968 INFO O| Sep 09 22:25:00.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
71322024-09-09T22:25:02.022Z[ recovery-image] Sep 09 22:25:00.968 INFO O| Sep 09 22:25:00.968 INFO STEP 1033 (remove_files) COMPLETE
71332024-09-09T22:25:02.024Z[ recovery-image] Sep 09 22:25:00.968 INFO O| Sep 09 22:25:00.968 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-09-09T22:25:02.031Z[ recovery-image] Sep 09 22:25:00.977 INFO O| Sep 09 22:25:00.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71352024-09-09T22:25:02.031Z[ recovery-image] Sep 09 22:25:00.977 INFO O| Sep 09 22:25:00.977 INFO STEP 1034 (remove_files) COMPLETE
71362024-09-09T22:25:02.031Z[ recovery-image] Sep 09 22:25:00.977 INFO O| Sep 09 22:25:00.977 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-09-09T22:25:02.041Z[ recovery-image] Sep 09 22:25:00.987 INFO O| Sep 09 22:25:00.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71382024-09-09T22:25:02.041Z[ recovery-image] Sep 09 22:25:00.987 INFO O| Sep 09 22:25:00.987 INFO STEP 1035 (remove_files) COMPLETE
71392024-09-09T22:25:02.044Z[ recovery-image] Sep 09 22:25:00.987 INFO O| Sep 09 22:25:00.987 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-09-09T22:25:02.051Z[ recovery-image] Sep 09 22:25:00.997 INFO O| Sep 09 22:25:00.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
71412024-09-09T22:25:02.056Z[ recovery-image] Sep 09 22:25:00.997 INFO O| Sep 09 22:25:00.997 INFO STEP 1036 (remove_files) COMPLETE
71422024-09-09T22:25:02.056Z[ recovery-image] Sep 09 22:25:00.997 INFO O| Sep 09 22:25:00.997 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-09-09T22:25:02.066Z[ recovery-image] Sep 09 22:25:01.007 INFO O| Sep 09 22:25:01.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
71442024-09-09T22:25:02.066Z[ recovery-image] Sep 09 22:25:01.007 INFO O| Sep 09 22:25:01.007 INFO STEP 1037 (remove_files) COMPLETE
71452024-09-09T22:25:02.066Z[ recovery-image] Sep 09 22:25:01.007 INFO O| Sep 09 22:25:01.007 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-09-09T22:25:02.074Z[ recovery-image] Sep 09 22:25:01.017 INFO O| Sep 09 22:25:01.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
71472024-09-09T22:25:02.074Z[ recovery-image] Sep 09 22:25:01.017 INFO O| Sep 09 22:25:01.017 INFO STEP 1038 (remove_files) COMPLETE
71482024-09-09T22:25:02.074Z[ recovery-image] Sep 09 22:25:01.017 INFO O| Sep 09 22:25:01.017 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-09-09T22:25:02.080Z[ recovery-image] Sep 09 22:25:01.026 INFO O| Sep 09 22:25:01.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
71502024-09-09T22:25:02.083Z[ recovery-image] Sep 09 22:25:01.026 INFO O| Sep 09 22:25:01.026 INFO STEP 1039 (remove_files) COMPLETE
71512024-09-09T22:25:02.083Z[ recovery-image] Sep 09 22:25:01.026 INFO O| Sep 09 22:25:01.026 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-09-09T22:25:02.090Z[ recovery-image] Sep 09 22:25:01.036 INFO O| Sep 09 22:25:01.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
71532024-09-09T22:25:02.092Z[ recovery-image] Sep 09 22:25:01.036 INFO O| Sep 09 22:25:01.036 INFO STEP 1040 (remove_files) COMPLETE
71542024-09-09T22:25:02.092Z[ recovery-image] Sep 09 22:25:01.036 INFO O| Sep 09 22:25:01.036 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-09-09T22:25:02.099Z[ recovery-image] Sep 09 22:25:01.045 INFO O| Sep 09 22:25:01.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
71562024-09-09T22:25:02.102Z[ recovery-image] Sep 09 22:25:01.045 INFO O| Sep 09 22:25:01.045 INFO STEP 1041 (remove_files) COMPLETE
71572024-09-09T22:25:02.102Z[ recovery-image] Sep 09 22:25:01.045 INFO O| Sep 09 22:25:01.045 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-09-09T22:25:02.109Z[ recovery-image] Sep 09 22:25:01.055 INFO O| Sep 09 22:25:01.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
71592024-09-09T22:25:02.109Z[ recovery-image] Sep 09 22:25:01.055 INFO O| Sep 09 22:25:01.055 INFO STEP 1042 (remove_files) COMPLETE
71602024-09-09T22:25:02.109Z[ recovery-image] Sep 09 22:25:01.055 INFO O| Sep 09 22:25:01.055 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-09-09T22:25:02.118Z[ recovery-image] Sep 09 22:25:01.064 INFO O| Sep 09 22:25:01.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
71622024-09-09T22:25:02.118Z[ recovery-image] Sep 09 22:25:01.064 INFO O| Sep 09 22:25:01.064 INFO STEP 1043 (remove_files) COMPLETE
71632024-09-09T22:25:02.118Z[ recovery-image] Sep 09 22:25:01.064 INFO O| Sep 09 22:25:01.064 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-09-09T22:25:02.128Z[ recovery-image] Sep 09 22:25:01.074 INFO O| Sep 09 22:25:01.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
71652024-09-09T22:25:02.131Z[ recovery-image] Sep 09 22:25:01.074 INFO O| Sep 09 22:25:01.074 INFO STEP 1044 (remove_files) COMPLETE
71662024-09-09T22:25:02.131Z[ recovery-image] Sep 09 22:25:01.074 INFO O| Sep 09 22:25:01.074 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-09-09T22:25:02.138Z[ recovery-image] Sep 09 22:25:01.084 INFO O| Sep 09 22:25:01.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
71682024-09-09T22:25:02.140Z[ recovery-image] Sep 09 22:25:01.084 INFO O| Sep 09 22:25:01.084 INFO STEP 1045 (remove_files) COMPLETE
71692024-09-09T22:25:02.140Z[ recovery-image] Sep 09 22:25:01.084 INFO O| Sep 09 22:25:01.084 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-09-09T22:25:02.147Z[ recovery-image] Sep 09 22:25:01.093 INFO O| Sep 09 22:25:01.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
71712024-09-09T22:25:02.147Z[ recovery-image] Sep 09 22:25:01.093 INFO O| Sep 09 22:25:01.093 INFO STEP 1046 (remove_files) COMPLETE
71722024-09-09T22:25:02.150Z[ recovery-image] Sep 09 22:25:01.093 INFO O| Sep 09 22:25:01.093 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-09-09T22:25:02.157Z[ recovery-image] Sep 09 22:25:01.103 INFO O| Sep 09 22:25:01.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
71742024-09-09T22:25:02.157Z[ recovery-image] Sep 09 22:25:01.103 INFO O| Sep 09 22:25:01.103 INFO STEP 1047 (remove_files) COMPLETE
71752024-09-09T22:25:02.161Z[ recovery-image] Sep 09 22:25:01.103 INFO O| Sep 09 22:25:01.103 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-09-09T22:25:02.166Z[ recovery-image] Sep 09 22:25:01.112 INFO O| Sep 09 22:25:01.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
71772024-09-09T22:25:02.169Z[ recovery-image] Sep 09 22:25:01.112 INFO O| Sep 09 22:25:01.112 INFO STEP 1048 (remove_files) COMPLETE
71782024-09-09T22:25:02.169Z[ recovery-image] Sep 09 22:25:01.112 INFO O| Sep 09 22:25:01.112 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-09-09T22:25:02.176Z[ recovery-image] Sep 09 22:25:01.122 INFO O| Sep 09 22:25:01.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
71802024-09-09T22:25:02.176Z[ recovery-image] Sep 09 22:25:01.122 INFO O| Sep 09 22:25:01.122 INFO STEP 1049 (remove_files) COMPLETE
71812024-09-09T22:25:02.176Z[ recovery-image] Sep 09 22:25:01.122 INFO O| Sep 09 22:25:01.122 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-09-09T22:25:02.185Z[ recovery-image] Sep 09 22:25:01.131 INFO O| Sep 09 22:25:01.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
71832024-09-09T22:25:02.185Z[ recovery-image] Sep 09 22:25:01.131 INFO O| Sep 09 22:25:01.131 INFO STEP 1050 (remove_files) COMPLETE
71842024-09-09T22:25:02.185Z[ recovery-image] Sep 09 22:25:01.131 INFO O| Sep 09 22:25:01.131 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-09-09T22:25:02.195Z[ recovery-image] Sep 09 22:25:01.140 INFO O| Sep 09 22:25:01.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
71862024-09-09T22:25:02.195Z[ recovery-image] Sep 09 22:25:01.141 INFO O| Sep 09 22:25:01.141 INFO STEP 1051 (remove_files) COMPLETE
71872024-09-09T22:25:02.195Z[ recovery-image] Sep 09 22:25:01.141 INFO O| Sep 09 22:25:01.141 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-09-09T22:25:02.205Z[ recovery-image] Sep 09 22:25:01.150 INFO O| Sep 09 22:25:01.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
71892024-09-09T22:25:02.205Z[ recovery-image] Sep 09 22:25:01.150 INFO O| Sep 09 22:25:01.150 INFO STEP 1052 (remove_files) COMPLETE
71902024-09-09T22:25:02.208Z[ recovery-image] Sep 09 22:25:01.150 INFO O| Sep 09 22:25:01.150 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-09-09T22:25:02.213Z[ recovery-image] Sep 09 22:25:01.159 INFO O| Sep 09 22:25:01.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
71922024-09-09T22:25:02.214Z[ recovery-image] Sep 09 22:25:01.159 INFO O| Sep 09 22:25:01.159 INFO STEP 1053 (remove_files) COMPLETE
71932024-09-09T22:25:02.220Z[ recovery-image] Sep 09 22:25:01.160 INFO O| Sep 09 22:25:01.159 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-09-09T22:25:02.223Z[ recovery-image] Sep 09 22:25:01.169 INFO O| Sep 09 22:25:01.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
71952024-09-09T22:25:02.226Z[ recovery-image] Sep 09 22:25:01.169 INFO O| Sep 09 22:25:01.169 INFO STEP 1054 (remove_files) COMPLETE
71962024-09-09T22:25:02.226Z[ recovery-image] Sep 09 22:25:01.169 INFO O| Sep 09 22:25:01.169 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-09-09T22:25:02.233Z[ recovery-image] Sep 09 22:25:01.178 INFO O| Sep 09 22:25:01.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
71982024-09-09T22:25:02.233Z[ recovery-image] Sep 09 22:25:01.179 INFO O| Sep 09 22:25:01.178 INFO STEP 1055 (remove_files) COMPLETE
71992024-09-09T22:25:02.233Z[ recovery-image] Sep 09 22:25:01.179 INFO O| Sep 09 22:25:01.179 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-09-09T22:25:02.242Z[ recovery-image] Sep 09 22:25:01.188 INFO O| Sep 09 22:25:01.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72012024-09-09T22:25:02.245Z[ recovery-image] Sep 09 22:25:01.188 INFO O| Sep 09 22:25:01.188 INFO STEP 1056 (remove_files) COMPLETE
72022024-09-09T22:25:02.245Z[ recovery-image] Sep 09 22:25:01.188 INFO O| Sep 09 22:25:01.188 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-09-09T22:25:02.252Z[ recovery-image] Sep 09 22:25:01.198 INFO O| Sep 09 22:25:01.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72042024-09-09T22:25:02.252Z[ recovery-image] Sep 09 22:25:01.198 INFO O| Sep 09 22:25:01.198 INFO STEP 1057 (remove_files) COMPLETE
72052024-09-09T22:25:02.252Z[ recovery-image] Sep 09 22:25:01.198 INFO O| Sep 09 22:25:01.198 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-09-09T22:25:02.261Z[ recovery-image] Sep 09 22:25:01.207 INFO O| Sep 09 22:25:01.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72072024-09-09T22:25:02.263Z[ recovery-image] Sep 09 22:25:01.207 INFO O| Sep 09 22:25:01.207 INFO STEP 1058 (remove_files) COMPLETE
72082024-09-09T22:25:02.263Z[ recovery-image] Sep 09 22:25:01.207 INFO O| Sep 09 22:25:01.207 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-09-09T22:25:02.271Z[ recovery-image] Sep 09 22:25:01.217 INFO O| Sep 09 22:25:01.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72102024-09-09T22:25:02.271Z[ recovery-image] Sep 09 22:25:01.217 INFO O| Sep 09 22:25:01.217 INFO STEP 1059 (remove_files) COMPLETE
72112024-09-09T22:25:02.273Z[ recovery-image] Sep 09 22:25:01.217 INFO O| Sep 09 22:25:01.217 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-09-09T22:25:02.280Z[ recovery-image] Sep 09 22:25:01.226 INFO O| Sep 09 22:25:01.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
72132024-09-09T22:25:02.280Z[ recovery-image] Sep 09 22:25:01.227 INFO O| Sep 09 22:25:01.227 INFO STEP 1060 (remove_files) COMPLETE
72142024-09-09T22:25:02.283Z[ recovery-image] Sep 09 22:25:01.227 INFO O| Sep 09 22:25:01.227 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-09-09T22:25:02.290Z[ recovery-image] Sep 09 22:25:01.236 INFO O| Sep 09 22:25:01.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
72162024-09-09T22:25:02.290Z[ recovery-image] Sep 09 22:25:01.236 INFO O| Sep 09 22:25:01.236 INFO STEP 1061 (remove_files) COMPLETE
72172024-09-09T22:25:02.290Z[ recovery-image] Sep 09 22:25:01.236 INFO O| Sep 09 22:25:01.236 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-09-09T22:25:02.299Z[ recovery-image] Sep 09 22:25:01.245 INFO O| Sep 09 22:25:01.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
72192024-09-09T22:25:02.302Z[ recovery-image] Sep 09 22:25:01.246 INFO O| Sep 09 22:25:01.246 INFO STEP 1062 (remove_files) COMPLETE
72202024-09-09T22:25:02.302Z[ recovery-image] Sep 09 22:25:01.246 INFO O| Sep 09 22:25:01.246 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-09-09T22:25:02.309Z[ recovery-image] Sep 09 22:25:01.255 INFO O| Sep 09 22:25:01.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
72222024-09-09T22:25:02.309Z[ recovery-image] Sep 09 22:25:01.255 INFO O| Sep 09 22:25:01.255 INFO STEP 1063 (remove_files) COMPLETE
72232024-09-09T22:25:02.311Z[ recovery-image] Sep 09 22:25:01.255 INFO O| Sep 09 22:25:01.255 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-09-09T22:25:02.318Z[ recovery-image] Sep 09 22:25:01.264 INFO O| Sep 09 22:25:01.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
72252024-09-09T22:25:02.321Z[ recovery-image] Sep 09 22:25:01.265 INFO O| Sep 09 22:25:01.265 INFO STEP 1064 (remove_files) COMPLETE
72262024-09-09T22:25:02.321Z[ recovery-image] Sep 09 22:25:01.265 INFO O| Sep 09 22:25:01.265 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-09-09T22:25:02.328Z[ recovery-image] Sep 09 22:25:01.274 INFO O| Sep 09 22:25:01.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
72282024-09-09T22:25:02.328Z[ recovery-image] Sep 09 22:25:01.274 INFO O| Sep 09 22:25:01.274 INFO STEP 1065 (remove_files) COMPLETE
72292024-09-09T22:25:02.331Z[ recovery-image] Sep 09 22:25:01.274 INFO O| Sep 09 22:25:01.274 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-09-09T22:25:02.337Z[ recovery-image] Sep 09 22:25:01.283 INFO O| Sep 09 22:25:01.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72312024-09-09T22:25:02.340Z[ recovery-image] Sep 09 22:25:01.284 INFO O| Sep 09 22:25:01.283 INFO STEP 1066 (remove_files) COMPLETE
72322024-09-09T22:25:02.340Z[ recovery-image] Sep 09 22:25:01.284 INFO O| Sep 09 22:25:01.284 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-09-09T22:25:02.347Z[ recovery-image] Sep 09 22:25:01.293 INFO O| Sep 09 22:25:01.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72342024-09-09T22:25:02.347Z[ recovery-image] Sep 09 22:25:01.293 INFO O| Sep 09 22:25:01.293 INFO STEP 1067 (remove_files) COMPLETE
72352024-09-09T22:25:02.349Z[ recovery-image] Sep 09 22:25:01.293 INFO O| Sep 09 22:25:01.293 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-09-09T22:25:02.356Z[ recovery-image] Sep 09 22:25:01.303 INFO O| Sep 09 22:25:01.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72372024-09-09T22:25:02.357Z[ recovery-image] Sep 09 22:25:01.303 INFO O| Sep 09 22:25:01.303 INFO STEP 1068 (remove_files) COMPLETE
72382024-09-09T22:25:02.359Z[ recovery-image] Sep 09 22:25:01.303 INFO O| Sep 09 22:25:01.303 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-09-09T22:25:02.366Z[ recovery-image] Sep 09 22:25:01.312 INFO O| Sep 09 22:25:01.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
72402024-09-09T22:25:02.366Z[ recovery-image] Sep 09 22:25:01.312 INFO O| Sep 09 22:25:01.312 INFO STEP 1069 (remove_files) COMPLETE
72412024-09-09T22:25:02.368Z[ recovery-image] Sep 09 22:25:01.312 INFO O| Sep 09 22:25:01.312 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-09-09T22:25:02.375Z[ recovery-image] Sep 09 22:25:01.321 INFO O| Sep 09 22:25:01.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
72432024-09-09T22:25:02.375Z[ recovery-image] Sep 09 22:25:01.322 INFO O| Sep 09 22:25:01.321 INFO STEP 1070 (remove_files) COMPLETE
72442024-09-09T22:25:02.378Z[ recovery-image] Sep 09 22:25:01.322 INFO O| Sep 09 22:25:01.322 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-09-09T22:25:02.385Z[ recovery-image] Sep 09 22:25:01.331 INFO O| Sep 09 22:25:01.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
72462024-09-09T22:25:02.385Z[ recovery-image] Sep 09 22:25:01.331 INFO O| Sep 09 22:25:01.331 INFO STEP 1071 (remove_files) COMPLETE
72472024-09-09T22:25:02.387Z[ recovery-image] Sep 09 22:25:01.331 INFO O| Sep 09 22:25:01.331 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-09-09T22:25:02.395Z[ recovery-image] Sep 09 22:25:01.341 INFO O| Sep 09 22:25:01.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
72492024-09-09T22:25:02.395Z[ recovery-image] Sep 09 22:25:01.341 INFO O| Sep 09 22:25:01.341 INFO STEP 1072 (remove_files) COMPLETE
72502024-09-09T22:25:02.395Z[ recovery-image] Sep 09 22:25:01.341 INFO O| Sep 09 22:25:01.341 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-09-09T22:25:02.404Z[ recovery-image] Sep 09 22:25:01.350 INFO O| Sep 09 22:25:01.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
72522024-09-09T22:25:02.407Z[ recovery-image] Sep 09 22:25:01.351 INFO O| Sep 09 22:25:01.351 INFO STEP 1073 (remove_files) COMPLETE
72532024-09-09T22:25:02.407Z[ recovery-image] Sep 09 22:25:01.351 INFO O| Sep 09 22:25:01.351 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-09-09T22:25:02.414Z[ recovery-image] Sep 09 22:25:01.360 INFO O| Sep 09 22:25:01.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
72552024-09-09T22:25:02.414Z[ recovery-image] Sep 09 22:25:01.360 INFO O| Sep 09 22:25:01.360 INFO STEP 1074 (remove_files) COMPLETE
72562024-09-09T22:25:02.416Z[ recovery-image] Sep 09 22:25:01.360 INFO O| Sep 09 22:25:01.360 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-09-09T22:25:02.424Z[ recovery-image] Sep 09 22:25:01.370 INFO O| Sep 09 22:25:01.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
72582024-09-09T22:25:02.424Z[ recovery-image] Sep 09 22:25:01.370 INFO O| Sep 09 22:25:01.370 INFO STEP 1075 (remove_files) COMPLETE
72592024-09-09T22:25:02.426Z[ recovery-image] Sep 09 22:25:01.370 INFO O| Sep 09 22:25:01.370 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-09-09T22:25:02.433Z[ recovery-image] Sep 09 22:25:01.379 INFO O| Sep 09 22:25:01.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
72612024-09-09T22:25:02.433Z[ recovery-image] Sep 09 22:25:01.379 INFO O| Sep 09 22:25:01.379 INFO STEP 1076 (remove_files) COMPLETE
72622024-09-09T22:25:02.433Z[ recovery-image] Sep 09 22:25:01.379 INFO O| Sep 09 22:25:01.379 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-09-09T22:25:02.443Z[ recovery-image] Sep 09 22:25:01.389 INFO O| Sep 09 22:25:01.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
72642024-09-09T22:25:02.443Z[ recovery-image] Sep 09 22:25:01.389 INFO O| Sep 09 22:25:01.389 INFO STEP 1077 (remove_files) COMPLETE
72652024-09-09T22:25:02.445Z[ recovery-image] Sep 09 22:25:01.389 INFO O| Sep 09 22:25:01.389 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-09-09T22:25:02.452Z[ recovery-image] Sep 09 22:25:01.398 INFO O| Sep 09 22:25:01.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
72672024-09-09T22:25:02.452Z[ recovery-image] Sep 09 22:25:01.398 INFO O| Sep 09 22:25:01.398 INFO STEP 1078 (remove_files) COMPLETE
72682024-09-09T22:25:02.455Z[ recovery-image] Sep 09 22:25:01.399 INFO O| Sep 09 22:25:01.398 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-09-09T22:25:02.462Z[ recovery-image] Sep 09 22:25:01.408 INFO O| Sep 09 22:25:01.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
72702024-09-09T22:25:02.464Z[ recovery-image] Sep 09 22:25:01.408 INFO O| Sep 09 22:25:01.408 INFO STEP 1079 (remove_files) COMPLETE
72712024-09-09T22:25:02.464Z[ recovery-image] Sep 09 22:25:01.408 INFO O| Sep 09 22:25:01.408 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-09-09T22:25:02.471Z[ recovery-image] Sep 09 22:25:01.417 INFO O| Sep 09 22:25:01.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
72732024-09-09T22:25:02.471Z[ recovery-image] Sep 09 22:25:01.417 INFO O| Sep 09 22:25:01.417 INFO STEP 1080 (remove_files) COMPLETE
72742024-09-09T22:25:02.474Z[ recovery-image] Sep 09 22:25:01.418 INFO O| Sep 09 22:25:01.417 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-09-09T22:25:02.481Z[ recovery-image] Sep 09 22:25:01.427 INFO O| Sep 09 22:25:01.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
72762024-09-09T22:25:02.481Z[ recovery-image] Sep 09 22:25:01.427 INFO O| Sep 09 22:25:01.427 INFO STEP 1081 (remove_files) COMPLETE
72772024-09-09T22:25:02.481Z[ recovery-image] Sep 09 22:25:01.427 INFO O| Sep 09 22:25:01.427 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-09-09T22:25:02.490Z[ recovery-image] Sep 09 22:25:01.436 INFO O| Sep 09 22:25:01.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
72792024-09-09T22:25:02.490Z[ recovery-image] Sep 09 22:25:01.436 INFO O| Sep 09 22:25:01.436 INFO STEP 1082 (remove_files) COMPLETE
72802024-09-09T22:25:02.490Z[ recovery-image] Sep 09 22:25:01.436 INFO O| Sep 09 22:25:01.436 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-09-09T22:25:02.500Z[ recovery-image] Sep 09 22:25:01.446 INFO O| Sep 09 22:25:01.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
72822024-09-09T22:25:02.500Z[ recovery-image] Sep 09 22:25:01.446 INFO O| Sep 09 22:25:01.446 INFO STEP 1083 (remove_files) COMPLETE
72832024-09-09T22:25:02.502Z[ recovery-image] Sep 09 22:25:01.446 INFO O| Sep 09 22:25:01.446 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-09-09T22:25:02.509Z[ recovery-image] Sep 09 22:25:01.455 INFO O| Sep 09 22:25:01.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
72852024-09-09T22:25:02.512Z[ recovery-image] Sep 09 22:25:01.455 INFO O| Sep 09 22:25:01.455 INFO STEP 1084 (remove_files) COMPLETE
72862024-09-09T22:25:02.512Z[ recovery-image] Sep 09 22:25:01.456 INFO O| Sep 09 22:25:01.455 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-09-09T22:25:02.519Z[ recovery-image] Sep 09 22:25:01.465 INFO O| Sep 09 22:25:01.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
72882024-09-09T22:25:02.519Z[ recovery-image] Sep 09 22:25:01.465 INFO O| Sep 09 22:25:01.465 INFO STEP 1085 (remove_files) COMPLETE
72892024-09-09T22:25:02.522Z[ recovery-image] Sep 09 22:25:01.465 INFO O| Sep 09 22:25:01.465 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-09-09T22:25:02.529Z[ recovery-image] Sep 09 22:25:01.475 INFO O| Sep 09 22:25:01.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
72912024-09-09T22:25:02.529Z[ recovery-image] Sep 09 22:25:01.475 INFO O| Sep 09 22:25:01.475 INFO STEP 1086 (remove_files) COMPLETE
72922024-09-09T22:25:02.531Z[ recovery-image] Sep 09 22:25:01.475 INFO O| Sep 09 22:25:01.475 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-09-09T22:25:02.538Z[ recovery-image] Sep 09 22:25:01.484 INFO O| Sep 09 22:25:01.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
72942024-09-09T22:25:02.538Z[ recovery-image] Sep 09 22:25:01.484 INFO O| Sep 09 22:25:01.484 INFO STEP 1087 (remove_files) COMPLETE
72952024-09-09T22:25:02.538Z[ recovery-image] Sep 09 22:25:01.484 INFO O| Sep 09 22:25:01.484 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-09-09T22:25:02.548Z[ recovery-image] Sep 09 22:25:01.494 INFO O| Sep 09 22:25:01.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
72972024-09-09T22:25:02.548Z[ recovery-image] Sep 09 22:25:01.494 INFO O| Sep 09 22:25:01.494 INFO STEP 1088 (remove_files) COMPLETE
72982024-09-09T22:25:02.548Z[ recovery-image] Sep 09 22:25:01.494 INFO O| Sep 09 22:25:01.494 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-09-09T22:25:02.557Z[ recovery-image] Sep 09 22:25:01.503 INFO O| Sep 09 22:25:01.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73002024-09-09T22:25:02.557Z[ recovery-image] Sep 09 22:25:01.503 INFO O| Sep 09 22:25:01.503 INFO STEP 1089 (remove_files) COMPLETE
73012024-09-09T22:25:02.557Z[ recovery-image] Sep 09 22:25:01.503 INFO O| Sep 09 22:25:01.503 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-09-09T22:25:02.568Z[ recovery-image] Sep 09 22:25:01.514 INFO O| Sep 09 22:25:01.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73032024-09-09T22:25:02.568Z[ recovery-image] Sep 09 22:25:01.514 INFO O| Sep 09 22:25:01.514 INFO STEP 1090 (remove_files) COMPLETE
73042024-09-09T22:25:02.570Z[ recovery-image] Sep 09 22:25:01.514 INFO O| Sep 09 22:25:01.514 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-09-09T22:25:02.577Z[ recovery-image] Sep 09 22:25:01.523 INFO O| Sep 09 22:25:01.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73062024-09-09T22:25:02.577Z[ recovery-image] Sep 09 22:25:01.523 INFO O| Sep 09 22:25:01.523 INFO STEP 1091 (remove_files) COMPLETE
73072024-09-09T22:25:02.581Z[ recovery-image] Sep 09 22:25:01.523 INFO O| Sep 09 22:25:01.523 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-09-09T22:25:02.587Z[ recovery-image] Sep 09 22:25:01.533 INFO O| Sep 09 22:25:01.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
73092024-09-09T22:25:02.587Z[ recovery-image] Sep 09 22:25:01.533 INFO O| Sep 09 22:25:01.533 INFO STEP 1092 (remove_files) COMPLETE
73102024-09-09T22:25:02.589Z[ recovery-image] Sep 09 22:25:01.533 INFO O| Sep 09 22:25:01.533 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-09-09T22:25:02.596Z[ recovery-image] Sep 09 22:25:01.542 INFO O| Sep 09 22:25:01.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
73122024-09-09T22:25:02.599Z[ recovery-image] Sep 09 22:25:01.542 INFO O| Sep 09 22:25:01.542 INFO STEP 1093 (remove_files) COMPLETE
73132024-09-09T22:25:02.599Z[ recovery-image] Sep 09 22:25:01.542 INFO O| Sep 09 22:25:01.542 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-09-09T22:25:02.606Z[ recovery-image] Sep 09 22:25:01.552 INFO O| Sep 09 22:25:01.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
73152024-09-09T22:25:02.606Z[ recovery-image] Sep 09 22:25:01.552 INFO O| Sep 09 22:25:01.552 INFO STEP 1094 (remove_files) COMPLETE
73162024-09-09T22:25:02.608Z[ recovery-image] Sep 09 22:25:01.552 INFO O| Sep 09 22:25:01.552 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-09-09T22:25:02.615Z[ recovery-image] Sep 09 22:25:01.561 INFO O| Sep 09 22:25:01.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
73182024-09-09T22:25:02.615Z[ recovery-image] Sep 09 22:25:01.561 INFO O| Sep 09 22:25:01.561 INFO STEP 1095 (remove_files) COMPLETE
73192024-09-09T22:25:02.617Z[ recovery-image] Sep 09 22:25:01.561 INFO O| Sep 09 22:25:01.561 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-09-09T22:25:02.625Z[ recovery-image] Sep 09 22:25:01.571 INFO O| Sep 09 22:25:01.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
73212024-09-09T22:25:02.625Z[ recovery-image] Sep 09 22:25:01.571 INFO O| Sep 09 22:25:01.571 INFO STEP 1096 (remove_files) COMPLETE
73222024-09-09T22:25:02.625Z[ recovery-image] Sep 09 22:25:01.571 INFO O| Sep 09 22:25:01.571 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-09-09T22:25:02.635Z[ recovery-image] Sep 09 22:25:01.580 INFO O| Sep 09 22:25:01.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
73242024-09-09T22:25:02.635Z[ recovery-image] Sep 09 22:25:01.580 INFO O| Sep 09 22:25:01.580 INFO STEP 1097 (remove_files) COMPLETE
73252024-09-09T22:25:02.635Z[ recovery-image] Sep 09 22:25:01.581 INFO O| Sep 09 22:25:01.580 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-09-09T22:25:02.644Z[ recovery-image] Sep 09 22:25:01.590 INFO O| Sep 09 22:25:01.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73272024-09-09T22:25:02.644Z[ recovery-image] Sep 09 22:25:01.590 INFO O| Sep 09 22:25:01.590 INFO STEP 1098 (remove_files) COMPLETE
73282024-09-09T22:25:02.647Z[ recovery-image] Sep 09 22:25:01.590 INFO O| Sep 09 22:25:01.590 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-09-09T22:25:02.653Z[ recovery-image] Sep 09 22:25:01.599 INFO O| Sep 09 22:25:01.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73302024-09-09T22:25:02.653Z[ recovery-image] Sep 09 22:25:01.599 INFO O| Sep 09 22:25:01.599 INFO STEP 1099 (remove_files) COMPLETE
73312024-09-09T22:25:02.656Z[ recovery-image] Sep 09 22:25:01.599 INFO O| Sep 09 22:25:01.599 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-09-09T22:25:02.663Z[ recovery-image] Sep 09 22:25:01.609 INFO O| Sep 09 22:25:01.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73332024-09-09T22:25:02.663Z[ recovery-image] Sep 09 22:25:01.609 INFO O| Sep 09 22:25:01.609 INFO STEP 1100 (remove_files) COMPLETE
73342024-09-09T22:25:02.663Z[ recovery-image] Sep 09 22:25:01.609 INFO O| Sep 09 22:25:01.609 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-09-09T22:25:02.672Z[ recovery-image] Sep 09 22:25:01.618 INFO O| Sep 09 22:25:01.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73362024-09-09T22:25:02.675Z[ recovery-image] Sep 09 22:25:01.618 INFO O| Sep 09 22:25:01.618 INFO STEP 1101 (remove_files) COMPLETE
73372024-09-09T22:25:02.675Z[ recovery-image] Sep 09 22:25:01.619 INFO O| Sep 09 22:25:01.618 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-09-09T22:25:02.682Z[ recovery-image] Sep 09 22:25:01.628 INFO O| Sep 09 22:25:01.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
73392024-09-09T22:25:02.682Z[ recovery-image] Sep 09 22:25:01.628 INFO O| Sep 09 22:25:01.628 INFO STEP 1102 (remove_files) COMPLETE
73402024-09-09T22:25:02.684Z[ recovery-image] Sep 09 22:25:01.628 INFO O| Sep 09 22:25:01.628 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-09-09T22:25:02.692Z[ recovery-image] Sep 09 22:25:01.638 INFO O| Sep 09 22:25:01.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
73422024-09-09T22:25:02.692Z[ recovery-image] Sep 09 22:25:01.638 INFO O| Sep 09 22:25:01.638 INFO STEP 1103 (remove_files) COMPLETE
73432024-09-09T22:25:02.694Z[ recovery-image] Sep 09 22:25:01.638 INFO O| Sep 09 22:25:01.638 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-09-09T22:25:02.701Z[ recovery-image] Sep 09 22:25:01.647 INFO O| Sep 09 22:25:01.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
73452024-09-09T22:25:02.701Z[ recovery-image] Sep 09 22:25:01.647 INFO O| Sep 09 22:25:01.647 INFO STEP 1104 (remove_files) COMPLETE
73462024-09-09T22:25:02.703Z[ recovery-image] Sep 09 22:25:01.647 INFO O| Sep 09 22:25:01.647 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-09-09T22:25:02.711Z[ recovery-image] Sep 09 22:25:01.657 INFO O| Sep 09 22:25:01.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
73482024-09-09T22:25:02.711Z[ recovery-image] Sep 09 22:25:01.657 INFO O| Sep 09 22:25:01.657 INFO STEP 1105 (remove_files) COMPLETE
73492024-09-09T22:25:02.713Z[ recovery-image] Sep 09 22:25:01.657 INFO O| Sep 09 22:25:01.657 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-09-09T22:25:02.720Z[ recovery-image] Sep 09 22:25:01.666 INFO O| Sep 09 22:25:01.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
73512024-09-09T22:25:02.723Z[ recovery-image] Sep 09 22:25:01.666 INFO O| Sep 09 22:25:01.666 INFO STEP 1106 (remove_files) COMPLETE
73522024-09-09T22:25:02.723Z[ recovery-image] Sep 09 22:25:01.666 INFO O| Sep 09 22:25:01.666 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-09-09T22:25:02.730Z[ recovery-image] Sep 09 22:25:01.676 INFO O| Sep 09 22:25:01.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
73542024-09-09T22:25:02.730Z[ recovery-image] Sep 09 22:25:01.676 INFO O| Sep 09 22:25:01.676 INFO STEP 1107 (remove_files) COMPLETE
73552024-09-09T22:25:02.733Z[ recovery-image] Sep 09 22:25:01.676 INFO O| Sep 09 22:25:01.676 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-09-09T22:25:02.739Z[ recovery-image] Sep 09 22:25:01.685 INFO O| Sep 09 22:25:01.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
73572024-09-09T22:25:02.739Z[ recovery-image] Sep 09 22:25:01.685 INFO O| Sep 09 22:25:01.685 INFO STEP 1108 (remove_files) COMPLETE
73582024-09-09T22:25:02.739Z[ recovery-image] Sep 09 22:25:01.685 INFO O| Sep 09 22:25:01.685 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-09-09T22:25:02.749Z[ recovery-image] Sep 09 22:25:01.695 INFO O| Sep 09 22:25:01.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
73602024-09-09T22:25:02.749Z[ recovery-image] Sep 09 22:25:01.695 INFO O| Sep 09 22:25:01.695 INFO STEP 1109 (remove_files) COMPLETE
73612024-09-09T22:25:02.751Z[ recovery-image] Sep 09 22:25:01.695 INFO O| Sep 09 22:25:01.695 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-09-09T22:25:02.759Z[ recovery-image] Sep 09 22:25:01.705 INFO O| Sep 09 22:25:01.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
73632024-09-09T22:25:02.759Z[ recovery-image] Sep 09 22:25:01.705 INFO O| Sep 09 22:25:01.705 INFO STEP 1110 (remove_files) COMPLETE
73642024-09-09T22:25:02.761Z[ recovery-image] Sep 09 22:25:01.705 INFO O| Sep 09 22:25:01.705 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-09-09T22:25:02.768Z[ recovery-image] Sep 09 22:25:01.714 INFO O| Sep 09 22:25:01.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
73662024-09-09T22:25:02.768Z[ recovery-image] Sep 09 22:25:01.714 INFO O| Sep 09 22:25:01.714 INFO STEP 1111 (remove_files) COMPLETE
73672024-09-09T22:25:02.771Z[ recovery-image] Sep 09 22:25:01.714 INFO O| Sep 09 22:25:01.714 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-09-09T22:25:02.778Z[ recovery-image] Sep 09 22:25:01.724 INFO O| Sep 09 22:25:01.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
73692024-09-09T22:25:02.779Z[ recovery-image] Sep 09 22:25:01.724 INFO O| Sep 09 22:25:01.724 INFO STEP 1112 (remove_files) COMPLETE
73702024-09-09T22:25:02.781Z[ recovery-image] Sep 09 22:25:01.724 INFO O| Sep 09 22:25:01.724 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-09-09T22:25:02.788Z[ recovery-image] Sep 09 22:25:01.734 INFO O| Sep 09 22:25:01.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
73722024-09-09T22:25:02.788Z[ recovery-image] Sep 09 22:25:01.734 INFO O| Sep 09 22:25:01.734 INFO STEP 1113 (remove_files) COMPLETE
73732024-09-09T22:25:02.791Z[ recovery-image] Sep 09 22:25:01.734 INFO O| Sep 09 22:25:01.734 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-09-09T22:25:02.798Z[ recovery-image] Sep 09 22:25:01.744 INFO O| Sep 09 22:25:01.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
73752024-09-09T22:25:02.798Z[ recovery-image] Sep 09 22:25:01.744 INFO O| Sep 09 22:25:01.744 INFO STEP 1114 (remove_files) COMPLETE
73762024-09-09T22:25:02.800Z[ recovery-image] Sep 09 22:25:01.744 INFO O| Sep 09 22:25:01.744 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-09-09T22:25:02.808Z[ recovery-image] Sep 09 22:25:01.753 INFO O| Sep 09 22:25:01.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
73782024-09-09T22:25:02.808Z[ recovery-image] Sep 09 22:25:01.753 INFO O| Sep 09 22:25:01.753 INFO STEP 1115 (remove_files) COMPLETE
73792024-09-09T22:25:02.810Z[ recovery-image] Sep 09 22:25:01.753 INFO O| Sep 09 22:25:01.753 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-09-09T22:25:02.817Z[ recovery-image] Sep 09 22:25:01.763 INFO O| Sep 09 22:25:01.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
73812024-09-09T22:25:02.817Z[ recovery-image] Sep 09 22:25:01.763 INFO O| Sep 09 22:25:01.763 INFO STEP 1116 (remove_files) COMPLETE
73822024-09-09T22:25:02.819Z[ recovery-image] Sep 09 22:25:01.763 INFO O| Sep 09 22:25:01.763 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-09-09T22:25:02.827Z[ recovery-image] Sep 09 22:25:01.772 INFO O| Sep 09 22:25:01.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
73842024-09-09T22:25:02.829Z[ recovery-image] Sep 09 22:25:01.773 INFO O| Sep 09 22:25:01.773 INFO STEP 1117 (remove_files) COMPLETE
73852024-09-09T22:25:02.829Z[ recovery-image] Sep 09 22:25:01.773 INFO O| Sep 09 22:25:01.773 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-09-09T22:25:02.836Z[ recovery-image] Sep 09 22:25:01.782 INFO O| Sep 09 22:25:01.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
73872024-09-09T22:25:02.836Z[ recovery-image] Sep 09 22:25:01.782 INFO O| Sep 09 22:25:01.782 INFO STEP 1118 (remove_files) COMPLETE
73882024-09-09T22:25:02.838Z[ recovery-image] Sep 09 22:25:01.782 INFO O| Sep 09 22:25:01.782 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-09-09T22:25:02.845Z[ recovery-image] Sep 09 22:25:01.791 INFO O| Sep 09 22:25:01.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
73902024-09-09T22:25:02.848Z[ recovery-image] Sep 09 22:25:01.791 INFO O| Sep 09 22:25:01.791 INFO STEP 1119 (remove_files) COMPLETE
73912024-09-09T22:25:02.848Z[ recovery-image] Sep 09 22:25:01.791 INFO O| Sep 09 22:25:01.791 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-09-09T22:25:02.855Z[ recovery-image] Sep 09 22:25:01.801 INFO O| Sep 09 22:25:01.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
73932024-09-09T22:25:02.855Z[ recovery-image] Sep 09 22:25:01.801 INFO O| Sep 09 22:25:01.801 INFO STEP 1120 (remove_files) COMPLETE
73942024-09-09T22:25:02.855Z[ recovery-image] Sep 09 22:25:01.801 INFO O| Sep 09 22:25:01.801 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-09-09T22:25:02.865Z[ recovery-image] Sep 09 22:25:01.811 INFO O| Sep 09 22:25:01.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
73962024-09-09T22:25:02.867Z[ recovery-image] Sep 09 22:25:01.811 INFO O| Sep 09 22:25:01.811 INFO STEP 1121 (remove_files) COMPLETE
73972024-09-09T22:25:02.867Z[ recovery-image] Sep 09 22:25:01.811 INFO O| Sep 09 22:25:01.811 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-09-09T22:25:02.874Z[ recovery-image] Sep 09 22:25:01.820 INFO O| Sep 09 22:25:01.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
73992024-09-09T22:25:02.874Z[ recovery-image] Sep 09 22:25:01.820 INFO O| Sep 09 22:25:01.820 INFO STEP 1122 (remove_files) COMPLETE
74002024-09-09T22:25:02.877Z[ recovery-image] Sep 09 22:25:01.820 INFO O| Sep 09 22:25:01.820 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-09-09T22:25:02.884Z[ recovery-image] Sep 09 22:25:01.830 INFO O| Sep 09 22:25:01.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74022024-09-09T22:25:02.884Z[ recovery-image] Sep 09 22:25:01.830 INFO O| Sep 09 22:25:01.830 INFO STEP 1123 (remove_files) COMPLETE
74032024-09-09T22:25:02.886Z[ recovery-image] Sep 09 22:25:01.830 INFO O| Sep 09 22:25:01.830 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-09-09T22:25:02.893Z[ recovery-image] Sep 09 22:25:01.839 INFO O| Sep 09 22:25:01.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74052024-09-09T22:25:02.894Z[ recovery-image] Sep 09 22:25:01.839 INFO O| Sep 09 22:25:01.839 INFO STEP 1124 (remove_files) COMPLETE
74062024-09-09T22:25:02.894Z[ recovery-image] Sep 09 22:25:01.839 INFO O| Sep 09 22:25:01.839 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-09-09T22:25:02.903Z[ recovery-image] Sep 09 22:25:01.849 INFO O| Sep 09 22:25:01.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
74082024-09-09T22:25:02.906Z[ recovery-image] Sep 09 22:25:01.850 INFO O| Sep 09 22:25:01.850 INFO STEP 1125 (remove_files) COMPLETE
74092024-09-09T22:25:02.906Z[ recovery-image] Sep 09 22:25:01.850 INFO O| Sep 09 22:25:01.850 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-09-09T22:25:02.913Z[ recovery-image] Sep 09 22:25:01.859 INFO O| Sep 09 22:25:01.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
74112024-09-09T22:25:02.913Z[ recovery-image] Sep 09 22:25:01.859 INFO O| Sep 09 22:25:01.859 INFO STEP 1126 (remove_files) COMPLETE
74122024-09-09T22:25:02.913Z[ recovery-image] Sep 09 22:25:01.859 INFO O| Sep 09 22:25:01.859 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-09-09T22:25:02.923Z[ recovery-image] Sep 09 22:25:01.869 INFO O| Sep 09 22:25:01.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
74142024-09-09T22:25:02.923Z[ recovery-image] Sep 09 22:25:01.869 INFO O| Sep 09 22:25:01.869 INFO STEP 1127 (remove_files) COMPLETE
74152024-09-09T22:25:02.923Z[ recovery-image] Sep 09 22:25:01.869 INFO O| Sep 09 22:25:01.869 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-09-09T22:25:02.932Z[ recovery-image] Sep 09 22:25:01.878 INFO O| Sep 09 22:25:01.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
74172024-09-09T22:25:02.935Z[ recovery-image] Sep 09 22:25:01.878 INFO O| Sep 09 22:25:01.878 INFO STEP 1128 (remove_files) COMPLETE
74182024-09-09T22:25:02.935Z[ recovery-image] Sep 09 22:25:01.878 INFO O| Sep 09 22:25:01.878 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-09-09T22:25:02.942Z[ recovery-image] Sep 09 22:25:01.888 INFO O| Sep 09 22:25:01.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
74202024-09-09T22:25:02.945Z[ recovery-image] Sep 09 22:25:01.888 INFO O| Sep 09 22:25:01.888 INFO STEP 1129 (remove_files) COMPLETE
74212024-09-09T22:25:02.945Z[ recovery-image] Sep 09 22:25:01.888 INFO O| Sep 09 22:25:01.888 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-09-09T22:25:02.951Z[ recovery-image] Sep 09 22:25:01.897 INFO O| Sep 09 22:25:01.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
74232024-09-09T22:25:02.951Z[ recovery-image] Sep 09 22:25:01.897 INFO O| Sep 09 22:25:01.897 INFO STEP 1130 (remove_files) COMPLETE
74242024-09-09T22:25:02.951Z[ recovery-image] Sep 09 22:25:01.897 INFO O| Sep 09 22:25:01.897 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-09-09T22:25:02.961Z[ recovery-image] Sep 09 22:25:01.907 INFO O| Sep 09 22:25:01.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74262024-09-09T22:25:02.961Z[ recovery-image] Sep 09 22:25:01.907 INFO O| Sep 09 22:25:01.907 INFO STEP 1131 (remove_files) COMPLETE
74272024-09-09T22:25:02.961Z[ recovery-image] Sep 09 22:25:01.907 INFO O| Sep 09 22:25:01.907 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-09-09T22:25:02.970Z[ recovery-image] Sep 09 22:25:01.916 INFO O| Sep 09 22:25:01.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74292024-09-09T22:25:02.973Z[ recovery-image] Sep 09 22:25:01.917 INFO O| Sep 09 22:25:01.917 INFO STEP 1132 (remove_files) COMPLETE
74302024-09-09T22:25:02.973Z[ recovery-image] Sep 09 22:25:01.917 INFO O| Sep 09 22:25:01.917 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-09-09T22:25:02.982Z[ recovery-image] Sep 09 22:25:01.928 INFO O| Sep 09 22:25:01.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74322024-09-09T22:25:02.982Z[ recovery-image] Sep 09 22:25:01.928 INFO O| Sep 09 22:25:01.928 INFO STEP 1133 (remove_files) COMPLETE
74332024-09-09T22:25:02.985Z[ recovery-image] Sep 09 22:25:01.928 INFO O| Sep 09 22:25:01.928 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-09-09T22:25:02.991Z[ recovery-image] Sep 09 22:25:01.937 INFO O| Sep 09 22:25:01.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
74352024-09-09T22:25:02.991Z[ recovery-image] Sep 09 22:25:01.937 INFO O| Sep 09 22:25:01.937 INFO STEP 1134 (remove_files) COMPLETE
74362024-09-09T22:25:02.994Z[ recovery-image] Sep 09 22:25:01.937 INFO O| Sep 09 22:25:01.937 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-09-09T22:25:03.001Z[ recovery-image] Sep 09 22:25:01.947 INFO O| Sep 09 22:25:01.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
74382024-09-09T22:25:03.004Z[ recovery-image] Sep 09 22:25:01.948 INFO O| Sep 09 22:25:01.948 INFO STEP 1135 (remove_files) COMPLETE
74392024-09-09T22:25:03.004Z[ recovery-image] Sep 09 22:25:01.948 INFO O| Sep 09 22:25:01.948 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-09-09T22:25:03.012Z[ recovery-image] Sep 09 22:25:01.958 INFO O| Sep 09 22:25:01.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
74412024-09-09T22:25:03.014Z[ recovery-image] Sep 09 22:25:01.959 INFO O| Sep 09 22:25:01.959 INFO STEP 1136 (remove_files) COMPLETE
74422024-09-09T22:25:03.014Z[ recovery-image] Sep 09 22:25:01.959 INFO O| Sep 09 22:25:01.959 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-09-09T22:25:03.022Z[ recovery-image] Sep 09 22:25:01.968 INFO O| Sep 09 22:25:01.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
74442024-09-09T22:25:03.025Z[ recovery-image] Sep 09 22:25:01.969 INFO O| Sep 09 22:25:01.969 INFO STEP 1137 (remove_files) COMPLETE
74452024-09-09T22:25:03.025Z[ recovery-image] Sep 09 22:25:01.969 INFO O| Sep 09 22:25:01.969 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-09-09T22:25:03.033Z[ recovery-image] Sep 09 22:25:01.979 INFO O| Sep 09 22:25:01.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
74472024-09-09T22:25:03.035Z[ recovery-image] Sep 09 22:25:01.979 INFO O| Sep 09 22:25:01.979 INFO STEP 1138 (remove_files) COMPLETE
74482024-09-09T22:25:03.035Z[ recovery-image] Sep 09 22:25:01.979 INFO O| Sep 09 22:25:01.979 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-09-09T22:25:03.043Z[ recovery-image] Sep 09 22:25:01.988 INFO O| Sep 09 22:25:01.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
74502024-09-09T22:25:03.043Z[ recovery-image] Sep 09 22:25:01.988 INFO O| Sep 09 22:25:01.988 INFO STEP 1139 (remove_files) COMPLETE
74512024-09-09T22:25:03.045Z[ recovery-image] Sep 09 22:25:01.989 INFO O| Sep 09 22:25:01.988 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-09-09T22:25:03.052Z[ recovery-image] Sep 09 22:25:01.998 INFO O| Sep 09 22:25:01.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
74532024-09-09T22:25:03.055Z[ recovery-image] Sep 09 22:25:01.998 INFO O| Sep 09 22:25:01.998 INFO STEP 1140 (remove_files) COMPLETE
74542024-09-09T22:25:03.055Z[ recovery-image] Sep 09 22:25:01.998 INFO O| Sep 09 22:25:01.998 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-09-09T22:25:03.065Z[ recovery-image] Sep 09 22:25:02.009 INFO O| Sep 09 22:25:02.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
74562024-09-09T22:25:03.068Z[ recovery-image] Sep 09 22:25:02.009 INFO O| Sep 09 22:25:02.009 INFO STEP 1141 (remove_files) COMPLETE
74572024-09-09T22:25:03.068Z[ recovery-image] Sep 09 22:25:02.009 INFO O| Sep 09 22:25:02.009 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-09-09T22:25:03.073Z[ recovery-image] Sep 09 22:25:02.019 INFO O| Sep 09 22:25:02.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
74592024-09-09T22:25:03.076Z[ recovery-image] Sep 09 22:25:02.019 INFO O| Sep 09 22:25:02.019 INFO STEP 1142 (remove_files) COMPLETE
74602024-09-09T22:25:03.076Z[ recovery-image] Sep 09 22:25:02.019 INFO O| Sep 09 22:25:02.019 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-09-09T22:25:03.082Z[ recovery-image] Sep 09 22:25:02.028 INFO O| Sep 09 22:25:02.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
74622024-09-09T22:25:03.082Z[ recovery-image] Sep 09 22:25:02.028 INFO O| Sep 09 22:25:02.028 INFO STEP 1143 (remove_files) COMPLETE
74632024-09-09T22:25:03.085Z[ recovery-image] Sep 09 22:25:02.028 INFO O| Sep 09 22:25:02.028 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-09-09T22:25:03.092Z[ recovery-image] Sep 09 22:25:02.038 INFO O| Sep 09 22:25:02.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
74652024-09-09T22:25:03.092Z[ recovery-image] Sep 09 22:25:02.038 INFO O| Sep 09 22:25:02.038 INFO STEP 1144 (remove_files) COMPLETE
74662024-09-09T22:25:03.095Z[ recovery-image] Sep 09 22:25:02.038 INFO O| Sep 09 22:25:02.038 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-09-09T22:25:03.103Z[ recovery-image] Sep 09 22:25:02.048 INFO O| Sep 09 22:25:02.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
74682024-09-09T22:25:03.103Z[ recovery-image] Sep 09 22:25:02.048 INFO O| Sep 09 22:25:02.048 INFO STEP 1145 (remove_files) COMPLETE
74692024-09-09T22:25:03.105Z[ recovery-image] Sep 09 22:25:02.048 INFO O| Sep 09 22:25:02.048 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-09-09T22:25:03.113Z[ recovery-image] Sep 09 22:25:02.058 INFO O| Sep 09 22:25:02.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
74712024-09-09T22:25:03.116Z[ recovery-image] Sep 09 22:25:02.058 INFO O| Sep 09 22:25:02.058 INFO STEP 1146 (remove_files) COMPLETE
74722024-09-09T22:25:03.116Z[ recovery-image] Sep 09 22:25:02.058 INFO O| Sep 09 22:25:02.058 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-09-09T22:25:03.123Z[ recovery-image] Sep 09 22:25:02.068 INFO O| Sep 09 22:25:02.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
74742024-09-09T22:25:03.126Z[ recovery-image] Sep 09 22:25:02.068 INFO O| Sep 09 22:25:02.068 INFO STEP 1147 (remove_files) COMPLETE
74752024-09-09T22:25:03.127Z[ recovery-image] Sep 09 22:25:02.068 INFO O| Sep 09 22:25:02.068 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-09-09T22:25:03.134Z[ recovery-image] Sep 09 22:25:02.078 INFO O| Sep 09 22:25:02.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
74772024-09-09T22:25:03.134Z[ recovery-image] Sep 09 22:25:02.078 INFO O| Sep 09 22:25:02.078 INFO STEP 1148 (remove_files) COMPLETE
74782024-09-09T22:25:03.137Z[ recovery-image] Sep 09 22:25:02.078 INFO O| Sep 09 22:25:02.078 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-09-09T22:25:03.142Z[ recovery-image] Sep 09 22:25:02.087 INFO O| Sep 09 22:25:02.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
74802024-09-09T22:25:03.142Z[ recovery-image] Sep 09 22:25:02.087 INFO O| Sep 09 22:25:02.087 INFO STEP 1149 (remove_files) COMPLETE
74812024-09-09T22:25:03.142Z[ recovery-image] Sep 09 22:25:02.087 INFO O| Sep 09 22:25:02.087 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-09-09T22:25:03.151Z[ recovery-image] Sep 09 22:25:02.097 INFO O| Sep 09 22:25:02.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
74832024-09-09T22:25:03.151Z[ recovery-image] Sep 09 22:25:02.097 INFO O| Sep 09 22:25:02.097 INFO STEP 1150 (remove_files) COMPLETE
74842024-09-09T22:25:03.151Z[ recovery-image] Sep 09 22:25:02.097 INFO O| Sep 09 22:25:02.097 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-09-09T22:25:03.161Z[ recovery-image] Sep 09 22:25:02.107 INFO O| Sep 09 22:25:02.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
74862024-09-09T22:25:03.163Z[ recovery-image] Sep 09 22:25:02.107 INFO O| Sep 09 22:25:02.107 INFO STEP 1151 (remove_files) COMPLETE
74872024-09-09T22:25:03.163Z[ recovery-image] Sep 09 22:25:02.107 INFO O| Sep 09 22:25:02.107 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-09-09T22:25:03.171Z[ recovery-image] Sep 09 22:25:02.117 INFO O| Sep 09 22:25:02.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
74892024-09-09T22:25:03.173Z[ recovery-image] Sep 09 22:25:02.117 INFO O| Sep 09 22:25:02.117 INFO STEP 1152 (remove_files) COMPLETE
74902024-09-09T22:25:03.173Z[ recovery-image] Sep 09 22:25:02.117 INFO O| Sep 09 22:25:02.117 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-09-09T22:25:03.181Z[ recovery-image] Sep 09 22:25:02.127 INFO O| Sep 09 22:25:02.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
74922024-09-09T22:25:03.181Z[ recovery-image] Sep 09 22:25:02.127 INFO O| Sep 09 22:25:02.127 INFO STEP 1153 (remove_files) COMPLETE
74932024-09-09T22:25:03.181Z[ recovery-image] Sep 09 22:25:02.127 INFO O| Sep 09 22:25:02.127 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-09-09T22:25:03.191Z[ recovery-image] Sep 09 22:25:02.137 INFO O| Sep 09 22:25:02.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
74952024-09-09T22:25:03.191Z[ recovery-image] Sep 09 22:25:02.137 INFO O| Sep 09 22:25:02.137 INFO STEP 1154 (remove_files) COMPLETE
74962024-09-09T22:25:03.191Z[ recovery-image] Sep 09 22:25:02.137 INFO O| Sep 09 22:25:02.137 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-09-09T22:25:03.201Z[ recovery-image] Sep 09 22:25:02.146 INFO O| Sep 09 22:25:02.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
74982024-09-09T22:25:03.201Z[ recovery-image] Sep 09 22:25:02.146 INFO O| Sep 09 22:25:02.146 INFO STEP 1155 (remove_files) COMPLETE
74992024-09-09T22:25:03.203Z[ recovery-image] Sep 09 22:25:02.146 INFO O| Sep 09 22:25:02.146 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-09-09T22:25:03.210Z[ recovery-image] Sep 09 22:25:02.156 INFO O| Sep 09 22:25:02.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75012024-09-09T22:25:03.210Z[ recovery-image] Sep 09 22:25:02.156 INFO O| Sep 09 22:25:02.156 INFO STEP 1156 (remove_files) COMPLETE
75022024-09-09T22:25:03.212Z[ recovery-image] Sep 09 22:25:02.156 INFO O| Sep 09 22:25:02.156 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-09-09T22:25:03.220Z[ recovery-image] Sep 09 22:25:02.166 INFO O| Sep 09 22:25:02.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75042024-09-09T22:25:03.222Z[ recovery-image] Sep 09 22:25:02.166 INFO O| Sep 09 22:25:02.166 INFO STEP 1157 (remove_files) COMPLETE
75052024-09-09T22:25:03.223Z[ recovery-image] Sep 09 22:25:02.166 INFO O| Sep 09 22:25:02.166 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-09-09T22:25:03.229Z[ recovery-image] Sep 09 22:25:02.175 INFO O| Sep 09 22:25:02.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
75072024-09-09T22:25:03.229Z[ recovery-image] Sep 09 22:25:02.175 INFO O| Sep 09 22:25:02.175 INFO STEP 1158 (remove_files) COMPLETE
75082024-09-09T22:25:03.229Z[ recovery-image] Sep 09 22:25:02.175 INFO O| Sep 09 22:25:02.175 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-09-09T22:25:03.239Z[ recovery-image] Sep 09 22:25:02.185 INFO O| Sep 09 22:25:02.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
75102024-09-09T22:25:03.239Z[ recovery-image] Sep 09 22:25:02.185 INFO O| Sep 09 22:25:02.185 INFO STEP 1159 (remove_files) COMPLETE
75112024-09-09T22:25:03.239Z[ recovery-image] Sep 09 22:25:02.185 INFO O| Sep 09 22:25:02.185 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-09-09T22:25:03.249Z[ recovery-image] Sep 09 22:25:02.194 INFO O| Sep 09 22:25:02.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
75132024-09-09T22:25:03.249Z[ recovery-image] Sep 09 22:25:02.194 INFO O| Sep 09 22:25:02.194 INFO STEP 1160 (remove_files) COMPLETE
75142024-09-09T22:25:03.251Z[ recovery-image] Sep 09 22:25:02.194 INFO O| Sep 09 22:25:02.194 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-09-09T22:25:03.258Z[ recovery-image] Sep 09 22:25:02.204 INFO O| Sep 09 22:25:02.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
75162024-09-09T22:25:03.258Z[ recovery-image] Sep 09 22:25:02.204 INFO O| Sep 09 22:25:02.204 INFO STEP 1161 (remove_files) COMPLETE
75172024-09-09T22:25:03.261Z[ recovery-image] Sep 09 22:25:02.204 INFO O| Sep 09 22:25:02.204 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-09-09T22:25:03.268Z[ recovery-image] Sep 09 22:25:02.214 INFO O| Sep 09 22:25:02.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
75192024-09-09T22:25:03.268Z[ recovery-image] Sep 09 22:25:02.214 INFO O| Sep 09 22:25:02.214 INFO STEP 1162 (remove_files) COMPLETE
75202024-09-09T22:25:03.270Z[ recovery-image] Sep 09 22:25:02.214 INFO O| Sep 09 22:25:02.214 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-09-09T22:25:03.277Z[ recovery-image] Sep 09 22:25:02.223 INFO O| Sep 09 22:25:02.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
75222024-09-09T22:25:03.280Z[ recovery-image] Sep 09 22:25:02.223 INFO O| Sep 09 22:25:02.223 INFO STEP 1163 (remove_files) COMPLETE
75232024-09-09T22:25:03.280Z[ recovery-image] Sep 09 22:25:02.223 INFO O| Sep 09 22:25:02.223 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-09-09T22:25:03.287Z[ recovery-image] Sep 09 22:25:02.233 INFO O| Sep 09 22:25:02.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
75252024-09-09T22:25:03.289Z[ recovery-image] Sep 09 22:25:02.233 INFO O| Sep 09 22:25:02.233 INFO STEP 1164 (remove_files) COMPLETE
75262024-09-09T22:25:03.289Z[ recovery-image] Sep 09 22:25:02.233 INFO O| Sep 09 22:25:02.233 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-09-09T22:25:03.296Z[ recovery-image] Sep 09 22:25:02.242 INFO O| Sep 09 22:25:02.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75282024-09-09T22:25:03.296Z[ recovery-image] Sep 09 22:25:02.242 INFO O| Sep 09 22:25:02.242 INFO STEP 1165 (remove_files) COMPLETE
75292024-09-09T22:25:03.296Z[ recovery-image] Sep 09 22:25:02.242 INFO O| Sep 09 22:25:02.242 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-09-09T22:25:03.306Z[ recovery-image] Sep 09 22:25:02.251 INFO O| Sep 09 22:25:02.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75312024-09-09T22:25:03.306Z[ recovery-image] Sep 09 22:25:02.252 INFO O| Sep 09 22:25:02.251 INFO STEP 1166 (remove_files) COMPLETE
75322024-09-09T22:25:03.308Z[ recovery-image] Sep 09 22:25:02.252 INFO O| Sep 09 22:25:02.251 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-09-09T22:25:03.315Z[ recovery-image] Sep 09 22:25:02.261 INFO O| Sep 09 22:25:02.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
75342024-09-09T22:25:03.315Z[ recovery-image] Sep 09 22:25:02.261 INFO O| Sep 09 22:25:02.261 INFO STEP 1167 (remove_files) COMPLETE
75352024-09-09T22:25:03.315Z[ recovery-image] Sep 09 22:25:02.261 INFO O| Sep 09 22:25:02.261 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-09-09T22:25:03.325Z[ recovery-image] Sep 09 22:25:02.270 INFO O| Sep 09 22:25:02.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
75372024-09-09T22:25:03.327Z[ recovery-image] Sep 09 22:25:02.271 INFO O| Sep 09 22:25:02.271 INFO STEP 1168 (remove_files) COMPLETE
75382024-09-09T22:25:03.327Z[ recovery-image] Sep 09 22:25:02.271 INFO O| Sep 09 22:25:02.271 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-09-09T22:25:03.334Z[ recovery-image] Sep 09 22:25:02.280 INFO O| Sep 09 22:25:02.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
75402024-09-09T22:25:03.334Z[ recovery-image] Sep 09 22:25:02.280 INFO O| Sep 09 22:25:02.280 INFO STEP 1169 (remove_files) COMPLETE
75412024-09-09T22:25:03.336Z[ recovery-image] Sep 09 22:25:02.280 INFO O| Sep 09 22:25:02.280 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-09-09T22:25:03.344Z[ recovery-image] Sep 09 22:25:02.289 INFO O| Sep 09 22:25:02.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
75432024-09-09T22:25:03.344Z[ recovery-image] Sep 09 22:25:02.289 INFO O| Sep 09 22:25:02.289 INFO STEP 1170 (remove_files) COMPLETE
75442024-09-09T22:25:03.346Z[ recovery-image] Sep 09 22:25:02.289 INFO O| Sep 09 22:25:02.289 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-09-09T22:25:03.353Z[ recovery-image] Sep 09 22:25:02.299 INFO O| Sep 09 22:25:02.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
75462024-09-09T22:25:03.355Z[ recovery-image] Sep 09 22:25:02.299 INFO O| Sep 09 22:25:02.299 INFO STEP 1171 (remove_files) COMPLETE
75472024-09-09T22:25:03.355Z[ recovery-image] Sep 09 22:25:02.299 INFO O| Sep 09 22:25:02.299 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-09-09T22:25:03.363Z[ recovery-image] Sep 09 22:25:02.309 INFO O| Sep 09 22:25:02.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
75492024-09-09T22:25:03.363Z[ recovery-image] Sep 09 22:25:02.309 INFO O| Sep 09 22:25:02.309 INFO STEP 1172 (remove_files) COMPLETE
75502024-09-09T22:25:03.365Z[ recovery-image] Sep 09 22:25:02.309 INFO O| Sep 09 22:25:02.309 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-09-09T22:25:03.373Z[ recovery-image] Sep 09 22:25:02.318 INFO O| Sep 09 22:25:02.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
75522024-09-09T22:25:03.375Z[ recovery-image] Sep 09 22:25:02.319 INFO O| Sep 09 22:25:02.319 INFO STEP 1173 (remove_files) COMPLETE
75532024-09-09T22:25:03.375Z[ recovery-image] Sep 09 22:25:02.319 INFO O| Sep 09 22:25:02.319 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-09-09T22:25:03.382Z[ recovery-image] Sep 09 22:25:02.328 INFO O| Sep 09 22:25:02.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
75552024-09-09T22:25:03.382Z[ recovery-image] Sep 09 22:25:02.328 INFO O| Sep 09 22:25:02.328 INFO STEP 1174 (remove_files) COMPLETE
75562024-09-09T22:25:03.382Z[ recovery-image] Sep 09 22:25:02.328 INFO O| Sep 09 22:25:02.328 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-09-09T22:25:03.392Z[ recovery-image] Sep 09 22:25:02.338 INFO O| Sep 09 22:25:02.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
75582024-09-09T22:25:03.392Z[ recovery-image] Sep 09 22:25:02.338 INFO O| Sep 09 22:25:02.338 INFO STEP 1175 (remove_files) COMPLETE
75592024-09-09T22:25:03.392Z[ recovery-image] Sep 09 22:25:02.338 INFO O| Sep 09 22:25:02.338 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-09-09T22:25:03.402Z[ recovery-image] Sep 09 22:25:02.348 INFO O| Sep 09 22:25:02.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
75612024-09-09T22:25:03.402Z[ recovery-image] Sep 09 22:25:02.348 INFO O| Sep 09 22:25:02.348 INFO STEP 1176 (remove_files) COMPLETE
75622024-09-09T22:25:03.402Z[ recovery-image] Sep 09 22:25:02.348 INFO O| Sep 09 22:25:02.348 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-09-09T22:25:03.412Z[ recovery-image] Sep 09 22:25:02.358 INFO O| Sep 09 22:25:02.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
75642024-09-09T22:25:03.415Z[ recovery-image] Sep 09 22:25:02.358 INFO O| Sep 09 22:25:02.358 INFO STEP 1177 (remove_files) COMPLETE
75652024-09-09T22:25:03.415Z[ recovery-image] Sep 09 22:25:02.358 INFO O| Sep 09 22:25:02.358 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-09-09T22:25:03.425Z[ recovery-image] Sep 09 22:25:02.370 INFO O| Sep 09 22:25:02.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
75672024-09-09T22:25:03.425Z[ recovery-image] Sep 09 22:25:02.370 INFO O| Sep 09 22:25:02.370 INFO STEP 1178 (remove_files) COMPLETE
75682024-09-09T22:25:03.427Z[ recovery-image] Sep 09 22:25:02.370 INFO O| Sep 09 22:25:02.370 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-09-09T22:25:03.436Z[ recovery-image] Sep 09 22:25:02.382 INFO O| Sep 09 22:25:02.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
75702024-09-09T22:25:03.436Z[ recovery-image] Sep 09 22:25:02.382 INFO O| Sep 09 22:25:02.382 INFO STEP 1179 (remove_files) COMPLETE
75712024-09-09T22:25:03.438Z[ recovery-image] Sep 09 22:25:02.382 INFO O| Sep 09 22:25:02.382 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-09-09T22:25:03.446Z[ recovery-image] Sep 09 22:25:02.392 INFO O| Sep 09 22:25:02.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
75732024-09-09T22:25:03.446Z[ recovery-image] Sep 09 22:25:02.392 INFO O| Sep 09 22:25:02.392 INFO STEP 1180 (remove_files) COMPLETE
75742024-09-09T22:25:03.446Z[ recovery-image] Sep 09 22:25:02.392 INFO O| Sep 09 22:25:02.392 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-09-09T22:25:03.456Z[ recovery-image] Sep 09 22:25:02.401 INFO O| Sep 09 22:25:02.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
75762024-09-09T22:25:03.456Z[ recovery-image] Sep 09 22:25:02.401 INFO O| Sep 09 22:25:02.401 INFO STEP 1181 (remove_files) COMPLETE
75772024-09-09T22:25:03.456Z[ recovery-image] Sep 09 22:25:02.401 INFO O| Sep 09 22:25:02.401 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-09-09T22:25:03.466Z[ recovery-image] Sep 09 22:25:02.411 INFO O| Sep 09 22:25:02.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
75792024-09-09T22:25:03.466Z[ recovery-image] Sep 09 22:25:02.411 INFO O| Sep 09 22:25:02.411 INFO STEP 1182 (remove_files) COMPLETE
75802024-09-09T22:25:03.468Z[ recovery-image] Sep 09 22:25:02.411 INFO O| Sep 09 22:25:02.411 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-09-09T22:25:03.476Z[ recovery-image] Sep 09 22:25:02.422 INFO O| Sep 09 22:25:02.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
75822024-09-09T22:25:03.476Z[ recovery-image] Sep 09 22:25:02.422 INFO O| Sep 09 22:25:02.422 INFO STEP 1183 (remove_files) COMPLETE
75832024-09-09T22:25:03.478Z[ recovery-image] Sep 09 22:25:02.422 INFO O| Sep 09 22:25:02.422 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-09-09T22:25:03.486Z[ recovery-image] Sep 09 22:25:02.432 INFO O| Sep 09 22:25:02.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
75852024-09-09T22:25:03.488Z[ recovery-image] Sep 09 22:25:02.432 INFO O| Sep 09 22:25:02.432 INFO STEP 1184 (remove_files) COMPLETE
75862024-09-09T22:25:03.489Z[ recovery-image] Sep 09 22:25:02.432 INFO O| Sep 09 22:25:02.432 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-09-09T22:25:03.497Z[ recovery-image] Sep 09 22:25:02.442 INFO O| Sep 09 22:25:02.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
75882024-09-09T22:25:03.499Z[ recovery-image] Sep 09 22:25:02.443 INFO O| Sep 09 22:25:02.443 INFO STEP 1185 (remove_files) COMPLETE
75892024-09-09T22:25:03.499Z[ recovery-image] Sep 09 22:25:02.443 INFO O| Sep 09 22:25:02.443 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-09-09T22:25:03.507Z[ recovery-image] Sep 09 22:25:02.452 INFO O| Sep 09 22:25:02.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
75912024-09-09T22:25:03.507Z[ recovery-image] Sep 09 22:25:02.453 INFO O| Sep 09 22:25:02.452 INFO STEP 1186 (remove_files) COMPLETE
75922024-09-09T22:25:03.507Z[ recovery-image] Sep 09 22:25:02.453 INFO O| Sep 09 22:25:02.453 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-09-09T22:25:03.517Z[ recovery-image] Sep 09 22:25:02.462 INFO O| Sep 09 22:25:02.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
75942024-09-09T22:25:03.517Z[ recovery-image] Sep 09 22:25:02.462 INFO O| Sep 09 22:25:02.462 INFO STEP 1187 (remove_files) COMPLETE
75952024-09-09T22:25:03.517Z[ recovery-image] Sep 09 22:25:02.462 INFO O| Sep 09 22:25:02.462 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-09-09T22:25:03.526Z[ recovery-image] Sep 09 22:25:02.472 INFO O| Sep 09 22:25:02.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
75972024-09-09T22:25:03.526Z[ recovery-image] Sep 09 22:25:02.472 INFO O| Sep 09 22:25:02.472 INFO STEP 1188 (remove_files) COMPLETE
75982024-09-09T22:25:03.526Z[ recovery-image] Sep 09 22:25:02.472 INFO O| Sep 09 22:25:02.472 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-09-09T22:25:03.536Z[ recovery-image] Sep 09 22:25:02.481 INFO O| Sep 09 22:25:02.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76002024-09-09T22:25:03.539Z[ recovery-image] Sep 09 22:25:02.482 INFO O| Sep 09 22:25:02.481 INFO STEP 1189 (remove_files) COMPLETE
76012024-09-09T22:25:03.539Z[ recovery-image] Sep 09 22:25:02.482 INFO O| Sep 09 22:25:02.481 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-09-09T22:25:03.545Z[ recovery-image] Sep 09 22:25:02.491 INFO O| Sep 09 22:25:02.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76032024-09-09T22:25:03.545Z[ recovery-image] Sep 09 22:25:02.491 INFO O| Sep 09 22:25:02.491 INFO STEP 1190 (remove_files) COMPLETE
76042024-09-09T22:25:03.548Z[ recovery-image] Sep 09 22:25:02.491 INFO O| Sep 09 22:25:02.491 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-09-09T22:25:03.555Z[ recovery-image] Sep 09 22:25:02.501 INFO O| Sep 09 22:25:02.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
76062024-09-09T22:25:03.555Z[ recovery-image] Sep 09 22:25:02.501 INFO O| Sep 09 22:25:02.501 INFO STEP 1191 (remove_files) COMPLETE
76072024-09-09T22:25:03.558Z[ recovery-image] Sep 09 22:25:02.501 INFO O| Sep 09 22:25:02.501 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-09-09T22:25:03.564Z[ recovery-image] Sep 09 22:25:02.510 INFO O| Sep 09 22:25:02.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
76092024-09-09T22:25:03.564Z[ recovery-image] Sep 09 22:25:02.510 INFO O| Sep 09 22:25:02.510 INFO STEP 1192 (remove_files) COMPLETE
76102024-09-09T22:25:03.564Z[ recovery-image] Sep 09 22:25:02.510 INFO O| Sep 09 22:25:02.510 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-09-09T22:25:03.574Z[ recovery-image] Sep 09 22:25:02.520 INFO O| Sep 09 22:25:02.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
76122024-09-09T22:25:03.574Z[ recovery-image] Sep 09 22:25:02.520 INFO O| Sep 09 22:25:02.520 INFO STEP 1193 (remove_files) COMPLETE
76132024-09-09T22:25:03.574Z[ recovery-image] Sep 09 22:25:02.520 INFO O| Sep 09 22:25:02.520 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-09-09T22:25:03.583Z[ recovery-image] Sep 09 22:25:02.529 INFO O| Sep 09 22:25:02.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
76152024-09-09T22:25:03.583Z[ recovery-image] Sep 09 22:25:02.529 INFO O| Sep 09 22:25:02.529 INFO STEP 1194 (remove_files) COMPLETE
76162024-09-09T22:25:03.586Z[ recovery-image] Sep 09 22:25:02.529 INFO O| Sep 09 22:25:02.529 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-09-09T22:25:03.593Z[ recovery-image] Sep 09 22:25:02.539 INFO O| Sep 09 22:25:02.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
76182024-09-09T22:25:03.593Z[ recovery-image] Sep 09 22:25:02.539 INFO O| Sep 09 22:25:02.539 INFO STEP 1195 (remove_files) COMPLETE
76192024-09-09T22:25:03.593Z[ recovery-image] Sep 09 22:25:02.539 INFO O| Sep 09 22:25:02.539 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-09-09T22:25:03.603Z[ recovery-image] Sep 09 22:25:02.548 INFO O| Sep 09 22:25:02.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
76212024-09-09T22:25:03.603Z[ recovery-image] Sep 09 22:25:02.549 INFO O| Sep 09 22:25:02.549 INFO STEP 1196 (remove_files) COMPLETE
76222024-09-09T22:25:03.605Z[ recovery-image] Sep 09 22:25:02.549 INFO O| Sep 09 22:25:02.549 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-09-09T22:25:03.612Z[ recovery-image] Sep 09 22:25:02.558 INFO O| Sep 09 22:25:02.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
76242024-09-09T22:25:03.612Z[ recovery-image] Sep 09 22:25:02.558 INFO O| Sep 09 22:25:02.558 INFO STEP 1197 (remove_files) COMPLETE
76252024-09-09T22:25:03.615Z[ recovery-image] Sep 09 22:25:02.558 INFO O| Sep 09 22:25:02.558 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-09-09T22:25:03.622Z[ recovery-image] Sep 09 22:25:02.567 INFO O| Sep 09 22:25:02.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76272024-09-09T22:25:03.624Z[ recovery-image] Sep 09 22:25:02.568 INFO O| Sep 09 22:25:02.568 INFO STEP 1198 (remove_files) COMPLETE
76282024-09-09T22:25:03.624Z[ recovery-image] Sep 09 22:25:02.568 INFO O| Sep 09 22:25:02.568 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-09-09T22:25:03.631Z[ recovery-image] Sep 09 22:25:02.577 INFO O| Sep 09 22:25:02.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76302024-09-09T22:25:03.634Z[ recovery-image] Sep 09 22:25:02.577 INFO O| Sep 09 22:25:02.577 INFO STEP 1199 (remove_files) COMPLETE
76312024-09-09T22:25:03.634Z[ recovery-image] Sep 09 22:25:02.577 INFO O| Sep 09 22:25:02.577 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-09-09T22:25:03.641Z[ recovery-image] Sep 09 22:25:02.586 INFO O| Sep 09 22:25:02.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76332024-09-09T22:25:03.641Z[ recovery-image] Sep 09 22:25:02.587 INFO O| Sep 09 22:25:02.587 INFO STEP 1200 (remove_files) COMPLETE
76342024-09-09T22:25:03.644Z[ recovery-image] Sep 09 22:25:02.587 INFO O| Sep 09 22:25:02.587 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-09-09T22:25:03.650Z[ recovery-image] Sep 09 22:25:02.596 INFO O| Sep 09 22:25:02.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
76362024-09-09T22:25:03.650Z[ recovery-image] Sep 09 22:25:02.596 INFO O| Sep 09 22:25:02.596 INFO STEP 1201 (remove_files) COMPLETE
76372024-09-09T22:25:03.650Z[ recovery-image] Sep 09 22:25:02.596 INFO O| Sep 09 22:25:02.596 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-09-09T22:25:03.660Z[ recovery-image] Sep 09 22:25:02.605 INFO O| Sep 09 22:25:02.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
76392024-09-09T22:25:03.662Z[ recovery-image] Sep 09 22:25:02.605 INFO O| Sep 09 22:25:02.605 INFO STEP 1202 (remove_files) COMPLETE
76402024-09-09T22:25:03.662Z[ recovery-image] Sep 09 22:25:02.605 INFO O| Sep 09 22:25:02.605 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-09-09T22:25:03.669Z[ recovery-image] Sep 09 22:25:02.615 INFO O| Sep 09 22:25:02.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
76422024-09-09T22:25:03.669Z[ recovery-image] Sep 09 22:25:02.615 INFO O| Sep 09 22:25:02.615 INFO STEP 1203 (remove_files) COMPLETE
76432024-09-09T22:25:03.672Z[ recovery-image] Sep 09 22:25:02.615 INFO O| Sep 09 22:25:02.615 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-09-09T22:25:03.679Z[ recovery-image] Sep 09 22:25:02.625 INFO O| Sep 09 22:25:02.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
76452024-09-09T22:25:03.681Z[ recovery-image] Sep 09 22:25:02.625 INFO O| Sep 09 22:25:02.625 INFO STEP 1204 (remove_files) COMPLETE
76462024-09-09T22:25:03.681Z[ recovery-image] Sep 09 22:25:02.625 INFO O| Sep 09 22:25:02.625 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-09-09T22:25:03.689Z[ recovery-image] Sep 09 22:25:02.634 INFO O| Sep 09 22:25:02.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
76482024-09-09T22:25:03.689Z[ recovery-image] Sep 09 22:25:02.634 INFO O| Sep 09 22:25:02.634 INFO STEP 1205 (remove_files) COMPLETE
76492024-09-09T22:25:03.691Z[ recovery-image] Sep 09 22:25:02.634 INFO O| Sep 09 22:25:02.634 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
76502024-09-09T22:25:03.703Z[ recovery-image] Sep 09 22:25:02.649 INFO O| Sep 09 22:25:02.649 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
76512024-09-09T22:25:03.706Z[ recovery-image] Sep 09 22:25:02.649 INFO O| Sep 09 22:25:02.649 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
76522024-09-09T22:25:04.406Z[ recovery-image] Sep 09 22:25:03.350 INFO O| Sep 09 22:25:03.350 INFO STEP 1206 (pack_tar) COMPLETE
76532024-09-09T22:25:04.406Z[ recovery-image] Sep 09 22:25:03.350 INFO O| Sep 09 22:25:03.350 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76542024-09-09T22:25:04.406Z[ recovery-image] Sep 09 22:25:03.350 INFO O| Sep 09 22:25:03.350 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76552024-09-09T22:25:04.641Z[ recovery-image] Sep 09 22:25:03.586 INFO O| Sep 09 22:25:03.586 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
76562024-09-09T22:25:04.646Z[ host-image] Sep 09 22:25:03.591 INFO O| Sep 09 22:25:03.591 INFO O| Download: Completed 8.42 MB in 4.02 seconds (2.1M/s)
76572024-09-09T22:25:04.733Z[ recovery-image] Sep 09 22:25:03.678 INFO O| Sep 09 22:25:03.678 INFO completed processing gimlet/ramdisk-03-recovery-trim
76582024-09-09T22:25:04.739Z[ recovery-image] Sep 09 22:25:03.685 INFO image builder template: zfs-recovery...
76592024-09-09T22:25:04.739Z[ recovery-image] Sep 09 22:25:03.685 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/.tmpk1xqE7/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
76602024-09-09T22:25:04.766Z[ host-image] Sep 09 22:25:03.711 INFO O| Sep 09 22:25:03.711 INFO O| Actions: 1/1361 actions (Installing new actions)
76612024-09-09T22:25:04.771Z[ recovery-image] Sep 09 22:25:03.716 INFO O| Sep 09 22:25:03.716 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76622024-09-09T22:25:04.775Z[ recovery-image] Sep 09 22:25:03.720 INFO O| Sep 09 22:25:03.720 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76632024-09-09T22:25:04.861Z[ recovery-image] Sep 09 22:25:03.806 INFO O| Sep 09 22:25:03.806 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
76642024-09-09T22:25:04.930Z[ recovery-image] Sep 09 22:25:03.875 INFO O| Sep 09 22:25:03.875 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76652024-09-09T22:25:04.930Z[ recovery-image] Sep 09 22:25:03.876 INFO O| Sep 09 22:25:03.876 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
76662024-09-09T22:25:04.934Z[ recovery-image] Sep 09 22:25:03.880 INFO O| Sep 09 22:25:03.880 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
76672024-09-09T22:25:05.027Z[ recovery-image] Sep 09 22:25:03.973 INFO O| Sep 09 22:25:03.973 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
76682024-09-09T22:25:05.097Z[ recovery-image] Sep 09 22:25:04.042 INFO O| Sep 09 22:25:04.042 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
76692024-09-09T22:25:05.107Z[ recovery-image] Sep 09 22:25:04.052 INFO O| Sep 09 22:25:04.052 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76702024-09-09T22:25:05.111Z[ recovery-image] Sep 09 22:25:04.057 INFO O| Sep 09 22:25:04.057 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
76712024-09-09T22:25:05.114Z[ recovery-image] Sep 09 22:25:04.058 INFO O| Sep 09 22:25:04.058 INFO no lofi found
76722024-09-09T22:25:05.114Z[ recovery-image] Sep 09 22:25:04.058 INFO O| Sep 09 22:25:04.058 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
76732024-09-09T22:25:05.114Z[ recovery-image] Sep 09 22:25:04.058 INFO O| Sep 09 22:25:04.058 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76742024-09-09T22:25:05.193Z[ host-image] Sep 09 22:25:04.138 INFO O| Sep 09 22:25:04.138 INFO O| Actions: Completed 1361 actions in 0.43 seconds.
76752024-09-09T22:25:05.469Z[ host-image] Sep 09 22:25:04.414 INFO O| Sep 09 22:25:04.414 INFO O| Done
76762024-09-09T22:25:05.469Z[ host-image] Sep 09 22:25:04.414 INFO O| Sep 09 22:25:04.414 INFO O| Done
76772024-09-09T22:25:05.902Z[ host-image] Sep 09 22:25:04.800 INFO O| Sep 09 22:25:04.800 INFO O| Done
76782024-09-09T22:25:06.969Z[ host-image] Sep 09 22:25:05.913 INFO O| Sep 09 22:25:05.913 INFO O| Done
76792024-09-09T22:25:06.990Z[ host-image] Sep 09 22:25:05.935 INFO O| Sep 09 22:25:05.935 INFO O| Done
76802024-09-09T22:25:06.993Z[ host-image] Sep 09 22:25:05.936 INFO O| Sep 09 22:25:05.936 INFO O| Done
76812024-09-09T22:25:07.028Z[ host-image] Sep 09 22:25:05.973 INFO O| Sep 09 22:25:05.973 INFO O| Done
76822024-09-09T22:25:07.065Z[ recovery-image] Sep 09 22:25:06.010 INFO O| Sep 09 22:25:06.010 INFO lofi device = /dev/dsk/c2t1d0p0
76832024-09-09T22:25:07.065Z[ recovery-image] Sep 09 22:25:06.010 INFO O| Sep 09 22:25:06.010 INFO pool device = /dev/dsk/c2t1d0p0
76842024-09-09T22:25:07.068Z[ recovery-image] Sep 09 22:25:06.010 INFO O| Sep 09 22:25:06.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
76852024-09-09T22:25:07.140Z[ host-image] Sep 09 22:25:06.084 INFO O| Sep 09 22:25:06.084 INFO STEP 13 (pkg_install) COMPLETE
76862024-09-09T22:25:07.140Z[ host-image] Sep 09 22:25:06.085 INFO O| Sep 09 22:25:06.084 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
76872024-09-09T22:25:07.142Z[ recovery-image] Sep 09 22:25:06.085 INFO O| Sep 09 22:25:06.085 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76882024-09-09T22:25:07.143Z[ recovery-image] Sep 09 22:25:06.085 INFO O| Sep 09 22:25:06.085 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
76892024-09-09T22:25:07.152Z[ host-image] Sep 09 22:25:06.097 INFO O| Sep 09 22:25:06.097 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
76902024-09-09T22:25:07.161Z[ recovery-image] Sep 09 22:25:06.106 INFO O| Sep 09 22:25:06.106 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
76912024-09-09T22:25:07.220Z[ recovery-image] Sep 09 22:25:06.165 INFO O| Sep 09 22:25:06.165 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
76922024-09-09T22:25:07.256Z[ recovery-image] Sep 09 22:25:06.201 INFO O| Sep 09 22:25:06.201 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
76932024-09-09T22:25:07.270Z[ recovery-image] Sep 09 22:25:06.215 INFO O| Sep 09 22:25:06.215 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
76942024-09-09T22:25:07.280Z[ recovery-image] Sep 09 22:25:06.225 INFO O| Sep 09 22:25:06.225 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
76952024-09-09T22:25:07.326Z[ recovery-image] Sep 09 22:25:06.271 INFO O| Sep 09 22:25:06.271 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76962024-09-09T22:25:07.328Z[ recovery-image] Sep 09 22:25:06.271 INFO O| Sep 09 22:25:06.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76972024-09-09T22:25:07.328Z[ recovery-image] Sep 09 22:25:06.271 INFO O| Sep 09 22:25:06.271 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76982024-09-09T22:25:07.338Z[ recovery-image] Sep 09 22:25:06.282 INFO O| Sep 09 22:25:06.282 INFO boot environment UUID: 2aa2e0f9-73a3-405c-bccb-f2e83679ceb2
76992024-09-09T22:25:07.338Z[ recovery-image] Sep 09 22:25:06.283 INFO O| Sep 09 22:25:06.282 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2aa2e0f9-73a3-405c-bccb-f2e83679ceb2
77002024-09-09T22:25:07.348Z[ recovery-image] Sep 09 22:25:06.293 INFO O| Sep 09 22:25:06.293 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
77012024-09-09T22:25:07.359Z[ recovery-image] Sep 09 22:25:06.304 INFO O| Sep 09 22:25:06.304 INFO STEP 0 (create_be) COMPLETE
77022024-09-09T22:25:07.359Z[ recovery-image] Sep 09 22:25:06.304 INFO O| Sep 09 22:25:06.304 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77032024-09-09T22:25:07.376Z[ recovery-image] Sep 09 22:25:06.321 INFO O| Sep 09 22:25:06.320 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"]
77042024-09-09T22:25:07.967Z[ host-image] Sep 09 22:25:06.911 INFO O| Sep 09 22:25:06.911 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
77052024-09-09T22:25:09.176Z[ recovery-image] Sep 09 22:25:08.121 INFO O| Sep 09 22:25:08.121 INFO STEP 1 (unpack_tar) COMPLETE
77062024-09-09T22:25:09.177Z[ recovery-image] Sep 09 22:25:08.121 INFO O| Sep 09 22:25:08.121 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77072024-09-09T22:25:09.188Z[ recovery-image] Sep 09 22:25:08.132 INFO O| Sep 09 22:25:08.132 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77082024-09-09T22:25:09.572Z[ recovery-image] Sep 09 22:25:08.517 INFO O| Sep 09 22:25:08.516 INFO STEP 2 (devfsadm) COMPLETE
77092024-09-09T22:25:09.572Z[ recovery-image] Sep 09 22:25:08.517 INFO O| Sep 09 22:25:08.516 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77102024-09-09T22:25:09.584Z[ recovery-image] Sep 09 22:25:08.528 INFO O| Sep 09 22:25:08.528 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77112024-09-09T22:25:09.584Z[ recovery-image] Sep 09 22:25:08.528 INFO O| Sep 09 22:25:08.528 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77122024-09-09T22:25:09.584Z[ recovery-image] Sep 09 22:25:08.528 INFO O| Sep 09 22:25:08.528 INFO STEP 3 (ensure_dir) COMPLETE
77132024-09-09T22:25:09.586Z[ recovery-image] Sep 09 22:25:08.528 INFO O| Sep 09 22:25:08.528 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77142024-09-09T22:25:09.594Z[ recovery-image] Sep 09 22:25:08.538 INFO O| Sep 09 22:25:08.538 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77152024-09-09T22:25:09.594Z[ recovery-image] Sep 09 22:25:08.538 INFO O| Sep 09 22:25:08.538 INFO STEP 4 (ensure_dir) COMPLETE
77162024-09-09T22:25:09.594Z[ recovery-image] Sep 09 22:25:08.538 INFO O| Sep 09 22:25:08.538 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77172024-09-09T22:25:09.604Z[ recovery-image] Sep 09 22:25:08.548 INFO O| Sep 09 22:25:08.548 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77182024-09-09T22:25:09.604Z[ recovery-image] Sep 09 22:25:08.548 INFO O| Sep 09 22:25:08.548 INFO STEP 5 (ensure_dir) COMPLETE
77192024-09-09T22:25:09.606Z[ recovery-image] Sep 09 22:25:08.548 INFO O| Sep 09 22:25:08.548 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77202024-09-09T22:25:09.614Z[ recovery-image] Sep 09 22:25:08.558 INFO O| Sep 09 22:25:08.558 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77212024-09-09T22:25:09.616Z[ recovery-image] Sep 09 22:25:08.558 INFO O| Sep 09 22:25:08.558 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77222024-09-09T22:25:09.616Z[ recovery-image] Sep 09 22:25:08.558 INFO O| Sep 09 22:25:08.558 INFO STEP 6 (ensure_dir) COMPLETE
77232024-09-09T22:25:09.616Z[ recovery-image] Sep 09 22:25:08.558 INFO O| Sep 09 22:25:08.558 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77242024-09-09T22:25:09.624Z[ recovery-image] Sep 09 22:25:08.568 INFO O| Sep 09 22:25:08.568 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77252024-09-09T22:25:09.626Z[ recovery-image] Sep 09 22:25:08.568 INFO O| Sep 09 22:25:08.568 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77262024-09-09T22:25:09.626Z[ recovery-image] Sep 09 22:25:08.568 INFO O| Sep 09 22:25:08.568 INFO STEP 7 (ensure_dir) COMPLETE
77272024-09-09T22:25:09.626Z[ recovery-image] Sep 09 22:25:08.568 INFO O| Sep 09 22:25:08.568 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77282024-09-09T22:25:09.633Z[ recovery-image] Sep 09 22:25:08.578 INFO O| Sep 09 22:25:08.578 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
77292024-09-09T22:25:09.636Z[ recovery-image] Sep 09 22:25:08.578 INFO O| Sep 09 22:25:08.578 INFO STEP 8 (remove_files) COMPLETE
77302024-09-09T22:25:09.636Z[ recovery-image] Sep 09 22:25:08.578 INFO O| Sep 09 22:25:08.578 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77312024-09-09T22:25:09.643Z[ recovery-image] Sep 09 22:25:08.588 INFO O| Sep 09 22:25:08.588 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
77322024-09-09T22:25:09.645Z[ recovery-image] Sep 09 22:25:08.588 INFO O| Sep 09 22:25:08.588 INFO STEP 9 (remove_files) COMPLETE
77332024-09-09T22:25:09.645Z[ recovery-image] Sep 09 22:25:08.589 INFO O| Sep 09 22:25:08.588 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77342024-09-09T22:25:09.654Z[ recovery-image] Sep 09 22:25:08.598 INFO O| Sep 09 22:25:08.598 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
77352024-09-09T22:25:09.657Z[ recovery-image] Sep 09 22:25:08.599 INFO O| Sep 09 22:25:08.599 INFO STEP 10 (remove_files) COMPLETE
77362024-09-09T22:25:09.657Z[ recovery-image] Sep 09 22:25:08.599 INFO O| Sep 09 22:25:08.599 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77372024-09-09T22:25:09.665Z[ recovery-image] Sep 09 22:25:08.609 INFO O| Sep 09 22:25:08.609 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
77382024-09-09T22:25:09.667Z[ recovery-image] Sep 09 22:25:08.609 INFO O| Sep 09 22:25:08.609 INFO STEP 11 (remove_files) COMPLETE
77392024-09-09T22:25:09.667Z[ recovery-image] Sep 09 22:25:08.609 INFO O| Sep 09 22:25:08.609 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77402024-09-09T22:25:09.674Z[ recovery-image] Sep 09 22:25:08.619 INFO O| Sep 09 22:25:08.619 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
77412024-09-09T22:25:09.677Z[ recovery-image] Sep 09 22:25:08.619 INFO O| Sep 09 22:25:08.619 INFO STEP 12 (remove_files) COMPLETE
77422024-09-09T22:25:09.677Z[ recovery-image] Sep 09 22:25:08.619 INFO O| Sep 09 22:25:08.619 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77432024-09-09T22:25:09.684Z[ recovery-image] Sep 09 22:25:08.629 INFO O| Sep 09 22:25:08.629 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77442024-09-09T22:25:09.684Z[ recovery-image] Sep 09 22:25:08.629 INFO O| Sep 09 22:25:08.629 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77452024-09-09T22:25:09.687Z[ recovery-image] Sep 09 22:25:08.629 INFO O| Sep 09 22:25:08.629 INFO STEP 13 (ensure_dir) COMPLETE
77462024-09-09T22:25:09.687Z[ recovery-image] Sep 09 22:25:08.629 INFO O| Sep 09 22:25:08.629 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77472024-09-09T22:25:09.694Z[ recovery-image] Sep 09 22:25:08.639 INFO O| Sep 09 22:25:08.639 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77482024-09-09T22:25:09.694Z[ recovery-image] Sep 09 22:25:08.639 INFO O| Sep 09 22:25:08.639 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77492024-09-09T22:25:09.697Z[ recovery-image] Sep 09 22:25:08.639 INFO O| Sep 09 22:25:08.639 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77502024-09-09T22:25:09.697Z[ recovery-image] Sep 09 22:25:08.639 INFO O| Sep 09 22:25:08.639 INFO STEP 14 (ensure_dir) COMPLETE
77512024-09-09T22:25:09.697Z[ recovery-image] Sep 09 22:25:08.639 INFO O| Sep 09 22:25:08.639 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77522024-09-09T22:25:09.706Z[ recovery-image] Sep 09 22:25:08.650 INFO O| Sep 09 22:25:08.650 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77532024-09-09T22:25:09.709Z[ recovery-image] Sep 09 22:25:08.650 INFO O| Sep 09 22:25:08.650 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77542024-09-09T22:25:09.709Z[ recovery-image] Sep 09 22:25:08.651 INFO O| Sep 09 22:25:08.650 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77552024-09-09T22:25:09.709Z[ recovery-image] Sep 09 22:25:08.651 INFO O| Sep 09 22:25:08.651 INFO STEP 15 (ensure_dir) COMPLETE
77562024-09-09T22:25:09.709Z[ recovery-image] Sep 09 22:25:08.651 INFO O| Sep 09 22:25:08.651 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77572024-09-09T22:25:09.720Z[ recovery-image] Sep 09 22:25:08.664 INFO O| Sep 09 22:25:08.664 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77582024-09-09T22:25:09.720Z[ recovery-image] Sep 09 22:25:08.664 INFO O| Sep 09 22:25:08.664 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77592024-09-09T22:25:09.720Z[ recovery-image] Sep 09 22:25:08.664 INFO O| Sep 09 22:25:08.664 INFO STEP 16 (ensure_dir) COMPLETE
77602024-09-09T22:25:09.723Z[ recovery-image] Sep 09 22:25:08.664 INFO O| Sep 09 22:25:08.664 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77612024-09-09T22:25:09.731Z[ recovery-image] Sep 09 22:25:08.675 INFO O| Sep 09 22:25:08.675 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77622024-09-09T22:25:09.733Z[ recovery-image] Sep 09 22:25:08.675 INFO O| Sep 09 22:25:08.675 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77632024-09-09T22:25:09.733Z[ recovery-image] Sep 09 22:25:08.675 INFO O| Sep 09 22:25:08.675 INFO STEP 17 (ensure_dir) COMPLETE
77642024-09-09T22:25:09.733Z[ recovery-image] Sep 09 22:25:08.675 INFO O| Sep 09 22:25:08.675 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77652024-09-09T22:25:09.743Z[ recovery-image] Sep 09 22:25:08.687 INFO O| Sep 09 22:25:08.687 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
77662024-09-09T22:25:09.743Z[ recovery-image] Sep 09 22:25:08.687 INFO O| Sep 09 22:25:08.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
77672024-09-09T22:25:09.745Z[ recovery-image] Sep 09 22:25:08.687 INFO O| Sep 09 22:25:08.687 INFO ok!
77682024-09-09T22:25:09.745Z[ recovery-image] Sep 09 22:25:08.687 INFO O| Sep 09 22:25:08.687 INFO STEP 18 (ensure_symlink) COMPLETE
77692024-09-09T22:25:09.745Z[ recovery-image] Sep 09 22:25:08.687 INFO O| Sep 09 22:25:08.687 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77702024-09-09T22:25:09.756Z[ recovery-image] Sep 09 22:25:08.700 INFO O| Sep 09 22:25:08.700 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
77712024-09-09T22:25:09.756Z[ recovery-image] Sep 09 22:25:08.700 INFO O| Sep 09 22:25:08.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
77722024-09-09T22:25:09.759Z[ recovery-image] Sep 09 22:25:08.700 INFO O| Sep 09 22:25:08.700 INFO ok!
77732024-09-09T22:25:09.759Z[ recovery-image] Sep 09 22:25:08.700 INFO O| Sep 09 22:25:08.700 INFO STEP 19 (ensure_file) COMPLETE
77742024-09-09T22:25:09.759Z[ recovery-image] Sep 09 22:25:08.700 INFO O| Sep 09 22:25:08.700 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77752024-09-09T22:25:09.770Z[ recovery-image] Sep 09 22:25:08.713 INFO O| Sep 09 22:25:08.713 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
77762024-09-09T22:25:09.771Z[ recovery-image] Sep 09 22:25:08.714 INFO O| Sep 09 22:25:08.713 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
77772024-09-09T22:25:09.773Z[ recovery-image] Sep 09 22:25:08.714 INFO O| Sep 09 22:25:08.714 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
77782024-09-09T22:25:09.773Z[ recovery-image] Sep 09 22:25:08.714 INFO O| Sep 09 22:25:08.714 INFO ok!
77792024-09-09T22:25:09.773Z[ recovery-image] Sep 09 22:25:08.714 INFO O| Sep 09 22:25:08.714 INFO STEP 20 (ensure_symlink) COMPLETE
77802024-09-09T22:25:09.773Z[ recovery-image] Sep 09 22:25:08.714 INFO O| Sep 09 22:25:08.714 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77812024-09-09T22:25:09.782Z[ recovery-image] Sep 09 22:25:08.726 INFO O| Sep 09 22:25:08.726 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
77822024-09-09T22:25:09.782Z[ recovery-image] Sep 09 22:25:08.726 INFO O| Sep 09 22:25:08.726 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
77832024-09-09T22:25:09.782Z[ recovery-image] Sep 09 22:25:08.726 INFO O| Sep 09 22:25:08.726 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
77842024-09-09T22:25:09.784Z[ recovery-image] Sep 09 22:25:08.726 INFO O| Sep 09 22:25:08.726 INFO ok!
77852024-09-09T22:25:09.784Z[ recovery-image] Sep 09 22:25:08.726 INFO O| Sep 09 22:25:08.726 INFO STEP 21 (ensure_symlink) COMPLETE
77862024-09-09T22:25:09.785Z[ recovery-image] Sep 09 22:25:08.726 INFO O| Sep 09 22:25:08.726 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77872024-09-09T22:25:09.794Z[ recovery-image] Sep 09 22:25:08.738 INFO O| Sep 09 22:25:08.738 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
77882024-09-09T22:25:09.794Z[ recovery-image] Sep 09 22:25:08.738 INFO O| Sep 09 22:25:08.738 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
77892024-09-09T22:25:09.797Z[ recovery-image] Sep 09 22:25:08.738 INFO O| Sep 09 22:25:08.738 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
77902024-09-09T22:25:09.797Z[ recovery-image] Sep 09 22:25:08.738 INFO O| Sep 09 22:25:08.738 INFO ok!
77912024-09-09T22:25:09.797Z[ recovery-image] Sep 09 22:25:08.738 INFO O| Sep 09 22:25:08.738 INFO STEP 22 (ensure_symlink) COMPLETE
77922024-09-09T22:25:09.797Z[ recovery-image] Sep 09 22:25:08.738 INFO O| Sep 09 22:25:08.738 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77932024-09-09T22:25:09.804Z[ recovery-image] Sep 09 22:25:08.749 INFO O| Sep 09 22:25:08.749 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
77942024-09-09T22:25:09.804Z[ recovery-image] Sep 09 22:25:08.749 INFO O| Sep 09 22:25:08.749 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
77952024-09-09T22:25:09.807Z[ recovery-image] Sep 09 22:25:08.749 INFO O| Sep 09 22:25:08.749 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
77962024-09-09T22:25:09.807Z[ recovery-image] Sep 09 22:25:08.749 INFO O| Sep 09 22:25:08.749 INFO ok!
77972024-09-09T22:25:09.807Z[ recovery-image] Sep 09 22:25:08.749 INFO O| Sep 09 22:25:08.749 INFO STEP 23 (ensure_symlink) COMPLETE
77982024-09-09T22:25:09.807Z[ recovery-image] Sep 09 22:25:08.749 INFO O| Sep 09 22:25:08.749 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77992024-09-09T22:25:09.815Z[ recovery-image] Sep 09 22:25:08.759 INFO O| Sep 09 22:25:08.759 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78002024-09-09T22:25:09.815Z[ recovery-image] Sep 09 22:25:08.760 INFO O| Sep 09 22:25:08.760 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 ...
78012024-09-09T22:25:09.818Z[ recovery-image] Sep 09 22:25:08.760 INFO O| Sep 09 22:25:08.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78022024-09-09T22:25:09.818Z[ recovery-image] Sep 09 22:25:08.760 INFO O| Sep 09 22:25:08.760 INFO ok!
78032024-09-09T22:25:09.818Z[ recovery-image] Sep 09 22:25:08.760 INFO O| Sep 09 22:25:08.760 INFO STEP 24 (ensure_file) COMPLETE
78042024-09-09T22:25:09.818Z[ recovery-image] Sep 09 22:25:08.760 INFO O| Sep 09 22:25:08.760 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
78052024-09-09T22:25:09.826Z[ recovery-image] Sep 09 22:25:08.770 INFO O| Sep 09 22:25:08.770 INFO updating shadow file
78062024-09-09T22:25:09.829Z[ recovery-image] Sep 09 22:25:08.771 INFO O| Sep 09 22:25:08.771 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78072024-09-09T22:25:09.829Z[ recovery-image] Sep 09 22:25:08.771 INFO O| Sep 09 22:25:08.771 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78082024-09-09T22:25:09.829Z[ recovery-image] Sep 09 22:25:08.771 INFO O| Sep 09 22:25:08.771 INFO STEP 25 (shadow) COMPLETE
78092024-09-09T22:25:09.829Z[ recovery-image] Sep 09 22:25:08.771 INFO O| Sep 09 22:25:08.771 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78102024-09-09T22:25:09.837Z[ recovery-image] Sep 09 22:25:08.781 INFO O| Sep 09 22:25:08.781 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78112024-09-09T22:25:09.837Z[ recovery-image] Sep 09 22:25:08.781 INFO O| Sep 09 22:25:08.781 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78122024-09-09T22:25:09.839Z[ recovery-image] Sep 09 22:25:08.781 INFO O| Sep 09 22:25:08.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78132024-09-09T22:25:09.839Z[ recovery-image] Sep 09 22:25:08.781 INFO O| Sep 09 22:25:08.781 INFO ok!
78142024-09-09T22:25:09.839Z[ recovery-image] Sep 09 22:25:08.781 INFO O| Sep 09 22:25:08.781 INFO STEP 26 (ensure_file) COMPLETE
78152024-09-09T22:25:09.839Z[ recovery-image] Sep 09 22:25:08.781 INFO O| Sep 09 22:25:08.781 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78162024-09-09T22:25:09.847Z[ recovery-image] Sep 09 22:25:08.792 INFO O| Sep 09 22:25:08.792 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78172024-09-09T22:25:09.847Z[ recovery-image] Sep 09 22:25:08.792 INFO O| Sep 09 22:25:08.792 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78182024-09-09T22:25:09.850Z[ recovery-image] Sep 09 22:25:08.792 INFO O| Sep 09 22:25:08.792 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78192024-09-09T22:25:09.850Z[ recovery-image] Sep 09 22:25:08.792 INFO O| Sep 09 22:25:08.792 INFO ok!
78202024-09-09T22:25:09.850Z[ recovery-image] Sep 09 22:25:08.792 INFO O| Sep 09 22:25:08.792 INFO STEP 27 (ensure_file) COMPLETE
78212024-09-09T22:25:09.850Z[ recovery-image] Sep 09 22:25:08.792 INFO O| Sep 09 22:25:08.792 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78222024-09-09T22:25:09.858Z[ recovery-image] Sep 09 22:25:08.802 INFO O| Sep 09 22:25:08.802 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
78232024-09-09T22:25:09.858Z[ recovery-image] Sep 09 22:25:08.802 INFO O| Sep 09 22:25:08.802 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
78242024-09-09T22:25:09.861Z[ recovery-image] Sep 09 22:25:08.802 INFO O| Sep 09 22:25:08.802 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78252024-09-09T22:25:09.861Z[ recovery-image] Sep 09 22:25:08.802 INFO O| Sep 09 22:25:08.802 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78262024-09-09T22:25:09.861Z[ recovery-image] Sep 09 22:25:08.802 INFO O| Sep 09 22:25:08.802 INFO ok!
78272024-09-09T22:25:09.861Z[ recovery-image] Sep 09 22:25:08.802 INFO O| Sep 09 22:25:08.802 INFO STEP 28 (ensure_file) COMPLETE
78282024-09-09T22:25:09.861Z[ recovery-image] Sep 09 22:25:08.802 INFO O| Sep 09 22:25:08.802 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78292024-09-09T22:25:09.868Z[ recovery-image] Sep 09 22:25:08.812 INFO O| Sep 09 22:25:08.812 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
78302024-09-09T22:25:09.870Z[ recovery-image] Sep 09 22:25:08.812 INFO O| Sep 09 22:25:08.812 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
78312024-09-09T22:25:09.871Z[ recovery-image] Sep 09 22:25:08.813 INFO O| Sep 09 22:25:08.813 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
78322024-09-09T22:25:09.871Z[ recovery-image] Sep 09 22:25:08.813 INFO O| Sep 09 22:25:08.813 INFO ok!
78332024-09-09T22:25:09.871Z[ recovery-image] Sep 09 22:25:08.813 INFO O| Sep 09 22:25:08.813 INFO STEP 29 (ensure_file) COMPLETE
78342024-09-09T22:25:09.871Z[ recovery-image] Sep 09 22:25:08.813 INFO O| Sep 09 22:25:08.813 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78352024-09-09T22:25:09.878Z[ recovery-image] Sep 09 22:25:08.823 INFO O| Sep 09 22:25:08.823 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
78362024-09-09T22:25:09.878Z[ recovery-image] Sep 09 22:25:08.823 INFO O| Sep 09 22:25:08.823 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
78372024-09-09T22:25:09.881Z[ recovery-image] Sep 09 22:25:08.823 INFO O| Sep 09 22:25:08.823 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
78382024-09-09T22:25:09.881Z[ recovery-image] Sep 09 22:25:08.823 INFO O| Sep 09 22:25:08.823 INFO ok!
78392024-09-09T22:25:09.881Z[ recovery-image] Sep 09 22:25:08.823 INFO O| Sep 09 22:25:08.823 INFO STEP 30 (ensure_file) COMPLETE
78402024-09-09T22:25:09.881Z[ recovery-image] Sep 09 22:25:08.823 INFO O| Sep 09 22:25:08.823 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78412024-09-09T22:25:09.889Z[ recovery-image] Sep 09 22:25:08.834 INFO O| Sep 09 22:25:08.833 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
78422024-09-09T22:25:09.889Z[ recovery-image] Sep 09 22:25:08.834 INFO O| Sep 09 22:25:08.834 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
78432024-09-09T22:25:09.892Z[ recovery-image] Sep 09 22:25:08.834 INFO O| Sep 09 22:25:08.834 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78442024-09-09T22:25:09.892Z[ recovery-image] Sep 09 22:25:08.834 INFO O| Sep 09 22:25:08.834 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78452024-09-09T22:25:09.892Z[ recovery-image] Sep 09 22:25:08.834 INFO O| Sep 09 22:25:08.834 INFO ok!
78462024-09-09T22:25:09.892Z[ recovery-image] Sep 09 22:25:08.834 INFO O| Sep 09 22:25:08.834 INFO STEP 31 (ensure_file) COMPLETE
78472024-09-09T22:25:09.892Z[ recovery-image] Sep 09 22:25:08.834 INFO O| Sep 09 22:25:08.834 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78482024-09-09T22:25:09.899Z[ recovery-image] Sep 09 22:25:08.844 INFO O| Sep 09 22:25:08.844 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
78492024-09-09T22:25:09.899Z[ recovery-image] Sep 09 22:25:08.844 INFO O| Sep 09 22:25:08.844 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
78502024-09-09T22:25:09.902Z[ recovery-image] Sep 09 22:25:08.844 INFO O| Sep 09 22:25:08.844 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
78512024-09-09T22:25:09.902Z[ recovery-image] Sep 09 22:25:08.844 INFO O| Sep 09 22:25:08.844 INFO ok!
78522024-09-09T22:25:09.902Z[ recovery-image] Sep 09 22:25:08.844 INFO O| Sep 09 22:25:08.844 INFO STEP 32 (ensure_file) COMPLETE
78532024-09-09T22:25:09.902Z[ recovery-image] Sep 09 22:25:08.844 INFO O| Sep 09 22:25:08.844 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78542024-09-09T22:25:09.911Z[ recovery-image] Sep 09 22:25:08.856 INFO O| Sep 09 22:25:08.856 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
78552024-09-09T22:25:09.912Z[ recovery-image] Sep 09 22:25:08.856 INFO O| Sep 09 22:25:08.856 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
78562024-09-09T22:25:09.914Z[ recovery-image] Sep 09 22:25:08.856 INFO O| Sep 09 22:25:08.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
78572024-09-09T22:25:09.914Z[ recovery-image] Sep 09 22:25:08.856 INFO O| Sep 09 22:25:08.856 INFO ok!
78582024-09-09T22:25:09.914Z[ recovery-image] Sep 09 22:25:08.856 INFO O| Sep 09 22:25:08.856 INFO STEP 33 (ensure_file) COMPLETE
78592024-09-09T22:25:09.914Z[ recovery-image] Sep 09 22:25:08.856 INFO O| Sep 09 22:25:08.856 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78602024-09-09T22:25:09.922Z[ recovery-image] Sep 09 22:25:08.867 INFO O| Sep 09 22:25:08.867 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
78612024-09-09T22:25:09.922Z[ recovery-image] Sep 09 22:25:08.867 INFO O| Sep 09 22:25:08.867 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
78622024-09-09T22:25:09.925Z[ recovery-image] Sep 09 22:25:08.867 INFO O| Sep 09 22:25:08.867 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78632024-09-09T22:25:09.925Z[ recovery-image] Sep 09 22:25:08.867 INFO O| Sep 09 22:25:08.867 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78642024-09-09T22:25:09.925Z[ recovery-image] Sep 09 22:25:08.867 INFO O| Sep 09 22:25:08.867 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78652024-09-09T22:25:09.925Z[ recovery-image] Sep 09 22:25:08.867 INFO O| Sep 09 22:25:08.867 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78662024-09-09T22:25:09.925Z[ recovery-image] Sep 09 22:25:08.867 INFO O| Sep 09 22:25:08.867 INFO ok!
78672024-09-09T22:25:09.925Z[ recovery-image] Sep 09 22:25:08.867 INFO O| Sep 09 22:25:08.867 INFO STEP 34 (ensure_file) COMPLETE
78682024-09-09T22:25:09.925Z[ recovery-image] Sep 09 22:25:08.867 INFO O| Sep 09 22:25:08.867 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78692024-09-09T22:25:09.932Z[ recovery-image] Sep 09 22:25:08.877 INFO O| Sep 09 22:25:08.877 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78702024-09-09T22:25:09.935Z[ recovery-image] Sep 09 22:25:08.877 INFO O| Sep 09 22:25:08.877 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78712024-09-09T22:25:09.935Z[ recovery-image] Sep 09 22:25:08.877 INFO O| Sep 09 22:25:08.877 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78722024-09-09T22:25:09.935Z[ recovery-image] Sep 09 22:25:08.877 INFO O| Sep 09 22:25:08.877 INFO STEP 35 (ensure_dir) COMPLETE
78732024-09-09T22:25:09.935Z[ recovery-image] Sep 09 22:25:08.877 INFO O| Sep 09 22:25:08.877 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78742024-09-09T22:25:09.943Z[ recovery-image] Sep 09 22:25:08.887 INFO O| Sep 09 22:25:08.887 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
78752024-09-09T22:25:09.943Z[ recovery-image] Sep 09 22:25:08.887 INFO O| Sep 09 22:25:08.887 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 ...
78762024-09-09T22:25:09.945Z[ recovery-image] Sep 09 22:25:08.887 INFO O| Sep 09 22:25:08.887 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
78772024-09-09T22:25:09.946Z[ recovery-image] Sep 09 22:25:08.887 INFO O| Sep 09 22:25:08.887 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
78782024-09-09T22:25:09.946Z[ recovery-image] Sep 09 22:25:08.887 INFO O| Sep 09 22:25:08.887 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
78792024-09-09T22:25:09.946Z[ recovery-image] Sep 09 22:25:08.888 INFO O| Sep 09 22:25:08.887 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
78802024-09-09T22:25:09.946Z[ recovery-image] Sep 09 22:25:08.888 INFO O| Sep 09 22:25:08.888 INFO ok!
78812024-09-09T22:25:09.946Z[ recovery-image] Sep 09 22:25:08.888 INFO O| Sep 09 22:25:08.888 INFO STEP 36 (ensure_file) COMPLETE
78822024-09-09T22:25:09.946Z[ recovery-image] Sep 09 22:25:08.888 INFO O| Sep 09 22:25:08.888 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78832024-09-09T22:25:09.953Z[ recovery-image] Sep 09 22:25:08.898 INFO O| Sep 09 22:25:08.898 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
78842024-09-09T22:25:09.953Z[ recovery-image] Sep 09 22:25:08.898 INFO O| Sep 09 22:25:08.898 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 ...
78852024-09-09T22:25:09.956Z[ recovery-image] Sep 09 22:25:08.898 INFO O| Sep 09 22:25:08.898 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
78862024-09-09T22:25:09.956Z[ recovery-image] Sep 09 22:25:08.898 INFO O| Sep 09 22:25:08.898 INFO ok!
78872024-09-09T22:25:09.956Z[ recovery-image] Sep 09 22:25:08.898 INFO O| Sep 09 22:25:08.898 INFO STEP 37 (ensure_symlink) COMPLETE
78882024-09-09T22:25:09.956Z[ recovery-image] Sep 09 22:25:08.898 INFO O| Sep 09 22:25:08.898 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78892024-09-09T22:25:09.964Z[ recovery-image] Sep 09 22:25:08.908 INFO O| Sep 09 22:25:08.908 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
78902024-09-09T22:25:09.964Z[ recovery-image] Sep 09 22:25:08.908 INFO O| Sep 09 22:25:08.908 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
78912024-09-09T22:25:09.967Z[ recovery-image] Sep 09 22:25:08.909 INFO O| Sep 09 22:25:08.909 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78922024-09-09T22:25:09.967Z[ recovery-image] Sep 09 22:25:08.909 INFO O| Sep 09 22:25:08.909 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78932024-09-09T22:25:09.967Z[ recovery-image] Sep 09 22:25:08.909 INFO O| Sep 09 22:25:08.909 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78942024-09-09T22:25:09.967Z[ recovery-image] Sep 09 22:25:08.909 INFO O| Sep 09 22:25:08.909 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78952024-09-09T22:25:09.967Z[ recovery-image] Sep 09 22:25:08.909 INFO O| Sep 09 22:25:08.909 INFO ok!
78962024-09-09T22:25:09.967Z[ recovery-image] Sep 09 22:25:08.909 INFO O| Sep 09 22:25:08.909 INFO STEP 38 (ensure_file) COMPLETE
78972024-09-09T22:25:09.967Z[ recovery-image] Sep 09 22:25:08.909 INFO O| Sep 09 22:25:08.909 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78982024-09-09T22:25:09.974Z[ recovery-image] Sep 09 22:25:08.919 INFO O| Sep 09 22:25:08.918 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
78992024-09-09T22:25:09.974Z[ recovery-image] Sep 09 22:25:08.919 INFO O| Sep 09 22:25:08.919 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 ...
79002024-09-09T22:25:09.977Z[ recovery-image] Sep 09 22:25:08.919 INFO O| Sep 09 22:25:08.919 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
79012024-09-09T22:25:09.977Z[ recovery-image] Sep 09 22:25:08.919 INFO O| Sep 09 22:25:08.919 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79022024-09-09T22:25:09.977Z[ recovery-image] Sep 09 22:25:08.919 INFO O| Sep 09 22:25:08.919 INFO ok!
79032024-09-09T22:25:09.977Z[ recovery-image] Sep 09 22:25:08.919 INFO O| Sep 09 22:25:08.919 INFO STEP 39 (ensure_file) COMPLETE
79042024-09-09T22:25:09.977Z[ recovery-image] Sep 09 22:25:08.919 INFO O| Sep 09 22:25:08.919 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79052024-09-09T22:25:09.985Z[ host-image] Sep 09 22:25:08.925 INFO O| Sep 09 22:25:08.925 INFO O| Planning: Solver setup ... Done
79062024-09-09T22:25:09.985Z[ recovery-image] Sep 09 22:25:08.929 INFO O| Sep 09 22:25:08.929 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
79072024-09-09T22:25:09.985Z[ recovery-image] Sep 09 22:25:08.929 INFO O| Sep 09 22:25:08.929 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
79082024-09-09T22:25:09.985Z[ recovery-image] Sep 09 22:25:08.929 INFO O| Sep 09 22:25:08.929 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79092024-09-09T22:25:09.985Z[ recovery-image] Sep 09 22:25:08.929 INFO O| Sep 09 22:25:08.929 INFO ok!
79102024-09-09T22:25:09.985Z[ recovery-image] Sep 09 22:25:08.929 INFO O| Sep 09 22:25:08.929 INFO STEP 40 (ensure_file) COMPLETE
79112024-09-09T22:25:09.985Z[ recovery-image] Sep 09 22:25:08.929 INFO O| Sep 09 22:25:08.929 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79122024-09-09T22:25:09.985Z[ host-image] Sep 09 22:25:08.929 INFO O| Sep 09 22:25:08.929 INFO O| Planning: Running solver ... Done
79132024-09-09T22:25:09.995Z[ recovery-image] Sep 09 22:25:08.940 INFO O| Sep 09 22:25:08.940 INFO updating shadow file
79142024-09-09T22:25:09.998Z[ recovery-image] Sep 09 22:25:08.940 INFO O| Sep 09 22:25:08.940 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79152024-09-09T22:25:09.998Z[ recovery-image] Sep 09 22:25:08.940 INFO O| Sep 09 22:25:08.940 INFO STEP 41 (shadow) COMPLETE
79162024-09-09T22:25:09.998Z[ recovery-image] Sep 09 22:25:08.940 INFO O| Sep 09 22:25:08.940 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79172024-09-09T22:25:10.006Z[ recovery-image] Sep 09 22:25:08.951 INFO O| Sep 09 22:25:08.950 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79182024-09-09T22:25:10.006Z[ recovery-image] Sep 09 22:25:08.951 INFO O| Sep 09 22:25:08.951 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79192024-09-09T22:25:10.009Z[ recovery-image] Sep 09 22:25:08.951 INFO O| Sep 09 22:25:08.951 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79202024-09-09T22:25:10.009Z[ recovery-image] Sep 09 22:25:08.951 INFO O| Sep 09 22:25:08.951 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79212024-09-09T22:25:10.009Z[ recovery-image] Sep 09 22:25:08.951 INFO O| Sep 09 22:25:08.951 INFO ok!
79222024-09-09T22:25:10.009Z[ recovery-image] Sep 09 22:25:08.951 INFO O| Sep 09 22:25:08.951 INFO STEP 42 (ensure_file) COMPLETE
79232024-09-09T22:25:10.009Z[ recovery-image] Sep 09 22:25:08.951 INFO O| Sep 09 22:25:08.951 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79242024-09-09T22:25:10.016Z[ recovery-image] Sep 09 22:25:08.961 INFO O| Sep 09 22:25:08.961 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
79252024-09-09T22:25:10.016Z[ recovery-image] Sep 09 22:25:08.961 INFO O| Sep 09 22:25:08.961 INFO STEP 43 (ensure_dir) COMPLETE
79262024-09-09T22:25:10.019Z[ recovery-image] Sep 09 22:25:08.961 INFO O| Sep 09 22:25:08.961 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79272024-09-09T22:25:10.026Z[ host-image] Sep 09 22:25:08.970 INFO O| Sep 09 22:25:08.970 INFO O| Planning: Finding local manifests ... Done
79282024-09-09T22:25:10.029Z[ recovery-image] Sep 09 22:25:08.971 INFO O| Sep 09 22:25:08.971 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79292024-09-09T22:25:10.029Z[ recovery-image] Sep 09 22:25:08.971 INFO O| Sep 09 22:25:08.971 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79302024-09-09T22:25:10.029Z[ recovery-image] Sep 09 22:25:08.971 INFO O| Sep 09 22:25:08.971 INFO STEP 44 (ensure_dir) COMPLETE
79312024-09-09T22:25:10.029Z[ recovery-image] Sep 09 22:25:08.971 INFO O| Sep 09 22:25:08.971 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79322024-09-09T22:25:10.029Z[ host-image] Sep 09 22:25:08.971 INFO O| Sep 09 22:25:08.971 INFO O| Planning: Fetching manifests: 0/1 0% complete
79332024-09-09T22:25:10.036Z[ recovery-image] Sep 09 22:25:08.980 INFO O| Sep 09 22:25:08.980 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79342024-09-09T22:25:10.038Z[ recovery-image] Sep 09 22:25:08.980 INFO O| Sep 09 22:25:08.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79352024-09-09T22:25:10.038Z[ recovery-image] Sep 09 22:25:08.981 INFO O| Sep 09 22:25:08.980 INFO STEP 45 (ensure_dir) COMPLETE
79362024-09-09T22:25:10.038Z[ recovery-image] Sep 09 22:25:08.981 INFO O| Sep 09 22:25:08.980 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79372024-09-09T22:25:10.046Z[ recovery-image] Sep 09 22:25:08.991 INFO O| Sep 09 22:25:08.991 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
79382024-09-09T22:25:10.046Z[ recovery-image] Sep 09 22:25:08.991 INFO O| Sep 09 22:25:08.991 INFO copying /tmp/.tmpk1xqE7/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
79392024-09-09T22:25:10.076Z[ recovery-image] Sep 09 22:25:09.020 INFO O| Sep 09 22:25:09.020 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
79402024-09-09T22:25:10.076Z[ recovery-image] Sep 09 22:25:09.020 INFO O| Sep 09 22:25:09.020 INFO ok!
79412024-09-09T22:25:10.076Z[ recovery-image] Sep 09 22:25:09.020 INFO O| Sep 09 22:25:09.020 INFO STEP 46 (ensure_file) COMPLETE
79422024-09-09T22:25:10.078Z[ recovery-image] Sep 09 22:25:09.020 INFO O| Sep 09 22:25:09.020 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79432024-09-09T22:25:10.087Z[ recovery-image] Sep 09 22:25:09.031 INFO O| Sep 09 22:25:09.031 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79442024-09-09T22:25:10.089Z[ recovery-image] Sep 09 22:25:09.031 INFO O| Sep 09 22:25:09.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79452024-09-09T22:25:10.089Z[ recovery-image] Sep 09 22:25:09.031 INFO O| Sep 09 22:25:09.031 INFO STEP 47 (ensure_dir) COMPLETE
79462024-09-09T22:25:10.089Z[ recovery-image] Sep 09 22:25:09.031 INFO O| Sep 09 22:25:09.031 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79472024-09-09T22:25:10.095Z[ host-image] Sep 09 22:25:09.039 INFO O| Sep 09 22:25:09.039 INFO O| Planning: Fetching manifests: 1/1 100% complete
79482024-09-09T22:25:10.097Z[ recovery-image] Sep 09 22:25:09.041 INFO O| Sep 09 22:25:09.041 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
79492024-09-09T22:25:10.097Z[ recovery-image] Sep 09 22:25:09.041 INFO O| Sep 09 22:25:09.041 INFO copying /tmp/.tmpk1xqE7/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
79502024-09-09T22:25:10.097Z[ recovery-image] Sep 09 22:25:09.042 INFO O| Sep 09 22:25:09.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
79512024-09-09T22:25:10.098Z[ recovery-image] Sep 09 22:25:09.042 INFO O| Sep 09 22:25:09.042 INFO ok!
79522024-09-09T22:25:10.098Z[ recovery-image] Sep 09 22:25:09.042 INFO O| Sep 09 22:25:09.042 INFO STEP 48 (ensure_file) COMPLETE
79532024-09-09T22:25:10.098Z[ recovery-image] Sep 09 22:25:09.042 INFO O| Sep 09 22:25:09.042 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79542024-09-09T22:25:10.107Z[ recovery-image] Sep 09 22:25:09.051 INFO O| Sep 09 22:25:09.051 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79552024-09-09T22:25:10.109Z[ recovery-image] Sep 09 22:25:09.052 INFO O| Sep 09 22:25:09.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79562024-09-09T22:25:10.109Z[ recovery-image] Sep 09 22:25:09.052 INFO O| Sep 09 22:25:09.052 INFO STEP 49 (ensure_dir) COMPLETE
79572024-09-09T22:25:10.109Z[ recovery-image] Sep 09 22:25:09.052 INFO O| Sep 09 22:25:09.052 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79582024-09-09T22:25:10.114Z[ host-image] Sep 09 22:25:09.058 INFO O| Sep 09 22:25:09.058 INFO O| Planning: Package planning ... Done
79592024-09-09T22:25:10.116Z[ host-image] Sep 09 22:25:09.059 INFO O| Sep 09 22:25:09.059 INFO O| Planning: Merging actions ... Done
79602024-09-09T22:25:10.119Z[ recovery-image] Sep 09 22:25:09.064 INFO O| Sep 09 22:25:09.064 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
79612024-09-09T22:25:10.119Z[ recovery-image] Sep 09 22:25:09.064 INFO O| Sep 09 22:25:09.064 INFO copying /tmp/.tmpk1xqE7/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
79622024-09-09T22:25:10.134Z[ recovery-image] Sep 09 22:25:09.078 INFO O| Sep 09 22:25:09.078 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
79632024-09-09T22:25:10.134Z[ recovery-image] Sep 09 22:25:09.078 INFO O| Sep 09 22:25:09.078 INFO ok!
79642024-09-09T22:25:10.136Z[ recovery-image] Sep 09 22:25:09.078 INFO O| Sep 09 22:25:09.078 INFO STEP 50 (ensure_file) COMPLETE
79652024-09-09T22:25:10.137Z[ recovery-image] Sep 09 22:25:09.078 INFO O| Sep 09 22:25:09.078 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79662024-09-09T22:25:10.148Z[ recovery-image] Sep 09 22:25:09.092 INFO O| Sep 09 22:25:09.092 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
79672024-09-09T22:25:10.148Z[ recovery-image] Sep 09 22:25:09.093 INFO O| Sep 09 22:25:09.092 INFO copying /tmp/.tmpk1xqE7/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
79682024-09-09T22:25:10.218Z[ host-image] Sep 09 22:25:09.162 INFO O| Sep 09 22:25:09.162 INFO O| Planning: Checking for conflicting actions ... Done
79692024-09-09T22:25:10.220Z[ host-image] Sep 09 22:25:09.162 INFO O| Sep 09 22:25:09.162 INFO O| Planning: Consolidating action changes ... Done
79702024-09-09T22:25:10.569Z[ host-image] Sep 09 22:25:09.509 INFO O| Sep 09 22:25:09.508 INFO O| Planning: Evaluating mediators ... Done
79712024-09-09T22:25:10.572Z[ host-image] Sep 09 22:25:09.509 INFO O| Sep 09 22:25:09.509 INFO O| Planning: Planning completed in 2.60 seconds
79722024-09-09T22:25:10.575Z[ host-image] Sep 09 22:25:09.512 INFO O| Sep 09 22:25:09.511 INFO O| Packages to install: 1
79732024-09-09T22:25:10.588Z[ host-image] Sep 09 22:25:09.532 INFO O| Sep 09 22:25:09.531 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
79742024-09-09T22:25:10.830Z[ recovery-image] Sep 09 22:25:09.774 INFO O| Sep 09 22:25:09.774 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
79752024-09-09T22:25:10.830Z[ recovery-image] Sep 09 22:25:09.774 INFO O| Sep 09 22:25:09.774 INFO ok!
79762024-09-09T22:25:10.833Z[ recovery-image] Sep 09 22:25:09.774 INFO O| Sep 09 22:25:09.774 INFO STEP 51 (ensure_file) COMPLETE
79772024-09-09T22:25:10.833Z[ recovery-image] Sep 09 22:25:09.774 INFO O| Sep 09 22:25:09.774 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79782024-09-09T22:25:10.846Z[ recovery-image] Sep 09 22:25:09.790 INFO O| Sep 09 22:25:09.790 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79792024-09-09T22:25:10.849Z[ recovery-image] Sep 09 22:25:09.790 INFO O| Sep 09 22:25:09.790 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79802024-09-09T22:25:10.849Z[ recovery-image] Sep 09 22:25:09.790 INFO O| Sep 09 22:25:09.790 INFO STEP 52 (ensure_dir) COMPLETE
79812024-09-09T22:25:10.849Z[ recovery-image] Sep 09 22:25:09.790 INFO O| Sep 09 22:25:09.790 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79822024-09-09T22:25:10.861Z[ recovery-image] Sep 09 22:25:09.805 INFO O| Sep 09 22:25:09.805 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
79832024-09-09T22:25:10.865Z[ recovery-image] Sep 09 22:25:09.805 INFO O| Sep 09 22:25:09.805 INFO copying /tmp/.tmpk1xqE7/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 ...
79842024-09-09T22:25:10.865Z[ recovery-image] Sep 09 22:25:09.805 INFO O| Sep 09 22:25:09.805 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
79852024-09-09T22:25:10.865Z[ recovery-image] Sep 09 22:25:09.805 INFO O| Sep 09 22:25:09.805 INFO ok!
79862024-09-09T22:25:10.865Z[ recovery-image] Sep 09 22:25:09.805 INFO O| Sep 09 22:25:09.805 INFO STEP 53 (ensure_file) COMPLETE
79872024-09-09T22:25:10.865Z[ recovery-image] Sep 09 22:25:09.805 INFO O| Sep 09 22:25:09.805 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79882024-09-09T22:25:10.872Z[ recovery-image] Sep 09 22:25:09.817 INFO O| Sep 09 22:25:09.817 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
79892024-09-09T22:25:10.875Z[ recovery-image] Sep 09 22:25:09.817 INFO O| Sep 09 22:25:09.817 INFO copying /tmp/.tmpk1xqE7/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 ...
79902024-09-09T22:25:10.875Z[ recovery-image] Sep 09 22:25:09.817 INFO O| Sep 09 22:25:09.817 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
79912024-09-09T22:25:10.875Z[ recovery-image] Sep 09 22:25:09.817 INFO O| Sep 09 22:25:09.817 INFO ok!
79922024-09-09T22:25:10.875Z[ recovery-image] Sep 09 22:25:09.817 INFO O| Sep 09 22:25:09.817 INFO STEP 54 (ensure_file) COMPLETE
79932024-09-09T22:25:10.875Z[ recovery-image] Sep 09 22:25:09.817 INFO O| Sep 09 22:25:09.817 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79942024-09-09T22:25:10.886Z[ recovery-image] Sep 09 22:25:09.830 INFO O| Sep 09 22:25:09.830 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79952024-09-09T22:25:10.888Z[ recovery-image] Sep 09 22:25:09.830 INFO O| Sep 09 22:25:09.830 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79962024-09-09T22:25:10.888Z[ recovery-image] Sep 09 22:25:09.830 INFO O| Sep 09 22:25:09.830 INFO STEP 55 (ensure_dir) COMPLETE
79972024-09-09T22:25:10.888Z[ recovery-image] Sep 09 22:25:09.830 INFO O| Sep 09 22:25:09.830 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79982024-09-09T22:25:10.900Z[ recovery-image] Sep 09 22:25:09.844 INFO O| Sep 09 22:25:09.844 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
79992024-09-09T22:25:10.900Z[ recovery-image] Sep 09 22:25:09.844 INFO O| Sep 09 22:25:09.844 INFO copying /tmp/.tmpk1xqE7/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 ...
80002024-09-09T22:25:10.902Z[ recovery-image] Sep 09 22:25:09.844 INFO O| Sep 09 22:25:09.844 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
80012024-09-09T22:25:10.902Z[ recovery-image] Sep 09 22:25:09.844 INFO O| Sep 09 22:25:09.844 INFO ok!
80022024-09-09T22:25:10.902Z[ recovery-image] Sep 09 22:25:09.844 INFO O| Sep 09 22:25:09.844 INFO STEP 56 (ensure_file) COMPLETE
80032024-09-09T22:25:10.902Z[ recovery-image] Sep 09 22:25:09.844 INFO O| Sep 09 22:25:09.844 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80042024-09-09T22:25:10.910Z[ recovery-image] Sep 09 22:25:09.854 INFO O| Sep 09 22:25:09.854 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80052024-09-09T22:25:10.910Z[ recovery-image] Sep 09 22:25:09.854 INFO O| Sep 09 22:25:09.854 INFO copying /tmp/.tmpk1xqE7/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 ...
80062024-09-09T22:25:10.913Z[ recovery-image] Sep 09 22:25:09.855 INFO O| Sep 09 22:25:09.854 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
80072024-09-09T22:25:10.913Z[ recovery-image] Sep 09 22:25:09.855 INFO O| Sep 09 22:25:09.855 INFO ok!
80082024-09-09T22:25:10.913Z[ recovery-image] Sep 09 22:25:09.855 INFO O| Sep 09 22:25:09.855 INFO STEP 57 (ensure_file) COMPLETE
80092024-09-09T22:25:10.913Z[ recovery-image] Sep 09 22:25:09.855 INFO O| Sep 09 22:25:09.855 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80102024-09-09T22:25:10.920Z[ recovery-image] Sep 09 22:25:09.864 INFO O| Sep 09 22:25:09.864 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80112024-09-09T22:25:10.923Z[ recovery-image] Sep 09 22:25:09.864 INFO O| Sep 09 22:25:09.864 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80122024-09-09T22:25:10.923Z[ recovery-image] Sep 09 22:25:09.864 INFO O| Sep 09 22:25:09.864 INFO STEP 58 (ensure_dir) COMPLETE
80132024-09-09T22:25:10.923Z[ recovery-image] Sep 09 22:25:09.864 INFO O| Sep 09 22:25:09.864 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80142024-09-09T22:25:10.931Z[ recovery-image] Sep 09 22:25:09.875 INFO O| Sep 09 22:25:09.875 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80152024-09-09T22:25:10.931Z[ recovery-image] Sep 09 22:25:09.875 INFO O| Sep 09 22:25:09.875 INFO copying /tmp/.tmpk1xqE7/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 ...
80162024-09-09T22:25:10.933Z[ recovery-image] Sep 09 22:25:09.875 INFO O| Sep 09 22:25:09.875 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80172024-09-09T22:25:10.933Z[ recovery-image] Sep 09 22:25:09.875 INFO O| Sep 09 22:25:09.875 INFO ok!
80182024-09-09T22:25:10.933Z[ recovery-image] Sep 09 22:25:09.875 INFO O| Sep 09 22:25:09.875 INFO STEP 59 (ensure_file) COMPLETE
80192024-09-09T22:25:10.933Z[ recovery-image] Sep 09 22:25:09.875 INFO O| Sep 09 22:25:09.875 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80202024-09-09T22:25:10.941Z[ recovery-image] Sep 09 22:25:09.885 INFO O| Sep 09 22:25:09.885 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80212024-09-09T22:25:10.941Z[ recovery-image] Sep 09 22:25:09.885 INFO O| Sep 09 22:25:09.885 INFO copying /tmp/.tmpk1xqE7/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80222024-09-09T22:25:10.944Z[ recovery-image] Sep 09 22:25:09.885 INFO O| Sep 09 22:25:09.885 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80232024-09-09T22:25:10.944Z[ recovery-image] Sep 09 22:25:09.885 INFO O| Sep 09 22:25:09.885 INFO ok!
80242024-09-09T22:25:10.944Z[ recovery-image] Sep 09 22:25:09.885 INFO O| Sep 09 22:25:09.885 INFO STEP 60 (ensure_file) COMPLETE
80252024-09-09T22:25:10.944Z[ recovery-image] Sep 09 22:25:09.885 INFO O| Sep 09 22:25:09.885 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80262024-09-09T22:25:10.948Z[ host-image] Sep 09 22:25:09.892 INFO O| Sep 09 22:25:09.892 INFO O| Download: Completed 20.80 MB in 0.36 seconds (57.5M/s)
80272024-09-09T22:25:10.951Z[ recovery-image] Sep 09 22:25:09.895 INFO O| Sep 09 22:25:09.895 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80282024-09-09T22:25:10.953Z[ recovery-image] Sep 09 22:25:09.895 INFO O| Sep 09 22:25:09.895 INFO STEP 61 (ensure_dir) COMPLETE
80292024-09-09T22:25:10.953Z[ recovery-image] Sep 09 22:25:09.895 INFO O| Sep 09 22:25:09.895 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80302024-09-09T22:25:10.961Z[ recovery-image] Sep 09 22:25:09.905 INFO O| Sep 09 22:25:09.905 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80312024-09-09T22:25:10.961Z[ recovery-image] Sep 09 22:25:09.905 INFO O| Sep 09 22:25:09.905 INFO STEP 62 (ensure_dir) COMPLETE
80322024-09-09T22:25:10.961Z[ recovery-image] Sep 09 22:25:09.905 INFO O| Sep 09 22:25:09.905 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80332024-09-09T22:25:10.971Z[ recovery-image] Sep 09 22:25:09.915 INFO O| Sep 09 22:25:09.915 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
80342024-09-09T22:25:10.971Z[ recovery-image] Sep 09 22:25:09.915 INFO O| Sep 09 22:25:09.915 INFO STEP 63 (ensure_dir) COMPLETE
80352024-09-09T22:25:10.973Z[ recovery-image] Sep 09 22:25:09.915 INFO O| Sep 09 22:25:09.915 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80362024-09-09T22:25:10.977Z[ host-image] Sep 09 22:25:09.921 INFO O| Sep 09 22:25:09.921 INFO O| Actions: 1/22 actions (Installing new actions)
80372024-09-09T22:25:10.981Z[ recovery-image] Sep 09 22:25:09.925 INFO O| Sep 09 22:25:09.925 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
80382024-09-09T22:25:10.984Z[ recovery-image] Sep 09 22:25:09.925 INFO O| Sep 09 22:25:09.925 INFO STEP 64 (ensure_dir) COMPLETE
80392024-09-09T22:25:10.984Z[ recovery-image] Sep 09 22:25:09.925 INFO O| Sep 09 22:25:09.925 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80402024-09-09T22:25:10.991Z[ recovery-image] Sep 09 22:25:09.935 INFO O| Sep 09 22:25:09.935 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
80412024-09-09T22:25:10.994Z[ recovery-image] Sep 09 22:25:09.935 INFO O| Sep 09 22:25:09.935 INFO copying /tmp/.tmpk1xqE7/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
80422024-09-09T22:25:10.994Z[ recovery-image] Sep 09 22:25:09.935 INFO O| Sep 09 22:25:09.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
80432024-09-09T22:25:10.994Z[ recovery-image] Sep 09 22:25:09.935 INFO O| Sep 09 22:25:09.935 INFO ok!
80442024-09-09T22:25:10.994Z[ recovery-image] Sep 09 22:25:09.935 INFO O| Sep 09 22:25:09.935 INFO STEP 65 (ensure_file) COMPLETE
80452024-09-09T22:25:10.994Z[ recovery-image] Sep 09 22:25:09.936 INFO O| Sep 09 22:25:09.935 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80462024-09-09T22:25:11.001Z[ recovery-image] Sep 09 22:25:09.945 INFO O| Sep 09 22:25:09.945 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
80472024-09-09T22:25:11.004Z[ recovery-image] Sep 09 22:25:09.946 INFO O| Sep 09 22:25:09.945 INFO STEP 66 (remove_files) COMPLETE
80482024-09-09T22:25:11.004Z[ recovery-image] Sep 09 22:25:09.946 INFO O| Sep 09 22:25:09.945 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80492024-09-09T22:25:11.011Z[ recovery-image] Sep 09 22:25:09.955 INFO O| Sep 09 22:25:09.955 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
80502024-09-09T22:25:11.014Z[ recovery-image] Sep 09 22:25:09.955 INFO O| Sep 09 22:25:09.955 INFO STEP 67 (remove_files) COMPLETE
80512024-09-09T22:25:11.014Z[ recovery-image] Sep 09 22:25:09.955 INFO O| Sep 09 22:25:09.955 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80522024-09-09T22:25:11.022Z[ recovery-image] Sep 09 22:25:09.966 INFO O| Sep 09 22:25:09.966 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
80532024-09-09T22:25:11.025Z[ recovery-image] Sep 09 22:25:09.966 INFO O| Sep 09 22:25:09.966 INFO STEP 68 (remove_files) COMPLETE
80542024-09-09T22:25:11.025Z[ recovery-image] Sep 09 22:25:09.966 INFO O| Sep 09 22:25:09.966 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80552024-09-09T22:25:11.032Z[ recovery-image] Sep 09 22:25:09.976 INFO O| Sep 09 22:25:09.976 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
80562024-09-09T22:25:11.034Z[ recovery-image] Sep 09 22:25:09.976 INFO O| Sep 09 22:25:09.976 INFO STEP 69 (remove_files) COMPLETE
80572024-09-09T22:25:11.034Z[ recovery-image] Sep 09 22:25:09.976 INFO O| Sep 09 22:25:09.976 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80582024-09-09T22:25:11.043Z[ recovery-image] Sep 09 22:25:09.986 INFO O| Sep 09 22:25:09.986 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
80592024-09-09T22:25:11.046Z[ recovery-image] Sep 09 22:25:09.986 INFO O| Sep 09 22:25:09.986 INFO STEP 70 (remove_files) COMPLETE
80602024-09-09T22:25:11.046Z[ recovery-image] Sep 09 22:25:09.986 INFO O| Sep 09 22:25:09.986 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80612024-09-09T22:25:11.052Z[ recovery-image] Sep 09 22:25:09.996 INFO O| Sep 09 22:25:09.996 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
80622024-09-09T22:25:11.054Z[ recovery-image] Sep 09 22:25:09.996 INFO O| Sep 09 22:25:09.996 INFO STEP 71 (remove_files) COMPLETE
80632024-09-09T22:25:11.055Z[ recovery-image] Sep 09 22:25:09.996 INFO O| Sep 09 22:25:09.996 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80642024-09-09T22:25:11.063Z[ recovery-image] Sep 09 22:25:10.007 INFO O| Sep 09 22:25:10.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
80652024-09-09T22:25:11.063Z[ recovery-image] Sep 09 22:25:10.007 INFO O| Sep 09 22:25:10.007 INFO STEP 72 (remove_files) COMPLETE
80662024-09-09T22:25:11.063Z[ recovery-image] Sep 09 22:25:10.007 INFO O| Sep 09 22:25:10.007 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80672024-09-09T22:25:11.076Z[ recovery-image] Sep 09 22:25:10.017 INFO O| Sep 09 22:25:10.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
80682024-09-09T22:25:11.076Z[ recovery-image] Sep 09 22:25:10.017 INFO O| Sep 09 22:25:10.017 INFO STEP 73 (remove_files) COMPLETE
80692024-09-09T22:25:11.079Z[ recovery-image] Sep 09 22:25:10.017 INFO O| Sep 09 22:25:10.017 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80702024-09-09T22:25:11.083Z[ recovery-image] Sep 09 22:25:10.027 INFO O| Sep 09 22:25:10.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
80712024-09-09T22:25:11.085Z[ recovery-image] Sep 09 22:25:10.027 INFO O| Sep 09 22:25:10.027 INFO STEP 74 (remove_files) COMPLETE
80722024-09-09T22:25:11.085Z[ recovery-image] Sep 09 22:25:10.027 INFO O| Sep 09 22:25:10.027 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80732024-09-09T22:25:11.093Z[ recovery-image] Sep 09 22:25:10.037 INFO O| Sep 09 22:25:10.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
80742024-09-09T22:25:11.093Z[ recovery-image] Sep 09 22:25:10.037 INFO O| Sep 09 22:25:10.037 INFO STEP 75 (remove_files) COMPLETE
80752024-09-09T22:25:11.096Z[ recovery-image] Sep 09 22:25:10.038 INFO O| Sep 09 22:25:10.037 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80762024-09-09T22:25:11.103Z[ recovery-image] Sep 09 22:25:10.047 INFO O| Sep 09 22:25:10.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
80772024-09-09T22:25:11.103Z[ recovery-image] Sep 09 22:25:10.047 INFO O| Sep 09 22:25:10.047 INFO STEP 76 (remove_files) COMPLETE
80782024-09-09T22:25:11.106Z[ recovery-image] Sep 09 22:25:10.047 INFO O| Sep 09 22:25:10.047 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80792024-09-09T22:25:11.113Z[ recovery-image] Sep 09 22:25:10.057 INFO O| Sep 09 22:25:10.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
80802024-09-09T22:25:11.113Z[ recovery-image] Sep 09 22:25:10.057 INFO O| Sep 09 22:25:10.057 INFO STEP 77 (remove_files) COMPLETE
80812024-09-09T22:25:11.116Z[ recovery-image] Sep 09 22:25:10.057 INFO O| Sep 09 22:25:10.057 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80822024-09-09T22:25:11.123Z[ recovery-image] Sep 09 22:25:10.067 INFO O| Sep 09 22:25:10.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
80832024-09-09T22:25:11.125Z[ recovery-image] Sep 09 22:25:10.067 INFO O| Sep 09 22:25:10.067 INFO STEP 78 (remove_files) COMPLETE
80842024-09-09T22:25:11.125Z[ recovery-image] Sep 09 22:25:10.067 INFO O| Sep 09 22:25:10.067 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80852024-09-09T22:25:11.133Z[ recovery-image] Sep 09 22:25:10.077 INFO O| Sep 09 22:25:10.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
80862024-09-09T22:25:11.133Z[ recovery-image] Sep 09 22:25:10.077 INFO O| Sep 09 22:25:10.077 INFO STEP 79 (remove_files) COMPLETE
80872024-09-09T22:25:11.133Z[ recovery-image] Sep 09 22:25:10.078 INFO O| Sep 09 22:25:10.077 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80882024-09-09T22:25:11.143Z[ recovery-image] Sep 09 22:25:10.087 INFO O| Sep 09 22:25:10.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
80892024-09-09T22:25:11.143Z[ recovery-image] Sep 09 22:25:10.087 INFO O| Sep 09 22:25:10.087 INFO STEP 80 (remove_files) COMPLETE
80902024-09-09T22:25:11.147Z[ recovery-image] Sep 09 22:25:10.087 INFO O| Sep 09 22:25:10.087 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80912024-09-09T22:25:11.153Z[ recovery-image] Sep 09 22:25:10.097 INFO O| Sep 09 22:25:10.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
80922024-09-09T22:25:11.156Z[ recovery-image] Sep 09 22:25:10.097 INFO O| Sep 09 22:25:10.097 INFO STEP 81 (remove_files) COMPLETE
80932024-09-09T22:25:11.156Z[ recovery-image] Sep 09 22:25:10.097 INFO O| Sep 09 22:25:10.097 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80942024-09-09T22:25:11.163Z[ recovery-image] Sep 09 22:25:10.107 INFO O| Sep 09 22:25:10.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80952024-09-09T22:25:11.163Z[ recovery-image] Sep 09 22:25:10.107 INFO O| Sep 09 22:25:10.107 INFO STEP 82 (remove_files) COMPLETE
80962024-09-09T22:25:11.166Z[ recovery-image] Sep 09 22:25:10.107 INFO O| Sep 09 22:25:10.107 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80972024-09-09T22:25:11.173Z[ recovery-image] Sep 09 22:25:10.117 INFO O| Sep 09 22:25:10.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
80982024-09-09T22:25:11.173Z[ recovery-image] Sep 09 22:25:10.117 INFO O| Sep 09 22:25:10.117 INFO STEP 83 (remove_files) COMPLETE
80992024-09-09T22:25:11.173Z[ recovery-image] Sep 09 22:25:10.117 INFO O| Sep 09 22:25:10.117 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81002024-09-09T22:25:11.183Z[ recovery-image] Sep 09 22:25:10.127 INFO O| Sep 09 22:25:10.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
81012024-09-09T22:25:11.183Z[ recovery-image] Sep 09 22:25:10.127 INFO O| Sep 09 22:25:10.127 INFO STEP 84 (remove_files) COMPLETE
81022024-09-09T22:25:11.185Z[ recovery-image] Sep 09 22:25:10.127 INFO O| Sep 09 22:25:10.127 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81032024-09-09T22:25:11.194Z[ recovery-image] Sep 09 22:25:10.137 INFO O| Sep 09 22:25:10.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81042024-09-09T22:25:11.197Z[ recovery-image] Sep 09 22:25:10.137 INFO O| Sep 09 22:25:10.137 INFO STEP 85 (remove_files) COMPLETE
81052024-09-09T22:25:11.197Z[ recovery-image] Sep 09 22:25:10.137 INFO O| Sep 09 22:25:10.137 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81062024-09-09T22:25:11.205Z[ recovery-image] Sep 09 22:25:10.149 INFO O| Sep 09 22:25:10.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81072024-09-09T22:25:11.205Z[ recovery-image] Sep 09 22:25:10.149 INFO O| Sep 09 22:25:10.149 INFO STEP 86 (remove_files) COMPLETE
81082024-09-09T22:25:11.205Z[ recovery-image] Sep 09 22:25:10.149 INFO O| Sep 09 22:25:10.149 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81092024-09-09T22:25:11.214Z[ recovery-image] Sep 09 22:25:10.159 INFO O| Sep 09 22:25:10.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81102024-09-09T22:25:11.214Z[ recovery-image] Sep 09 22:25:10.159 INFO O| Sep 09 22:25:10.159 INFO STEP 87 (remove_files) COMPLETE
81112024-09-09T22:25:11.217Z[ recovery-image] Sep 09 22:25:10.159 INFO O| Sep 09 22:25:10.159 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81122024-09-09T22:25:11.225Z[ recovery-image] Sep 09 22:25:10.169 INFO O| Sep 09 22:25:10.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81132024-09-09T22:25:11.225Z[ recovery-image] Sep 09 22:25:10.169 INFO O| Sep 09 22:25:10.169 INFO STEP 88 (remove_files) COMPLETE
81142024-09-09T22:25:11.227Z[ recovery-image] Sep 09 22:25:10.169 INFO O| Sep 09 22:25:10.169 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81152024-09-09T22:25:11.234Z[ recovery-image] Sep 09 22:25:10.179 INFO O| Sep 09 22:25:10.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81162024-09-09T22:25:11.237Z[ recovery-image] Sep 09 22:25:10.179 INFO O| Sep 09 22:25:10.179 INFO STEP 89 (remove_files) COMPLETE
81172024-09-09T22:25:11.237Z[ recovery-image] Sep 09 22:25:10.179 INFO O| Sep 09 22:25:10.179 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81182024-09-09T22:25:11.245Z[ recovery-image] Sep 09 22:25:10.190 INFO O| Sep 09 22:25:10.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81192024-09-09T22:25:11.248Z[ recovery-image] Sep 09 22:25:10.190 INFO O| Sep 09 22:25:10.190 INFO STEP 90 (remove_files) COMPLETE
81202024-09-09T22:25:11.248Z[ recovery-image] Sep 09 22:25:10.190 INFO O| Sep 09 22:25:10.190 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81212024-09-09T22:25:11.256Z[ recovery-image] Sep 09 22:25:10.200 INFO O| Sep 09 22:25:10.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
81222024-09-09T22:25:11.256Z[ recovery-image] Sep 09 22:25:10.200 INFO O| Sep 09 22:25:10.200 INFO STEP 91 (remove_files) COMPLETE
81232024-09-09T22:25:11.256Z[ recovery-image] Sep 09 22:25:10.200 INFO O| Sep 09 22:25:10.200 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81242024-09-09T22:25:11.265Z[ recovery-image] Sep 09 22:25:10.209 INFO O| Sep 09 22:25:10.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81252024-09-09T22:25:11.265Z[ recovery-image] Sep 09 22:25:10.209 INFO O| Sep 09 22:25:10.209 INFO STEP 92 (remove_files) COMPLETE
81262024-09-09T22:25:11.268Z[ recovery-image] Sep 09 22:25:10.209 INFO O| Sep 09 22:25:10.209 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81272024-09-09T22:25:11.275Z[ recovery-image] Sep 09 22:25:10.219 INFO O| Sep 09 22:25:10.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81282024-09-09T22:25:11.275Z[ recovery-image] Sep 09 22:25:10.219 INFO O| Sep 09 22:25:10.219 INFO STEP 93 (remove_files) COMPLETE
81292024-09-09T22:25:11.278Z[ recovery-image] Sep 09 22:25:10.220 INFO O| Sep 09 22:25:10.219 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81302024-09-09T22:25:11.285Z[ recovery-image] Sep 09 22:25:10.229 INFO O| Sep 09 22:25:10.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81312024-09-09T22:25:11.288Z[ recovery-image] Sep 09 22:25:10.229 INFO O| Sep 09 22:25:10.229 INFO STEP 94 (remove_files) COMPLETE
81322024-09-09T22:25:11.288Z[ recovery-image] Sep 09 22:25:10.229 INFO O| Sep 09 22:25:10.229 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81332024-09-09T22:25:11.300Z[ recovery-image] Sep 09 22:25:10.244 INFO O| Sep 09 22:25:10.244 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81342024-09-09T22:25:11.303Z[ recovery-image] Sep 09 22:25:10.245 INFO O| Sep 09 22:25:10.244 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
81352024-09-09T22:25:11.472Z[ host-image] Sep 09 22:25:10.416 INFO O| Sep 09 22:25:10.416 INFO O| Actions: Completed 22 actions in 0.49 seconds.
81362024-09-09T22:25:11.706Z[ host-image] Sep 09 22:25:10.650 INFO O| Sep 09 22:25:10.650 INFO O| Done
81372024-09-09T22:25:11.706Z[ host-image] Sep 09 22:25:10.650 INFO O| Sep 09 22:25:10.650 INFO O| Done
81382024-09-09T22:25:12.073Z[ host-image] Sep 09 22:25:11.016 INFO O| Sep 09 22:25:11.016 INFO O| Done
81392024-09-09T22:25:13.214Z[ host-image] Sep 09 22:25:12.157 INFO O| Sep 09 22:25:12.157 INFO O| Done
81402024-09-09T22:25:13.238Z[ host-image] Sep 09 22:25:12.182 INFO O| Sep 09 22:25:12.182 INFO O| Done
81412024-09-09T22:25:13.238Z[ host-image] Sep 09 22:25:12.182 INFO O| Sep 09 22:25:12.182 INFO O| Done
81422024-09-09T22:25:13.248Z[ host-image] Sep 09 22:25:12.192 INFO O| Sep 09 22:25:12.192 INFO O| Done
81432024-09-09T22:25:13.339Z[ host-image] Sep 09 22:25:12.283 INFO O| Sep 09 22:25:12.283 INFO STEP 14 (pkg_install) COMPLETE
81442024-09-09T22:25:13.339Z[ host-image] Sep 09 22:25:12.283 INFO O| Sep 09 22:25:12.283 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81452024-09-09T22:25:13.342Z[ host-image] Sep 09 22:25:12.283 INFO O| Sep 09 22:25:12.283 INFO skip step because feature "mfg" is not enabled
81462024-09-09T22:25:13.342Z[ host-image] Sep 09 22:25:12.283 INFO O| Sep 09 22:25:12.283 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81472024-09-09T22:25:13.342Z[ host-image] Sep 09 22:25:12.283 INFO O| Sep 09 22:25:12.283 INFO skip step because feature "compliance" is not enabled
81482024-09-09T22:25:13.342Z[ host-image] Sep 09 22:25:12.283 INFO O| Sep 09 22:25:12.283 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81492024-09-09T22:25:13.342Z[ host-image] Sep 09 22:25:12.283 INFO O| Sep 09 22:25:12.283 INFO skip step because feature "stress" is not enabled
81502024-09-09T22:25:13.342Z[ host-image] Sep 09 22:25:12.283 INFO O| Sep 09 22:25:12.283 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81512024-09-09T22:25:13.342Z[ host-image] Sep 09 22:25:12.283 INFO O| Sep 09 22:25:12.283 INFO skip step because feature "nfs" is not enabled
81522024-09-09T22:25:13.342Z[ host-image] Sep 09 22:25:12.283 INFO O| Sep 09 22:25:12.283 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
81532024-09-09T22:25:13.342Z[ host-image] Sep 09 22:25:12.283 INFO O| Sep 09 22:25:12.283 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
81542024-09-09T22:25:13.446Z[ host-image] Sep 09 22:25:12.390 INFO O| Sep 09 22:25:12.390 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
81552024-09-09T22:25:13.532Z[ host-image] Sep 09 22:25:12.475 INFO O| Sep 09 22:25:12.475 INFO completed processing gimlet/ramdisk-01-os
81562024-09-09T22:25:13.534Z[ host-image] Sep 09 22:25:12.477 INFO omicron1 baseline generation...
81572024-09-09T22:25:13.534Z[ host-image] Sep 09 22:25:12.477 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
81582024-09-09T22:25:13.935Z[ host-image] Sep 09 22:25:12.878 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22860:20240906T152026Z
81592024-09-09T22:25:17.344Z[ recovery-image] Sep 09 22:25:16.287 INFO O| Sep 09 22:25:16.287 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
81602024-09-09T22:25:17.344Z[ recovery-image] Sep 09 22:25:16.287 INFO O| Sep 09 22:25:16.287 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81612024-09-09T22:25:17.357Z[ recovery-image] Sep 09 22:25:16.300 INFO O| Sep 09 22:25:16.299 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
81622024-09-09T22:25:17.432Z[ recovery-image] Sep 09 22:25:16.374 INFO O| Sep 09 22:25:16.374 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81632024-09-09T22:25:17.432Z[ recovery-image] Sep 09 22:25:16.374 INFO O| Sep 09 22:25:16.374 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 ...
81642024-09-09T22:25:17.434Z[ recovery-image] Sep 09 22:25:16.376 INFO O| Sep 09 22:25:16.376 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
81652024-09-09T22:25:17.434Z[ recovery-image] Sep 09 22:25:16.376 INFO O| Sep 09 22:25:16.376 INFO ok!
81662024-09-09T22:25:17.434Z[ recovery-image] Sep 09 22:25:16.376 INFO O| Sep 09 22:25:16.376 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
81672024-09-09T22:25:17.434Z[ recovery-image] Sep 09 22:25:16.376 INFO O| Sep 09 22:25:16.376 INFO STEP 95 (seed_smf) COMPLETE
81682024-09-09T22:25:17.434Z[ recovery-image] Sep 09 22:25:16.376 INFO O| Sep 09 22:25:16.376 INFO steps complete; finalising image!
81692024-09-09T22:25:17.434Z[ recovery-image] Sep 09 22:25:16.376 INFO O| Sep 09 22:25:16.376 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
81702024-09-09T22:25:17.468Z[ recovery-image] Sep 09 22:25:16.410 INFO O| Sep 09 22:25:16.410 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Mon Sep 9 22:25:16 2024)
81712024-09-09T22:25:17.689Z[ recovery-image] Sep 09 22:25:16.631 INFO O| Sep 09 22:25:16.631 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
81722024-09-09T22:25:17.689Z[ recovery-image] Sep 09 22:25:16.631 INFO O| Sep 09 22:25:16.631 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81732024-09-09T22:25:17.930Z[ recovery-image] Sep 09 22:25:16.873 INFO O| Sep 09 22:25:16.872 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
81742024-09-09T22:25:17.930Z[ recovery-image] Sep 09 22:25:16.873 INFO O| Sep 09 22:25:16.873 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81752024-09-09T22:25:21.005Z[ recovery-image] Sep 09 22:25:19.946 INFO O| Sep 09 22:25:19.946 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81762024-09-09T22:25:21.005Z[ recovery-image] Sep 09 22:25:19.946 INFO O| Sep 09 22:25:19.946 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81772024-09-09T22:25:21.008Z[ recovery-image] Sep 09 22:25:19.946 INFO O| Sep 09 22:25:19.946 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81782024-09-09T22:25:21.008Z[ recovery-image] Sep 09 22:25:19.946 INFO O| Sep 09 22:25:19.946 INFO completed processing gimlet/zfs-recovery
81792024-09-09T22:25:21.008Z[ recovery-image] Sep 09 22:25:19.946 INFO O| Sep 09 22:25:19.946 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81802024-09-09T22:25:21.738Z[ recovery-image] Sep 09 22:25:20.680 INFO O| Sep 09 22:25:20.680 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81812024-09-09T22:25:21.822Z[ recovery-image] Sep 09 22:25:20.764 INFO BUILD STRING "heads/stlouis-0-g231eef1c5c\n"
81822024-09-09T22:25:21.825Z[ recovery-image] Sep 09 22:25:20.764 INFO expanded image name: "recovery 61160bb/${os_short_commit} 2024-09-09 21:57" -> "recovery 61160bb/231eef1 2024-09-09 21:57"
81832024-09-09T22:25:21.825Z[ recovery-image] Sep 09 22:25:20.764 INFO output artefacts stored in: "/work/os-recovery"
81842024-09-09T22:25:21.825Z[ recovery-image] Sep 09 22:25:20.764 INFO collecting git info from project "image-builder"...
81852024-09-09T22:25:21.833Z[ recovery-image] Sep 09 22:25:20.775 INFO collecting git info from project "amd-host-image-builder"...
81862024-09-09T22:25:22.069Z[ recovery-image] Sep 09 22:25:21.011 INFO collecting git info from project "pinprick"...
81872024-09-09T22:25:22.075Z[ recovery-image] Sep 09 22:25:21.017 INFO collecting git info from project "bootserver"...
81882024-09-09T22:25:22.080Z[ recovery-image] Sep 09 22:25:21.022 INFO collecting git info from project "pilot"...
81892024-09-09T22:25:22.091Z[ recovery-image] Sep 09 22:25:21.033 INFO collecting git info from project "phbl"...
81902024-09-09T22:25:22.097Z[ recovery-image] Sep 09 22:25:21.039 INFO collecting git info from project "chelsio-t6-roms"...
81912024-09-09T22:25:22.118Z[ recovery-image] Sep 09 22:25:21.060 INFO collecting git info from project "amd-firmware"...
81922024-09-09T22:25:22.339Z[ recovery-image] Sep 09 22:25:21.281 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
81932024-09-09T22:25:22.691Z[ recovery-image] Sep 09 22:25:21.633 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
81942024-09-09T22:25:23.036Z[ recovery-image] Sep 09 22:25:21.977 INFO creating Oxide boot image...
81952024-09-09T22:25:23.039Z[ recovery-image] Sep 09 22:25:21.978 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 61160bb/231eef1 2024-09-09 21:57", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
81962024-09-09T22:26:00.795Z[ host-image] Sep 09 22:25:59.729 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22860:20240906T152101Z
81972024-09-09T22:26:00.795Z[ host-image] Sep 09 22:25:59.729 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22860:20240906T152101Z
81982024-09-09T22:26:00.798Z[ host-image] Sep 09 22:25:59.730 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81992024-09-09T22:26:00.798Z[ host-image] Sep 09 22:25:59.730 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
82002024-09-09T22:26:00.798Z[ host-image] Sep 09 22:25:59.730 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
82012024-09-09T22:26:00.798Z[ host-image] Sep 09 22:25:59.730 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
82022024-09-09T22:26:00.798Z[ host-image] Sep 09 22:25:59.731 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
82032024-09-09T22:26:00.798Z[ host-image] Sep 09 22:25:59.731 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
82042024-09-09T22:26:00.798Z[ host-image] Sep 09 22:25:59.731 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
82052024-09-09T22:26:00.798Z[ host-image] Sep 09 22:25:59.731 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
82062024-09-09T22:26:00.798Z[ host-image] Sep 09 22:25:59.731 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22860:20240906T152101Z
82072024-09-09T22:26:00.801Z[ host-image] Sep 09 22:25:59.733 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22860:20240906T152102Z
82082024-09-09T22:26:00.801Z[ host-image] Sep 09 22:25:59.734 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22860:20240906T152102Z
82092024-09-09T22:26:00.801Z[ host-image] Sep 09 22:25:59.734 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22860:20240906T152103Z
82102024-09-09T22:26:00.801Z[ host-image] Sep 09 22:25:59.734 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
82112024-09-09T22:26:00.803Z[ host-image] Sep 09 22:25:59.735 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22860:20240906T152103Z
82122024-09-09T22:26:00.803Z[ host-image] Sep 09 22:25:59.736 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22860:20240906T152103Z
82132024-09-09T22:26:00.803Z[ host-image] Sep 09 22:25:59.736 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22860:20240906T152103Z
82142024-09-09T22:26:00.803Z[ host-image] Sep 09 22:25:59.736 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22860:20240906T152103Z
82152024-09-09T22:26:00.803Z[ host-image] Sep 09 22:25:59.736 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22860:20240906T152104Z
82162024-09-09T22:26:00.803Z[ host-image] Sep 09 22:25:59.736 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22860:20240906T152104Z
82172024-09-09T22:26:00.803Z[ host-image] Sep 09 22:25:59.736 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22860:20240906T152104Z
82182024-09-09T22:26:00.803Z[ host-image] Sep 09 22:25:59.736 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22860:20240906T152105Z
82192024-09-09T22:26:00.803Z[ host-image] Sep 09 22:25:59.737 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22860:20240906T152105Z
82202024-09-09T22:26:00.803Z[ host-image] Sep 09 22:25:59.737 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22860:20240906T152107Z
82212024-09-09T22:26:00.803Z[ host-image] Sep 09 22:25:59.737 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22860:20240906T152107Z
82222024-09-09T22:26:00.803Z[ host-image] Sep 09 22:25:59.737 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22860:20240906T152108Z
82232024-09-09T22:26:00.803Z[ host-image] Sep 09 22:25:59.737 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22860:20240906T152109Z
82242024-09-09T22:26:00.806Z[ host-image] Sep 09 22:25:59.737 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82252024-09-09T22:26:00.806Z[ host-image] Sep 09 22:25:59.737 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22860:20240906T152110Z
82262024-09-09T22:26:00.806Z[ host-image] Sep 09 22:25:59.737 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22860:20240906T152112Z
82272024-09-09T22:26:00.806Z[ host-image] Sep 09 22:25:59.738 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22860:20240906T152113Z
82282024-09-09T22:26:00.806Z[ host-image] Sep 09 22:25:59.738 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22860:20240906T152114Z
82292024-09-09T22:26:00.806Z[ host-image] Sep 09 22:25:59.739 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22860:20240906T152115Z
82302024-09-09T22:26:00.806Z[ host-image] Sep 09 22:25:59.739 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22860:20240906T152116Z
82312024-09-09T22:26:00.814Z[ host-image] Sep 09 22:25:59.748 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82322024-09-09T22:26:00.814Z[ host-image] Sep 09 22:25:59.748 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22860:20240906T152116Z
82332024-09-09T22:26:00.816Z[ host-image] Sep 09 22:25:59.748 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82342024-09-09T22:26:00.816Z[ host-image] Sep 09 22:25:59.748 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82352024-09-09T22:26:00.816Z[ host-image] Sep 09 22:25:59.749 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82362024-09-09T22:26:00.816Z[ host-image] Sep 09 22:25:59.749 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22860:20240906T152116Z
82372024-09-09T22:26:00.817Z[ host-image] Sep 09 22:25:59.749 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82382024-09-09T22:26:00.817Z[ host-image] Sep 09 22:25:59.750 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82392024-09-09T22:26:00.819Z[ host-image] Sep 09 22:25:59.751 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82402024-09-09T22:26:00.819Z[ host-image] Sep 09 22:25:59.751 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82412024-09-09T22:26:00.829Z[ host-image] Sep 09 22:25:59.763 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82422024-09-09T22:26:00.832Z[ host-image] Sep 09 22:25:59.763 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82432024-09-09T22:26:00.832Z[ host-image] Sep 09 22:25:59.763 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82442024-09-09T22:26:00.832Z[ host-image] Sep 09 22:25:59.764 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82452024-09-09T22:26:00.832Z[ host-image] Sep 09 22:25:59.765 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82462024-09-09T22:26:00.832Z[ host-image] Sep 09 22:25:59.765 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82472024-09-09T22:26:00.867Z[ host-image] Sep 09 22:25:59.801 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
82482024-09-09T22:26:00.869Z[ host-image] Sep 09 22:25:59.801 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82492024-09-09T22:26:00.869Z[ host-image] Sep 09 22:25:59.801 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82502024-09-09T22:26:00.869Z[ host-image] Sep 09 22:25:59.802 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22860:20240906T152118Z
82512024-09-09T22:26:00.869Z[ host-image] Sep 09 22:25:59.802 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22860:20240906T152124Z
82522024-09-09T22:26:00.869Z[ host-image] Sep 09 22:25:59.803 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82532024-09-09T22:26:00.869Z[ host-image] Sep 09 22:25:59.803 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22860:20240906T152124Z
82542024-09-09T22:26:00.869Z[ host-image] Sep 09 22:25:59.803 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82552024-09-09T22:26:00.869Z[ host-image] Sep 09 22:25:59.803 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82562024-09-09T22:26:00.869Z[ host-image] Sep 09 22:25:59.803 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82572024-09-09T22:26:00.869Z[ host-image] Sep 09 22:25:59.803 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22860:20240906T152124Z
82582024-09-09T22:26:00.869Z[ host-image] Sep 09 22:25:59.803 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82592024-09-09T22:26:00.876Z[ host-image] Sep 09 22:25:59.808 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82602024-09-09T22:26:00.877Z[ host-image] Sep 09 22:25:59.808 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82612024-09-09T22:26:00.877Z[ host-image] Sep 09 22:25:59.808 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82622024-09-09T22:26:00.877Z[ host-image] Sep 09 22:25:59.808 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22860:20240906T152125Z
82632024-09-09T22:26:00.877Z[ host-image] Sep 09 22:25:59.808 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82642024-09-09T22:26:00.889Z[ host-image] Sep 09 22:25:59.823 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82652024-09-09T22:26:00.892Z[ host-image] Sep 09 22:25:59.823 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22860:20240906T152125Z
82662024-09-09T22:26:00.892Z[ host-image] Sep 09 22:25:59.825 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22860:20240906T152126Z
82672024-09-09T22:26:00.894Z[ host-image] Sep 09 22:25:59.826 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22860:20240906T152126Z
82682024-09-09T22:26:00.894Z[ host-image] Sep 09 22:25:59.826 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
82692024-09-09T22:26:00.894Z[ host-image] Sep 09 22:25:59.826 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22860:20240906T152127Z
82702024-09-09T22:26:00.894Z[ host-image] Sep 09 22:25:59.827 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22860:20240906T152127Z
82712024-09-09T22:26:00.894Z[ host-image] Sep 09 22:25:59.827 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22860:20240906T152127Z
82722024-09-09T22:26:00.894Z[ host-image] Sep 09 22:25:59.827 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22860:20240906T152127Z
82732024-09-09T22:26:00.897Z[ host-image] Sep 09 22:25:59.831 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82742024-09-09T22:26:00.901Z[ host-image] Sep 09 22:25:59.831 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22860:20240906T152128Z
82752024-09-09T22:26:00.901Z[ host-image] Sep 09 22:25:59.832 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22860:20240906T152129Z
82762024-09-09T22:26:00.901Z[ host-image] Sep 09 22:25:59.832 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82772024-09-09T22:26:00.901Z[ host-image] Sep 09 22:25:59.832 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22860:20240906T152129Z
82782024-09-09T22:26:00.901Z[ host-image] Sep 09 22:25:59.833 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22860:20240906T152130Z
82792024-09-09T22:26:00.901Z[ host-image] Sep 09 22:25:59.833 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22860:20240906T152130Z
82802024-09-09T22:26:00.901Z[ host-image] Sep 09 22:25:59.833 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22860:20240906T152130Z
82812024-09-09T22:26:00.907Z[ host-image] Sep 09 22:25:59.842 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22860:20240906T152130Z
82822024-09-09T22:26:00.907Z[ host-image] Sep 09 22:25:59.842 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82832024-09-09T22:26:00.910Z[ host-image] Sep 09 22:25:59.844 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22860:20240906T152130Z
82842024-09-09T22:26:00.912Z[ host-image] Sep 09 22:25:59.845 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22860:20240906T152130Z
82852024-09-09T22:26:00.912Z[ host-image] Sep 09 22:25:59.845 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22860:20240906T152130Z
82862024-09-09T22:26:00.912Z[ host-image] Sep 09 22:25:59.845 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22860:20240906T152131Z
82872024-09-09T22:26:00.912Z[ host-image] Sep 09 22:25:59.846 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22860:20240906T152131Z
82882024-09-09T22:26:00.912Z[ host-image] Sep 09 22:25:59.846 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22860:20240906T152131Z
82892024-09-09T22:26:00.922Z[ host-image] Sep 09 22:25:59.856 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22860:20240906T152133Z
82902024-09-09T22:26:00.925Z[ host-image] Sep 09 22:25:59.856 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22860:20240906T152132Z
82912024-09-09T22:26:00.925Z[ host-image] Sep 09 22:25:59.857 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22860:20240906T152132Z
82922024-09-09T22:26:00.925Z[ host-image] Sep 09 22:25:59.858 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22860:20240906T152132Z
82932024-09-09T22:26:00.925Z[ host-image] Sep 09 22:25:59.858 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22860:20240906T152133Z
82942024-09-09T22:26:00.946Z[ host-image] Sep 09 22:25:59.880 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22860:20240906T152136Z
82952024-09-09T22:26:00.946Z[ host-image] Sep 09 22:25:59.880 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22860:20240906T152133Z
82962024-09-09T22:26:00.948Z[ host-image] Sep 09 22:25:59.880 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22860:20240906T152133Z
82972024-09-09T22:26:00.948Z[ host-image] Sep 09 22:25:59.880 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82982024-09-09T22:26:00.948Z[ host-image] Sep 09 22:25:59.880 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82992024-09-09T22:26:00.975Z[ host-image] Sep 09 22:25:59.909 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22860:20240906T152133Z
83002024-09-09T22:26:00.978Z[ host-image] Sep 09 22:25:59.909 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
83012024-09-09T22:26:00.978Z[ host-image] Sep 09 22:25:59.910 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22860:20240906T152133Z
83022024-09-09T22:26:00.978Z[ host-image] Sep 09 22:25:59.910 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22860:20240906T152134Z
83032024-09-09T22:26:00.978Z[ host-image] Sep 09 22:25:59.911 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22860:20240906T152134Z
83042024-09-09T22:26:00.978Z[ host-image] Sep 09 22:25:59.911 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
83052024-09-09T22:26:00.978Z[ host-image] Sep 09 22:25:59.912 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
83062024-09-09T22:26:00.978Z[ host-image] Sep 09 22:25:59.912 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22860:20240906T152135Z
83072024-09-09T22:26:00.981Z[ host-image] Sep 09 22:25:59.912 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22860:20240906T152135Z
83082024-09-09T22:26:00.981Z[ host-image] Sep 09 22:25:59.912 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22860:20240906T152135Z
83092024-09-09T22:26:00.981Z[ host-image] Sep 09 22:25:59.913 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22860:20240906T152135Z
83102024-09-09T22:26:00.981Z[ host-image] Sep 09 22:25:59.913 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22860:20240906T152135Z
83112024-09-09T22:26:00.981Z[ host-image] Sep 09 22:25:59.913 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22860:20240906T152136Z
83122024-09-09T22:26:00.983Z[ host-image] Sep 09 22:25:59.916 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
83132024-09-09T22:26:00.983Z[ host-image] Sep 09 22:25:59.916 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22860:20240906T152136Z
83142024-09-09T22:26:00.986Z[ host-image] Sep 09 22:25:59.918 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22860:20240906T152136Z
83152024-09-09T22:26:00.986Z[ host-image] Sep 09 22:25:59.918 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22860:20240906T152136Z
83162024-09-09T22:26:00.986Z[ host-image] Sep 09 22:25:59.918 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22860:20240906T152138Z
83172024-09-09T22:26:00.986Z[ host-image] Sep 09 22:25:59.918 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22860:20240906T152137Z
83182024-09-09T22:26:00.986Z[ host-image] Sep 09 22:25:59.919 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22860:20240906T152137Z
83192024-09-09T22:26:00.986Z[ host-image] Sep 09 22:25:59.919 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83202024-09-09T22:26:00.986Z[ host-image] Sep 09 22:25:59.919 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83212024-09-09T22:26:00.986Z[ host-image] Sep 09 22:25:59.919 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22860:20240906T152139Z
83222024-09-09T22:26:00.986Z[ host-image] Sep 09 22:25:59.920 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22860:20240906T152140Z
83232024-09-09T22:26:00.986Z[ host-image] Sep 09 22:25:59.920 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83242024-09-09T22:26:00.986Z[ host-image] Sep 09 22:25:59.920 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83252024-09-09T22:26:00.986Z[ host-image] Sep 09 22:25:59.920 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83262024-09-09T22:26:00.989Z[ host-image] Sep 09 22:25:59.920 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83272024-09-09T22:26:00.989Z[ host-image] Sep 09 22:25:59.920 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83282024-09-09T22:26:00.989Z[ host-image] Sep 09 22:25:59.921 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83292024-09-09T22:26:00.989Z[ host-image] Sep 09 22:25:59.922 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83302024-09-09T22:26:00.989Z[ host-image] Sep 09 22:25:59.922 INFO O| tempdir @ "/tmp/.tmpALaD7S/tmp"
83312024-09-09T22:26:00.989Z[ host-image] Sep 09 22:25:59.922 INFO O| image root @ "/tmp/.tmpALaD7S/tmp/root"
83322024-09-09T22:26:00.989Z[ host-image] Sep 09 22:25:59.922 INFO O| creating image...
83332024-09-09T22:26:01.477Z[ host-image] Sep 09 22:26:00.411 INFO O| copying publishers...
83342024-09-09T22:26:07.838Z[ host-image] Sep 09 22:26:06.770 INFO O| adding properties...
83352024-09-09T22:26:08.848Z[ host-image] Sep 09 22:26:07.780 INFO O| installing packages...
83362024-09-09T22:26:13.871Z[ recovery-image] Sep 09 22:26:12.802 INFO O| ok, image written!
83372024-09-09T22:26:13.871Z[ recovery-image] Sep 09 22:26:12.802 INFO O| ok, boot_image_csum file written!
83382024-09-09T22:26:13.875Z[ recovery-image] Sep 09 22:26:12.807 INFO creating boot archive (CPIO)...
83392024-09-09T22:26:13.875Z[ recovery-image] Sep 09 22:26:12.807 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
83402024-09-09T22:26:13.883Z[ recovery-image] Sep 09 22:26:12.814 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83412024-09-09T22:26:13.883Z[ recovery-image] Sep 09 22:26:12.814 INFO E| + outfile=/work/os-recovery/cpio
83422024-09-09T22:26:13.883Z[ recovery-image] Sep 09 22:26:12.814 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83432024-09-09T22:26:13.885Z[ recovery-image] Sep 09 22:26:12.816 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83442024-09-09T22:26:13.885Z[ recovery-image] Sep 09 22:26:12.816 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83452024-09-09T22:26:13.917Z[ recovery-image] Sep 09 22:26:12.848 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83462024-09-09T22:26:13.917Z[ recovery-image] Sep 09 22:26:12.848 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
83472024-09-09T22:26:13.925Z[ recovery-image] Sep 09 22:26:12.856 INFO creating compressed cpio/unix for nanobl-rs...
83482024-09-09T22:26:13.927Z[ recovery-image] Sep 09 22:26:12.857 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
83492024-09-09T22:26:14.208Z[ recovery-image] Sep 09 22:26:13.139 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
83502024-09-09T22:26:18.567Z[ recovery-image] Sep 09 22:26:17.497 INFO creating reset image...
83512024-09-09T22:26:18.569Z[ recovery-image] Sep 09 22:26:17.497 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
83522024-09-09T22:26:18.790Z[ recovery-image] Sep 09 22:26:17.720 INFO E| Updating crates.io index
83532024-09-09T22:26:18.900Z[ recovery-image] Sep 09 22:26:17.831 INFO E| Downloading crates ...
83542024-09-09T22:26:18.972Z[ recovery-image] Sep 09 22:26:17.902 INFO E| Downloaded colorchoice v1.0.2
83552024-09-09T22:26:18.974Z[ recovery-image] Sep 09 22:26:17.904 INFO E| Downloaded quote v1.0.37
83562024-09-09T22:26:18.977Z[ recovery-image] Sep 09 22:26:17.908 INFO E| Downloaded utf8parse v0.2.2
83572024-09-09T22:26:18.980Z[ recovery-image] Sep 09 22:26:17.909 INFO E| Downloaded anstyle-parse v0.2.5
83582024-09-09T22:26:18.988Z[ recovery-image] Sep 09 22:26:17.918 INFO E| Downloaded shared_child v1.0.1
83592024-09-09T22:26:18.990Z[ recovery-image] Sep 09 22:26:17.919 INFO E| Downloaded os_pipe v1.2.1
83602024-09-09T22:26:18.990Z[ recovery-image] Sep 09 22:26:17.921 INFO E| Downloaded is_terminal_polyfill v1.70.1
83612024-09-09T22:26:18.993Z[ recovery-image] Sep 09 22:26:17.922 INFO E| Downloaded anstyle-query v1.1.1
83622024-09-09T22:26:18.996Z[ recovery-image] Sep 09 22:26:17.925 INFO E| Downloaded clap_lex v0.7.2
83632024-09-09T22:26:18.998Z[ recovery-image] Sep 09 22:26:17.927 INFO E| Downloaded duct v0.13.7
83642024-09-09T22:26:19.001Z[ recovery-image] Sep 09 22:26:17.928 INFO E| Downloaded anstream v0.6.15
83652024-09-09T22:26:19.003Z[ recovery-image] Sep 09 22:26:17.931 INFO E| Downloaded clap v4.5.17
83662024-09-09T22:26:19.013Z[ recovery-image] Sep 09 22:26:17.943 INFO E| Downloaded clap_builder v4.5.17
83672024-09-09T22:26:19.021Z[ recovery-image] Sep 09 22:26:17.951 INFO E| Downloaded syn v2.0.77
83682024-09-09T22:26:19.082Z[ recovery-image] Sep 09 22:26:18.012 INFO E| Compiling proc-macro2 v1.0.86
83692024-09-09T22:26:19.082Z[ recovery-image] Sep 09 22:26:18.012 INFO E| Compiling unicode-ident v1.0.12
83702024-09-09T22:26:19.082Z[ recovery-image] Sep 09 22:26:18.012 INFO E| Compiling libc v0.2.158
83712024-09-09T22:26:19.085Z[ recovery-image] Sep 09 22:26:18.012 INFO E| Compiling utf8parse v0.2.2
83722024-09-09T22:26:19.085Z[ recovery-image] Sep 09 22:26:18.012 INFO E| Compiling anstyle-query v1.1.1
83732024-09-09T22:26:19.085Z[ recovery-image] Sep 09 22:26:18.012 INFO E| Compiling anstyle v1.0.8
83742024-09-09T22:26:19.085Z[ recovery-image] Sep 09 22:26:18.012 INFO E| Compiling colorchoice v1.0.2
83752024-09-09T22:26:19.085Z[ recovery-image] Sep 09 22:26:18.012 INFO E| Compiling is_terminal_polyfill v1.70.1
83762024-09-09T22:26:19.257Z[ recovery-image] Sep 09 22:26:18.187 INFO E| Compiling anstyle-parse v0.2.5
83772024-09-09T22:26:19.278Z[ recovery-image] Sep 09 22:26:18.208 INFO E| Compiling heck v0.5.0
83782024-09-09T22:26:19.286Z[ recovery-image] Sep 09 22:26:18.216 INFO E| Compiling clap_lex v0.7.2
83792024-09-09T22:26:19.290Z[ recovery-image] Sep 09 22:26:18.220 INFO E| Compiling strsim v0.11.1
83802024-09-09T22:26:19.310Z[ recovery-image] Sep 09 22:26:18.240 INFO E| Compiling once_cell v1.19.0
83812024-09-09T22:26:19.577Z[ recovery-image] Sep 09 22:26:18.507 INFO E| Compiling anstream v0.6.15
83822024-09-09T22:26:19.889Z[ recovery-image] Sep 09 22:26:18.819 INFO E| Compiling clap_builder v4.5.17
83832024-09-09T22:26:20.306Z[ recovery-image] Sep 09 22:26:19.236 INFO E| Compiling os_pipe v1.2.1
83842024-09-09T22:26:20.306Z[ recovery-image] Sep 09 22:26:19.236 INFO E| Compiling shared_child v1.0.1
83852024-09-09T22:26:20.424Z[ recovery-image] Sep 09 22:26:19.354 INFO E| Compiling duct v0.13.7
83862024-09-09T22:26:20.506Z[ recovery-image] Sep 09 22:26:19.436 INFO E| Compiling quote v1.0.37
83872024-09-09T22:26:20.788Z[ recovery-image] Sep 09 22:26:19.718 INFO E| Compiling syn v2.0.77
83882024-09-09T22:26:24.425Z[ recovery-image] Sep 09 22:26:23.354 INFO E| Compiling clap_derive v4.5.13
83892024-09-09T22:26:26.211Z[ recovery-image] Sep 09 22:26:25.140 INFO E| Compiling clap v4.5.17
83902024-09-09T22:26:26.264Z[ recovery-image] Sep 09 22:26:25.192 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
83912024-09-09T22:26:27.253Z[ recovery-image] Sep 09 22:26:26.182 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.62s
83922024-09-09T22:26:27.264Z[ recovery-image] Sep 09 22:26:26.192 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
83932024-09-09T22:26:27.383Z[ recovery-image] Sep 09 22:26:26.312 INFO E| Updating crates.io index
83942024-09-09T22:26:27.439Z[ recovery-image] Sep 09 22:26:26.368 INFO E| Downloading crates ...
83952024-09-09T22:26:27.488Z[ recovery-image] Sep 09 22:26:26.416 INFO E| Downloaded seq-macro v0.3.5
83962024-09-09T22:26:27.496Z[ recovery-image] Sep 09 22:26:26.425 INFO E| Downloaded miniz_oxide v0.7.4
83972024-09-09T22:26:27.499Z[ recovery-image] Sep 09 22:26:26.427 INFO E| Downloaded bit_field v0.10.2
83982024-09-09T22:26:27.504Z[ recovery-image] Sep 09 22:26:26.433 INFO E| Downloaded cpio_reader v0.1.1
83992024-09-09T22:26:27.514Z[ recovery-image] Sep 09 22:26:26.443 INFO E| Downloaded raw-cpuid v10.7.0
84002024-09-09T22:26:27.635Z[ recovery-image] Sep 09 22:26:26.564 INFO E| Downloaded x86 v0.52.0
84012024-09-09T22:26:27.696Z[ recovery-image] Sep 09 22:26:26.624 INFO E| Updating crates.io index
84022024-09-09T22:26:27.754Z[ recovery-image] Sep 09 22:26:26.683 INFO E| Downloading crates ...
84032024-09-09T22:26:27.822Z[ recovery-image] Sep 09 22:26:26.750 INFO E| Downloaded compiler_builtins v0.1.123
84042024-09-09T22:26:27.891Z[ recovery-image] Sep 09 22:26:26.819 INFO E| Compiling compiler_builtins v0.1.123
84052024-09-09T22:26:27.891Z[ recovery-image] Sep 09 22:26:26.819 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)
84062024-09-09T22:26:27.893Z[ recovery-image] Sep 09 22:26:26.819 INFO E| Compiling proc-macro2 v1.0.86
84072024-09-09T22:26:27.893Z[ recovery-image] Sep 09 22:26:26.819 INFO E| Compiling unicode-ident v1.0.12
84082024-09-09T22:26:27.893Z[ recovery-image] Sep 09 22:26:26.819 INFO E| Compiling syn v1.0.109
84092024-09-09T22:26:27.893Z[ recovery-image] Sep 09 22:26:26.819 INFO E| Compiling x86 v0.52.0
84102024-09-09T22:26:27.893Z[ recovery-image] Sep 09 22:26:26.819 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
84112024-09-09T22:26:27.893Z[ recovery-image] Sep 09 22:26:26.819 INFO E| Compiling seq-macro v0.3.5
84122024-09-09T22:26:29.071Z[ recovery-image] Sep 09 22:26:27.999 INFO E| Compiling quote v1.0.37
84132024-09-09T22:26:29.323Z[ recovery-image] Sep 09 22:26:28.251 INFO E| Compiling syn v2.0.77
84142024-09-09T22:26:31.053Z[ host-image] Sep 09 22:26:29.980 INFO O| seeding SMF database...
84152024-09-09T22:26:31.775Z[ recovery-image] Sep 09 22:26:30.703 INFO E| Compiling scroll_derive v0.12.0
84162024-09-09T22:26:33.876Z[ recovery-image] Sep 09 22:26:32.803 INFO E| Compiling bitstruct_derive v0.1.0
84172024-09-09T22:26:39.248Z[ host-image] Sep 09 22:26:38.174 INFO O| configuring SMF profile...
84182024-09-09T22:26:39.251Z[ host-image] Sep 09 22:26:38.174 INFO O| modifying shadow(5)...
84192024-09-09T22:26:39.251Z[ host-image] Sep 09 22:26:38.174 INFO O| loading user and group database...
84202024-09-09T22:26:39.251Z[ host-image] Sep 09 22:26:38.175 INFO O| assessing packaged files...
84212024-09-09T22:26:41.405Z[ host-image] Sep 09 22:26:40.330 INFO O| creating archive...
84222024-09-09T22:26:41.438Z[ host-image] Sep 09 22:26:40.364 INFO O| missing from packaging:
84232024-09-09T22:26:41.438Z[ host-image] Sep 09 22:26:40.364 INFO O| "etc/.pwd.lock"
84242024-09-09T22:26:41.438Z[ host-image] Sep 09 22:26:40.364 INFO O| "etc/bash"
84252024-09-09T22:26:41.443Z[ host-image] Sep 09 22:26:40.369 INFO O| "etc/svc/profile/generic.xml"
84262024-09-09T22:26:41.445Z[ host-image] Sep 09 22:26:40.369 INFO O| "etc/svc/profile/inetd_services.xml"
84272024-09-09T22:26:41.445Z[ host-image] Sep 09 22:26:40.369 INFO O| "etc/svc/profile/name_service.xml"
84282024-09-09T22:26:41.446Z[ host-image] Sep 09 22:26:40.369 INFO O| "etc/svc/profile/platform.xml"
84292024-09-09T22:26:41.446Z[ host-image] Sep 09 22:26:40.369 INFO O| "etc/svc/profile/platform_omicron1.xml"
84302024-09-09T22:26:41.446Z[ host-image] Sep 09 22:26:40.369 INFO O| "etc/svc/repository.db"
84312024-09-09T22:26:41.452Z[ host-image] Sep 09 22:26:40.378 INFO O| "opt/ooce/share"
84322024-09-09T22:26:41.452Z[ host-image] Sep 09 22:26:40.378 INFO O| "opt/ooce/share/man"
84332024-09-09T22:26:41.455Z[ host-image] Sep 09 22:26:40.378 INFO O| "opt/ooce/share/man/man1"
84342024-09-09T22:26:41.461Z[ host-image] Sep 09 22:26:40.387 INFO O| finishing archive...
84352024-09-09T22:26:44.315Z[ host-image] Sep 09 22:26:43.240 INFO O| creating gzonly manifest...
84362024-09-09T22:26:44.327Z[ host-image] Sep 09 22:26:43.252 INFO O| ok
84372024-09-09T22:26:44.432Z[ host-image] Sep 09 22:26:43.356 INFO image builder template: ramdisk-02-trim...
84382024-09-09T22:26:44.432Z[ host-image] Sep 09 22:26:43.356 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/.tmpk1xqE7/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
84392024-09-09T22:26:44.456Z[ host-image] Sep 09 22:26:43.381 INFO O| Sep 09 22:26:43.380 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84402024-09-09T22:26:44.459Z[ host-image] Sep 09 22:26:43.385 INFO O| Sep 09 22:26:43.384 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84412024-09-09T22:26:44.543Z[ host-image] Sep 09 22:26:43.468 INFO O| Sep 09 22:26:43.468 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
84422024-09-09T22:26:44.655Z[ host-image] Sep 09 22:26:43.580 INFO O| Sep 09 22:26:43.580 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84432024-09-09T22:26:44.655Z[ host-image] Sep 09 22:26:43.580 INFO O| Sep 09 22:26:43.580 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
84442024-09-09T22:26:44.661Z[ host-image] Sep 09 22:26:43.586 INFO O| Sep 09 22:26:43.586 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
84452024-09-09T22:26:44.665Z[ host-image] Sep 09 22:26:43.590 INFO O| Sep 09 22:26:43.590 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
84462024-09-09T22:26:44.670Z[ host-image] Sep 09 22:26:43.596 INFO O| Sep 09 22:26:43.595 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
84472024-09-09T22:26:44.866Z[ host-image] Sep 09 22:26:43.791 INFO O| Sep 09 22:26:43.790 INFO rolled back to input snapshot; work may begin
84482024-09-09T22:26:44.866Z[ host-image] Sep 09 22:26:43.791 INFO O| Sep 09 22:26:43.791 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
84492024-09-09T22:26:44.871Z[ host-image] Sep 09 22:26:43.796 INFO O| Sep 09 22:26:43.796 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84502024-09-09T22:26:44.883Z[ host-image] Sep 09 22:26:43.808 INFO O| Sep 09 22:26:43.808 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
84512024-09-09T22:26:44.935Z[ host-image] Sep 09 22:26:43.860 INFO O| Sep 09 22:26:43.860 INFO STEP 0 (remove_files) COMPLETE
84522024-09-09T22:26:44.935Z[ host-image] Sep 09 22:26:43.860 INFO O| Sep 09 22:26:43.860 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84532024-09-09T22:26:44.948Z[ host-image] Sep 09 22:26:43.873 INFO O| Sep 09 22:26:43.873 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
84542024-09-09T22:26:44.950Z[ host-image] Sep 09 22:26:43.875 INFO O| Sep 09 22:26:43.874 INFO STEP 1 (remove_files) COMPLETE
84552024-09-09T22:26:44.950Z[ host-image] Sep 09 22:26:43.875 INFO O| Sep 09 22:26:43.874 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84562024-09-09T22:26:44.959Z[ host-image] Sep 09 22:26:43.884 INFO O| Sep 09 22:26:43.884 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
84572024-09-09T22:26:44.972Z[ host-image] Sep 09 22:26:43.897 INFO O| Sep 09 22:26:43.897 INFO STEP 2 (remove_files) COMPLETE
84582024-09-09T22:26:44.972Z[ host-image] Sep 09 22:26:43.897 INFO O| Sep 09 22:26:43.897 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84592024-09-09T22:26:44.982Z[ host-image] Sep 09 22:26:43.907 INFO O| Sep 09 22:26:43.907 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
84602024-09-09T22:26:44.984Z[ host-image] Sep 09 22:26:43.908 INFO O| Sep 09 22:26:43.908 INFO STEP 3 (remove_files) COMPLETE
84612024-09-09T22:26:44.984Z[ host-image] Sep 09 22:26:43.908 INFO O| Sep 09 22:26:43.908 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84622024-09-09T22:26:44.993Z[ host-image] Sep 09 22:26:43.918 INFO O| Sep 09 22:26:43.918 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
84632024-09-09T22:26:44.996Z[ host-image] Sep 09 22:26:43.921 INFO O| Sep 09 22:26:43.921 INFO STEP 4 (remove_files) COMPLETE
84642024-09-09T22:26:44.996Z[ host-image] Sep 09 22:26:43.921 INFO O| Sep 09 22:26:43.921 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84652024-09-09T22:26:45.006Z[ host-image] Sep 09 22:26:43.931 INFO O| Sep 09 22:26:43.931 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
84662024-09-09T22:26:45.008Z[ host-image] Sep 09 22:26:43.933 INFO O| Sep 09 22:26:43.933 INFO STEP 5 (remove_files) COMPLETE
84672024-09-09T22:26:45.008Z[ host-image] Sep 09 22:26:43.933 INFO O| Sep 09 22:26:43.933 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84682024-09-09T22:26:45.018Z[ host-image] Sep 09 22:26:43.943 INFO O| Sep 09 22:26:43.943 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
84692024-09-09T22:26:45.027Z[ host-image] Sep 09 22:26:43.952 INFO O| Sep 09 22:26:43.952 INFO STEP 6 (remove_files) COMPLETE
84702024-09-09T22:26:45.031Z[ host-image] Sep 09 22:26:43.953 INFO O| Sep 09 22:26:43.952 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84712024-09-09T22:26:45.037Z[ host-image] Sep 09 22:26:43.962 INFO O| Sep 09 22:26:43.962 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84722024-09-09T22:26:45.049Z[ host-image] Sep 09 22:26:43.974 INFO O| Sep 09 22:26:43.974 INFO STEP 7 (remove_files) COMPLETE
84732024-09-09T22:26:45.049Z[ host-image] Sep 09 22:26:43.974 INFO O| Sep 09 22:26:43.974 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84742024-09-09T22:26:45.058Z[ host-image] Sep 09 22:26:43.983 INFO O| Sep 09 22:26:43.983 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
84752024-09-09T22:26:45.128Z[ host-image] Sep 09 22:26:44.053 INFO O| Sep 09 22:26:44.053 INFO STEP 8 (remove_files) COMPLETE
84762024-09-09T22:26:45.128Z[ host-image] Sep 09 22:26:44.053 INFO O| Sep 09 22:26:44.053 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84772024-09-09T22:26:45.139Z[ host-image] Sep 09 22:26:44.064 INFO O| Sep 09 22:26:44.064 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
84782024-09-09T22:26:45.228Z[ host-image] Sep 09 22:26:44.153 INFO O| Sep 09 22:26:44.152 INFO STEP 9 (remove_files) COMPLETE
84792024-09-09T22:26:45.228Z[ host-image] Sep 09 22:26:44.153 INFO O| Sep 09 22:26:44.153 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84802024-09-09T22:26:45.239Z[ host-image] Sep 09 22:26:44.164 INFO O| Sep 09 22:26:44.163 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
84812024-09-09T22:26:45.242Z[ host-image] Sep 09 22:26:44.167 INFO O| Sep 09 22:26:44.167 INFO STEP 10 (remove_files) COMPLETE
84822024-09-09T22:26:45.243Z[ host-image] Sep 09 22:26:44.167 INFO O| Sep 09 22:26:44.167 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84832024-09-09T22:26:45.252Z[ host-image] Sep 09 22:26:44.177 INFO O| Sep 09 22:26:44.177 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
84842024-09-09T22:26:45.256Z[ host-image] Sep 09 22:26:44.178 INFO O| Sep 09 22:26:44.178 INFO STEP 11 (remove_files) COMPLETE
84852024-09-09T22:26:45.256Z[ host-image] Sep 09 22:26:44.178 INFO O| Sep 09 22:26:44.178 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84862024-09-09T22:26:45.262Z[ host-image] Sep 09 22:26:44.187 INFO O| Sep 09 22:26:44.187 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84872024-09-09T22:26:45.265Z[ host-image] Sep 09 22:26:44.189 INFO O| Sep 09 22:26:44.189 INFO STEP 12 (remove_files) COMPLETE
84882024-09-09T22:26:45.265Z[ host-image] Sep 09 22:26:44.189 INFO O| Sep 09 22:26:44.189 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84892024-09-09T22:26:45.561Z[ host-image] Sep 09 22:26:44.485 INFO O| Sep 09 22:26:44.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84902024-09-09T22:26:45.566Z[ host-image] Sep 09 22:26:44.491 INFO O| Sep 09 22:26:44.490 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84912024-09-09T22:26:45.568Z[ host-image] Sep 09 22:26:44.491 INFO O| Sep 09 22:26:44.491 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84922024-09-09T22:26:45.616Z[ host-image] Sep 09 22:26:44.540 INFO O| Sep 09 22:26:44.540 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84932024-09-09T22:26:45.641Z[ host-image] Sep 09 22:26:44.566 INFO O| Sep 09 22:26:44.566 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84942024-09-09T22:26:45.653Z[ host-image] Sep 09 22:26:44.578 INFO O| Sep 09 22:26:44.578 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84952024-09-09T22:26:45.656Z[ host-image] Sep 09 22:26:44.579 INFO O| Sep 09 22:26:44.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84962024-09-09T22:26:45.656Z[ host-image] Sep 09 22:26:44.579 INFO O| Sep 09 22:26:44.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84972024-09-09T22:26:45.656Z[ host-image] Sep 09 22:26:44.579 INFO O| Sep 09 22:26:44.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84982024-09-09T22:26:45.656Z[ host-image] Sep 09 22:26:44.579 INFO O| Sep 09 22:26:44.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84992024-09-09T22:26:45.656Z[ host-image] Sep 09 22:26:44.579 INFO O| Sep 09 22:26:44.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
85002024-09-09T22:26:45.656Z[ host-image] Sep 09 22:26:44.579 INFO O| Sep 09 22:26:44.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
85012024-09-09T22:26:45.656Z[ host-image] Sep 09 22:26:44.579 INFO O| Sep 09 22:26:44.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
85022024-09-09T22:26:45.656Z[ host-image] Sep 09 22:26:44.579 INFO O| Sep 09 22:26:44.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
85032024-09-09T22:26:45.656Z[ host-image] Sep 09 22:26:44.580 INFO O| Sep 09 22:26:44.580 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
85042024-09-09T22:26:45.656Z[ host-image] Sep 09 22:26:44.580 INFO O| Sep 09 22:26:44.580 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
85052024-09-09T22:26:45.656Z[ host-image] Sep 09 22:26:44.580 INFO O| Sep 09 22:26:44.580 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
85062024-09-09T22:26:45.656Z[ host-image] Sep 09 22:26:44.580 INFO O| Sep 09 22:26:44.580 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
85072024-09-09T22:26:45.656Z[ host-image] Sep 09 22:26:44.580 INFO O| Sep 09 22:26:44.580 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
85082024-09-09T22:26:45.656Z[ host-image] Sep 09 22:26:44.580 INFO O| Sep 09 22:26:44.580 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
85092024-09-09T22:26:45.656Z[ host-image] Sep 09 22:26:44.580 INFO O| Sep 09 22:26:44.580 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
85102024-09-09T22:26:45.656Z[ host-image] Sep 09 22:26:44.581 INFO O| Sep 09 22:26:44.581 INFO STEP 13 (remove_files) COMPLETE
85112024-09-09T22:26:45.656Z[ host-image] Sep 09 22:26:44.581 INFO O| Sep 09 22:26:44.581 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85122024-09-09T22:26:45.667Z[ host-image] Sep 09 22:26:44.592 INFO O| Sep 09 22:26:44.592 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
85132024-09-09T22:26:45.670Z[ host-image] Sep 09 22:26:44.593 INFO O| Sep 09 22:26:44.593 INFO STEP 14 (remove_files) COMPLETE
85142024-09-09T22:26:45.670Z[ host-image] Sep 09 22:26:44.594 INFO O| Sep 09 22:26:44.593 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85152024-09-09T22:26:45.678Z[ host-image] Sep 09 22:26:44.603 INFO O| Sep 09 22:26:44.603 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
85162024-09-09T22:26:45.685Z[ host-image] Sep 09 22:26:44.609 INFO O| Sep 09 22:26:44.609 INFO STEP 15 (remove_files) COMPLETE
85172024-09-09T22:26:45.685Z[ host-image] Sep 09 22:26:44.609 INFO O| Sep 09 22:26:44.609 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85182024-09-09T22:26:45.694Z[ host-image] Sep 09 22:26:44.619 INFO O| Sep 09 22:26:44.619 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
85192024-09-09T22:26:45.697Z[ host-image] Sep 09 22:26:44.620 INFO O| Sep 09 22:26:44.620 INFO STEP 16 (remove_files) COMPLETE
85202024-09-09T22:26:45.697Z[ host-image] Sep 09 22:26:44.620 INFO O| Sep 09 22:26:44.620 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85212024-09-09T22:26:45.704Z[ host-image] Sep 09 22:26:44.629 INFO O| Sep 09 22:26:44.629 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
85222024-09-09T22:26:45.707Z[ host-image] Sep 09 22:26:44.631 INFO O| Sep 09 22:26:44.631 INFO STEP 17 (remove_files) COMPLETE
85232024-09-09T22:26:45.707Z[ host-image] Sep 09 22:26:44.631 INFO O| Sep 09 22:26:44.631 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85242024-09-09T22:26:45.716Z[ host-image] Sep 09 22:26:44.641 INFO O| Sep 09 22:26:44.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
85252024-09-09T22:26:45.716Z[ host-image] Sep 09 22:26:44.641 INFO O| Sep 09 22:26:44.641 INFO STEP 18 (remove_files) COMPLETE
85262024-09-09T22:26:45.718Z[ host-image] Sep 09 22:26:44.641 INFO O| Sep 09 22:26:44.641 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85272024-09-09T22:26:45.725Z[ host-image] Sep 09 22:26:44.650 INFO O| Sep 09 22:26:44.650 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
85282024-09-09T22:26:45.725Z[ host-image] Sep 09 22:26:44.650 INFO O| Sep 09 22:26:44.650 INFO STEP 19 (remove_files) COMPLETE
85292024-09-09T22:26:45.725Z[ host-image] Sep 09 22:26:44.650 INFO O| Sep 09 22:26:44.650 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85302024-09-09T22:26:45.735Z[ host-image] Sep 09 22:26:44.660 INFO O| Sep 09 22:26:44.660 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
85312024-09-09T22:26:45.735Z[ host-image] Sep 09 22:26:44.660 INFO O| Sep 09 22:26:44.660 INFO STEP 20 (remove_files) COMPLETE
85322024-09-09T22:26:45.738Z[ host-image] Sep 09 22:26:44.660 INFO O| Sep 09 22:26:44.660 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85332024-09-09T22:26:45.745Z[ host-image] Sep 09 22:26:44.669 INFO O| Sep 09 22:26:44.669 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
85342024-09-09T22:26:45.747Z[ host-image] Sep 09 22:26:44.670 INFO O| Sep 09 22:26:44.669 INFO STEP 21 (remove_files) COMPLETE
85352024-09-09T22:26:45.747Z[ host-image] Sep 09 22:26:44.670 INFO O| Sep 09 22:26:44.670 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85362024-09-09T22:26:45.754Z[ host-image] Sep 09 22:26:44.679 INFO O| Sep 09 22:26:44.679 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
85372024-09-09T22:26:45.754Z[ host-image] Sep 09 22:26:44.679 INFO O| Sep 09 22:26:44.679 INFO STEP 22 (remove_files) COMPLETE
85382024-09-09T22:26:45.757Z[ host-image] Sep 09 22:26:44.679 INFO O| Sep 09 22:26:44.679 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85392024-09-09T22:26:45.764Z[ host-image] Sep 09 22:26:44.689 INFO O| Sep 09 22:26:44.689 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
85402024-09-09T22:26:45.764Z[ host-image] Sep 09 22:26:44.689 INFO O| Sep 09 22:26:44.689 INFO STEP 23 (remove_files) COMPLETE
85412024-09-09T22:26:45.766Z[ host-image] Sep 09 22:26:44.689 INFO O| Sep 09 22:26:44.689 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85422024-09-09T22:26:45.774Z[ host-image] Sep 09 22:26:44.699 INFO O| Sep 09 22:26:44.698 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
85432024-09-09T22:26:45.774Z[ host-image] Sep 09 22:26:44.699 INFO O| Sep 09 22:26:44.699 INFO STEP 24 (remove_files) COMPLETE
85442024-09-09T22:26:45.776Z[ host-image] Sep 09 22:26:44.699 INFO O| Sep 09 22:26:44.699 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85452024-09-09T22:26:45.783Z[ host-image] Sep 09 22:26:44.708 INFO O| Sep 09 22:26:44.708 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
85462024-09-09T22:26:45.783Z[ host-image] Sep 09 22:26:44.708 INFO O| Sep 09 22:26:44.708 INFO STEP 25 (remove_files) COMPLETE
85472024-09-09T22:26:45.786Z[ host-image] Sep 09 22:26:44.708 INFO O| Sep 09 22:26:44.708 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85482024-09-09T22:26:45.793Z[ host-image] Sep 09 22:26:44.718 INFO O| Sep 09 22:26:44.718 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
85492024-09-09T22:26:45.796Z[ host-image] Sep 09 22:26:44.718 INFO O| Sep 09 22:26:44.718 INFO STEP 26 (remove_files) COMPLETE
85502024-09-09T22:26:45.796Z[ host-image] Sep 09 22:26:44.718 INFO O| Sep 09 22:26:44.718 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85512024-09-09T22:26:45.803Z[ host-image] Sep 09 22:26:44.728 INFO O| Sep 09 22:26:44.728 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
85522024-09-09T22:26:45.803Z[ host-image] Sep 09 22:26:44.728 INFO O| Sep 09 22:26:44.728 INFO STEP 27 (remove_files) COMPLETE
85532024-09-09T22:26:45.806Z[ host-image] Sep 09 22:26:44.728 INFO O| Sep 09 22:26:44.728 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85542024-09-09T22:26:45.813Z[ host-image] Sep 09 22:26:44.738 INFO O| Sep 09 22:26:44.738 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
85552024-09-09T22:26:45.815Z[ host-image] Sep 09 22:26:44.738 INFO O| Sep 09 22:26:44.738 INFO STEP 28 (remove_files) COMPLETE
85562024-09-09T22:26:45.816Z[ host-image] Sep 09 22:26:44.738 INFO O| Sep 09 22:26:44.738 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85572024-09-09T22:26:45.823Z[ host-image] Sep 09 22:26:44.747 INFO O| Sep 09 22:26:44.747 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
85582024-09-09T22:26:45.823Z[ host-image] Sep 09 22:26:44.748 INFO O| Sep 09 22:26:44.748 INFO STEP 29 (remove_files) COMPLETE
85592024-09-09T22:26:45.823Z[ host-image] Sep 09 22:26:44.748 INFO O| Sep 09 22:26:44.748 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85602024-09-09T22:26:45.832Z[ host-image] Sep 09 22:26:44.757 INFO O| Sep 09 22:26:44.757 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
85612024-09-09T22:26:45.835Z[ host-image] Sep 09 22:26:44.757 INFO O| Sep 09 22:26:44.757 INFO STEP 30 (remove_files) COMPLETE
85622024-09-09T22:26:45.835Z[ host-image] Sep 09 22:26:44.757 INFO O| Sep 09 22:26:44.757 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85632024-09-09T22:26:45.842Z[ host-image] Sep 09 22:26:44.767 INFO O| Sep 09 22:26:44.766 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
85642024-09-09T22:26:45.842Z[ host-image] Sep 09 22:26:44.767 INFO O| Sep 09 22:26:44.767 INFO STEP 31 (remove_files) COMPLETE
85652024-09-09T22:26:45.842Z[ host-image] Sep 09 22:26:44.767 INFO O| Sep 09 22:26:44.767 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85662024-09-09T22:26:45.851Z[ host-image] Sep 09 22:26:44.776 INFO O| Sep 09 22:26:44.776 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
85672024-09-09T22:26:45.851Z[ host-image] Sep 09 22:26:44.776 INFO O| Sep 09 22:26:44.776 INFO STEP 32 (remove_files) COMPLETE
85682024-09-09T22:26:45.851Z[ host-image] Sep 09 22:26:44.776 INFO O| Sep 09 22:26:44.776 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85692024-09-09T22:26:45.861Z[ host-image] Sep 09 22:26:44.786 INFO O| Sep 09 22:26:44.786 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
85702024-09-09T22:26:45.863Z[ host-image] Sep 09 22:26:44.786 INFO O| Sep 09 22:26:44.786 INFO STEP 33 (remove_files) COMPLETE
85712024-09-09T22:26:45.863Z[ host-image] Sep 09 22:26:44.786 INFO O| Sep 09 22:26:44.786 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85722024-09-09T22:26:45.871Z[ host-image] Sep 09 22:26:44.796 INFO O| Sep 09 22:26:44.795 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
85732024-09-09T22:26:45.873Z[ host-image] Sep 09 22:26:44.796 INFO O| Sep 09 22:26:44.796 INFO STEP 34 (remove_files) COMPLETE
85742024-09-09T22:26:45.873Z[ host-image] Sep 09 22:26:44.796 INFO O| Sep 09 22:26:44.796 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85752024-09-09T22:26:45.880Z[ host-image] Sep 09 22:26:44.805 INFO O| Sep 09 22:26:44.805 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
85762024-09-09T22:26:45.880Z[ host-image] Sep 09 22:26:44.805 INFO O| Sep 09 22:26:44.805 INFO STEP 35 (remove_files) COMPLETE
85772024-09-09T22:26:45.888Z[ host-image] Sep 09 22:26:44.805 INFO O| Sep 09 22:26:44.805 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85782024-09-09T22:26:45.891Z[ host-image] Sep 09 22:26:44.816 INFO O| Sep 09 22:26:44.815 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
85792024-09-09T22:26:45.891Z[ host-image] Sep 09 22:26:44.816 INFO O| Sep 09 22:26:44.816 INFO STEP 36 (remove_files) COMPLETE
85802024-09-09T22:26:45.891Z[ host-image] Sep 09 22:26:44.816 INFO O| Sep 09 22:26:44.816 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85812024-09-09T22:26:45.901Z[ host-image] Sep 09 22:26:44.826 INFO O| Sep 09 22:26:44.826 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
85822024-09-09T22:26:45.903Z[ host-image] Sep 09 22:26:44.826 INFO O| Sep 09 22:26:44.826 INFO STEP 37 (remove_files) COMPLETE
85832024-09-09T22:26:45.903Z[ host-image] Sep 09 22:26:44.826 INFO O| Sep 09 22:26:44.826 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85842024-09-09T22:26:45.911Z[ host-image] Sep 09 22:26:44.835 INFO O| Sep 09 22:26:44.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
85852024-09-09T22:26:45.911Z[ host-image] Sep 09 22:26:44.836 INFO O| Sep 09 22:26:44.835 INFO STEP 38 (remove_files) COMPLETE
85862024-09-09T22:26:45.913Z[ host-image] Sep 09 22:26:44.836 INFO O| Sep 09 22:26:44.836 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85872024-09-09T22:26:45.920Z[ host-image] Sep 09 22:26:44.845 INFO O| Sep 09 22:26:44.845 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85882024-09-09T22:26:45.920Z[ host-image] Sep 09 22:26:44.845 INFO O| Sep 09 22:26:44.845 INFO STEP 39 (remove_files) COMPLETE
85892024-09-09T22:26:45.923Z[ host-image] Sep 09 22:26:44.845 INFO O| Sep 09 22:26:44.845 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85902024-09-09T22:26:45.930Z[ host-image] Sep 09 22:26:44.855 INFO O| Sep 09 22:26:44.855 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85912024-09-09T22:26:45.930Z[ host-image] Sep 09 22:26:44.855 INFO O| Sep 09 22:26:44.855 INFO STEP 40 (remove_files) COMPLETE
85922024-09-09T22:26:45.932Z[ host-image] Sep 09 22:26:44.855 INFO O| Sep 09 22:26:44.855 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85932024-09-09T22:26:45.940Z[ host-image] Sep 09 22:26:44.864 INFO O| Sep 09 22:26:44.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85942024-09-09T22:26:45.940Z[ host-image] Sep 09 22:26:44.864 INFO O| Sep 09 22:26:44.864 INFO STEP 41 (remove_files) COMPLETE
85952024-09-09T22:26:45.940Z[ host-image] Sep 09 22:26:44.864 INFO O| Sep 09 22:26:44.864 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85962024-09-09T22:26:45.949Z[ host-image] Sep 09 22:26:44.874 INFO O| Sep 09 22:26:44.874 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85972024-09-09T22:26:45.951Z[ host-image] Sep 09 22:26:44.874 INFO O| Sep 09 22:26:44.874 INFO STEP 42 (remove_files) COMPLETE
85982024-09-09T22:26:45.951Z[ host-image] Sep 09 22:26:44.874 INFO O| Sep 09 22:26:44.874 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85992024-09-09T22:26:45.955Z[ recovery-image] Sep 09 22:26:44.880 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)
86002024-09-09T22:26:45.959Z[ host-image] Sep 09 22:26:44.883 INFO O| Sep 09 22:26:44.883 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
86012024-09-09T22:26:45.961Z[ host-image] Sep 09 22:26:44.884 INFO O| Sep 09 22:26:44.884 INFO STEP 43 (remove_files) COMPLETE
86022024-09-09T22:26:45.961Z[ host-image] Sep 09 22:26:44.884 INFO O| Sep 09 22:26:44.884 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86032024-09-09T22:26:45.969Z[ host-image] Sep 09 22:26:44.894 INFO O| Sep 09 22:26:44.894 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
86042024-09-09T22:26:45.969Z[ host-image] Sep 09 22:26:44.894 INFO O| Sep 09 22:26:44.894 INFO STEP 44 (remove_files) COMPLETE
86052024-09-09T22:26:45.971Z[ host-image] Sep 09 22:26:44.894 INFO O| Sep 09 22:26:44.894 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86062024-09-09T22:26:45.979Z[ host-image] Sep 09 22:26:44.904 INFO O| Sep 09 22:26:44.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
86072024-09-09T22:26:45.979Z[ host-image] Sep 09 22:26:44.904 INFO O| Sep 09 22:26:44.904 INFO STEP 45 (remove_files) COMPLETE
86082024-09-09T22:26:45.981Z[ host-image] Sep 09 22:26:44.904 INFO O| Sep 09 22:26:44.904 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86092024-09-09T22:26:45.990Z[ host-image] Sep 09 22:26:44.915 INFO O| Sep 09 22:26:44.915 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
86102024-09-09T22:26:45.990Z[ host-image] Sep 09 22:26:44.915 INFO O| Sep 09 22:26:44.915 INFO STEP 46 (remove_files) COMPLETE
86112024-09-09T22:26:45.992Z[ host-image] Sep 09 22:26:44.915 INFO O| Sep 09 22:26:44.915 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86122024-09-09T22:26:46.002Z[ host-image] Sep 09 22:26:44.926 INFO O| Sep 09 22:26:44.926 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
86132024-09-09T22:26:46.002Z[ host-image] Sep 09 22:26:44.927 INFO O| Sep 09 22:26:44.926 INFO STEP 47 (remove_files) COMPLETE
86142024-09-09T22:26:46.004Z[ host-image] Sep 09 22:26:44.927 INFO O| Sep 09 22:26:44.926 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86152024-09-09T22:26:46.016Z[ host-image] Sep 09 22:26:44.941 INFO O| Sep 09 22:26:44.941 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
86162024-09-09T22:26:46.016Z[ host-image] Sep 09 22:26:44.941 INFO O| Sep 09 22:26:44.941 INFO STEP 48 (remove_files) COMPLETE
86172024-09-09T22:26:46.019Z[ host-image] Sep 09 22:26:44.941 INFO O| Sep 09 22:26:44.941 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86182024-09-09T22:26:46.031Z[ host-image] Sep 09 22:26:44.956 INFO O| Sep 09 22:26:44.955 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
86192024-09-09T22:26:46.031Z[ host-image] Sep 09 22:26:44.956 INFO O| Sep 09 22:26:44.956 INFO STEP 49 (remove_files) COMPLETE
86202024-09-09T22:26:46.033Z[ host-image] Sep 09 22:26:44.956 INFO O| Sep 09 22:26:44.956 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86212024-09-09T22:26:46.046Z[ host-image] Sep 09 22:26:44.971 INFO O| Sep 09 22:26:44.971 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
86222024-09-09T22:26:46.046Z[ host-image] Sep 09 22:26:44.971 INFO O| Sep 09 22:26:44.971 INFO STEP 50 (remove_files) COMPLETE
86232024-09-09T22:26:46.046Z[ host-image] Sep 09 22:26:44.971 INFO O| Sep 09 22:26:44.971 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86242024-09-09T22:26:46.062Z[ host-image] Sep 09 22:26:44.987 INFO O| Sep 09 22:26:44.987 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
86252024-09-09T22:26:46.062Z[ host-image] Sep 09 22:26:44.987 INFO O| Sep 09 22:26:44.987 INFO STEP 51 (remove_files) COMPLETE
86262024-09-09T22:26:46.065Z[ host-image] Sep 09 22:26:44.987 INFO O| Sep 09 22:26:44.987 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86272024-09-09T22:26:46.080Z[ host-image] Sep 09 22:26:45.004 INFO O| Sep 09 22:26:45.004 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
86282024-09-09T22:26:46.080Z[ host-image] Sep 09 22:26:45.004 INFO O| Sep 09 22:26:45.004 INFO STEP 52 (remove_files) COMPLETE
86292024-09-09T22:26:46.080Z[ host-image] Sep 09 22:26:45.004 INFO O| Sep 09 22:26:45.004 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86302024-09-09T22:26:46.095Z[ host-image] Sep 09 22:26:45.019 INFO O| Sep 09 22:26:45.019 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
86312024-09-09T22:26:46.097Z[ host-image] Sep 09 22:26:45.020 INFO O| Sep 09 22:26:45.020 INFO STEP 53 (remove_files) COMPLETE
86322024-09-09T22:26:46.097Z[ host-image] Sep 09 22:26:45.020 INFO O| Sep 09 22:26:45.020 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86332024-09-09T22:26:46.148Z[ host-image] Sep 09 22:26:45.073 INFO O| Sep 09 22:26:45.073 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
86342024-09-09T22:26:46.148Z[ host-image] Sep 09 22:26:45.073 INFO O| Sep 09 22:26:45.073 INFO STEP 54 (remove_files) COMPLETE
86352024-09-09T22:26:46.151Z[ host-image] Sep 09 22:26:45.073 INFO O| Sep 09 22:26:45.073 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86362024-09-09T22:26:46.170Z[ host-image] Sep 09 22:26:45.095 INFO O| Sep 09 22:26:45.095 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
86372024-09-09T22:26:46.170Z[ host-image] Sep 09 22:26:45.095 INFO O| Sep 09 22:26:45.095 INFO STEP 55 (remove_files) COMPLETE
86382024-09-09T22:26:46.173Z[ host-image] Sep 09 22:26:45.095 INFO O| Sep 09 22:26:45.095 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86392024-09-09T22:26:46.191Z[ host-image] Sep 09 22:26:45.115 INFO O| Sep 09 22:26:45.115 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
86402024-09-09T22:26:46.191Z[ host-image] Sep 09 22:26:45.116 INFO O| Sep 09 22:26:45.116 INFO STEP 56 (remove_files) COMPLETE
86412024-09-09T22:26:46.191Z[ host-image] Sep 09 22:26:45.116 INFO O| Sep 09 22:26:45.116 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86422024-09-09T22:26:46.207Z[ host-image] Sep 09 22:26:45.131 INFO O| Sep 09 22:26:45.131 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
86432024-09-09T22:26:46.207Z[ host-image] Sep 09 22:26:45.132 INFO O| Sep 09 22:26:45.131 INFO STEP 57 (remove_files) COMPLETE
86442024-09-09T22:26:46.207Z[ host-image] Sep 09 22:26:45.132 INFO O| Sep 09 22:26:45.132 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86452024-09-09T22:26:46.223Z[ host-image] Sep 09 22:26:45.147 INFO O| Sep 09 22:26:45.147 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
86462024-09-09T22:26:46.226Z[ host-image] Sep 09 22:26:45.148 INFO O| Sep 09 22:26:45.147 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
86472024-09-09T22:26:46.226Z[ host-image] Sep 09 22:26:45.148 INFO O| Sep 09 22:26:45.148 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86482024-09-09T22:26:46.226Z[ host-image] Sep 09 22:26:45.148 INFO O| Sep 09 22:26:45.148 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86492024-09-09T22:26:46.226Z[ host-image] Sep 09 22:26:45.148 INFO O| Sep 09 22:26:45.148 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86502024-09-09T22:26:46.226Z[ host-image] Sep 09 22:26:45.148 INFO O| Sep 09 22:26:45.148 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86512024-09-09T22:26:46.226Z[ host-image] Sep 09 22:26:45.149 INFO O| Sep 09 22:26:45.149 INFO ok!
86522024-09-09T22:26:46.226Z[ host-image] Sep 09 22:26:45.149 INFO O| Sep 09 22:26:45.149 INFO STEP 58 (ensure_file) COMPLETE
86532024-09-09T22:26:46.226Z[ host-image] Sep 09 22:26:45.149 INFO O| Sep 09 22:26:45.149 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86542024-09-09T22:26:46.241Z[ host-image] Sep 09 22:26:45.166 INFO O| Sep 09 22:26:45.165 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
86552024-09-09T22:26:46.243Z[ host-image] Sep 09 22:26:45.166 INFO O| Sep 09 22:26:45.166 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
86562024-09-09T22:26:46.244Z[ host-image] Sep 09 22:26:45.166 INFO O| Sep 09 22:26:45.166 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86572024-09-09T22:26:46.244Z[ host-image] Sep 09 22:26:45.166 INFO O| Sep 09 22:26:45.166 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86582024-09-09T22:26:46.244Z[ host-image] Sep 09 22:26:45.166 INFO O| Sep 09 22:26:45.166 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86592024-09-09T22:26:46.244Z[ host-image] Sep 09 22:26:45.167 INFO O| Sep 09 22:26:45.167 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86602024-09-09T22:26:46.244Z[ host-image] Sep 09 22:26:45.167 INFO O| Sep 09 22:26:45.167 INFO ok!
86612024-09-09T22:26:46.249Z[ host-image] Sep 09 22:26:45.167 INFO O| Sep 09 22:26:45.167 INFO STEP 59 (ensure_file) COMPLETE
86622024-09-09T22:26:46.249Z[ host-image] Sep 09 22:26:45.167 INFO O| Sep 09 22:26:45.167 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86632024-09-09T22:26:46.258Z[ host-image] Sep 09 22:26:45.183 INFO O| Sep 09 22:26:45.183 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
86642024-09-09T22:26:46.258Z[ host-image] Sep 09 22:26:45.183 INFO O| Sep 09 22:26:45.183 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
86652024-09-09T22:26:46.262Z[ host-image] Sep 09 22:26:45.183 INFO O| Sep 09 22:26:45.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
86662024-09-09T22:26:46.262Z[ host-image] Sep 09 22:26:45.183 INFO O| Sep 09 22:26:45.183 INFO ok!
86672024-09-09T22:26:46.262Z[ host-image] Sep 09 22:26:45.183 INFO O| Sep 09 22:26:45.183 INFO STEP 60 (ensure_file) COMPLETE
86682024-09-09T22:26:46.262Z[ host-image] Sep 09 22:26:45.184 INFO O| Sep 09 22:26:45.184 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86692024-09-09T22:26:46.274Z[ host-image] Sep 09 22:26:45.199 INFO O| Sep 09 22:26:45.199 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
86702024-09-09T22:26:46.274Z[ host-image] Sep 09 22:26:45.199 INFO O| Sep 09 22:26:45.199 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
86712024-09-09T22:26:46.277Z[ host-image] Sep 09 22:26:45.199 INFO O| Sep 09 22:26:45.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
86722024-09-09T22:26:46.277Z[ host-image] Sep 09 22:26:45.199 INFO O| Sep 09 22:26:45.199 INFO ok!
86732024-09-09T22:26:46.277Z[ host-image] Sep 09 22:26:45.199 INFO O| Sep 09 22:26:45.199 INFO STEP 61 (ensure_file) COMPLETE
86742024-09-09T22:26:46.277Z[ host-image] Sep 09 22:26:45.199 INFO O| Sep 09 22:26:45.199 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86752024-09-09T22:26:46.290Z[ host-image] Sep 09 22:26:45.215 INFO O| Sep 09 22:26:45.215 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
86762024-09-09T22:26:46.294Z[ host-image] Sep 09 22:26:45.215 INFO O| Sep 09 22:26:45.215 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
86772024-09-09T22:26:46.294Z[ host-image] Sep 09 22:26:45.215 INFO O| Sep 09 22:26:45.215 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86782024-09-09T22:26:46.295Z[ host-image] Sep 09 22:26:45.215 INFO O| Sep 09 22:26:45.215 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86792024-09-09T22:26:46.295Z[ host-image] Sep 09 22:26:45.216 INFO O| Sep 09 22:26:45.215 INFO ok!
86802024-09-09T22:26:46.295Z[ host-image] Sep 09 22:26:45.216 INFO O| Sep 09 22:26:45.216 INFO STEP 62 (ensure_file) COMPLETE
86812024-09-09T22:26:46.295Z[ host-image] Sep 09 22:26:45.216 INFO O| Sep 09 22:26:45.216 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86822024-09-09T22:26:46.307Z[ host-image] Sep 09 22:26:45.232 INFO O| Sep 09 22:26:45.232 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
86832024-09-09T22:26:46.307Z[ host-image] Sep 09 22:26:45.232 INFO O| Sep 09 22:26:45.232 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
86842024-09-09T22:26:46.310Z[ host-image] Sep 09 22:26:45.232 INFO O| Sep 09 22:26:45.232 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86852024-09-09T22:26:46.310Z[ host-image] Sep 09 22:26:45.232 INFO O| Sep 09 22:26:45.232 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86862024-09-09T22:26:46.310Z[ host-image] Sep 09 22:26:45.233 INFO O| Sep 09 22:26:45.232 INFO ok!
86872024-09-09T22:26:46.310Z[ host-image] Sep 09 22:26:45.233 INFO O| Sep 09 22:26:45.233 INFO STEP 63 (ensure_file) COMPLETE
86882024-09-09T22:26:46.310Z[ host-image] Sep 09 22:26:45.233 INFO O| Sep 09 22:26:45.233 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86892024-09-09T22:26:46.323Z[ host-image] Sep 09 22:26:45.248 INFO O| Sep 09 22:26:45.248 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86902024-09-09T22:26:46.324Z[ host-image] Sep 09 22:26:45.248 INFO O| Sep 09 22:26:45.248 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86912024-09-09T22:26:46.326Z[ host-image] Sep 09 22:26:45.248 INFO O| Sep 09 22:26:45.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86922024-09-09T22:26:46.326Z[ host-image] Sep 09 22:26:45.248 INFO O| Sep 09 22:26:45.248 INFO ok!
86932024-09-09T22:26:46.326Z[ host-image] Sep 09 22:26:45.249 INFO O| Sep 09 22:26:45.248 INFO STEP 64 (assemble_files) COMPLETE
86942024-09-09T22:26:46.326Z[ host-image] Sep 09 22:26:45.249 INFO O| Sep 09 22:26:45.249 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86952024-09-09T22:26:46.361Z[ host-image] Sep 09 22:26:45.285 INFO O| Sep 09 22:26:45.285 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86962024-09-09T22:26:46.361Z[ host-image] Sep 09 22:26:45.285 INFO O| Sep 09 22:26:45.285 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86972024-09-09T22:26:46.361Z[ host-image] Sep 09 22:26:45.285 INFO O| Sep 09 22:26:45.285 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86982024-09-09T22:26:46.365Z[ host-image] Sep 09 22:26:45.285 INFO O| Sep 09 22:26:45.285 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86992024-09-09T22:26:46.365Z[ host-image] Sep 09 22:26:45.286 INFO O| Sep 09 22:26:45.285 INFO ok!
87002024-09-09T22:26:46.365Z[ host-image] Sep 09 22:26:45.286 INFO O| Sep 09 22:26:45.285 INFO STEP 65 (ensure_file) COMPLETE
87012024-09-09T22:26:46.365Z[ host-image] Sep 09 22:26:45.286 INFO O| Sep 09 22:26:45.286 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87022024-09-09T22:26:46.378Z[ host-image] Sep 09 22:26:45.302 INFO O| Sep 09 22:26:45.302 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87032024-09-09T22:26:46.380Z[ host-image] Sep 09 22:26:45.302 INFO O| Sep 09 22:26:45.302 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87042024-09-09T22:26:46.380Z[ host-image] Sep 09 22:26:45.302 INFO O| Sep 09 22:26:45.302 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87052024-09-09T22:26:46.380Z[ host-image] Sep 09 22:26:45.303 INFO O| Sep 09 22:26:45.302 INFO STEP 66 (ensure_dir) COMPLETE
87062024-09-09T22:26:46.380Z[ host-image] Sep 09 22:26:45.303 INFO O| Sep 09 22:26:45.302 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87072024-09-09T22:26:46.395Z[ host-image] Sep 09 22:26:45.320 INFO O| Sep 09 22:26:45.320 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
87082024-09-09T22:26:46.395Z[ host-image] Sep 09 22:26:45.320 INFO O| Sep 09 22:26:45.320 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 ...
87092024-09-09T22:26:46.407Z[ host-image] Sep 09 22:26:45.331 INFO O| Sep 09 22:26:45.331 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
87102024-09-09T22:26:46.407Z[ host-image] Sep 09 22:26:45.331 INFO O| Sep 09 22:26:45.331 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
87112024-09-09T22:26:46.407Z[ host-image] Sep 09 22:26:45.332 INFO O| Sep 09 22:26:45.331 INFO ok!
87122024-09-09T22:26:46.409Z[ host-image] Sep 09 22:26:45.332 INFO O| Sep 09 22:26:45.331 INFO STEP 67 (ensure_file) COMPLETE
87132024-09-09T22:26:46.409Z[ host-image] Sep 09 22:26:45.332 INFO O| Sep 09 22:26:45.331 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87142024-09-09T22:26:46.425Z[ host-image] Sep 09 22:26:45.350 INFO O| Sep 09 22:26:45.350 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
87152024-09-09T22:26:46.425Z[ host-image] Sep 09 22:26:45.350 INFO O| Sep 09 22:26:45.350 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 ...
87162024-09-09T22:26:46.428Z[ host-image] Sep 09 22:26:45.350 INFO O| Sep 09 22:26:45.350 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
87172024-09-09T22:26:46.428Z[ host-image] Sep 09 22:26:45.350 INFO O| Sep 09 22:26:45.350 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
87182024-09-09T22:26:46.428Z[ host-image] Sep 09 22:26:45.350 INFO O| Sep 09 22:26:45.350 INFO ok!
87192024-09-09T22:26:46.428Z[ host-image] Sep 09 22:26:45.350 INFO O| Sep 09 22:26:45.350 INFO STEP 68 (ensure_file) COMPLETE
87202024-09-09T22:26:46.428Z[ host-image] Sep 09 22:26:45.350 INFO O| Sep 09 22:26:45.350 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87212024-09-09T22:26:46.447Z[ host-image] Sep 09 22:26:45.372 INFO O| Sep 09 22:26:45.372 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
87222024-09-09T22:26:46.447Z[ host-image] Sep 09 22:26:45.372 INFO O| Sep 09 22:26:45.372 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
87232024-09-09T22:26:47.624Z[ recovery-image] Sep 09 22:26:46.548 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)
87242024-09-09T22:26:49.140Z[ host-image] Sep 09 22:26:48.064 INFO O| Sep 09 22:26:48.064 INFO STEP 69 (pack_tar) COMPLETE
87252024-09-09T22:26:49.140Z[ host-image] Sep 09 22:26:48.064 INFO O| Sep 09 22:26:48.064 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87262024-09-09T22:26:49.142Z[ host-image] Sep 09 22:26:48.064 INFO O| Sep 09 22:26:48.064 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
87272024-09-09T22:26:49.267Z[ host-image] Sep 09 22:26:48.191 INFO O| Sep 09 22:26:48.191 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87282024-09-09T22:26:49.347Z[ host-image] Sep 09 22:26:48.271 INFO O| Sep 09 22:26:48.271 INFO completed processing gimlet/ramdisk-02-trim
87292024-09-09T22:26:49.350Z[ host-image] Sep 09 22:26:48.274 INFO image builder template: zfs...
87302024-09-09T22:26:49.350Z[ host-image] Sep 09 22:26:48.274 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/.tmpk1xqE7/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
87312024-09-09T22:26:49.364Z[ host-image] Sep 09 22:26:48.288 INFO O| Sep 09 22:26:48.288 INFO skip include "stress" because feature "stress" is not enabled
87322024-09-09T22:26:49.395Z[ host-image] Sep 09 22:26:48.320 INFO O| Sep 09 22:26:48.319 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
87332024-09-09T22:26:49.401Z[ host-image] Sep 09 22:26:48.325 INFO O| Sep 09 22:26:48.325 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
87342024-09-09T22:26:49.484Z[ host-image] Sep 09 22:26:48.408 INFO O| Sep 09 22:26:48.408 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
87352024-09-09T22:26:49.548Z[ host-image] Sep 09 22:26:48.472 INFO O| Sep 09 22:26:48.472 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
87362024-09-09T22:26:49.548Z[ host-image] Sep 09 22:26:48.472 INFO O| Sep 09 22:26:48.472 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
87372024-09-09T22:26:49.552Z[ host-image] Sep 09 22:26:48.476 INFO O| Sep 09 22:26:48.476 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
87382024-09-09T22:26:49.625Z[ host-image] Sep 09 22:26:48.549 INFO O| Sep 09 22:26:48.549 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
87392024-09-09T22:26:49.684Z[ host-image] Sep 09 22:26:48.608 INFO O| Sep 09 22:26:48.608 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
87402024-09-09T22:26:49.693Z[ host-image] Sep 09 22:26:48.617 INFO O| Sep 09 22:26:48.617 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87412024-09-09T22:26:49.698Z[ host-image] Sep 09 22:26:48.622 INFO O| Sep 09 22:26:48.622 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
87422024-09-09T22:26:49.700Z[ host-image] Sep 09 22:26:48.622 INFO O| Sep 09 22:26:48.622 INFO no lofi found
87432024-09-09T22:26:49.700Z[ host-image] Sep 09 22:26:48.622 INFO O| Sep 09 22:26:48.622 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
87442024-09-09T22:26:49.701Z[ host-image] Sep 09 22:26:48.623 INFO O| Sep 09 22:26:48.622 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87452024-09-09T22:26:50.966Z[ recovery-image] Sep 09 22:26:49.889 INFO E| Compiling bitflags v1.3.2
87462024-09-09T22:26:50.966Z[ recovery-image] Sep 09 22:26:49.889 INFO E| Compiling scroll v0.12.0
87472024-09-09T22:26:50.968Z[ recovery-image] Sep 09 22:26:49.889 INFO E| Compiling adler v1.0.2
87482024-09-09T22:26:50.968Z[ recovery-image] Sep 09 22:26:49.889 INFO E| Compiling plain v0.2.3
87492024-09-09T22:26:50.969Z[ recovery-image] Sep 09 22:26:49.889 INFO E| Compiling log v0.4.22
87502024-09-09T22:26:50.969Z[ recovery-image] Sep 09 22:26:49.889 INFO E| Compiling bit_field v0.10.2
87512024-09-09T22:26:50.969Z[ recovery-image] Sep 09 22:26:49.889 INFO E| Compiling bitstruct v0.1.1
87522024-09-09T22:26:51.071Z[ recovery-image] Sep 09 22:26:49.994 INFO E| Compiling raw-cpuid v10.7.0
87532024-09-09T22:26:51.084Z[ recovery-image] Sep 09 22:26:50.008 INFO E| Compiling cpio_reader v0.1.1
87542024-09-09T22:26:51.087Z[ host-image] Sep 09 22:26:50.011 INFO O| Sep 09 22:26:50.011 INFO lofi device = /dev/dsk/c2t1d0p0
87552024-09-09T22:26:51.087Z[ host-image] Sep 09 22:26:50.011 INFO O| Sep 09 22:26:50.011 INFO pool device = /dev/dsk/c2t1d0p0
87562024-09-09T22:26:51.089Z[ host-image] Sep 09 22:26:50.011 INFO O| Sep 09 22:26:50.011 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"]
87572024-09-09T22:26:51.138Z[ recovery-image] Sep 09 22:26:50.062 INFO E| Compiling miniz_oxide v0.7.4
87582024-09-09T22:26:51.257Z[ recovery-image] Sep 09 22:26:50.181 INFO E| Compiling static_assertions v1.1.0
87592024-09-09T22:26:51.284Z[ host-image] Sep 09 22:26:50.208 INFO O| Sep 09 22:26:50.208 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87602024-09-09T22:26:51.284Z[ host-image] Sep 09 22:26:50.208 INFO O| Sep 09 22:26:50.208 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
87612024-09-09T22:26:51.315Z[ host-image] Sep 09 22:26:50.239 INFO O| Sep 09 22:26:50.239 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
87622024-09-09T22:26:51.430Z[ host-image] Sep 09 22:26:50.354 INFO O| Sep 09 22:26:50.354 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
87632024-09-09T22:26:51.488Z[ host-image] Sep 09 22:26:50.412 INFO O| Sep 09 22:26:50.411 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
87642024-09-09T22:26:51.518Z[ host-image] Sep 09 22:26:50.441 INFO O| Sep 09 22:26:50.441 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
87652024-09-09T22:26:51.543Z[ host-image] Sep 09 22:26:50.467 INFO O| Sep 09 22:26:50.467 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
87662024-09-09T22:26:51.560Z[ recovery-image] Sep 09 22:26:50.483 INFO E| Compiling goblin v0.8.2
87672024-09-09T22:26:51.645Z[ host-image] Sep 09 22:26:50.568 INFO O| Sep 09 22:26:50.568 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87682024-09-09T22:26:51.647Z[ host-image] Sep 09 22:26:50.568 INFO O| Sep 09 22:26:50.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87692024-09-09T22:26:51.647Z[ host-image] Sep 09 22:26:50.568 INFO O| Sep 09 22:26:50.568 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
87702024-09-09T22:26:51.664Z[ host-image] Sep 09 22:26:50.587 INFO O| Sep 09 22:26:50.587 INFO boot environment UUID: bc084fc0-01e0-4d6b-a1ba-19392601aac9
87712024-09-09T22:26:51.664Z[ host-image] Sep 09 22:26:50.587 INFO O| Sep 09 22:26:50.587 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = bc084fc0-01e0-4d6b-a1ba-19392601aac9
87722024-09-09T22:26:51.699Z[ host-image] Sep 09 22:26:50.623 INFO O| Sep 09 22:26:50.623 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87732024-09-09T22:26:51.722Z[ host-image] Sep 09 22:26:50.645 INFO O| Sep 09 22:26:50.645 INFO STEP 0 (create_be) COMPLETE
87742024-09-09T22:26:51.722Z[ host-image] Sep 09 22:26:50.645 INFO O| Sep 09 22:26:50.645 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87752024-09-09T22:26:51.744Z[ host-image] Sep 09 22:26:50.667 INFO O| Sep 09 22:26:50.667 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
87762024-09-09T22:26:59.992Z[ recovery-image] Sep 09 22:26:58.913 INFO E| Finished `release` profile [optimized] target(s) in 32.70s
87772024-09-09T22:27:00.014Z[ recovery-image] Sep 09 22:26:58.935 INFO building host image...
87782024-09-09T22:27:00.016Z[ recovery-image] Sep 09 22:26:58.936 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")
87792024-09-09T22:27:00.700Z[ recovery-image] Sep 09 22:26:59.621 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
87802024-09-09T22:27:02.648Z[ recovery-image] Sep 09 22:27:01.568 INFO image complete! materials are in "/work/os-recovery"
87812024-09-09T22:27:02.656Z[ recovery-image]
87822024-09-09T22:27:02.656Z[ recovery-image] real 7:37.790555072
87832024-09-09T22:27:02.656Z[ recovery-image] user 4:30.519595721
87842024-09-09T22:27:02.656Z[ recovery-image] sys 45.983606388
87852024-09-09T22:27:02.656Z[ recovery-image] trap 0.176561784
87862024-09-09T22:27:02.656Z[ recovery-image] tflt 0.196752089
87872024-09-09T22:27:02.656Z[ recovery-image] dflt 0.711194039
87882024-09-09T22:27:02.656Z[ recovery-image] kflt 0.000000000
87892024-09-09T22:27:02.656Z[ recovery-image] lock 16:29.617186298
87902024-09-09T22:27:02.656Z[ recovery-image] slp 47:20.117843412
87912024-09-09T22:27:02.656Z[ recovery-image] lat 1:18.679004556
87922024-09-09T22:27:02.656Z[ recovery-image] stop 4.418264892
87932024-09-09T22:27:02.656ZSep 09 22:27:01.573 INFO [recovery-image] process exited with exit status: 0 (457.809187515s)
87942024-09-09T22:27:12.219Z[ host-image] Sep 09 22:27:11.138 INFO O| Sep 09 22:27:11.138 INFO STEP 1 (unpack_tar) COMPLETE
87952024-09-09T22:27:12.219Z[ host-image] Sep 09 22:27:11.138 INFO O| Sep 09 22:27:11.138 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87962024-09-09T22:27:12.230Z[ host-image] Sep 09 22:27:11.149 INFO O| Sep 09 22:27:11.149 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
87972024-09-09T22:27:12.422Z[ host-image] Sep 09 22:27:11.341 INFO O| Sep 09 22:27:11.341 INFO STEP 2 (devfsadm) COMPLETE
87982024-09-09T22:27:12.422Z[ host-image] Sep 09 22:27:11.341 INFO O| Sep 09 22:27:11.341 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87992024-09-09T22:27:12.432Z[ host-image] Sep 09 22:27:11.352 INFO O| Sep 09 22:27:11.352 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88002024-09-09T22:27:12.435Z[ host-image] Sep 09 22:27:11.352 INFO O| Sep 09 22:27:11.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88012024-09-09T22:27:12.435Z[ host-image] Sep 09 22:27:11.352 INFO O| Sep 09 22:27:11.352 INFO STEP 3 (ensure_dir) COMPLETE
88022024-09-09T22:27:12.435Z[ host-image] Sep 09 22:27:11.352 INFO O| Sep 09 22:27:11.352 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88032024-09-09T22:27:12.442Z[ host-image] Sep 09 22:27:11.361 INFO O| Sep 09 22:27:11.361 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88042024-09-09T22:27:12.442Z[ host-image] Sep 09 22:27:11.361 INFO O| Sep 09 22:27:11.361 INFO STEP 4 (ensure_dir) COMPLETE
88052024-09-09T22:27:12.445Z[ host-image] Sep 09 22:27:11.361 INFO O| Sep 09 22:27:11.361 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88062024-09-09T22:27:12.451Z[ host-image] Sep 09 22:27:11.371 INFO O| Sep 09 22:27:11.371 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88072024-09-09T22:27:12.451Z[ host-image] Sep 09 22:27:11.371 INFO O| Sep 09 22:27:11.371 INFO STEP 5 (ensure_dir) COMPLETE
88082024-09-09T22:27:12.454Z[ host-image] Sep 09 22:27:11.371 INFO O| Sep 09 22:27:11.371 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092024-09-09T22:27:12.460Z[ host-image] Sep 09 22:27:11.380 INFO O| Sep 09 22:27:11.380 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88102024-09-09T22:27:12.460Z[ host-image] Sep 09 22:27:11.380 INFO O| Sep 09 22:27:11.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88112024-09-09T22:27:12.463Z[ host-image] Sep 09 22:27:11.380 INFO O| Sep 09 22:27:11.380 INFO STEP 6 (ensure_dir) COMPLETE
88122024-09-09T22:27:12.463Z[ host-image] Sep 09 22:27:11.380 INFO O| Sep 09 22:27:11.380 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88132024-09-09T22:27:12.470Z[ host-image] Sep 09 22:27:11.389 INFO O| Sep 09 22:27:11.389 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88142024-09-09T22:27:12.472Z[ host-image] Sep 09 22:27:11.389 INFO O| Sep 09 22:27:11.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88152024-09-09T22:27:12.472Z[ host-image] Sep 09 22:27:11.389 INFO O| Sep 09 22:27:11.389 INFO STEP 7 (ensure_dir) COMPLETE
88162024-09-09T22:27:12.472Z[ host-image] Sep 09 22:27:11.389 INFO O| Sep 09 22:27:11.389 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88172024-09-09T22:27:12.479Z[ host-image] Sep 09 22:27:11.399 INFO O| Sep 09 22:27:11.399 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
88182024-09-09T22:27:12.482Z[ host-image] Sep 09 22:27:11.399 INFO O| Sep 09 22:27:11.399 INFO STEP 8 (remove_files) COMPLETE
88192024-09-09T22:27:12.482Z[ host-image] Sep 09 22:27:11.399 INFO O| Sep 09 22:27:11.399 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88202024-09-09T22:27:12.489Z[ host-image] Sep 09 22:27:11.408 INFO O| Sep 09 22:27:11.408 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
88212024-09-09T22:27:12.492Z[ host-image] Sep 09 22:27:11.409 INFO O| Sep 09 22:27:11.409 INFO STEP 9 (remove_files) COMPLETE
88222024-09-09T22:27:12.492Z[ host-image] Sep 09 22:27:11.409 INFO O| Sep 09 22:27:11.409 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88232024-09-09T22:27:12.499Z[ host-image] Sep 09 22:27:11.418 INFO O| Sep 09 22:27:11.418 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
88242024-09-09T22:27:12.502Z[ host-image] Sep 09 22:27:11.419 INFO O| Sep 09 22:27:11.419 INFO STEP 10 (remove_files) COMPLETE
88252024-09-09T22:27:12.502Z[ host-image] Sep 09 22:27:11.419 INFO O| Sep 09 22:27:11.419 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88262024-09-09T22:27:12.509Z[ host-image] Sep 09 22:27:11.428 INFO O| Sep 09 22:27:11.428 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
88272024-09-09T22:27:12.511Z[ host-image] Sep 09 22:27:11.428 INFO O| Sep 09 22:27:11.428 INFO STEP 11 (remove_files) COMPLETE
88282024-09-09T22:27:12.511Z[ host-image] Sep 09 22:27:11.428 INFO O| Sep 09 22:27:11.428 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88292024-09-09T22:27:12.518Z[ host-image] Sep 09 22:27:11.437 INFO O| Sep 09 22:27:11.437 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
88302024-09-09T22:27:12.521Z[ host-image] Sep 09 22:27:11.438 INFO O| Sep 09 22:27:11.438 INFO STEP 12 (remove_files) COMPLETE
88312024-09-09T22:27:12.521Z[ host-image] Sep 09 22:27:11.438 INFO O| Sep 09 22:27:11.438 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88322024-09-09T22:27:12.527Z[ host-image] Sep 09 22:27:11.447 INFO O| Sep 09 22:27:11.447 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88332024-09-09T22:27:12.531Z[ host-image] Sep 09 22:27:11.447 INFO O| Sep 09 22:27:11.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88342024-09-09T22:27:12.531Z[ host-image] Sep 09 22:27:11.447 INFO O| Sep 09 22:27:11.447 INFO STEP 13 (ensure_dir) COMPLETE
88352024-09-09T22:27:12.531Z[ host-image] Sep 09 22:27:11.447 INFO O| Sep 09 22:27:11.447 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88362024-09-09T22:27:12.537Z[ host-image] Sep 09 22:27:11.456 INFO O| Sep 09 22:27:11.456 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88372024-09-09T22:27:12.539Z[ host-image] Sep 09 22:27:11.456 INFO O| Sep 09 22:27:11.456 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88382024-09-09T22:27:12.539Z[ host-image] Sep 09 22:27:11.457 INFO O| Sep 09 22:27:11.456 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88392024-09-09T22:27:12.539Z[ host-image] Sep 09 22:27:11.457 INFO O| Sep 09 22:27:11.457 INFO STEP 14 (ensure_dir) COMPLETE
88402024-09-09T22:27:12.539Z[ host-image] Sep 09 22:27:11.457 INFO O| Sep 09 22:27:11.457 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88412024-09-09T22:27:12.546Z[ host-image] Sep 09 22:27:11.466 INFO O| Sep 09 22:27:11.466 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88422024-09-09T22:27:12.546Z[ host-image] Sep 09 22:27:11.466 INFO O| Sep 09 22:27:11.466 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88432024-09-09T22:27:12.549Z[ host-image] Sep 09 22:27:11.466 INFO O| Sep 09 22:27:11.466 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88442024-09-09T22:27:12.549Z[ host-image] Sep 09 22:27:11.466 INFO O| Sep 09 22:27:11.466 INFO STEP 15 (ensure_dir) COMPLETE
88452024-09-09T22:27:12.549Z[ host-image] Sep 09 22:27:11.466 INFO O| Sep 09 22:27:11.466 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88462024-09-09T22:27:12.556Z[ host-image] Sep 09 22:27:11.475 INFO O| Sep 09 22:27:11.475 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88472024-09-09T22:27:12.556Z[ host-image] Sep 09 22:27:11.475 INFO O| Sep 09 22:27:11.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88482024-09-09T22:27:12.556Z[ host-image] Sep 09 22:27:11.475 INFO O| Sep 09 22:27:11.475 INFO STEP 16 (ensure_dir) COMPLETE
88492024-09-09T22:27:12.558Z[ host-image] Sep 09 22:27:11.475 INFO O| Sep 09 22:27:11.475 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88502024-09-09T22:27:12.565Z[ host-image] Sep 09 22:27:11.484 INFO O| Sep 09 22:27:11.484 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88512024-09-09T22:27:12.567Z[ host-image] Sep 09 22:27:11.485 INFO O| Sep 09 22:27:11.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88522024-09-09T22:27:12.567Z[ host-image] Sep 09 22:27:11.485 INFO O| Sep 09 22:27:11.485 INFO STEP 17 (ensure_dir) COMPLETE
88532024-09-09T22:27:12.567Z[ host-image] Sep 09 22:27:11.485 INFO O| Sep 09 22:27:11.485 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88542024-09-09T22:27:12.574Z[ host-image] Sep 09 22:27:11.494 INFO O| Sep 09 22:27:11.494 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88552024-09-09T22:27:12.578Z[ host-image] Sep 09 22:27:11.494 INFO O| Sep 09 22:27:11.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
88562024-09-09T22:27:12.578Z[ host-image] Sep 09 22:27:11.494 INFO O| Sep 09 22:27:11.494 INFO ok!
88572024-09-09T22:27:12.578Z[ host-image] Sep 09 22:27:11.494 INFO O| Sep 09 22:27:11.494 INFO STEP 18 (ensure_symlink) COMPLETE
88582024-09-09T22:27:12.578Z[ host-image] Sep 09 22:27:11.494 INFO O| Sep 09 22:27:11.494 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88592024-09-09T22:27:12.584Z[ host-image] Sep 09 22:27:11.503 INFO O| Sep 09 22:27:11.503 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
88602024-09-09T22:27:12.586Z[ host-image] Sep 09 22:27:11.503 INFO O| Sep 09 22:27:11.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
88612024-09-09T22:27:12.586Z[ host-image] Sep 09 22:27:11.503 INFO O| Sep 09 22:27:11.503 INFO ok!
88622024-09-09T22:27:12.586Z[ host-image] Sep 09 22:27:11.503 INFO O| Sep 09 22:27:11.503 INFO STEP 19 (ensure_file) COMPLETE
88632024-09-09T22:27:12.586Z[ host-image] Sep 09 22:27:11.503 INFO O| Sep 09 22:27:11.503 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88642024-09-09T22:27:12.593Z[ host-image] Sep 09 22:27:11.513 INFO O| Sep 09 22:27:11.513 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
88652024-09-09T22:27:12.593Z[ host-image] Sep 09 22:27:11.513 INFO O| Sep 09 22:27:11.513 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88662024-09-09T22:27:12.596Z[ host-image] Sep 09 22:27:11.513 INFO O| Sep 09 22:27:11.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88672024-09-09T22:27:12.596Z[ host-image] Sep 09 22:27:11.513 INFO O| Sep 09 22:27:11.513 INFO ok!
88682024-09-09T22:27:12.596Z[ host-image] Sep 09 22:27:11.513 INFO O| Sep 09 22:27:11.513 INFO STEP 20 (ensure_symlink) COMPLETE
88692024-09-09T22:27:12.596Z[ host-image] Sep 09 22:27:11.513 INFO O| Sep 09 22:27:11.513 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88702024-09-09T22:27:12.603Z[ host-image] Sep 09 22:27:11.522 INFO O| Sep 09 22:27:11.522 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88712024-09-09T22:27:12.603Z[ host-image] Sep 09 22:27:11.522 INFO O| Sep 09 22:27:11.522 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88722024-09-09T22:27:12.605Z[ host-image] Sep 09 22:27:11.522 INFO O| Sep 09 22:27:11.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88732024-09-09T22:27:12.605Z[ host-image] Sep 09 22:27:11.522 INFO O| Sep 09 22:27:11.522 INFO ok!
88742024-09-09T22:27:12.605Z[ host-image] Sep 09 22:27:11.522 INFO O| Sep 09 22:27:11.522 INFO STEP 21 (ensure_symlink) COMPLETE
88752024-09-09T22:27:12.605Z[ host-image] Sep 09 22:27:11.522 INFO O| Sep 09 22:27:11.522 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88762024-09-09T22:27:12.612Z[ host-image] Sep 09 22:27:11.532 INFO O| Sep 09 22:27:11.532 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88772024-09-09T22:27:12.612Z[ host-image] Sep 09 22:27:11.532 INFO O| Sep 09 22:27:11.532 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88782024-09-09T22:27:12.614Z[ host-image] Sep 09 22:27:11.532 INFO O| Sep 09 22:27:11.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88792024-09-09T22:27:12.614Z[ host-image] Sep 09 22:27:11.532 INFO O| Sep 09 22:27:11.532 INFO ok!
88802024-09-09T22:27:12.614Z[ host-image] Sep 09 22:27:11.532 INFO O| Sep 09 22:27:11.532 INFO STEP 22 (ensure_symlink) COMPLETE
88812024-09-09T22:27:12.614Z[ host-image] Sep 09 22:27:11.532 INFO O| Sep 09 22:27:11.532 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88822024-09-09T22:27:12.622Z[ host-image] Sep 09 22:27:11.541 INFO O| Sep 09 22:27:11.541 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
88832024-09-09T22:27:12.622Z[ host-image] Sep 09 22:27:11.541 INFO O| Sep 09 22:27:11.541 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88842024-09-09T22:27:12.624Z[ host-image] Sep 09 22:27:11.541 INFO O| Sep 09 22:27:11.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
88852024-09-09T22:27:12.624Z[ host-image] Sep 09 22:27:11.542 INFO O| Sep 09 22:27:11.541 INFO ok!
88862024-09-09T22:27:12.624Z[ host-image] Sep 09 22:27:11.542 INFO O| Sep 09 22:27:11.541 INFO STEP 23 (ensure_symlink) COMPLETE
88872024-09-09T22:27:12.624Z[ host-image] Sep 09 22:27:11.542 INFO O| Sep 09 22:27:11.541 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88882024-09-09T22:27:12.631Z[ host-image] Sep 09 22:27:11.551 INFO O| Sep 09 22:27:11.551 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88892024-09-09T22:27:12.634Z[ host-image] Sep 09 22:27:11.551 INFO O| Sep 09 22:27:11.551 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
88902024-09-09T22:27:12.634Z[ host-image] Sep 09 22:27:11.551 INFO O| Sep 09 22:27:11.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
88912024-09-09T22:27:12.634Z[ host-image] Sep 09 22:27:11.551 INFO O| Sep 09 22:27:11.551 INFO ok!
88922024-09-09T22:27:12.634Z[ host-image] Sep 09 22:27:11.551 INFO O| Sep 09 22:27:11.551 INFO STEP 24 (ensure_file) COMPLETE
88932024-09-09T22:27:12.634Z[ host-image] Sep 09 22:27:11.551 INFO O| Sep 09 22:27:11.551 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88942024-09-09T22:27:12.641Z[ host-image] Sep 09 22:27:11.561 INFO O| Sep 09 22:27:11.561 INFO updating shadow file
88952024-09-09T22:27:12.644Z[ host-image] Sep 09 22:27:11.561 INFO O| Sep 09 22:27:11.561 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88962024-09-09T22:27:12.644Z[ host-image] Sep 09 22:27:11.561 INFO O| Sep 09 22:27:11.561 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88972024-09-09T22:27:12.644Z[ host-image] Sep 09 22:27:11.561 INFO O| Sep 09 22:27:11.561 INFO STEP 25 (shadow) COMPLETE
88982024-09-09T22:27:12.644Z[ host-image] Sep 09 22:27:11.561 INFO O| Sep 09 22:27:11.561 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88992024-09-09T22:27:12.651Z[ host-image] Sep 09 22:27:11.570 INFO O| Sep 09 22:27:11.570 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
89002024-09-09T22:27:12.651Z[ host-image] Sep 09 22:27:11.570 INFO O| Sep 09 22:27:11.570 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
89012024-09-09T22:27:12.653Z[ host-image] Sep 09 22:27:11.570 INFO O| Sep 09 22:27:11.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
89022024-09-09T22:27:12.653Z[ host-image] Sep 09 22:27:11.570 INFO O| Sep 09 22:27:11.570 INFO ok!
89032024-09-09T22:27:12.653Z[ host-image] Sep 09 22:27:11.570 INFO O| Sep 09 22:27:11.570 INFO STEP 26 (ensure_file) COMPLETE
89042024-09-09T22:27:12.653Z[ host-image] Sep 09 22:27:11.570 INFO O| Sep 09 22:27:11.570 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89052024-09-09T22:27:12.660Z[ host-image] Sep 09 22:27:11.580 INFO O| Sep 09 22:27:11.580 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
89062024-09-09T22:27:12.661Z[ host-image] Sep 09 22:27:11.580 INFO O| Sep 09 22:27:11.580 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
89072024-09-09T22:27:12.663Z[ host-image] Sep 09 22:27:11.580 INFO O| Sep 09 22:27:11.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
89082024-09-09T22:27:12.663Z[ host-image] Sep 09 22:27:11.580 INFO O| Sep 09 22:27:11.580 INFO ok!
89092024-09-09T22:27:12.663Z[ host-image] Sep 09 22:27:11.580 INFO O| Sep 09 22:27:11.580 INFO STEP 27 (ensure_file) COMPLETE
89102024-09-09T22:27:12.663Z[ host-image] Sep 09 22:27:11.580 INFO O| Sep 09 22:27:11.580 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89112024-09-09T22:27:12.670Z[ host-image] Sep 09 22:27:11.590 INFO O| Sep 09 22:27:11.590 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89122024-09-09T22:27:12.670Z[ host-image] Sep 09 22:27:11.590 INFO O| Sep 09 22:27:11.590 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
89132024-09-09T22:27:12.672Z[ host-image] Sep 09 22:27:11.590 INFO O| Sep 09 22:27:11.590 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89142024-09-09T22:27:12.672Z[ host-image] Sep 09 22:27:11.590 INFO O| Sep 09 22:27:11.590 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89152024-09-09T22:27:12.673Z[ host-image] Sep 09 22:27:11.590 INFO O| Sep 09 22:27:11.590 INFO ok!
89162024-09-09T22:27:12.673Z[ host-image] Sep 09 22:27:11.590 INFO O| Sep 09 22:27:11.590 INFO STEP 28 (ensure_file) COMPLETE
89172024-09-09T22:27:12.673Z[ host-image] Sep 09 22:27:11.590 INFO O| Sep 09 22:27:11.590 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89182024-09-09T22:27:12.680Z[ host-image] Sep 09 22:27:11.599 INFO O| Sep 09 22:27:11.599 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
89192024-09-09T22:27:12.680Z[ host-image] Sep 09 22:27:11.599 INFO O| Sep 09 22:27:11.599 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
89202024-09-09T22:27:12.682Z[ host-image] Sep 09 22:27:11.599 INFO O| Sep 09 22:27:11.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
89212024-09-09T22:27:12.682Z[ host-image] Sep 09 22:27:11.599 INFO O| Sep 09 22:27:11.599 INFO ok!
89222024-09-09T22:27:12.682Z[ host-image] Sep 09 22:27:11.599 INFO O| Sep 09 22:27:11.599 INFO STEP 29 (ensure_file) COMPLETE
89232024-09-09T22:27:12.682Z[ host-image] Sep 09 22:27:11.599 INFO O| Sep 09 22:27:11.599 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89242024-09-09T22:27:12.689Z[ host-image] Sep 09 22:27:11.608 INFO O| Sep 09 22:27:11.608 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
89252024-09-09T22:27:12.691Z[ host-image] Sep 09 22:27:11.608 INFO O| Sep 09 22:27:11.608 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
89262024-09-09T22:27:12.691Z[ host-image] Sep 09 22:27:11.609 INFO O| Sep 09 22:27:11.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
89272024-09-09T22:27:12.691Z[ host-image] Sep 09 22:27:11.609 INFO O| Sep 09 22:27:11.609 INFO ok!
89282024-09-09T22:27:12.691Z[ host-image] Sep 09 22:27:11.609 INFO O| Sep 09 22:27:11.609 INFO STEP 30 (ensure_file) COMPLETE
89292024-09-09T22:27:12.691Z[ host-image] Sep 09 22:27:11.609 INFO O| Sep 09 22:27:11.609 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89302024-09-09T22:27:12.699Z[ host-image] Sep 09 22:27:11.618 INFO O| Sep 09 22:27:11.618 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
89312024-09-09T22:27:12.699Z[ host-image] Sep 09 22:27:11.618 INFO O| Sep 09 22:27:11.618 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
89322024-09-09T22:27:12.701Z[ host-image] Sep 09 22:27:11.618 INFO O| Sep 09 22:27:11.618 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89332024-09-09T22:27:12.701Z[ host-image] Sep 09 22:27:11.618 INFO O| Sep 09 22:27:11.618 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89342024-09-09T22:27:12.701Z[ host-image] Sep 09 22:27:11.618 INFO O| Sep 09 22:27:11.618 INFO ok!
89352024-09-09T22:27:12.701Z[ host-image] Sep 09 22:27:11.618 INFO O| Sep 09 22:27:11.618 INFO STEP 31 (ensure_file) COMPLETE
89362024-09-09T22:27:12.701Z[ host-image] Sep 09 22:27:11.618 INFO O| Sep 09 22:27:11.618 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89372024-09-09T22:27:12.708Z[ host-image] Sep 09 22:27:11.628 INFO O| Sep 09 22:27:11.628 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
89382024-09-09T22:27:12.708Z[ host-image] Sep 09 22:27:11.628 INFO O| Sep 09 22:27:11.628 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
89392024-09-09T22:27:12.711Z[ host-image] Sep 09 22:27:11.628 INFO O| Sep 09 22:27:11.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
89402024-09-09T22:27:12.711Z[ host-image] Sep 09 22:27:11.628 INFO O| Sep 09 22:27:11.628 INFO ok!
89412024-09-09T22:27:12.711Z[ host-image] Sep 09 22:27:11.628 INFO O| Sep 09 22:27:11.628 INFO STEP 32 (ensure_file) COMPLETE
89422024-09-09T22:27:12.711Z[ host-image] Sep 09 22:27:11.628 INFO O| Sep 09 22:27:11.628 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89432024-09-09T22:27:12.718Z[ host-image] Sep 09 22:27:11.637 INFO O| Sep 09 22:27:11.637 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89442024-09-09T22:27:12.718Z[ host-image] Sep 09 22:27:11.637 INFO O| Sep 09 22:27:11.637 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
89452024-09-09T22:27:12.720Z[ host-image] Sep 09 22:27:11.637 INFO O| Sep 09 22:27:11.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
89462024-09-09T22:27:12.720Z[ host-image] Sep 09 22:27:11.638 INFO O| Sep 09 22:27:11.637 INFO ok!
89472024-09-09T22:27:12.720Z[ host-image] Sep 09 22:27:11.638 INFO O| Sep 09 22:27:11.637 INFO STEP 33 (ensure_file) COMPLETE
89482024-09-09T22:27:12.720Z[ host-image] Sep 09 22:27:11.638 INFO O| Sep 09 22:27:11.637 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89492024-09-09T22:27:12.727Z[ host-image] Sep 09 22:27:11.647 INFO O| Sep 09 22:27:11.647 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
89502024-09-09T22:27:12.727Z[ host-image] Sep 09 22:27:11.647 INFO O| Sep 09 22:27:11.647 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
89512024-09-09T22:27:12.730Z[ host-image] Sep 09 22:27:11.647 INFO O| Sep 09 22:27:11.647 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89522024-09-09T22:27:12.730Z[ host-image] Sep 09 22:27:11.647 INFO O| Sep 09 22:27:11.647 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89532024-09-09T22:27:12.730Z[ host-image] Sep 09 22:27:11.647 INFO O| Sep 09 22:27:11.647 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89542024-09-09T22:27:12.730Z[ host-image] Sep 09 22:27:11.647 INFO O| Sep 09 22:27:11.647 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89552024-09-09T22:27:12.730Z[ host-image] Sep 09 22:27:11.647 INFO O| Sep 09 22:27:11.647 INFO ok!
89562024-09-09T22:27:12.730Z[ host-image] Sep 09 22:27:11.647 INFO O| Sep 09 22:27:11.647 INFO STEP 34 (ensure_file) COMPLETE
89572024-09-09T22:27:12.730Z[ host-image] Sep 09 22:27:11.647 INFO O| Sep 09 22:27:11.647 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89582024-09-09T22:27:12.737Z[ host-image] Sep 09 22:27:11.656 INFO O| Sep 09 22:27:11.656 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89592024-09-09T22:27:12.739Z[ host-image] Sep 09 22:27:11.657 INFO O| Sep 09 22:27:11.656 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89602024-09-09T22:27:12.740Z[ host-image] Sep 09 22:27:11.657 INFO O| Sep 09 22:27:11.657 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89612024-09-09T22:27:12.740Z[ host-image] Sep 09 22:27:11.657 INFO O| Sep 09 22:27:11.657 INFO STEP 35 (ensure_dir) COMPLETE
89622024-09-09T22:27:12.740Z[ host-image] Sep 09 22:27:11.657 INFO O| Sep 09 22:27:11.657 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89632024-09-09T22:27:12.747Z[ host-image] Sep 09 22:27:11.666 INFO O| Sep 09 22:27:11.666 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
89642024-09-09T22:27:12.747Z[ host-image] Sep 09 22:27:11.666 INFO O| Sep 09 22:27:11.666 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 ...
89652024-09-09T22:27:12.749Z[ host-image] Sep 09 22:27:11.666 INFO O| Sep 09 22:27:11.666 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
89662024-09-09T22:27:12.749Z[ host-image] Sep 09 22:27:11.666 INFO O| Sep 09 22:27:11.666 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
89672024-09-09T22:27:12.749Z[ host-image] Sep 09 22:27:11.666 INFO O| Sep 09 22:27:11.666 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
89682024-09-09T22:27:12.749Z[ host-image] Sep 09 22:27:11.666 INFO O| Sep 09 22:27:11.666 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
89692024-09-09T22:27:12.749Z[ host-image] Sep 09 22:27:11.666 INFO O| Sep 09 22:27:11.666 INFO ok!
89702024-09-09T22:27:12.749Z[ host-image] Sep 09 22:27:11.666 INFO O| Sep 09 22:27:11.666 INFO STEP 36 (ensure_file) COMPLETE
89712024-09-09T22:27:12.749Z[ host-image] Sep 09 22:27:11.666 INFO O| Sep 09 22:27:11.666 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89722024-09-09T22:27:12.757Z[ host-image] Sep 09 22:27:11.676 INFO O| Sep 09 22:27:11.676 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89732024-09-09T22:27:12.757Z[ host-image] Sep 09 22:27:11.676 INFO O| Sep 09 22:27:11.676 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 ...
89742024-09-09T22:27:12.757Z[ host-image] Sep 09 22:27:11.676 INFO O| Sep 09 22:27:11.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89752024-09-09T22:27:12.759Z[ host-image] Sep 09 22:27:11.676 INFO O| Sep 09 22:27:11.676 INFO ok!
89762024-09-09T22:27:12.759Z[ host-image] Sep 09 22:27:11.676 INFO O| Sep 09 22:27:11.676 INFO STEP 37 (ensure_symlink) COMPLETE
89772024-09-09T22:27:12.759Z[ host-image] Sep 09 22:27:11.676 INFO O| Sep 09 22:27:11.676 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89782024-09-09T22:27:12.766Z[ host-image] Sep 09 22:27:11.686 INFO O| Sep 09 22:27:11.686 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89792024-09-09T22:27:12.769Z[ host-image] Sep 09 22:27:11.686 INFO O| Sep 09 22:27:11.686 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89802024-09-09T22:27:12.769Z[ host-image] Sep 09 22:27:11.686 INFO O| Sep 09 22:27:11.686 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89812024-09-09T22:27:12.769Z[ host-image] Sep 09 22:27:11.686 INFO O| Sep 09 22:27:11.686 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89822024-09-09T22:27:12.769Z[ host-image] Sep 09 22:27:11.686 INFO O| Sep 09 22:27:11.686 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89832024-09-09T22:27:12.769Z[ host-image] Sep 09 22:27:11.686 INFO O| Sep 09 22:27:11.686 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89842024-09-09T22:27:12.769Z[ host-image] Sep 09 22:27:11.686 INFO O| Sep 09 22:27:11.686 INFO ok!
89852024-09-09T22:27:12.769Z[ host-image] Sep 09 22:27:11.686 INFO O| Sep 09 22:27:11.686 INFO STEP 38 (ensure_file) COMPLETE
89862024-09-09T22:27:12.769Z[ host-image] Sep 09 22:27:11.686 INFO O| Sep 09 22:27:11.686 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89872024-09-09T22:27:12.776Z[ host-image] Sep 09 22:27:11.696 INFO O| Sep 09 22:27:11.696 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
89882024-09-09T22:27:12.777Z[ host-image] Sep 09 22:27:11.696 INFO O| Sep 09 22:27:11.696 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 ...
89892024-09-09T22:27:12.779Z[ host-image] Sep 09 22:27:11.696 INFO O| Sep 09 22:27:11.696 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
89902024-09-09T22:27:12.779Z[ host-image] Sep 09 22:27:11.696 INFO O| Sep 09 22:27:11.696 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89912024-09-09T22:27:12.779Z[ host-image] Sep 09 22:27:11.696 INFO O| Sep 09 22:27:11.696 INFO ok!
89922024-09-09T22:27:12.779Z[ host-image] Sep 09 22:27:11.696 INFO O| Sep 09 22:27:11.696 INFO STEP 39 (ensure_file) COMPLETE
89932024-09-09T22:27:12.779Z[ host-image] Sep 09 22:27:11.696 INFO O| Sep 09 22:27:11.696 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89942024-09-09T22:27:12.786Z[ host-image] Sep 09 22:27:11.706 INFO O| Sep 09 22:27:11.706 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
89952024-09-09T22:27:12.789Z[ host-image] Sep 09 22:27:11.706 INFO O| Sep 09 22:27:11.706 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
89962024-09-09T22:27:12.789Z[ host-image] Sep 09 22:27:11.706 INFO O| Sep 09 22:27:11.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
89972024-09-09T22:27:12.789Z[ host-image] Sep 09 22:27:11.706 INFO O| Sep 09 22:27:11.706 INFO ok!
89982024-09-09T22:27:12.789Z[ host-image] Sep 09 22:27:11.706 INFO O| Sep 09 22:27:11.706 INFO STEP 40 (ensure_file) COMPLETE
89992024-09-09T22:27:12.789Z[ host-image] Sep 09 22:27:11.706 INFO O| Sep 09 22:27:11.706 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90002024-09-09T22:27:12.796Z[ host-image] Sep 09 22:27:11.715 INFO O| Sep 09 22:27:11.715 INFO updating shadow file
90012024-09-09T22:27:12.799Z[ host-image] Sep 09 22:27:11.715 INFO O| Sep 09 22:27:11.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90022024-09-09T22:27:12.799Z[ host-image] Sep 09 22:27:11.715 INFO O| Sep 09 22:27:11.715 INFO STEP 41 (shadow) COMPLETE
90032024-09-09T22:27:12.799Z[ host-image] Sep 09 22:27:11.715 INFO O| Sep 09 22:27:11.715 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90042024-09-09T22:27:12.805Z[ host-image] Sep 09 22:27:11.725 INFO O| Sep 09 22:27:11.725 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
90052024-09-09T22:27:12.806Z[ host-image] Sep 09 22:27:11.725 INFO O| Sep 09 22:27:11.725 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
90062024-09-09T22:27:12.808Z[ host-image] Sep 09 22:27:11.725 INFO O| Sep 09 22:27:11.725 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90072024-09-09T22:27:12.808Z[ host-image] Sep 09 22:27:11.725 INFO O| Sep 09 22:27:11.725 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90082024-09-09T22:27:12.808Z[ host-image] Sep 09 22:27:11.725 INFO O| Sep 09 22:27:11.725 INFO ok!
90092024-09-09T22:27:12.808Z[ host-image] Sep 09 22:27:11.725 INFO O| Sep 09 22:27:11.725 INFO STEP 42 (ensure_file) COMPLETE
90102024-09-09T22:27:12.808Z[ host-image] Sep 09 22:27:11.725 INFO O| Sep 09 22:27:11.725 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90112024-09-09T22:27:12.808Z[ host-image] Sep 09 22:27:11.725 INFO O| Sep 09 22:27:11.725 INFO skip step because feature "mfg" is not enabled
90122024-09-09T22:27:12.808Z[ host-image] Sep 09 22:27:11.725 INFO O| Sep 09 22:27:11.725 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90132024-09-09T22:27:12.808Z[ host-image] Sep 09 22:27:11.725 INFO O| Sep 09 22:27:11.725 INFO skip step because feature "mfg" is not enabled
90142024-09-09T22:27:12.808Z[ host-image] Sep 09 22:27:11.725 INFO O| Sep 09 22:27:11.725 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90152024-09-09T22:27:12.816Z[ host-image] Sep 09 22:27:11.735 INFO O| Sep 09 22:27:11.735 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
90162024-09-09T22:27:12.816Z[ host-image] Sep 09 22:27:11.735 INFO O| Sep 09 22:27:11.735 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
90172024-09-09T22:27:13.445Z[ host-image] Sep 09 22:27:12.364 INFO O| Sep 09 22:27:12.364 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90182024-09-09T22:27:13.446Z[ host-image] Sep 09 22:27:12.364 INFO O| Sep 09 22:27:12.364 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90192024-09-09T22:27:13.446Z[ host-image] Sep 09 22:27:12.364 INFO O| Sep 09 22:27:12.364 INFO ok!
90202024-09-09T22:27:13.448Z[ host-image] Sep 09 22:27:12.364 INFO O| Sep 09 22:27:12.364 INFO STEP 45 (ensure_file) COMPLETE
90212024-09-09T22:27:13.448Z[ host-image] Sep 09 22:27:12.364 INFO O| Sep 09 22:27:12.364 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90222024-09-09T22:27:13.456Z[ host-image] Sep 09 22:27:12.375 INFO O| Sep 09 22:27:12.375 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
90232024-09-09T22:27:13.456Z[ host-image] Sep 09 22:27:12.375 INFO O| Sep 09 22:27:12.375 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90242024-09-09T22:27:13.459Z[ host-image] Sep 09 22:27:12.376 INFO O| Sep 09 22:27:12.376 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90252024-09-09T22:27:13.459Z[ host-image] Sep 09 22:27:12.376 INFO O| Sep 09 22:27:12.376 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90262024-09-09T22:27:13.459Z[ host-image] Sep 09 22:27:12.376 INFO O| Sep 09 22:27:12.376 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90272024-09-09T22:27:13.459Z[ host-image] Sep 09 22:27:12.376 INFO O| Sep 09 22:27:12.376 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90282024-09-09T22:27:13.459Z[ host-image] Sep 09 22:27:12.376 INFO O| Sep 09 22:27:12.376 INFO ok!
90292024-09-09T22:27:13.459Z[ host-image] Sep 09 22:27:12.376 INFO O| Sep 09 22:27:12.376 INFO STEP 46 (ensure_file) COMPLETE
90302024-09-09T22:27:13.459Z[ host-image] Sep 09 22:27:12.376 INFO O| Sep 09 22:27:12.376 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90312024-09-09T22:27:13.466Z[ host-image] Sep 09 22:27:12.385 INFO O| Sep 09 22:27:12.385 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
90322024-09-09T22:27:13.466Z[ host-image] Sep 09 22:27:12.385 INFO O| Sep 09 22:27:12.385 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 ...
90332024-09-09T22:27:13.468Z[ host-image] Sep 09 22:27:12.385 INFO O| Sep 09 22:27:12.385 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
90342024-09-09T22:27:13.468Z[ host-image] Sep 09 22:27:12.385 INFO O| Sep 09 22:27:12.385 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90352024-09-09T22:27:13.468Z[ host-image] Sep 09 22:27:12.385 INFO O| Sep 09 22:27:12.385 INFO ok!
90362024-09-09T22:27:13.469Z[ host-image] Sep 09 22:27:12.385 INFO O| Sep 09 22:27:12.385 INFO STEP 47 (ensure_file) COMPLETE
90372024-09-09T22:27:13.469Z[ host-image] Sep 09 22:27:12.385 INFO O| Sep 09 22:27:12.385 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90382024-09-09T22:27:13.475Z[ host-image] Sep 09 22:27:12.395 INFO O| Sep 09 22:27:12.395 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
90392024-09-09T22:27:13.475Z[ host-image] Sep 09 22:27:12.395 INFO O| Sep 09 22:27:12.395 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
90402024-09-09T22:27:13.478Z[ host-image] Sep 09 22:27:12.395 INFO O| Sep 09 22:27:12.395 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90412024-09-09T22:27:13.478Z[ host-image] Sep 09 22:27:12.395 INFO O| Sep 09 22:27:12.395 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90422024-09-09T22:27:13.478Z[ host-image] Sep 09 22:27:12.395 INFO O| Sep 09 22:27:12.395 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90432024-09-09T22:27:13.478Z[ host-image] Sep 09 22:27:12.395 INFO O| Sep 09 22:27:12.395 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90442024-09-09T22:27:13.478Z[ host-image] Sep 09 22:27:12.395 INFO O| Sep 09 22:27:12.395 INFO ok!
90452024-09-09T22:27:13.478Z[ host-image] Sep 09 22:27:12.395 INFO O| Sep 09 22:27:12.395 INFO STEP 48 (ensure_file) COMPLETE
90462024-09-09T22:27:13.478Z[ host-image] Sep 09 22:27:12.395 INFO O| Sep 09 22:27:12.395 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90472024-09-09T22:27:13.485Z[ host-image] Sep 09 22:27:12.404 INFO O| Sep 09 22:27:12.404 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
90482024-09-09T22:27:13.485Z[ host-image] Sep 09 22:27:12.404 INFO O| Sep 09 22:27:12.404 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 ...
90492024-09-09T22:27:13.487Z[ host-image] Sep 09 22:27:12.404 INFO O| Sep 09 22:27:12.404 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
90502024-09-09T22:27:13.487Z[ host-image] Sep 09 22:27:12.404 INFO O| Sep 09 22:27:12.404 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
90512024-09-09T22:27:13.488Z[ host-image] Sep 09 22:27:12.405 INFO O| Sep 09 22:27:12.404 INFO ok!
90522024-09-09T22:27:13.488Z[ host-image] Sep 09 22:27:12.405 INFO O| Sep 09 22:27:12.405 INFO STEP 49 (ensure_file) COMPLETE
90532024-09-09T22:27:13.488Z[ host-image] Sep 09 22:27:12.405 INFO O| Sep 09 22:27:12.405 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90542024-09-09T22:27:13.495Z[ host-image] Sep 09 22:27:12.414 INFO O| Sep 09 22:27:12.414 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
90552024-09-09T22:27:13.495Z[ host-image] Sep 09 22:27:12.414 INFO O| Sep 09 22:27:12.414 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
90562024-09-09T22:27:13.497Z[ host-image] Sep 09 22:27:12.414 INFO O| Sep 09 22:27:12.414 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90572024-09-09T22:27:13.497Z[ host-image] Sep 09 22:27:12.414 INFO O| Sep 09 22:27:12.414 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90582024-09-09T22:27:13.497Z[ host-image] Sep 09 22:27:12.414 INFO O| Sep 09 22:27:12.414 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90592024-09-09T22:27:13.497Z[ host-image] Sep 09 22:27:12.414 INFO O| Sep 09 22:27:12.414 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90602024-09-09T22:27:13.497Z[ host-image] Sep 09 22:27:12.414 INFO O| Sep 09 22:27:12.414 INFO ok!
90612024-09-09T22:27:13.497Z[ host-image] Sep 09 22:27:12.414 INFO O| Sep 09 22:27:12.414 INFO STEP 50 (ensure_file) COMPLETE
90622024-09-09T22:27:13.497Z[ host-image] Sep 09 22:27:12.414 INFO O| Sep 09 22:27:12.414 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90632024-09-09T22:27:13.504Z[ host-image] Sep 09 22:27:12.423 INFO O| Sep 09 22:27:12.423 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
90642024-09-09T22:27:13.504Z[ host-image] Sep 09 22:27:12.423 INFO O| Sep 09 22:27:12.423 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 ...
90652024-09-09T22:27:13.507Z[ host-image] Sep 09 22:27:12.424 INFO O| Sep 09 22:27:12.424 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
90662024-09-09T22:27:13.507Z[ host-image] Sep 09 22:27:12.424 INFO O| Sep 09 22:27:12.424 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90672024-09-09T22:27:13.507Z[ host-image] Sep 09 22:27:12.424 INFO O| Sep 09 22:27:12.424 INFO ok!
90682024-09-09T22:27:13.507Z[ host-image] Sep 09 22:27:12.424 INFO O| Sep 09 22:27:12.424 INFO STEP 51 (ensure_file) COMPLETE
90692024-09-09T22:27:13.507Z[ host-image] Sep 09 22:27:12.424 INFO O| Sep 09 22:27:12.424 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90702024-09-09T22:27:13.514Z[ host-image] Sep 09 22:27:12.433 INFO O| Sep 09 22:27:12.433 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90712024-09-09T22:27:13.517Z[ host-image] Sep 09 22:27:12.434 INFO O| Sep 09 22:27:12.433 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 ...
90722024-09-09T22:27:13.517Z[ host-image] Sep 09 22:27:12.434 INFO O| Sep 09 22:27:12.434 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
90732024-09-09T22:27:13.517Z[ host-image] Sep 09 22:27:12.434 INFO O| Sep 09 22:27:12.434 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90742024-09-09T22:27:13.517Z[ host-image] Sep 09 22:27:12.434 INFO O| Sep 09 22:27:12.434 INFO ok!
90752024-09-09T22:27:13.517Z[ host-image] Sep 09 22:27:12.434 INFO O| Sep 09 22:27:12.434 INFO STEP 52 (ensure_file) COMPLETE
90762024-09-09T22:27:13.517Z[ host-image] Sep 09 22:27:12.434 INFO O| Sep 09 22:27:12.434 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90772024-09-09T22:27:13.524Z[ host-image] Sep 09 22:27:12.443 INFO O| Sep 09 22:27:12.443 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90782024-09-09T22:27:13.524Z[ host-image] Sep 09 22:27:12.443 INFO O| Sep 09 22:27:12.443 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 ...
90792024-09-09T22:27:13.526Z[ host-image] Sep 09 22:27:12.443 INFO O| Sep 09 22:27:12.443 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
90802024-09-09T22:27:13.526Z[ host-image] Sep 09 22:27:12.443 INFO O| Sep 09 22:27:12.443 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90812024-09-09T22:27:13.526Z[ host-image] Sep 09 22:27:12.443 INFO O| Sep 09 22:27:12.443 INFO ok!
90822024-09-09T22:27:13.526Z[ host-image] Sep 09 22:27:12.443 INFO O| Sep 09 22:27:12.443 INFO STEP 53 (ensure_file) COMPLETE
90832024-09-09T22:27:13.526Z[ host-image] Sep 09 22:27:12.443 INFO O| Sep 09 22:27:12.443 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90842024-09-09T22:27:13.533Z[ host-image] Sep 09 22:27:12.453 INFO O| Sep 09 22:27:12.453 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
90852024-09-09T22:27:13.536Z[ host-image] Sep 09 22:27:12.453 INFO O| Sep 09 22:27:12.453 INFO STEP 54 (ensure_dir) COMPLETE
90862024-09-09T22:27:13.536Z[ host-image] Sep 09 22:27:12.453 INFO O| Sep 09 22:27:12.453 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90872024-09-09T22:27:13.543Z[ host-image] Sep 09 22:27:12.462 INFO O| Sep 09 22:27:12.462 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90882024-09-09T22:27:13.543Z[ host-image] Sep 09 22:27:12.462 INFO O| Sep 09 22:27:12.462 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90892024-09-09T22:27:13.545Z[ host-image] Sep 09 22:27:12.462 INFO O| Sep 09 22:27:12.462 INFO STEP 55 (ensure_dir) COMPLETE
90902024-09-09T22:27:13.545Z[ host-image] Sep 09 22:27:12.462 INFO O| Sep 09 22:27:12.462 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90912024-09-09T22:27:13.552Z[ host-image] Sep 09 22:27:12.471 INFO O| Sep 09 22:27:12.471 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90922024-09-09T22:27:13.554Z[ host-image] Sep 09 22:27:12.472 INFO O| Sep 09 22:27:12.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90932024-09-09T22:27:13.554Z[ host-image] Sep 09 22:27:12.472 INFO O| Sep 09 22:27:12.472 INFO STEP 56 (ensure_dir) COMPLETE
90942024-09-09T22:27:13.554Z[ host-image] Sep 09 22:27:12.472 INFO O| Sep 09 22:27:12.472 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90952024-09-09T22:27:13.562Z[ host-image] Sep 09 22:27:12.481 INFO O| Sep 09 22:27:12.481 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
90962024-09-09T22:27:13.562Z[ host-image] Sep 09 22:27:12.481 INFO O| Sep 09 22:27:12.481 INFO copying /tmp/.tmpk1xqE7/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
90972024-09-09T22:27:13.577Z[ host-image] Sep 09 22:27:12.495 INFO O| Sep 09 22:27:12.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
90982024-09-09T22:27:13.577Z[ host-image] Sep 09 22:27:12.495 INFO O| Sep 09 22:27:12.495 INFO ok!
90992024-09-09T22:27:13.577Z[ host-image] Sep 09 22:27:12.495 INFO O| Sep 09 22:27:12.495 INFO STEP 57 (ensure_file) COMPLETE
91002024-09-09T22:27:13.577Z[ host-image] Sep 09 22:27:12.495 INFO O| Sep 09 22:27:12.495 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91012024-09-09T22:27:13.586Z[ host-image] Sep 09 22:27:12.505 INFO O| Sep 09 22:27:12.505 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
91022024-09-09T22:27:13.586Z[ host-image] Sep 09 22:27:12.506 INFO O| Sep 09 22:27:12.505 INFO copying /tmp/.tmpk1xqE7/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
91032024-09-09T22:27:14.673Z[ host-image] Sep 09 22:27:13.592 INFO O| Sep 09 22:27:13.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
91042024-09-09T22:27:14.673Z[ host-image] Sep 09 22:27:13.592 INFO O| Sep 09 22:27:13.592 INFO ok!
91052024-09-09T22:27:14.673Z[ host-image] Sep 09 22:27:13.592 INFO O| Sep 09 22:27:13.592 INFO STEP 58 (ensure_file) COMPLETE
91062024-09-09T22:27:14.673Z[ host-image] Sep 09 22:27:13.592 INFO O| Sep 09 22:27:13.592 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91072024-09-09T22:27:14.684Z[ host-image] Sep 09 22:27:13.603 INFO O| Sep 09 22:27:13.603 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91082024-09-09T22:27:14.686Z[ host-image] Sep 09 22:27:13.603 INFO O| Sep 09 22:27:13.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91092024-09-09T22:27:14.686Z[ host-image] Sep 09 22:27:13.603 INFO O| Sep 09 22:27:13.603 INFO STEP 59 (ensure_dir) COMPLETE
91102024-09-09T22:27:14.686Z[ host-image] Sep 09 22:27:13.603 INFO O| Sep 09 22:27:13.603 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91112024-09-09T22:27:14.694Z[ host-image] Sep 09 22:27:13.613 INFO O| Sep 09 22:27:13.613 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
91122024-09-09T22:27:14.694Z[ host-image] Sep 09 22:27:13.613 INFO O| Sep 09 22:27:13.613 INFO copying /tmp/.tmpk1xqE7/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 ...
91132024-09-09T22:27:14.696Z[ host-image] Sep 09 22:27:13.613 INFO O| Sep 09 22:27:13.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
91142024-09-09T22:27:14.696Z[ host-image] Sep 09 22:27:13.613 INFO O| Sep 09 22:27:13.613 INFO ok!
91152024-09-09T22:27:14.696Z[ host-image] Sep 09 22:27:13.613 INFO O| Sep 09 22:27:13.613 INFO STEP 60 (ensure_file) COMPLETE
91162024-09-09T22:27:14.696Z[ host-image] Sep 09 22:27:13.613 INFO O| Sep 09 22:27:13.613 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91172024-09-09T22:27:14.703Z[ host-image] Sep 09 22:27:13.622 INFO O| Sep 09 22:27:13.622 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
91182024-09-09T22:27:14.703Z[ host-image] Sep 09 22:27:13.622 INFO O| Sep 09 22:27:13.622 INFO copying /tmp/.tmpk1xqE7/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 ...
91192024-09-09T22:27:14.706Z[ host-image] Sep 09 22:27:13.623 INFO O| Sep 09 22:27:13.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
91202024-09-09T22:27:14.706Z[ host-image] Sep 09 22:27:13.623 INFO O| Sep 09 22:27:13.623 INFO ok!
91212024-09-09T22:27:14.706Z[ host-image] Sep 09 22:27:13.623 INFO O| Sep 09 22:27:13.623 INFO STEP 61 (ensure_file) COMPLETE
91222024-09-09T22:27:14.706Z[ host-image] Sep 09 22:27:13.623 INFO O| Sep 09 22:27:13.623 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91232024-09-09T22:27:14.713Z[ host-image] Sep 09 22:27:13.632 INFO O| Sep 09 22:27:13.632 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91242024-09-09T22:27:14.713Z[ host-image] Sep 09 22:27:13.632 INFO O| Sep 09 22:27:13.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91252024-09-09T22:27:14.716Z[ host-image] Sep 09 22:27:13.632 INFO O| Sep 09 22:27:13.632 INFO STEP 62 (ensure_dir) COMPLETE
91262024-09-09T22:27:14.716Z[ host-image] Sep 09 22:27:13.632 INFO O| Sep 09 22:27:13.632 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91272024-09-09T22:27:14.722Z[ host-image] Sep 09 22:27:13.642 INFO O| Sep 09 22:27:13.641 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91282024-09-09T22:27:14.723Z[ host-image] Sep 09 22:27:13.642 INFO O| Sep 09 22:27:13.641 INFO copying /tmp/.tmpk1xqE7/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 ...
91292024-09-09T22:27:14.725Z[ host-image] Sep 09 22:27:13.642 INFO O| Sep 09 22:27:13.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91302024-09-09T22:27:14.725Z[ host-image] Sep 09 22:27:13.642 INFO O| Sep 09 22:27:13.642 INFO ok!
91312024-09-09T22:27:14.725Z[ host-image] Sep 09 22:27:13.642 INFO O| Sep 09 22:27:13.642 INFO STEP 63 (ensure_file) COMPLETE
91322024-09-09T22:27:14.725Z[ host-image] Sep 09 22:27:13.642 INFO O| Sep 09 22:27:13.642 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91332024-09-09T22:27:14.732Z[ host-image] Sep 09 22:27:13.651 INFO O| Sep 09 22:27:13.651 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91342024-09-09T22:27:14.734Z[ host-image] Sep 09 22:27:13.651 INFO O| Sep 09 22:27:13.651 INFO copying /tmp/.tmpk1xqE7/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 ...
91352024-09-09T22:27:14.734Z[ host-image] Sep 09 22:27:13.651 INFO O| Sep 09 22:27:13.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
91362024-09-09T22:27:14.734Z[ host-image] Sep 09 22:27:13.651 INFO O| Sep 09 22:27:13.651 INFO ok!
91372024-09-09T22:27:14.734Z[ host-image] Sep 09 22:27:13.651 INFO O| Sep 09 22:27:13.651 INFO STEP 64 (ensure_file) COMPLETE
91382024-09-09T22:27:14.734Z[ host-image] Sep 09 22:27:13.651 INFO O| Sep 09 22:27:13.651 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91392024-09-09T22:27:14.741Z[ host-image] Sep 09 22:27:13.661 INFO O| Sep 09 22:27:13.660 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91402024-09-09T22:27:14.744Z[ host-image] Sep 09 22:27:13.661 INFO O| Sep 09 22:27:13.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91412024-09-09T22:27:14.744Z[ host-image] Sep 09 22:27:13.661 INFO O| Sep 09 22:27:13.661 INFO STEP 65 (ensure_dir) COMPLETE
91422024-09-09T22:27:14.744Z[ host-image] Sep 09 22:27:13.661 INFO O| Sep 09 22:27:13.661 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91432024-09-09T22:27:14.751Z[ host-image] Sep 09 22:27:13.670 INFO O| Sep 09 22:27:13.670 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91442024-09-09T22:27:14.751Z[ host-image] Sep 09 22:27:13.670 INFO O| Sep 09 22:27:13.670 INFO copying /tmp/.tmpk1xqE7/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 ...
91452024-09-09T22:27:14.753Z[ host-image] Sep 09 22:27:13.670 INFO O| Sep 09 22:27:13.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91462024-09-09T22:27:14.753Z[ host-image] Sep 09 22:27:13.670 INFO O| Sep 09 22:27:13.670 INFO ok!
91472024-09-09T22:27:14.753Z[ host-image] Sep 09 22:27:13.670 INFO O| Sep 09 22:27:13.670 INFO STEP 66 (ensure_file) COMPLETE
91482024-09-09T22:27:14.753Z[ host-image] Sep 09 22:27:13.670 INFO O| Sep 09 22:27:13.670 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91492024-09-09T22:27:14.760Z[ host-image] Sep 09 22:27:13.679 INFO O| Sep 09 22:27:13.679 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
91502024-09-09T22:27:14.760Z[ host-image] Sep 09 22:27:13.679 INFO O| Sep 09 22:27:13.679 INFO copying /tmp/.tmpk1xqE7/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
91512024-09-09T22:27:14.763Z[ host-image] Sep 09 22:27:13.680 INFO O| Sep 09 22:27:13.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
91522024-09-09T22:27:14.763Z[ host-image] Sep 09 22:27:13.680 INFO O| Sep 09 22:27:13.680 INFO ok!
91532024-09-09T22:27:14.763Z[ host-image] Sep 09 22:27:13.680 INFO O| Sep 09 22:27:13.680 INFO STEP 67 (ensure_file) COMPLETE
91542024-09-09T22:27:14.763Z[ host-image] Sep 09 22:27:13.680 INFO O| Sep 09 22:27:13.680 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91552024-09-09T22:27:14.770Z[ host-image] Sep 09 22:27:13.689 INFO O| Sep 09 22:27:13.689 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91562024-09-09T22:27:14.773Z[ host-image] Sep 09 22:27:13.689 INFO O| Sep 09 22:27:13.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91572024-09-09T22:27:14.773Z[ host-image] Sep 09 22:27:13.689 INFO O| Sep 09 22:27:13.689 INFO STEP 68 (ensure_dir) COMPLETE
91582024-09-09T22:27:14.773Z[ host-image] Sep 09 22:27:13.689 INFO O| Sep 09 22:27:13.689 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91592024-09-09T22:27:14.779Z[ host-image] Sep 09 22:27:13.698 INFO O| Sep 09 22:27:13.698 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
91602024-09-09T22:27:14.779Z[ host-image] Sep 09 22:27:13.698 INFO O| Sep 09 22:27:13.698 INFO copying /tmp/.tmpk1xqE7/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
91612024-09-09T22:27:15.336Z[ host-image] Sep 09 22:27:14.255 INFO O| Sep 09 22:27:14.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
91622024-09-09T22:27:15.336Z[ host-image] Sep 09 22:27:14.255 INFO O| Sep 09 22:27:14.255 INFO ok!
91632024-09-09T22:27:15.339Z[ host-image] Sep 09 22:27:14.255 INFO O| Sep 09 22:27:14.255 INFO STEP 69 (ensure_file) COMPLETE
91642024-09-09T22:27:15.339Z[ host-image] Sep 09 22:27:14.255 INFO O| Sep 09 22:27:14.255 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91652024-09-09T22:27:15.347Z[ host-image] Sep 09 22:27:14.266 INFO O| Sep 09 22:27:14.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
91662024-09-09T22:27:15.347Z[ host-image] Sep 09 22:27:14.266 INFO O| Sep 09 22:27:14.266 INFO copying /tmp/.tmpk1xqE7/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91672024-09-09T22:27:16.766Z[ host-image] Sep 09 22:27:15.684 INFO O| Sep 09 22:27:15.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91682024-09-09T22:27:16.769Z[ host-image] Sep 09 22:27:15.684 INFO O| Sep 09 22:27:15.684 INFO ok!
91692024-09-09T22:27:16.769Z[ host-image] Sep 09 22:27:15.685 INFO O| Sep 09 22:27:15.684 INFO STEP 70 (ensure_file) COMPLETE
91702024-09-09T22:27:16.769Z[ host-image] Sep 09 22:27:15.685 INFO O| Sep 09 22:27:15.684 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91712024-09-09T22:27:16.777Z[ host-image] Sep 09 22:27:15.695 INFO O| Sep 09 22:27:15.695 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91722024-09-09T22:27:16.779Z[ host-image] Sep 09 22:27:15.696 INFO O| Sep 09 22:27:15.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91732024-09-09T22:27:16.779Z[ host-image] Sep 09 22:27:15.696 INFO O| Sep 09 22:27:15.696 INFO STEP 71 (ensure_dir) COMPLETE
91742024-09-09T22:27:16.779Z[ host-image] Sep 09 22:27:15.696 INFO O| Sep 09 22:27:15.696 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91752024-09-09T22:27:16.786Z[ host-image] Sep 09 22:27:15.705 INFO O| Sep 09 22:27:15.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
91762024-09-09T22:27:16.786Z[ host-image] Sep 09 22:27:15.705 INFO O| Sep 09 22:27:15.705 INFO copying /tmp/.tmpk1xqE7/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 ...
91772024-09-09T22:27:16.789Z[ host-image] Sep 09 22:27:15.705 INFO O| Sep 09 22:27:15.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
91782024-09-09T22:27:16.789Z[ host-image] Sep 09 22:27:15.705 INFO O| Sep 09 22:27:15.705 INFO ok!
91792024-09-09T22:27:16.789Z[ host-image] Sep 09 22:27:15.705 INFO O| Sep 09 22:27:15.705 INFO STEP 72 (ensure_file) COMPLETE
91802024-09-09T22:27:16.789Z[ host-image] Sep 09 22:27:15.705 INFO O| Sep 09 22:27:15.705 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91812024-09-09T22:27:16.796Z[ host-image] Sep 09 22:27:15.714 INFO O| Sep 09 22:27:15.714 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
91822024-09-09T22:27:16.796Z[ host-image] Sep 09 22:27:15.714 INFO O| Sep 09 22:27:15.714 INFO copying /tmp/.tmpk1xqE7/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 ...
91832024-09-09T22:27:16.799Z[ host-image] Sep 09 22:27:15.714 INFO O| Sep 09 22:27:15.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
91842024-09-09T22:27:16.799Z[ host-image] Sep 09 22:27:15.714 INFO O| Sep 09 22:27:15.714 INFO ok!
91852024-09-09T22:27:16.799Z[ host-image] Sep 09 22:27:15.715 INFO O| Sep 09 22:27:15.714 INFO STEP 73 (ensure_file) COMPLETE
91862024-09-09T22:27:16.799Z[ host-image] Sep 09 22:27:15.715 INFO O| Sep 09 22:27:15.714 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91872024-09-09T22:27:16.805Z[ host-image] Sep 09 22:27:15.724 INFO O| Sep 09 22:27:15.724 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
91882024-09-09T22:27:16.805Z[ host-image] Sep 09 22:27:15.724 INFO O| Sep 09 22:27:15.724 INFO copying /tmp/.tmpk1xqE7/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
91892024-09-09T22:27:16.808Z[ host-image] Sep 09 22:27:15.724 INFO O| Sep 09 22:27:15.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
91902024-09-09T22:27:16.808Z[ host-image] Sep 09 22:27:15.724 INFO O| Sep 09 22:27:15.724 INFO ok!
91912024-09-09T22:27:16.808Z[ host-image] Sep 09 22:27:15.724 INFO O| Sep 09 22:27:15.724 INFO STEP 74 (ensure_file) COMPLETE
91922024-09-09T22:27:16.808Z[ host-image] Sep 09 22:27:15.724 INFO O| Sep 09 22:27:15.724 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91932024-09-09T22:27:16.815Z[ host-image] Sep 09 22:27:15.733 INFO O| Sep 09 22:27:15.733 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
91942024-09-09T22:27:16.815Z[ host-image] Sep 09 22:27:15.733 INFO O| Sep 09 22:27:15.733 INFO copying /tmp/.tmpk1xqE7/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
91952024-09-09T22:27:16.817Z[ host-image] Sep 09 22:27:15.733 INFO O| Sep 09 22:27:15.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
91962024-09-09T22:27:16.817Z[ host-image] Sep 09 22:27:15.733 INFO O| Sep 09 22:27:15.733 INFO ok!
91972024-09-09T22:27:16.817Z[ host-image] Sep 09 22:27:15.733 INFO O| Sep 09 22:27:15.733 INFO STEP 75 (ensure_file) COMPLETE
91982024-09-09T22:27:16.817Z[ host-image] Sep 09 22:27:15.733 INFO O| Sep 09 22:27:15.733 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91992024-09-09T22:27:16.824Z[ host-image] Sep 09 22:27:15.743 INFO O| Sep 09 22:27:15.743 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92002024-09-09T22:27:16.824Z[ host-image] Sep 09 22:27:15.743 INFO O| Sep 09 22:27:15.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92012024-09-09T22:27:16.827Z[ host-image] Sep 09 22:27:15.743 INFO O| Sep 09 22:27:15.743 INFO STEP 76 (ensure_dir) COMPLETE
92022024-09-09T22:27:16.827Z[ host-image] Sep 09 22:27:15.743 INFO O| Sep 09 22:27:15.743 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92032024-09-09T22:27:16.833Z[ host-image] Sep 09 22:27:15.752 INFO O| Sep 09 22:27:15.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
92042024-09-09T22:27:16.833Z[ host-image] Sep 09 22:27:15.752 INFO O| Sep 09 22:27:15.752 INFO copying /tmp/.tmpk1xqE7/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
92052024-09-09T22:27:17.288Z[ host-image] Sep 09 22:27:16.206 INFO O| Sep 09 22:27:16.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
92062024-09-09T22:27:17.288Z[ host-image] Sep 09 22:27:16.206 INFO O| Sep 09 22:27:16.206 INFO ok!
92072024-09-09T22:27:17.288Z[ host-image] Sep 09 22:27:16.206 INFO O| Sep 09 22:27:16.206 INFO STEP 77 (ensure_file) COMPLETE
92082024-09-09T22:27:17.288Z[ host-image] Sep 09 22:27:16.206 INFO O| Sep 09 22:27:16.206 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92092024-09-09T22:27:17.299Z[ host-image] Sep 09 22:27:16.217 INFO O| Sep 09 22:27:16.217 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
92102024-09-09T22:27:17.299Z[ host-image] Sep 09 22:27:16.217 INFO O| Sep 09 22:27:16.217 INFO copying /tmp/.tmpk1xqE7/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
92112024-09-09T22:27:17.301Z[ host-image] Sep 09 22:27:16.217 INFO O| Sep 09 22:27:16.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
92122024-09-09T22:27:17.301Z[ host-image] Sep 09 22:27:16.217 INFO O| Sep 09 22:27:16.217 INFO ok!
92132024-09-09T22:27:17.301Z[ host-image] Sep 09 22:27:16.217 INFO O| Sep 09 22:27:16.217 INFO STEP 78 (ensure_file) COMPLETE
92142024-09-09T22:27:17.301Z[ host-image] Sep 09 22:27:16.217 INFO O| Sep 09 22:27:16.217 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92152024-09-09T22:27:17.308Z[ host-image] Sep 09 22:27:16.227 INFO O| Sep 09 22:27:16.227 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
92162024-09-09T22:27:17.308Z[ host-image] Sep 09 22:27:16.227 INFO O| Sep 09 22:27:16.227 INFO copying /tmp/.tmpk1xqE7/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
92172024-09-09T22:27:17.896Z[ host-image] Sep 09 22:27:16.814 INFO O| Sep 09 22:27:16.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
92182024-09-09T22:27:17.896Z[ host-image] Sep 09 22:27:16.814 INFO O| Sep 09 22:27:16.814 INFO ok!
92192024-09-09T22:27:17.896Z[ host-image] Sep 09 22:27:16.814 INFO O| Sep 09 22:27:16.814 INFO STEP 79 (ensure_file) COMPLETE
92202024-09-09T22:27:17.896Z[ host-image] Sep 09 22:27:16.814 INFO O| Sep 09 22:27:16.814 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92212024-09-09T22:27:17.907Z[ host-image] Sep 09 22:27:16.825 INFO O| Sep 09 22:27:16.825 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92222024-09-09T22:27:17.910Z[ host-image] Sep 09 22:27:16.825 INFO O| Sep 09 22:27:16.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92232024-09-09T22:27:17.910Z[ host-image] Sep 09 22:27:16.825 INFO O| Sep 09 22:27:16.825 INFO STEP 80 (ensure_dir) COMPLETE
92242024-09-09T22:27:17.910Z[ host-image] Sep 09 22:27:16.826 INFO O| Sep 09 22:27:16.825 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92252024-09-09T22:27:17.917Z[ host-image] Sep 09 22:27:16.835 INFO O| Sep 09 22:27:16.835 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92262024-09-09T22:27:17.917Z[ host-image] Sep 09 22:27:16.835 INFO O| Sep 09 22:27:16.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92272024-09-09T22:27:17.917Z[ host-image] Sep 09 22:27:16.835 INFO O| Sep 09 22:27:16.835 INFO STEP 81 (ensure_dir) COMPLETE
92282024-09-09T22:27:17.919Z[ host-image] Sep 09 22:27:16.835 INFO O| Sep 09 22:27:16.835 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-09-09T22:27:17.926Z[ host-image] Sep 09 22:27:16.844 INFO O| Sep 09 22:27:16.844 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92302024-09-09T22:27:17.928Z[ host-image] Sep 09 22:27:16.844 INFO O| Sep 09 22:27:16.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92312024-09-09T22:27:17.928Z[ host-image] Sep 09 22:27:16.845 INFO O| Sep 09 22:27:16.844 INFO STEP 82 (ensure_dir) COMPLETE
92322024-09-09T22:27:17.928Z[ host-image] Sep 09 22:27:16.845 INFO O| Sep 09 22:27:16.844 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92332024-09-09T22:27:17.936Z[ host-image] Sep 09 22:27:16.854 INFO O| Sep 09 22:27:16.854 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92342024-09-09T22:27:17.938Z[ host-image] Sep 09 22:27:16.854 INFO O| Sep 09 22:27:16.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92352024-09-09T22:27:17.938Z[ host-image] Sep 09 22:27:16.854 INFO O| Sep 09 22:27:16.854 INFO STEP 83 (ensure_dir) COMPLETE
92362024-09-09T22:27:17.938Z[ host-image] Sep 09 22:27:16.854 INFO O| Sep 09 22:27:16.854 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92372024-09-09T22:27:17.945Z[ host-image] Sep 09 22:27:16.863 INFO O| Sep 09 22:27:16.863 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92382024-09-09T22:27:17.947Z[ host-image] Sep 09 22:27:16.863 INFO O| Sep 09 22:27:16.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92392024-09-09T22:27:17.947Z[ host-image] Sep 09 22:27:16.863 INFO O| Sep 09 22:27:16.863 INFO STEP 84 (ensure_dir) COMPLETE
92402024-09-09T22:27:17.947Z[ host-image] Sep 09 22:27:16.864 INFO O| Sep 09 22:27:16.863 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-09-09T22:27:17.955Z[ host-image] Sep 09 22:27:16.873 INFO O| Sep 09 22:27:16.873 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
92422024-09-09T22:27:17.955Z[ host-image] Sep 09 22:27:16.873 INFO O| Sep 09 22:27:16.873 INFO copying /tmp/.tmpk1xqE7/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 ...
92432024-09-09T22:27:17.957Z[ host-image] Sep 09 22:27:16.873 INFO O| Sep 09 22:27:16.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
92442024-09-09T22:27:17.957Z[ host-image] Sep 09 22:27:16.873 INFO O| Sep 09 22:27:16.873 INFO ok!
92452024-09-09T22:27:17.957Z[ host-image] Sep 09 22:27:16.873 INFO O| Sep 09 22:27:16.873 INFO STEP 85 (ensure_file) COMPLETE
92462024-09-09T22:27:17.957Z[ host-image] Sep 09 22:27:16.873 INFO O| Sep 09 22:27:16.873 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92472024-09-09T22:27:17.967Z[ host-image] Sep 09 22:27:16.883 INFO O| Sep 09 22:27:16.883 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92482024-09-09T22:27:17.967Z[ host-image] Sep 09 22:27:16.883 INFO O| Sep 09 22:27:16.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92492024-09-09T22:27:17.967Z[ host-image] Sep 09 22:27:16.883 INFO O| Sep 09 22:27:16.883 INFO STEP 86 (ensure_dir) COMPLETE
92502024-09-09T22:27:17.967Z[ host-image] Sep 09 22:27:16.883 INFO O| Sep 09 22:27:16.883 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92512024-09-09T22:27:17.974Z[ host-image] Sep 09 22:27:16.892 INFO O| Sep 09 22:27:16.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
92522024-09-09T22:27:17.974Z[ host-image] Sep 09 22:27:16.892 INFO O| Sep 09 22:27:16.892 INFO copying /tmp/.tmpk1xqE7/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
92532024-09-09T22:27:17.977Z[ host-image] Sep 09 22:27:16.892 INFO O| Sep 09 22:27:16.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
92542024-09-09T22:27:17.977Z[ host-image] Sep 09 22:27:16.892 INFO O| Sep 09 22:27:16.892 INFO ok!
92552024-09-09T22:27:17.977Z[ host-image] Sep 09 22:27:16.892 INFO O| Sep 09 22:27:16.892 INFO STEP 87 (ensure_file) COMPLETE
92562024-09-09T22:27:17.977Z[ host-image] Sep 09 22:27:16.892 INFO O| Sep 09 22:27:16.892 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92572024-09-09T22:27:17.983Z[ host-image] Sep 09 22:27:16.902 INFO O| Sep 09 22:27:16.902 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
92582024-09-09T22:27:17.986Z[ host-image] Sep 09 22:27:16.902 INFO O| Sep 09 22:27:16.902 INFO copying /tmp/.tmpk1xqE7/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
92592024-09-09T22:27:17.995Z[ host-image] Sep 09 22:27:16.914 INFO O| Sep 09 22:27:16.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
92602024-09-09T22:27:17.995Z[ host-image] Sep 09 22:27:16.914 INFO O| Sep 09 22:27:16.914 INFO ok!
92612024-09-09T22:27:17.995Z[ host-image] Sep 09 22:27:16.914 INFO O| Sep 09 22:27:16.914 INFO STEP 88 (ensure_file) COMPLETE
92622024-09-09T22:27:17.998Z[ host-image] Sep 09 22:27:16.914 INFO O| Sep 09 22:27:16.914 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92632024-09-09T22:27:18.005Z[ host-image] Sep 09 22:27:16.923 INFO O| Sep 09 22:27:16.923 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
92642024-09-09T22:27:18.005Z[ host-image] Sep 09 22:27:16.923 INFO O| Sep 09 22:27:16.923 INFO copying /tmp/.tmpk1xqE7/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
92652024-09-09T22:27:18.467Z[ host-image] Sep 09 22:27:17.385 INFO O| Sep 09 22:27:17.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
92662024-09-09T22:27:18.467Z[ host-image] Sep 09 22:27:17.385 INFO O| Sep 09 22:27:17.385 INFO ok!
92672024-09-09T22:27:18.467Z[ host-image] Sep 09 22:27:17.385 INFO O| Sep 09 22:27:17.385 INFO STEP 89 (ensure_file) COMPLETE
92682024-09-09T22:27:18.471Z[ host-image] Sep 09 22:27:17.385 INFO O| Sep 09 22:27:17.385 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92692024-09-09T22:27:18.478Z[ host-image] Sep 09 22:27:17.397 INFO O| Sep 09 22:27:17.397 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92702024-09-09T22:27:18.478Z[ host-image] Sep 09 22:27:17.397 INFO O| Sep 09 22:27:17.397 INFO copying /tmp/.tmpk1xqE7/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92712024-09-09T22:27:18.481Z[ host-image] Sep 09 22:27:17.397 INFO O| Sep 09 22:27:17.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92722024-09-09T22:27:18.481Z[ host-image] Sep 09 22:27:17.397 INFO O| Sep 09 22:27:17.397 INFO ok!
92732024-09-09T22:27:18.481Z[ host-image] Sep 09 22:27:17.397 INFO O| Sep 09 22:27:17.397 INFO STEP 90 (ensure_file) COMPLETE
92742024-09-09T22:27:18.481Z[ host-image] Sep 09 22:27:17.397 INFO O| Sep 09 22:27:17.397 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92752024-09-09T22:27:18.488Z[ host-image] Sep 09 22:27:17.406 INFO O| Sep 09 22:27:17.406 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92762024-09-09T22:27:18.490Z[ host-image] Sep 09 22:27:17.406 INFO O| Sep 09 22:27:17.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92772024-09-09T22:27:18.490Z[ host-image] Sep 09 22:27:17.406 INFO O| Sep 09 22:27:17.406 INFO STEP 91 (ensure_dir) COMPLETE
92782024-09-09T22:27:18.490Z[ host-image] Sep 09 22:27:17.406 INFO O| Sep 09 22:27:17.406 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92792024-09-09T22:27:18.497Z[ host-image] Sep 09 22:27:17.416 INFO O| Sep 09 22:27:17.416 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
92802024-09-09T22:27:18.497Z[ host-image] Sep 09 22:27:17.416 INFO O| Sep 09 22:27:17.416 INFO copying /tmp/.tmpk1xqE7/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 ...
92812024-09-09T22:27:18.500Z[ host-image] Sep 09 22:27:17.416 INFO O| Sep 09 22:27:17.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
92822024-09-09T22:27:18.500Z[ host-image] Sep 09 22:27:17.416 INFO O| Sep 09 22:27:17.416 INFO ok!
92832024-09-09T22:27:18.500Z[ host-image] Sep 09 22:27:17.416 INFO O| Sep 09 22:27:17.416 INFO STEP 92 (ensure_file) COMPLETE
92842024-09-09T22:27:18.500Z[ host-image] Sep 09 22:27:17.416 INFO O| Sep 09 22:27:17.416 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92852024-09-09T22:27:18.507Z[ host-image] Sep 09 22:27:17.425 INFO O| Sep 09 22:27:17.425 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
92862024-09-09T22:27:18.510Z[ host-image] Sep 09 22:27:17.425 INFO O| Sep 09 22:27:17.425 INFO copying /tmp/.tmpk1xqE7/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 ...
92872024-09-09T22:27:18.510Z[ host-image] Sep 09 22:27:17.426 INFO O| Sep 09 22:27:17.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
92882024-09-09T22:27:18.510Z[ host-image] Sep 09 22:27:17.426 INFO O| Sep 09 22:27:17.425 INFO ok!
92892024-09-09T22:27:18.510Z[ host-image] Sep 09 22:27:17.426 INFO O| Sep 09 22:27:17.426 INFO STEP 93 (ensure_file) COMPLETE
92902024-09-09T22:27:18.510Z[ host-image] Sep 09 22:27:17.426 INFO O| Sep 09 22:27:17.426 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92912024-09-09T22:27:18.517Z[ host-image] Sep 09 22:27:17.435 INFO O| Sep 09 22:27:17.435 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
92922024-09-09T22:27:18.519Z[ host-image] Sep 09 22:27:17.435 INFO O| Sep 09 22:27:17.435 INFO copying /tmp/.tmpk1xqE7/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 ...
92932024-09-09T22:27:18.519Z[ host-image] Sep 09 22:27:17.435 INFO O| Sep 09 22:27:17.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
92942024-09-09T22:27:18.519Z[ host-image] Sep 09 22:27:17.435 INFO O| Sep 09 22:27:17.435 INFO ok!
92952024-09-09T22:27:18.519Z[ host-image] Sep 09 22:27:17.435 INFO O| Sep 09 22:27:17.435 INFO STEP 94 (ensure_file) COMPLETE
92962024-09-09T22:27:18.519Z[ host-image] Sep 09 22:27:17.435 INFO O| Sep 09 22:27:17.435 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92972024-09-09T22:27:18.526Z[ host-image] Sep 09 22:27:17.444 INFO O| Sep 09 22:27:17.444 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
92982024-09-09T22:27:18.526Z[ host-image] Sep 09 22:27:17.444 INFO O| Sep 09 22:27:17.444 INFO copying /tmp/.tmpk1xqE7/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 ...
92992024-09-09T22:27:18.528Z[ host-image] Sep 09 22:27:17.445 INFO O| Sep 09 22:27:17.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
93002024-09-09T22:27:18.529Z[ host-image] Sep 09 22:27:17.445 INFO O| Sep 09 22:27:17.445 INFO ok!
93012024-09-09T22:27:18.529Z[ host-image] Sep 09 22:27:17.445 INFO O| Sep 09 22:27:17.445 INFO STEP 95 (ensure_file) COMPLETE
93022024-09-09T22:27:18.529Z[ host-image] Sep 09 22:27:17.445 INFO O| Sep 09 22:27:17.445 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93032024-09-09T22:27:18.536Z[ host-image] Sep 09 22:27:17.454 INFO O| Sep 09 22:27:17.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
93042024-09-09T22:27:18.536Z[ host-image] Sep 09 22:27:17.454 INFO O| Sep 09 22:27:17.454 INFO copying /tmp/.tmpk1xqE7/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 ...
93052024-09-09T22:27:18.538Z[ host-image] Sep 09 22:27:17.454 INFO O| Sep 09 22:27:17.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
93062024-09-09T22:27:18.538Z[ host-image] Sep 09 22:27:17.454 INFO O| Sep 09 22:27:17.454 INFO ok!
93072024-09-09T22:27:18.538Z[ host-image] Sep 09 22:27:17.454 INFO O| Sep 09 22:27:17.454 INFO STEP 96 (ensure_file) COMPLETE
93082024-09-09T22:27:18.538Z[ host-image] Sep 09 22:27:17.454 INFO O| Sep 09 22:27:17.454 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93092024-09-09T22:27:18.546Z[ host-image] Sep 09 22:27:17.464 INFO O| Sep 09 22:27:17.464 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
93102024-09-09T22:27:18.546Z[ host-image] Sep 09 22:27:17.464 INFO O| Sep 09 22:27:17.464 INFO copying /tmp/.tmpk1xqE7/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
93112024-09-09T22:27:18.549Z[ host-image] Sep 09 22:27:17.464 INFO O| Sep 09 22:27:17.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
93122024-09-09T22:27:18.549Z[ host-image] Sep 09 22:27:17.464 INFO O| Sep 09 22:27:17.464 INFO ok!
93132024-09-09T22:27:18.549Z[ host-image] Sep 09 22:27:17.464 INFO O| Sep 09 22:27:17.464 INFO STEP 97 (ensure_file) COMPLETE
93142024-09-09T22:27:18.549Z[ host-image] Sep 09 22:27:17.464 INFO O| Sep 09 22:27:17.464 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93152024-09-09T22:27:18.555Z[ host-image] Sep 09 22:27:17.474 INFO O| Sep 09 22:27:17.473 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
93162024-09-09T22:27:18.555Z[ host-image] Sep 09 22:27:17.474 INFO O| Sep 09 22:27:17.474 INFO copying /tmp/.tmpk1xqE7/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 ...
93172024-09-09T22:27:18.558Z[ host-image] Sep 09 22:27:17.474 INFO O| Sep 09 22:27:17.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
93182024-09-09T22:27:18.558Z[ host-image] Sep 09 22:27:17.474 INFO O| Sep 09 22:27:17.474 INFO ok!
93192024-09-09T22:27:18.558Z[ host-image] Sep 09 22:27:17.474 INFO O| Sep 09 22:27:17.474 INFO STEP 98 (ensure_file) COMPLETE
93202024-09-09T22:27:18.558Z[ host-image] Sep 09 22:27:17.474 INFO O| Sep 09 22:27:17.474 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93212024-09-09T22:27:18.565Z[ host-image] Sep 09 22:27:17.483 INFO O| Sep 09 22:27:17.483 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
93222024-09-09T22:27:18.565Z[ host-image] Sep 09 22:27:17.483 INFO O| Sep 09 22:27:17.483 INFO copying /tmp/.tmpk1xqE7/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 ...
93232024-09-09T22:27:18.567Z[ host-image] Sep 09 22:27:17.483 INFO O| Sep 09 22:27:17.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
93242024-09-09T22:27:18.568Z[ host-image] Sep 09 22:27:17.483 INFO O| Sep 09 22:27:17.483 INFO ok!
93252024-09-09T22:27:18.568Z[ host-image] Sep 09 22:27:17.483 INFO O| Sep 09 22:27:17.483 INFO STEP 99 (ensure_file) COMPLETE
93262024-09-09T22:27:18.568Z[ host-image] Sep 09 22:27:17.483 INFO O| Sep 09 22:27:17.483 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93272024-09-09T22:27:18.574Z[ host-image] Sep 09 22:27:17.493 INFO O| Sep 09 22:27:17.493 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
93282024-09-09T22:27:18.577Z[ host-image] Sep 09 22:27:17.493 INFO O| Sep 09 22:27:17.493 INFO copying /tmp/.tmpk1xqE7/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 ...
93292024-09-09T22:27:18.577Z[ host-image] Sep 09 22:27:17.493 INFO O| Sep 09 22:27:17.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
93302024-09-09T22:27:18.577Z[ host-image] Sep 09 22:27:17.493 INFO O| Sep 09 22:27:17.493 INFO ok!
93312024-09-09T22:27:18.577Z[ host-image] Sep 09 22:27:17.493 INFO O| Sep 09 22:27:17.493 INFO STEP 100 (ensure_file) COMPLETE
93322024-09-09T22:27:18.577Z[ host-image] Sep 09 22:27:17.493 INFO O| Sep 09 22:27:17.493 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93332024-09-09T22:27:18.584Z[ host-image] Sep 09 22:27:17.502 INFO O| Sep 09 22:27:17.502 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
93342024-09-09T22:27:18.587Z[ host-image] Sep 09 22:27:17.502 INFO O| Sep 09 22:27:17.502 INFO copying /tmp/.tmpk1xqE7/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
93352024-09-09T22:27:18.587Z[ host-image] Sep 09 22:27:17.502 INFO O| Sep 09 22:27:17.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
93362024-09-09T22:27:18.587Z[ host-image] Sep 09 22:27:17.502 INFO O| Sep 09 22:27:17.502 INFO ok!
93372024-09-09T22:27:18.587Z[ host-image] Sep 09 22:27:17.502 INFO O| Sep 09 22:27:17.502 INFO STEP 101 (ensure_file) COMPLETE
93382024-09-09T22:27:18.587Z[ host-image] Sep 09 22:27:17.502 INFO O| Sep 09 22:27:17.502 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93392024-09-09T22:27:18.593Z[ host-image] Sep 09 22:27:17.512 INFO O| Sep 09 22:27:17.512 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
93402024-09-09T22:27:18.593Z[ host-image] Sep 09 22:27:17.512 INFO O| Sep 09 22:27:17.512 INFO copying /tmp/.tmpk1xqE7/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 ...
93412024-09-09T22:27:18.596Z[ host-image] Sep 09 22:27:17.512 INFO O| Sep 09 22:27:17.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
93422024-09-09T22:27:18.596Z[ host-image] Sep 09 22:27:17.512 INFO O| Sep 09 22:27:17.512 INFO ok!
93432024-09-09T22:27:18.596Z[ host-image] Sep 09 22:27:17.512 INFO O| Sep 09 22:27:17.512 INFO STEP 102 (ensure_file) COMPLETE
93442024-09-09T22:27:18.596Z[ host-image] Sep 09 22:27:17.512 INFO O| Sep 09 22:27:17.512 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93452024-09-09T22:27:18.603Z[ host-image] Sep 09 22:27:17.521 INFO O| Sep 09 22:27:17.521 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
93462024-09-09T22:27:18.603Z[ host-image] Sep 09 22:27:17.521 INFO O| Sep 09 22:27:17.521 INFO copying /tmp/.tmpk1xqE7/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 ...
93472024-09-09T22:27:18.606Z[ host-image] Sep 09 22:27:17.522 INFO O| Sep 09 22:27:17.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
93482024-09-09T22:27:18.606Z[ host-image] Sep 09 22:27:17.522 INFO O| Sep 09 22:27:17.522 INFO ok!
93492024-09-09T22:27:18.606Z[ host-image] Sep 09 22:27:17.522 INFO O| Sep 09 22:27:17.522 INFO STEP 103 (ensure_file) COMPLETE
93502024-09-09T22:27:18.606Z[ host-image] Sep 09 22:27:17.522 INFO O| Sep 09 22:27:17.522 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93512024-09-09T22:27:18.613Z[ host-image] Sep 09 22:27:17.531 INFO O| Sep 09 22:27:17.531 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
93522024-09-09T22:27:18.615Z[ host-image] Sep 09 22:27:17.531 INFO O| Sep 09 22:27:17.531 INFO copying /tmp/.tmpk1xqE7/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 ...
93532024-09-09T22:27:18.615Z[ host-image] Sep 09 22:27:17.531 INFO O| Sep 09 22:27:17.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
93542024-09-09T22:27:18.615Z[ host-image] Sep 09 22:27:17.531 INFO O| Sep 09 22:27:17.531 INFO ok!
93552024-09-09T22:27:18.615Z[ host-image] Sep 09 22:27:17.531 INFO O| Sep 09 22:27:17.531 INFO STEP 104 (ensure_file) COMPLETE
93562024-09-09T22:27:18.615Z[ host-image] Sep 09 22:27:17.531 INFO O| Sep 09 22:27:17.531 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93572024-09-09T22:27:18.623Z[ host-image] Sep 09 22:27:17.541 INFO O| Sep 09 22:27:17.541 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
93582024-09-09T22:27:18.623Z[ host-image] Sep 09 22:27:17.541 INFO O| Sep 09 22:27:17.541 INFO copying /tmp/.tmpk1xqE7/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 ...
93592024-09-09T22:27:18.625Z[ host-image] Sep 09 22:27:17.541 INFO O| Sep 09 22:27:17.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
93602024-09-09T22:27:18.625Z[ host-image] Sep 09 22:27:17.541 INFO O| Sep 09 22:27:17.541 INFO ok!
93612024-09-09T22:27:18.625Z[ host-image] Sep 09 22:27:17.541 INFO O| Sep 09 22:27:17.541 INFO STEP 105 (ensure_file) COMPLETE
93622024-09-09T22:27:18.625Z[ host-image] Sep 09 22:27:17.541 INFO O| Sep 09 22:27:17.541 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93632024-09-09T22:27:18.632Z[ host-image] Sep 09 22:27:17.551 INFO O| Sep 09 22:27:17.551 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
93642024-09-09T22:27:18.633Z[ host-image] Sep 09 22:27:17.551 INFO O| Sep 09 22:27:17.551 INFO copying /tmp/.tmpk1xqE7/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 ...
93652024-09-09T22:27:18.635Z[ host-image] Sep 09 22:27:17.551 INFO O| Sep 09 22:27:17.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
93662024-09-09T22:27:18.635Z[ host-image] Sep 09 22:27:17.551 INFO O| Sep 09 22:27:17.551 INFO ok!
93672024-09-09T22:27:18.635Z[ host-image] Sep 09 22:27:17.551 INFO O| Sep 09 22:27:17.551 INFO STEP 106 (ensure_file) COMPLETE
93682024-09-09T22:27:18.635Z[ host-image] Sep 09 22:27:17.551 INFO O| Sep 09 22:27:17.551 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93692024-09-09T22:27:18.642Z[ host-image] Sep 09 22:27:17.560 INFO O| Sep 09 22:27:17.560 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93702024-09-09T22:27:18.642Z[ host-image] Sep 09 22:27:17.560 INFO O| Sep 09 22:27:17.560 INFO copying /tmp/.tmpk1xqE7/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 ...
93712024-09-09T22:27:18.644Z[ host-image] Sep 09 22:27:17.560 INFO O| Sep 09 22:27:17.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93722024-09-09T22:27:18.644Z[ host-image] Sep 09 22:27:17.560 INFO O| Sep 09 22:27:17.560 INFO ok!
93732024-09-09T22:27:18.644Z[ host-image] Sep 09 22:27:17.560 INFO O| Sep 09 22:27:17.560 INFO STEP 107 (ensure_file) COMPLETE
93742024-09-09T22:27:18.645Z[ host-image] Sep 09 22:27:17.560 INFO O| Sep 09 22:27:17.560 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93752024-09-09T22:27:18.651Z[ host-image] Sep 09 22:27:17.569 INFO O| Sep 09 22:27:17.569 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
93762024-09-09T22:27:18.651Z[ host-image] Sep 09 22:27:17.569 INFO O| Sep 09 22:27:17.569 INFO copying /tmp/.tmpk1xqE7/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 ...
93772024-09-09T22:27:18.654Z[ host-image] Sep 09 22:27:17.570 INFO O| Sep 09 22:27:17.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
93782024-09-09T22:27:18.654Z[ host-image] Sep 09 22:27:17.570 INFO O| Sep 09 22:27:17.570 INFO ok!
93792024-09-09T22:27:18.654Z[ host-image] Sep 09 22:27:17.570 INFO O| Sep 09 22:27:17.570 INFO STEP 108 (ensure_file) COMPLETE
93802024-09-09T22:27:18.654Z[ host-image] Sep 09 22:27:17.570 INFO O| Sep 09 22:27:17.570 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93812024-09-09T22:27:18.661Z[ host-image] Sep 09 22:27:17.579 INFO O| Sep 09 22:27:17.579 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
93822024-09-09T22:27:18.663Z[ host-image] Sep 09 22:27:17.579 INFO O| Sep 09 22:27:17.579 INFO copying /tmp/.tmpk1xqE7/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 ...
93832024-09-09T22:27:18.663Z[ host-image] Sep 09 22:27:17.579 INFO O| Sep 09 22:27:17.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
93842024-09-09T22:27:18.663Z[ host-image] Sep 09 22:27:17.579 INFO O| Sep 09 22:27:17.579 INFO ok!
93852024-09-09T22:27:18.663Z[ host-image] Sep 09 22:27:17.579 INFO O| Sep 09 22:27:17.579 INFO STEP 109 (ensure_file) COMPLETE
93862024-09-09T22:27:18.663Z[ host-image] Sep 09 22:27:17.579 INFO O| Sep 09 22:27:17.579 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93872024-09-09T22:27:18.670Z[ host-image] Sep 09 22:27:17.588 INFO O| Sep 09 22:27:17.588 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
93882024-09-09T22:27:18.670Z[ host-image] Sep 09 22:27:17.588 INFO O| Sep 09 22:27:17.588 INFO copying /tmp/.tmpk1xqE7/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 ...
93892024-09-09T22:27:18.672Z[ host-image] Sep 09 22:27:17.588 INFO O| Sep 09 22:27:17.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
93902024-09-09T22:27:18.672Z[ host-image] Sep 09 22:27:17.588 INFO O| Sep 09 22:27:17.588 INFO ok!
93912024-09-09T22:27:18.672Z[ host-image] Sep 09 22:27:17.588 INFO O| Sep 09 22:27:17.588 INFO STEP 110 (ensure_file) COMPLETE
93922024-09-09T22:27:18.672Z[ host-image] Sep 09 22:27:17.588 INFO O| Sep 09 22:27:17.588 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93932024-09-09T22:27:18.679Z[ host-image] Sep 09 22:27:17.598 INFO O| Sep 09 22:27:17.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
93942024-09-09T22:27:18.679Z[ host-image] Sep 09 22:27:17.598 INFO O| Sep 09 22:27:17.598 INFO copying /tmp/.tmpk1xqE7/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 ...
93952024-09-09T22:27:18.682Z[ host-image] Sep 09 22:27:17.598 INFO O| Sep 09 22:27:17.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
93962024-09-09T22:27:18.682Z[ host-image] Sep 09 22:27:17.598 INFO O| Sep 09 22:27:17.598 INFO ok!
93972024-09-09T22:27:18.682Z[ host-image] Sep 09 22:27:17.598 INFO O| Sep 09 22:27:17.598 INFO STEP 111 (ensure_file) COMPLETE
93982024-09-09T22:27:18.682Z[ host-image] Sep 09 22:27:17.598 INFO O| Sep 09 22:27:17.598 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93992024-09-09T22:27:18.689Z[ host-image] Sep 09 22:27:17.607 INFO O| Sep 09 22:27:17.607 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
94002024-09-09T22:27:18.689Z[ host-image] Sep 09 22:27:17.607 INFO O| Sep 09 22:27:17.607 INFO copying /tmp/.tmpk1xqE7/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 ...
94012024-09-09T22:27:18.691Z[ host-image] Sep 09 22:27:17.607 INFO O| Sep 09 22:27:17.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
94022024-09-09T22:27:18.691Z[ host-image] Sep 09 22:27:17.607 INFO O| Sep 09 22:27:17.607 INFO ok!
94032024-09-09T22:27:18.691Z[ host-image] Sep 09 22:27:17.607 INFO O| Sep 09 22:27:17.607 INFO STEP 112 (ensure_file) COMPLETE
94042024-09-09T22:27:18.691Z[ host-image] Sep 09 22:27:17.607 INFO O| Sep 09 22:27:17.607 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94052024-09-09T22:27:18.698Z[ host-image] Sep 09 22:27:17.617 INFO O| Sep 09 22:27:17.617 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
94062024-09-09T22:27:18.701Z[ host-image] Sep 09 22:27:17.617 INFO O| Sep 09 22:27:17.617 INFO copying /tmp/.tmpk1xqE7/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 ...
94072024-09-09T22:27:18.701Z[ host-image] Sep 09 22:27:17.617 INFO O| Sep 09 22:27:17.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
94082024-09-09T22:27:18.701Z[ host-image] Sep 09 22:27:17.617 INFO O| Sep 09 22:27:17.617 INFO ok!
94092024-09-09T22:27:18.701Z[ host-image] Sep 09 22:27:17.617 INFO O| Sep 09 22:27:17.617 INFO STEP 113 (ensure_file) COMPLETE
94102024-09-09T22:27:18.701Z[ host-image] Sep 09 22:27:17.617 INFO O| Sep 09 22:27:17.617 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94112024-09-09T22:27:18.708Z[ host-image] Sep 09 22:27:17.626 INFO O| Sep 09 22:27:17.626 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
94122024-09-09T22:27:18.708Z[ host-image] Sep 09 22:27:17.626 INFO O| Sep 09 22:27:17.626 INFO copying /tmp/.tmpk1xqE7/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 ...
94132024-09-09T22:27:18.710Z[ host-image] Sep 09 22:27:17.626 INFO O| Sep 09 22:27:17.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
94142024-09-09T22:27:18.710Z[ host-image] Sep 09 22:27:17.626 INFO O| Sep 09 22:27:17.626 INFO ok!
94152024-09-09T22:27:18.710Z[ host-image] Sep 09 22:27:17.626 INFO O| Sep 09 22:27:17.626 INFO STEP 114 (ensure_file) COMPLETE
94162024-09-09T22:27:18.710Z[ host-image] Sep 09 22:27:17.626 INFO O| Sep 09 22:27:17.626 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94172024-09-09T22:27:18.718Z[ host-image] Sep 09 22:27:17.636 INFO O| Sep 09 22:27:17.636 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
94182024-09-09T22:27:18.718Z[ host-image] Sep 09 22:27:17.636 INFO O| Sep 09 22:27:17.636 INFO copying /tmp/.tmpk1xqE7/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 ...
94192024-09-09T22:27:18.720Z[ host-image] Sep 09 22:27:17.636 INFO O| Sep 09 22:27:17.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
94202024-09-09T22:27:18.720Z[ host-image] Sep 09 22:27:17.636 INFO O| Sep 09 22:27:17.636 INFO ok!
94212024-09-09T22:27:18.720Z[ host-image] Sep 09 22:27:17.636 INFO O| Sep 09 22:27:17.636 INFO STEP 115 (ensure_file) COMPLETE
94222024-09-09T22:27:18.720Z[ host-image] Sep 09 22:27:17.636 INFO O| Sep 09 22:27:17.636 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94232024-09-09T22:27:18.727Z[ host-image] Sep 09 22:27:17.645 INFO O| Sep 09 22:27:17.645 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
94242024-09-09T22:27:18.727Z[ host-image] Sep 09 22:27:17.645 INFO O| Sep 09 22:27:17.645 INFO copying /tmp/.tmpk1xqE7/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
94252024-09-09T22:27:18.730Z[ host-image] Sep 09 22:27:17.646 INFO O| Sep 09 22:27:17.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
94262024-09-09T22:27:18.730Z[ host-image] Sep 09 22:27:17.646 INFO O| Sep 09 22:27:17.646 INFO ok!
94272024-09-09T22:27:18.730Z[ host-image] Sep 09 22:27:17.646 INFO O| Sep 09 22:27:17.646 INFO STEP 116 (ensure_file) COMPLETE
94282024-09-09T22:27:18.730Z[ host-image] Sep 09 22:27:17.646 INFO O| Sep 09 22:27:17.646 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94292024-09-09T22:27:18.737Z[ host-image] Sep 09 22:27:17.655 INFO O| Sep 09 22:27:17.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
94302024-09-09T22:27:18.737Z[ host-image] Sep 09 22:27:17.655 INFO O| Sep 09 22:27:17.655 INFO copying /tmp/.tmpk1xqE7/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 ...
94312024-09-09T22:27:18.739Z[ host-image] Sep 09 22:27:17.655 INFO O| Sep 09 22:27:17.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
94322024-09-09T22:27:18.739Z[ host-image] Sep 09 22:27:17.655 INFO O| Sep 09 22:27:17.655 INFO ok!
94332024-09-09T22:27:18.739Z[ host-image] Sep 09 22:27:17.655 INFO O| Sep 09 22:27:17.655 INFO STEP 117 (ensure_file) COMPLETE
94342024-09-09T22:27:18.739Z[ host-image] Sep 09 22:27:17.655 INFO O| Sep 09 22:27:17.655 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94352024-09-09T22:27:18.746Z[ host-image] Sep 09 22:27:17.664 INFO O| Sep 09 22:27:17.664 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
94362024-09-09T22:27:18.746Z[ host-image] Sep 09 22:27:17.664 INFO O| Sep 09 22:27:17.664 INFO copying /tmp/.tmpk1xqE7/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
94372024-09-09T22:27:18.746Z[ host-image] Sep 09 22:27:17.665 INFO O| Sep 09 22:27:17.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
94382024-09-09T22:27:18.746Z[ host-image] Sep 09 22:27:17.665 INFO O| Sep 09 22:27:17.665 INFO ok!
94392024-09-09T22:27:18.749Z[ host-image] Sep 09 22:27:17.665 INFO O| Sep 09 22:27:17.665 INFO STEP 118 (ensure_file) COMPLETE
94402024-09-09T22:27:18.749Z[ host-image] Sep 09 22:27:17.665 INFO O| Sep 09 22:27:17.665 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94412024-09-09T22:27:18.756Z[ host-image] Sep 09 22:27:17.674 INFO O| Sep 09 22:27:17.674 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
94422024-09-09T22:27:18.756Z[ host-image] Sep 09 22:27:17.674 INFO O| Sep 09 22:27:17.674 INFO copying /tmp/.tmpk1xqE7/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
94432024-09-09T22:27:22.027Z[ host-image] Sep 09 22:27:20.944 INFO O| Sep 09 22:27:20.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
94442024-09-09T22:27:22.027Z[ host-image] Sep 09 22:27:20.944 INFO O| Sep 09 22:27:20.944 INFO ok!
94452024-09-09T22:27:22.030Z[ host-image] Sep 09 22:27:20.944 INFO O| Sep 09 22:27:20.944 INFO STEP 119 (ensure_file) COMPLETE
94462024-09-09T22:27:22.030Z[ host-image] Sep 09 22:27:20.944 INFO O| Sep 09 22:27:20.944 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94472024-09-09T22:27:22.038Z[ host-image] Sep 09 22:27:20.955 INFO O| Sep 09 22:27:20.955 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
94482024-09-09T22:27:22.038Z[ host-image] Sep 09 22:27:20.955 INFO O| Sep 09 22:27:20.955 INFO STEP 120 (ensure_dir) COMPLETE
94492024-09-09T22:27:22.040Z[ host-image] Sep 09 22:27:20.955 INFO O| Sep 09 22:27:20.955 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94502024-09-09T22:27:22.047Z[ host-image] Sep 09 22:27:20.965 INFO O| Sep 09 22:27:20.965 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
94512024-09-09T22:27:22.050Z[ host-image] Sep 09 22:27:20.965 INFO O| Sep 09 22:27:20.965 INFO STEP 121 (ensure_dir) COMPLETE
94522024-09-09T22:27:22.050Z[ host-image] Sep 09 22:27:20.965 INFO O| Sep 09 22:27:20.965 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94532024-09-09T22:27:22.057Z[ host-image] Sep 09 22:27:20.974 INFO O| Sep 09 22:27:20.974 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
94542024-09-09T22:27:22.057Z[ host-image] Sep 09 22:27:20.974 INFO O| Sep 09 22:27:20.974 INFO STEP 122 (ensure_dir) COMPLETE
94552024-09-09T22:27:22.059Z[ host-image] Sep 09 22:27:20.974 INFO O| Sep 09 22:27:20.974 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94562024-09-09T22:27:22.066Z[ host-image] Sep 09 22:27:20.984 INFO O| Sep 09 22:27:20.984 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
94572024-09-09T22:27:22.066Z[ host-image] Sep 09 22:27:20.984 INFO O| Sep 09 22:27:20.984 INFO STEP 123 (ensure_dir) COMPLETE
94582024-09-09T22:27:22.069Z[ host-image] Sep 09 22:27:20.984 INFO O| Sep 09 22:27:20.984 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94592024-09-09T22:27:22.076Z[ host-image] Sep 09 22:27:20.993 INFO O| Sep 09 22:27:20.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
94602024-09-09T22:27:22.076Z[ host-image] Sep 09 22:27:20.994 INFO O| Sep 09 22:27:20.993 INFO copying /tmp/.tmpk1xqE7/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 ...
94612024-09-09T22:27:22.078Z[ host-image] Sep 09 22:27:20.994 INFO O| Sep 09 22:27:20.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
94622024-09-09T22:27:22.078Z[ host-image] Sep 09 22:27:20.994 INFO O| Sep 09 22:27:20.994 INFO ok!
94632024-09-09T22:27:22.078Z[ host-image] Sep 09 22:27:20.994 INFO O| Sep 09 22:27:20.994 INFO STEP 124 (ensure_file) COMPLETE
94642024-09-09T22:27:22.078Z[ host-image] Sep 09 22:27:20.994 INFO O| Sep 09 22:27:20.994 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94652024-09-09T22:27:22.085Z[ host-image] Sep 09 22:27:21.003 INFO O| Sep 09 22:27:21.003 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94662024-09-09T22:27:22.085Z[ host-image] Sep 09 22:27:21.003 INFO O| Sep 09 22:27:21.003 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94672024-09-09T22:27:22.088Z[ host-image] Sep 09 22:27:21.003 INFO O| Sep 09 22:27:21.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94682024-09-09T22:27:22.088Z[ host-image] Sep 09 22:27:21.003 INFO O| Sep 09 22:27:21.003 INFO STEP 125 (ensure_dir) COMPLETE
94692024-09-09T22:27:22.088Z[ host-image] Sep 09 22:27:21.003 INFO O| Sep 09 22:27:21.003 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94702024-09-09T22:27:22.095Z[ host-image] Sep 09 22:27:21.013 INFO O| Sep 09 22:27:21.012 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94712024-09-09T22:27:22.095Z[ host-image] Sep 09 22:27:21.013 INFO O| Sep 09 22:27:21.013 INFO copying /tmp/.tmpk1xqE7/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
94722024-09-09T22:27:22.098Z[ host-image] Sep 09 22:27:21.013 INFO O| Sep 09 22:27:21.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
94732024-09-09T22:27:22.098Z[ host-image] Sep 09 22:27:21.013 INFO O| Sep 09 22:27:21.013 INFO ok!
94742024-09-09T22:27:22.098Z[ host-image] Sep 09 22:27:21.013 INFO O| Sep 09 22:27:21.013 INFO STEP 126 (ensure_file) COMPLETE
94752024-09-09T22:27:22.098Z[ host-image] Sep 09 22:27:21.013 INFO O| Sep 09 22:27:21.013 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94762024-09-09T22:27:22.104Z[ host-image] Sep 09 22:27:21.022 INFO O| Sep 09 22:27:21.022 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
94772024-09-09T22:27:22.107Z[ host-image] Sep 09 22:27:21.022 INFO O| Sep 09 22:27:21.022 INFO STEP 127 (remove_files) COMPLETE
94782024-09-09T22:27:22.107Z[ host-image] Sep 09 22:27:21.022 INFO O| Sep 09 22:27:21.022 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94792024-09-09T22:27:22.114Z[ host-image] Sep 09 22:27:21.032 INFO O| Sep 09 22:27:21.032 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
94802024-09-09T22:27:22.116Z[ host-image] Sep 09 22:27:21.032 INFO O| Sep 09 22:27:21.032 INFO STEP 128 (remove_files) COMPLETE
94812024-09-09T22:27:22.116Z[ host-image] Sep 09 22:27:21.032 INFO O| Sep 09 22:27:21.032 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94822024-09-09T22:27:22.123Z[ host-image] Sep 09 22:27:21.041 INFO O| Sep 09 22:27:21.041 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
94832024-09-09T22:27:22.126Z[ host-image] Sep 09 22:27:21.041 INFO O| Sep 09 22:27:21.041 INFO STEP 129 (remove_files) COMPLETE
94842024-09-09T22:27:22.126Z[ host-image] Sep 09 22:27:21.041 INFO O| Sep 09 22:27:21.041 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94852024-09-09T22:27:22.133Z[ host-image] Sep 09 22:27:21.050 INFO O| Sep 09 22:27:21.050 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
94862024-09-09T22:27:22.135Z[ host-image] Sep 09 22:27:21.051 INFO O| Sep 09 22:27:21.051 INFO STEP 130 (remove_files) COMPLETE
94872024-09-09T22:27:22.135Z[ host-image] Sep 09 22:27:21.051 INFO O| Sep 09 22:27:21.051 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94882024-09-09T22:27:22.142Z[ host-image] Sep 09 22:27:21.060 INFO O| Sep 09 22:27:21.060 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
94892024-09-09T22:27:22.145Z[ host-image] Sep 09 22:27:21.060 INFO O| Sep 09 22:27:21.060 INFO STEP 131 (remove_files) COMPLETE
94902024-09-09T22:27:22.145Z[ host-image] Sep 09 22:27:21.060 INFO O| Sep 09 22:27:21.060 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94912024-09-09T22:27:22.152Z[ host-image] Sep 09 22:27:21.069 INFO O| Sep 09 22:27:21.069 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
94922024-09-09T22:27:22.154Z[ host-image] Sep 09 22:27:21.070 INFO O| Sep 09 22:27:21.070 INFO STEP 132 (remove_files) COMPLETE
94932024-09-09T22:27:22.154Z[ host-image] Sep 09 22:27:21.070 INFO O| Sep 09 22:27:21.070 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94942024-09-09T22:27:22.161Z[ host-image] Sep 09 22:27:21.079 INFO O| Sep 09 22:27:21.079 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
94952024-09-09T22:27:22.162Z[ host-image] Sep 09 22:27:21.079 INFO O| Sep 09 22:27:21.079 INFO STEP 133 (remove_files) COMPLETE
94962024-09-09T22:27:22.162Z[ host-image] Sep 09 22:27:21.079 INFO O| Sep 09 22:27:21.079 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94972024-09-09T22:27:22.171Z[ host-image] Sep 09 22:27:21.089 INFO O| Sep 09 22:27:21.088 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
94982024-09-09T22:27:22.171Z[ host-image] Sep 09 22:27:21.089 INFO O| Sep 09 22:27:21.089 INFO STEP 134 (remove_files) COMPLETE
94992024-09-09T22:27:22.173Z[ host-image] Sep 09 22:27:21.089 INFO O| Sep 09 22:27:21.089 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95002024-09-09T22:27:22.180Z[ host-image] Sep 09 22:27:21.098 INFO O| Sep 09 22:27:21.098 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
95012024-09-09T22:27:22.180Z[ host-image] Sep 09 22:27:21.098 INFO O| Sep 09 22:27:21.098 INFO STEP 135 (remove_files) COMPLETE
95022024-09-09T22:27:22.180Z[ host-image] Sep 09 22:27:21.098 INFO O| Sep 09 22:27:21.098 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95032024-09-09T22:27:22.190Z[ host-image] Sep 09 22:27:21.107 INFO O| Sep 09 22:27:21.107 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
95042024-09-09T22:27:22.190Z[ host-image] Sep 09 22:27:21.107 INFO O| Sep 09 22:27:21.107 INFO STEP 136 (remove_files) COMPLETE
95052024-09-09T22:27:22.192Z[ host-image] Sep 09 22:27:21.107 INFO O| Sep 09 22:27:21.107 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95062024-09-09T22:27:22.199Z[ host-image] Sep 09 22:27:21.117 INFO O| Sep 09 22:27:21.117 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
95072024-09-09T22:27:22.199Z[ host-image] Sep 09 22:27:21.117 INFO O| Sep 09 22:27:21.117 INFO STEP 137 (remove_files) COMPLETE
95082024-09-09T22:27:22.199Z[ host-image] Sep 09 22:27:21.117 INFO O| Sep 09 22:27:21.117 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95092024-09-09T22:27:22.208Z[ host-image] Sep 09 22:27:21.126 INFO O| Sep 09 22:27:21.126 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
95102024-09-09T22:27:22.211Z[ host-image] Sep 09 22:27:21.126 INFO O| Sep 09 22:27:21.126 INFO STEP 138 (remove_files) COMPLETE
95112024-09-09T22:27:22.211Z[ host-image] Sep 09 22:27:21.126 INFO O| Sep 09 22:27:21.126 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95122024-09-09T22:27:22.218Z[ host-image] Sep 09 22:27:21.135 INFO O| Sep 09 22:27:21.135 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
95132024-09-09T22:27:22.218Z[ host-image] Sep 09 22:27:21.135 INFO O| Sep 09 22:27:21.135 INFO STEP 139 (remove_files) COMPLETE
95142024-09-09T22:27:22.218Z[ host-image] Sep 09 22:27:21.135 INFO O| Sep 09 22:27:21.135 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95152024-09-09T22:27:22.227Z[ host-image] Sep 09 22:27:21.145 INFO O| Sep 09 22:27:21.145 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
95162024-09-09T22:27:22.227Z[ host-image] Sep 09 22:27:21.145 INFO O| Sep 09 22:27:21.145 INFO STEP 140 (remove_files) COMPLETE
95172024-09-09T22:27:22.227Z[ host-image] Sep 09 22:27:21.145 INFO O| Sep 09 22:27:21.145 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95182024-09-09T22:27:22.237Z[ host-image] Sep 09 22:27:21.154 INFO O| Sep 09 22:27:21.154 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
95192024-09-09T22:27:22.237Z[ host-image] Sep 09 22:27:21.154 INFO O| Sep 09 22:27:21.154 INFO STEP 141 (remove_files) COMPLETE
95202024-09-09T22:27:22.237Z[ host-image] Sep 09 22:27:21.154 INFO O| Sep 09 22:27:21.154 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95212024-09-09T22:27:22.246Z[ host-image] Sep 09 22:27:21.164 INFO O| Sep 09 22:27:21.164 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
95222024-09-09T22:27:22.246Z[ host-image] Sep 09 22:27:21.164 INFO O| Sep 09 22:27:21.164 INFO STEP 142 (remove_files) COMPLETE
95232024-09-09T22:27:22.249Z[ host-image] Sep 09 22:27:21.164 INFO O| Sep 09 22:27:21.164 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95242024-09-09T22:27:22.256Z[ host-image] Sep 09 22:27:21.173 INFO O| Sep 09 22:27:21.173 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
95252024-09-09T22:27:22.256Z[ host-image] Sep 09 22:27:21.173 INFO O| Sep 09 22:27:21.173 INFO STEP 143 (remove_files) COMPLETE
95262024-09-09T22:27:22.256Z[ host-image] Sep 09 22:27:21.173 INFO O| Sep 09 22:27:21.173 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95272024-09-09T22:27:22.265Z[ host-image] Sep 09 22:27:21.182 INFO O| Sep 09 22:27:21.182 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
95282024-09-09T22:27:22.265Z[ host-image] Sep 09 22:27:21.182 INFO O| Sep 09 22:27:21.182 INFO STEP 144 (remove_files) COMPLETE
95292024-09-09T22:27:22.267Z[ host-image] Sep 09 22:27:21.182 INFO O| Sep 09 22:27:21.182 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95302024-09-09T22:27:22.274Z[ host-image] Sep 09 22:27:21.192 INFO O| Sep 09 22:27:21.192 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
95312024-09-09T22:27:22.274Z[ host-image] Sep 09 22:27:21.192 INFO O| Sep 09 22:27:21.192 INFO STEP 145 (remove_files) COMPLETE
95322024-09-09T22:27:22.277Z[ host-image] Sep 09 22:27:21.192 INFO O| Sep 09 22:27:21.192 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95332024-09-09T22:27:22.284Z[ host-image] Sep 09 22:27:21.201 INFO O| Sep 09 22:27:21.201 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
95342024-09-09T22:27:22.284Z[ host-image] Sep 09 22:27:21.201 INFO O| Sep 09 22:27:21.201 INFO STEP 146 (remove_files) COMPLETE
95352024-09-09T22:27:22.286Z[ host-image] Sep 09 22:27:21.201 INFO O| Sep 09 22:27:21.201 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95362024-09-09T22:27:22.293Z[ host-image] Sep 09 22:27:21.210 INFO O| Sep 09 22:27:21.210 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
95372024-09-09T22:27:22.296Z[ host-image] Sep 09 22:27:21.211 INFO O| Sep 09 22:27:21.211 INFO STEP 147 (remove_files) COMPLETE
95382024-09-09T22:27:22.296Z[ host-image] Sep 09 22:27:21.211 INFO O| Sep 09 22:27:21.211 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95392024-09-09T22:27:22.302Z[ host-image] Sep 09 22:27:21.220 INFO O| Sep 09 22:27:21.220 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
95402024-09-09T22:27:22.305Z[ host-image] Sep 09 22:27:21.220 INFO O| Sep 09 22:27:21.220 INFO STEP 148 (remove_files) COMPLETE
95412024-09-09T22:27:22.305Z[ host-image] Sep 09 22:27:21.220 INFO O| Sep 09 22:27:21.220 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95422024-09-09T22:27:22.312Z[ host-image] Sep 09 22:27:21.229 INFO O| Sep 09 22:27:21.229 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
95432024-09-09T22:27:22.312Z[ host-image] Sep 09 22:27:21.229 INFO O| Sep 09 22:27:21.229 INFO STEP 149 (remove_files) COMPLETE
95442024-09-09T22:27:22.312Z[ host-image] Sep 09 22:27:21.229 INFO O| Sep 09 22:27:21.229 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95452024-09-09T22:27:22.321Z[ host-image] Sep 09 22:27:21.239 INFO O| Sep 09 22:27:21.239 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
95462024-09-09T22:27:22.323Z[ host-image] Sep 09 22:27:21.239 INFO O| Sep 09 22:27:21.239 INFO STEP 150 (remove_files) COMPLETE
95472024-09-09T22:27:22.323Z[ host-image] Sep 09 22:27:21.239 INFO O| Sep 09 22:27:21.239 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95482024-09-09T22:27:22.331Z[ host-image] Sep 09 22:27:21.248 INFO O| Sep 09 22:27:21.248 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
95492024-09-09T22:27:22.331Z[ host-image] Sep 09 22:27:21.248 INFO O| Sep 09 22:27:21.248 INFO STEP 151 (remove_files) COMPLETE
95502024-09-09T22:27:22.331Z[ host-image] Sep 09 22:27:21.248 INFO O| Sep 09 22:27:21.248 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95512024-09-09T22:27:22.340Z[ host-image] Sep 09 22:27:21.258 INFO O| Sep 09 22:27:21.258 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
95522024-09-09T22:27:22.340Z[ host-image] Sep 09 22:27:21.258 INFO O| Sep 09 22:27:21.258 INFO STEP 152 (remove_files) COMPLETE
95532024-09-09T22:27:22.340Z[ host-image] Sep 09 22:27:21.258 INFO O| Sep 09 22:27:21.258 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95542024-09-09T22:27:22.349Z[ host-image] Sep 09 22:27:21.267 INFO O| Sep 09 22:27:21.267 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
95552024-09-09T22:27:22.350Z[ host-image] Sep 09 22:27:21.267 INFO O| Sep 09 22:27:21.267 INFO STEP 153 (remove_files) COMPLETE
95562024-09-09T22:27:22.352Z[ host-image] Sep 09 22:27:21.267 INFO O| Sep 09 22:27:21.267 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95572024-09-09T22:27:22.359Z[ host-image] Sep 09 22:27:21.276 INFO O| Sep 09 22:27:21.276 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95582024-09-09T22:27:22.359Z[ host-image] Sep 09 22:27:21.276 INFO O| Sep 09 22:27:21.276 INFO STEP 154 (remove_files) COMPLETE
95592024-09-09T22:27:22.361Z[ host-image] Sep 09 22:27:21.277 INFO O| Sep 09 22:27:21.276 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95602024-09-09T22:27:22.368Z[ host-image] Sep 09 22:27:21.286 INFO O| Sep 09 22:27:21.286 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95612024-09-09T22:27:22.371Z[ host-image] Sep 09 22:27:21.286 INFO O| Sep 09 22:27:21.286 INFO STEP 155 (remove_files) COMPLETE
95622024-09-09T22:27:22.371Z[ host-image] Sep 09 22:27:21.286 INFO O| Sep 09 22:27:21.286 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95632024-09-09T22:27:22.382Z[ host-image] Sep 09 22:27:21.300 INFO O| Sep 09 22:27:21.300 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95642024-09-09T22:27:22.385Z[ host-image] Sep 09 22:27:21.300 INFO O| Sep 09 22:27:21.300 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
95652024-09-09T22:27:29.360Z[ host-image] Sep 09 22:27:28.276 INFO O| Sep 09 22:27:28.276 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
95662024-09-09T22:27:29.360Z[ host-image] Sep 09 22:27:28.276 INFO O| Sep 09 22:27:28.276 INFO E| svccfg: Loaded 74 smf(7) service descriptions
95672024-09-09T22:27:29.374Z[ host-image] Sep 09 22:27:28.290 INFO O| Sep 09 22:27:28.290 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
95682024-09-09T22:27:29.451Z[ host-image] Sep 09 22:27:28.367 INFO O| Sep 09 22:27:28.367 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
95692024-09-09T22:27:29.451Z[ host-image] Sep 09 22:27:28.367 INFO O| Sep 09 22:27:28.367 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
95702024-09-09T22:27:29.454Z[ host-image] Sep 09 22:27:28.369 INFO O| Sep 09 22:27:28.369 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
95712024-09-09T22:27:29.454Z[ host-image] Sep 09 22:27:28.369 INFO O| Sep 09 22:27:28.369 INFO ok!
95722024-09-09T22:27:29.454Z[ host-image] Sep 09 22:27:28.369 INFO O| Sep 09 22:27:28.369 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
95732024-09-09T22:27:29.454Z[ host-image] Sep 09 22:27:28.370 INFO O| Sep 09 22:27:28.370 INFO STEP 156 (seed_smf) COMPLETE
95742024-09-09T22:27:29.454Z[ host-image] Sep 09 22:27:28.370 INFO O| Sep 09 22:27:28.370 INFO steps complete; finalising image!
95752024-09-09T22:27:29.456Z[ host-image] Sep 09 22:27:28.370 INFO O| Sep 09 22:27:28.370 INFO TRIM POOL: TEMPORARY-gimlet-zfs
95762024-09-09T22:27:29.590Z[ host-image] Sep 09 22:27:28.506 INFO O| Sep 09 22:27:28.505 INFO trim TEMPORARY-gimlet-zfs: (3% trimmed, started at Mon Sep 9 22:27:28 2024)
95772024-09-09T22:27:29.811Z[ host-image] Sep 09 22:27:28.726 INFO O| Sep 09 22:27:28.726 INFO temporary pool has 674M used, 158M avail, 1.87x compressratio
95782024-09-09T22:27:29.811Z[ host-image] Sep 09 22:27:28.726 INFO O| Sep 09 22:27:28.726 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
95792024-09-09T22:27:30.090Z[ host-image] Sep 09 22:27:29.006 INFO O| Sep 09 22:27:29.006 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
95802024-09-09T22:27:30.090Z[ host-image] Sep 09 22:27:29.006 INFO O| Sep 09 22:27:29.006 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
95812024-09-09T22:27:31.096Z[ host-image] Sep 09 22:27:30.011 INFO O| Sep 09 22:27:30.011 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
95822024-09-09T22:27:31.096Z[ host-image] Sep 09 22:27:30.011 INFO O| Sep 09 22:27:30.011 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
95832024-09-09T22:27:31.098Z[ host-image] Sep 09 22:27:30.011 INFO O| Sep 09 22:27:30.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
95842024-09-09T22:27:31.098Z[ host-image] Sep 09 22:27:30.011 INFO O| Sep 09 22:27:30.011 INFO completed processing gimlet/zfs
95852024-09-09T22:27:31.098Z[ host-image] Sep 09 22:27:30.011 INFO O| Sep 09 22:27:30.011 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
95862024-09-09T22:27:37.501Z[ host-image] Sep 09 22:27:36.415 INFO O| Sep 09 22:27:36.415 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
95872024-09-09T22:27:37.583Z[ host-image] Sep 09 22:27:36.496 INFO BUILD STRING "heads/stlouis-0-g231eef1c5c\n"
95882024-09-09T22:27:37.583Z[ host-image] Sep 09 22:27:36.496 INFO expanded image name: "ci 61160bb/${os_short_commit} 2024-09-09 21:57" -> "ci 61160bb/231eef1 2024-09-09 21:57"
95892024-09-09T22:27:37.585Z[ host-image] Sep 09 22:27:36.496 INFO output artefacts stored in: "/work/os-host"
95902024-09-09T22:27:37.586Z[ host-image] Sep 09 22:27:36.496 INFO collecting git info from project "image-builder"...
95912024-09-09T22:27:37.588Z[ host-image] Sep 09 22:27:36.501 INFO collecting git info from project "amd-host-image-builder"...
95922024-09-09T22:27:37.601Z[ host-image] Sep 09 22:27:36.515 INFO collecting git info from project "pinprick"...
95932024-09-09T22:27:37.605Z[ host-image] Sep 09 22:27:36.519 INFO collecting git info from project "bootserver"...
95942024-09-09T22:27:37.609Z[ host-image] Sep 09 22:27:36.523 INFO collecting git info from project "pilot"...
95952024-09-09T22:27:37.614Z[ host-image] Sep 09 22:27:36.529 INFO collecting git info from project "phbl"...
95962024-09-09T22:27:37.619Z[ host-image] Sep 09 22:27:36.533 INFO collecting git info from project "chelsio-t6-roms"...
95972024-09-09T22:27:37.623Z[ host-image] Sep 09 22:27:36.537 INFO collecting git info from project "amd-firmware"...
95982024-09-09T22:27:37.632Z[ host-image] Sep 09 22:27:36.545 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
95992024-09-09T22:27:37.991Z[ host-image] Sep 09 22:27:36.905 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
96002024-09-09T22:27:38.335Z[ host-image] Sep 09 22:27:37.249 INFO creating Oxide boot image...
96012024-09-09T22:27:38.338Z[ host-image] Sep 09 22:27:37.249 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 61160bb/231eef1 2024-09-09 21:57", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
96022024-09-09T22:27:39.297Z[ host-image] Sep 09 22:27:38.210 INFO O| ok, image written!
96032024-09-09T22:27:39.297Z[ host-image] Sep 09 22:27:38.210 INFO O| ok, boot_image_csum file written!
96042024-09-09T22:27:39.300Z[ host-image] Sep 09 22:27:38.213 INFO creating boot archive (CPIO)...
96052024-09-09T22:27:39.300Z[ host-image] Sep 09 22:27:38.213 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
96062024-09-09T22:27:39.310Z[ host-image] Sep 09 22:27:38.223 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
96072024-09-09T22:27:39.310Z[ host-image] Sep 09 22:27:38.223 INFO E| + outfile=/work/os-host/cpio
96082024-09-09T22:27:39.312Z[ host-image] Sep 09 22:27:38.223 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
96092024-09-09T22:27:39.312Z[ host-image] Sep 09 22:27:38.225 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
96102024-09-09T22:27:39.312Z[ host-image] Sep 09 22:27:38.226 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
96112024-09-09T22:27:39.352Z[ host-image] Sep 09 22:27:38.266 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
96122024-09-09T22:27:39.352Z[ host-image] Sep 09 22:27:38.266 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
96132024-09-09T22:27:39.359Z[ host-image] Sep 09 22:27:38.273 INFO creating compressed cpio/unix for nanobl-rs...
96142024-09-09T22:27:39.359Z[ host-image] Sep 09 22:27:38.273 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
96152024-09-09T22:27:39.644Z[ host-image] Sep 09 22:27:38.558 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
96162024-09-09T22:27:43.976Z[ host-image] Sep 09 22:27:42.889 INFO creating reset image...
96172024-09-09T22:27:43.976Z[ host-image] Sep 09 22:27:42.889 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
96182024-09-09T22:27:44.072Z[ host-image] Sep 09 22:27:42.984 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
96192024-09-09T22:27:44.074Z[ host-image] Sep 09 22:27:42.985 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
96202024-09-09T22:27:44.129Z[ host-image] Sep 09 22:27:43.042 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
96212024-09-09T22:27:46.189Z[ host-image] Sep 09 22:27:45.101 INFO E| Finished `release` profile [optimized] target(s) in 2.10s
96222024-09-09T22:27:46.200Z[ host-image] Sep 09 22:27:45.112 INFO building host image...
96232024-09-09T22:27:46.202Z[ host-image] Sep 09 22:27:45.113 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")
96242024-09-09T22:27:46.647Z[ host-image] Sep 09 22:27:45.559 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96252024-09-09T22:28:33.482Z[ host-image] Sep 09 22:28:32.385 INFO image complete! materials are in "/work/os-host"
96262024-09-09T22:28:33.486Z[ host-image]
96272024-09-09T22:28:33.487Z[ host-image] real 9:22.015675833
96282024-09-09T22:28:33.487Z[ host-image] user 4:01.013209285
96292024-09-09T22:28:33.487Z[ host-image] sys 49.114900524
96302024-09-09T22:28:33.487Z[ host-image] trap 0.127001182
96312024-09-09T22:28:33.487Z[ host-image] tflt 0.014628673
96322024-09-09T22:28:33.487Z[ host-image] dflt 0.046161701
96332024-09-09T22:28:33.487Z[ host-image] kflt 0.000000000
96342024-09-09T22:28:33.487Z[ host-image] lock 9:31.268389114
96352024-09-09T22:28:33.487Z[ host-image] slp 52:21.570248933
96362024-09-09T22:28:33.487Z[ host-image] lat 1:11.514377875
96372024-09-09T22:28:33.487Z[ host-image] stop 0.673773395
96382024-09-09T22:28:33.487ZSep 09 22:28:32.388 INFO [host-image] process exited with exit status: 0 (562.027570392s)
96392024-09-09T22:28:33.487ZSep 09 22:28:32.388 INFO [tuf-repo] running task
96402024-09-09T22:28:40.062ZSep 09 22:28:38.963 INFO assembling repository in `/tmp/tufaceousJqiBkj`, component: OmicronRepoAssembler
96412024-09-09T22:28:44.742ZSep 09 22:28:43.642 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96422024-09-09T22:28:45.040ZSep 09 22:28:43.941 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96432024-09-09T22:28:56.549ZSep 09 22:28:55.447 INFO [tuf-repo] task succeeded (23.058983457s)
96442024-09-09T22:28:56.550ZSep 09 22:28:55.447 INFO all jobs completed in 1866.960549123s
96452024-09-09T22:28:57.068Zprocess exited: duration 2378904 ms, exit code 0
 
96462024-09-09T22:28:57.082Zfound 33 output files
96472024-09-09T22:28:57.082Zuploading: /work/manifest.toml (8404 bytes)
96482024-09-09T22:28:58.094Zuploaded: /work/manifest.toml
96492024-09-09T22:28:58.094Zuploading: /work/repo.zip (1794886384 bytes)
96502024-09-09T22:29:41.395Zuploaded: /work/repo.zip
96512024-09-09T22:29:41.395Zuploading: /work/repo.zip.sha256.txt (65 bytes)
96522024-09-09T22:29:42.408Zuploaded: /work/repo.zip.sha256.txt
96532024-09-09T22:29:42.408Zuploading: /work/helios-setup.log (52339 bytes)
96542024-09-09T22:29:43.426Zuploaded: /work/helios-setup.log
96552024-09-09T22:29:43.426Zuploading: /work/host-image.log (195738 bytes)
96562024-09-09T22:29:44.444Zuploaded: /work/host-image.log
96572024-09-09T22:29:44.444Zuploading: /work/host-package.log (19631 bytes)
96582024-09-09T22:29:45.454Zuploaded: /work/host-package.log
96592024-09-09T22:29:45.454Zuploading: /work/host-target.log (101 bytes)
96602024-09-09T22:29:46.463Zuploaded: /work/host-target.log
96612024-09-09T22:29:46.464Zuploading: /work/omicron-package.log (4418 bytes)
96622024-09-09T22:29:47.473Zuploaded: /work/omicron-package.log
96632024-09-09T22:29:47.473Zuploading: /work/phbl-toolchain.log (881 bytes)
96642024-09-09T22:29:48.482Zuploaded: /work/phbl-toolchain.log
96652024-09-09T22:29:48.482Zuploading: /work/recovery-image.log (591730 bytes)
96662024-09-09T22:29:49.505Zuploaded: /work/recovery-image.log
96672024-09-09T22:29:49.505Zuploading: /work/recovery-package.log (282 bytes)
96682024-09-09T22:29:50.514Zuploaded: /work/recovery-package.log
96692024-09-09T22:29:50.514Zuploading: /work/recovery-target.log (98 bytes)
96702024-09-09T22:29:51.524Zuploaded: /work/recovery-target.log
96712024-09-09T22:29:51.524Zuploading: /work/stamp-clickhouse.log (117 bytes)
96722024-09-09T22:29:52.535Zuploaded: /work/stamp-clickhouse.log
96732024-09-09T22:29:52.535Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
96742024-09-09T22:29:53.544Zuploaded: /work/stamp-clickhouse_keeper.log
96752024-09-09T22:29:53.544Zuploading: /work/stamp-cockroachdb.log (118 bytes)
96762024-09-09T22:29:54.554Zuploaded: /work/stamp-cockroachdb.log
96772024-09-09T22:29:54.554Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
96782024-09-09T22:29:55.562Zuploaded: /work/stamp-crucible-dtrace.log
96792024-09-09T22:29:55.562Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
96802024-09-09T22:29:56.570Zuploaded: /work/stamp-crucible-pantry-zone.log
96812024-09-09T22:29:56.570Zuploading: /work/stamp-crucible-zone.log (120 bytes)
96822024-09-09T22:29:57.579Zuploaded: /work/stamp-crucible-zone.log
96832024-09-09T22:29:57.579Zuploading: /work/stamp-external-dns.log (119 bytes)
96842024-09-09T22:29:58.588Zuploaded: /work/stamp-external-dns.log
96852024-09-09T22:29:58.588Zuploading: /work/stamp-installinator.log (103 bytes)
96862024-09-09T22:29:59.596Zuploaded: /work/stamp-installinator.log
96872024-09-09T22:29:59.596Zuploading: /work/stamp-internal-dns.log (119 bytes)
96882024-09-09T22:30:00.607Zuploaded: /work/stamp-internal-dns.log
96892024-09-09T22:30:00.607Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
96902024-09-09T22:30:01.616Zuploaded: /work/stamp-mg-ddm-gz.log
96912024-09-09T22:30:01.616Zuploading: /work/stamp-nexus.log (112 bytes)
96922024-09-09T22:30:02.625Zuploaded: /work/stamp-nexus.log
96932024-09-09T22:30:02.625Zuploading: /work/stamp-ntp.log (110 bytes)
96942024-09-09T22:30:03.634Zuploaded: /work/stamp-ntp.log
96952024-09-09T22:30:03.634Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
96962024-09-09T22:30:04.644Zuploaded: /work/stamp-omicron-sled-agent.log
96972024-09-09T22:30:04.644Zuploading: /work/stamp-overlay.log (114 bytes)
96982024-09-09T22:30:05.654Zuploaded: /work/stamp-overlay.log
96992024-09-09T22:30:05.657Zuploading: /work/stamp-oximeter.log (115 bytes)
97002024-09-09T22:30:06.665Zuploaded: /work/stamp-oximeter.log
97012024-09-09T22:30:06.665Zuploading: /work/stamp-oxlog.log (109 bytes)
97022024-09-09T22:30:07.674Zuploaded: /work/stamp-oxlog.log
97032024-09-09T22:30:07.674Zuploading: /work/stamp-probe.log (112 bytes)
97042024-09-09T22:30:08.684Zuploaded: /work/stamp-probe.log
97052024-09-09T22:30:08.684Zuploading: /work/stamp-propolis-server.log (122 bytes)
97062024-09-09T22:30:09.694Zuploaded: /work/stamp-propolis-server.log
97072024-09-09T22:30:09.694Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
97082024-09-09T22:30:10.703Zuploaded: /work/stamp-pumpkind-gz.log
97092024-09-09T22:30:10.704Zuploading: /work/stamp-switch-asic.log (118 bytes)
97102024-09-09T22:30:11.714Zuploaded: /work/stamp-switch-asic.log
97112024-09-09T22:30:11.714Zuploading: /work/verify-libraries.log (3083 bytes)
97122024-09-09T22:30:12.724Zuploaded: /work/verify-libraries.log