01J4SY4SYBG3FH4B5BRFX27WAB: 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: 01J4SY5EMQ4AGQFQC24SDCTV5T

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-08T21:29:36.755Zjob assigned to worker 01J4SY9EN558RG8HJN7DTSE2F4 (queued for 3 m 14 s)
 
22024-08-08T21:29:45.083Zstarting task 0: "setup"
32024-08-08T21:29:45.139Z++ uname -s
42024-08-08T21:29:45.142Z+ kern=SunOS
52024-08-08T21:29:45.142Z+ case "$kern" in
62024-08-08T21:29:45.142Z+ groupadd -g 12345 build
72024-08-08T21:29:45.146Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-08T21:29:47.155Z+ zfs create -o mountpoint=/work rpool/work
92024-08-08T21:29:47.287Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-08T21:29:47.290Z+ home_fs=zfs
112024-08-08T21:29:47.290Z+ [[ zfs == autofs ]]
122024-08-08T21:29:47.290Z+ mkdir -p /home/build
132024-08-08T21:29:47.295Z+ chown build:build /home/build /work
142024-08-08T21:29:49.293Z+ chmod 0700 /home/build /work
152024-08-08T21:29:49.296Zprocess exited: duration 4214 ms, exit code 0
 
162024-08-08T21:29:49.303Zstarting task 1: "rust-toolchain"
172024-08-08T21:29:49.308Z+ printf ' * toolchain channel = "%s"
182024-08-08T21:29:49.308Z' 1.80.1
192024-08-08T21:29:49.308Z * toolchain channel = "1.80.1"
202024-08-08T21:29:49.308Z+ printf ' * toolchain profile = "%s"
212024-08-08T21:29:49.308Z' default
222024-08-08T21:29:49.308Z * toolchain profile = "default"
232024-08-08T21:29:49.311Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-08T21:29:49.311Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-08T21:29:49.424Zinfo: downloading installer
262024-08-08T21:29:50.721Zinfo: profile set to 'default'
272024-08-08T21:29:50.721Zinfo: default host triple is x86_64-unknown-illumos
282024-08-08T21:29:50.724Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-08T21:29:50.876Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-08T21:29:50.876Zinfo: downloading component 'cargo'
312024-08-08T21:29:51.736Zinfo: downloading component 'clippy'
322024-08-08T21:29:52.038Zinfo: downloading component 'rust-docs'
332024-08-08T21:29:53.222Zinfo: downloading component 'rust-std'
342024-08-08T21:29:54.893Zinfo: downloading component 'rustc'
352024-08-08T21:29:59.530Zinfo: downloading component 'rustfmt'
362024-08-08T21:29:59.780Zinfo: installing component 'cargo'
372024-08-08T21:30:00.601Zinfo: installing component 'clippy'
382024-08-08T21:30:00.978Zinfo: installing component 'rust-docs'
392024-08-08T21:30:02.597Zinfo: installing component 'rust-std'
402024-08-08T21:30:04.293Zinfo: installing component 'rustc'
412024-08-08T21:30:08.585Zinfo: installing component 'rustfmt'
422024-08-08T21:30:08.949Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-08T21:30:08.949Z
442024-08-08T21:30:09.231Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-08T21:30:09.231Z
462024-08-08T21:30:09.234Z
472024-08-08T21:30:09.234ZRust is installed now. Great!
482024-08-08T21:30:09.234Z
492024-08-08T21:30:09.234ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-08T21:30:09.234Zenvironment variable. This has not been done automatically.
512024-08-08T21:30:09.234Z
522024-08-08T21:30:09.234ZTo configure your current shell, you need to source
532024-08-08T21:30:09.234Zthe corresponding env file under $HOME/.cargo.
542024-08-08T21:30:09.234Z
552024-08-08T21:30:09.234ZThis is usually done by running one of the following (note the leading DOT):
562024-08-08T21:30:09.234Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-08T21:30:09.234Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-08T21:30:09.355Z+ rustc --version
592024-08-08T21:30:09.418Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-08T21:30:09.420Zprocess exited: duration 20113 ms, exit code 0
 
612024-08-08T21:30:09.427Zstarting task 2: "authentication"
622024-08-08T21:30:09.449Zprocess exited: duration 21 ms, exit code 0
 
632024-08-08T21:30:09.457Zstarting task 3: "clone repository"
642024-08-08T21:30:09.460Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-08T21:30:09.463Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-08T21:30:10.036ZCloning into '/work/oxidecomputer/omicron'...
672024-08-08T21:30:20.285Z+ cd /work/oxidecomputer/omicron
682024-08-08T21:30:20.285Z+ git fetch origin eefaaf39ad7f4905dad2ca16aa712b817827cf37
692024-08-08T21:30:20.637ZFrom https://github.com/oxidecomputer/omicron
702024-08-08T21:30:20.637Z * branch eefaaf39ad7f4905dad2ca16aa712b817827cf37 -> FETCH_HEAD
712024-08-08T21:30:20.646Z+ [[ -n john/reconfigurator-planning-boundary-ntp ]]
722024-08-08T21:30:20.649Z++ git branch --show-current
732024-08-08T21:30:20.652Z+ current=main
742024-08-08T21:30:20.652Z+ [[ main != john/reconfigurator-planning-boundary-ntp ]]
752024-08-08T21:30:20.652Z+ git branch -f john/reconfigurator-planning-boundary-ntp eefaaf39ad7f4905dad2ca16aa712b817827cf37
762024-08-08T21:30:20.655Z+ git checkout -f john/reconfigurator-planning-boundary-ntp
772024-08-08T21:30:20.795ZSwitched to branch 'john/reconfigurator-planning-boundary-ntp'
782024-08-08T21:30:20.798Z+ git reset --hard eefaaf39ad7f4905dad2ca16aa712b817827cf37
792024-08-08T21:30:20.806ZHEAD is now at eefaaf39a PR feedback
802024-08-08T21:30:20.810Zprocess exited: duration 11350 ms, exit code 0
 
812024-08-08T21:30:20.817Zstarting task 4: "build"
822024-08-08T21:30:20.822Z+ cargo --version
832024-08-08T21:30:20.877Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-08T21:30:20.881Z+ rustc --version
852024-08-08T21:30:20.937Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-08T21:30:20.940Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-08T21:30:37.297Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-08T21:30:39.662Z Startup: Caching catalogs ... Done
892024-08-08T21:30:43.576ZPlanning: Solver setup ... Done (3.330s)
902024-08-08T21:30:43.637ZPlanning: Running solver ... Done (0.062s)
912024-08-08T21:30:43.689ZPlanning: Finding local manifests ... Done (0.003s)
922024-08-08T21:30:43.702ZPlanning: Fetching manifests: 0/4 0% complete
932024-08-08T21:30:43.999ZPlanning: Fetching manifests: 4/4 100% complete
942024-08-08T21:30:44.048ZPlanning: Package planning ... Done (0.049s)
952024-08-08T21:30:44.099ZPlanning: Merging actions ... Done (0.051s)
962024-08-08T21:30:45.199ZPlanning: Checking for conflicting actions ... Done (1.099s)
972024-08-08T21:30:45.210ZPlanning: Consolidating action changes ... Done (0.011s)
982024-08-08T21:30:51.795ZPlanning: Evaluating mediators ... Done (6.581s)
992024-08-08T21:30:51.802ZPlanning: Planning completed in 12.07 seconds
1002024-08-08T21:30:52.689Z Packages to install: 4
1012024-08-08T21:30:52.689Z Mediators to change: 2
1022024-08-08T21:30:52.692Z Services to change: 1
1032024-08-08T21:30:52.692Z Estimated space available: 155.75 GB
1042024-08-08T21:30:52.692ZEstimated space to be consumed: 1.47 GB
1052024-08-08T21:30:52.692Z Create boot environment: No
1062024-08-08T21:30:52.692ZCreate backup boot environment: No
1072024-08-08T21:30:52.692Z Rebuild boot archive: No
1082024-08-08T21:30:52.692Z
1092024-08-08T21:30:52.692ZChanged mediators:
1102024-08-08T21:30:52.693Z mediator clang:
1112024-08-08T21:30:52.693Z version: None -> 15 (system default)
1122024-08-08T21:30:52.693Z
1132024-08-08T21:30:52.693Z mediator llvm:
1142024-08-08T21:30:52.693Z version: 14 (system default) -> 15 (system default)
1152024-08-08T21:30:52.693Z
1162024-08-08T21:30:52.693ZChanged packages:
1172024-08-08T21:30:52.693Zhelios-dev
1182024-08-08T21:30:52.693Z developer/build-essential
1192024-08-08T21:30:52.693Z None -> 11-2.0
1202024-08-08T21:30:52.693Z library/libxmlsec1
1212024-08-08T21:30:52.693Z None -> 1.2.35-2.0
1222024-08-08T21:30:52.693Z ooce/developer/clang-15
1232024-08-08T21:30:52.693Z None -> 15.0.7-2.0
1242024-08-08T21:30:52.693Z ooce/developer/llvm-15
1252024-08-08T21:30:52.693Z None -> 15.0.7-2.0
1262024-08-08T21:30:52.693Z
1272024-08-08T21:30:52.693ZServices:
1282024-08-08T21:30:52.693Z restart_fmri:
1292024-08-08T21:30:52.693Z svc:/system/update-man-index:default
1302024-08-08T21:30:52.905Z
1312024-08-08T21:30:52.905ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-08-08T21:30:57.908ZDownload: 1320/3290 items 116.2/212.6MB 54% complete (23.6M/s)
1332024-08-08T21:31:02.910ZDownload: 3209/3290 items 153.4/212.6MB 72% complete (15.3M/s)
1342024-08-08T21:31:05.890ZDownload: Completed 212.60 MB in 12.98 seconds (16.4M/s)
1352024-08-08T21:31:06.390Z Actions: 1/3689 actions (Installing new actions)
1362024-08-08T21:31:11.403Z Actions: 3576/3689 actions (Installing new actions)
1372024-08-08T21:31:11.952Z Actions: Completed 3689 actions in 5.56 seconds.
1382024-08-08T21:31:12.102Z Done (0.146s)
1392024-08-08T21:31:12.102Z Done (0.000s)
1402024-08-08T21:31:12.462Z Done (0.360s)
1412024-08-08T21:31:18.443Z Done (5.815s)
1422024-08-08T21:31:18.659Z Done (0.151s)
1432024-08-08T21:31:18.661Z Done (0.000s)
1442024-08-08T21:31:18.837Z Done (0.000s)
1452024-08-08T21:31:19.418ZPlanning: Evaluating mediator changes ... Done
1462024-08-08T21:31:19.579ZPlanning: Checking for conflicting actions ... Done
1472024-08-08T21:31:19.582ZPlanning: Consolidating action changes ... Done
1482024-08-08T21:31:19.844ZPlanning: Evaluating mediators ... Done
1492024-08-08T21:31:19.846ZPlanning: Planning completed in 0.43 seconds
1502024-08-08T21:31:19.876Z Mediators to change: 2
1512024-08-08T21:31:19.877Z Create boot environment: No
1522024-08-08T21:31:19.879ZCreate backup boot environment: No
1532024-08-08T21:31:19.943Z Done
1542024-08-08T21:31:19.943Z Done
1552024-08-08T21:31:20.163Z Done
1562024-08-08T21:31:23.596Z Done
1572024-08-08T21:31:23.683Z Done
1582024-08-08T21:31:23.690Z Done
1592024-08-08T21:31:23.795Z Done
1602024-08-08T21:31:24.395ZPlanning: Evaluating mediator changes ... Done
1612024-08-08T21:31:24.398ZPlanning: Merging actions ... Done
1622024-08-08T21:31:24.584ZPlanning: Checking for conflicting actions ... Done
1632024-08-08T21:31:24.587ZPlanning: Consolidating action changes ... Done
1642024-08-08T21:31:24.844ZPlanning: Evaluating mediators ... Done
1652024-08-08T21:31:24.899ZPlanning: Planning completed in 0.74 seconds
1662024-08-08T21:31:24.933Z Packages to change: 1
1672024-08-08T21:31:24.933Z Mediators to change: 1
1682024-08-08T21:31:24.936Z Services to change: 1
1692024-08-08T21:31:24.936Z Create boot environment: No
1702024-08-08T21:31:24.936ZCreate backup boot environment: Yes
1712024-08-08T21:31:27.118Z Actions: 1/6 actions (Updating modified actions)
1722024-08-08T21:31:27.206Z Actions: Completed 6 actions in 0.09 seconds.
1732024-08-08T21:31:27.209Z Done
1742024-08-08T21:31:27.209Z Done
1752024-08-08T21:31:27.282Z Done
1762024-08-08T21:31:30.862Z Done
1772024-08-08T21:31:30.945Z Done
1782024-08-08T21:31:30.949Z Done
1792024-08-08T21:31:31.089Z Done
1802024-08-08T21:31:31.529ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1812024-08-08T21:31:31.529Zclang system 15 system
1822024-08-08T21:31:31.529Zcsh system system illumos
1832024-08-08T21:31:31.529Zctags system system illumos
1842024-08-08T21:31:31.529Zgcc vendor 12 vendor
1852024-08-08T21:31:31.529Zgcc system 10 system
1862024-08-08T21:31:31.529Zgcc system 7 system
1872024-08-08T21:31:31.529Zgo system 1.20 system
1882024-08-08T21:31:31.529Zgo system 1.19 system
1892024-08-08T21:31:31.529Zllvm system 15 system
1902024-08-08T21:31:31.529Zllvm system 14 system
1912024-08-08T21:31:31.529Zmariadb system 10.6 system
1922024-08-08T21:31:31.529Zmta vendor vendor dma
1932024-08-08T21:31:31.529Zopenjdk system 17 system
1942024-08-08T21:31:31.529Zopenjdk system 11 system
1952024-08-08T21:31:31.529Zopenjdk system 1.8 system
1962024-08-08T21:31:31.529Zopenssl vendor 3 vendor
1972024-08-08T21:31:31.529Zperl system 5.36 system
1982024-08-08T21:31:31.529Zpostgresql system 15 system
1992024-08-08T21:31:31.529Zpostgresql system 13 system
2002024-08-08T21:31:31.530Zpython vendor 3 vendor
2012024-08-08T21:31:31.530Zpython system 2 system
2022024-08-08T21:31:31.530Zpython3 system 3.11 system
2032024-08-08T21:31:31.530Zruby system 3.0 system
2042024-08-08T21:31:31.530Zwords vendor vendor american-english
2052024-08-08T21:31:31.530Zwords system system australian-english
2062024-08-08T21:31:31.530Zwords system system british-english
2072024-08-08T21:31:31.530Zwords system system canadian-english
2082024-08-08T21:31:31.530Zwords system system french
2092024-08-08T21:31:31.530Zwords system system italian
2102024-08-08T21:31:31.530Zwords system system ngerman
2112024-08-08T21:31:31.530Zwords system system ogerman
2122024-08-08T21:31:31.530Zwords system system spanish
2132024-08-08T21:31:31.858ZPUBLISHER TYPE STATUS P LOCATION
2142024-08-08T21:31:31.858Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2152024-08-08T21:31:33.520ZFMRI IFO
2162024-08-08T21:31:33.520Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2172024-08-08T21:31:33.520Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2182024-08-08T21:31:33.520Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2192024-08-08T21:31:33.520Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2202024-08-08T21:31:33.520Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2212024-08-08T21:31:33.520Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2222024-08-08T21:31:33.520Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2232024-08-08T21:31:33.520Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2242024-08-08T21:31:33.520Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2252024-08-08T21:31:33.520Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2262024-08-08T21:31:33.520Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2272024-08-08T21:31:33.520Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2282024-08-08T21:31:34.090Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2292024-08-08T21:31:34.371Z Updating git repository `https://github.com/oxidecomputer/zone`
2302024-08-08T21:31:34.641Z Updating crates.io index
2312024-08-08T21:31:34.687Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2322024-08-08T21:31:35.414Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2332024-08-08T21:31:36.141Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2342024-08-08T21:31:36.406Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2352024-08-08T21:31:37.984Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2362024-08-08T21:31:38.230Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2372024-08-08T21:31:38.478Z Updating git repository `https://github.com/oxidecomputer/propolis`
2382024-08-08T21:31:39.477Z Updating git repository `https://github.com/oxidecomputer/crucible`
2392024-08-08T21:31:41.382Z Updating git repository `https://github.com/oxidecomputer/opte`
2402024-08-08T21:31:42.345Z Updating git repository `https://github.com/oxidecomputer/falcon`
2412024-08-08T21:31:43.002Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422024-08-08T21:31:43.581Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432024-08-08T21:31:43.917Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2442024-08-08T21:31:44.160Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2452024-08-08T21:31:44.472Z Updating git repository `https://github.com/oxidecomputer/tofino`
2462024-08-08T21:31:44.767Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2472024-08-08T21:31:45.164Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2482024-08-08T21:31:45.268Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2492024-08-08T21:31:45.603Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502024-08-08T21:31:45.892Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2512024-08-08T21:31:46.255Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522024-08-08T21:31:46.572Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2532024-08-08T21:31:47.002Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542024-08-08T21:31:47.390Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552024-08-08T21:31:47.851Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562024-08-08T21:31:48.273Z Updating git repository `https://github.com/oxidecomputer/typify`
2572024-08-08T21:31:51.054Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2582024-08-08T21:31:51.291Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2592024-08-08T21:31:51.588Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2602024-08-08T21:31:51.908Z Updating git repository `https://github.com/oxidecomputer/rfb`
2612024-08-08T21:31:53.102Z Downloading crates ...
2622024-08-08T21:31:53.159Z Downloaded is_terminal_polyfill v1.70.0
2632024-08-08T21:31:53.163Z Downloaded equivalent v1.0.1
2642024-08-08T21:31:53.166Z Downloaded block-buffer v0.10.4
2652024-08-08T21:31:53.170Z Downloaded anstyle-query v1.0.3
2662024-08-08T21:31:53.170Z Downloaded autocfg v1.3.0
2672024-08-08T21:31:53.173Z Downloaded colorchoice v1.0.1
2682024-08-08T21:31:53.183Z Downloaded scroll_derive v0.12.0
2692024-08-08T21:31:53.188Z Downloaded memmap v0.7.0
2702024-08-08T21:31:53.191Z Downloaded anstyle v1.0.8
2712024-08-08T21:31:53.194Z Downloaded bytecount v0.6.8
2722024-08-08T21:31:53.195Z Downloaded generic-array v0.14.7
2732024-08-08T21:31:53.199Z Downloaded fnv v1.0.7
2742024-08-08T21:31:53.200Z Downloaded anstream v0.6.14
2752024-08-08T21:31:53.208Z Downloaded dtrace-parser v0.2.0
2762024-08-08T21:31:53.208Z Downloaded dof v0.3.0
2772024-08-08T21:31:53.208Z Downloaded crypto-common v0.1.6
2782024-08-08T21:31:53.208Z Downloaded cargo-platform v0.1.8
2792024-08-08T21:31:53.208Z Downloaded usdt-attr-macro v0.5.0
2802024-08-08T21:31:53.208Z Downloaded heck v0.5.0
2812024-08-08T21:31:53.208Z Downloaded macaddr v1.0.1
2822024-08-08T21:31:53.214Z Downloaded anstyle-parse v0.2.4
2832024-08-08T21:31:53.215Z Downloaded terminal_size v0.3.0
2842024-08-08T21:31:53.215Z Downloaded strsim v0.11.1
2852024-08-08T21:31:53.215Z Downloaded toml_datetime v0.6.8
2862024-08-08T21:31:53.215Z Downloaded utf8parse v0.2.1
2872024-08-08T21:31:53.220Z Downloaded usdt-impl v0.5.0
2882024-08-08T21:31:53.220Z Downloaded thiserror v1.0.63
2892024-08-08T21:31:53.223Z Downloaded serde_tokenstream v0.2.1
2902024-08-08T21:31:53.226Z Downloaded usdt-macro v0.5.0
2912024-08-08T21:31:53.226Z Downloaded pretty-hex v0.4.1
2922024-08-08T21:31:53.226Z Downloaded usdt v0.5.0
2932024-08-08T21:31:53.230Z Downloaded thread-id v4.2.1
2942024-08-08T21:31:53.230Z Downloaded cfg-if v1.0.0
2952024-08-08T21:31:53.230Z Downloaded bitflags v2.6.0
2962024-08-08T21:31:53.233Z Downloaded pest_generator v2.7.10
2972024-08-08T21:31:53.236Z Downloaded pest_derive v2.7.10
2982024-08-08T21:31:53.236Z Downloaded heck v0.4.1
2992024-08-08T21:31:53.240Z Downloaded digest v0.10.7
3002024-08-08T21:31:53.240Z Downloaded tabled_derive v0.7.0
3012024-08-08T21:31:53.243Z Downloaded cpufeatures v0.2.12
3022024-08-08T21:31:53.243Z Downloaded clap_derive v4.5.13
3032024-08-08T21:31:53.243Z Downloaded fs-err v2.11.0
3042024-08-08T21:31:53.247Z Downloaded errno v0.3.9
3052024-08-08T21:31:53.247Z Downloaded itoa v1.0.11
3062024-08-08T21:31:53.250Z Downloaded byteorder v1.5.0
3072024-08-08T21:31:53.250Z Downloaded clap_lex v0.7.0
3082024-08-08T21:31:53.250Z Downloaded proc-macro-error v1.0.4
3092024-08-08T21:31:53.254Z Downloaded cargo_metadata v0.18.1
3102024-08-08T21:31:53.257Z Downloaded zerocopy-derive v0.7.34
3112024-08-08T21:31:53.261Z Downloaded scroll v0.12.0
3122024-08-08T21:31:53.265Z Downloaded version_check v0.9.5
3132024-08-08T21:31:53.265Z Downloaded thiserror-impl v1.0.63
3142024-08-08T21:31:53.265Z Downloaded serde_spanned v0.6.7
3152024-08-08T21:31:53.265Z Downloaded proc-macro-error-attr v1.0.4
3162024-08-08T21:31:53.268Z Downloaded swrite v0.1.0
3172024-08-08T21:31:53.268Z Downloaded plain v0.2.3
3182024-08-08T21:31:53.269Z Downloaded once_cell v1.19.0
3192024-08-08T21:31:53.272Z Downloaded cargo_toml v0.20.4
3202024-08-08T21:31:53.272Z Downloaded camino v1.1.7
3212024-08-08T21:31:53.279Z Downloaded unicode-ident v1.0.12
3222024-08-08T21:31:53.282Z Downloaded proc-macro2 v1.0.86
3232024-08-08T21:31:53.283Z Downloaded typenum v1.17.0
3242024-08-08T21:31:53.288Z Downloaded semver v1.0.23
3252024-08-08T21:31:53.292Z Downloaded sha2 v0.10.8
3262024-08-08T21:31:53.296Z Downloaded quote v1.0.36
3272024-08-08T21:31:53.296Z Downloaded papergrid v0.11.0
3282024-08-08T21:31:53.300Z Downloaded anyhow v1.0.86
3292024-08-08T21:31:53.304Z Downloaded log v0.4.21
3302024-08-08T21:31:53.307Z Downloaded toml v0.8.19
3312024-08-08T21:31:53.310Z Downloaded clap v4.5.13
3322024-08-08T21:31:53.318Z Downloaded ucd-trie v0.1.6
3332024-08-08T21:31:53.321Z Downloaded serde_derive v1.0.205
3342024-08-08T21:31:53.324Z Downloaded pest_meta v2.7.10
3352024-08-08T21:31:53.327Z Downloaded ryu v1.0.18
3362024-08-08T21:31:53.330Z Downloaded indexmap v2.3.0
3372024-08-08T21:31:53.334Z Downloaded serde v1.0.205
3382024-08-08T21:31:53.341Z Downloaded memchr v2.7.2
3392024-08-08T21:31:53.349Z Downloaded toml_edit v0.22.20
3402024-08-08T21:31:53.370Z Downloaded pest v2.7.10
3412024-08-08T21:31:53.375Z Downloaded hashbrown v0.14.5
3422024-08-08T21:31:53.385Z Downloaded serde_json v1.0.122
3432024-08-08T21:31:53.398Z Downloaded winnow v0.6.18
3442024-08-08T21:31:53.407Z Downloaded zerocopy v0.7.34
3452024-08-08T21:31:53.422Z Downloaded goblin v0.8.2
3462024-08-08T21:31:53.427Z Downloaded tabled v0.15.0
3472024-08-08T21:31:53.443Z Downloaded syn v1.0.109
3482024-08-08T21:31:53.452Z Downloaded syn v2.0.72
3492024-08-08T21:31:53.463Z Downloaded clap_builder v4.5.13
3502024-08-08T21:31:53.469Z Downloaded rustix v0.38.34
3512024-08-08T21:31:53.490Z Downloaded unicode-width v0.1.13
3522024-08-08T21:31:53.497Z Downloaded libc v0.2.155
3532024-08-08T21:31:53.790Z Compiling proc-macro2 v1.0.86
3542024-08-08T21:31:53.793Z Compiling unicode-ident v1.0.12
3552024-08-08T21:31:53.793Z Compiling version_check v0.9.5
3562024-08-08T21:31:53.793Z Compiling serde v1.0.205
3572024-08-08T21:31:53.793Z Compiling thiserror v1.0.63
3582024-08-08T21:31:53.793Z Compiling memchr v2.7.2
3592024-08-08T21:31:53.793Z Compiling libc v0.2.155
3602024-08-08T21:31:53.793Z Compiling itoa v1.0.11
3612024-08-08T21:31:54.026Z Compiling ryu v1.0.18
3622024-08-08T21:31:54.148Z Compiling ucd-trie v0.1.6
3632024-08-08T21:31:54.590Z Compiling once_cell v1.19.0
3642024-08-08T21:31:54.708Z Compiling byteorder v1.5.0
3652024-08-08T21:31:54.894Z Compiling serde_json v1.0.122
3662024-08-08T21:31:56.657Z Compiling proc-macro-error-attr v1.0.4
3672024-08-08T21:31:56.660Z Compiling usdt-impl v0.5.0
3682024-08-08T21:31:56.703Z Compiling rustix v0.38.34
3692024-08-08T21:31:56.706Z Compiling syn v1.0.109
3702024-08-08T21:31:56.789Z Compiling proc-macro-error v1.0.4
3712024-08-08T21:31:56.994Z Compiling utf8parse v0.2.1
3722024-08-08T21:31:57.083Z Compiling equivalent v1.0.1
3732024-08-08T21:31:57.154Z Compiling plain v0.2.3
3742024-08-08T21:31:57.176Z Compiling bitflags v2.6.0
3752024-08-08T21:31:57.200Z Compiling log v0.4.21
3762024-08-08T21:31:57.302Z Compiling hashbrown v0.14.5
3772024-08-08T21:31:57.418Z Compiling thread-id v4.2.1
3782024-08-08T21:31:57.490Z Compiling anstyle-parse v0.2.4
3792024-08-08T21:31:57.568Z Compiling quote v1.0.36
3802024-08-08T21:31:57.629Z Compiling colorchoice v1.0.1
3812024-08-08T21:31:57.672Z Compiling winnow v0.6.18
3822024-08-08T21:31:57.785Z Compiling errno v0.3.9
3832024-08-08T21:31:57.811Z Compiling semver v1.0.23
3842024-08-08T21:31:57.927Z Compiling anstyle v1.0.8
3852024-08-08T21:31:58.014Z Compiling syn v2.0.72
3862024-08-08T21:31:58.336Z Compiling camino v1.1.7
3872024-08-08T21:31:58.374Z Compiling pretty-hex v0.4.1
3882024-08-08T21:31:58.588Z Compiling indexmap v2.3.0
3892024-08-08T21:31:58.654Z Compiling autocfg v1.3.0
3902024-08-08T21:31:58.976Z Compiling anstyle-query v1.0.3
3912024-08-08T21:31:59.122Z Compiling is_terminal_polyfill v1.70.0
3922024-08-08T21:31:59.252Z Compiling anstream v0.6.14
3932024-08-08T21:31:59.610Z Compiling terminal_size v0.3.0
3942024-08-08T21:31:59.634Z Compiling fs-err v2.11.0
3952024-08-08T21:31:59.906Z Compiling strsim v0.11.1
3962024-08-08T21:31:59.931Z Compiling bytecount v0.6.8
3972024-08-08T21:31:59.935Z Compiling unicode-width v0.1.13
3982024-08-08T21:31:59.975Z Compiling heck v0.4.1
3992024-08-08T21:31:59.997Z Compiling anyhow v1.0.86
4002024-08-08T21:32:00.140Z Compiling clap_lex v0.7.0
4012024-08-08T21:32:00.187Z Compiling fnv v1.0.7
4022024-08-08T21:32:00.325Z Compiling heck v0.5.0
4032024-08-08T21:32:00.449Z Compiling clap_builder v4.5.13
4042024-08-08T21:32:00.646Z Compiling papergrid v0.11.0
4052024-08-08T21:32:00.829Z Compiling memmap v0.7.0
4062024-08-08T21:32:01.493Z Compiling swrite v0.1.0
4072024-08-08T21:32:03.273Z Compiling tabled_derive v0.7.0
4082024-08-08T21:32:04.687Z Compiling tabled v0.15.0
4092024-08-08T21:32:06.582Z Compiling serde_derive v1.0.205
4102024-08-08T21:32:06.583Z Compiling thiserror-impl v1.0.63
4112024-08-08T21:32:06.649Z Compiling zerocopy-derive v0.7.34
4122024-08-08T21:32:06.649Z Compiling scroll_derive v0.12.0
4132024-08-08T21:32:06.649Z Compiling clap_derive v4.5.13
4142024-08-08T21:32:07.892Z Compiling scroll v0.12.0
4152024-08-08T21:32:08.343Z Compiling zerocopy v0.7.34
4162024-08-08T21:32:08.456Z Compiling goblin v0.8.2
4172024-08-08T21:32:09.477Z Compiling pest v2.7.10
4182024-08-08T21:32:10.263Z Compiling clap v4.5.13
4192024-08-08T21:32:11.538Z Compiling pest_meta v2.7.10
4202024-08-08T21:32:12.359Z Compiling pest_generator v2.7.10
4212024-08-08T21:32:14.042Z Compiling pest_derive v2.7.10
4222024-08-08T21:32:14.746Z Compiling dtrace-parser v0.2.0
4232024-08-08T21:32:16.420Z Compiling toml_datetime v0.6.8
4242024-08-08T21:32:16.423Z Compiling serde_spanned v0.6.7
4252024-08-08T21:32:16.423Z Compiling cargo-platform v0.1.8
4262024-08-08T21:32:16.800Z Compiling serde_tokenstream v0.2.1
4272024-08-08T21:32:16.853Z Compiling toml_edit v0.22.20
4282024-08-08T21:32:16.916Z Compiling macaddr v1.0.1
4292024-08-08T21:32:17.803Z Compiling dof v0.3.0
4302024-08-08T21:32:17.803Z Compiling cargo_metadata v0.18.1
4312024-08-08T21:32:19.642Z Compiling toml v0.8.19
4322024-08-08T21:32:19.693Z Compiling usdt-macro v0.5.0
4332024-08-08T21:32:19.693Z Compiling usdt-attr-macro v0.5.0
4342024-08-08T21:32:20.461Z Compiling cargo_toml v0.20.4
4352024-08-08T21:32:21.155Z Compiling usdt v0.5.0
4362024-08-08T21:32:24.217Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4372024-08-08T21:32:28.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.17s
4382024-08-08T21:32:28.295Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4392024-08-08T21:32:28.832Z Downloading crates ...
4402024-08-08T21:32:28.954Z Downloaded async-stream-impl v0.3.5
4412024-08-08T21:32:28.958Z Downloaded ascii-canvas v3.0.0
4422024-08-08T21:32:28.961Z Downloaded array-init v0.0.4
4432024-08-08T21:32:28.961Z Downloaded aead v0.5.2
4442024-08-08T21:32:28.964Z Downloaded async-stream v0.3.5
4452024-08-08T21:32:28.969Z Downloaded atty v0.2.14
4462024-08-08T21:32:28.975Z Downloaded cstr-argument v0.1.2
4472024-08-08T21:32:28.979Z Downloaded is-terminal v0.4.12
4482024-08-08T21:32:28.979Z Downloaded crunchy v0.2.2
4492024-08-08T21:32:28.979Z Downloaded lazycell v1.3.0
4502024-08-08T21:32:28.982Z Downloaded bitstruct v0.1.1
4512024-08-08T21:32:28.982Z Downloaded impl-trait-for-tuples v0.2.2
4522024-08-08T21:32:28.988Z Downloaded openssl-probe v0.1.5
4532024-08-08T21:32:28.991Z Downloaded normalize-line-endings v0.3.0
4542024-08-08T21:32:28.991Z Downloaded opaque-debug v0.3.1
4552024-08-08T21:32:28.994Z Downloaded match_cfg v0.1.0
4562024-08-08T21:32:28.994Z Downloaded cobs v0.2.3
4572024-08-08T21:32:28.997Z Downloaded bit-vec v0.6.3
4582024-08-08T21:32:28.997Z Downloaded newline-converter v0.3.0
4592024-08-08T21:32:28.999Z Downloaded number_prefix v0.4.0
4602024-08-08T21:32:28.999Z Downloaded kstat-rs v0.2.4
4612024-08-08T21:32:29.002Z Downloaded crossbeam-deque v0.8.5
4622024-08-08T21:32:29.005Z Downloaded convert_case v0.4.0
4632024-08-08T21:32:29.005Z Downloaded lalrpop-util v0.19.12
4642024-08-08T21:32:29.008Z Downloaded defmt-macros v0.3.9
4652024-08-08T21:32:29.011Z Downloaded is_ci v1.2.0
4662024-08-08T21:32:29.013Z Downloaded num_enum_derive v0.5.11
4672024-08-08T21:32:29.013Z Downloaded mime v0.3.17
4682024-08-08T21:32:29.016Z Downloaded num_enum v0.5.11
4692024-08-08T21:32:29.021Z Downloaded multimap v0.10.0
4702024-08-08T21:32:29.024Z Downloaded maybe-uninit v2.0.0
4712024-08-08T21:32:29.024Z Downloaded atomicwrites v0.4.3
4722024-08-08T21:32:29.027Z Downloaded cfg_aliases v0.1.1
4732024-08-08T21:32:29.027Z Downloaded lazy_static v1.5.0
4742024-08-08T21:32:29.030Z Downloaded lru v0.12.3
4752024-08-08T21:32:29.034Z Downloaded nodrop v0.1.14
4762024-08-08T21:32:29.034Z Downloaded cookie_store v0.20.0
4772024-08-08T21:32:29.037Z Downloaded argon2 v0.5.3
4782024-08-08T21:32:29.039Z Downloaded parse-display-derive v0.9.1
4792024-08-08T21:32:29.040Z Downloaded serde_urlencoded v0.7.1
4802024-08-08T21:32:29.042Z Downloaded keccak v0.1.5
4812024-08-08T21:32:29.045Z Downloaded password-hash v0.5.0
4822024-08-08T21:32:29.048Z Downloaded crucible-workspace-hack v0.1.0
4832024-08-08T21:32:29.048Z Downloaded packed_struct_codegen v0.10.1
4842024-08-08T21:32:29.048Z Downloaded num-iter v0.1.45
4852024-08-08T21:32:29.051Z Downloaded native-tls v0.2.11
4862024-08-08T21:32:29.053Z Downloaded owo-colors v4.0.0
4872024-08-08T21:32:29.056Z Downloaded matches v0.1.10
4882024-08-08T21:32:29.059Z Downloaded num_threads v0.1.7
4892024-08-08T21:32:29.059Z Downloaded num-conv v0.1.0
4902024-08-08T21:32:29.062Z Downloaded oso-derive v0.27.3
4912024-08-08T21:32:29.062Z Downloaded shlex v1.3.0
4922024-08-08T21:32:29.062Z Downloaded darling v0.20.9
4932024-08-08T21:32:29.067Z Downloaded crc32fast v1.4.0
4942024-08-08T21:32:29.070Z Downloaded take_mut v0.2.2
4952024-08-08T21:32:29.070Z Downloaded sync_wrapper v0.1.2
4962024-08-08T21:32:29.073Z Downloaded parse-size v1.0.0
4972024-08-08T21:32:29.073Z Downloaded parking_lot_core v0.9.10
4982024-08-08T21:32:29.077Z Downloaded new_debug_unreachable v1.0.6
4992024-08-08T21:32:29.077Z Downloaded bitfield v0.14.0
5002024-08-08T21:32:29.080Z Downloaded strum v0.26.3
5012024-08-08T21:32:29.080Z Downloaded waitgroup v0.1.2
5022024-08-08T21:32:29.083Z Downloaded bitflags v1.3.2
5032024-08-08T21:32:29.086Z Downloaded endian-type v0.1.2
5042024-08-08T21:32:29.086Z Downloaded libefi-sys v0.1.0
5052024-08-08T21:32:29.089Z Downloaded crossbeam-utils v0.8.19
5062024-08-08T21:32:29.092Z Downloaded crc v3.2.1
5072024-08-08T21:32:29.095Z Downloaded num-traits v0.2.19
5082024-08-08T21:32:29.098Z Downloaded num-complex v0.4.6
5092024-08-08T21:32:29.100Z Downloaded num v0.4.3
5102024-08-08T21:32:29.103Z Downloaded lru-cache v0.1.2
5112024-08-08T21:32:29.103Z Downloaded num_cpus v1.16.0
5122024-08-08T21:32:29.106Z Downloaded colored v2.1.0
5132024-08-08T21:32:29.109Z Downloaded indicatif v0.17.8
5142024-08-08T21:32:29.113Z Downloaded data-encoding v2.6.0
5152024-08-08T21:32:29.116Z Downloaded fxhash v0.2.1
5162024-08-08T21:32:29.116Z Downloaded mockall v0.13.0
5172024-08-08T21:32:29.119Z Downloaded foreign-types v0.3.2
5182024-08-08T21:32:29.122Z Downloaded tabwriter v1.4.0
5192024-08-08T21:32:29.122Z Downloaded tap v1.0.1
5202024-08-08T21:32:29.125Z Downloaded parse-display v0.9.1
5212024-08-08T21:32:29.125Z Downloaded supports-color v3.0.0
5222024-08-08T21:32:29.128Z Downloaded stable_deref_trait v1.2.0
5232024-08-08T21:32:29.128Z Downloaded newtype-uuid v1.1.0
5242024-08-08T21:32:29.128Z Downloaded unicase v2.7.0
5252024-08-08T21:32:29.131Z Downloaded unicode-truncate v1.0.0
5262024-08-08T21:32:29.133Z Downloaded uzers v0.11.3
5272024-08-08T21:32:29.136Z Downloaded bzip2 v0.4.4
5282024-08-08T21:32:29.136Z Downloaded gethostname v0.5.0
5292024-08-08T21:32:29.140Z Downloaded constant_time_eq v0.3.0
5302024-08-08T21:32:29.142Z Downloaded compact_str v0.7.1
5312024-08-08T21:32:29.145Z Downloaded bytes v1.7.1
5322024-08-08T21:32:29.148Z Downloaded allocator-api2 v0.2.18
5332024-08-08T21:32:29.152Z Downloaded hostname v0.4.0
5342024-08-08T21:32:29.154Z Downloaded lock_api v0.4.12
5352024-08-08T21:32:29.157Z Downloaded nibble_vec v0.1.0
5362024-08-08T21:32:29.160Z Downloaded num-integer v0.1.46
5372024-08-08T21:32:29.160Z Downloaded float-cmp v0.9.0
5382024-08-08T21:32:29.163Z Downloaded nu-ansi-term v0.50.0
5392024-08-08T21:32:29.166Z Downloaded csv-core v0.1.11
5402024-08-08T21:32:29.169Z Downloaded hyper-tls v0.5.0
5412024-08-08T21:32:29.170Z Downloaded hyper-staticfile v0.9.5
5422024-08-08T21:32:29.173Z Downloaded powerfmt v0.2.0
5432024-08-08T21:32:29.176Z Downloaded unicode-xid v0.2.4
5442024-08-08T21:32:29.176Z Downloaded foreign-types-shared v0.3.1
5452024-08-08T21:32:29.179Z Downloaded olpc-cjson v0.1.3
5462024-08-08T21:32:29.179Z Downloaded multer v3.1.0
5472024-08-08T21:32:29.182Z Downloaded percent-encoding v2.3.1
5482024-08-08T21:32:29.185Z Downloaded rand_seeder v0.3.0
5492024-08-08T21:32:29.185Z Downloaded downcast v0.11.0
5502024-08-08T21:32:29.187Z Downloaded walkdir v2.5.0
5512024-08-08T21:32:29.190Z Downloaded form_urlencoded v1.2.1
5522024-08-08T21:32:29.190Z Downloaded clang-sys v1.7.0
5532024-08-08T21:32:29.193Z Downloaded camino-tempfile v1.1.1
5542024-08-08T21:32:29.196Z Downloaded phf_shared v0.10.0
5552024-08-08T21:32:29.198Z Downloaded same-file v1.0.6
5562024-08-08T21:32:29.198Z Downloaded yasna v0.5.2
5572024-08-08T21:32:29.201Z Downloaded http-range v0.1.5
5582024-08-08T21:32:29.204Z Downloaded slog-json v2.6.1
5592024-08-08T21:32:29.207Z Downloaded crossbeam-epoch v0.9.18
5602024-08-08T21:32:29.209Z Downloaded num-rational v0.4.2
5612024-08-08T21:32:29.212Z Downloaded subtle v2.5.0
5622024-08-08T21:32:29.212Z Downloaded sigpipe v0.1.3
5632024-08-08T21:32:29.215Z Downloaded stringprep v0.1.4
5642024-08-08T21:32:29.215Z Downloaded iana-time-zone v0.1.60
5652024-08-08T21:32:29.218Z Downloaded float-ord v0.3.2
5662024-08-08T21:32:29.221Z Downloaded stability v0.2.0
5672024-08-08T21:32:29.221Z Downloaded sqlparser_derive v0.2.2
5682024-08-08T21:32:29.221Z Downloaded pkcs8 v0.10.2
5692024-08-08T21:32:29.225Z Downloaded tar v0.4.41
5702024-08-08T21:32:29.228Z Downloaded packed_struct v0.10.1
5712024-08-08T21:32:29.231Z Downloaded spin v0.9.8
5722024-08-08T21:32:29.233Z Downloaded derive_builder_macro v0.20.0
5732024-08-08T21:32:29.236Z Downloaded postgres-types v0.2.7
5742024-08-08T21:32:29.239Z Downloaded ident_case v1.0.1
5752024-08-08T21:32:29.239Z Downloaded dsl_auto_type v0.1.2
5762024-08-08T21:32:29.242Z Downloaded hash32 v0.3.1
5772024-08-08T21:32:29.244Z Downloaded funty v2.0.0
5782024-08-08T21:32:29.244Z Downloaded sct v0.7.1
5792024-08-08T21:32:29.248Z Downloaded mio v0.8.11
5802024-08-08T21:32:29.254Z Downloaded portpicker v0.1.1
5812024-08-08T21:32:29.257Z Downloaded psl-types v2.0.11
5822024-08-08T21:32:29.257Z Downloaded phf_shared v0.11.2
5832024-08-08T21:32:29.260Z Downloaded phf v0.11.2
5842024-08-08T21:32:29.260Z Downloaded serde_with_macros v3.8.3
5852024-08-08T21:32:29.263Z Downloaded zerocopy v0.6.6
5862024-08-08T21:32:29.266Z Downloaded pkg-config v0.3.30
5872024-08-08T21:32:29.268Z Downloaded tokio-macros v2.3.0
5882024-08-08T21:32:29.271Z Downloaded thread_local v1.1.8
5892024-08-08T21:32:29.271Z Downloaded time-core v0.1.2
5902024-08-08T21:32:29.273Z Downloaded resolv-conf v0.7.0
5912024-08-08T21:32:29.276Z Downloaded whoami v1.5.1
5922024-08-08T21:32:29.279Z Downloaded strum_macros v0.26.4
5932024-08-08T21:32:29.282Z Downloaded sqlformat v0.2.4
5942024-08-08T21:32:29.282Z Downloaded slog-async v2.8.0
5952024-08-08T21:32:29.285Z Downloaded half v2.4.1
5962024-08-08T21:32:29.288Z Downloaded which v4.4.2
5972024-08-08T21:32:29.291Z Downloaded base64 v0.21.7
5982024-08-08T21:32:29.293Z Downloaded futures-core v0.3.30
5992024-08-08T21:32:29.296Z Downloaded getopts v0.2.21
6002024-08-08T21:32:29.299Z Downloaded hyper-rustls v0.24.2
6012024-08-08T21:32:29.302Z Downloaded unarray v0.1.4
6022024-08-08T21:32:29.302Z Downloaded pretty-hex v0.2.1
6032024-08-08T21:32:29.305Z Downloaded path-slash v0.1.5
6042024-08-08T21:32:29.305Z Downloaded num-bigint v0.4.5
6052024-08-08T21:32:29.310Z Downloaded zone_cfg_derive v0.1.2
6062024-08-08T21:32:29.313Z Downloaded rusty-fork v0.3.0
6072024-08-08T21:32:29.315Z Downloaded rustls-pemfile v1.0.4
6082024-08-08T21:32:29.318Z Downloaded universal-hash v0.5.1
6092024-08-08T21:32:29.318Z Downloaded termtree v0.4.1
6102024-08-08T21:32:29.321Z Downloaded headers-core v0.2.0
6112024-08-08T21:32:29.321Z Downloaded tiny-keccak v2.0.2
6122024-08-08T21:32:29.323Z Downloaded structmeta-derive v0.2.0
6132024-08-08T21:32:29.326Z Downloaded foreign-types v0.5.0
6142024-08-08T21:32:29.326Z Downloaded sha1 v0.10.6
6152024-08-08T21:32:29.329Z Downloaded serde_plain v1.0.2
6162024-08-08T21:32:29.332Z Downloaded signal-hook-mio v0.2.3
6172024-08-08T21:32:29.332Z Downloaded subprocess v0.2.9
6182024-08-08T21:32:29.335Z Downloaded tls_codec_derive v0.4.1
6192024-08-08T21:32:29.337Z Downloaded spki v0.7.3
6202024-08-08T21:32:29.340Z Downloaded toml v0.5.11
6212024-08-08T21:32:29.343Z Downloaded zone v0.1.8
6222024-08-08T21:32:29.343Z Downloaded signal-hook-tokio v0.3.1
6232024-08-08T21:32:29.345Z Downloaded derive_builder v0.20.0
6242024-08-08T21:32:29.350Z Downloaded paste v1.0.15
6252024-08-08T21:32:29.362Z Downloaded getrandom v0.2.14
6262024-08-08T21:32:29.365Z Downloaded schemars_derive v0.8.21
6272024-08-08T21:32:29.368Z Downloaded ref-cast-impl v1.0.23
6282024-08-08T21:32:29.368Z Downloaded ppv-lite86 v0.2.17
6292024-08-08T21:32:29.371Z Downloaded smallvec v0.6.14
6302024-08-08T21:32:29.374Z Downloaded untrusted v0.7.1
6312024-08-08T21:32:29.374Z Downloaded der_derive v0.7.2
6322024-08-08T21:32:29.377Z Downloaded serde_yaml v0.9.34+deprecated
6332024-08-08T21:32:29.380Z Downloaded flume v0.11.0
6342024-08-08T21:32:29.383Z Downloaded dirs-next v2.0.0
6352024-08-08T21:32:29.386Z Downloaded strum_macros v0.24.3
6362024-08-08T21:32:29.389Z Downloaded unsafe-libyaml v0.2.11
6372024-08-08T21:32:29.392Z Downloaded flagset v0.4.5
6382024-08-08T21:32:29.394Z Downloaded embedded-io v0.4.0
6392024-08-08T21:32:29.397Z Downloaded futures-io v0.3.30
6402024-08-08T21:32:29.397Z Downloaded tinyvec v1.6.0
6412024-08-08T21:32:29.400Z Downloaded tungstenite v0.20.1
6422024-08-08T21:32:29.404Z Downloaded toolchain_find v0.4.0
6432024-08-08T21:32:29.407Z Downloaded thiserror-impl-no-std v2.0.2
6442024-08-08T21:32:29.407Z Downloaded structmeta v0.3.0
6452024-08-08T21:32:29.410Z Downloaded predicates-tree v1.0.9
6462024-08-08T21:32:29.410Z Downloaded try-lock v0.2.5
6472024-08-08T21:32:29.412Z Downloaded derive-where v1.2.7
6482024-08-08T21:32:29.415Z Downloaded signal-hook-registry v1.4.2
6492024-08-08T21:32:29.418Z Downloaded libm v0.2.8
6502024-08-08T21:32:29.424Z Downloaded vte_generate_state_changes v0.1.1
6512024-08-08T21:32:29.427Z Downloaded signature v2.2.0
6522024-08-08T21:32:29.427Z Downloaded glob v0.3.1
6532024-08-08T21:32:29.430Z Downloaded ref-cast v1.0.23
6542024-08-08T21:32:29.433Z Downloaded wait-timeout v0.2.0
6552024-08-08T21:32:29.436Z Downloaded hex v0.4.3
6562024-08-08T21:32:29.436Z Downloaded ron v0.8.1
6572024-08-08T21:32:29.441Z Downloaded tower-service v0.3.2
6582024-08-08T21:32:29.443Z Downloaded difflib v0.4.0
6592024-08-08T21:32:29.443Z Downloaded smawk v0.3.2
6602024-08-08T21:32:29.446Z Downloaded test-strategy v0.3.1
6612024-08-08T21:32:29.449Z Downloaded futures-sink v0.3.30
6622024-08-08T21:32:29.452Z Downloaded env_logger v0.9.3
6632024-08-08T21:32:29.452Z Downloaded futures v0.3.30
6642024-08-08T21:32:29.457Z Downloaded rustc_version v0.1.7
6652024-08-08T21:32:29.460Z Downloaded rustc-hash v1.1.0
6662024-08-08T21:32:29.460Z Downloaded httparse v1.8.0
6672024-08-08T21:32:29.463Z Downloaded precomputed-hash v0.1.1
6682024-08-08T21:32:29.465Z Downloaded dirs-sys-next v0.1.2
6692024-08-08T21:32:29.465Z Downloaded untrusted v0.9.0
6702024-08-08T21:32:29.465Z Downloaded tui-tree-widget v0.21.0
6712024-08-08T21:32:29.468Z Downloaded string_cache v0.8.7
6722024-08-08T21:32:29.471Z Downloaded prettyplease v0.2.20
6732024-08-08T21:32:29.474Z Downloaded peg-runtime v0.8.3
6742024-08-08T21:32:29.474Z Downloaded flate2 v1.0.31
6752024-08-08T21:32:29.479Z Downloaded nom v7.1.3
6762024-08-08T21:32:29.485Z Downloaded thiserror-no-std v2.0.2
6772024-08-08T21:32:29.489Z Downloaded fastrand v2.1.0
6782024-08-08T21:32:29.492Z Downloaded wyz v0.5.1
6792024-08-08T21:32:29.494Z Downloaded semver v0.1.20
6802024-08-08T21:32:29.494Z Downloaded globset v0.4.14
6812024-08-08T21:32:29.498Z Downloaded scheduled-thread-pool v0.2.7
6822024-08-08T21:32:29.498Z Downloaded slog v2.7.0
6832024-08-08T21:32:29.501Z Downloaded peg v0.8.4
6842024-08-08T21:32:29.504Z Downloaded fallible-iterator v0.2.0
6852024-08-08T21:32:29.507Z Downloaded either v1.13.0
6862024-08-08T21:32:29.509Z Downloaded rustc-demangle v0.1.24
6872024-08-08T21:32:29.509Z Downloaded diesel_derives v2.2.2
6882024-08-08T21:32:29.514Z Downloaded unicode-bidi v0.3.15
6892024-08-08T21:32:29.516Z Downloaded utf-8 v0.7.6
6902024-08-08T21:32:29.519Z Downloaded poly1305 v0.8.0
6912024-08-08T21:32:29.522Z Downloaded socket2 v0.5.7
6922024-08-08T21:32:29.525Z Downloaded topological-sort v0.2.2
6932024-08-08T21:32:29.525Z Downloaded hashbrown v0.12.3
6942024-08-08T21:32:29.529Z Downloaded crossterm v0.27.0
6952024-08-08T21:32:29.536Z Downloaded r2d2 v0.8.10
6962024-08-08T21:32:29.538Z Downloaded pem v3.0.4
6972024-08-08T21:32:29.538Z Downloaded peg-macros v0.8.4
6982024-08-08T21:32:29.543Z Downloaded serde_derive_internals v0.29.1
6992024-08-08T21:32:29.546Z Downloaded diff v0.1.13
7002024-08-08T21:32:29.546Z Downloaded rayon-core v1.12.1
7012024-08-08T21:32:29.549Z Downloaded pem-rfc7468 v0.7.0
7022024-08-08T21:32:29.552Z Downloaded textwrap v0.16.1
7032024-08-08T21:32:29.556Z Downloaded tungstenite v0.21.0
7042024-08-08T21:32:29.559Z Downloaded typed-path v0.7.1
7052024-08-08T21:32:29.565Z Downloaded vsss-rs v3.3.4
7062024-08-08T21:32:29.569Z Downloaded rand v0.8.5
7072024-08-08T21:32:29.572Z Downloaded tokio-rustls v0.25.0
7082024-08-08T21:32:29.575Z Downloaded heapless v0.7.17
7092024-08-08T21:32:29.578Z Downloaded tokio-rustls v0.24.1
7102024-08-08T21:32:29.581Z Downloaded smallvec v1.13.2
7112024-08-08T21:32:29.584Z Downloaded sec1 v0.7.3
7122024-08-08T21:32:29.587Z Downloaded filetime v0.2.23
7132024-08-08T21:32:29.587Z Downloaded tokio-postgres v0.7.11
7142024-08-08T21:32:29.593Z Downloaded tokio-tungstenite v0.20.1
7152024-08-08T21:32:29.596Z Downloaded snafu v0.8.2
7162024-08-08T21:32:29.601Z Downloaded tokio-stream v0.1.15
7172024-08-08T21:32:29.607Z Downloaded hmac v0.12.1
7182024-08-08T21:32:29.609Z Downloaded socket2 v0.4.10
7192024-08-08T21:32:29.612Z Downloaded headers v0.3.9
7202024-08-08T21:32:29.617Z Downloaded url v2.5.2
7212024-08-08T21:32:29.621Z Downloaded elliptic-curve v0.13.8
7222024-08-08T21:32:29.625Z Downloaded rsa v0.9.6
7232024-08-08T21:32:29.630Z Downloaded trust-dns-resolver v0.22.0
7242024-08-08T21:32:29.635Z Downloaded unicode-normalization v0.1.23
7252024-08-08T21:32:29.639Z Downloaded heapless v0.8.0
7262024-08-08T21:32:29.643Z Downloaded serde_with v3.8.3
7272024-08-08T21:32:29.654Z Downloaded blake3 v1.5.1
7282024-08-08T21:32:29.661Z Downloaded trust-dns-server v0.22.1
7292024-08-08T21:32:29.667Z Downloaded samael v0.0.15
7302024-08-08T21:32:29.673Z Downloaded bindgen v0.69.4
7312024-08-08T21:32:29.680Z Downloaded unicode-segmentation v1.11.0
7322024-08-08T21:32:29.684Z Downloaded http v1.1.0
7332024-08-08T21:32:29.688Z Downloaded reqwest v0.11.27
7342024-08-08T21:32:29.698Z Downloaded x509-cert v0.2.5
7352024-08-08T21:32:29.704Z Downloaded http v0.2.12
7362024-08-08T21:32:29.708Z Downloaded chrono v0.4.38
7372024-08-08T21:32:29.716Z Downloaded tough v0.17.1
7382024-08-08T21:32:29.725Z Downloaded sqlparser v0.45.0
7392024-08-08T21:32:29.731Z Downloaded reedline v0.31.0
7402024-08-08T21:32:29.738Z Downloaded futures-util v0.3.30
7412024-08-08T21:32:29.751Z Downloaded hkdf v0.12.4
7422024-08-08T21:32:29.754Z Downloaded winnow v0.5.40
7432024-08-08T21:32:29.763Z Downloaded proptest v1.5.0
7442024-08-08T21:32:29.772Z Downloaded smoltcp v0.9.1
7452024-08-08T21:32:29.785Z Downloaded openssl v0.10.66
7462024-08-08T21:32:29.794Z Downloaded portable-atomic v1.6.0
7472024-08-08T21:32:29.801Z Downloaded h2 v0.3.26
7482024-08-08T21:32:29.807Z Downloaded time v0.3.36
7492024-08-08T21:32:29.815Z Downloaded rayon v1.10.0
7502024-08-08T21:32:29.825Z Downloaded webpki-roots v0.25.4
7512024-08-08T21:32:29.832Z Downloaded nix v0.27.1
7522024-08-08T21:32:29.841Z Downloaded bstr v0.2.17
7532024-08-08T21:32:29.851Z Downloaded rustls-webpki v0.101.7
7542024-08-08T21:32:29.866Z Downloaded quick-xml v0.31.0
7552024-08-08T21:32:29.872Z Downloaded rustls-webpki v0.102.4
7562024-08-08T21:32:29.890Z Downloaded vcpkg v0.2.15
7572024-08-08T21:32:29.928Z Downloaded gimli v0.28.1
7582024-08-08T21:32:29.936Z Downloaded regress v0.9.1
7592024-08-08T21:32:29.945Z Downloaded smoltcp v0.11.0
7602024-08-08T21:32:29.958Z Downloaded radix_trie v0.2.1
7612024-08-08T21:32:29.963Z Downloaded polar-core v0.27.3
7622024-08-08T21:32:29.972Z Downloaded trust-dns-proto v0.22.0
7632024-08-08T21:32:29.985Z Downloaded rustls v0.22.4
7642024-08-08T21:32:29.998Z Downloaded regex-syntax v0.8.3
7652024-08-08T21:32:30.009Z Downloaded ratatui v0.27.0
7662024-08-08T21:32:30.030Z Downloaded sled v0.34.7
7672024-08-08T21:32:30.040Z Downloaded regex-automata v0.4.6
7682024-08-08T21:32:30.058Z Downloaded bzip2-sys v0.1.11+1.0.8
7692024-08-08T21:32:30.070Z Downloaded zerocopy-derive v0.6.6
7702024-08-08T21:32:30.081Z Downloaded idna v0.3.0
7712024-08-08T21:32:30.088Z Downloaded petgraph v0.6.5
7722024-08-08T21:32:30.106Z Downloaded finl_unicode v1.2.0
7732024-08-08T21:32:30.121Z Downloaded sha3 v0.10.8
7742024-08-08T21:32:30.125Z Downloaded encoding_rs v0.8.34
7752024-08-08T21:32:30.146Z Downloaded csv v1.3.0
7762024-08-08T21:32:30.166Z Downloaded tokio v1.38.1
7772024-08-08T21:32:30.203Z Downloaded openapiv3 v2.0.0
7782024-08-08T21:32:30.215Z Downloaded idna v0.2.3
7792024-08-08T21:32:30.222Z Downloaded diesel v2.2.2
7802024-08-08T21:32:30.242Z Downloaded rustls v0.21.12
7812024-08-08T21:32:30.254Z Downloaded regex-syntax v0.6.29
7822024-08-08T21:32:30.261Z Downloaded nix v0.28.0
7832024-08-08T21:32:30.273Z Downloaded bstr v1.9.1
7842024-08-08T21:32:30.284Z Downloaded regex v1.10.6
7852024-08-08T21:32:30.297Z Downloaded object v0.32.2
7862024-08-08T21:32:30.308Z Downloaded object v0.30.4
7872024-08-08T21:32:30.318Z Downloaded idna v0.5.0
7882024-08-08T21:32:30.325Z Downloaded curve25519-dalek v4.1.3
7892024-08-08T21:32:30.334Z Downloaded hyper v0.14.30
7902024-08-08T21:32:30.342Z Downloaded lalrpop v0.19.12
7912024-08-08T21:32:30.353Z Downloaded bitvec v1.0.1
7922024-08-08T21:32:30.368Z Downloaded rustyline v14.0.0
7932024-08-08T21:32:30.373Z Downloaded trust-dns-client v0.22.0
7942024-08-08T21:32:30.379Z Downloaded hashbrown v0.13.2
7952024-08-08T21:32:30.383Z Downloaded expectorate v1.1.0
7962024-08-08T21:32:30.386Z Downloaded highway v1.2.0
7972024-08-08T21:32:30.388Z Downloaded similar v2.5.0
7982024-08-08T21:32:30.392Z Downloaded unicode_categories v0.1.1
7992024-08-08T21:32:30.394Z Downloaded steno v0.4.1
8002024-08-08T21:32:30.398Z Downloaded uuid v1.10.0
8012024-08-08T21:32:30.401Z Downloaded publicsuffix v2.2.3
8022024-08-08T21:32:30.404Z Downloaded ff v0.13.0
8032024-08-08T21:32:30.406Z Downloaded secrecy v0.8.0
8042024-08-08T21:32:30.406Z Downloaded vte v0.11.1
8052024-08-08T21:32:30.409Z Downloaded schemars v0.8.21
8062024-08-08T21:32:30.419Z Downloaded regex-automata v0.1.10
8072024-08-08T21:32:30.424Z Downloaded tokio-util v0.7.11
8082024-08-08T21:32:30.431Z Downloaded num-bigint-dig v0.8.4
8092024-08-08T21:32:30.436Z Downloaded toml_edit v0.19.15
8102024-08-08T21:32:30.454Z Downloaded dyn-clone v1.0.17
8112024-08-08T21:32:30.457Z Downloaded slab v0.4.9
8122024-08-08T21:32:30.457Z Downloaded env_logger v0.10.2
8132024-08-08T21:32:30.460Z Downloaded snafu-derive v0.8.2
8142024-08-08T21:32:30.463Z Downloaded http-body v0.4.6
8152024-08-08T21:32:30.463Z Downloaded siphasher v0.3.11
8162024-08-08T21:32:30.469Z Downloaded itertools v0.12.1
8172024-08-08T21:32:30.473Z Downloaded rustls-pki-types v1.7.0
8182024-08-08T21:32:30.473Z Downloaded rustls-pemfile v2.1.3
8192024-08-08T21:32:30.476Z Downloaded quick-error v1.2.3
8202024-08-08T21:32:30.479Z Downloaded fixedbitset v0.4.2
8212024-08-08T21:32:30.479Z Downloaded signal-hook v0.3.17
8222024-08-08T21:32:30.482Z Downloaded ron v0.7.1
8232024-08-08T21:32:30.485Z Downloaded rcgen v0.12.1
8242024-08-08T21:32:30.488Z Downloaded rand_core v0.6.4
8252024-08-08T21:32:30.491Z Downloaded rand_chacha v0.3.1
8262024-08-08T21:32:30.491Z Downloaded group v0.13.0
8272024-08-08T21:32:30.493Z Downloaded termios v0.3.3
8282024-08-08T21:32:30.494Z Downloaded structmeta v0.2.0
8292024-08-08T21:32:30.496Z Downloaded strip-ansi-escapes v0.2.0
8302024-08-08T21:32:30.496Z Downloaded serde_path_to_error v0.1.16
8312024-08-08T21:32:30.496Z Downloaded scopeguard v1.2.0
8322024-08-08T21:32:30.499Z Downloaded aho-corasick v1.1.3
8332024-08-08T21:32:30.503Z Downloaded predicates-core v1.0.6
8342024-08-08T21:32:30.506Z Downloaded predicates v3.1.2
8352024-08-08T21:32:30.508Z Downloaded futures-executor v0.3.30
8362024-08-08T21:32:30.508Z Downloaded futures-channel v0.3.30
8372024-08-08T21:32:30.511Z Downloaded derive_more v0.99.18
8382024-08-08T21:32:30.515Z Downloaded toml v0.7.8
8392024-08-08T21:32:30.518Z Downloaded libxml v0.3.3
8402024-08-08T21:32:30.524Z Downloaded time-macros v0.2.18
8412024-08-08T21:32:30.526Z Downloaded rustversion v1.0.17
8422024-08-08T21:32:30.529Z Downloaded itertools v0.13.0
8432024-08-08T21:32:30.535Z Downloaded structmeta-derive v0.3.0
8442024-08-08T21:32:30.539Z Downloaded spin v0.5.2
8452024-08-08T21:32:30.542Z Downloaded serde_repr v0.1.19
8462024-08-08T21:32:30.542Z Downloaded pkcs1 v0.7.5
8472024-08-08T21:32:30.544Z Downloaded fatfs v0.3.6
8482024-08-08T21:32:30.547Z Downloaded itertools v0.10.5
8492024-08-08T21:32:30.553Z Downloaded crossbeam-channel v0.5.12
8502024-08-08T21:32:30.557Z Downloaded futures-macro v0.3.30
8512024-08-08T21:32:30.560Z Downloaded foreign-types-macros v0.2.3
8522024-08-08T21:32:30.560Z Downloaded erased-serde v0.3.31
8532024-08-08T21:32:30.563Z Downloaded derive_builder_core v0.20.0
8542024-08-08T21:32:30.565Z Downloaded postcard v1.0.8
8552024-08-08T21:32:30.568Z Downloaded tracing v0.1.40
8562024-08-08T21:32:30.572Z Downloaded rtoolbox v0.0.2
8572024-08-08T21:32:30.575Z Downloaded proc-macro-crate v1.3.1
8582024-08-08T21:32:30.575Z Downloaded hubpack v0.1.2
8592024-08-08T21:32:30.575Z Downloaded httpdate v1.0.3
8602024-08-08T21:32:30.578Z Downloaded ring v0.17.8
8612024-08-08T21:32:30.647Z Downloaded futures-task v0.3.30
8622024-08-08T21:32:30.649Z Downloaded deranged v0.3.11
8632024-08-08T21:32:30.650Z Downloaded pin-project-lite v0.2.14
8642024-08-08T21:32:30.654Z Downloaded zip v0.6.6
8652024-08-08T21:32:30.658Z Downloaded crypto-bigint v0.5.5
8662024-08-08T21:32:30.665Z Downloaded const_format v0.2.32
8672024-08-08T21:32:30.669Z Downloaded cc v1.0.97
8682024-08-08T21:32:30.672Z Downloaded tls_codec v0.4.1
8692024-08-08T21:32:30.675Z Downloaded pin-project v1.1.5
8702024-08-08T21:32:30.685Z Downloaded tracing-core v0.1.32
8712024-08-08T21:32:30.688Z Downloaded openssl-sys v0.9.103
8722024-08-08T21:32:30.692Z Downloaded ring v0.16.20
8732024-08-08T21:32:30.776Z Downloaded strum_macros v0.25.3
8742024-08-08T21:32:30.778Z Downloaded slog-envlogger v2.2.0
8752024-08-08T21:32:30.781Z Downloaded slog-dtrace v0.3.0
8762024-08-08T21:32:30.781Z Downloaded serde-hex v0.1.0
8772024-08-08T21:32:30.786Z Downloaded rpassword v7.3.1
8782024-08-08T21:32:30.787Z Downloaded pin-utils v0.1.0
8792024-08-08T21:32:30.787Z Downloaded pin-project-internal v1.1.5
8802024-08-08T21:32:30.789Z Downloaded termcolor v1.4.1
8812024-08-08T21:32:30.789Z Downloaded minimal-lexical v0.2.1
8822024-08-08T21:32:30.792Z Downloaded humantime v2.1.0
8832024-08-08T21:32:30.792Z Downloaded slog-term v2.9.1
8842024-08-08T21:32:30.795Z Downloaded fragile v2.0.0
8852024-08-08T21:32:30.798Z Downloaded fd-lock v4.0.2
8862024-08-08T21:32:30.798Z Downloaded rand_xorshift v0.3.0
8872024-08-08T21:32:30.800Z Downloaded chacha20poly1305 v0.10.1
8882024-08-08T21:32:30.801Z Downloaded hubpack_derive v0.1.1
8892024-08-08T21:32:30.801Z Downloaded postgres-protocol v0.6.7
8902024-08-08T21:32:30.803Z Downloaded tinyvec_macros v0.1.1
8912024-08-08T21:32:30.803Z Downloaded serde-big-array v0.5.1
8922024-08-08T21:32:30.806Z Downloaded unicode-linebreak v0.1.5
8932024-08-08T21:32:30.806Z Downloaded tokio-native-tls v0.3.1
8942024-08-08T21:32:30.809Z Downloaded indexmap v1.9.3
8952024-08-08T21:32:30.812Z Downloaded darling_core v0.20.9
8962024-08-08T21:32:30.815Z Downloaded slog-scope v4.4.0
8972024-08-08T21:32:30.819Z Downloaded omicron-zone-package v0.11.0
8982024-08-08T21:32:30.819Z Downloaded miniz_oxide v0.7.2
8992024-08-08T21:32:30.822Z Downloaded display-error-chain v0.2.0
9002024-08-08T21:32:30.822Z Downloaded serde_arrays v0.1.0
9012024-08-08T21:32:30.825Z Downloaded rustfmt-wrapper v0.2.1
9022024-08-08T21:32:30.825Z Downloaded rustc_version v0.4.0
9032024-08-08T21:32:30.825Z Downloaded cookie v0.18.1
9042024-08-08T21:32:30.828Z Downloaded backtrace v0.3.71
9052024-08-08T21:32:30.831Z Downloaded tracing-attributes v0.1.27
9062024-08-08T21:32:30.838Z Downloaded radium v0.7.0
9072024-08-08T21:32:30.841Z Downloaded tokio-tungstenite v0.21.0
9082024-08-08T21:32:30.841Z Downloaded parking_lot_core v0.8.6
9092024-08-08T21:32:30.841Z Downloaded parking_lot v0.11.2
9102024-08-08T21:32:30.841Z Downloaded foreign-types-shared v0.1.1
9112024-08-08T21:32:30.843Z Downloaded diesel_table_macro_syntax v0.2.0
9122024-08-08T21:32:30.843Z Downloaded want v0.3.1
9132024-08-08T21:32:30.844Z Downloaded base64 v0.22.1
9142024-08-08T21:32:30.846Z Downloaded term v0.7.0
9152024-08-08T21:32:30.853Z Downloaded mime_guess v2.0.4
9162024-08-08T21:32:30.853Z Downloaded hostname v0.3.1
9172024-08-08T21:32:30.857Z Downloaded tempfile v3.10.1
9182024-08-08T21:32:30.857Z Downloaded slog-stdlog v4.1.1
9192024-08-08T21:32:30.857Z Downloaded defmt v0.3.8
9202024-08-08T21:32:30.860Z Downloaded ciborium v0.2.2
9212024-08-08T21:32:30.864Z Downloaded md-5 v0.10.6
9222024-08-08T21:32:30.864Z Downloaded libloading v0.8.3
9232024-08-08T21:32:30.867Z Downloaded der v0.7.9
9242024-08-08T21:32:30.870Z Downloaded cookie v0.17.0
9252024-08-08T21:32:30.874Z Downloaded home v0.5.9
9262024-08-08T21:32:30.874Z Downloaded heck v0.3.3
9272024-08-08T21:32:30.874Z Downloaded hash32 v0.2.1
9282024-08-08T21:32:30.877Z Downloaded zeroize_derive v1.4.2
9292024-08-08T21:32:30.877Z Downloaded zeroize v1.7.0
9302024-08-08T21:32:30.877Z Downloaded xattr v1.3.1
9312024-08-08T21:32:30.880Z Downloaded ahash v0.8.11
9322024-08-08T21:32:30.884Z Downloaded enum-as-inner v0.5.1
9332024-08-08T21:32:30.884Z Downloaded ena v0.14.3
9342024-08-08T21:32:30.884Z Downloaded console v0.15.8
9352024-08-08T21:32:30.887Z Downloaded base64 v0.13.1
9362024-08-08T21:32:30.890Z Downloaded bcs v0.1.6
9372024-08-08T21:32:30.893Z Downloaded backoff v0.4.0
9382024-08-08T21:32:30.893Z Downloaded static_assertions v1.1.0
9392024-08-08T21:32:30.896Z Downloaded base64ct v1.6.0
9402024-08-08T21:32:30.896Z Downloaded smf v0.2.3
9412024-08-08T21:32:30.899Z Downloaded slog-bunyan v2.5.0
9422024-08-08T21:32:30.899Z Downloaded nanorand v0.7.0
9432024-08-08T21:32:30.902Z Downloaded base16ct v0.2.0
9442024-08-08T21:32:30.902Z Downloaded shell-words v1.1.0
9452024-08-08T21:32:30.902Z Downloaded parking_lot v0.12.2
9462024-08-08T21:32:30.905Z Downloaded oso v0.27.3
9472024-08-08T21:32:30.908Z Downloaded memoffset v0.9.1
9482024-08-08T21:32:30.908Z Downloaded defmt-parser v0.3.4
9492024-08-08T21:32:30.912Z Downloaded crc-any v2.5.0
9502024-08-08T21:32:30.912Z Downloaded curve25519-dalek-derive v0.1.1
9512024-08-08T21:32:30.912Z Downloaded linear-map v1.2.0
9522024-08-08T21:32:30.916Z Downloaded maplit v1.0.2
9532024-08-08T21:32:30.916Z Downloaded libsw v3.3.1
9542024-08-08T21:32:30.916Z Downloaded ciborium-ll v0.2.2
9552024-08-08T21:32:30.919Z Downloaded buf-list v1.0.3
9562024-08-08T21:32:30.922Z Downloaded mockall_derive v0.13.0
9572024-08-08T21:32:30.922Z Downloaded memmap2 v0.9.4
9582024-08-08T21:32:30.926Z Downloaded crc-catalog v2.4.0
9592024-08-08T21:32:30.926Z Downloaded const-oid v0.9.6
9602024-08-08T21:32:30.930Z Downloaded blake2 v0.10.6
9612024-08-08T21:32:30.930Z Downloaded bit-set v0.5.3
9622024-08-08T21:32:30.930Z Downloaded openssl-macros v0.1.1
9632024-08-08T21:32:30.930Z Downloaded cassowary v0.3.0
9642024-08-08T21:32:30.934Z Downloaded arc-swap v1.7.1
9652024-08-08T21:32:30.937Z Downloaded ipnetwork v0.20.0
9662024-08-08T21:32:30.937Z Downloaded indoc v1.0.9
9672024-08-08T21:32:30.940Z Downloaded bitstruct_derive v0.1.0
9682024-08-08T21:32:30.940Z Downloaded cancel-safe-futures v0.1.5
9692024-08-08T21:32:30.943Z Downloaded atomic-waker v1.1.2
9702024-08-08T21:32:30.943Z Downloaded ascii v1.1.0
9712024-08-08T21:32:30.952Z Downloaded linked-hash-map v0.5.6
9722024-08-08T21:32:30.952Z Downloaded managed v0.8.0
9732024-08-08T21:32:30.953Z Downloaded num-derive v0.4.2
9742024-08-08T21:32:30.953Z Downloaded addr2line v0.21.0
9752024-08-08T21:32:30.953Z Downloaded debug-ignore v1.0.5
9762024-08-08T21:32:30.956Z Downloaded const_format_proc_macros v0.2.32
9772024-08-08T21:32:30.956Z Downloaded block-padding v0.3.3
9782024-08-08T21:32:30.956Z Downloaded bb8 v0.8.5
9792024-08-08T21:32:30.956Z Downloaded ipnet v2.9.0
9802024-08-08T21:32:30.959Z Downloaded instant v0.1.12
9812024-08-08T21:32:30.959Z Downloaded indent_write v2.2.0
9822024-08-08T21:32:30.962Z Downloaded ciborium-io v0.2.2
9832024-08-08T21:32:30.962Z Downloaded chacha20 v0.9.1
9842024-08-08T21:32:30.962Z Downloaded castaway v0.2.2
9852024-08-08T21:32:30.965Z Downloaded bitfield-struct v0.6.1
9862024-08-08T21:32:30.965Z Downloaded arrayref v0.3.7
9872024-08-08T21:32:30.965Z Downloaded inout v0.1.3
9882024-08-08T21:32:30.968Z Downloaded cipher v0.4.4
9892024-08-08T21:32:30.968Z Downloaded newtype_derive v0.1.6
9902024-08-08T21:32:30.968Z Downloaded darling_macro v0.20.9
9912024-08-08T21:32:30.971Z Downloaded cexpr v0.6.0
9922024-08-08T21:32:30.971Z Downloaded async-trait v0.1.81
9932024-08-08T21:32:30.973Z Downloaded async-recursion v1.1.1
9942024-08-08T21:32:30.976Z Downloaded assert_matches v1.5.0
9952024-08-08T21:32:30.979Z Downloaded arrayvec v0.7.4
9962024-08-08T21:32:30.979Z Downloaded adler v1.0.2
9972024-08-08T21:32:31.111Z Compiling cfg-if v1.0.0
9982024-08-08T21:32:31.111Z Compiling serde v1.0.205
9992024-08-08T21:32:31.114Z Compiling lock_api v0.4.12
10002024-08-08T21:32:31.114Z Compiling scopeguard v1.2.0
10012024-08-08T21:32:31.114Z Compiling log v0.4.21
10022024-08-08T21:32:31.282Z Compiling syn v2.0.72
10032024-08-08T21:32:31.285Z Compiling cc v1.0.97
10042024-08-08T21:32:31.285Z Compiling typenum v1.17.0
10052024-08-08T21:32:31.338Z Compiling getrandom v0.2.14
10062024-08-08T21:32:31.380Z Compiling generic-array v0.14.7
10072024-08-08T21:32:31.705Z Compiling rand_core v0.6.4
10082024-08-08T21:32:31.722Z Compiling pin-project-lite v0.2.14
10092024-08-08T21:32:31.833Z Compiling parking_lot_core v0.9.10
10102024-08-08T21:32:31.850Z Compiling smallvec v1.13.2
10112024-08-08T21:32:31.936Z Compiling signal-hook-registry v1.4.2
10122024-08-08T21:32:32.449Z Compiling spin v0.9.8
10132024-08-08T21:32:32.465Z Compiling mio v0.8.11
10142024-08-08T21:32:32.465Z Compiling ahash v0.8.11
10152024-08-08T21:32:32.617Z Compiling futures-core v0.3.30
10162024-08-08T21:32:32.633Z Compiling tinyvec_macros v0.1.1
10172024-08-08T21:32:32.740Z Compiling parking_lot v0.12.2
10182024-08-08T21:32:32.776Z Compiling tinyvec v1.6.0
10192024-08-08T21:32:32.953Z Compiling num_cpus v1.16.0
10202024-08-08T21:32:33.054Z Compiling socket2 v0.5.7
10212024-08-08T21:32:33.079Z Compiling const-oid v0.9.6
10222024-08-08T21:32:33.605Z Compiling libm v0.2.8
10232024-08-08T21:32:33.711Z Compiling serde_json v1.0.122
10242024-08-08T21:32:33.951Z Compiling subtle v2.5.0
10252024-08-08T21:32:34.071Z Compiling slab v0.4.9
10262024-08-08T21:32:34.087Z Compiling num-traits v0.2.19
10272024-08-08T21:32:34.128Z Compiling unicode-bidi v0.3.15
10282024-08-08T21:32:34.287Z Compiling unicode-normalization v0.1.23
10292024-08-08T21:32:34.305Z Compiling allocator-api2 v0.2.18
10302024-08-08T21:32:34.368Z Compiling futures-sink v0.3.30
10312024-08-08T21:32:34.854Z Compiling futures-channel v0.3.30
10322024-08-08T21:32:35.003Z Compiling pkg-config v0.3.30
10332024-08-08T21:32:35.058Z Compiling pin-utils v0.1.0
10342024-08-08T21:32:35.076Z Compiling futures-io v0.3.30
10352024-08-08T21:32:35.148Z Compiling futures-task v0.3.30
10362024-08-08T21:32:35.245Z Compiling vcpkg v0.2.15
10372024-08-08T21:32:35.335Z Compiling ring v0.17.8
10382024-08-08T21:32:35.401Z Compiling ppv-lite86 v0.2.17
10392024-08-08T21:32:35.626Z Compiling percent-encoding v2.3.1
10402024-08-08T21:32:35.921Z Compiling tracing-core v0.1.32
10412024-08-08T21:32:35.989Z Compiling rustix v0.38.34
10422024-08-08T21:32:36.166Z Compiling rand_chacha v0.3.1
10432024-08-08T21:32:36.558Z Compiling syn v1.0.109
10442024-08-08T21:32:36.757Z Compiling time-core v0.1.2
10452024-08-08T21:32:36.912Z Compiling num-conv v0.1.0
10462024-08-08T21:32:37.171Z Compiling powerfmt v0.2.0
10472024-08-08T21:32:37.187Z Compiling untrusted v0.9.0
10482024-08-08T21:32:37.300Z Compiling time-macros v0.2.18
10492024-08-08T21:32:37.441Z Compiling deranged v0.3.11
10502024-08-08T21:32:37.474Z Compiling openssl-sys v0.9.103
10512024-08-08T21:32:37.477Z Compiling rand v0.8.5
10522024-08-08T21:32:37.519Z Compiling num_threads v0.1.7
10532024-08-08T21:32:37.636Z Compiling openssl v0.10.66
10542024-08-08T21:32:38.036Z Compiling base64ct v1.6.0
10552024-08-08T21:32:38.326Z Compiling rustversion v1.0.17
10562024-08-08T21:32:38.534Z Compiling foreign-types-shared v0.1.1
10572024-08-08T21:32:38.624Z Compiling httparse v1.8.0
10582024-08-08T21:32:39.011Z Compiling foreign-types v0.3.2
10592024-08-08T21:32:39.048Z Compiling pem-rfc7468 v0.7.0
10602024-08-08T21:32:39.127Z Compiling form_urlencoded v1.2.1
10612024-08-08T21:32:39.292Z Compiling try-lock v0.2.5
10622024-08-08T21:32:39.403Z Compiling siphasher v0.3.11
10632024-08-08T21:32:39.420Z Compiling crossbeam-utils v0.8.19
10642024-08-08T21:32:39.703Z Compiling rustls v0.21.12
10652024-08-08T21:32:39.745Z Compiling native-tls v0.2.11
10662024-08-08T21:32:39.932Z Compiling flagset v0.4.5
10672024-08-08T21:32:39.977Z Compiling want v0.3.1
10682024-08-08T21:32:40.238Z Compiling idna v0.5.0
10692024-08-08T21:32:40.316Z Compiling time v0.3.36
10702024-08-08T21:32:40.571Z Compiling lazy_static v1.5.0
10712024-08-08T21:32:40.692Z Compiling cookie v0.17.0
10722024-08-08T21:32:40.935Z Compiling aho-corasick v1.1.3
10732024-08-08T21:32:41.378Z Compiling slog v2.7.0
10742024-08-08T21:32:41.796Z Compiling cpufeatures v0.2.12
10752024-08-08T21:32:41.893Z Compiling regex-syntax v0.8.3
10762024-08-08T21:32:41.912Z Compiling iana-time-zone v0.1.60
10772024-08-08T21:32:42.340Z Compiling tower-service v0.3.2
10782024-08-08T21:32:42.453Z Compiling adler v1.0.2
10792024-08-08T21:32:42.655Z Compiling openssl-probe v0.1.5
10802024-08-08T21:32:43.024Z Compiling finl_unicode v1.2.0
10812024-08-08T21:32:43.369Z Compiling httpdate v1.0.3
10822024-08-08T21:32:43.548Z Compiling signal-hook v0.3.17
10832024-08-08T21:32:43.806Z Compiling stringprep v0.1.4
10842024-08-08T21:32:43.831Z Compiling miniz_oxide v0.7.2
10852024-08-08T21:32:44.613Z Compiling serde_derive v1.0.205
10862024-08-08T21:32:44.944Z Compiling zeroize_derive v1.4.2
10872024-08-08T21:32:45.067Z Compiling zerocopy-derive v0.7.34
10882024-08-08T21:32:45.208Z Compiling tokio-macros v2.3.0
10892024-08-08T21:32:45.976Z Compiling thiserror-impl v1.0.63
10902024-08-08T21:32:46.542Z Compiling zeroize v1.7.0
10912024-08-08T21:32:46.771Z Compiling futures-macro v0.3.30
10922024-08-08T21:32:47.288Z Compiling zerocopy v0.7.34
10932024-08-08T21:32:48.142Z Compiling scroll_derive v0.12.0
10942024-08-08T21:32:48.285Z Compiling tracing-attributes v0.1.27
10952024-08-08T21:32:48.366Z Compiling crypto-common v0.1.6
10962024-08-08T21:32:48.587Z Compiling block-buffer v0.10.4
10972024-08-08T21:32:48.777Z Compiling futures-util v0.3.30
10982024-08-08T21:32:48.908Z Compiling digest v0.10.7
10992024-08-08T21:32:49.224Z Compiling thiserror v1.0.63
11002024-08-08T21:32:49.385Z Compiling hashbrown v0.14.5
11012024-08-08T21:32:49.395Z Compiling pest v2.7.10
11022024-08-08T21:32:49.540Z Compiling scroll v0.12.0
11032024-08-08T21:32:50.143Z Compiling goblin v0.8.2
11042024-08-08T21:32:54.211Z Compiling hmac v0.12.1
11052024-08-08T21:32:54.287Z Compiling openssl-macros v0.1.1
11062024-08-08T21:32:54.287Z Compiling der_derive v0.7.2
11072024-08-08T21:32:54.287Z Compiling pest_meta v2.7.10
11082024-08-08T21:32:54.287Z Compiling tracing v0.1.40
11092024-08-08T21:32:54.287Z Compiling rustls-webpki v0.101.7
11102024-08-08T21:32:54.287Z Compiling sct v0.7.1
11112024-08-08T21:32:54.287Z Compiling sha2 v0.10.8
11122024-08-08T21:32:54.287Z Compiling md-5 v0.10.6
11132024-08-08T21:32:54.287Z Compiling pest_generator v2.7.10
11142024-08-08T21:32:54.430Z Compiling der v0.7.9
11152024-08-08T21:32:54.898Z Compiling regex-automata v0.4.6
11162024-08-08T21:32:55.658Z Compiling url v2.5.2
11172024-08-08T21:32:57.044Z Compiling spki v0.7.3
11182024-08-08T21:32:57.225Z Compiling pest_derive v2.7.10
11192024-08-08T21:32:57.603Z Compiling num-integer v0.1.46
11202024-08-08T21:32:57.820Z Compiling idna v0.3.0
11212024-08-08T21:32:58.025Z Compiling dtrace-parser v0.2.0
11222024-08-08T21:32:58.380Z Compiling backtrace v0.3.71
11232024-08-08T21:32:58.643Z Compiling hash32 v0.2.1
11242024-08-08T21:32:58.828Z Compiling bytes v1.7.1
11252024-08-08T21:32:59.015Z Compiling bitflags v2.6.0
11262024-08-08T21:32:59.410Z Compiling indexmap v2.3.0
11272024-08-08T21:32:59.438Z Compiling semver v1.0.23
11282024-08-08T21:33:00.129Z Compiling tokio v1.38.1
11292024-08-08T21:33:00.191Z Compiling http v0.2.12
11302024-08-08T21:33:00.209Z Compiling rustc_version v0.4.0
11312024-08-08T21:33:00.921Z Compiling heapless v0.7.17
11322024-08-08T21:33:01.425Z Compiling dof v0.3.0
11332024-08-08T21:33:02.231Z Compiling http-body v0.4.6
11342024-08-08T21:33:02.684Z Compiling uuid v1.10.0
11352024-08-08T21:33:02.711Z Compiling usdt-impl v0.5.0
11362024-08-08T21:33:03.482Z Compiling chrono v0.4.38
11372024-08-08T21:33:03.518Z Compiling serde_tokenstream v0.2.1
11382024-08-08T21:33:03.598Z Compiling serde_spanned v0.6.7
11392024-08-08T21:33:03.837Z Compiling toml_datetime v0.6.8
11402024-08-08T21:33:04.075Z Compiling gimli v0.28.1
11412024-08-08T21:33:04.152Z Compiling psl-types v2.0.11
11422024-08-08T21:33:04.317Z Compiling crc32fast v1.4.0
11432024-08-08T21:33:04.334Z Compiling stable_deref_trait v1.2.0
11442024-08-08T21:33:04.366Z Compiling smoltcp v0.9.1
11452024-08-08T21:33:04.431Z Compiling fallible-iterator v0.2.0
11462024-08-08T21:33:04.817Z Compiling base64 v0.22.1
11472024-08-08T21:33:05.217Z Compiling publicsuffix v2.2.3
11482024-08-08T21:33:05.472Z Compiling postgres-protocol v0.6.7
11492024-08-08T21:33:05.564Z Compiling terminal_size v0.3.0
11502024-08-08T21:33:06.363Z Compiling pkcs8 v0.10.2
11512024-08-08T21:33:06.895Z Compiling hubpack_derive v0.1.1
11522024-08-08T21:33:07.401Z Compiling block-padding v0.3.3
11532024-08-08T21:33:07.551Z Compiling async-trait v0.1.81
11542024-08-08T21:33:07.636Z Compiling zerocopy-derive v0.6.6
11552024-08-08T21:33:07.796Z Compiling phf_shared v0.11.2
11562024-08-08T21:33:08.174Z Compiling tokio-util v0.7.11
11572024-08-08T21:33:08.191Z Compiling tokio-rustls v0.24.1
11582024-08-08T21:33:08.578Z Compiling addr2line v0.21.0
11592024-08-08T21:33:08.600Z Compiling tokio-native-tls v0.3.1
11602024-08-08T21:33:08.867Z Compiling serde_derive_internals v0.29.1
11612024-08-08T21:33:09.112Z Compiling ff v0.13.0
11622024-08-08T21:33:09.247Z Compiling h2 v0.3.26
11632024-08-08T21:33:09.332Z Compiling fs-err v2.11.0
11642024-08-08T21:33:09.544Z Compiling object v0.32.2
11652024-08-08T21:33:09.607Z Compiling winnow v0.5.40
11662024-08-08T21:33:09.629Z Compiling regex-automata v0.1.10
11672024-08-08T21:33:09.817Z Compiling managed v0.8.0
11682024-08-08T21:33:10.138Z Compiling schemars v0.8.21
11692024-08-08T21:33:10.253Z Compiling matches v0.1.10
11702024-08-08T21:33:10.335Z Compiling rustc-demangle v0.1.24
11712024-08-08T21:33:10.354Z Compiling base64 v0.21.7
11722024-08-08T21:33:10.474Z Compiling anyhow v1.0.86
11732024-08-08T21:33:11.089Z Compiling base16ct v0.2.0
11742024-08-08T21:33:11.156Z Compiling bit-vec v0.6.3
11752024-08-08T21:33:11.341Z Compiling ipnet v2.9.0
11762024-08-08T21:33:11.408Z Compiling bitflags v1.3.2
11772024-08-08T21:33:11.511Z Compiling either v1.13.0
11782024-08-08T21:33:11.596Z Compiling schemars_derive v0.8.21
11792024-08-08T21:33:11.915Z Compiling sec1 v0.7.3
11802024-08-08T21:33:12.585Z Compiling rustls-pemfile v1.0.4
11812024-08-08T21:33:12.711Z Compiling clap_builder v4.5.13
11822024-08-08T21:33:13.037Z Compiling toml_edit v0.19.15
11832024-08-08T21:33:13.440Z Compiling idna v0.2.3
11842024-08-08T21:33:13.768Z Compiling bstr v0.2.17
11852024-08-08T21:33:14.960Z Compiling zerocopy v0.6.6
11862024-08-08T21:33:15.187Z Compiling group v0.13.0
11872024-08-08T21:33:15.244Z Compiling phf v0.11.2
11882024-08-08T21:33:15.325Z Compiling signal-hook-mio v0.2.3
11892024-08-08T21:33:15.475Z Compiling hubpack v0.1.2
11902024-08-08T21:33:15.493Z Compiling inout v0.1.3
11912024-08-08T21:33:15.508Z Compiling cookie_store v0.20.0
11922024-08-08T21:33:15.740Z Compiling postgres-types v0.2.7
11932024-08-08T21:33:15.918Z Compiling usdt-attr-macro v0.5.0
11942024-08-08T21:33:16.091Z Compiling hyper v0.14.30
11952024-08-08T21:33:17.053Z Compiling usdt-macro v0.5.0
11962024-08-08T21:33:17.253Z Compiling regex v1.10.6
11972024-08-08T21:33:17.576Z Compiling serde_urlencoded v0.7.1
11982024-08-08T21:33:18.101Z Compiling num-bigint v0.4.5
11992024-08-08T21:33:18.312Z Compiling futures-executor v0.3.30
12002024-08-08T21:33:18.535Z Compiling enum-as-inner v0.5.1
12012024-08-08T21:33:18.899Z Compiling hkdf v0.12.4
12022024-08-08T21:33:19.165Z Compiling crypto-bigint v0.5.5
12032024-08-08T21:33:19.759Z Compiling strum_macros v0.25.3
12042024-08-08T21:33:19.770Z Compiling clap_derive v4.5.13
12052024-08-08T21:33:20.483Z Compiling serde_repr v0.1.19
12062024-08-08T21:33:20.917Z Compiling phf_shared v0.10.0
12072024-08-08T21:33:21.327Z Compiling float-cmp v0.9.0
12082024-08-08T21:33:21.558Z Compiling encoding_rs v0.8.34
12092024-08-08T21:33:21.670Z Compiling minimal-lexical v0.2.1
12102024-08-08T21:33:22.064Z Compiling new_debug_unreachable v1.0.6
12112024-08-08T21:33:22.155Z Compiling whoami v1.5.1
12122024-08-08T21:33:22.178Z Compiling normalize-line-endings v0.3.0
12132024-08-08T21:33:22.296Z Compiling webpki-roots v0.25.4
12142024-08-08T21:33:22.468Z Compiling sync_wrapper v0.1.2
12152024-08-08T21:33:22.595Z Compiling precomputed-hash v0.1.1
12162024-08-08T21:33:22.710Z Compiling predicates-core v1.0.6
12172024-08-08T21:33:22.797Z Compiling data-encoding v2.6.0
12182024-08-08T21:33:23.084Z Compiling hyper-rustls v0.24.2
12192024-08-08T21:33:23.441Z Compiling hyper-tls v0.5.0
12202024-08-08T21:33:23.737Z Compiling difflib v0.4.0
12212024-08-08T21:33:23.791Z Compiling mime v0.3.17
12222024-08-08T21:33:24.439Z Compiling dyn-clone v1.0.17
12232024-08-08T21:33:24.662Z Compiling static_assertions v1.1.0
12242024-08-08T21:33:24.732Z Compiling unicode-segmentation v1.11.0
12252024-08-08T21:33:24.763Z Compiling fixedbitset v0.4.2
12262024-08-08T21:33:25.172Z Compiling petgraph v0.6.5
12272024-08-08T21:33:25.201Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12282024-08-08T21:33:25.232Z Compiling clap v4.5.13
12292024-08-08T21:33:25.352Z Compiling reqwest v0.11.27
12302024-08-08T21:33:25.586Z Compiling similar v2.5.0
12312024-08-08T21:33:25.972Z Compiling predicates v3.1.2
12322024-08-08T21:33:25.999Z Compiling trust-dns-proto v0.22.0
12332024-08-08T21:33:27.735Z Compiling console v0.15.8
12342024-08-08T21:33:28.247Z Compiling string_cache v0.8.7
12352024-08-08T21:33:28.739Z Compiling toml_edit v0.22.20
12362024-08-08T21:33:28.988Z Compiling tokio-postgres v0.7.11
12372024-08-08T21:33:29.198Z Compiling elliptic-curve v0.13.8
12382024-08-08T21:33:29.216Z Compiling nom v7.1.3
12392024-08-08T21:33:29.257Z Compiling usdt v0.5.0
12402024-08-08T21:33:29.745Z Compiling yasna v0.5.2
12412024-08-08T21:33:30.030Z Compiling futures v0.3.30
12422024-08-08T21:33:31.058Z Compiling toml v0.7.8
12432024-08-08T21:33:31.603Z Compiling flate2 v1.0.31
12442024-08-08T21:33:31.679Z Compiling cipher v0.4.4
12452024-08-08T21:33:32.192Z Compiling crossterm v0.27.0
12462024-08-08T21:33:32.731Z Compiling itertools v0.10.5
12472024-08-08T21:33:32.866Z Compiling itertools v0.12.1
12482024-08-08T21:33:33.387Z Compiling bit-set v0.5.3
12492024-08-08T21:33:33.672Z Compiling tokio-stream v0.1.15
12502024-08-08T21:33:34.386Z Compiling openapiv3 v2.0.0
12512024-08-08T21:33:34.537Z Compiling bstr v1.9.1
12522024-08-08T21:33:34.646Z Compiling hex v0.4.3
12532024-08-08T21:33:35.238Z Compiling crossbeam-epoch v0.9.18
12542024-08-08T21:33:35.551Z Compiling num-iter v0.1.45
12552024-08-08T21:33:35.735Z Compiling dirs-sys-next v0.1.2
12562024-08-08T21:33:35.874Z Compiling peg-runtime v0.8.3
12572024-08-08T21:33:35.977Z Compiling lalrpop-util v0.19.12
12582024-08-08T21:33:36.030Z Compiling unicode-xid v0.2.4
12592024-08-08T21:33:36.216Z Compiling dirs-next v2.0.0
12602024-08-08T21:33:36.323Z Compiling thread_local v1.1.8
12612024-08-08T21:33:36.352Z Compiling slog-async v2.8.0
12622024-08-08T21:33:36.413Z Compiling term v0.7.0
12632024-08-08T21:33:36.431Z Compiling xattr v1.3.1
12642024-08-08T21:33:36.585Z Compiling crossbeam-channel v0.5.12
12652024-08-08T21:33:36.690Z Compiling strum_macros v0.26.4
12662024-08-08T21:33:36.878Z Compiling filetime v0.2.23
12672024-08-08T21:33:36.956Z Compiling is-terminal v0.4.12
12682024-08-08T21:33:37.075Z Compiling take_mut v0.2.2
12692024-08-08T21:33:37.078Z Compiling tar v0.4.41
12702024-08-08T21:33:37.181Z Compiling slog-term v2.9.1
12712024-08-08T21:33:37.227Z Compiling camino v1.1.7
12722024-08-08T21:33:39.312Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
12732024-08-08T21:33:39.840Z Compiling strum v0.26.3
12742024-08-08T21:33:39.915Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
12752024-08-08T21:33:44.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
12762024-08-08T21:33:45.110Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12772024-08-08T21:33:45.153ZAug 08 21:33:43.359 INFO Starting download, target: Console
12782024-08-08T21:33:45.153ZAug 08 21:33:43.359 INFO Starting download, target: DendriteOpenapi
12792024-08-08T21:33:45.153ZAug 08 21:33:43.359 INFO Starting download, target: Cockroach
12802024-08-08T21:33:45.153ZAug 08 21:33:43.359 INFO Starting download, target: Clickhouse
12812024-08-08T21:33:45.153ZAug 08 21:33:43.359 INFO Starting download, target: DendriteStub
12822024-08-08T21:33:45.155ZAug 08 21:33:43.359 INFO Starting download, target: MaghemiteMgd
12832024-08-08T21:33:45.155ZAug 08 21:33:43.359 INFO Starting download, target: TransceiverControl
12842024-08-08T21:33:45.155ZAug 08 21:33:43.360 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
12852024-08-08T21:33:45.155ZAug 08 21:33:43.360 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
12862024-08-08T21:33:45.155ZAug 08 21:33:43.360 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
12872024-08-08T21:33:45.156ZAug 08 21:33:43.360 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
12882024-08-08T21:33:45.156ZAug 08 21:33:43.360 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
12892024-08-08T21:33:45.156ZAug 08 21:33:43.360 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
12902024-08-08T21:33:45.156ZAug 08 21:33:43.360 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
12912024-08-08T21:33:45.456ZAug 08 21:33:43.662 INFO Download complete, target: DendriteOpenapi
12922024-08-08T21:33:45.609ZAug 08 21:33:43.812 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
12932024-08-08T21:33:45.741ZAug 08 21:33:43.946 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
12942024-08-08T21:33:46.002ZAug 08 21:33:44.208 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
12952024-08-08T21:33:46.121ZAug 08 21:33:44.328 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
12962024-08-08T21:33:46.142ZAug 08 21:33:44.348 INFO Download complete, target: Console
12972024-08-08T21:33:46.377ZAug 08 21:33:44.583 INFO Download complete, target: TransceiverControl
12982024-08-08T21:33:47.348ZAug 08 21:33:45.554 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
12992024-08-08T21:33:47.702ZAug 08 21:33:45.908 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13002024-08-08T21:33:47.702ZAug 08 21:33:45.908 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13012024-08-08T21:33:49.080ZAug 08 21:33:47.285 INFO Download complete, target: DendriteStub
13022024-08-08T21:33:49.402ZAug 08 21:33:47.608 INFO Download complete, target: MaghemiteMgd
13032024-08-08T21:33:55.882ZAug 08 21:33:54.086 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13042024-08-08T21:33:56.196ZAug 08 21:33:54.400 INFO Checking that binary works, target: Cockroach
13052024-08-08T21:33:56.352ZAug 08 21:33:54.556 INFO Download complete, target: Cockroach
13062024-08-08T21:34:01.324ZAug 08 21:33:59.527 INFO Checking that binary works, target: Clickhouse
13072024-08-08T21:34:01.852ZAug 08 21:34:00.055 INFO Download complete, target: Clickhouse
13082024-08-08T21:34:01.860ZAll prerequisites installed successfully
13092024-08-08T21:34:01.863Z
13102024-08-08T21:34:01.863Zreal 3:40.796671005
13112024-08-08T21:34:01.863Zuser 10:56.524568820
13122024-08-08T21:34:01.863Zsys 2:19.450327617
13132024-08-08T21:34:01.863Ztrap 0.390926894
13142024-08-08T21:34:01.863Ztflt 9.423077821
13152024-08-08T21:34:01.863Zdflt 9.429322085
13162024-08-08T21:34:01.863Zkflt 0.405186648
13172024-08-08T21:34:01.863Zlock 21:28.978995412
13182024-08-08T21:34:01.863Zslp 43:32.793087193
13192024-08-08T21:34:01.863Zlat 35.392571648
13202024-08-08T21:34:01.863Zstop 1:35.454247635
13212024-08-08T21:34:01.863Z+ source ./tools/include/force-git-over-https.sh
13222024-08-08T21:34:01.863Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13232024-08-08T21:34:01.863Z++ (( i = 0 ))
13242024-08-08T21:34:01.863Z++ (( i < 5 ))
13252024-08-08T21:34:01.863Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13262024-08-08T21:34:01.866Z++ (( i++ ))
13272024-08-08T21:34:01.866Z++ (( i < 5 ))
13282024-08-08T21:34:01.866Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13292024-08-08T21:34:01.869Z++ (( i++ ))
13302024-08-08T21:34:01.869Z++ (( i < 5 ))
13312024-08-08T21:34:01.869Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13322024-08-08T21:34:01.872Z++ (( i++ ))
13332024-08-08T21:34:01.872Z++ (( i < 5 ))
13342024-08-08T21:34:01.872Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13352024-08-08T21:34:01.875Z++ (( i++ ))
13362024-08-08T21:34:01.875Z++ (( i < 5 ))
13372024-08-08T21:34:01.875Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13382024-08-08T21:34:01.878Z++ (( i++ ))
13392024-08-08T21:34:01.878Z++ (( i < 5 ))
13402024-08-08T21:34:01.878Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13412024-08-08T21:34:01.878Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13422024-08-08T21:34:01.878Z+ rc=0
13432024-08-08T21:34:01.878Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13442024-08-08T21:34:34.959Z+ case $rc in
13452024-08-08T21:34:34.959Z+ pfexec zfs create -p rpool/images/build/host
13462024-08-08T21:34:35.153Z+ pfexec zfs create -p rpool/images/build/recovery
13472024-08-08T21:34:35.227Z+ cargo xtask releng --output-dir /work
13482024-08-08T21:34:35.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
13492024-08-08T21:34:35.774Z Running `target/debug/xtask releng --output-dir /work`
13502024-08-08T21:34:36.603Z Compiling proc-macro2 v1.0.86
13512024-08-08T21:34:36.603Z Compiling unicode-ident v1.0.12
13522024-08-08T21:34:36.606Z Compiling libc v0.2.155
13532024-08-08T21:34:36.606Z Compiling serde v1.0.205
13542024-08-08T21:34:36.606Z Compiling autocfg v1.3.0
13552024-08-08T21:34:36.606Z Compiling version_check v0.9.5
13562024-08-08T21:34:36.606Z Compiling cfg-if v1.0.0
13572024-08-08T21:34:36.854Z Compiling cc v1.0.97
13582024-08-08T21:34:36.875Z Compiling memchr v2.7.2
13592024-08-08T21:34:37.307Z Compiling ahash v0.8.11
13602024-08-08T21:34:37.455Z Compiling lock_api v0.4.12
13612024-08-08T21:34:37.781Z Compiling libm v0.2.8
13622024-08-08T21:34:37.837Z Compiling serde_json v1.0.122
13632024-08-08T21:34:38.150Z Compiling num-traits v0.2.19
13642024-08-08T21:34:38.313Z Compiling parking_lot_core v0.9.10
13652024-08-08T21:34:38.456Z Compiling quote v1.0.36
13662024-08-08T21:34:38.510Z Compiling typenum v1.17.0
13672024-08-08T21:34:38.730Z Compiling once_cell v1.19.0
13682024-08-08T21:34:39.027Z Compiling syn v2.0.72
13692024-08-08T21:34:39.030Z Compiling getrandom v0.2.14
13702024-08-08T21:34:39.138Z Compiling generic-array v0.14.7
13712024-08-08T21:34:39.432Z Compiling byteorder v1.5.0
13722024-08-08T21:34:39.450Z Compiling scopeguard v1.2.0
13732024-08-08T21:34:39.453Z Compiling log v0.4.21
13742024-08-08T21:34:39.537Z Compiling thiserror v1.0.63
13752024-08-08T21:34:39.823Z Compiling itoa v1.0.11
13762024-08-08T21:34:39.979Z Compiling slab v0.4.9
13772024-08-08T21:34:40.082Z Compiling pkg-config v0.3.30
13782024-08-08T21:34:40.114Z Compiling ring v0.17.8
13792024-08-08T21:34:40.153Z Compiling semver v1.0.23
13802024-08-08T21:34:40.329Z Compiling ryu v1.0.18
13812024-08-08T21:34:40.361Z Compiling smallvec v1.13.2
13822024-08-08T21:34:40.391Z Compiling spin v0.9.8
13832024-08-08T21:34:40.677Z Compiling vcpkg v0.2.15
13842024-08-08T21:34:40.753Z Compiling pin-project-lite v0.2.14
13852024-08-08T21:34:40.888Z Compiling allocator-api2 v0.2.18
13862024-08-08T21:34:40.904Z Compiling rand_core v0.6.4
13872024-08-08T21:34:41.530Z Compiling signal-hook-registry v1.4.2
13882024-08-08T21:34:41.693Z Compiling num-conv v0.1.0
13892024-08-08T21:34:41.860Z Compiling time-core v0.1.2
13902024-08-08T21:34:42.093Z Compiling time-macros v0.2.18
13912024-08-08T21:34:42.377Z Compiling parking_lot v0.12.2
13922024-08-08T21:34:42.535Z Compiling openssl-sys v0.9.103
13932024-08-08T21:34:43.032Z Compiling mio v0.8.11
13942024-08-08T21:34:43.802Z Compiling futures-core v0.3.30
13952024-08-08T21:34:44.063Z Compiling heck v0.5.0
13962024-08-08T21:34:44.473Z Compiling httparse v1.8.0
13972024-08-08T21:34:44.528Z Compiling rustix v0.38.34
13982024-08-08T21:34:44.662Z Compiling schemars v0.8.21
13992024-08-08T21:34:45.126Z Compiling num_cpus v1.16.0
14002024-08-08T21:34:45.186Z Compiling socket2 v0.5.7
14012024-08-08T21:34:45.231Z Compiling openssl v0.10.66
14022024-08-08T21:34:45.307Z Compiling equivalent v1.0.1
14032024-08-08T21:34:45.417Z Compiling const-oid v0.9.6
14042024-08-08T21:34:45.721Z Compiling subtle v2.5.0
14052024-08-08T21:34:45.937Z Compiling fnv v1.0.7
14062024-08-08T21:34:46.514Z Compiling syn v1.0.109
14072024-08-08T21:34:46.602Z Compiling serde_derive_internals v0.29.1
14082024-08-08T21:34:46.989Z Compiling tinyvec_macros v0.1.1
14092024-08-08T21:34:47.068Z Compiling rustls v0.21.12
14102024-08-08T21:34:47.094Z Compiling native-tls v0.2.11
14112024-08-08T21:34:47.097Z Compiling tinyvec v1.6.0
14122024-08-08T21:34:47.451Z Compiling futures-sink v0.3.30
14132024-08-08T21:34:47.495Z Compiling crossbeam-utils v0.8.19
14142024-08-08T21:34:48.207Z Compiling cookie v0.17.0
14152024-08-08T21:34:48.688Z Compiling unicode-normalization v0.1.23
14162024-08-08T21:34:48.924Z Compiling ucd-trie v0.1.6
14172024-08-08T21:34:48.954Z Compiling iana-time-zone v0.1.60
14182024-08-08T21:34:49.497Z Compiling futures-channel v0.3.30
14192024-08-08T21:34:49.965Z Compiling unicode-bidi v0.3.15
14202024-08-08T21:34:50.180Z Compiling futures-io v0.3.30
14212024-08-08T21:34:50.466Z Compiling pin-utils v0.1.0
14222024-08-08T21:34:50.582Z Compiling slog v2.7.0
14232024-08-08T21:34:50.663Z Compiling futures-task v0.3.30
14242024-08-08T21:34:51.211Z Compiling untrusted v0.9.0
14252024-08-08T21:34:51.480Z Compiling aho-corasick v1.1.3
14262024-08-08T21:34:51.761Z Compiling dyn-clone v1.0.17
14272024-08-08T21:34:51.793Z Compiling powerfmt v0.2.0
14282024-08-08T21:34:52.231Z Compiling regex-syntax v0.8.3
14292024-08-08T21:34:52.289Z Compiling serde_derive v1.0.205
14302024-08-08T21:34:52.343Z Compiling zerocopy-derive v0.7.34
14312024-08-08T21:34:52.346Z Compiling zeroize_derive v1.4.2
14322024-08-08T21:34:53.167Z Compiling tokio-macros v2.3.0
14332024-08-08T21:34:54.048Z Compiling thiserror-impl v1.0.63
14342024-08-08T21:34:54.531Z Compiling zerocopy v0.7.34
14352024-08-08T21:34:54.811Z Compiling futures-macro v0.3.30
14362024-08-08T21:34:56.288Z Compiling zeroize v1.7.0
14372024-08-08T21:34:57.347Z Compiling tracing-attributes v0.1.27
14382024-08-08T21:34:57.499Z Compiling hashbrown v0.14.5
14392024-08-08T21:34:58.546Z Compiling schemars_derive v0.8.21
14402024-08-08T21:34:59.020Z Compiling openssl-macros v0.1.1
14412024-08-08T21:34:59.162Z Compiling der_derive v0.7.2
14422024-08-08T21:34:59.839Z Compiling scroll_derive v0.12.0
14432024-08-08T21:34:59.978Z Compiling pest v2.7.10
14442024-08-08T21:35:00.936Z Compiling crypto-common v0.1.6
14452024-08-08T21:35:01.185Z Compiling futures-util v0.3.30
14462024-08-08T21:35:01.326Z Compiling block-buffer v0.10.4
14472024-08-08T21:35:01.734Z Compiling crc32fast v1.4.0
14482024-08-08T21:35:01.789Z Compiling digest v0.10.7
14492024-08-08T21:35:02.336Z Compiling regex-automata v0.4.6
14502024-08-08T21:35:02.371Z Compiling deranged v0.3.11
14512024-08-08T21:35:03.091Z Compiling pest_meta v2.7.10
14522024-08-08T21:35:04.856Z Compiling pest_generator v2.7.10
14532024-08-08T21:35:06.874Z Compiling usdt-impl v0.5.0
14542024-08-08T21:35:07.345Z Compiling bytes v1.7.1
14552024-08-08T21:35:08.705Z Compiling bitflags v2.6.0
14562024-08-08T21:35:08.889Z Compiling tokio v1.38.1
14572024-08-08T21:35:09.380Z Compiling indexmap v2.3.0
14582024-08-08T21:35:09.741Z Compiling serde_tokenstream v0.2.1
14592024-08-08T21:35:10.010Z Compiling uuid v1.10.0
14602024-08-08T21:35:10.614Z Compiling chrono v0.4.38
14612024-08-08T21:35:11.039Z Compiling http v0.2.12
14622024-08-08T21:35:11.436Z Compiling rustc_version v0.4.0
14632024-08-08T21:35:12.213Z Compiling pest_derive v2.7.10
14642024-08-08T21:35:14.425Z Compiling percent-encoding v2.3.1
14652024-08-08T21:35:14.620Z Compiling num_threads v0.1.7
14662024-08-08T21:35:14.764Z Compiling heck v0.4.1
14672024-08-08T21:35:15.309Z Compiling heapless v0.7.17
14682024-08-08T21:35:15.424Z Compiling time v0.3.36
14692024-08-08T21:35:15.873Z Compiling scroll v0.12.0
14702024-08-08T21:35:16.058Z Compiling zerocopy-derive v0.6.6
14712024-08-08T21:35:17.348Z Compiling tracing-core v0.1.32
14722024-08-08T21:35:18.185Z Compiling backtrace v0.3.71
14732024-08-08T21:35:18.671Z Compiling errno v0.3.9
14742024-08-08T21:35:19.020Z Compiling plain v0.2.3
14752024-08-08T21:35:19.192Z Compiling ppv-lite86 v0.2.17
14762024-08-08T21:35:20.025Z Compiling signal-hook v0.3.17
14772024-08-08T21:35:20.399Z Compiling rand_chacha v0.3.1
14782024-08-08T21:35:20.479Z Compiling goblin v0.8.2
14792024-08-08T21:35:20.739Z Compiling tokio-util v0.7.11
14802024-08-08T21:35:21.706Z Compiling tracing v0.1.40
14812024-08-08T21:35:22.184Z Compiling regex v1.10.6
14822024-08-08T21:35:22.586Z Compiling async-trait v0.1.81
14832024-08-08T21:35:23.476Z Compiling pretty-hex v0.4.1
14842024-08-08T21:35:23.877Z Compiling strsim v0.11.1
14852024-08-08T21:35:24.023Z Compiling rustversion v1.0.17
14862024-08-08T21:35:25.048Z Compiling rand v0.8.5
14872024-08-08T21:35:26.081Z Compiling form_urlencoded v1.2.1
14882024-08-08T21:35:26.634Z Compiling dtrace-parser v0.2.0
14892024-08-08T21:35:26.920Z Compiling dof v0.3.0
14902024-08-08T21:35:27.092Z Compiling thread-id v4.2.1
14912024-08-08T21:35:27.349Z Compiling try-lock v0.2.5
14922024-08-08T21:35:27.435Z Compiling foreign-types-shared v0.1.1
14932024-08-08T21:35:27.635Z Compiling anyhow v1.0.86
14942024-08-08T21:35:28.248Z Compiling base64ct v1.6.0
14952024-08-08T21:35:28.389Z Compiling smoltcp v0.9.1
14962024-08-08T21:35:28.460Z Compiling unicode-width v0.1.13
14972024-08-08T21:35:28.826Z Compiling pem-rfc7468 v0.7.0
14982024-08-08T21:35:29.122Z Compiling foreign-types v0.3.2
14992024-08-08T21:35:29.430Z Compiling want v0.3.1
15002024-08-08T21:35:30.414Z Compiling h2 v0.3.26
15012024-08-08T21:35:30.646Z Compiling http-body v0.4.6
15022024-08-08T21:35:31.248Z Compiling hmac v0.12.1
15032024-08-08T21:35:31.280Z Compiling clap_derive v4.5.13
15042024-08-08T21:35:32.466Z Compiling flagset v0.4.5
15052024-08-08T21:35:32.602Z Compiling base64 v0.21.7
15062024-08-08T21:35:32.945Z Compiling tower-service v0.3.2
15072024-08-08T21:35:33.722Z Compiling siphasher v0.3.11
15082024-08-08T21:35:33.823Z Compiling httpdate v1.0.3
15092024-08-08T21:35:34.853Z Compiling der v0.7.9
15102024-08-08T21:35:38.972Z Compiling hyper v0.14.30
15112024-08-08T21:35:47.114Z Compiling sct v0.7.1
15122024-08-08T21:35:47.564Z Compiling rustls-webpki v0.101.7
15132024-08-08T21:35:49.087Z Compiling openapiv3 v2.0.0
15142024-08-08T21:35:50.513Z Compiling hubpack_derive v0.1.1
15152024-08-08T21:35:51.764Z Compiling idna v0.5.0
15162024-08-08T21:35:53.562Z Compiling lazy_static v1.5.0
15172024-08-08T21:35:53.921Z Compiling fs-err v2.11.0
15182024-08-08T21:35:54.169Z Compiling openssl-probe v0.1.5
15192024-08-08T21:35:54.360Z Compiling utf8parse v0.2.1
15202024-08-08T21:35:54.568Z Compiling finl_unicode v1.2.0
15212024-08-08T21:35:54.612Z Compiling adler v1.0.2
15222024-08-08T21:35:54.929Z Compiling cpufeatures v0.2.12
15232024-08-08T21:35:55.240Z Compiling anstyle v1.0.8
15242024-08-08T21:35:55.320Z Compiling stringprep v0.1.4
15252024-08-08T21:35:55.337Z Compiling sha2 v0.10.8
15262024-08-08T21:35:55.682Z Compiling miniz_oxide v0.7.2
15272024-08-08T21:35:56.348Z Compiling anstyle-parse v0.2.4
15282024-08-08T21:35:57.045Z Compiling url v2.5.2
15292024-08-08T21:35:59.338Z Compiling spki v0.7.3
15302024-08-08T21:36:00.071Z Compiling usdt-attr-macro v0.5.0
15312024-08-08T21:36:00.463Z Compiling usdt-macro v0.5.0
15322024-08-08T21:36:01.991Z Compiling md-5 v0.10.6
15332024-08-08T21:36:02.219Z Compiling toml_datetime v0.6.8
15342024-08-08T21:36:02.278Z Compiling serde_spanned v0.6.7
15352024-08-08T21:36:02.575Z Compiling regress v0.9.1
15362024-08-08T21:36:02.672Z Compiling idna v0.3.0
15372024-08-08T21:36:04.734Z Compiling num-integer v0.1.46
15382024-08-08T21:36:05.496Z Compiling hash32 v0.2.1
15392024-08-08T21:36:05.543Z Compiling encoding_rs v0.8.34
15402024-08-08T21:36:05.877Z Compiling gimli v0.28.1
15412024-08-08T21:36:06.296Z Compiling psl-types v2.0.11
15422024-08-08T21:36:06.579Z Compiling colorchoice v1.0.1
15432024-08-08T21:36:06.817Z Compiling stable_deref_trait v1.2.0
15442024-08-08T21:36:06.940Z Compiling base64 v0.22.1
15452024-08-08T21:36:07.204Z Compiling is_terminal_polyfill v1.70.0
15462024-08-08T21:36:07.523Z Compiling mime v0.3.17
15472024-08-08T21:36:07.631Z Compiling fallible-iterator v0.2.0
15482024-08-08T21:36:08.045Z Compiling anstyle-query v1.0.3
15492024-08-08T21:36:08.187Z Compiling anstream v0.6.14
15502024-08-08T21:36:08.308Z Compiling postgres-protocol v0.6.7
15512024-08-08T21:36:08.821Z Compiling publicsuffix v2.2.3
15522024-08-08T21:36:09.465Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15532024-08-08T21:36:10.291Z Compiling addr2line v0.21.0
15542024-08-08T21:36:12.424Z Compiling tokio-rustls v0.24.1
15552024-08-08T21:36:13.249Z Compiling pkcs8 v0.10.2
15562024-08-08T21:36:13.616Z Compiling terminal_size v0.3.0
15572024-08-08T21:36:13.773Z Compiling tokio-native-tls v0.3.1
15582024-08-08T21:36:13.884Z Compiling phf_shared v0.11.2
15592024-08-08T21:36:14.076Z Compiling strum_macros v0.25.3
15602024-08-08T21:36:14.123Z Compiling serde_urlencoded v0.7.1
15612024-08-08T21:36:14.265Z Compiling enum-as-inner v0.5.1
15622024-08-08T21:36:15.469Z Compiling block-padding v0.3.3
15632024-08-08T21:36:15.535Z Compiling serde_repr v0.1.19
15642024-08-08T21:36:15.694Z Compiling ff v0.13.0
15652024-08-08T21:36:16.239Z Compiling object v0.32.2
15662024-08-08T21:36:16.594Z Compiling rustc-demangle v0.1.24
15672024-08-08T21:36:17.075Z Compiling clap_lex v0.7.0
15682024-08-08T21:36:17.429Z Compiling regex-automata v0.1.10
15692024-08-08T21:36:17.517Z Compiling matches v0.1.10
15702024-08-08T21:36:17.617Z Compiling ipnet v2.9.0
15712024-08-08T21:36:17.874Z Compiling managed v0.8.0
15722024-08-08T21:36:18.317Z Compiling either v1.13.0
15732024-08-08T21:36:18.603Z Compiling base16ct v0.2.0
15742024-08-08T21:36:18.630Z Compiling winnow v0.5.40
15752024-08-08T21:36:18.751Z Compiling bitflags v1.3.2
15762024-08-08T21:36:19.924Z Compiling bit-vec v0.6.3
15772024-08-08T21:36:21.412Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15782024-08-08T21:36:22.059Z Compiling sec1 v0.7.3
15792024-08-08T21:36:22.378Z Compiling toml_edit v0.19.15
15802024-08-08T21:36:22.500Z Compiling rustls-pemfile v1.0.4
15812024-08-08T21:36:22.604Z Compiling bstr v0.2.17
15822024-08-08T21:36:23.322Z Compiling idna v0.2.3
15832024-08-08T21:36:23.340Z Compiling clap_builder v4.5.13
15842024-08-08T21:36:24.711Z Compiling group v0.13.0
15852024-08-08T21:36:24.978Z Compiling inout v0.1.3
15862024-08-08T21:36:25.029Z Compiling phf v0.11.2
15872024-08-08T21:36:25.243Z Compiling hyper-tls v0.5.0
15882024-08-08T21:36:25.325Z Compiling signal-hook-mio v0.2.3
15892024-08-08T21:36:25.379Z Compiling hyper-rustls v0.24.2
15902024-08-08T21:36:25.581Z Compiling cookie_store v0.20.0
15912024-08-08T21:36:25.715Z Compiling postgres-types v0.2.7
15922024-08-08T21:36:25.744Z Compiling num-bigint v0.4.5
15932024-08-08T21:36:27.187Z Compiling hubpack v0.1.2
15942024-08-08T21:36:27.618Z Compiling phf_shared v0.10.0
15952024-08-08T21:36:27.995Z Compiling hkdf v0.12.4
15962024-08-08T21:36:28.534Z Compiling zerocopy v0.6.6
15972024-08-08T21:36:28.865Z Compiling futures-executor v0.3.30
15982024-08-08T21:36:29.279Z Compiling crypto-bigint v0.5.5
15992024-08-08T21:36:29.298Z Compiling float-cmp v0.9.0
16002024-08-08T21:36:29.358Z Compiling memmap v0.7.0
16012024-08-08T21:36:29.520Z Compiling sync_wrapper v0.1.2
16022024-08-08T21:36:29.663Z Compiling difflib v0.4.0
16032024-08-08T21:36:29.902Z Compiling whoami v1.5.1
16042024-08-08T21:36:30.307Z Compiling minimal-lexical v0.2.1
16052024-08-08T21:36:30.451Z Compiling static_assertions v1.1.0
16062024-08-08T21:36:30.572Z Compiling new_debug_unreachable v1.0.6
16072024-08-08T21:36:30.660Z Compiling webpki-roots v0.25.4
16082024-08-08T21:36:30.679Z Compiling data-encoding v2.6.0
16092024-08-08T21:36:30.718Z Compiling predicates-core v1.0.6
16102024-08-08T21:36:30.784Z Compiling fixedbitset v0.4.2
16112024-08-08T21:36:30.817Z Compiling precomputed-hash v0.1.1
16122024-08-08T21:36:30.846Z Compiling unicode-segmentation v1.11.0
16132024-08-08T21:36:31.035Z Compiling normalize-line-endings v0.3.0
16142024-08-08T21:36:31.103Z Compiling winnow v0.6.18
16152024-08-08T21:36:31.150Z Compiling reqwest v0.11.27
16162024-08-08T21:36:31.167Z Compiling predicates v3.1.2
16172024-08-08T21:36:31.648Z Compiling similar v2.5.0
16182024-08-08T21:36:32.382Z Compiling elliptic-curve v0.13.8
16192024-08-08T21:36:32.808Z Compiling trust-dns-proto v0.22.0
16202024-08-08T21:36:32.901Z Compiling petgraph v0.6.5
16212024-08-08T21:36:33.096Z Compiling string_cache v0.8.7
16222024-08-08T21:36:33.515Z Compiling nom v7.1.3
16232024-08-08T21:36:34.710Z Compiling toml_edit v0.22.20
16242024-08-08T21:36:34.769Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16252024-08-08T21:36:36.868Z Compiling tokio-postgres v0.7.11
16262024-08-08T21:36:37.165Z Compiling usdt v0.5.0
16272024-08-08T21:36:38.903Z Compiling futures v0.3.30
16282024-08-08T21:36:39.751Z Compiling yasna v0.5.2
16292024-08-08T21:36:40.967Z Compiling clap v4.5.13
16302024-08-08T21:36:41.006Z Compiling toml v0.7.8
16312024-08-08T21:36:41.086Z Compiling crossterm v0.27.0
16322024-08-08T21:36:41.378Z Compiling flate2 v1.0.31
16332024-08-08T21:36:41.984Z Compiling cipher v0.4.4
16342024-08-08T21:36:42.038Z Compiling crossbeam-epoch v0.9.18
16352024-08-08T21:36:42.278Z Compiling bit-set v0.5.3
16362024-08-08T21:36:42.462Z Compiling itertools v0.12.1
16372024-08-08T21:36:42.518Z Compiling itertools v0.10.5
16382024-08-08T21:36:42.565Z Compiling num-iter v0.1.45
16392024-08-08T21:36:42.728Z Compiling console v0.15.8
16402024-08-08T21:36:44.232Z Compiling tokio-stream v0.1.15
16412024-08-08T21:36:44.762Z Compiling bstr v1.9.1
16422024-08-08T21:36:45.194Z Compiling hex v0.4.3
16432024-08-08T21:36:45.651Z Compiling radium v0.7.0
16442024-08-08T21:36:45.858Z Compiling camino v1.1.7
16452024-08-08T21:36:45.891Z Compiling lalrpop-util v0.19.12
16462024-08-08T21:36:46.315Z Compiling peg-runtime v0.8.3
16472024-08-08T21:36:46.587Z Compiling unicode-xid v0.2.4
16482024-08-08T21:36:46.816Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16492024-08-08T21:36:50.443Z Compiling is-terminal v0.4.12
16502024-08-08T21:36:53.333Z Compiling ident_case v1.0.1
16512024-08-08T21:36:53.636Z Compiling tap v1.0.1
16522024-08-08T21:36:53.766Z Compiling maybe-uninit v2.0.0
16532024-08-08T21:36:54.677Z Compiling rustls-pki-types v1.7.0
16542024-08-08T21:36:59.018Z Compiling wyz v0.5.1
16552024-08-08T21:37:00.157Z Compiling darling_core v0.20.9
16562024-08-08T21:37:08.860Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16572024-08-08T21:37:09.004Z Compiling getopts v0.2.21
16582024-08-08T21:37:09.644Z Compiling bzip2-sys v0.1.11+1.0.8
16592024-08-08T21:37:09.837Z Compiling dirs-sys-next v0.1.2
16602024-08-08T21:37:10.172Z Compiling packed_struct v0.10.1
16612024-08-08T21:37:10.534Z Compiling funty v2.0.0
16622024-08-08T21:37:10.872Z Compiling unsafe-libyaml v0.2.11
16632024-08-08T21:37:11.415Z Compiling num-bigint-dig v0.8.4
16642024-08-08T21:37:11.737Z Compiling paste v1.0.15
16652024-08-08T21:37:11.829Z Compiling rustls v0.22.4
16662024-08-08T21:37:12.280Z Compiling serde_yaml v0.9.34+deprecated
16672024-08-08T21:37:12.659Z Compiling bitvec v1.0.1
16682024-08-08T21:37:16.130Z Compiling dirs-next v2.0.0
16692024-08-08T21:37:16.295Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16702024-08-08T21:37:19.460Z Compiling darling_macro v0.20.9
16712024-08-08T21:37:20.455Z Compiling rustls-webpki v0.102.4
16722024-08-08T21:37:22.479Z Compiling packed_struct_codegen v0.10.1
16732024-08-08T21:37:23.016Z Compiling structmeta-derive v0.3.0
16742024-08-08T21:37:23.298Z Compiling thread_local v1.1.8
16752024-08-08T21:37:24.439Z Compiling indexmap v1.9.3
16762024-08-08T21:37:24.667Z Compiling multer v3.1.0
16772024-08-08T21:37:24.966Z Compiling fastrand v2.1.0
16782024-08-08T21:37:25.096Z Compiling crc-catalog v2.4.0
16792024-08-08T21:37:25.256Z Compiling match_cfg v0.1.0
16802024-08-08T21:37:25.367Z Compiling rayon-core v1.12.1
16812024-08-08T21:37:25.535Z Compiling nodrop v0.1.14
16822024-08-08T21:37:25.617Z Compiling slog-async v2.8.0
16832024-08-08T21:37:25.664Z Compiling structmeta v0.3.0
16842024-08-08T21:37:25.681Z Compiling array-init v0.0.4
16852024-08-08T21:37:25.743Z Compiling tempfile v3.10.1
16862024-08-08T21:37:26.043Z Compiling hostname v0.3.1
16872024-08-08T21:37:26.277Z Compiling crc v3.2.1
16882024-08-08T21:37:28.508Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16892024-08-08T21:37:29.237Z Compiling smallvec v0.6.14
16902024-08-08T21:37:29.723Z Compiling darling v0.20.9
16912024-08-08T21:37:30.024Z Compiling term v0.7.0
16922024-08-08T21:37:35.831Z Compiling crossbeam-deque v0.8.5
16932024-08-08T21:37:35.867Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16942024-08-08T21:37:36.227Z Compiling pkcs1 v0.7.5
16952024-08-08T21:37:37.361Z Compiling slog-json v2.6.1
16962024-08-08T21:37:38.418Z Compiling crossbeam-channel v0.5.12
16972024-08-08T21:37:40.031Z Compiling http v1.1.0
16982024-08-08T21:37:40.120Z Compiling signature v2.2.0
16992024-08-08T21:37:42.442Z Compiling pin-project-internal v1.1.5
17002024-08-08T21:37:43.512Z Compiling async-stream-impl v0.3.5
17012024-08-08T21:37:44.782Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17022024-08-08T21:37:45.096Z Compiling same-file v1.0.6
17032024-08-08T21:37:45.514Z Compiling termcolor v1.4.1
17042024-08-08T21:37:46.204Z Compiling atomic-waker v1.1.2
17052024-08-08T21:37:46.506Z Compiling hashbrown v0.12.3
17062024-08-08T21:37:46.562Z Compiling bitfield v0.14.0
17072024-08-08T21:37:46.891Z Compiling take_mut v0.2.2
17082024-08-08T21:37:51.867Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17092024-08-08T21:37:53.239Z Compiling waitgroup v0.1.2
17102024-08-08T21:37:53.270Z Compiling env_logger v0.10.2
17112024-08-08T21:37:58.986Z Compiling walkdir v2.5.0
17122024-08-08T21:38:00.433Z Compiling pin-project v1.1.5
17132024-08-08T21:38:00.638Z Compiling async-stream v0.3.5
17142024-08-08T21:38:00.950Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17152024-08-08T21:38:01.477Z Compiling rsa v0.9.6
17162024-08-08T21:38:03.880Z Compiling slog-bunyan v2.5.0
17172024-08-08T21:38:04.835Z Compiling tokio-rustls v0.25.0
17182024-08-08T21:38:05.340Z Compiling slog-term v2.9.1
17192024-08-08T21:38:06.896Z Compiling serde_with_macros v3.8.3
17202024-08-08T21:38:07.274Z Compiling serde-hex v0.1.0
17212024-08-08T21:38:07.387Z Compiling bzip2 v0.4.4
17222024-08-08T21:38:07.851Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17232024-08-08T21:38:07.999Z Compiling parse-display-derive v0.9.1
17242024-08-08T21:38:08.161Z Compiling toml v0.8.19
17252024-08-08T21:38:08.477Z Compiling rustls-pemfile v2.1.3
17262024-08-08T21:38:12.033Z Compiling x509-cert v0.2.5
17272024-08-08T21:38:12.291Z Compiling sha1 v0.10.6
17282024-08-08T21:38:13.113Z Compiling ron v0.8.1
17292024-08-08T21:38:13.165Z Compiling newtype-uuid v1.1.0
17302024-08-08T21:38:13.518Z Compiling ipnetwork v0.20.0
17312024-08-08T21:38:14.947Z Compiling strum_macros v0.26.4
17322024-08-08T21:38:15.100Z Compiling xattr v1.3.1
17332024-08-08T21:38:15.433Z Compiling snafu-derive v0.8.2
17342024-08-08T21:38:16.122Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17352024-08-08T21:38:16.373Z Compiling serde_path_to_error v0.1.16
17362024-08-08T21:38:17.016Z Compiling hashbrown v0.13.2
17372024-08-08T21:38:17.383Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17382024-08-08T21:38:18.120Z Compiling ring v0.16.20
17392024-08-08T21:38:18.364Z Compiling blake3 v1.5.1
17402024-08-08T21:38:18.943Z Compiling hostname v0.4.0
17412024-08-08T21:38:19.102Z Compiling filetime v0.2.23
17422024-08-08T21:38:19.133Z Compiling instant v0.1.12
17432024-08-08T21:38:19.200Z Compiling crc-any v2.5.0
17442024-08-08T21:38:19.448Z Compiling debug-ignore v1.0.5
17452024-08-08T21:38:19.601Z Compiling buf-list v1.0.3
17462024-08-08T21:38:19.821Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17472024-08-08T21:38:20.118Z Compiling strum v0.26.3
17482024-08-08T21:38:20.143Z Compiling snafu v0.8.2
17492024-08-08T21:38:20.244Z Compiling tar v0.4.41
17502024-08-08T21:38:20.341Z Compiling backoff v0.4.0
17512024-08-08T21:38:21.055Z Compiling object v0.30.4
17522024-08-08T21:38:21.405Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17532024-08-08T21:38:21.612Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17542024-08-08T21:38:23.311Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17552024-08-08T21:38:23.629Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17562024-08-08T21:38:24.179Z Compiling parse-display v0.9.1
17572024-08-08T21:38:25.374Z Compiling serde_with v3.8.3
17582024-08-08T21:38:25.877Z Compiling zip v0.6.6
17592024-08-08T21:38:26.187Z Compiling rayon v1.10.0
17602024-08-08T21:38:27.113Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17612024-08-08T21:38:27.843Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
17622024-08-08T21:38:28.595Z Compiling camino-tempfile v1.1.1
17632024-08-08T21:38:29.348Z Compiling globset v0.4.14
17642024-08-08T21:38:29.642Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17652024-08-08T21:38:29.832Z Compiling pem v3.0.4
17662024-08-08T21:38:31.381Z Compiling olpc-cjson v0.1.3
17672024-08-08T21:38:31.717Z Compiling macaddr v1.0.1
17682024-08-08T21:38:31.854Z Compiling serde_plain v1.0.2
17692024-08-08T21:38:32.312Z Compiling async-recursion v1.1.1
17702024-08-08T21:38:32.363Z Compiling memmap2 v0.9.4
17712024-08-08T21:38:32.955Z Compiling arrayvec v0.7.4
17722024-08-08T21:38:33.431Z Compiling untrusted v0.7.1
17732024-08-08T21:38:33.630Z Compiling spin v0.5.2
17742024-08-08T21:38:33.800Z Compiling constant_time_eq v0.3.0
17752024-08-08T21:38:33.894Z Compiling typed-path v0.7.1
17762024-08-08T21:38:33.958Z Compiling arrayref v0.3.7
17772024-08-08T21:38:33.990Z Compiling path-slash v0.1.5
17782024-08-08T21:38:34.222Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17792024-08-08T21:38:36.653Z Compiling tough v0.17.1
17802024-08-08T21:38:37.035Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17812024-08-08T21:38:38.100Z Compiling itertools v0.13.0
17822024-08-08T21:38:40.631Z Compiling cargo-platform v0.1.8
17832024-08-08T21:38:41.708Z Compiling topological-sort v0.2.2
17842024-08-08T21:38:41.865Z Compiling parse-size v1.0.0
17852024-08-08T21:38:41.967Z Compiling omicron-zone-package v0.11.0
17862024-08-08T21:38:42.119Z Compiling cargo_metadata v0.18.1
17872024-08-08T21:38:42.149Z Compiling shell-words v1.1.0
17882024-08-08T21:38:48.982Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
17892024-08-08T21:39:01.512Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
17902024-08-08T21:39:15.576Z Finished `release` profile [optimized] target(s) in 4m 39s
17912024-08-08T21:39:15.710Z Running `target/release/omicron-releng --output-dir /work`
17922024-08-08T21:39:15.751ZAug 08 21:39:13.881 DEBG changing working directory to /work/oxidecomputer/omicron
17932024-08-08T21:39:15.837ZAug 08 21:39:13.969 DEBG running: git rev-parse HEAD
17942024-08-08T21:39:15.843ZAug 08 21:39:13.975 DEBG process exited with exit status: 0 (6.461947ms)
17952024-08-08T21:39:15.843ZAug 08 21:39:13.975 INFO version: 10.0.0-0.ci+giteefaaf39ad7
17962024-08-08T21:39:15.884ZAug 08 21:39:14.016 INFO cloning helios to /work/oxidecomputer/helios
17972024-08-08T21:39:15.884ZAug 08 21:39:14.016 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
17982024-08-08T21:39:15.889ZCloning into '/work/oxidecomputer/helios'...
17992024-08-08T21:39:16.361ZAug 08 21:39:14.493 DEBG process exited with exit status: 0 (476.469367ms)
18002024-08-08T21:39:16.361ZAug 08 21:39:14.493 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18012024-08-08T21:39:16.368Z# branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70
18022024-08-08T21:39:16.368Z# branch.head master
18032024-08-08T21:39:16.368Z# branch.upstream origin/master
18042024-08-08T21:39:16.368Z# branch.ab +0 -0
18052024-08-08T21:39:16.371ZAug 08 21:39:14.501 DEBG process exited with exit status: 0 (7.82215ms)
18062024-08-08T21:39:16.371ZAug 08 21:39:14.501 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18072024-08-08T21:39:17.053ZAug 08 21:39:15.185 DEBG process exited with exit status: 0 (684.135509ms)
18082024-08-08T21:39:17.053ZAug 08 21:39:15.185 DEBG running: zfs list rpool/images/build/host
18092024-08-08T21:39:17.060ZNAME USED AVAIL REFER MOUNTPOINT
18102024-08-08T21:39:17.060Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
18112024-08-08T21:39:17.063ZAug 08 21:39:15.193 DEBG process exited with exit status: 0 (7.479488ms)
18122024-08-08T21:39:17.063ZAug 08 21:39:15.193 DEBG running: zfs list rpool/images/build/recovery
18132024-08-08T21:39:17.067ZNAME USED AVAIL REFER MOUNTPOINT
18142024-08-08T21:39:17.067Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
18152024-08-08T21:39:17.070ZAug 08 21:39:15.199 DEBG process exited with exit status: 0 (6.676536ms)
18162024-08-08T21:39:17.070ZAug 08 21:39:15.200 INFO [hubris-staging] running task
18172024-08-08T21:39:17.070ZAug 08 21:39:15.200 INFO [hubris-production] running task
18182024-08-08T21:39:17.070ZAug 08 21:39:15.200 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18192024-08-08T21:39:17.073ZAug 08 21:39:15.203 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
18202024-08-08T21:39:17.541Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18212024-08-08T21:39:17.901Z[ omicron-package] Blocking waiting for file lock on package cache
18222024-08-08T21:39:18.308ZAug 08 21:39:16.440 INFO [hubris-production] task succeeded (1.23935815s)
18232024-08-08T21:39:18.561Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18242024-08-08T21:39:18.564Z[ omicron-package] Compiling heapless v0.8.0
18252024-08-08T21:39:18.564Z[ omicron-package] Compiling hash32 v0.3.1
18262024-08-08T21:39:18.693Z[ omicron-package] Compiling smoltcp v0.11.0
18272024-08-08T21:39:18.707Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18282024-08-08T21:39:18.737Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18292024-08-08T21:39:18.740Z[ omicron-package] Compiling embedded-io v0.4.0
18302024-08-08T21:39:18.740Z[ omicron-package] Compiling cobs v0.2.3
18312024-08-08T21:39:18.994Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18322024-08-08T21:39:19.014Z[ omicron-package] Compiling postcard v1.0.8
18332024-08-08T21:39:19.179Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18342024-08-08T21:39:19.211Z[ omicron-package] Compiling proc-macro-error v1.0.4
18352024-08-08T21:39:19.501Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18362024-08-08T21:39:19.504Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18372024-08-08T21:39:19.541Z[ omicron-package] Compiling num_enum_derive v0.5.11
18382024-08-08T21:39:19.575Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18392024-08-08T21:39:19.580Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18402024-08-08T21:39:20.453Z[ omicron-package] Compiling tabwriter v1.4.0
18412024-08-08T21:39:20.540Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18422024-08-08T21:39:20.785Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18432024-08-08T21:39:21.138Z[ omicron-package] Compiling cstr-argument v0.1.2
18442024-08-08T21:39:21.488Z[ omicron-package] Compiling foreign-types v0.5.0
18452024-08-08T21:39:21.924Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18462024-08-08T21:39:21.992Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18472024-08-08T21:39:22.292Z[ omicron-package] Compiling pretty-hex v0.2.1
18482024-08-08T21:39:22.621Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18492024-08-08T21:39:22.837Z[ omicron-package] Compiling colored v2.1.0
18502024-08-08T21:39:23.033Z[ omicron-package] Compiling socket2 v0.4.10
18512024-08-08T21:39:23.285Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18522024-08-08T21:39:23.632Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18532024-08-08T21:39:23.978Z[ omicron-package] Compiling num_enum v0.5.11
18542024-08-08T21:39:24.177Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18552024-08-08T21:39:24.262Z[ omicron-package] Compiling num-derive v0.4.2
18562024-08-08T21:39:24.396Z[ omicron-package] Compiling sigpipe v0.1.3
18572024-08-08T21:39:24.518Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18582024-08-08T21:39:24.974Z[ omicron-package] Compiling libefi-sys v0.1.0
18592024-08-08T21:39:25.443Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18602024-08-08T21:39:25.552Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18612024-08-08T21:39:26.079Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18622024-08-08T21:39:26.234Z[ omicron-package] Compiling smf v0.2.3
18632024-08-08T21:39:26.521ZAug 08 21:39:24.651 INFO [hubris-staging] task succeeded (9.450660039s)
18642024-08-08T21:39:26.557Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18652024-08-08T21:39:26.691Z[ omicron-package] Compiling bitfield-struct v0.6.1
18662024-08-08T21:39:26.767Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18672024-08-08T21:39:28.058Z[ omicron-package] Compiling portable-atomic v1.6.0
18682024-08-08T21:39:28.629Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
18692024-08-08T21:39:30.267Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18702024-08-08T21:39:30.729Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18712024-08-08T21:39:31.527Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18722024-08-08T21:39:31.698Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18732024-08-08T21:39:32.042Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18742024-08-08T21:39:32.450Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18752024-08-08T21:39:33.293Z[ omicron-package] Compiling gethostname v0.5.0
18762024-08-08T21:39:33.802Z[ omicron-package] Compiling number_prefix v0.4.0
18772024-08-08T21:39:33.939Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18782024-08-08T21:39:34.953Z[ omicron-package] Compiling indicatif v0.17.8
18792024-08-08T21:39:36.936Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18802024-08-08T21:39:39.910Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18812024-08-08T21:39:40.364Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18822024-08-08T21:39:41.819Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18832024-08-08T21:40:00.055Z[ helios-setup] Aug 08 21:39:58.177 INFO helios repository root is: /work/oxidecomputer/helios
18842024-08-08T21:40:00.058Z[ helios-setup] Aug 08 21:39:58.179 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
18852024-08-08T21:40:00.058Z[ helios-setup] Aug 08 21:39:58.180 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
18862024-08-08T21:40:00.058Z[ helios-setup] Aug 08 21:39:58.180 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
18872024-08-08T21:40:00.062Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
18882024-08-08T21:40:01.048Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
18892024-08-08T21:40:01.055Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
18902024-08-08T21:40:02.394Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.30s
18912024-08-08T21:40:02.593Z[ omicron-package]
18922024-08-08T21:40:02.596Z[ omicron-package] real 45.470440888
18932024-08-08T21:40:02.596Z[ omicron-package] user 2:48.992001559
18942024-08-08T21:40:02.596Z[ omicron-package] sys 21.186240187
18952024-08-08T21:40:02.596Z[ omicron-package] trap 0.172892526
18962024-08-08T21:40:02.596Z[ omicron-package] tflt 0.635595051
18972024-08-08T21:40:02.596Z[ omicron-package] dflt 0.839821874
18982024-08-08T21:40:02.596Z[ omicron-package] kflt 0.008973053
18992024-08-08T21:40:02.596Z[ omicron-package] lock 5:36.113133199
19002024-08-08T21:40:02.596Z[ omicron-package] slp 9:24.504203624
19012024-08-08T21:40:02.596Z[ omicron-package] lat 1:45.438503102
19022024-08-08T21:40:02.596Z[ omicron-package] stop 49.762674857
19032024-08-08T21:40:02.596ZAug 08 21:40:00.714 INFO [omicron-package] process exited with exit status: 0 (45.510751651s)
19042024-08-08T21:40:02.596ZAug 08 21:40:00.714 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
19052024-08-08T21:40:02.636ZAug 08 21:40:00.758 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19062024-08-08T21:40:02.648Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19072024-08-08T21:40:02.650Z[ host-target] Created new build target 'host' and set it as active
19082024-08-08T21:40:02.653ZAug 08 21:40:00.772 INFO [host-target] process exited with exit status: 0 (57.919726ms)
19092024-08-08T21:40:02.653ZAug 08 21:40:00.773 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19102024-08-08T21:40:02.656Z[ recovery-target] Created new build target 'recovery' and set it as active
19112024-08-08T21:40:02.656Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19122024-08-08T21:40:02.659ZAug 08 21:40:00.779 INFO [recovery-target] process exited with exit status: 0 (21.122151ms)
19132024-08-08T21:40:02.665Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19142024-08-08T21:40:03.764Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19152024-08-08T21:40:03.764Z[ host-package] Compiling camino v1.1.7
19162024-08-08T21:40:03.764Z[ host-package] Compiling password-hash v0.5.0
19172024-08-08T21:40:03.767Z[ host-package] Compiling blake2 v0.10.6
19182024-08-08T21:40:03.767Z[ host-package] Compiling derive-where v1.2.7
19192024-08-08T21:40:03.768Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19202024-08-08T21:40:03.768Z[ host-package] Compiling humantime v2.1.0
19212024-08-08T21:40:03.768Z[ host-package] Compiling newline-converter v0.3.0
19222024-08-08T21:40:04.111Z[ host-package] Compiling expectorate v1.1.0
19232024-08-08T21:40:04.133Z[ host-package] Compiling toml v0.8.19
19242024-08-08T21:40:04.377Z[ host-package] Compiling argon2 v0.5.3
19252024-08-08T21:40:04.780Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19262024-08-08T21:40:04.845Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19272024-08-08T21:40:05.049Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19282024-08-08T21:40:05.194Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19292024-08-08T21:40:05.495Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19302024-08-08T21:40:05.739Z[ host-package] Compiling dirs-sys-next v0.1.2
19312024-08-08T21:40:05.795Z[ host-package] Compiling prettyplease v0.2.20
19322024-08-08T21:40:05.873Z[ host-package] Compiling convert_case v0.4.0
19332024-08-08T21:40:06.128Z[ host-package] Compiling dirs-next v2.0.0
19342024-08-08T21:40:06.201Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
19352024-08-08T21:40:06.218Z[ helios-setup] Aug 08 21:40:04.336 INFO clone ok!, project: amd-host-image-builder
19362024-08-08T21:40:06.218Z[ helios-setup] Aug 08 21:40:04.337 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
19372024-08-08T21:40:06.218Z[ helios-setup] Aug 08 21:40:04.337 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19382024-08-08T21:40:06.221Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19392024-08-08T21:40:06.228Z[ host-package] Compiling semver v0.1.20
19402024-08-08T21:40:06.373Z[ host-package] Compiling term v0.7.0
19412024-08-08T21:40:06.398Z[ host-package] Compiling is-terminal v0.4.12
19422024-08-08T21:40:06.536Z[ host-package] Compiling home v0.5.9
19432024-08-08T21:40:06.746Z[ host-package] Compiling derive_more v0.99.18
19442024-08-08T21:40:06.790Z[ host-package] Compiling rustc_version v0.1.7
19452024-08-08T21:40:06.854Z[ helios-setup] Aug 08 21:40:04.975 INFO clone ok!, project: phbl
19462024-08-08T21:40:06.858Z[ helios-setup] Aug 08 21:40:04.975 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
19472024-08-08T21:40:06.858Z[ helios-setup] Aug 08 21:40:04.975 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19482024-08-08T21:40:06.861Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19492024-08-08T21:40:06.864Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19502024-08-08T21:40:06.942Z[ host-package] Compiling rustls-pki-types v1.7.0
19512024-08-08T21:40:07.215Z[ host-package] Compiling newtype_derive v0.1.6
19522024-08-08T21:40:07.683Z[ host-package] Compiling rustls-webpki v0.102.4
19532024-08-08T21:40:07.700Z[ host-package] Compiling rustls v0.22.4
19542024-08-08T21:40:07.728Z[ host-package] Compiling steno v0.4.1
19552024-08-08T21:40:07.747Z[ host-package] Compiling thread_local v1.1.8
19562024-08-08T21:40:08.228Z[ host-package] Compiling linked-hash-map v0.5.6
19572024-08-08T21:40:08.694Z[ host-package] Compiling match_cfg v0.1.0
19582024-08-08T21:40:08.828Z[ host-package] Compiling hostname v0.3.1
19592024-08-08T21:40:09.060Z[ host-package] Compiling lru-cache v0.1.2
19602024-08-08T21:40:09.633Z[ host-package] Compiling multer v3.1.0
19612024-08-08T21:40:09.709Z[ host-package] Compiling slog-async v2.8.0
19622024-08-08T21:40:09.754Z[ host-package] Compiling slog-json v2.6.1
19632024-08-08T21:40:09.792Z[ host-package] Compiling crossbeam-channel v0.5.12
19642024-08-08T21:40:10.141Z[ host-package] Compiling http v1.1.0
19652024-08-08T21:40:10.938Z[ host-package] Compiling atomic-waker v1.1.2
19662024-08-08T21:40:11.151Z[ host-package] Compiling take_mut v0.2.2
19672024-08-08T21:40:11.333Z[ host-package] Compiling waitgroup v0.1.2
19682024-08-08T21:40:11.546Z[ host-package] Compiling slog-bunyan v2.5.0
19692024-08-08T21:40:11.767Z[ host-package] Compiling slog-term v2.9.1
19702024-08-08T21:40:12.561Z[ host-package] Compiling rustls-pemfile v2.1.3
19712024-08-08T21:40:13.271Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
19722024-08-08T21:40:13.291Z[ host-package] Compiling async-stream v0.3.5
19732024-08-08T21:40:13.363Z[ host-package] Compiling sha1 v0.10.6
19742024-08-08T21:40:13.449Z[ helios-setup] Aug 08 21:40:11.568 INFO clone ok!, project: amd-firmware
19752024-08-08T21:40:13.452Z[ helios-setup] Aug 08 21:40:11.568 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
19762024-08-08T21:40:13.452Z[ helios-setup] Aug 08 21:40:11.568 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19772024-08-08T21:40:13.455Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19782024-08-08T21:40:13.505Z[ host-package] Compiling newtype-uuid v1.1.0
19792024-08-08T21:40:13.649Z[ host-package] Compiling ipnetwork v0.20.0
19802024-08-08T21:40:13.668Z[ host-package] Compiling serde_path_to_error v0.1.16
19812024-08-08T21:40:13.815Z[ host-package] Compiling hostname v0.4.0
19822024-08-08T21:40:13.830Z[ host-package] Compiling instant v0.1.12
19832024-08-08T21:40:13.833Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19842024-08-08T21:40:14.006Z[ host-package] Compiling tokio-rustls v0.25.0
19852024-08-08T21:40:14.055Z[ host-package] Compiling slog-dtrace v0.3.0
19862024-08-08T21:40:14.106Z[ helios-setup] Aug 08 21:40:12.225 INFO clone ok!, project: pinprick
19872024-08-08T21:40:14.109Z[ helios-setup] Aug 08 21:40:12.225 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
19882024-08-08T21:40:14.109Z[ helios-setup] Aug 08 21:40:12.225 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
19892024-08-08T21:40:14.112Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
19902024-08-08T21:40:14.414Z[ host-package] Compiling debug-ignore v1.0.5
19912024-08-08T21:40:14.447Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19922024-08-08T21:40:14.464Z[ host-package] Compiling backoff v0.4.0
19932024-08-08T21:40:14.501Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19942024-08-08T21:40:14.825Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19952024-08-08T21:40:14.848Z[ host-package] Compiling parse-display v0.9.1
19962024-08-08T21:40:15.111Z[ helios-setup] Aug 08 21:40:13.230 INFO clone ok!, project: chelsio-t6-roms
19972024-08-08T21:40:15.115Z[ helios-setup] Aug 08 21:40:13.230 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
19982024-08-08T21:40:15.115Z[ helios-setup] Aug 08 21:40:13.231 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19992024-08-08T21:40:15.118Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20002024-08-08T21:40:15.134Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20012024-08-08T21:40:15.398Z[ host-package] Compiling serde_with v3.8.3
20022024-08-08T21:40:15.416Z[ host-package] Compiling strum v0.26.3
20032024-08-08T21:40:15.606Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20042024-08-08T21:40:16.210Z[ helios-setup] Aug 08 21:40:14.328 INFO clone ok!, project: pilot
20052024-08-08T21:40:16.213Z[ helios-setup] Aug 08 21:40:14.329 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver
20062024-08-08T21:40:16.213Z[ helios-setup] Aug 08 21:40:14.329 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20072024-08-08T21:40:16.216Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20082024-08-08T21:40:16.748Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20092024-08-08T21:40:16.907Z[ helios-setup] Aug 08 21:40:15.025 INFO clone ok!, project: bootserver
20102024-08-08T21:40:16.910Z[ helios-setup] Aug 08 21:40:15.025 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
20112024-08-08T21:40:16.910Z[ helios-setup] Aug 08 21:40:15.025 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20122024-08-08T21:40:16.913Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20132024-08-08T21:40:16.958Z[ host-package] Compiling num-rational v0.4.2
20142024-08-08T21:40:17.682Z[ helios-setup] Aug 08 21:40:15.800 INFO clone ok!, project: image-builder
20152024-08-08T21:40:17.684Z[ helios-setup] Aug 08 21:40:15.800 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20162024-08-08T21:40:17.684Z[ helios-setup] Aug 08 21:40:15.800 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20172024-08-08T21:40:17.685Z[ helios-setup] Aug 08 21:40:15.801 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20182024-08-08T21:40:18.686Z[ host-package] Compiling num-complex v0.4.6
20192024-08-08T21:40:18.725Z[ host-package] Compiling macaddr v1.0.1
20202024-08-08T21:40:18.744Z[ helios-setup] Aug 08 21:40:16.862 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20212024-08-08T21:40:19.230Z[ host-package] Compiling swrite v0.1.0
20222024-08-08T21:40:19.288Z[ helios-setup] Aug 08 21:40:17.405 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20232024-08-08T21:40:19.288Z[ helios-setup] Aug 08 21:40:17.406 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20242024-08-08T21:40:19.723Z[ host-package] Compiling num v0.4.3
20252024-08-08T21:40:19.807Z[ helios-setup] Aug 08 21:40:17.924 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20262024-08-08T21:40:19.856Z[ host-package] Compiling quick-error v1.2.3
20272024-08-08T21:40:20.076Z[ host-package] Compiling float-ord v0.3.2
20282024-08-08T21:40:20.306Z[ host-package] Compiling resolv-conf v0.7.0
20292024-08-08T21:40:20.375Z[ helios-setup] Aug 08 21:40:18.492 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20302024-08-08T21:40:20.378Z[ helios-setup] Aug 08 21:40:18.493 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20312024-08-08T21:40:20.943Z[ helios-setup] Aug 08 21:40:19.060 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20322024-08-08T21:40:21.238Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20332024-08-08T21:40:21.498Z[ helios-setup] Aug 08 21:40:19.616 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20342024-08-08T21:40:21.498Z[ helios-setup] Aug 08 21:40:19.616 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20352024-08-08T21:40:21.501Z[ helios-setup] Aug 08 21:40:19.616 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20362024-08-08T21:40:21.501Z[ helios-setup] Aug 08 21:40:19.616 INFO ok!
20372024-08-08T21:40:21.502Z[ helios-setup] Aug 08 21:40:19.616 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20382024-08-08T21:40:21.502Z[ helios-setup] Aug 08 21:40:19.616 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20392024-08-08T21:40:21.502Z[ helios-setup] Aug 08 21:40:19.616 INFO ok!
20402024-08-08T21:40:21.502Z[ helios-setup] Aug 08 21:40:19.616 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20412024-08-08T21:40:21.502Z[ helios-setup] Aug 08 21:40:19.616 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20422024-08-08T21:40:21.502Z[ helios-setup] Aug 08 21:40:19.616 INFO ok!
20432024-08-08T21:40:21.502Z[ helios-setup] Aug 08 21:40:19.616 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
20442024-08-08T21:40:21.502Z[ helios-setup] Aug 08 21:40:19.616 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
20452024-08-08T21:40:21.509Z[ helios-setup] Aug 08 21:40:19.626 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
20462024-08-08T21:40:21.703Z[ helios-setup] Aug 08 21:40:19.821 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
20472024-08-08T21:40:21.706Z[ helios-setup] Aug 08 21:40:19.821 INFO E| info: downloading component 'cargo'
20482024-08-08T21:40:22.304Z[ host-package] Compiling trust-dns-resolver v0.22.0
20492024-08-08T21:40:22.650Z[ host-package] Compiling rayon-core v1.12.1
20502024-08-08T21:40:22.684Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20512024-08-08T21:40:22.878Z[ host-package] Compiling crossbeam-deque v0.8.5
20522024-08-08T21:40:23.053Z[ helios-setup] Aug 08 21:40:21.170 INFO E| info: downloading component 'clippy'
20532024-08-08T21:40:23.097Z[ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
20542024-08-08T21:40:23.214Z[ host-package] Compiling fastrand v2.1.0
20552024-08-08T21:40:23.469Z[ helios-setup] Aug 08 21:40:21.586 INFO E| info: downloading component 'rust-docs'
20562024-08-08T21:40:23.755Z[ host-package] Compiling display-error-chain v0.2.0
20572024-08-08T21:40:23.944Z[ host-package] Compiling same-file v1.0.6
20582024-08-08T21:40:24.203Z[ host-package] Compiling walkdir v2.5.0
20592024-08-08T21:40:24.755Z[ helios-setup] Aug 08 21:40:22.871 INFO E| info: downloading component 'rust-src'
20602024-08-08T21:40:24.902Z[ host-package] Compiling tempfile v3.10.1
20612024-08-08T21:40:25.452Z[ helios-setup] Aug 08 21:40:23.569 INFO E| info: downloading component 'rust-std'
20622024-08-08T21:40:27.303Z[ host-package] Compiling half v2.4.1
20632024-08-08T21:40:27.677Z[ helios-setup] Aug 08 21:40:25.793 INFO E| info: downloading component 'rustc'
20642024-08-08T21:40:28.046Z[ host-package] Compiling ciborium-io v0.2.2
20652024-08-08T21:40:28.191Z[ host-package] Compiling utf-8 v0.7.6
20662024-08-08T21:40:28.554Z[ host-package] Compiling ciborium-ll v0.2.2
20672024-08-08T21:40:28.796Z[ host-package] Compiling ring v0.16.20
20682024-08-08T21:40:29.087Z[ host-package] Compiling blake3 v1.5.1
20692024-08-08T21:40:29.518Z[ host-package] Compiling rayon v1.10.0
20702024-08-08T21:40:31.076Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20712024-08-08T21:40:31.619Z[ host-package] Compiling xattr v1.3.1
20722024-08-08T21:40:31.881Z[ host-package] Compiling nibble_vec v0.1.0
20732024-08-08T21:40:32.139Z[ host-package] Compiling filetime v0.2.23
20742024-08-08T21:40:32.566Z[ helios-setup] Aug 08 21:40:30.681 INFO E| info: downloading component 'rustfmt'
20752024-08-08T21:40:32.756Z[ helios-setup] Aug 08 21:40:30.871 INFO E| info: installing component 'cargo'
20762024-08-08T21:40:34.122Z[ helios-setup] Aug 08 21:40:32.237 INFO E| info: installing component 'clippy'
20772024-08-08T21:40:34.577Z[ helios-setup] Aug 08 21:40:32.691 INFO E| info: installing component 'rust-docs'
20782024-08-08T21:40:34.662Z[ host-package] Compiling memmap2 v0.9.4
20792024-08-08T21:40:35.149Z[ host-package] Compiling arrayvec v0.7.4
20802024-08-08T21:40:35.871Z[ host-package] Compiling arrayref v0.3.7
20812024-08-08T21:40:36.114Z[ host-package] Compiling spin v0.5.2
20822024-08-08T21:40:36.380Z[ host-package] Compiling cancel-safe-futures v0.1.5
20832024-08-08T21:40:36.866Z[ host-package] Compiling untrusted v0.7.1
20842024-08-08T21:40:37.076Z[ host-package] Compiling constant_time_eq v0.3.0
20852024-08-08T21:40:37.243Z[ host-package] Compiling endian-type v0.1.2
20862024-08-08T21:40:37.467Z[ host-package] Compiling radix_trie v0.2.1
20872024-08-08T21:40:38.855Z[ host-package] Compiling tar v0.4.41
20882024-08-08T21:40:40.366Z[ helios-setup] Aug 08 21:40:38.479 INFO E| info: installing component 'rust-src'
20892024-08-08T21:40:41.139Z[ host-package] Compiling ciborium v0.2.2
20902024-08-08T21:40:41.161Z[ helios-setup] Aug 08 21:40:39.271 INFO E| info: installing component 'rust-std'
20912024-08-08T21:40:42.766Z[ host-package] Compiling camino-tempfile v1.1.1
20922024-08-08T21:40:43.313Z[ host-package] Compiling toolchain_find v0.4.0
20932024-08-08T21:40:43.693Z[ host-package] Compiling glob v0.3.1
20942024-08-08T21:40:43.870Z[ helios-setup] Aug 08 21:40:41.982 INFO E| info: installing component 'rustc'
20952024-08-08T21:40:44.084Z[ host-package] Compiling maplit v1.0.2
20962024-08-08T21:40:44.454Z[ host-package] Compiling crunchy v0.2.2
20972024-08-08T21:40:44.570Z[ host-package] Compiling topological-sort v0.2.2
20982024-08-08T21:40:45.006Z[ host-package] Compiling omicron-zone-package v0.11.0
20992024-08-08T21:40:45.045Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21002024-08-08T21:40:45.161Z[ host-package] Compiling clang-sys v1.7.0
21012024-08-08T21:40:45.223Z[ host-package] Compiling rustfmt-wrapper v0.2.1
21022024-08-08T21:40:45.981Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21032024-08-08T21:40:46.609Z[ host-package] Compiling tiny-keccak v2.0.2
21042024-08-08T21:40:47.088Z[ host-package] Compiling dsl_auto_type v0.1.2
21052024-08-08T21:40:47.186Z[ host-package] Compiling scheduled-thread-pool v0.2.7
21062024-08-08T21:40:48.631Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
21072024-08-08T21:40:48.802Z[ host-package] Compiling arc-swap v1.7.1
21082024-08-08T21:40:49.268Z[ host-package] Compiling diesel_derives v2.2.2
21092024-08-08T21:40:49.541Z[ host-package] Compiling slog-scope v4.4.0
21102024-08-08T21:40:49.831Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21112024-08-08T21:40:50.447Z[ helios-setup] Aug 08 21:40:48.558 INFO E| info: installing component 'rustfmt'
21122024-08-08T21:40:50.506Z[ host-package] Compiling r2d2 v0.8.10
21132024-08-08T21:40:51.016Z[ host-package] Compiling ascii-canvas v3.0.0
21142024-08-08T21:40:51.127Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21152024-08-08T21:40:51.127Z[ host-package] Compiling ena v0.14.3
21162024-08-08T21:40:51.383Z[ helios-setup] Aug 08 21:40:49.494 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
21172024-08-08T21:40:51.560Z[ host-package] Compiling libloading v0.8.3
21182024-08-08T21:40:51.627Z[ host-package] Compiling regex-syntax v0.6.29
21192024-08-08T21:40:51.969Z[ host-package] Compiling diff v0.1.13
21202024-08-08T21:40:52.456Z[ helios-setup] Aug 08 21:40:50.566 INFO E| From https://github.com/oxidecomputer/amd-apcb
21212024-08-08T21:40:52.456Z[ helios-setup] Aug 08 21:40:50.566 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
21222024-08-08T21:40:52.456Z[ helios-setup] Aug 08 21:40:50.566 INFO E| * [new tag] v0.3.3 -> v0.3.3
21232024-08-08T21:40:52.498Z[ helios-setup] Aug 08 21:40:50.608 INFO E| * [new tag] v0.1.3 -> v0.1.3
21242024-08-08T21:40:52.498Z[ helios-setup] Aug 08 21:40:50.608 INFO E| * [new tag] v0.1.4 -> v0.1.4
21252024-08-08T21:40:52.501Z[ helios-setup] Aug 08 21:40:50.609 INFO E| * [new tag] v0.1.5 -> v0.1.5
21262024-08-08T21:40:52.501Z[ helios-setup] Aug 08 21:40:50.609 INFO E| * [new tag] v0.2.0 -> v0.2.0
21272024-08-08T21:40:52.501Z[ helios-setup] Aug 08 21:40:50.609 INFO E| * [new tag] v0.3.0 -> v0.3.0
21282024-08-08T21:40:52.501Z[ helios-setup] Aug 08 21:40:50.609 INFO E| * [new tag] v0.3.1 -> v0.3.1
21292024-08-08T21:40:52.501Z[ helios-setup] Aug 08 21:40:50.609 INFO E| * [new tag] v0.3.2 -> v0.3.2
21302024-08-08T21:40:52.532Z[ helios-setup] Aug 08 21:40:50.642 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
21312024-08-08T21:40:52.562Z[ host-package] Compiling bindgen v0.69.4
21322024-08-08T21:40:53.488Z[ helios-setup] Aug 08 21:40:51.598 INFO E| From https://github.com/oxidecomputer/amd-efs
21332024-08-08T21:40:53.488Z[ helios-setup] Aug 08 21:40:51.598 INFO E| * [new branch] empty -> origin/empty
21342024-08-08T21:40:53.491Z[ helios-setup] Aug 08 21:40:51.599 INFO E| * [new branch] issue-99 -> origin/issue-99
21352024-08-08T21:40:53.491Z[ helios-setup] Aug 08 21:40:51.599 INFO E| * [new branch] main -> origin/main
21362024-08-08T21:40:53.491Z[ helios-setup] Aug 08 21:40:51.599 INFO E| * [new branch] review -> origin/review
21372024-08-08T21:40:53.492Z[ helios-setup] Aug 08 21:40:51.599 INFO E| * [new ref] -> origin/HEAD
21382024-08-08T21:40:53.492Z[ helios-setup] Aug 08 21:40:51.599 INFO E| * [new tag] v0.2.0 -> v0.2.0
21392024-08-08T21:40:53.492Z[ helios-setup] Aug 08 21:40:51.599 INFO E| * [new tag] v0.2.1 -> v0.2.1
21402024-08-08T21:40:53.492Z[ helios-setup] Aug 08 21:40:51.599 INFO E| * [new tag] v0.2.2 -> v0.2.2
21412024-08-08T21:40:53.492Z[ helios-setup] Aug 08 21:40:51.600 INFO E| * [new tag] v0.2.3 -> v0.2.3
21422024-08-08T21:40:53.492Z[ helios-setup] Aug 08 21:40:51.600 INFO E| * [new tag] v0.2.4 -> v0.2.4
21432024-08-08T21:40:53.492Z[ helios-setup] Aug 08 21:40:51.600 INFO E| * [new tag] v0.2.5 -> v0.2.5
21442024-08-08T21:40:53.492Z[ helios-setup] Aug 08 21:40:51.600 INFO E| * [new tag] v0.2.6 -> v0.2.6
21452024-08-08T21:40:53.492Z[ helios-setup] Aug 08 21:40:51.600 INFO E| * [new tag] v0.2.7 -> v0.2.7
21462024-08-08T21:40:53.492Z[ helios-setup] Aug 08 21:40:51.600 INFO E| * [new tag] v0.3.0 -> v0.3.0
21472024-08-08T21:40:53.492Z[ helios-setup] Aug 08 21:40:51.600 INFO E| * [new tag] v0.3.1 -> v0.3.1
21482024-08-08T21:40:53.492Z[ helios-setup] Aug 08 21:40:51.600 INFO E| * [new tag] v0.4.0 -> v0.4.0
21492024-08-08T21:40:53.512Z[ helios-setup] Aug 08 21:40:51.622 INFO E| Updating crates.io index
21502024-08-08T21:40:53.856Z[ helios-setup] Aug 08 21:40:51.966 INFO E| Downloading crates ...
21512024-08-08T21:40:53.986Z[ helios-setup] Aug 08 21:40:52.097 INFO E| Downloaded cfg-if v0.1.10
21522024-08-08T21:40:54.005Z[ helios-setup] Aug 08 21:40:52.115 INFO E| Downloaded strum v0.23.0
21532024-08-08T21:40:54.008Z[ helios-setup] Aug 08 21:40:52.117 INFO E| Downloaded parse_int v0.6.0
21542024-08-08T21:40:54.011Z[ helios-setup] Aug 08 21:40:52.119 INFO E| Downloaded memoffset v0.5.6
21552024-08-08T21:40:54.011Z[ helios-setup] Aug 08 21:40:52.121 INFO E| Downloaded ansi_term v0.12.1
21562024-08-08T21:40:54.014Z[ helios-setup] Aug 08 21:40:52.124 INFO E| Downloaded fletcher v0.1.0
21572024-08-08T21:40:54.024Z[ helios-setup] Aug 08 21:40:52.134 INFO E| Downloaded scroll_derive v0.10.5
21582024-08-08T21:40:54.057Z[ helios-setup] Aug 08 21:40:52.167 INFO E| Downloaded vec_map v0.8.2
21592024-08-08T21:40:54.060Z[ helios-setup] Aug 08 21:40:52.169 INFO E| Downloaded textwrap v0.11.0
21602024-08-08T21:40:54.062Z[ helios-setup] Aug 08 21:40:52.171 INFO E| Downloaded structopt-derive v0.4.18
21612024-08-08T21:40:54.065Z[ helios-setup] Aug 08 21:40:52.173 INFO E| Downloaded strsim v0.8.0
21622024-08-08T21:40:54.065Z[ helios-setup] Aug 08 21:40:52.175 INFO E| Downloaded semver-parser v0.7.0
21632024-08-08T21:40:54.068Z[ helios-setup] Aug 08 21:40:52.176 INFO E| Downloaded rustc_version v0.2.3
21642024-08-08T21:40:54.068Z[ helios-setup] Aug 08 21:40:52.178 INFO E| Downloaded proc-macro-crate v0.1.5
21652024-08-08T21:40:54.071Z[ helios-setup] Aug 08 21:40:52.180 INFO E| Downloaded pre-proc-macro v0.2.1
21662024-08-08T21:40:54.074Z[ helios-setup] Aug 08 21:40:52.183 INFO E| Downloaded pest_generator v2.7.11
21672024-08-08T21:40:54.077Z[ helios-setup] Aug 08 21:40:52.185 INFO E| Downloaded num-derive v0.3.3
21682024-08-08T21:40:54.080Z[ helios-setup] Aug 08 21:40:52.188 INFO E| Downloaded modular-bitfield-impl v0.11.2
21692024-08-08T21:40:54.080Z[ helios-setup] Aug 08 21:40:52.190 INFO E| Downloaded pest_derive v2.7.11
21702024-08-08T21:40:54.083Z[ helios-setup] Aug 08 21:40:52.194 INFO E| Downloaded strum_macros v0.23.1
21712024-08-08T21:40:54.086Z[ helios-setup] Aug 08 21:40:52.197 INFO E| Downloaded structopt v0.3.26
21722024-08-08T21:40:54.100Z[ helios-setup] Aug 08 21:40:52.210 INFO E| Downloaded semver v0.9.0
21732024-08-08T21:40:54.103Z[ helios-setup] Aug 08 21:40:52.212 INFO E| Downloaded modular-bitfield v0.11.2
21742024-08-08T21:40:54.121Z[ helios-setup] Aug 08 21:40:52.231 INFO E| Downloaded serde v1.0.204
21752024-08-08T21:40:54.127Z[ helios-setup] Aug 08 21:40:52.237 INFO E| Downloaded pest v2.7.11
21762024-08-08T21:40:54.135Z[ helios-setup] Aug 08 21:40:52.246 INFO E| Downloaded scroll v0.10.2
21772024-08-08T21:40:54.139Z[ helios-setup] Aug 08 21:40:52.249 INFO E| Downloaded goblin v0.4.3
21782024-08-08T21:40:54.148Z[ helios-setup] Aug 08 21:40:52.258 INFO E| Downloaded serde_json v1.0.120
21792024-08-08T21:40:54.160Z[ helios-setup] Aug 08 21:40:52.270 INFO E| Downloaded syn v2.0.71
21802024-08-08T21:40:54.205Z[ helios-setup] Aug 08 21:40:52.315 INFO E| Downloaded clap v2.34.0
21812024-08-08T21:40:54.215Z[ helios-setup] Aug 08 21:40:52.325 INFO E| Downloaded pest_meta v2.7.11
21822024-08-08T21:40:54.218Z[ helios-setup] Aug 08 21:40:52.328 INFO E| Downloaded log v0.4.22
21832024-08-08T21:40:54.221Z[ helios-setup] Aug 08 21:40:52.331 INFO E| Downloaded serde_derive v1.0.204
21842024-08-08T21:40:54.225Z[ helios-setup] Aug 08 21:40:52.335 INFO E| Downloaded pre v0.2.1
21852024-08-08T21:40:54.228Z[ helios-setup] Aug 08 21:40:52.336 INFO E| Downloaded memchr v2.7.4
21862024-08-08T21:40:54.235Z[ helios-setup] Aug 08 21:40:52.344 INFO E| Downloaded four-cc v0.3.0
21872024-08-08T21:40:54.239Z[ helios-setup] Aug 08 21:40:52.345 INFO E| Downloaded bytesize v1.3.0
21882024-08-08T21:40:54.322Z[ helios-setup] Aug 08 21:40:52.432 INFO E| Compiling proc-macro2 v1.0.86
21892024-08-08T21:40:54.338Z[ helios-setup] Aug 08 21:40:52.448 INFO E| Compiling unicode-ident v1.0.12
21902024-08-08T21:40:54.338Z[ helios-setup] Aug 08 21:40:52.448 INFO E| Compiling syn v1.0.109
21912024-08-08T21:40:54.347Z[ helios-setup] Aug 08 21:40:52.448 INFO E| Compiling version_check v0.9.4
21922024-08-08T21:40:54.347Z[ helios-setup] Aug 08 21:40:52.448 INFO E| Compiling thiserror v1.0.63
21932024-08-08T21:40:54.347Z[ helios-setup] Aug 08 21:40:52.448 INFO E| Compiling semver-parser v0.7.0
21942024-08-08T21:40:54.347Z[ helios-setup] Aug 08 21:40:52.448 INFO E| Compiling autocfg v1.3.0
21952024-08-08T21:40:54.347Z[ helios-setup] Aug 08 21:40:52.448 INFO E| Compiling serde v1.0.204
21962024-08-08T21:40:55.815Z[ helios-setup] Aug 08 21:40:53.925 INFO E| Compiling semver v0.9.0
21972024-08-08T21:40:56.113Z[ helios-setup] Aug 08 21:40:54.223 INFO E| Compiling proc-macro-error-attr v1.0.4
21982024-08-08T21:40:56.117Z[ helios-setup] Aug 08 21:40:54.227 INFO E| Compiling proc-macro-error v1.0.4
21992024-08-08T21:40:56.156Z[ helios-setup] Aug 08 21:40:54.266 INFO E| Compiling serde_json v1.0.120
22002024-08-08T21:40:56.192Z[ helios-setup] Aug 08 21:40:54.302 INFO E| Compiling num-traits v0.2.19
22012024-08-08T21:40:56.232Z[ helios-setup] Aug 08 21:40:54.342 INFO E| Compiling ryu v1.0.18
22022024-08-08T21:40:56.613Z[ helios-setup] Aug 08 21:40:54.722 INFO E| Compiling rustc_version v0.2.3
22032024-08-08T21:40:56.825Z[ helios-setup] Aug 08 21:40:54.935 INFO E| Compiling unicode-segmentation v1.11.0
22042024-08-08T21:40:56.890Z[ helios-setup] Aug 08 21:40:54.999 INFO E| Compiling itoa v1.0.11
22052024-08-08T21:40:56.908Z[ helios-setup] Aug 08 21:40:55.017 INFO E| Compiling schemars v0.8.21
22062024-08-08T21:40:56.944Z[ helios-setup] Aug 08 21:40:55.054 INFO E| Compiling memoffset v0.5.6
22072024-08-08T21:40:57.235Z[ helios-setup] Aug 08 21:40:55.344 INFO E| Compiling dyn-clone v1.0.17
22082024-08-08T21:40:57.504Z[ helios-setup] Aug 08 21:40:55.614 INFO E| Compiling memchr v2.7.4
22092024-08-08T21:40:57.537Z[ helios-setup] Aug 08 21:40:55.646 INFO E| Compiling pre-proc-macro v0.2.1
22102024-08-08T21:40:57.586Z[ helios-setup] Aug 08 21:40:55.695 INFO E| Compiling rustversion v1.0.17
22112024-08-08T21:40:57.641Z[ helios-setup] Aug 08 21:40:55.751 INFO E| Compiling paste v1.0.15
22122024-08-08T21:40:57.899Z[ helios-setup] Aug 08 21:40:56.009 INFO E| Compiling lazy_static v1.5.0
22132024-08-08T21:40:58.263Z[ helios-setup] Aug 08 21:40:56.372 INFO E| Compiling quote v1.0.36
22142024-08-08T21:40:58.292Z[ helios-setup] Aug 08 21:40:56.401 INFO E| Compiling heck v0.3.3
22152024-08-08T21:40:58.539Z[ helios-setup] Aug 08 21:40:56.648 INFO E| Compiling ucd-trie v0.1.6
22162024-08-08T21:40:58.656Z[ helios-setup] Aug 08 21:40:56.765 INFO E| Compiling libc v0.2.155
22172024-08-08T21:40:58.767Z[ host-package] Compiling lalrpop v0.19.12
22182024-08-08T21:40:59.188Z[ helios-setup] Aug 08 21:40:57.297 INFO E| Compiling syn v2.0.71
22192024-08-08T21:40:59.531Z[ helios-setup] Aug 08 21:40:57.640 INFO E| Compiling pre v0.2.1
22202024-08-08T21:41:00.350Z[ helios-setup] Aug 08 21:40:58.459 INFO E| Compiling static_assertions v1.1.0
22212024-08-08T21:41:00.382Z[ helios-setup] Aug 08 21:40:58.491 INFO E| Compiling once_cell v1.19.0
22222024-08-08T21:41:00.469Z[ helios-setup] Aug 08 21:40:58.578 INFO E| Compiling byteorder v1.5.0
22232024-08-08T21:41:01.333Z[ helios-setup] Aug 08 21:40:59.441 INFO E| Compiling cfg-if v0.1.10
22242024-08-08T21:41:01.713Z[ helios-setup] Aug 08 21:40:59.821 INFO E| Compiling unicode-width v0.1.13
22252024-08-08T21:41:02.416Z[ helios-setup] Aug 08 21:41:00.524 INFO E| Compiling textwrap v0.11.0
22262024-08-08T21:41:03.477Z[ helios-setup] Aug 08 21:41:01.585 INFO E| Compiling atty v0.2.14
22272024-08-08T21:41:03.716Z[ helios-setup] Aug 08 21:41:01.824 INFO E| Compiling strsim v0.8.0
22282024-08-08T21:41:04.006Z[ helios-setup] Aug 08 21:41:02.114 INFO E| Compiling ansi_term v0.12.1
22292024-08-08T21:41:04.064Z[ helios-setup] Aug 08 21:41:02.171 INFO E| Compiling parse_int v0.6.0
22302024-08-08T21:41:04.222Z[ helios-setup] Aug 08 21:41:02.330 INFO E| Compiling fletcher v0.1.0
22312024-08-08T21:41:04.445Z[ helios-setup] Aug 08 21:41:02.552 INFO E| Compiling strum v0.23.0
22322024-08-08T21:41:04.501Z[ helios-setup] Aug 08 21:41:02.609 INFO E| Compiling bitflags v1.3.2
22332024-08-08T21:41:04.592Z[ helios-setup] Aug 08 21:41:02.700 INFO E| Compiling vec_map v0.8.2
22342024-08-08T21:41:04.670Z[ helios-setup] Aug 08 21:41:02.778 INFO E| Compiling plain v0.2.3
22352024-08-08T21:41:04.747Z[ helios-setup] Aug 08 21:41:02.854 INFO E| Compiling log v0.4.22
22362024-08-08T21:41:05.053Z[ helios-setup] Aug 08 21:41:03.161 INFO E| Compiling clap v2.34.0
22372024-08-08T21:41:05.092Z[ helios-setup] Aug 08 21:41:03.199 INFO E| Compiling bytesize v1.3.0
22382024-08-08T21:41:06.865Z[ host-package] Compiling diesel v2.2.2
22392024-08-08T21:41:07.633Z[ helios-setup] Aug 08 21:41:05.740 INFO E| Compiling serde_derive_internals v0.29.1
22402024-08-08T21:41:08.676Z[ helios-setup] Aug 08 21:41:06.783 INFO E| Compiling toml v0.5.11
22412024-08-08T21:41:11.468Z[ host-package] Compiling slog-stdlog v4.1.1
22422024-08-08T21:41:12.095Z[ helios-setup] Aug 08 21:41:10.201 INFO E| Compiling proc-macro-crate v0.1.5
22432024-08-08T21:41:12.978Z[ host-package] Compiling tungstenite v0.21.0
22442024-08-08T21:41:13.715Z[ helios-setup] Aug 08 21:41:11.821 INFO E| Compiling thiserror-impl v1.0.63
22452024-08-08T21:41:13.743Z[ helios-setup] Aug 08 21:41:11.849 INFO E| Compiling serde_derive v1.0.204
22462024-08-08T21:41:13.852Z[ helios-setup] Aug 08 21:41:11.956 INFO E| Compiling schemars_derive v0.8.21
22472024-08-08T21:41:14.057Z[ helios-setup] Aug 08 21:41:12.163 INFO E| Compiling zerocopy-derive v0.6.6
22482024-08-08T21:41:16.422Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22492024-08-08T21:41:17.479Z[ helios-setup] Aug 08 21:41:15.583 INFO E| Compiling zerocopy v0.6.6
22502024-08-08T21:41:19.186Z[ host-package] Compiling which v4.4.2
22512024-08-08T21:41:19.321Z[ helios-setup] Aug 08 21:41:17.425 INFO E| Compiling pest v2.7.11
22522024-08-08T21:41:19.408Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22532024-08-08T21:41:19.798Z[ host-package] Compiling cexpr v0.6.0
22542024-08-08T21:41:19.939Z[ helios-setup] Aug 08 21:41:18.043 INFO E| Compiling modular-bitfield-impl v0.11.2
22552024-08-08T21:41:19.942Z[ helios-setup] Aug 08 21:41:18.043 INFO E| Compiling num-derive v0.3.3
22562024-08-08T21:41:19.942Z[ helios-setup] Aug 08 21:41:18.043 INFO E| Compiling strum_macros v0.23.1
22572024-08-08T21:41:20.473Z[ host-package] Compiling libsw v3.3.1
22582024-08-08T21:41:20.524Z[ helios-setup] Aug 08 21:41:18.628 INFO E| Compiling scroll_derive v0.10.5
22592024-08-08T21:41:21.275Z[ helios-setup] Aug 08 21:41:19.379 INFO E| Compiling structopt-derive v0.4.18
22602024-08-08T21:41:21.471Z[ host-package] Compiling atty v0.2.14
22612024-08-08T21:41:21.750Z[ host-package] Compiling lazycell v1.3.0
22622024-08-08T21:41:21.980Z[ host-package] Compiling shlex v1.3.0
22632024-08-08T21:41:22.469Z[ host-package] Compiling linear-map v1.2.0
22642024-08-08T21:41:22.726Z[ host-package] Compiling ref-cast v1.0.23
22652024-08-08T21:41:23.033Z[ host-package] Compiling owo-colors v4.0.0
22662024-08-08T21:41:23.474Z[ host-package] Compiling rustc-hash v1.1.0
22672024-08-08T21:41:23.513Z[ helios-setup] Aug 08 21:41:21.616 INFO E| Compiling scroll v0.10.2
22682024-08-08T21:41:24.240Z[ host-package] Compiling tokio-tungstenite v0.21.0
22692024-08-08T21:41:24.933Z[ helios-setup] Aug 08 21:41:23.036 INFO E| Compiling pest_meta v2.7.11
22702024-08-08T21:41:25.094Z[ helios-setup] Aug 08 21:41:23.195 INFO E| Compiling goblin v0.4.3
22712024-08-08T21:41:25.655Z[ helios-setup] Aug 08 21:41:23.758 INFO E| Compiling modular-bitfield v0.11.2
22722024-08-08T21:41:25.659Z[ host-package] Compiling slog-envlogger v2.2.0
22732024-08-08T21:41:26.916Z[ helios-setup] Aug 08 21:41:25.004 INFO E| Compiling structopt v0.3.26
22742024-08-08T21:41:27.115Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22752024-08-08T21:41:27.324Z[ helios-setup] Aug 08 21:41:25.426 INFO E| Compiling pest_generator v2.7.11
22762024-08-08T21:41:28.313Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22772024-08-08T21:41:29.655Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22782024-08-08T21:41:30.341Z[ host-package] Compiling derive_builder_core v0.20.0
22792024-08-08T21:41:32.029Z[ helios-setup] Aug 08 21:41:30.131 INFO E| Compiling pest_derive v2.7.11
22802024-08-08T21:41:33.580Z[ host-package] Compiling headers-core v0.2.0
22812024-08-08T21:41:33.868Z[ host-package] Compiling fxhash v0.2.1
22822024-08-08T21:41:34.467Z[ host-package] Compiling libxml v0.3.3
22832024-08-08T21:41:34.985Z[ host-package] Compiling ref-cast-impl v1.0.23
22842024-08-08T21:41:36.856Z[ host-package] Compiling headers v0.3.9
22852024-08-08T21:41:37.299Z[ helios-setup] Aug 08 21:41:35.391 INFO E| Compiling json5 v0.4.1
22862024-08-08T21:41:38.164Z[ host-package] Compiling derive_builder_macro v0.20.0
22872024-08-08T21:41:39.549Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22882024-08-08T21:41:41.957Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22892024-08-08T21:41:42.453Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22902024-08-08T21:41:43.094Z[ helios-setup] Aug 08 21:41:41.192 INFO E| Compiling four-cc v0.3.0
22912024-08-08T21:41:43.094Z[ helios-setup] Aug 08 21:41:41.192 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
22922024-08-08T21:41:43.280Z[ helios-setup] Aug 08 21:41:41.379 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
22932024-08-08T21:41:43.293Z[ host-package] Compiling polar-core v0.27.3
22942024-08-08T21:41:44.282Z[ host-package] Compiling samael v0.0.15
22952024-08-08T21:41:44.439Z[ host-package] Compiling strum_macros v0.24.3
22962024-08-08T21:41:46.867Z[ host-package] Compiling cookie v0.18.1
22972024-08-08T21:41:47.465Z[ host-package] Compiling unicase v2.7.0
22982024-08-08T21:41:47.818Z[ host-package] Compiling indoc v1.0.9
22992024-08-08T21:41:48.605Z[ host-package] Compiling derive_builder v0.20.0
23002024-08-08T21:41:48.856Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23012024-08-08T21:41:48.937Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
23022024-08-08T21:41:49.331Z[ host-package] Compiling oso-derive v0.27.3
23032024-08-08T21:41:50.532Z[ host-package] Compiling quick-xml v0.31.0
23042024-08-08T21:41:54.494Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
23052024-08-08T21:41:54.505Z[ host-package] Compiling cfg_aliases v0.1.1
23062024-08-08T21:41:54.505Z[ host-package] Compiling parking_lot_core v0.8.6
23072024-08-08T21:41:54.644Z[ host-package] Compiling nix v0.28.0
23082024-08-08T21:41:55.553Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23092024-08-08T21:41:56.965Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23102024-08-08T21:41:57.950Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23112024-08-08T21:41:58.451Z[ host-package] Compiling bb8 v0.8.5
23122024-08-08T21:41:58.729Z[ host-package] Compiling const_format_proc_macros v0.2.32
23132024-08-08T21:41:59.417Z[ host-package] Compiling curve25519-dalek v4.1.3
23142024-08-08T21:42:00.346Z[ host-package] Compiling vte_generate_state_changes v0.1.1
23152024-08-08T21:42:00.866Z[ host-package] Compiling keccak v0.1.5
23162024-08-08T21:42:01.157Z[ host-package] Compiling vte v0.11.1
23172024-08-08T21:42:01.899Z[ host-package] Compiling sha3 v0.10.8
23182024-08-08T21:42:01.975Z[ host-package] Compiling const_format v0.2.32
23192024-08-08T21:42:02.889Z[ host-package] Compiling fd-lock v4.0.2
23202024-08-08T21:42:03.151Z[ host-package] Compiling universal-hash v0.5.1
23212024-08-08T21:42:03.205Z[ host-package] Compiling secrecy v0.8.0
23222024-08-08T21:42:03.423Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23232024-08-08T21:42:03.464Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
23242024-08-08T21:42:03.517Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23252024-08-08T21:42:03.656Z[ host-package] Compiling bytecount v0.6.8
23262024-08-08T21:42:03.988Z[ host-package] Compiling opaque-debug v0.3.1
23272024-08-08T21:42:04.092Z[ host-package] Compiling papergrid v0.11.0
23282024-08-08T21:42:04.142Z[ host-package] Compiling poly1305 v0.8.0
23292024-08-08T21:42:06.024Z[ host-package] Compiling parking_lot v0.11.2
23302024-08-08T21:42:06.414Z[ host-package] Compiling thiserror-no-std v2.0.2
23312024-08-08T21:42:13.229Z[ host-package] Compiling oso v0.27.3
23322024-08-08T21:42:14.127Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23332024-08-08T21:42:15.798Z[ host-package] Compiling strip-ansi-escapes v0.2.0
23342024-08-08T21:42:16.691Z[ host-package] Compiling trust-dns-client v0.22.0
23352024-08-08T21:42:17.157Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23362024-08-08T21:42:17.503Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
23372024-08-08T21:42:17.582Z[ host-package] Compiling tabled_derive v0.7.0
23382024-08-08T21:42:20.259Z[ host-package] Compiling chacha20 v0.9.1
23392024-08-08T21:42:20.736Z[ host-package] Compiling aead v0.5.2
23402024-08-08T21:42:21.128Z[ host-package] Compiling peg-macros v0.8.4
23412024-08-08T21:42:22.878Z[ host-package] Compiling kstat-rs v0.2.4
23422024-08-08T21:42:23.915Z[ host-package] Compiling toml v0.5.11
23432024-08-08T21:42:24.915Z[ host-package] Compiling sqlparser_derive v0.2.2
23442024-08-08T21:42:24.991Z[ helios-setup] Aug 08 21:42:23.080 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
23452024-08-08T21:42:26.691Z[ host-package] Compiling unicode_categories v0.1.1
23462024-08-08T21:42:27.193Z[ host-package] Compiling nu-ansi-term v0.50.0
23472024-08-08T21:42:28.829Z[ host-package] Compiling reedline v0.31.0
23482024-08-08T21:42:29.912Z[ host-package] Compiling sqlformat v0.2.4
23492024-08-08T21:42:30.572Z[ host-package] Compiling rustyline v14.0.0
23502024-08-08T21:42:33.763Z[ host-package] Compiling sqlparser v0.45.0
23512024-08-08T21:42:34.074Z[ host-package] Compiling trust-dns-server v0.22.1
23522024-08-08T21:42:39.350Z[ helios-setup] Aug 08 21:42:37.436 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
23532024-08-08T21:42:42.722Z[ host-package] Compiling peg v0.8.4
23542024-08-08T21:42:42.887Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23552024-08-08T21:42:44.629Z[ host-package] Compiling chacha20poly1305 v0.10.1
23562024-08-08T21:42:44.950Z[ host-package] Compiling tabled v0.15.0
23572024-08-08T21:42:47.302Z[ host-package] Compiling vsss-rs v3.3.4
23582024-08-08T21:42:52.338Z[ host-package] Compiling mime_guess v2.0.4
23592024-08-08T21:42:53.692Z[ host-package] Compiling sled v0.34.7
23602024-08-08T21:42:57.948Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23612024-08-08T21:42:58.425Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23622024-08-08T21:42:58.704Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
23632024-08-08T21:43:00.554Z[ host-package] Compiling env_logger v0.9.3
23642024-08-08T21:43:05.725Z[ host-package] Compiling tungstenite v0.20.1
23652024-08-08T21:43:08.670Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
23662024-08-08T21:43:11.927Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23672024-08-08T21:43:17.012Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23682024-08-08T21:43:21.243Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23692024-08-08T21:43:25.130Z[ helios-setup] Aug 08 21:43:23.206 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 33s
23702024-08-08T21:43:25.164Z[ helios-setup] Aug 08 21:43:23.240 INFO building project "amd-host-image-builder" ok (183 seconds)
23712024-08-08T21:43:25.164Z[ helios-setup] Aug 08 21:43:23.240 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
23722024-08-08T21:43:25.164Z[ helios-setup] Aug 08 21:43:23.240 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
23732024-08-08T21:43:25.539Z[ helios-setup] Aug 08 21:43:23.615 INFO E| Compiling adler v1.0.2
23742024-08-08T21:43:25.690Z[ helios-setup] Aug 08 21:43:23.763 INFO E| Compiling miniz_oxide v0.7.2
23752024-08-08T21:43:26.870Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23762024-08-08T21:43:28.464Z[ helios-setup] Aug 08 21:43:26.539 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
23772024-08-08T21:43:28.636Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23782024-08-08T21:43:28.730Z[ host-package] Compiling bcs v0.1.6
23792024-08-08T21:43:29.141Z[ host-package] Compiling bitstruct_derive v0.1.0
23802024-08-08T21:43:29.685Z[ host-package] Compiling nanorand v0.7.0
23812024-08-08T21:43:29.704Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23822024-08-08T21:43:29.907Z[ helios-setup] Aug 08 21:43:27.982 INFO E| Finished `release` profile [optimized] target(s) in 4.64s
23832024-08-08T21:43:29.907Z[ helios-setup] Aug 08 21:43:27.982 INFO building project "pinprick" ok (4 seconds)
23842024-08-08T21:43:29.910Z[ helios-setup] Aug 08 21:43:27.982 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
23852024-08-08T21:43:29.910Z[ helios-setup] Aug 08 21:43:27.982 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
23862024-08-08T21:43:29.921Z[ host-package] Compiling memoffset v0.9.1
23872024-08-08T21:43:30.403Z[ helios-setup] Aug 08 21:43:28.466 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
23882024-08-08T21:43:30.408Z[ host-package] Compiling ascii v1.1.0
23892024-08-08T21:43:30.562Z[ host-package] Compiling highway v1.2.0
23902024-08-08T21:43:30.920Z[ helios-setup] Aug 08 21:43:28.994 INFO E| From https://github.com/jclulow/hiercmd
23912024-08-08T21:43:30.920Z[ helios-setup] Aug 08 21:43:28.994 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
23922024-08-08T21:43:30.941Z[ helios-setup] Aug 08 21:43:29.016 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
23932024-08-08T21:43:31.192Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23942024-08-08T21:43:31.446Z[ helios-setup] Aug 08 21:43:29.521 INFO E| From https://github.com/jclulow/network-interface
23952024-08-08T21:43:31.446Z[ helios-setup] Aug 08 21:43:29.521 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
23962024-08-08T21:43:31.482Z[ helios-setup] Aug 08 21:43:29.557 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
23972024-08-08T21:43:31.965Z[ helios-setup] Aug 08 21:43:30.039 INFO E| From https://github.com/oxidecomputer/boot-image-tools
23982024-08-08T21:43:31.965Z[ helios-setup] Aug 08 21:43:30.039 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
23992024-08-08T21:43:32.020Z[ helios-setup] Aug 08 21:43:30.094 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24002024-08-08T21:43:32.074Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24012024-08-08T21:43:32.362Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
24022024-08-08T21:43:32.800Z[ helios-setup] Aug 08 21:43:30.874 INFO E| From https://github.com/oxidecomputer/facade
24032024-08-08T21:43:32.800Z[ helios-setup] Aug 08 21:43:30.874 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24042024-08-08T21:43:32.886Z[ helios-setup] Aug 08 21:43:30.961 INFO E| Updating crates.io index
24052024-08-08T21:43:33.169Z[ host-package] Compiling bitstruct v0.1.1
24062024-08-08T21:43:33.524Z[ host-package] Compiling flume v0.11.0
24072024-08-08T21:43:33.901Z[ helios-setup] Aug 08 21:43:31.975 INFO E| Downloading crates ...
24082024-08-08T21:43:34.077Z[ helios-setup] Aug 08 21:43:32.151 INFO E| Downloaded const-random v0.1.15
24092024-08-08T21:43:34.104Z[ helios-setup] Aug 08 21:43:32.178 INFO E| Downloaded fastrand v1.9.0
24102024-08-08T21:43:34.107Z[ helios-setup] Aug 08 21:43:32.180 INFO E| Downloaded concolor-override v1.0.0
24112024-08-08T21:43:34.110Z[ helios-setup] Aug 08 21:43:32.182 INFO E| Downloaded block-buffer v0.10.3
24122024-08-08T21:43:34.110Z[ helios-setup] Aug 08 21:43:32.183 INFO E| Downloaded anstyle v0.3.5
24132024-08-08T21:43:34.113Z[ helios-setup] Aug 08 21:43:32.186 INFO E| Downloaded anstream v0.2.6
24142024-08-08T21:43:34.116Z[ helios-setup] Aug 08 21:43:32.189 INFO E| Downloaded project-root v0.2.2
24152024-08-08T21:43:34.118Z[ helios-setup] Aug 08 21:43:32.191 INFO E| Downloaded dyn-clone v1.0.11
24162024-08-08T21:43:34.121Z[ helios-setup] Aug 08 21:43:32.193 INFO E| Downloaded futures-io v0.3.28
24172024-08-08T21:43:34.121Z[ helios-setup] Aug 08 21:43:32.195 INFO E| Downloaded scopeguard v1.1.0
24182024-08-08T21:43:34.124Z[ helios-setup] Aug 08 21:43:32.197 INFO E| Downloaded form_urlencoded v1.1.0
24192024-08-08T21:43:34.124Z[ helios-setup] Aug 08 21:43:32.198 INFO E| Downloaded cpufeatures v0.2.5
24202024-08-08T21:43:34.127Z[ helios-setup] Aug 08 21:43:32.201 INFO E| Downloaded futures-sink v0.3.28
24212024-08-08T21:43:34.130Z[ helios-setup] Aug 08 21:43:32.202 INFO E| Downloaded futures-executor v0.3.28
24222024-08-08T21:43:34.132Z[ helios-setup] Aug 08 21:43:32.204 INFO E| Downloaded crossbeam-deque v0.8.2
24232024-08-08T21:43:34.132Z[ helios-setup] Aug 08 21:43:32.207 INFO E| Downloaded ahash v0.7.6
24242024-08-08T21:43:34.137Z[ helios-setup] Aug 08 21:43:32.212 INFO E| Downloaded const-random-macro v0.1.15
24252024-08-08T21:43:34.153Z[ helios-setup] Aug 08 21:43:32.227 INFO E| Downloaded semver-parser v0.10.2
24262024-08-08T21:43:34.182Z[ helios-setup] Aug 08 21:43:32.256 INFO E| Downloaded want v0.3.0
24272024-08-08T21:43:34.185Z[ helios-setup] Aug 08 21:43:32.258 INFO E| Downloaded try-lock v0.2.4
24282024-08-08T21:43:34.192Z[ helios-setup] Aug 08 21:43:32.266 INFO E| Downloaded signal-hook-registry v1.4.0
24292024-08-08T21:43:34.195Z[ helios-setup] Aug 08 21:43:32.268 INFO E| Downloaded smawk v0.3.1
24302024-08-08T21:43:34.198Z[ helios-setup] Aug 08 21:43:32.271 INFO E| Downloaded strsim v0.10.0
24312024-08-08T21:43:34.200Z[ helios-setup] Aug 08 21:43:32.274 INFO E| Downloaded rustfmt-wrapper v0.2.0
24322024-08-08T21:43:34.203Z[ helios-setup] Aug 08 21:43:32.277 INFO E| Downloaded tokio-macros v2.0.0
24332024-08-08T21:43:34.206Z[ helios-setup] Aug 08 21:43:32.279 INFO E| Downloaded built v0.6.0
24342024-08-08T21:43:34.209Z[ helios-setup] Aug 08 21:43:32.282 INFO E| Downloaded terminal_size v0.2.6
24352024-08-08T21:43:34.212Z[ helios-setup] Aug 08 21:43:32.285 INFO E| Downloaded futures-task v0.3.28
24362024-08-08T21:43:34.215Z[ helios-setup] Aug 08 21:43:32.288 INFO E| Downloaded sha1 v0.10.5
24372024-08-08T21:43:34.219Z[ helios-setup] Aug 08 21:43:32.291 INFO E| Downloaded toolchain_find v0.2.0
24382024-08-08T21:43:34.222Z[ helios-setup] Aug 08 21:43:32.294 INFO E| Downloaded slab v0.4.7
24392024-08-08T21:43:34.222Z[ helios-setup] Aug 08 21:43:32.296 INFO E| Downloaded unicode-width v0.1.10
24402024-08-08T21:43:34.225Z[ helios-setup] Aug 08 21:43:32.299 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
24412024-08-08T21:43:34.229Z[ helios-setup] Aug 08 21:43:32.304 INFO E| Downloaded proc-macro-crate v1.2.1
24422024-08-08T21:43:34.232Z[ helios-setup] Aug 08 21:43:32.306 INFO E| Downloaded toml_datetime v0.6.1
24432024-08-08T21:43:34.235Z[ helios-setup] Aug 08 21:43:32.308 INFO E| Downloaded schemars_derive v0.8.12
24442024-08-08T21:43:34.237Z[ helios-setup] Aug 08 21:43:32.311 INFO E| Downloaded percent-encoding v2.2.0
24452024-08-08T21:43:34.240Z[ helios-setup] Aug 08 21:43:32.312 INFO E| Downloaded time v0.1.45
24462024-08-08T21:43:34.251Z[ helios-setup] Aug 08 21:43:32.325 INFO E| Downloaded io-lifetimes v1.0.10
24472024-08-08T21:43:34.256Z[ helios-setup] Aug 08 21:43:32.330 INFO E| Downloaded walkdir v2.3.3
24482024-08-08T21:43:34.259Z[ helios-setup] Aug 08 21:43:32.334 INFO E| Downloaded clap v4.2.1
24492024-08-08T21:43:34.276Z[ helios-setup] Aug 08 21:43:32.350 INFO E| Downloaded tempfile v3.5.0
24502024-08-08T21:43:34.280Z[ helios-setup] Aug 08 21:43:32.355 INFO E| Downloaded schemars v0.8.12
24512024-08-08T21:43:34.301Z[ helios-setup] Aug 08 21:43:32.376 INFO E| Downloaded unicode-ident v1.0.8
24522024-08-08T21:43:34.555Z[ helios-setup] Aug 08 21:43:32.380 INFO E| Downloaded ryu v1.0.13
24532024-08-08T21:43:34.561Z[ helios-setup] Aug 08 21:43:32.415 INFO E| Downloaded rustls-webpki v0.100.1
24542024-08-08T21:43:34.561Z[ helios-setup] Aug 08 21:43:32.423 INFO E| Downloaded url v2.3.1
24552024-08-08T21:43:34.561Z[ helios-setup] Aug 08 21:43:32.428 INFO E| Downloaded tokio-util v0.7.7
24562024-08-08T21:43:34.561Z[ helios-setup] Aug 08 21:43:32.436 INFO E| Downloaded parking_lot v0.12.1
24572024-08-08T21:43:34.561Z[ helios-setup] Aug 08 21:43:32.440 INFO E| Downloaded winnow v0.4.1
24582024-08-08T21:43:34.561Z[ helios-setup] Aug 08 21:43:32.452 INFO E| Downloaded serde_json v1.0.95
24592024-08-08T21:43:34.561Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24602024-08-08T21:43:34.561Z[ helios-setup] Aug 08 21:43:32.480 INFO E| Downloaded syn v1.0.107
24612024-08-08T21:43:34.561Z[ helios-setup] Aug 08 21:43:32.527 INFO E| Downloaded miniz_oxide v0.6.2
24622024-08-08T21:43:34.561Z[ helios-setup] Aug 08 21:43:32.531 INFO E| Downloaded mio v0.8.5
24632024-08-08T21:43:34.562Z[ helios-setup] Aug 08 21:43:32.547 INFO E| Downloaded tokio v1.27.0
24642024-08-08T21:43:34.562Z[ helios-setup] Aug 08 21:43:32.613 INFO E| Downloaded flate2 v1.0.25
24652024-08-08T21:43:34.562Z[ helios-setup] Aug 08 21:43:32.621 INFO E| Downloaded pest v2.5.7
24662024-08-08T21:43:34.562Z[ helios-setup] Aug 08 21:43:32.629 INFO E| Downloaded http v0.2.9
24672024-08-08T21:43:34.565Z[ helios-setup] Aug 08 21:43:32.637 INFO E| Downloaded futures-util v0.3.28
24682024-08-08T21:43:34.582Z[ helios-setup] Aug 08 21:43:32.656 INFO E| Downloaded crossbeam-channel v0.5.6
24692024-08-08T21:43:34.588Z[ helios-setup] Aug 08 21:43:32.663 INFO E| Downloaded clap_builder v4.2.1
24702024-08-08T21:43:34.599Z[ helios-setup] Aug 08 21:43:32.674 INFO E| Downloaded anyhow v1.0.68
24712024-08-08T21:43:34.605Z[ helios-setup] Aug 08 21:43:32.680 INFO E| Downloaded reqwest v0.11.16
24722024-08-08T21:43:34.661Z[ helios-setup] Aug 08 21:43:32.735 INFO E| Downloaded h2 v0.3.16
24732024-08-08T21:43:34.672Z[ helios-setup] Aug 08 21:43:32.746 INFO E| Downloaded rayon v1.6.1
24742024-08-08T21:43:34.687Z[ helios-setup] Aug 08 21:43:32.760 INFO E| Downloaded git2 v0.16.1
24752024-08-08T21:43:34.698Z[ helios-setup] Aug 08 21:43:32.772 INFO E| Downloaded hyper v0.14.25
24762024-08-08T21:43:34.710Z[ helios-setup] Aug 08 21:43:32.784 INFO E| Downloaded chrono v0.4.24
24772024-08-08T21:43:34.721Z[ helios-setup] Aug 08 21:43:32.795 INFO E| Downloaded regress v0.5.0
24782024-08-08T21:43:34.732Z[ helios-setup] Aug 08 21:43:32.806 INFO E| Downloaded aho-corasick v0.7.20
24792024-08-08T21:43:34.737Z[ helios-setup] Aug 08 21:43:32.812 INFO E| Downloaded regex v1.7.3
24802024-08-08T21:43:34.750Z[ helios-setup] Aug 08 21:43:32.824 INFO E| Downloaded memchr v2.5.0
24812024-08-08T21:43:34.757Z[ helios-setup] Aug 08 21:43:32.831 INFO E| Downloaded rustix v0.37.3
24822024-08-08T21:43:34.788Z[ helios-setup] Aug 08 21:43:32.862 INFO E| Downloaded rhai v1.14.0
24832024-08-08T21:43:34.807Z[ helios-setup] Aug 08 21:43:32.881 INFO E| Downloaded openapiv3 v1.0.2
24842024-08-08T21:43:34.826Z[ helios-setup] Aug 08 21:43:32.900 INFO E| Downloaded bytes v1.4.0
24852024-08-08T21:43:34.832Z[ helios-setup] Aug 08 21:43:32.906 INFO E| Downloaded rustls v0.21.0
24862024-08-08T21:43:34.853Z[ helios-setup] Aug 08 21:43:32.924 INFO E| Downloaded unicode-normalization v0.1.22
24872024-08-08T21:43:34.856Z[ helios-setup] Aug 08 21:43:32.929 INFO E| Downloaded rayon-core v1.10.2
24882024-08-08T21:43:34.861Z[ helios-setup] Aug 08 21:43:32.935 INFO E| Downloaded base64 v0.21.0
24892024-08-08T21:43:34.868Z[ helios-setup] Aug 08 21:43:32.942 INFO E| Downloaded unicode-linebreak v0.1.4
24902024-08-08T21:43:34.871Z[ helios-setup] Aug 08 21:43:32.945 INFO E| Downloaded tracing v0.1.37
24912024-08-08T21:43:34.878Z[ helios-setup] Aug 08 21:43:32.952 INFO E| Downloaded toml_edit v0.19.8
24922024-08-08T21:43:34.910Z[ helios-setup] Aug 08 21:43:32.984 INFO E| Downloaded futures v0.3.28
24932024-08-08T21:43:34.919Z[ helios-setup] Aug 08 21:43:32.993 INFO E| Downloaded libc v0.2.139
24942024-08-08T21:43:34.951Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24952024-08-08T21:43:34.958Z[ helios-setup] Aug 08 21:43:33.032 INFO E| Downloaded crossbeam-epoch v0.9.13
24962024-08-08T21:43:34.963Z[ helios-setup] Aug 08 21:43:33.037 INFO E| Downloaded cc v1.0.78
24972024-08-08T21:43:34.967Z[ helios-setup] Aug 08 21:43:33.041 INFO E| Downloaded uuid v1.3.0
24982024-08-08T21:43:34.974Z[ helios-setup] Aug 08 21:43:33.048 INFO E| Downloaded unsafe-libyaml v0.2.8
24992024-08-08T21:43:34.979Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25002024-08-08T21:43:34.982Z[ helios-setup] Aug 08 21:43:33.054 INFO E| Downloaded unicode-bidi v0.3.13
25012024-08-08T21:43:34.985Z[ helios-setup] Aug 08 21:43:33.058 INFO E| Downloaded tungstenite v0.18.0
25022024-08-08T21:43:34.989Z[ helios-setup] Aug 08 21:43:33.063 INFO E| Downloaded tracing-core v0.1.30
25032024-08-08T21:43:34.993Z[ helios-setup] Aug 08 21:43:33.068 INFO E| Downloaded textwrap v0.16.0
25042024-08-08T21:43:34.997Z[ helios-setup] Aug 08 21:43:33.071 INFO E| Downloaded serde_yaml v0.9.21
25052024-08-08T21:43:35.003Z[ helios-setup] Aug 08 21:43:33.077 INFO E| Downloaded rhai_codegen v1.5.0
25062024-08-08T21:43:35.017Z[ helios-setup] Aug 08 21:43:33.091 INFO E| Downloaded num-traits v0.2.15
25072024-08-08T21:43:35.021Z[ helios-setup] Aug 08 21:43:33.095 INFO E| Downloaded ipnet v2.7.2
25082024-08-08T21:43:35.024Z[ helios-setup] Aug 08 21:43:33.098 INFO E| Downloaded crossbeam-utils v0.8.14
25092024-08-08T21:43:35.028Z[ helios-setup] Aug 08 21:43:33.102 INFO E| Downloaded async-trait v0.1.68
25102024-08-08T21:43:35.034Z[ helios-setup] Aug 08 21:43:33.108 INFO E| Downloaded ucd-trie v0.1.5
25112024-08-08T21:43:35.037Z[ helios-setup] Aug 08 21:43:33.111 INFO E| Downloaded typenum v1.16.0
25122024-08-08T21:43:35.041Z[ helios-setup] Aug 08 21:43:33.115 INFO E| Downloaded toml v0.7.3
25132024-08-08T21:43:35.046Z[ helios-setup] Aug 08 21:43:33.120 INFO E| Downloaded tokio-tungstenite v0.18.0
25142024-08-08T21:43:35.050Z[ helios-setup] Aug 08 21:43:33.124 INFO E| Downloaded tokio-rustls v0.24.0
25152024-08-08T21:43:35.053Z[ helios-setup] Aug 08 21:43:33.127 INFO E| Downloaded socket2 v0.4.9
25162024-08-08T21:43:35.056Z[ helios-setup] Aug 08 21:43:33.130 INFO E| Downloaded pin-project-lite v0.2.9
25172024-08-08T21:43:35.062Z[ helios-setup] Aug 08 21:43:33.136 INFO E| Downloaded parking_lot_core v0.9.6
25182024-08-08T21:43:35.065Z[ helios-setup] Aug 08 21:43:33.139 INFO E| Downloaded lock_api v0.4.9
25192024-08-08T21:43:35.067Z[ helios-setup] Aug 08 21:43:33.141 INFO E| Downloaded itoa v1.0.6
25202024-08-08T21:43:35.070Z[ helios-setup] Aug 08 21:43:33.143 INFO E| Downloaded getrandom v0.2.8
25212024-08-08T21:43:35.074Z[ helios-setup] Aug 08 21:43:33.148 INFO E| Downloaded futures-core v0.3.28
25222024-08-08T21:43:35.076Z[ helios-setup] Aug 08 21:43:33.150 INFO E| Downloaded cargo-lock v8.0.3
25232024-08-08T21:43:35.081Z[ helios-setup] Aug 08 21:43:33.155 INFO E| Downloaded bincode v1.3.3
25242024-08-08T21:43:35.084Z[ helios-setup] Aug 08 21:43:33.158 INFO E| Downloaded thiserror v1.0.38
25252024-08-08T21:43:35.091Z[ helios-setup] Aug 08 21:43:33.165 INFO E| Downloaded smartstring v1.0.1
25262024-08-08T21:43:35.095Z[ helios-setup] Aug 08 21:43:33.169 INFO E| Downloaded encoding_rs v0.8.32
25272024-08-08T21:43:35.129Z[ helios-setup] Aug 08 21:43:33.203 INFO E| Downloaded semver v1.0.17
25282024-08-08T21:43:35.134Z[ helios-setup] Aug 08 21:43:33.208 INFO E| Downloaded sct v0.7.0
25292024-08-08T21:43:35.140Z[ helios-setup] Aug 08 21:43:33.214 INFO E| Downloaded once_cell v1.17.0
25302024-08-08T21:43:35.144Z[ helios-setup] Aug 08 21:43:33.218 INFO E| Downloaded log v0.4.17
25312024-08-08T21:43:35.149Z[ helios-setup] Aug 08 21:43:33.222 INFO E| Downloaded home v0.5.4
25322024-08-08T21:43:35.152Z[ helios-setup] Aug 08 21:43:33.224 INFO E| Downloaded rustls-pemfile v1.0.2
25332024-08-08T21:43:35.155Z[ helios-setup] Aug 08 21:43:33.227 INFO E| Downloaded thiserror-impl v1.0.38
25342024-08-08T21:43:35.157Z[ helios-setup] Aug 08 21:43:33.229 INFO E| Downloaded smallvec v1.10.0
25352024-08-08T21:43:35.160Z[ helios-setup] Aug 08 21:43:33.233 INFO E| Downloaded serde_derive_internals v0.26.0
25362024-08-08T21:43:35.163Z[ helios-setup] Aug 08 21:43:33.236 INFO E| Downloaded semver v0.11.0
25372024-08-08T21:43:35.166Z[ helios-setup] Aug 08 21:43:33.239 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
25382024-08-08T21:43:35.281Z[ helios-setup] Aug 08 21:43:33.354 INFO E| Downloaded num_enum_derive v0.5.7
25392024-08-08T21:43:35.286Z[ helios-setup] Aug 08 21:43:33.355 INFO E| Downloaded iana-time-zone v0.1.56
25402024-08-08T21:43:35.286Z[ helios-setup] Aug 08 21:43:33.358 INFO E| Downloaded httpdate v1.0.2
25412024-08-08T21:43:35.291Z[ helios-setup] Aug 08 21:43:33.360 INFO E| Downloaded num_cpus v1.15.0
25422024-08-08T21:43:35.302Z[ helios-setup] Aug 08 21:43:33.374 INFO E| Downloaded sha2 v0.10.6
25432024-08-08T21:43:35.307Z[ helios-setup] Aug 08 21:43:33.378 INFO E| Downloaded num-integer v0.1.45
25442024-08-08T21:43:35.311Z[ helios-setup] Aug 08 21:43:33.381 INFO E| Downloaded lazy_static v1.4.0
25452024-08-08T21:43:35.311Z[ helios-setup] Aug 08 21:43:33.383 INFO E| Downloaded generic-array v0.14.6
25462024-08-08T21:43:35.321Z[ helios-setup] Aug 08 21:43:33.394 INFO E| Downloaded futures-macro v0.3.28
25472024-08-08T21:43:35.325Z[ helios-setup] Aug 08 21:43:33.395 INFO E| Downloaded libz-sys v1.1.8
25482024-08-08T21:43:35.406Z[ helios-setup] Aug 08 21:43:33.479 INFO E| Downloaded slog-bunyan v2.4.0
25492024-08-08T21:43:35.413Z[ helios-setup] Aug 08 21:43:33.481 INFO E| Downloaded errno v0.3.1
25502024-08-08T21:43:35.413Z[ helios-setup] Aug 08 21:43:33.482 INFO E| Downloaded digest v0.10.6
25512024-08-08T21:43:35.418Z[ helios-setup] Aug 08 21:43:33.485 INFO E| Downloaded concolor-query v0.3.3
25522024-08-08T21:43:35.418Z[ helios-setup] Aug 08 21:43:33.486 INFO E| Downloaded clap_lex v0.4.1
25532024-08-08T21:43:35.418Z[ helios-setup] Aug 08 21:43:33.488 INFO E| Downloaded autocfg v1.1.0
25542024-08-08T21:43:35.418Z[ helios-setup] Aug 08 21:43:33.491 INFO E| Downloaded camino v1.1.4
25552024-08-08T21:43:35.423Z[ helios-setup] Aug 08 21:43:33.492 INFO E| Downloaded byteorder v1.4.3
25562024-08-08T21:43:35.423Z[ helios-setup] Aug 08 21:43:33.495 INFO E| Downloaded ahash v0.8.3
25572024-08-08T21:43:35.427Z[ helios-setup] Aug 08 21:43:33.499 INFO E| Downloaded slog-async v2.7.0
25582024-08-08T21:43:35.432Z[ helios-setup] Aug 08 21:43:33.502 INFO E| Downloaded serde_tokenstream v0.2.0
25592024-08-08T21:43:35.440Z[ helios-setup] Aug 08 21:43:33.507 INFO E| Downloaded serde_spanned v0.6.1
25602024-08-08T21:43:35.440Z[ helios-setup] Aug 08 21:43:33.508 INFO E| Downloaded serde_path_to_error v0.1.11
25612024-08-08T21:43:35.440Z[ helios-setup] Aug 08 21:43:33.511 INFO E| Downloaded paste v1.0.12
25622024-08-08T21:43:35.445Z[ helios-setup] Aug 08 21:43:33.516 INFO E| Downloaded futures-channel v0.3.28
25632024-08-08T21:43:35.449Z[ helios-setup] Aug 08 21:43:33.519 INFO E| Downloaded clap_derive v4.2.0
25642024-08-08T21:43:35.449Z[ helios-setup] Aug 08 21:43:33.522 INFO E| Downloaded anstyle-parse v0.1.1
25652024-08-08T21:43:35.454Z[ helios-setup] Aug 08 21:43:33.525 INFO E| Downloaded pkg-config v0.3.26
25662024-08-08T21:43:35.462Z[ helios-setup] Aug 08 21:43:33.527 INFO E| Downloaded num_enum v0.5.7
25672024-08-08T21:43:35.462Z[ helios-setup] Aug 08 21:43:33.533 INFO E| Downloaded memoffset v0.7.1
25682024-08-08T21:43:35.466Z[ helios-setup] Aug 08 21:43:33.540 INFO E| Downloaded jobserver v0.1.26
25692024-08-08T21:43:35.470Z[ helios-setup] Aug 08 21:43:33.543 INFO E| Downloaded is-terminal v0.4.7
25702024-08-08T21:43:35.476Z[ helios-setup] Aug 08 21:43:33.544 INFO E| Downloaded http-body v0.4.5
25712024-08-08T21:43:35.476Z[ helios-setup] Aug 08 21:43:33.546 INFO E| Downloaded either v1.8.0
25722024-08-08T21:43:35.638Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25732024-08-08T21:43:35.662Z[ host-package] Compiling tokio-tungstenite v0.20.1
25742024-08-08T21:43:35.717Z[ helios-setup] Aug 08 21:43:33.790 INFO E| Compiling proc-macro2 v1.0.86
25752024-08-08T21:43:35.734Z[ helios-setup] Aug 08 21:43:33.807 INFO E| Compiling libc v0.2.139
25762024-08-08T21:43:35.734Z[ helios-setup] Aug 08 21:43:33.807 INFO E| Compiling unicode-ident v1.0.8
25772024-08-08T21:43:35.734Z[ helios-setup] Aug 08 21:43:33.807 INFO E| Compiling autocfg v1.1.0
25782024-08-08T21:43:35.739Z[ helios-setup] Aug 08 21:43:33.807 INFO E| Compiling cfg-if v1.0.0
25792024-08-08T21:43:35.739Z[ helios-setup] Aug 08 21:43:33.807 INFO E| Compiling version_check v0.9.4
25802024-08-08T21:43:35.739Z[ helios-setup] Aug 08 21:43:33.807 INFO E| Compiling serde v1.0.204
25812024-08-08T21:43:35.739Z[ helios-setup] Aug 08 21:43:33.807 INFO E| Compiling syn v1.0.107
25822024-08-08T21:43:36.922Z[ helios-setup] Aug 08 21:43:34.995 INFO E| Compiling memchr v2.5.0
25832024-08-08T21:43:37.553Z[ helios-setup] Aug 08 21:43:35.626 INFO E| Compiling once_cell v1.17.0
25842024-08-08T21:43:37.563Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25852024-08-08T21:43:37.838Z[ helios-setup] Aug 08 21:43:35.912 INFO E| Compiling log v0.4.17
25862024-08-08T21:43:37.934Z[ helios-setup] Aug 08 21:43:36.007 INFO E| Compiling thiserror v1.0.38
25872024-08-08T21:43:38.400Z[ helios-setup] Aug 08 21:43:36.473 INFO E| Compiling itoa v1.0.6
25882024-08-08T21:43:39.053Z[ helios-setup] Aug 08 21:43:37.108 INFO E| Compiling quote v1.0.36
25892024-08-08T21:43:39.210Z[ helios-setup] Aug 08 21:43:37.274 INFO E| Compiling serde_json v1.0.95
25902024-08-08T21:43:40.147Z[ helios-setup] Aug 08 21:43:38.220 INFO E| Compiling syn v2.0.72
25912024-08-08T21:43:40.458Z[ helios-setup] Aug 08 21:43:38.531 INFO E| Compiling jobserver v0.1.26
25922024-08-08T21:43:40.525Z[ helios-setup] Aug 08 21:43:38.598 INFO E| Compiling getrandom v0.2.8
25932024-08-08T21:43:40.680Z[ helios-setup] Aug 08 21:43:38.753 INFO E| Compiling indexmap v1.9.3
25942024-08-08T21:43:40.759Z[ helios-setup] Aug 08 21:43:38.832 INFO E| Compiling pin-project-lite v0.2.9
25952024-08-08T21:43:41.008Z[ helios-setup] Aug 08 21:43:39.080 INFO E| Compiling scopeguard v1.1.0
25962024-08-08T21:43:41.127Z[ helios-setup] Aug 08 21:43:39.199 INFO E| Compiling cc v1.0.78
25972024-08-08T21:43:41.495Z[ helios-setup] Aug 08 21:43:39.568 INFO E| Compiling num-integer v0.1.45
25982024-08-08T21:43:41.582Z[ helios-setup] Aug 08 21:43:39.655 INFO E| Compiling bytes v1.4.0
25992024-08-08T21:43:41.585Z[ helios-setup] Aug 08 21:43:39.655 INFO E| Compiling futures-core v0.3.28
26002024-08-08T21:43:42.607Z[ helios-setup] Aug 08 21:43:40.679 INFO E| Compiling ryu v1.0.13
26012024-08-08T21:43:43.845Z[ helios-setup] Aug 08 21:43:41.917 INFO E| Compiling lock_api v0.4.9
26022024-08-08T21:43:43.911Z[ helios-setup] Aug 08 21:43:41.982 INFO E| Compiling bitflags v1.3.2
26032024-08-08T21:43:44.423Z[ helios-setup] Aug 08 21:43:42.494 INFO E| Compiling parking_lot_core v0.9.6
26042024-08-08T21:43:44.502Z[ helios-setup] Aug 08 21:43:42.574 INFO E| Compiling typenum v1.16.0
26052024-08-08T21:43:44.682Z[ helios-setup] Aug 08 21:43:42.754 INFO E| Compiling num_cpus v1.15.0
26062024-08-08T21:43:44.992Z[ helios-setup] Aug 08 21:43:43.064 INFO E| Compiling generic-array v0.14.6
26072024-08-08T21:43:45.084Z[ helios-setup] Aug 08 21:43:43.156 INFO E| Compiling slab v0.4.7
26082024-08-08T21:43:45.204Z[ helios-setup] Aug 08 21:43:43.276 INFO E| Compiling futures-sink v0.3.28
26092024-08-08T21:43:45.420Z[ helios-setup] Aug 08 21:43:43.491 INFO E| Compiling futures-channel v0.3.28
26102024-08-08T21:43:45.515Z[ helios-setup] Aug 08 21:43:43.587 INFO E| Compiling futures-task v0.3.28
26112024-08-08T21:43:46.151Z[ helios-setup] Aug 08 21:43:44.223 INFO E| Compiling tokio v1.27.0
26122024-08-08T21:43:46.522Z[ helios-setup] Aug 08 21:43:44.594 INFO E| Compiling futures-util v0.3.28
26132024-08-08T21:43:46.862Z[ helios-setup] Aug 08 21:43:44.933 INFO E| Compiling schemars v0.8.12
26142024-08-08T21:43:47.837Z[ helios-setup] Aug 08 21:43:45.906 INFO E| Compiling mio v0.8.5
26152024-08-08T21:43:48.075Z[ helios-setup] Aug 08 21:43:46.145 INFO E| Compiling signal-hook-registry v1.4.0
26162024-08-08T21:43:48.322Z[ helios-setup] Aug 08 21:43:46.393 INFO E| Compiling socket2 v0.4.9
26172024-08-08T21:43:48.528Z[ helios-setup] Aug 08 21:43:46.597 INFO E| Compiling ahash v0.7.6
26182024-08-08T21:43:48.738Z[ helios-setup] Aug 08 21:43:46.808 INFO E| Compiling num-traits v0.2.15
26192024-08-08T21:43:49.649Z[ helios-setup] Aug 08 21:43:47.719 INFO E| Compiling io-lifetimes v1.0.10
26202024-08-08T21:43:49.880Z[ helios-setup] Aug 08 21:43:47.950 INFO E| Compiling crunchy v0.2.2
26212024-08-08T21:43:51.107Z[ helios-setup] Aug 08 21:43:49.177 INFO E| Compiling pin-utils v0.1.0
26222024-08-08T21:43:51.196Z[ helios-setup] Aug 08 21:43:49.266 INFO E| Compiling futures-io v0.3.28
26232024-08-08T21:43:51.882Z[ helios-setup] Aug 08 21:43:49.952 INFO E| Compiling ahash v0.8.3
26242024-08-08T21:43:52.468Z[ helios-setup] Aug 08 21:43:50.538 INFO E| Compiling serde_derive_internals v0.26.0
26252024-08-08T21:43:52.544Z[ helios-setup] Aug 08 21:43:50.614 INFO E| Compiling hashbrown v0.12.3
26262024-08-08T21:43:52.881Z[ helios-setup] Aug 08 21:43:50.951 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
26272024-08-08T21:43:52.884Z[ helios-setup] Aug 08 21:43:50.951 INFO E| Compiling tiny-keccak v2.0.2
26282024-08-08T21:43:53.021Z[ helios-setup] Aug 08 21:43:51.091 INFO E| Compiling rustix v0.37.3
26292024-08-08T21:43:53.861Z[ helios-setup] Aug 08 21:43:51.913 INFO E| Compiling block-buffer v0.10.3
26302024-08-08T21:43:54.479Z[ helios-setup] Aug 08 21:43:52.537 INFO E| Compiling crypto-common v0.1.6
26312024-08-08T21:43:55.531Z[ helios-setup] Aug 08 21:43:53.600 INFO E| Compiling errno v0.3.1
26322024-08-08T21:43:55.874Z[ helios-setup] Aug 08 21:43:53.944 INFO E| Compiling slog v2.7.0
26332024-08-08T21:43:55.947Z[ helios-setup] Aug 08 21:43:54.017 INFO E| Compiling crossbeam-utils v0.8.14
26342024-08-08T21:43:56.223Z[ helios-setup] Aug 08 21:43:54.293 INFO E| Compiling pkg-config v0.3.26
26352024-08-08T21:43:56.669Z[ helios-setup] Aug 08 21:43:54.738 INFO E| Compiling fnv v1.0.7
26362024-08-08T21:43:56.823Z[ helios-setup] Aug 08 21:43:54.893 INFO E| Compiling http v0.2.9
26372024-08-08T21:43:58.443Z[ helios-setup] Aug 08 21:43:56.512 INFO E| Compiling digest v0.10.6
26382024-08-08T21:43:58.521Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26392024-08-08T21:43:59.508Z[ helios-setup] Aug 08 21:43:57.577 INFO E| Compiling aho-corasick v0.7.20
26402024-08-08T21:43:59.924Z[ helios-setup] Aug 08 21:43:57.993 INFO E| Compiling anyhow v1.0.68
26412024-08-08T21:44:00.865Z[ helios-setup] Aug 08 21:43:58.933 INFO E| Compiling tinyvec_macros v0.1.1
26422024-08-08T21:44:01.470Z[ helios-setup] Aug 08 21:43:59.538 INFO E| Compiling heck v0.4.1
26432024-08-08T21:44:01.636Z[ helios-setup] Aug 08 21:43:59.704 INFO E| Compiling regex-syntax v0.6.29
26442024-08-08T21:44:02.173Z[ helios-setup] Aug 08 21:44:00.241 INFO E| Compiling percent-encoding v2.2.0
26452024-08-08T21:44:02.281Z[ helios-setup] Aug 08 21:44:00.349 INFO E| Compiling cpufeatures v0.2.5
26462024-08-08T21:44:02.512Z[ helios-setup] Aug 08 21:44:00.580 INFO E| Compiling unicode-width v0.1.10
26472024-08-08T21:44:02.589Z[ helios-setup] Aug 08 21:44:00.657 INFO E| Compiling httparse v1.8.0
26482024-08-08T21:44:02.760Z[ helios-setup] Aug 08 21:44:00.828 INFO E| Compiling serde_derive v1.0.204
26492024-08-08T21:44:02.789Z[ helios-setup] Aug 08 21:44:00.856 INFO E| Compiling thiserror-impl v1.0.38
26502024-08-08T21:44:03.048Z[ helios-setup] Aug 08 21:44:01.111 INFO E| Compiling tokio-macros v2.0.0
26512024-08-08T21:44:03.129Z[ helios-setup] Aug 08 21:44:01.196 INFO E| Compiling futures-macro v0.3.28
26522024-08-08T21:44:03.981Z[ helios-setup] Aug 08 21:44:02.048 INFO E| Compiling schemars_derive v0.8.12
26532024-08-08T21:44:04.142Z[ helios-setup] Aug 08 21:44:02.209 INFO E| Compiling form_urlencoded v1.1.0
26542024-08-08T21:44:05.221Z[ helios-setup] Aug 08 21:44:03.288 INFO E| Compiling const-random-macro v0.1.15
26552024-08-08T21:44:05.547Z[ helios-setup] Aug 08 21:44:03.614 INFO E| Compiling tinyvec v1.6.0
26562024-08-08T21:44:07.609Z[ helios-setup] Aug 08 21:44:05.676 INFO E| Compiling hashbrown v0.13.2
26572024-08-08T21:44:09.140Z[ helios-setup] Aug 08 21:44:07.207 INFO E| Compiling regex v1.7.3
26582024-08-08T21:44:09.921Z[ helios-setup] Aug 08 21:44:07.987 INFO E| Compiling libz-sys v1.1.8
26592024-08-08T21:44:10.050Z[ helios-setup] Aug 08 21:44:08.116 INFO E| Compiling chrono v0.4.24
26602024-08-08T21:44:13.228Z[ helios-setup] Aug 08 21:44:11.293 INFO E| Compiling dyn-clone v1.0.11
26612024-08-08T21:44:13.454Z[ helios-setup] Aug 08 21:44:11.519 INFO E| Compiling uuid v1.3.0
26622024-08-08T21:44:14.489Z[ helios-setup] Aug 08 21:44:12.554 INFO E| Compiling unicode-normalization v0.1.22
26632024-08-08T21:44:14.607Z[ helios-setup] Aug 08 21:44:12.672 INFO E| Compiling regress v0.5.0
26642024-08-08T21:44:14.722Z[ helios-setup] Aug 08 21:44:12.787 INFO E| Compiling const-random v0.1.15
26652024-08-08T21:44:16.965Z[ helios-setup] Aug 08 21:44:15.030 INFO E| Compiling getopts v0.2.21
26662024-08-08T21:44:17.364Z[ helios-setup] Aug 08 21:44:15.428 INFO E| Compiling tracing-core v0.1.30
26672024-08-08T21:44:17.478Z[ helios-setup] Aug 08 21:44:15.542 INFO E| Compiling memoffset v0.7.1
26682024-08-08T21:44:18.907Z[ helios-setup] Aug 08 21:44:16.971 INFO E| Compiling unicode-bidi v0.3.13
26692024-08-08T21:44:19.225Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26702024-08-08T21:44:19.805Z[ helios-setup] Aug 08 21:44:17.869 INFO E| Compiling powerfmt v0.2.0
26712024-08-08T21:44:21.416Z[ host-package] Compiling serde_arrays v0.1.0
26722024-08-08T21:44:21.794Z[ helios-setup] Aug 08 21:44:19.783 INFO E| Compiling ucd-trie v0.1.5
26732024-08-08T21:44:21.850Z[ helios-setup] Aug 08 21:44:19.914 INFO E| Compiling num-conv v0.1.0
26742024-08-08T21:44:22.172Z[ host-package] Compiling erased-serde v0.3.31
26752024-08-08T21:44:22.515Z[ helios-setup] Aug 08 21:44:20.579 INFO E| Compiling time-core v0.1.2
26762024-08-08T21:44:22.659Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26772024-08-08T21:44:22.732Z[ helios-setup] Aug 08 21:44:20.795 INFO E| Compiling idna v0.3.0
26782024-08-08T21:44:23.225Z[ helios-setup] Aug 08 21:44:21.288 INFO E| Compiling time-macros v0.2.18
26792024-08-08T21:44:23.444Z[ helios-setup] Aug 08 21:44:21.508 INFO E| Compiling pest v2.5.7
26802024-08-08T21:44:23.748Z[ helios-setup] Aug 08 21:44:21.811 INFO E| Compiling deranged v0.3.11
26812024-08-08T21:44:26.021Z[ helios-setup] Aug 08 21:44:24.083 INFO E| Compiling tracing v0.1.37
26822024-08-08T21:44:26.071Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26832024-08-08T21:44:28.170Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26842024-08-08T21:44:28.985Z[ helios-setup] Aug 08 21:44:27.047 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
26852024-08-08T21:44:29.054Z[ helios-setup] Aug 08 21:44:27.116 INFO E| Compiling time v0.1.45
26862024-08-08T21:44:30.182Z[ helios-setup] Aug 08 21:44:28.243 INFO E| Compiling crossbeam-epoch v0.9.13
26872024-08-08T21:44:30.801Z[ helios-setup] Aug 08 21:44:28.862 INFO E| Compiling toml v0.5.11
26882024-08-08T21:44:30.874Z[ helios-setup] Aug 08 21:44:28.935 INFO E| Compiling smallvec v1.10.0
26892024-08-08T21:44:32.309Z[ helios-setup] Aug 08 21:44:30.370 INFO E| Compiling serde_tokenstream v0.2.0
26902024-08-08T21:44:33.521Z[ helios-setup] Aug 08 21:44:31.582 INFO E| Compiling parking_lot v0.12.1
26912024-08-08T21:44:33.705Z[ helios-setup] Aug 08 21:44:31.766 INFO E| Compiling semver v1.0.17
26922024-08-08T21:44:34.056Z[ helios-setup] Aug 08 21:44:32.116 INFO E| Compiling num_threads v0.1.6
26932024-08-08T21:44:36.399Z[ helios-setup] Aug 08 21:44:34.459 INFO E| Compiling iana-time-zone v0.1.56
26942024-08-08T21:44:37.364Z[ helios-setup] Aug 08 21:44:35.424 INFO E| Compiling time v0.3.36
26952024-08-08T21:44:39.151Z[ helios-setup] Aug 08 21:44:37.210 INFO E| Compiling semver-parser v0.10.2
26962024-08-08T21:44:41.508Z[ helios-setup] Aug 08 21:44:39.567 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26972024-08-08T21:44:42.834Z[ helios-setup] Aug 08 21:44:40.892 INFO E| Compiling url v2.3.1
26982024-08-08T21:44:45.534Z[ helios-setup] Aug 08 21:44:43.592 INFO E| Compiling crossbeam-channel v0.5.6
26992024-08-08T21:44:47.611Z[ helios-setup] Aug 08 21:44:45.668 INFO E| Compiling dirs-sys-next v0.1.2
27002024-08-08T21:44:48.936Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27012024-08-08T21:44:49.225Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27022024-08-08T21:44:49.857Z[ host-package] Compiling heck v0.3.3
27032024-08-08T21:44:49.935Z[ helios-setup] Aug 08 21:44:47.992 INFO E| Compiling same-file v1.0.6
27042024-08-08T21:44:49.969Z[ helios-setup] Aug 08 21:44:48.026 INFO E| Compiling crc32fast v1.3.2
27052024-08-08T21:44:50.531Z[ helios-setup] Aug 08 21:44:48.588 INFO E| Compiling try-lock v0.2.4
27062024-08-08T21:44:50.689Z[ host-package] Compiling rand_seeder v0.3.0
27072024-08-08T21:44:51.268Z[ helios-setup] Aug 08 21:44:49.325 INFO E| Compiling tokio-util v0.7.7
27082024-08-08T21:44:51.392Z[ helios-setup] Aug 08 21:44:49.448 INFO E| Compiling want v0.3.0
27092024-08-08T21:44:51.549Z[ host-package] Compiling castaway v0.2.2
27102024-08-08T21:44:51.643Z[ helios-setup] Aug 08 21:44:49.700 INFO E| Compiling walkdir v2.3.3
27112024-08-08T21:44:52.167Z[ host-package] Compiling csv-core v0.1.11
27122024-08-08T21:44:52.798Z[ helios-setup] Aug 08 21:44:50.854 INFO E| Compiling dirs-next v2.0.0
27132024-08-08T21:44:52.891Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
27142024-08-08T21:44:53.449Z[ helios-setup] Aug 08 21:44:51.505 INFO E| Compiling h2 v0.3.16
27152024-08-08T21:44:53.651Z[ host-package] Compiling http-range v0.1.5
27162024-08-08T21:44:54.119Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27172024-08-08T21:44:55.013Z[ host-package] Compiling hyper-staticfile v0.9.5
27182024-08-08T21:44:55.487Z[ host-package] Compiling csv v1.3.0
27192024-08-08T21:44:55.686Z[ helios-setup] Aug 08 21:44:53.742 INFO E| Compiling semver v0.11.0
27202024-08-08T21:44:57.660Z[ helios-setup] Aug 08 21:44:55.714 INFO E| Compiling proc-macro-crate v1.2.1
27212024-08-08T21:44:57.833Z[ helios-setup] Aug 08 21:44:55.889 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27222024-08-08T21:44:59.674Z[ helios-setup] Aug 08 21:44:57.729 INFO E| Compiling futures-executor v0.3.28
27232024-08-08T21:44:59.887Z[ host-package] Compiling compact_str v0.7.1
27242024-08-08T21:45:00.376Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27252024-08-08T21:45:00.459Z[ host-package] Compiling zone_cfg_derive v0.1.2
27262024-08-08T21:45:00.922Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27272024-08-08T21:45:01.688Z[ helios-setup] Aug 08 21:44:59.742 INFO E| Compiling http-body v0.4.5
27282024-08-08T21:45:01.760Z[ helios-setup] Aug 08 21:44:59.814 INFO E| Compiling ring v0.16.20
27292024-08-08T21:45:03.283Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27302024-08-08T21:45:03.532Z[ host-package] Compiling nix v0.27.1
27312024-08-08T21:45:03.825Z[ helios-setup] Aug 08 21:45:01.879 INFO E| Compiling rand_core v0.6.4
27322024-08-08T21:45:04.025Z[ helios-setup] Aug 08 21:45:02.079 INFO E| Compiling thread_local v1.1.7
27332024-08-08T21:45:04.677Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27342024-08-08T21:45:05.617Z[ helios-setup] Aug 08 21:45:03.671 INFO E| Compiling tower-service v0.3.2
27352024-08-08T21:45:05.749Z[ helios-setup] Aug 08 21:45:03.802 INFO E| Compiling home v0.5.4
27362024-08-08T21:45:06.165Z[ helios-setup] Aug 08 21:45:04.218 INFO E| Compiling httpdate v1.0.2
27372024-08-08T21:45:06.289Z[ helios-setup] Aug 08 21:45:04.342 INFO E| Compiling utf8parse v0.2.1
27382024-08-08T21:45:06.366Z[ helios-setup] Aug 08 21:45:04.419 INFO E| Compiling rayon-core v1.10.2
27392024-08-08T21:45:06.924Z[ helios-setup] Aug 08 21:45:04.977 INFO E| Compiling adler v1.0.2
27402024-08-08T21:45:07.529Z[ helios-setup] Aug 08 21:45:05.583 INFO E| Compiling base64 v0.21.0
27412024-08-08T21:45:07.549Z[ helios-setup] Aug 08 21:45:05.602 INFO E| Compiling lazy_static v1.4.0
27422024-08-08T21:45:07.687Z[ helios-setup] Aug 08 21:45:05.740 INFO E| Compiling ppv-lite86 v0.2.17
27432024-08-08T21:45:09.007Z[ helios-setup] Aug 08 21:45:07.007 INFO E| Compiling fastrand v1.9.0
27442024-08-08T21:45:09.491Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27452024-08-08T21:45:09.578Z[ helios-setup] Aug 08 21:45:07.631 INFO E| Compiling rand_chacha v0.3.1
27462024-08-08T21:45:09.634Z[ helios-setup] Aug 08 21:45:07.687 INFO E| Compiling tempfile v3.5.0
27472024-08-08T21:45:11.069Z[ helios-setup] Aug 08 21:45:09.122 INFO E| Compiling toolchain_find v0.2.0
27482024-08-08T21:45:11.997Z[ helios-setup] Aug 08 21:45:10.049 INFO E| Compiling miniz_oxide v0.6.2
27492024-08-08T21:45:13.161Z[ helios-setup] Aug 08 21:45:11.213 INFO E| Compiling hyper v0.14.25
27502024-08-08T21:45:13.447Z[ helios-setup] Aug 08 21:45:11.499 INFO E| Compiling anstyle-parse v0.1.1
27512024-08-08T21:45:14.193Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27522024-08-08T21:45:15.527Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27532024-08-08T21:45:16.296Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27542024-08-08T21:45:16.912Z[ host-package] Compiling unicode-truncate v1.0.0
27552024-08-08T21:45:17.710Z[ host-package] Compiling lru v0.12.3
27562024-08-08T21:45:18.179Z[ host-package] Compiling serde-big-array v0.5.1
27572024-08-08T21:45:18.527Z[ host-package] Compiling stability v0.2.0
27582024-08-08T21:45:19.099Z[ host-package] Compiling base64 v0.13.1
27592024-08-08T21:45:20.138Z[ host-package] Compiling cassowary v0.3.0
27602024-08-08T21:45:20.737Z[ host-package] Compiling ron v0.7.1
27612024-08-08T21:45:24.478Z[ helios-setup] Aug 08 21:45:22.527 INFO E| Compiling futures v0.3.28
27622024-08-08T21:45:25.020Z[ helios-setup] Aug 08 21:45:23.069 INFO E| Compiling num_enum_derive v0.5.7
27632024-08-08T21:45:29.417Z[ helios-setup] Aug 08 21:45:27.465 INFO E| Compiling cargo-lock v8.0.3
27642024-08-08T21:45:29.793Z[ helios-setup] Aug 08 21:45:27.841 INFO E| Compiling crossbeam-deque v0.8.2
27652024-08-08T21:45:31.239Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27662024-08-08T21:45:31.299Z[ helios-setup] Aug 08 21:45:29.346 INFO E| Compiling term v0.7.0
27672024-08-08T21:45:34.279Z[ helios-setup] Aug 08 21:45:32.327 INFO E| Compiling serde_urlencoded v0.7.1
27682024-08-08T21:45:34.597Z[ helios-setup] Aug 08 21:45:32.644 INFO E| Compiling sha1 v0.10.5
27692024-08-08T21:45:35.017Z[ helios-setup] Aug 08 21:45:33.064 INFO E| Compiling sha2 v0.10.6
27702024-08-08T21:45:35.449Z[ helios-setup] Aug 08 21:45:33.495 INFO E| Compiling is-terminal v0.4.7
27712024-08-08T21:45:35.902Z[ helios-setup] Aug 08 21:45:33.949 INFO E| Compiling atty v0.2.14
27722024-08-08T21:45:36.313Z[ helios-setup] Aug 08 21:45:34.360 INFO E| Compiling concolor-override v1.0.0
27732024-08-08T21:45:36.688Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27742024-08-08T21:45:37.358Z[ helios-setup] Aug 08 21:45:35.404 INFO E| Compiling concolor-query v0.3.3
27752024-08-08T21:45:37.969Z[ helios-setup] Aug 08 21:45:36.015 INFO E| Compiling anstyle v0.3.5
27762024-08-08T21:45:38.434Z[ helios-setup] Aug 08 21:45:36.355 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
27772024-08-08T21:45:38.554Z[ host-package] Compiling ratatui v0.27.0
27782024-08-08T21:45:38.689Z[ helios-setup] Aug 08 21:45:36.736 INFO E| Compiling anstream v0.2.6
27792024-08-08T21:45:40.787Z[ helios-setup] Aug 08 21:45:38.831 INFO E| Compiling slog-term v2.9.0
27802024-08-08T21:45:40.826Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27812024-08-08T21:45:42.041Z[ helios-setup] Aug 08 21:45:40.087 INFO E| Compiling flate2 v1.0.25
27822024-08-08T21:45:43.922Z[ helios-setup] Aug 08 21:45:41.967 INFO E| Compiling num_enum v0.5.7
27832024-08-08T21:45:44.527Z[ helios-setup] Aug 08 21:45:42.572 INFO E| Compiling rustfmt-wrapper v0.2.0
27842024-08-08T21:45:45.012Z[ helios-setup] Aug 08 21:45:43.056 INFO E| Compiling rand v0.8.5
27852024-08-08T21:45:45.861Z[ helios-setup] Aug 08 21:45:43.905 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27862024-08-08T21:45:45.861Z[ helios-setup] Aug 08 21:45:43.905 INFO E| Compiling openapiv3 v1.0.2
27872024-08-08T21:45:49.615Z[ helios-setup] Aug 08 21:45:47.658 INFO E| Compiling encoding_rs v0.8.32
27882024-08-08T21:45:49.675Z[ helios-setup] Aug 08 21:45:47.719 INFO E| Compiling strsim v0.10.0
27892024-08-08T21:45:53.446Z[ helios-setup] Aug 08 21:45:51.489 INFO E| Compiling spin v0.5.2
27902024-08-08T21:45:54.075Z[ helios-setup] Aug 08 21:45:52.117 INFO E| Compiling byteorder v1.4.3
27912024-08-08T21:45:54.507Z[ helios-setup] Aug 08 21:45:52.549 INFO E| Compiling ipnet v2.7.2
27922024-08-08T21:45:54.760Z[ helios-setup] Aug 08 21:45:52.803 INFO E| Compiling utf-8 v0.7.6
27932024-08-08T21:45:55.560Z[ helios-setup] Aug 08 21:45:53.602 INFO E| Compiling either v1.8.0
27942024-08-08T21:45:55.603Z[ helios-setup] Aug 08 21:45:53.645 INFO E| Compiling untrusted v0.7.1
27952024-08-08T21:45:56.245Z[ helios-setup] Aug 08 21:45:54.287 INFO E| Compiling clap_lex v0.4.1
27962024-08-08T21:45:56.378Z[ helios-setup] Aug 08 21:45:54.421 INFO E| Compiling unsafe-libyaml v0.2.8
27972024-08-08T21:45:57.004Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27982024-08-08T21:45:57.967Z[ helios-setup] Aug 08 21:45:56.009 INFO E| Compiling project-root v0.2.2
27992024-08-08T21:45:58.008Z[ helios-setup] Aug 08 21:45:56.049 INFO E| Compiling mime v0.3.17
28002024-08-08T21:45:58.644Z[ helios-setup] Aug 08 21:45:56.685 INFO E| Compiling base64 v0.13.1
28012024-08-08T21:45:58.699Z[ host-package] Compiling zone v0.1.8
28022024-08-08T21:45:59.579Z[ helios-setup] Aug 08 21:45:57.620 INFO E| Compiling tungstenite v0.18.0
28032024-08-08T21:46:00.400Z[ helios-setup] Aug 08 21:45:58.441 INFO E| Compiling serde_yaml v0.9.21
28042024-08-08T21:46:00.477Z[ helios-setup] Aug 08 21:45:58.518 INFO E| Compiling reqwest v0.11.16
28052024-08-08T21:46:00.595Z[ helios-setup] Aug 08 21:45:58.635 INFO E| Compiling clap_builder v4.2.1
28062024-08-08T21:46:00.699Z[ helios-setup] Aug 08 21:45:58.741 INFO E| Compiling rayon v1.6.1
28072024-08-08T21:46:05.190Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28082024-08-08T21:46:07.641Z[ helios-setup] Aug 08 21:46:05.680 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28092024-08-08T21:46:10.490Z[ helios-setup] Aug 08 21:46:08.529 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
28102024-08-08T21:46:10.547Z[ helios-setup] Aug 08 21:46:08.586 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
28112024-08-08T21:46:11.872Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28122024-08-08T21:46:13.310Z[ helios-setup] Aug 08 21:46:11.349 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
28132024-08-08T21:46:14.026Z[ helios-setup] Aug 08 21:46:12.064 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
28142024-08-08T21:46:15.392Z[ helios-setup] Aug 08 21:46:13.430 INFO E| Compiling clap_derive v4.2.0
28152024-08-08T21:46:18.303Z[ helios-setup] Aug 08 21:46:16.340 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
28162024-08-08T21:46:19.016Z[ helios-setup] Aug 08 21:46:17.053 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28172024-08-08T21:46:23.223Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28182024-08-08T21:46:24.731Z[ helios-setup] Aug 08 21:46:22.767 INFO E| Compiling clap v4.2.1
28192024-08-08T21:46:31.844Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28202024-08-08T21:46:35.695Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28212024-08-08T21:46:36.701Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28222024-08-08T21:46:42.334Z[ helios-setup] Aug 08 21:46:40.366 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28232024-08-08T21:46:42.496Z[ host-package] Compiling signal-hook-tokio v0.3.1
28242024-08-08T21:46:42.956Z[ host-package] Compiling portpicker v0.1.1
28252024-08-08T21:46:43.723Z[ host-package] Compiling unicode-linebreak v0.1.5
28262024-08-08T21:46:45.197Z[ host-package] Compiling smawk v0.3.2
28272024-08-08T21:46:45.745Z[ helios-setup] Aug 08 21:46:43.776 INFO E| Compiling tokio-tungstenite v0.18.0
28282024-08-08T21:46:46.002Z[ host-package] Compiling textwrap v0.16.1
28292024-08-08T21:46:46.215Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
28302024-08-08T21:46:46.957Z[ helios-setup] Aug 08 21:46:44.988 INFO E| Compiling smartstring v1.0.1
28312024-08-08T21:46:47.936Z[ helios-setup] Aug 08 21:46:45.967 INFO E| Compiling rustls v0.21.0
28322024-08-08T21:46:48.899Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28332024-08-08T21:46:50.197Z[ helios-setup] Aug 08 21:46:48.227 INFO E| Compiling serde_spanned v0.6.1
28342024-08-08T21:46:50.631Z[ helios-setup] Aug 08 21:46:48.661 INFO E| Compiling toml_datetime v0.6.1
28352024-08-08T21:46:51.797Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28362024-08-08T21:46:52.129Z[ helios-setup] Aug 08 21:46:50.159 INFO E| Compiling match_cfg v0.1.0
28372024-08-08T21:46:52.591Z[ helios-setup] Aug 08 21:46:50.620 INFO E| Compiling winnow v0.4.1
28382024-08-08T21:46:53.158Z[ helios-setup] Aug 08 21:46:51.187 INFO E| Compiling static_assertions v1.1.0
28392024-08-08T21:46:53.319Z[ helios-setup] Aug 08 21:46:51.348 INFO E| Compiling slog-async v2.7.0
28402024-08-08T21:46:53.544Z[ helios-setup] Aug 08 21:46:51.573 INFO E| Compiling paste v1.0.12
28412024-08-08T21:46:54.515Z[ helios-setup] Aug 08 21:46:52.545 INFO E| Compiling camino v1.1.4
28422024-08-08T21:46:55.001Z[ helios-setup] Aug 08 21:46:53.030 INFO E| Compiling async-trait v0.1.68
28432024-08-08T21:46:56.730Z[ helios-setup] Aug 08 21:46:54.759 INFO E| Compiling hostname v0.3.1
28442024-08-08T21:46:57.477Z[ helios-setup] Aug 08 21:46:55.505 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
28452024-08-08T21:46:57.763Z[ helios-setup] Aug 08 21:46:55.791 INFO E| Compiling slog-json v2.6.1
28462024-08-08T21:46:58.840Z[ helios-setup] Aug 08 21:46:56.868 INFO E| Compiling unicode-linebreak v0.1.4
28472024-08-08T21:47:00.145Z[ helios-setup] Aug 08 21:46:58.173 INFO E| Compiling toml_edit v0.19.8
28482024-08-08T21:47:02.459Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28492024-08-08T21:47:04.139Z[ helios-setup] Aug 08 21:47:02.166 INFO E| Compiling rhai_codegen v1.5.0
28502024-08-08T21:47:05.955Z[ helios-setup] Aug 08 21:47:03.982 INFO E| Compiling async-stream-impl v0.3.5
28512024-08-08T21:47:08.801Z[ helios-setup] Aug 08 21:47:06.827 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28522024-08-08T21:47:09.353Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28532024-08-08T21:47:09.983Z[ helios-setup] Aug 08 21:47:08.009 INFO E| Compiling take_mut v0.2.2
28542024-08-08T21:47:10.038Z[ helios-setup] Aug 08 21:47:08.064 INFO E| Compiling rhai v1.14.0
28552024-08-08T21:47:11.466Z[ host-package] Compiling rcgen v0.12.1
28562024-08-08T21:47:14.425Z[ helios-setup] Aug 08 21:47:12.449 INFO E| Compiling async-stream v0.3.5
28572024-08-08T21:47:15.435Z[ helios-setup] Aug 08 21:47:13.460 INFO E| Compiling toml v0.7.3
28582024-08-08T21:47:15.938Z[ helios-setup] Aug 08 21:47:13.963 INFO E| Compiling slog-bunyan v2.4.0
28592024-08-08T21:47:19.835Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28602024-08-08T21:47:21.050Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28612024-08-08T21:47:21.318Z[ helios-setup] Aug 08 21:47:19.341 INFO E| Compiling rustls-pemfile v1.0.2
28622024-08-08T21:47:22.471Z[ helios-setup] Aug 08 21:47:20.494 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28632024-08-08T21:47:22.817Z[ helios-setup] Aug 08 21:47:20.839 INFO E| Compiling bincode v1.3.3
28642024-08-08T21:47:25.664Z[ helios-setup] Aug 08 21:47:23.686 INFO E| Compiling serde_path_to_error v0.1.11
28652024-08-08T21:47:26.373Z[ helios-setup] Aug 08 21:47:24.395 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
28662024-08-08T21:47:26.893Z[ helios-setup] Aug 08 21:47:24.915 INFO E| Compiling terminal_size v0.2.6
28672024-08-08T21:47:27.147Z[ helios-setup] Aug 08 21:47:25.169 INFO E| Compiling smawk v0.3.1
28682024-08-08T21:47:27.564Z[ helios-setup] Aug 08 21:47:25.586 INFO E| Compiling textwrap v0.16.0
28692024-08-08T21:47:31.446Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28702024-08-08T21:47:32.312Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28712024-08-08T21:47:34.198Z[ helios-setup] Aug 08 21:47:32.218 INFO E| Compiling rustls-webpki v0.100.1
28722024-08-08T21:47:34.465Z[ helios-setup] Aug 08 21:47:32.485 INFO E| Compiling sct v0.7.0
28732024-08-08T21:47:35.189Z[ host-package] Compiling atomicwrites v0.4.3
28742024-08-08T21:47:36.696Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28752024-08-08T21:47:37.514Z[ host-package] Compiling fatfs v0.3.6
28762024-08-08T21:47:44.005Z[ host-package] Compiling subprocess v0.2.9
28772024-08-08T21:47:44.699Z[ helios-setup] Aug 08 21:47:42.717 INFO E| Compiling tokio-rustls v0.24.0
28782024-08-08T21:47:45.340Z[ helios-setup] Aug 08 21:47:43.356 INFO E| Compiling git2 v0.16.1
28792024-08-08T21:47:45.623Z[ host-package] Compiling rtoolbox v0.0.2
28802024-08-08T21:47:45.720Z[ host-package] Compiling is_ci v1.2.0
28812024-08-08T21:47:46.346Z[ host-package] Compiling assert_matches v1.5.0
28822024-08-08T21:47:46.561Z[ host-package] Compiling rpassword v7.3.1
28832024-08-08T21:47:47.503Z[ host-package] Compiling supports-color v3.0.0
28842024-08-08T21:47:48.748Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852024-08-08T21:47:51.702Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28862024-08-08T21:47:54.090Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28872024-08-08T21:47:55.862Z[ host-package] Compiling tui-tree-widget v0.21.0
28882024-08-08T21:47:56.894Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892024-08-08T21:47:57.504Z[ helios-setup] Aug 08 21:47:55.518 INFO E| Compiling built v0.6.0
28902024-08-08T21:47:58.986Z[ helios-setup] Aug 08 21:47:57.000 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28912024-08-08T21:48:01.450Z[ helios-setup] Aug 08 21:47:59.464 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
28922024-08-08T21:48:01.634Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28932024-08-08T21:48:02.356Z[ helios-setup] Aug 08 21:48:00.368 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
28942024-08-08T21:48:03.452Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28952024-08-08T21:48:03.987Z[ host-package] Compiling uzers v0.11.3
28962024-08-08T21:48:05.861Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28972024-08-08T21:48:08.918Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28982024-08-08T21:48:12.439Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28992024-08-08T21:48:27.264Z[ helios-setup] Aug 08 21:48:25.272 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
29002024-08-08T21:48:28.861Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29012024-08-08T21:48:29.631Z[ helios-setup] Aug 08 21:48:27.638 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
29022024-08-08T21:48:44.652Z[ host-package] Compiling multimap v0.10.0
29032024-08-08T21:49:13.916Z[ helios-setup] Aug 08 21:49:11.913 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
29042024-08-08T21:50:17.611Z[ helios-setup] Aug 08 21:50:15.595 INFO E| Finished `release` profile [optimized] target(s) in 6m 47s
29052024-08-08T21:50:17.750Z[ helios-setup] Aug 08 21:50:15.733 INFO building project "pilot" ok (407 seconds)
29062024-08-08T21:50:17.752Z[ helios-setup] Aug 08 21:50:15.733 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
29072024-08-08T21:50:17.752Z[ helios-setup] Aug 08 21:50:15.733 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
29082024-08-08T21:50:18.195Z[ helios-setup] Aug 08 21:50:16.179 INFO E| Downloading crates ...
29092024-08-08T21:50:18.378Z[ helios-setup] Aug 08 21:50:16.361 INFO E| Downloaded typenum v1.15.0
29102024-08-08T21:50:18.382Z[ helios-setup] Aug 08 21:50:16.365 INFO E| Downloaded sha2 v0.10.5
29112024-08-08T21:50:18.385Z[ helios-setup] Aug 08 21:50:16.369 INFO E| Downloaded digest v0.10.3
29122024-08-08T21:50:18.388Z[ helios-setup] Aug 08 21:50:16.372 INFO E| Downloaded bytes v1.2.1
29132024-08-08T21:50:18.394Z[ helios-setup] Aug 08 21:50:16.378 INFO E| Downloaded anyhow v1.0.62
29142024-08-08T21:50:18.615Z[ helios-setup] Aug 08 21:50:16.598 INFO E| Compiling version_check v0.9.4
29152024-08-08T21:50:18.615Z[ helios-setup] Aug 08 21:50:16.598 INFO E| Compiling typenum v1.15.0
29162024-08-08T21:50:18.615Z[ helios-setup] Aug 08 21:50:16.598 INFO E| Compiling crc32fast v1.3.2
29172024-08-08T21:50:18.615Z[ helios-setup] Aug 08 21:50:16.598 INFO E| Compiling cfg-if v1.0.0
29182024-08-08T21:50:18.618Z[ helios-setup] Aug 08 21:50:16.598 INFO E| Compiling anyhow v1.0.62
29192024-08-08T21:50:18.618Z[ helios-setup] Aug 08 21:50:16.599 INFO E| Compiling adler v1.0.2
29202024-08-08T21:50:18.621Z[ helios-setup] Aug 08 21:50:16.603 INFO E| Compiling unicode-width v0.1.10
29212024-08-08T21:50:18.621Z[ helios-setup] Aug 08 21:50:16.603 INFO E| Compiling cpufeatures v0.2.5
29222024-08-08T21:50:18.719Z[ helios-setup] Aug 08 21:50:16.702 INFO E| Compiling bitflags v1.3.2
29232024-08-08T21:50:18.797Z[ helios-setup] Aug 08 21:50:16.780 INFO E| Compiling bytes v1.2.1
29242024-08-08T21:50:18.930Z[ helios-setup] Aug 08 21:50:16.913 INFO E| Compiling miniz_oxide v0.6.2
29252024-08-08T21:50:18.986Z[ helios-setup] Aug 08 21:50:16.969 INFO E| Compiling getopts v0.2.21
29262024-08-08T21:50:20.099Z[ helios-setup] Aug 08 21:50:18.082 INFO E| Compiling generic-array v0.14.6
29272024-08-08T21:50:20.929Z[ helios-setup] Aug 08 21:50:18.912 INFO E| Compiling flate2 v1.0.25
29282024-08-08T21:50:24.666Z[ helios-setup] Aug 08 21:50:22.648 INFO E| Compiling crypto-common v0.1.6
29292024-08-08T21:50:24.666Z[ helios-setup] Aug 08 21:50:22.648 INFO E| Compiling block-buffer v0.10.3
29302024-08-08T21:50:24.920Z[ helios-setup] Aug 08 21:50:22.902 INFO E| Compiling digest v0.10.3
29312024-08-08T21:50:25.299Z[ helios-setup] Aug 08 21:50:23.280 INFO E| Compiling sha2 v0.10.5
29322024-08-08T21:50:25.819Z[ helios-setup] Aug 08 21:50:23.800 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
29332024-08-08T21:50:31.634Z[ helios-setup] Aug 08 21:50:29.614 INFO E| Finished `release` profile [optimized] target(s) in 13.78s
29342024-08-08T21:50:31.652Z[ helios-setup] Aug 08 21:50:29.632 INFO building project "bootserver" ok (13 seconds)
29352024-08-08T21:50:31.652Z[ helios-setup] Aug 08 21:50:29.632 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
29362024-08-08T21:50:31.655Z[ helios-setup] Aug 08 21:50:29.632 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
29372024-08-08T21:50:31.956Z[ helios-setup] Aug 08 21:50:29.936 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
29382024-08-08T21:50:32.521Z[ helios-setup] Aug 08 21:50:30.501 INFO E| From https://github.com/jclulow/rust-jmclib
29392024-08-08T21:50:32.521Z[ helios-setup] Aug 08 21:50:30.502 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29402024-08-08T21:50:32.552Z[ helios-setup] Aug 08 21:50:30.532 INFO E| Updating crates.io index
29412024-08-08T21:50:32.776Z[ helios-setup] Aug 08 21:50:30.756 INFO E| Downloading crates ...
29422024-08-08T21:50:32.880Z[ helios-setup] Aug 08 21:50:30.860 INFO E| Downloaded opaque-debug v0.3.0
29432024-08-08T21:50:32.915Z[ helios-setup] Aug 08 21:50:30.895 INFO E| Downloaded md-5 v0.9.1
29442024-08-08T21:50:32.919Z[ helios-setup] Aug 08 21:50:30.898 INFO E| Downloaded getrandom v0.2.10
29452024-08-08T21:50:32.923Z[ helios-setup] Aug 08 21:50:30.903 INFO E| Downloaded block-buffer v0.9.0
29462024-08-08T21:50:32.926Z[ helios-setup] Aug 08 21:50:30.905 INFO E| Downloaded cpufeatures v0.2.9
29472024-08-08T21:50:32.929Z[ helios-setup] Aug 08 21:50:30.906 INFO E| Downloaded anyhow v1.0.72
29482024-08-08T21:50:32.932Z[ helios-setup] Aug 08 21:50:30.913 INFO E| Downloaded sha-1 v0.9.8
29492024-08-08T21:50:32.936Z[ helios-setup] Aug 08 21:50:30.915 INFO E| Downloaded libdevinfo-sys v1.0.0
29502024-08-08T21:50:32.939Z[ helios-setup] Aug 08 21:50:30.917 INFO E| Downloaded itoa v1.0.9
29512024-08-08T21:50:32.939Z[ helios-setup] Aug 08 21:50:30.919 INFO E| Downloaded fastrand v2.0.0
29522024-08-08T21:50:32.942Z[ helios-setup] Aug 08 21:50:30.921 INFO E| Downloaded quote v1.0.31
29532024-08-08T21:50:32.945Z[ helios-setup] Aug 08 21:50:30.925 INFO E| Downloaded digest v0.9.0
29542024-08-08T21:50:32.952Z[ helios-setup] Aug 08 21:50:30.932 INFO E| Downloaded uuid v0.8.2
29552024-08-08T21:50:32.958Z[ helios-setup] Aug 08 21:50:30.938 INFO E| Downloaded unicode-ident v1.0.11
29562024-08-08T21:50:32.962Z[ helios-setup] Aug 08 21:50:30.942 INFO E| Downloaded serde_derive v1.0.193
29572024-08-08T21:50:32.966Z[ helios-setup] Aug 08 21:50:30.947 INFO E| Downloaded serde v1.0.193
29582024-08-08T21:50:32.972Z[ helios-setup] Aug 08 21:50:30.952 INFO E| Downloaded ryu v1.0.15
29592024-08-08T21:50:32.977Z[ helios-setup] Aug 08 21:50:30.957 INFO E| Downloaded bitflags v2.3.3
29602024-08-08T21:50:32.982Z[ helios-setup] Aug 08 21:50:30.961 INFO E| Downloaded tempfile v3.7.0
29612024-08-08T21:50:32.985Z[ helios-setup] Aug 08 21:50:30.965 INFO E| Downloaded proc-macro2 v1.0.66
29622024-08-08T21:50:32.988Z[ helios-setup] Aug 08 21:50:30.969 INFO E| Downloaded once_cell v1.18.0
29632024-08-08T21:50:32.993Z[ helios-setup] Aug 08 21:50:30.973 INFO E| Downloaded serde_json v1.0.103
29642024-08-08T21:50:33.004Z[ helios-setup] Aug 08 21:50:30.984 INFO E| Downloaded syn v2.0.32
29652024-08-08T21:50:33.021Z[ helios-setup] Aug 08 21:50:31.001 INFO E| Downloaded rustix v0.38.4
29662024-08-08T21:50:33.051Z[ helios-setup] Aug 08 21:50:31.031 INFO E| Downloaded libc v0.2.147
29672024-08-08T21:50:33.305Z[ helios-setup] Aug 08 21:50:31.285 INFO E| Compiling libc v0.2.147
29682024-08-08T21:50:33.305Z[ helios-setup] Aug 08 21:50:31.286 INFO E| Compiling proc-macro2 v1.0.66
29692024-08-08T21:50:33.311Z[ helios-setup] Aug 08 21:50:31.286 INFO E| Compiling cfg-if v1.0.0
29702024-08-08T21:50:33.311Z[ helios-setup] Aug 08 21:50:31.286 INFO E| Compiling unicode-ident v1.0.11
29712024-08-08T21:50:33.311Z[ helios-setup] Aug 08 21:50:31.286 INFO E| Compiling typenum v1.16.0
29722024-08-08T21:50:33.311Z[ helios-setup] Aug 08 21:50:31.286 INFO E| Compiling version_check v0.9.4
29732024-08-08T21:50:33.311Z[ helios-setup] Aug 08 21:50:31.286 INFO E| Compiling serde v1.0.193
29742024-08-08T21:50:33.311Z[ helios-setup] Aug 08 21:50:31.286 INFO E| Compiling rustix v0.38.4
29752024-08-08T21:50:33.622Z[ helios-setup] Aug 08 21:50:31.602 INFO E| Compiling itoa v1.0.9
29762024-08-08T21:50:33.977Z[ helios-setup] Aug 08 21:50:31.956 INFO E| Compiling num-conv v0.1.0
29772024-08-08T21:50:34.004Z[ helios-setup] Aug 08 21:50:31.984 INFO E| Compiling time-core v0.1.2
29782024-08-08T21:50:34.290Z[ helios-setup] Aug 08 21:50:32.270 INFO E| Compiling powerfmt v0.2.0
29792024-08-08T21:50:34.617Z[ helios-setup] Aug 08 21:50:32.597 INFO E| Compiling slog v2.7.0
29802024-08-08T21:50:34.967Z[ helios-setup] Aug 08 21:50:32.946 INFO E| Compiling deranged v0.3.11
29812024-08-08T21:50:35.028Z[ helios-setup] Aug 08 21:50:33.008 INFO E| Compiling generic-array v0.14.7
29822024-08-08T21:50:35.034Z[ helios-setup] Aug 08 21:50:33.014 INFO E| Compiling time-macros v0.2.18
29832024-08-08T21:50:35.370Z[ helios-setup] Aug 08 21:50:33.350 INFO E| Compiling bitflags v2.3.3
29842024-08-08T21:50:35.658Z[ helios-setup] Aug 08 21:50:33.637 INFO E| Compiling num_threads v0.1.6
29852024-08-08T21:50:36.101Z[ helios-setup] Aug 08 21:50:34.080 INFO E| Compiling once_cell v1.18.0
29862024-08-08T21:50:36.360Z[ helios-setup] Aug 08 21:50:34.338 INFO E| Compiling quote v1.0.31
29872024-08-08T21:50:37.102Z[ helios-setup] Aug 08 21:50:35.081 INFO E| Compiling syn v2.0.32
29882024-08-08T21:50:37.588Z[ helios-setup] Aug 08 21:50:35.567 INFO E| Compiling thread_local v1.1.7
29892024-08-08T21:50:37.720Z[ helios-setup] Aug 08 21:50:35.699 INFO E| Compiling serde_json v1.0.103
29902024-08-08T21:50:37.955Z[ helios-setup] Aug 08 21:50:35.934 INFO E| Compiling dirs-sys-next v0.1.2
29912024-08-08T21:50:38.687Z[ helios-setup] Aug 08 21:50:36.666 INFO E| Compiling dirs-next v2.0.0
29922024-08-08T21:50:38.732Z[ helios-setup] Aug 08 21:50:36.711 INFO E| Compiling errno v0.3.1
29932024-08-08T21:50:39.226Z[ helios-setup] Aug 08 21:50:37.204 INFO E| Compiling term v0.7.0
29942024-08-08T21:50:39.242Z[ helios-setup] Aug 08 21:50:37.221 INFO E| Compiling atty v0.2.14
29952024-08-08T21:50:39.260Z[ helios-setup] Aug 08 21:50:37.239 INFO E| Compiling anyhow v1.0.72
29962024-08-08T21:50:39.593Z[ helios-setup] Aug 08 21:50:37.572 INFO E| Compiling opaque-debug v0.3.0
29972024-08-08T21:50:39.606Z[ helios-setup] Aug 08 21:50:37.584 INFO E| Compiling fastrand v2.0.0
29982024-08-08T21:50:39.769Z[ helios-setup] Aug 08 21:50:37.748 INFO E| Compiling getrandom v0.2.10
29992024-08-08T21:50:40.393Z[ helios-setup] Aug 08 21:50:38.371 INFO E| Compiling block-buffer v0.9.0
30002024-08-08T21:50:40.401Z[ helios-setup] Aug 08 21:50:38.379 INFO E| Compiling time v0.3.36
30012024-08-08T21:50:40.492Z[ helios-setup] Aug 08 21:50:38.470 INFO E| Compiling digest v0.9.0
30022024-08-08T21:50:40.603Z[ helios-setup] Aug 08 21:50:38.581 INFO E| Compiling ryu v1.0.15
30032024-08-08T21:50:41.004Z[ helios-setup] Aug 08 21:50:38.982 INFO E| Compiling cpufeatures v0.2.9
30042024-08-08T21:50:41.028Z[ helios-setup] Aug 08 21:50:39.006 INFO E| Compiling same-file v1.0.6
30052024-08-08T21:50:41.099Z[ helios-setup] Aug 08 21:50:39.078 INFO E| Compiling unicode-width v0.1.10
30062024-08-08T21:50:41.320Z[ helios-setup] Aug 08 21:50:39.298 INFO E| Compiling getopts v0.2.21
30072024-08-08T21:50:41.523Z[ helios-setup] Aug 08 21:50:39.501 INFO E| Compiling walkdir v2.3.3
30082024-08-08T21:50:41.719Z[ helios-setup] Aug 08 21:50:39.693 INFO E| Compiling sha-1 v0.9.8
30092024-08-08T21:50:42.698Z[ helios-setup] Aug 08 21:50:40.653 INFO E| Compiling tempfile v3.7.0
30102024-08-08T21:50:42.786Z[ helios-setup] Aug 08 21:50:40.763 INFO E| Compiling md-5 v0.9.1
30112024-08-08T21:50:43.053Z[ helios-setup] Aug 08 21:50:41.030 INFO E| Compiling libdevinfo-sys v1.0.0
30122024-08-08T21:50:43.314Z[ helios-setup] Aug 08 21:50:41.292 INFO E| Compiling glob v0.3.1
30132024-08-08T21:50:44.395Z[ helios-setup] Aug 08 21:50:42.373 INFO E| Compiling slog-term v2.9.0
30142024-08-08T21:50:46.392Z[ helios-setup] Aug 08 21:50:44.367 INFO E| Compiling serde_derive v1.0.193
30152024-08-08T21:51:01.700Z[ helios-setup] Aug 08 21:50:59.674 INFO E| Compiling toml v0.5.11
30162024-08-08T21:51:01.703Z[ helios-setup] Aug 08 21:50:59.674 INFO E| Compiling uuid v0.8.2
30172024-08-08T21:51:03.809Z[ helios-setup] Aug 08 21:51:01.781 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30182024-08-08T21:51:07.963Z[ helios-setup] Aug 08 21:51:05.934 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30192024-08-08T21:51:15.666Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30202024-08-08T21:51:16.854Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30212024-08-08T21:51:22.250Z[ helios-setup] Aug 08 21:51:20.218 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.48s
30222024-08-08T21:51:22.286Z[ helios-setup] Aug 08 21:51:20.254 INFO building project "image-builder" ok (50 seconds)
30232024-08-08T21:51:22.290Z[ helios-setup] rm -f helios-build
30242024-08-08T21:51:22.308Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30252024-08-08T21:51:22.308Z[ helios-setup]
30262024-08-08T21:51:22.309Z[ helios-setup] Setup complete! ./helios-build is now available.
30272024-08-08T21:51:22.309Z[ helios-setup]
30282024-08-08T21:51:22.309Z[ helios-setup]
30292024-08-08T21:51:22.309Z[ helios-setup] real 12:05.060759068
30302024-08-08T21:51:22.309Z[ helios-setup] user 28:55.729349864
30312024-08-08T21:51:22.309Z[ helios-setup] sys 3:33.923545130
30322024-08-08T21:51:22.309Z[ helios-setup] trap 1.553306262
30332024-08-08T21:51:22.309Z[ helios-setup] tflt 5.819592059
30342024-08-08T21:51:22.309Z[ helios-setup] dflt 32.392972945
30352024-08-08T21:51:22.309Z[ helios-setup] kflt 0.011105347
30362024-08-08T21:51:22.309Z[ helios-setup] lock 1:57:25.702301227
30372024-08-08T21:51:22.309Z[ helios-setup] slp 3:45:10.144749039
30382024-08-08T21:51:22.309Z[ helios-setup] lat 32:57.934224346
30392024-08-08T21:51:22.309Z[ helios-setup] stop 4:48.471796169
30402024-08-08T21:51:22.309ZAug 08 21:51:20.267 INFO [helios-setup] process exited with exit status: 0 (725.066040229s)
30412024-08-08T21:51:22.309ZAug 08 21:51:20.267 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
30422024-08-08T21:51:22.318Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
30432024-08-08T21:51:22.614Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
30442024-08-08T21:51:22.614Z[ phbl-toolchain] info: downloading component 'cargo'
30452024-08-08T21:51:23.928Z[ phbl-toolchain] info: downloading component 'clippy'
30462024-08-08T21:51:24.256Z[ phbl-toolchain] info: downloading component 'llvm-tools'
30472024-08-08T21:51:29.857Z[ phbl-toolchain] info: downloading component 'miri'
30482024-08-08T21:51:30.692Z[ phbl-toolchain] info: downloading component 'rust-docs'
30492024-08-08T21:51:32.193Z[ phbl-toolchain] info: downloading component 'rust-src'
30502024-08-08T21:51:32.745Z[ phbl-toolchain] info: downloading component 'rust-std'
30512024-08-08T21:51:35.069Z[ phbl-toolchain] info: downloading component 'rustc'
30522024-08-08T21:51:42.093Z[ phbl-toolchain] info: downloading component 'rustfmt'
30532024-08-08T21:51:42.809Z[ phbl-toolchain] info: installing component 'cargo'
30542024-08-08T21:51:44.146Z[ phbl-toolchain] info: installing component 'clippy'
30552024-08-08T21:51:44.645Z[ phbl-toolchain] info: installing component 'llvm-tools'
30562024-08-08T21:51:50.588Z[ phbl-toolchain] info: installing component 'miri'
30572024-08-08T21:51:50.959Z[ phbl-toolchain] info: installing component 'rust-docs'
30582024-08-08T21:51:57.420Z[ phbl-toolchain] info: installing component 'rust-src'
30592024-08-08T21:51:58.065Z[ phbl-toolchain] info: installing component 'rust-std'
30602024-08-08T21:52:00.582Z[ phbl-toolchain] info: installing component 'rustc'
30612024-08-08T21:52:06.592Z[ phbl-toolchain] info: installing component 'rustfmt'
30622024-08-08T21:52:07.388Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
30632024-08-08T21:52:07.391ZAug 08 21:52:05.350 INFO [phbl-toolchain] process exited with exit status: 0 (45.082863451s)
30642024-08-08T21:58:12.777Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 09s
30652024-08-08T21:59:03.566ZAug 08 21:59:01.432 INFO [host-package] process exited with exit status: 0 (1140.659566567s)
30662024-08-08T21:59:03.567ZAug 08 21:59:01.432 INFO [host-stamp] running task
30672024-08-08T21:59:03.569ZAug 08 21:59:01.433 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
30682024-08-08T21:59:03.569ZAug 08 21:59:01.433 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+giteefaaf39ad7
30692024-08-08T21:59:03.581ZAug 08 21:59:01.447 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+giteefaaf39ad7
30702024-08-08T21:59:03.586Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
30712024-08-08T21:59:03.589ZAug 08 21:59:01.453 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+giteefaaf39ad7
30722024-08-08T21:59:03.592Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30732024-08-08T21:59:03.595ZAug 08 21:59:01.460 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+giteefaaf39ad7
30742024-08-08T21:59:03.600Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
30752024-08-08T21:59:03.604Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
30762024-08-08T21:59:03.604ZAug 08 21:59:01.469 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+giteefaaf39ad7
30772024-08-08T21:59:03.610ZAug 08 21:59:01.476 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+giteefaaf39ad7
30782024-08-08T21:59:03.621Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
30792024-08-08T21:59:03.625Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
30802024-08-08T21:59:03.625ZAug 08 21:59:01.487 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+giteefaaf39ad7
30812024-08-08T21:59:03.630Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
30822024-08-08T21:59:03.630Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
30832024-08-08T21:59:03.633ZAug 08 21:59:01.497 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+giteefaaf39ad7
30842024-08-08T21:59:03.640Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
30852024-08-08T21:59:03.643Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
30862024-08-08T21:59:03.643ZAug 08 21:59:01.509 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (40.240087ms)
30872024-08-08T21:59:03.646ZAug 08 21:59:01.509 INFO [stamp-oxlog] process exited with exit status: 0 (49.403323ms)
30882024-08-08T21:59:03.646Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
30892024-08-08T21:59:03.650ZAug 08 21:59:01.513 INFO [stamp-overlay] process exited with exit status: 0 (25.749241ms)
30902024-08-08T21:59:03.653Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
30912024-08-08T21:59:03.744Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
30922024-08-08T21:59:03.748ZAug 08 21:59:01.614 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (137.428671ms)
30932024-08-08T21:59:03.799Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
30942024-08-08T21:59:03.802ZAug 08 21:59:01.668 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (234.526314ms)
30952024-08-08T21:59:03.909Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
30962024-08-08T21:59:03.912ZAug 08 21:59:01.777 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (330.730902ms)
30972024-08-08T21:59:04.877Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
30982024-08-08T21:59:04.880ZAug 08 21:59:02.744 INFO [stamp-propolis-server] process exited with exit status: 0 (1.246817902s)
30992024-08-08T21:59:04.920Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31002024-08-08T21:59:07.216Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31012024-08-08T21:59:13.701Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31022024-08-08T21:59:13.705ZAug 08 21:59:11.567 INFO [stamp-switch-asic] process exited with exit status: 0 (10.113822448s)
31032024-08-08T21:59:13.705ZAug 08 21:59:11.567 INFO [host-stamp] task succeeded (10.134667055s)
31042024-08-08T21:59:13.705ZAug 08 21:59:11.567 INFO [host-proto] running task
31052024-08-08T21:59:14.067ZAug 08 21:59:11.930 INFO [host-proto] task succeeded (363.034181ms)
31062024-08-08T21:59:14.067ZAug 08 21:59:11.930 INFO [host-profile] running task
31072024-08-08T21:59:14.075ZAug 08 21:59:11.931 INFO [host-profile] task succeeded (339.323µs)
31082024-08-08T21:59:14.075ZAug 08 21:59:11.931 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpuE3h3C/proto/host/root -N 'ci eefaaf3/${os_short_commit} 2024-08-08 21:39' -s host -B
31092024-08-08T21:59:14.086Z[ host-image] Aug 08 21:59:11.949 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31102024-08-08T21:59:14.086Z[ host-image] Aug 08 21:59:11.949 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31112024-08-08T21:59:14.107Z[ host-image] Aug 08 21:59:11.967 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpuE3h3C/proto/host/root"
31122024-08-08T21:59:14.110Z[ host-image] Aug 08 21:59:11.967 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31132024-08-08T21:59:14.110Z[ host-image] Aug 08 21:59:11.968 INFO image builder template: ramdisk-01-os...
31142024-08-08T21:59:14.110Z[ host-image] Aug 08 21:59:11.968 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/.tmpuE3h3C/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
31152024-08-08T21:59:14.126Z[ host-image] Aug 08 21:59:11.989 INFO O| Aug 08 21:59:11.989 INFO CREATE DATASET: rpool/images/build/host/output
31162024-08-08T21:59:14.424Z[ host-image] Aug 08 21:59:12.286 INFO O| Aug 08 21:59:12.286 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31172024-08-08T21:59:14.432Z[ host-image] Aug 08 21:59:12.291 INFO O| Aug 08 21:59:12.291 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31182024-08-08T21:59:14.621Z[ host-image] Aug 08 21:59:12.484 INFO O| Aug 08 21:59:12.484 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31192024-08-08T21:59:14.681Z[ host-image] Aug 08 21:59:12.544 INFO O| Aug 08 21:59:12.544 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31202024-08-08T21:59:14.681Z[ host-image] Aug 08 21:59:12.544 INFO O| Aug 08 21:59:12.544 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31212024-08-08T21:59:14.685Z[ host-image] Aug 08 21:59:12.545 INFO O| Aug 08 21:59:12.545 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31222024-08-08T21:59:14.685Z[ host-image] Aug 08 21:59:12.545 INFO O| Aug 08 21:59:12.545 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31232024-08-08T21:59:14.693Z[ host-image] Aug 08 21:59:12.553 INFO O| Aug 08 21:59:12.553 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31242024-08-08T21:59:14.907Z[ host-image] Aug 08 21:59:12.771 INFO O| Aug 08 21:59:12.770 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31252024-08-08T21:59:14.921Z[ host-image] Aug 08 21:59:12.784 INFO O| Aug 08 21:59:12.784 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31262024-08-08T21:59:15.356Z[ host-image] Aug 08 21:59:13.218 INFO O| Aug 08 21:59:13.218 INFO O| Caching catalogs ... Done
31272024-08-08T21:59:15.484Z[ host-image] Aug 08 21:59:13.341 INFO O| Aug 08 21:59:13.341 INFO STEP 0 (pkg_image_create) COMPLETE
31282024-08-08T21:59:15.484Z[ host-image] Aug 08 21:59:13.341 INFO O| Aug 08 21:59:13.341 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31292024-08-08T21:59:15.484Z[ host-image] Aug 08 21:59:13.341 INFO O| Aug 08 21:59:13.341 INFO skip step because feature "repo_redist" is not enabled
31302024-08-08T21:59:15.484Z[ host-image] Aug 08 21:59:13.341 INFO O| Aug 08 21:59:13.341 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31312024-08-08T21:59:15.495Z[ host-image] Aug 08 21:59:13.358 INFO O| Aug 08 21:59:13.358 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"]
31322024-08-08T21:59:16.051Z[ host-image] Aug 08 21:59:13.914 INFO O| Aug 08 21:59:13.914 INFO STEP 2 (pkg_set_publisher) COMPLETE
31332024-08-08T21:59:16.051Z[ host-image] Aug 08 21:59:13.914 INFO O| Aug 08 21:59:13.914 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31342024-08-08T21:59:16.069Z[ host-image] Aug 08 21:59:13.931 INFO O| Aug 08 21:59:13.931 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"]
31352024-08-08T21:59:16.615Z[ host-image] Aug 08 21:59:14.476 INFO O| Aug 08 21:59:14.476 INFO STEP 3 (pkg_set_publisher) COMPLETE
31362024-08-08T21:59:16.615Z[ host-image] Aug 08 21:59:14.476 INFO O| Aug 08 21:59:14.476 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31372024-08-08T21:59:16.619Z[ host-image] Aug 08 21:59:14.476 INFO O| Aug 08 21:59:14.476 INFO skip step because feature "repo_redist" is not enabled
31382024-08-08T21:59:16.619Z[ host-image] Aug 08 21:59:14.476 INFO O| Aug 08 21:59:14.476 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31392024-08-08T21:59:17.166Z[ host-image] Aug 08 21:59:15.027 INFO O| Aug 08 21:59:15.027 INFO variant opensolaris.zone is already global
31402024-08-08T21:59:17.166Z[ host-image] Aug 08 21:59:15.027 INFO O| Aug 08 21:59:15.027 INFO STEP 5 (pkg_change_variant) COMPLETE
31412024-08-08T21:59:17.172Z[ host-image] Aug 08 21:59:15.027 INFO O| Aug 08 21:59:15.027 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31422024-08-08T21:59:17.715Z[ host-image] Aug 08 21:59:15.577 INFO O| Aug 08 21:59:15.576 INFO variant opensolaris.imagetype is full; changing to partial
31432024-08-08T21:59:17.715Z[ host-image] Aug 08 21:59:15.577 INFO O| Aug 08 21:59:15.577 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
31442024-08-08T21:59:23.579Z[ host-image] Aug 08 21:59:21.439 INFO O| Aug 08 21:59:21.439 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31452024-08-08T21:59:25.571Z[ host-image] Aug 08 21:59:23.432 INFO O| Aug 08 21:59:23.432 INFO O| Startup: Caching catalogs ... Done
31462024-08-08T21:59:25.617Z[ host-image] Aug 08 21:59:23.478 INFO O| Aug 08 21:59:23.478 INFO O| Planning: Planning completed in 0.00 seconds
31472024-08-08T21:59:25.620Z[ host-image] Aug 08 21:59:23.478 INFO O| Aug 08 21:59:23.478 INFO O| Planning: Consolidating action changes ... Done
31482024-08-08T21:59:25.620Z[ host-image] Aug 08 21:59:23.478 INFO O| Aug 08 21:59:23.478 INFO O| Planning: Evaluating mediators ... Done
31492024-08-08T21:59:25.620Z[ host-image] Aug 08 21:59:23.479 INFO O| Aug 08 21:59:23.479 INFO O| Planning: Planning completed in 0.00 seconds
31502024-08-08T21:59:25.620Z[ host-image] Aug 08 21:59:23.479 INFO O| Aug 08 21:59:23.479 INFO O| Variants/Facets to change: 1
31512024-08-08T21:59:25.632Z[ host-image] Aug 08 21:59:23.493 INFO O| Aug 08 21:59:23.493 INFO O| Done
31522024-08-08T21:59:25.632Z[ host-image] Aug 08 21:59:23.493 INFO O| Aug 08 21:59:23.493 INFO O| Done
31532024-08-08T21:59:25.812Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.01s
31542024-08-08T21:59:25.954Z[ host-image] Aug 08 21:59:23.814 INFO O| Aug 08 21:59:23.814 INFO O| Done
31552024-08-08T21:59:25.980Z[ host-image] Aug 08 21:59:23.841 INFO O| Aug 08 21:59:23.841 INFO O| Done
31562024-08-08T21:59:25.983Z[ host-image] Aug 08 21:59:23.842 INFO O| Aug 08 21:59:23.842 INFO O| Done
31572024-08-08T21:59:25.983Z[ host-image] Aug 08 21:59:23.842 INFO O| Aug 08 21:59:23.842 INFO O| Done
31582024-08-08T21:59:25.983Z[ host-image] Aug 08 21:59:23.843 INFO O| Aug 08 21:59:23.843 INFO O| Done
31592024-08-08T21:59:26.263Z[ host-image] Aug 08 21:59:24.124 INFO O| Aug 08 21:59:24.124 INFO STEP 6 (pkg_change_variant) COMPLETE
31602024-08-08T21:59:26.263Z[ host-image] Aug 08 21:59:24.124 INFO O| Aug 08 21:59:24.124 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31612024-08-08T21:59:26.266Z[ host-image] Aug 08 21:59:24.124 INFO O| Aug 08 21:59:24.124 INFO skip step because feature "debug_variant" is not enabled
31622024-08-08T21:59:26.266Z[ host-image] Aug 08 21:59:24.124 INFO O| Aug 08 21:59:24.124 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31632024-08-08T21:59:26.633Z[ host-image] Aug 08 21:59:24.493 INFO O| Aug 08 21:59:24.493 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
31642024-08-08T21:59:26.934ZAug 08 21:59:24.794 INFO [recovery-package] process exited with exit status: 0 (23.361111302s)
31652024-08-08T21:59:26.937ZAug 08 21:59:24.795 INFO [recovery-stamp] running task
31662024-08-08T21:59:26.937ZAug 08 21:59:24.795 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
31672024-08-08T21:59:26.940ZAug 08 21:59:24.801 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+giteefaaf39ad7
31682024-08-08T21:59:26.949ZAug 08 21:59:24.809 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+giteefaaf39ad7
31692024-08-08T21:59:26.960Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
31702024-08-08T21:59:26.970Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
31712024-08-08T21:59:27.051Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
31722024-08-08T21:59:27.054ZAug 08 21:59:24.915 INFO [stamp-installinator] process exited with exit status: 0 (105.424943ms)
31732024-08-08T21:59:27.057Z[ host-image] Aug 08 21:59:24.916 INFO O| Aug 08 21:59:24.916 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31742024-08-08T21:59:27.057Z[ host-image] Aug 08 21:59:24.917 INFO O| Aug 08 21:59:24.917 INFO O| Planning: Planning completed in 0.00 seconds
31752024-08-08T21:59:27.060Z[ host-image] Aug 08 21:59:24.918 INFO O| Aug 08 21:59:24.918 INFO O| Planning: Consolidating action changes ... Done
31762024-08-08T21:59:27.060Z[ host-image] Aug 08 21:59:24.918 INFO O| Aug 08 21:59:24.918 INFO O| Planning: Evaluating mediators ... Done
31772024-08-08T21:59:27.060Z[ host-image] Aug 08 21:59:24.918 INFO O| Aug 08 21:59:24.918 INFO O| Planning: Planning completed in 0.00 seconds
31782024-08-08T21:59:27.060Z[ host-image] Aug 08 21:59:24.919 INFO O| Aug 08 21:59:24.919 INFO O| Variants/Facets to change: 1
31792024-08-08T21:59:27.072Z[ host-image] Aug 08 21:59:24.932 INFO O| Aug 08 21:59:24.932 INFO O| Done
31802024-08-08T21:59:27.072Z[ host-image] Aug 08 21:59:24.932 INFO O| Aug 08 21:59:24.932 INFO O| Done
31812024-08-08T21:59:27.079Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
31822024-08-08T21:59:27.083ZAug 08 21:59:24.943 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (141.700111ms)
31832024-08-08T21:59:27.086ZAug 08 21:59:24.943 INFO [recovery-stamp] task succeeded (148.185653ms)
31842024-08-08T21:59:27.086ZAug 08 21:59:24.943 INFO [recovery-proto] running task
31852024-08-08T21:59:27.086ZAug 08 21:59:24.943 INFO [tuf-stamp] running task
31862024-08-08T21:59:27.086ZAug 08 21:59:24.944 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+giteefaaf39ad7
31872024-08-08T21:59:27.095ZAug 08 21:59:24.955 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+giteefaaf39ad7
31882024-08-08T21:59:27.107Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
31892024-08-08T21:59:27.110ZAug 08 21:59:24.968 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+giteefaaf39ad7
31902024-08-08T21:59:27.117Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
31912024-08-08T21:59:27.120ZAug 08 21:59:24.978 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+giteefaaf39ad7
31922024-08-08T21:59:27.126ZAug 08 21:59:24.987 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+giteefaaf39ad7
31932024-08-08T21:59:27.135Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
31942024-08-08T21:59:27.149Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
31952024-08-08T21:59:27.152ZAug 08 21:59:25.010 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+giteefaaf39ad7
31962024-08-08T21:59:27.167Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
31972024-08-08T21:59:27.167ZAug 08 21:59:25.027 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+giteefaaf39ad7
31982024-08-08T21:59:27.193Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
31992024-08-08T21:59:27.196ZAug 08 21:59:25.054 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+giteefaaf39ad7
32002024-08-08T21:59:27.234Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32012024-08-08T21:59:27.244ZAug 08 21:59:25.103 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+giteefaaf39ad7
32022024-08-08T21:59:27.323Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32032024-08-08T21:59:27.326Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32042024-08-08T21:59:27.326ZAug 08 21:59:25.184 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+giteefaaf39ad7
32052024-08-08T21:59:27.412ZAug 08 21:59:25.271 INFO [recovery-proto] task succeeded (328.245521ms)
32062024-08-08T21:59:27.415ZAug 08 21:59:25.272 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpuE3h3C/proto/recovery/root -N 'recovery eefaaf3/${os_short_commit} 2024-08-08 21:39' -s recovery -R
32072024-08-08T21:59:27.453Z[ recovery-image] Aug 08 21:59:25.313 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32082024-08-08T21:59:27.456Z[ recovery-image] Aug 08 21:59:25.314 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32092024-08-08T21:59:27.461Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32102024-08-08T21:59:27.464ZAug 08 21:59:25.322 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+giteefaaf39ad7
32112024-08-08T21:59:27.470Z[ recovery-image] Aug 08 21:59:25.330 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpuE3h3C/proto/recovery/root"
32122024-08-08T21:59:27.470Z[ recovery-image] Aug 08 21:59:25.330 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32132024-08-08T21:59:27.470Z[ recovery-image] Aug 08 21:59:25.330 INFO image builder template: ramdisk-01-os...
32142024-08-08T21:59:27.470Z[ recovery-image] Aug 08 21:59:25.330 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/.tmpuE3h3C/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
32152024-08-08T21:59:27.488Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32162024-08-08T21:59:27.509Z[ recovery-image] Aug 08 21:59:25.369 INFO O| Aug 08 21:59:25.369 INFO CREATE DATASET: rpool/images/build/recovery/output
32172024-08-08T21:59:27.514Z[ host-image] Aug 08 21:59:25.370 INFO O| Aug 08 21:59:25.370 INFO O| Done
32182024-08-08T21:59:27.783Z[ host-image] Aug 08 21:59:25.441 INFO O| Aug 08 21:59:25.441 INFO O| Done
32192024-08-08T21:59:27.786Z[ host-image] Aug 08 21:59:25.442 INFO O| Aug 08 21:59:25.442 INFO O| Done
32202024-08-08T21:59:27.786Z[ host-image] Aug 08 21:59:25.442 INFO O| Aug 08 21:59:25.442 INFO O| Done
32212024-08-08T21:59:27.786Z[ host-image] Aug 08 21:59:25.444 INFO O| Aug 08 21:59:25.444 INFO O| Done
32222024-08-08T21:59:27.786Z[ host-image] Aug 08 21:59:25.536 INFO O| Aug 08 21:59:25.535 INFO STEP 8 (pkg_change_facet) COMPLETE
32232024-08-08T21:59:27.786Z[ host-image] Aug 08 21:59:25.536 INFO O| Aug 08 21:59:25.535 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32242024-08-08T21:59:27.786Z[ host-image] Aug 08 21:59:25.536 INFO O| Aug 08 21:59:25.536 INFO skip step because feature "recovery" is not enabled
32252024-08-08T21:59:27.786Z[ host-image] Aug 08 21:59:25.536 INFO O| Aug 08 21:59:25.536 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32262024-08-08T21:59:27.786Z[ host-image] Aug 08 21:59:25.536 INFO O| Aug 08 21:59:25.536 INFO skip step because feature "recovery" is not enabled
32272024-08-08T21:59:27.786Z[ host-image] Aug 08 21:59:25.536 INFO O| Aug 08 21:59:25.536 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32282024-08-08T21:59:27.786Z[ host-image] Aug 08 21:59:25.565 INFO O| Aug 08 21:59:25.565 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"]
32292024-08-08T21:59:27.789Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
32302024-08-08T21:59:27.790ZAug 08 21:59:25.649 INFO [stamp-probe] process exited with exit status: 0 (638.849786ms)
32312024-08-08T21:59:27.790ZAug 08 21:59:25.649 INFO [stamp-ntp] process exited with exit status: 0 (693.271771ms)
32322024-08-08T21:59:27.803Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32332024-08-08T21:59:27.905Z[ recovery-image] Aug 08 21:59:25.766 INFO O| Aug 08 21:59:25.765 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32342024-08-08T21:59:27.912Z[ recovery-image] Aug 08 21:59:25.772 INFO O| Aug 08 21:59:25.772 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32352024-08-08T21:59:28.324Z[ recovery-image] Aug 08 21:59:26.184 INFO O| Aug 08 21:59:26.184 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
32362024-08-08T21:59:28.430Z[ recovery-image] Aug 08 21:59:26.283 INFO O| Aug 08 21:59:26.283 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32372024-08-08T21:59:28.430Z[ recovery-image] Aug 08 21:59:26.283 INFO O| Aug 08 21:59:26.283 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32382024-08-08T21:59:28.433Z[ recovery-image] Aug 08 21:59:26.283 INFO O| Aug 08 21:59:26.283 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32392024-08-08T21:59:28.433Z[ recovery-image] Aug 08 21:59:26.283 INFO O| Aug 08 21:59:26.283 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32402024-08-08T21:59:28.455Z[ recovery-image] Aug 08 21:59:26.315 INFO O| Aug 08 21:59:26.315 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32412024-08-08T21:59:28.651Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
32422024-08-08T21:59:28.680ZAug 08 21:59:26.540 INFO [stamp-external-dns] process exited with exit status: 0 (1.437317414s)
32432024-08-08T21:59:28.686Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
32442024-08-08T21:59:28.692ZAug 08 21:59:26.552 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.565118261s)
32452024-08-08T21:59:28.749Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
32462024-08-08T21:59:28.771Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
32472024-08-08T21:59:28.808Z[ host-image] Aug 08 21:59:26.668 INFO O| Aug 08 21:59:26.668 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32482024-08-08T21:59:28.813Z[ recovery-image] Aug 08 21:59:26.674 INFO O| Aug 08 21:59:26.673 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32492024-08-08T21:59:28.827Z[ recovery-image] Aug 08 21:59:26.687 INFO O| Aug 08 21:59:26.687 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
32502024-08-08T21:59:28.910Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
32512024-08-08T21:59:28.985ZAug 08 21:59:26.845 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.90139768s)
32522024-08-08T21:59:29.032Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
32532024-08-08T21:59:29.040ZAug 08 21:59:26.900 INFO [stamp-internal-dns] process exited with exit status: 0 (1.526274508s)
32542024-08-08T21:59:29.332Z[ recovery-image] Aug 08 21:59:27.192 INFO O| Aug 08 21:59:27.192 INFO O| Caching catalogs ... Done
32552024-08-08T21:59:29.386Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
32562024-08-08T21:59:29.390ZAug 08 21:59:27.250 INFO [stamp-oximeter] process exited with exit status: 0 (2.195920701s)
32572024-08-08T21:59:29.453Z[ recovery-image] Aug 08 21:59:27.312 INFO O| Aug 08 21:59:27.312 INFO STEP 0 (pkg_image_create) COMPLETE
32582024-08-08T21:59:29.453Z[ recovery-image] Aug 08 21:59:27.313 INFO O| Aug 08 21:59:27.312 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32592024-08-08T21:59:29.453Z[ recovery-image] Aug 08 21:59:27.313 INFO O| Aug 08 21:59:27.312 INFO skip step because feature "repo_redist" is not enabled
32602024-08-08T21:59:29.453Z[ recovery-image] Aug 08 21:59:27.313 INFO O| Aug 08 21:59:27.312 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32612024-08-08T21:59:29.470Z[ recovery-image] Aug 08 21:59:27.329 INFO O| Aug 08 21:59:27.329 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"]
32622024-08-08T21:59:29.878Z[ recovery-image] Aug 08 21:59:27.738 INFO O| Aug 08 21:59:27.737 INFO STEP 2 (pkg_set_publisher) COMPLETE
32632024-08-08T21:59:29.878Z[ recovery-image] Aug 08 21:59:27.738 INFO O| Aug 08 21:59:27.738 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32642024-08-08T21:59:29.895Z[ recovery-image] Aug 08 21:59:27.752 INFO O| Aug 08 21:59:27.752 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"]
32652024-08-08T21:59:30.319Z[ recovery-image] Aug 08 21:59:28.179 INFO O| Aug 08 21:59:28.179 INFO STEP 3 (pkg_set_publisher) COMPLETE
32662024-08-08T21:59:30.319Z[ recovery-image] Aug 08 21:59:28.179 INFO O| Aug 08 21:59:28.179 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32672024-08-08T21:59:30.319Z[ recovery-image] Aug 08 21:59:28.179 INFO O| Aug 08 21:59:28.179 INFO skip step because feature "repo_redist" is not enabled
32682024-08-08T21:59:30.319Z[ recovery-image] Aug 08 21:59:28.179 INFO O| Aug 08 21:59:28.179 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32692024-08-08T21:59:30.769Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
32702024-08-08T21:59:30.772ZAug 08 21:59:28.632 INFO [stamp-nexus] process exited with exit status: 0 (3.65403008s)
32712024-08-08T21:59:30.788Z[ recovery-image] Aug 08 21:59:28.648 INFO O| Aug 08 21:59:28.648 INFO variant opensolaris.zone is already global
32722024-08-08T21:59:30.788Z[ recovery-image] Aug 08 21:59:28.648 INFO O| Aug 08 21:59:28.648 INFO STEP 5 (pkg_change_variant) COMPLETE
32732024-08-08T21:59:30.791Z[ recovery-image] Aug 08 21:59:28.648 INFO O| Aug 08 21:59:28.648 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32742024-08-08T21:59:31.148Z[ recovery-image] Aug 08 21:59:29.007 INFO O| Aug 08 21:59:29.007 INFO variant opensolaris.imagetype is full; changing to partial
32752024-08-08T21:59:31.151Z[ recovery-image] Aug 08 21:59:29.007 INFO O| Aug 08 21:59:29.007 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32762024-08-08T21:59:32.619Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
32772024-08-08T21:59:32.623ZAug 08 21:59:30.482 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.455358672s)
32782024-08-08T21:59:35.527Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32792024-08-08T21:59:35.665Z[verify-libraries] Compiling heck v0.4.1
32802024-08-08T21:59:35.665Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32812024-08-08T21:59:35.668Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32822024-08-08T21:59:35.668Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32832024-08-08T21:59:35.668Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32842024-08-08T21:59:35.684Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32852024-08-08T21:59:35.687Z[verify-libraries] Compiling indent_write v2.2.0
32862024-08-08T21:59:35.689Z[ recovery-image] Aug 08 21:59:33.548 INFO O| Aug 08 21:59:33.548 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32872024-08-08T21:59:35.703Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
32882024-08-08T21:59:35.706ZAug 08 21:59:33.565 INFO [stamp-clickhouse] process exited with exit status: 0 (8.381177202s)
32892024-08-08T21:59:35.911Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
32902024-08-08T21:59:35.937ZAug 08 21:59:33.796 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.82767255s)
32912024-08-08T21:59:35.937ZAug 08 21:59:33.796 INFO [tuf-stamp] task succeeded (8.852653551s)
32922024-08-08T21:59:35.939Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32932024-08-08T21:59:36.138Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32942024-08-08T21:59:36.226Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
32952024-08-08T21:59:36.277Z[verify-libraries] Compiling termios v0.3.3
32962024-08-08T21:59:36.683Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32972024-08-08T21:59:36.988Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32982024-08-08T21:59:41.394Z[ recovery-image] Aug 08 21:59:39.251 INFO O| Aug 08 21:59:39.251 INFO O| Startup: Caching catalogs ... Done
32992024-08-08T21:59:41.474Z[ recovery-image] Aug 08 21:59:39.330 INFO O| Aug 08 21:59:39.330 INFO O| Planning: Planning completed in 0.00 seconds
33002024-08-08T21:59:41.477Z[ recovery-image] Aug 08 21:59:39.331 INFO O| Aug 08 21:59:39.331 INFO O| Planning: Consolidating action changes ... Done
33012024-08-08T21:59:41.477Z[ recovery-image] Aug 08 21:59:39.332 INFO O| Aug 08 21:59:39.332 INFO O| Planning: Evaluating mediators ... Done
33022024-08-08T21:59:41.477Z[ recovery-image] Aug 08 21:59:39.332 INFO O| Aug 08 21:59:39.332 INFO O| Planning: Planning completed in 0.00 seconds
33032024-08-08T21:59:41.478Z[ recovery-image] Aug 08 21:59:39.333 INFO O| Aug 08 21:59:39.332 INFO O| Variants/Facets to change: 1
33042024-08-08T21:59:41.538Z[ recovery-image] Aug 08 21:59:39.395 INFO O| Aug 08 21:59:39.395 INFO O| Done
33052024-08-08T21:59:41.538Z[ recovery-image] Aug 08 21:59:39.395 INFO O| Aug 08 21:59:39.395 INFO O| Done
33062024-08-08T21:59:42.113Z[ recovery-image] Aug 08 21:59:39.970 INFO O| Aug 08 21:59:39.970 INFO O| Done
33072024-08-08T21:59:42.175Z[ recovery-image] Aug 08 21:59:40.032 INFO O| Aug 08 21:59:40.032 INFO O| Done
33082024-08-08T21:59:42.177Z[ recovery-image] Aug 08 21:59:40.034 INFO O| Aug 08 21:59:40.034 INFO O| Done
33092024-08-08T21:59:42.177Z[ recovery-image] Aug 08 21:59:40.034 INFO O| Aug 08 21:59:40.034 INFO O| Done
33102024-08-08T21:59:42.180Z[ recovery-image] Aug 08 21:59:40.036 INFO O| Aug 08 21:59:40.036 INFO O| Done
33112024-08-08T21:59:42.727Z[ recovery-image] Aug 08 21:59:40.584 INFO O| Aug 08 21:59:40.584 INFO STEP 6 (pkg_change_variant) COMPLETE
33122024-08-08T21:59:42.727Z[ recovery-image] Aug 08 21:59:40.584 INFO O| Aug 08 21:59:40.584 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33132024-08-08T21:59:42.730Z[ recovery-image] Aug 08 21:59:40.584 INFO O| Aug 08 21:59:40.584 INFO skip step because feature "debug_variant" is not enabled
33142024-08-08T21:59:42.730Z[ recovery-image] Aug 08 21:59:40.584 INFO O| Aug 08 21:59:40.584 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33152024-08-08T21:59:43.466Z[ recovery-image] Aug 08 21:59:41.323 INFO O| Aug 08 21:59:41.323 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33162024-08-08T21:59:44.479Z[ recovery-image] Aug 08 21:59:42.334 INFO O| Aug 08 21:59:42.333 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33172024-08-08T21:59:44.481Z[ recovery-image] Aug 08 21:59:42.335 INFO O| Aug 08 21:59:42.335 INFO O| Planning: Planning completed in 0.00 seconds
33182024-08-08T21:59:44.481Z[ recovery-image] Aug 08 21:59:42.336 INFO O| Aug 08 21:59:42.336 INFO O| Planning: Consolidating action changes ... Done
33192024-08-08T21:59:44.481Z[ recovery-image] Aug 08 21:59:42.336 INFO O| Aug 08 21:59:42.336 INFO O| Planning: Evaluating mediators ... Done
33202024-08-08T21:59:44.482Z[ recovery-image] Aug 08 21:59:42.337 INFO O| Aug 08 21:59:42.337 INFO O| Planning: Planning completed in 0.00 seconds
33212024-08-08T21:59:44.482Z[ recovery-image] Aug 08 21:59:42.337 INFO O| Aug 08 21:59:42.337 INFO O| Variants/Facets to change: 1
33222024-08-08T21:59:44.547Z[ recovery-image] Aug 08 21:59:42.403 INFO O| Aug 08 21:59:42.403 INFO O| Done
33232024-08-08T21:59:44.547Z[ recovery-image] Aug 08 21:59:42.403 INFO O| Aug 08 21:59:42.403 INFO O| Done
33242024-08-08T21:59:45.123Z[ recovery-image] Aug 08 21:59:42.979 INFO O| Aug 08 21:59:42.979 INFO O| Done
33252024-08-08T21:59:45.171Z[ recovery-image] Aug 08 21:59:43.027 INFO O| Aug 08 21:59:43.027 INFO O| Done
33262024-08-08T21:59:45.173Z[ recovery-image] Aug 08 21:59:43.028 INFO O| Aug 08 21:59:43.028 INFO O| Done
33272024-08-08T21:59:45.173Z[ recovery-image] Aug 08 21:59:43.028 INFO O| Aug 08 21:59:43.028 INFO O| Done
33282024-08-08T21:59:45.173Z[ recovery-image] Aug 08 21:59:43.030 INFO O| Aug 08 21:59:43.030 INFO O| Done
33292024-08-08T21:59:45.303Z[ recovery-image] Aug 08 21:59:43.159 INFO O| Aug 08 21:59:43.159 INFO STEP 8 (pkg_change_facet) COMPLETE
33302024-08-08T21:59:45.303Z[ recovery-image] Aug 08 21:59:43.159 INFO O| Aug 08 21:59:43.159 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33312024-08-08T21:59:45.984Z[ recovery-image] Aug 08 21:59:43.840 INFO O| Aug 08 21:59:43.840 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
33322024-08-08T21:59:46.926Z[ recovery-image] Aug 08 21:59:44.782 INFO O| Aug 08 21:59:44.782 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33332024-08-08T21:59:46.929Z[ recovery-image] Aug 08 21:59:44.784 INFO O| Aug 08 21:59:44.784 INFO O| Planning: Planning completed in 0.00 seconds
33342024-08-08T21:59:46.929Z[ recovery-image] Aug 08 21:59:44.785 INFO O| Aug 08 21:59:44.785 INFO O| Planning: Consolidating action changes ... Done
33352024-08-08T21:59:46.929Z[ recovery-image] Aug 08 21:59:44.785 INFO O| Aug 08 21:59:44.785 INFO O| Planning: Evaluating mediators ... Done
33362024-08-08T21:59:46.932Z[ recovery-image] Aug 08 21:59:44.786 INFO O| Aug 08 21:59:44.785 INFO O| Planning: Planning completed in 0.00 seconds
33372024-08-08T21:59:46.932Z[ recovery-image] Aug 08 21:59:44.786 INFO O| Aug 08 21:59:44.786 INFO O| Variants/Facets to change: 1
33382024-08-08T21:59:47.003Z[ recovery-image] Aug 08 21:59:44.859 INFO O| Aug 08 21:59:44.859 INFO O| Done
33392024-08-08T21:59:47.003Z[ recovery-image] Aug 08 21:59:44.859 INFO O| Aug 08 21:59:44.859 INFO O| Done
33402024-08-08T21:59:47.437Z[ recovery-image] Aug 08 21:59:45.292 INFO O| Aug 08 21:59:45.292 INFO O| Done
33412024-08-08T21:59:47.506Z[ recovery-image] Aug 08 21:59:45.362 INFO O| Aug 08 21:59:45.361 INFO O| Done
33422024-08-08T21:59:47.509Z[ recovery-image] Aug 08 21:59:45.363 INFO O| Aug 08 21:59:45.363 INFO O| Done
33432024-08-08T21:59:47.509Z[ recovery-image] Aug 08 21:59:45.363 INFO O| Aug 08 21:59:45.363 INFO O| Done
33442024-08-08T21:59:47.511Z[ recovery-image] Aug 08 21:59:45.365 INFO O| Aug 08 21:59:45.365 INFO O| Done
33452024-08-08T21:59:47.622Z[ recovery-image] Aug 08 21:59:45.478 INFO O| Aug 08 21:59:45.478 INFO STEP 9 (pkg_change_facet) COMPLETE
33462024-08-08T21:59:47.622Z[ recovery-image] Aug 08 21:59:45.478 INFO O| Aug 08 21:59:45.478 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33472024-08-08T21:59:48.298Z[ recovery-image] Aug 08 21:59:46.153 INFO O| Aug 08 21:59:46.153 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
33482024-08-08T21:59:49.398Z[ recovery-image] Aug 08 21:59:47.254 INFO O| Aug 08 21:59:47.253 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33492024-08-08T21:59:49.401Z[ recovery-image] Aug 08 21:59:47.256 INFO O| Aug 08 21:59:47.256 INFO O| Planning: Planning completed in 0.00 seconds
33502024-08-08T21:59:49.404Z[ recovery-image] Aug 08 21:59:47.257 INFO O| Aug 08 21:59:47.257 INFO O| Planning: Consolidating action changes ... Done
33512024-08-08T21:59:49.404Z[ recovery-image] Aug 08 21:59:47.257 INFO O| Aug 08 21:59:47.257 INFO O| Planning: Evaluating mediators ... Done
33522024-08-08T21:59:49.404Z[ recovery-image] Aug 08 21:59:47.258 INFO O| Aug 08 21:59:47.258 INFO O| Planning: Planning completed in 0.00 seconds
33532024-08-08T21:59:49.404Z[ recovery-image] Aug 08 21:59:47.258 INFO O| Aug 08 21:59:47.258 INFO O| Variants/Facets to change: 1
33542024-08-08T21:59:49.471Z[ recovery-image] Aug 08 21:59:47.326 INFO O| Aug 08 21:59:47.326 INFO O| Done
33552024-08-08T21:59:49.471Z[ recovery-image] Aug 08 21:59:47.326 INFO O| Aug 08 21:59:47.326 INFO O| Done
33562024-08-08T21:59:50.019Z[ recovery-image] Aug 08 21:59:47.875 INFO O| Aug 08 21:59:47.874 INFO O| Done
33572024-08-08T21:59:50.083Z[ recovery-image] Aug 08 21:59:47.938 INFO O| Aug 08 21:59:47.938 INFO O| Done
33582024-08-08T21:59:50.086Z[ recovery-image] Aug 08 21:59:47.939 INFO O| Aug 08 21:59:47.939 INFO O| Done
33592024-08-08T21:59:50.086Z[ recovery-image] Aug 08 21:59:47.939 INFO O| Aug 08 21:59:47.939 INFO O| Done
33602024-08-08T21:59:50.089Z[ recovery-image] Aug 08 21:59:47.941 INFO O| Aug 08 21:59:47.941 INFO O| Done
33612024-08-08T21:59:50.270Z[ recovery-image] Aug 08 21:59:48.126 INFO O| Aug 08 21:59:48.125 INFO STEP 10 (pkg_change_facet) COMPLETE
33622024-08-08T21:59:50.270Z[ recovery-image] Aug 08 21:59:48.126 INFO O| Aug 08 21:59:48.126 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33632024-08-08T21:59:50.290Z[ recovery-image] Aug 08 21:59:48.145 INFO O| Aug 08 21:59:48.145 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"]
33642024-08-08T21:59:51.427Z[ recovery-image] Aug 08 21:59:49.282 INFO O| Aug 08 21:59:49.282 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33652024-08-08T21:59:55.058Z[ host-image] Aug 08 21:59:52.912 INFO O| Aug 08 21:59:52.912 INFO O| Planning: Solver setup ... Done
33662024-08-08T22:00:07.962Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33672024-08-08T22:00:10.554Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33682024-08-08T22:00:15.256Z[ host-image] Aug 08 22:00:13.106 INFO O| Aug 08 22:00:13.106 INFO O| Planning: Running solver ... Done
33692024-08-08T22:00:15.570Z[ host-image] Aug 08 22:00:13.419 INFO O| Aug 08 22:00:13.419 INFO O| Planning: Finding local manifests ... Done
33702024-08-08T22:00:15.584Z[ host-image] Aug 08 22:00:13.434 INFO O| Aug 08 22:00:13.433 INFO O| Planning: Fetching manifests: 0/124 0% complete
33712024-08-08T22:00:19.668Z[ recovery-image] Aug 08 22:00:17.517 INFO O| Aug 08 22:00:17.517 INFO O| Planning: Solver setup ... Done
33722024-08-08T22:00:20.527Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33732024-08-08T22:00:20.934Z[ host-image] Aug 08 22:00:18.782 INFO O| Aug 08 22:00:18.782 INFO O| Planning: Fetching manifests: 124/124 100% complete
33742024-08-08T22:00:22.169Z[ host-image] Aug 08 22:00:20.017 INFO O| Aug 08 22:00:20.017 INFO O| Planning: Package planning ... Done
33752024-08-08T22:00:23.845Z[ host-image] Aug 08 22:00:21.692 INFO O| Aug 08 22:00:21.692 INFO O| Planning: Merging actions ... Done
33762024-08-08T22:00:24.183Z[ host-image] Aug 08 22:00:22.030 INFO O| Aug 08 22:00:22.030 INFO O| Planning: Checking for conflicting actions ... Done
33772024-08-08T22:00:24.532Z[ host-image] Aug 08 22:00:22.378 INFO O| Aug 08 22:00:22.378 INFO O| Planning: Consolidating action changes ... Done
33782024-08-08T22:00:25.210Z[ host-image] Aug 08 22:00:23.057 INFO O| Aug 08 22:00:23.057 INFO O| Planning: Evaluating mediators ... Done
33792024-08-08T22:00:31.711Z[ host-image] Aug 08 22:00:29.557 INFO O| Aug 08 22:00:29.557 INFO O| Planning: Planning completed in 62.89 seconds
33802024-08-08T22:00:31.718Z[ host-image] Aug 08 22:00:29.564 INFO O| Aug 08 22:00:29.564 INFO O| Packages to install: 124
33812024-08-08T22:00:31.718Z[ host-image] Aug 08 22:00:29.564 INFO O| Aug 08 22:00:29.564 INFO O| Mediators to change: 4
33822024-08-08T22:00:31.718Z[ host-image] Aug 08 22:00:29.564 INFO O| Aug 08 22:00:29.564 INFO O| Services to change: 6
33832024-08-08T22:00:31.855Z[ host-image] Aug 08 22:00:29.700 INFO O| Aug 08 22:00:29.700 INFO O| Download: 0/22727 items 0.0/196.4MB 0% complete
33842024-08-08T22:00:36.872Z[ host-image] Aug 08 22:00:34.716 INFO O| Aug 08 22:00:34.716 INFO O| Download: 724/22727 items 4.5/196.4MB 2% complete (935k/s)
33852024-08-08T22:00:39.465Z[ recovery-image] Aug 08 22:00:37.309 INFO O| Aug 08 22:00:37.309 INFO O| Planning: Running solver ... Done
33862024-08-08T22:00:39.717Z[ recovery-image] Aug 08 22:00:37.561 INFO O| Aug 08 22:00:37.561 INFO O| Planning: Finding local manifests ... Done
33872024-08-08T22:00:39.734Z[ recovery-image] Aug 08 22:00:37.577 INFO O| Aug 08 22:00:37.577 INFO O| Planning: Fetching manifests: 0/124 0% complete
33882024-08-08T22:00:41.875Z[ host-image] Aug 08 22:00:39.719 INFO O| Aug 08 22:00:39.718 INFO O| Download: 1322/22727 items 7.5/196.4MB 3% complete (755k/s)
33892024-08-08T22:00:46.165Z[ recovery-image] Aug 08 22:00:44.007 INFO O| Aug 08 22:00:44.007 INFO O| Planning: Fetching manifests: 124/124 100% complete
33902024-08-08T22:00:46.546Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33912024-08-08T22:00:47.182Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33922024-08-08T22:00:47.227Z[ recovery-image] Aug 08 22:00:45.070 INFO O| Aug 08 22:00:45.069 INFO O| Planning: Package planning ... Done
33932024-08-08T22:00:47.899Z[ recovery-image] Aug 08 22:00:45.741 INFO O| Aug 08 22:00:45.741 INFO O| Planning: Merging actions ... Done
33942024-08-08T22:00:47.927Z[ host-image] Aug 08 22:00:45.770 INFO O| Aug 08 22:00:45.769 INFO O| Download: 1616/22727 items 9.6/196.4MB 4% complete (674k/s)
33952024-08-08T22:00:48.212Z[ recovery-image] Aug 08 22:00:46.054 INFO O| Aug 08 22:00:46.054 INFO O| Planning: Checking for conflicting actions ... Done
33962024-08-08T22:00:48.351Z[ recovery-image] Aug 08 22:00:46.193 INFO O| Aug 08 22:00:46.193 INFO O| Planning: Consolidating action changes ... Done
33972024-08-08T22:00:48.697Z[ recovery-image] Aug 08 22:00:46.539 INFO O| Aug 08 22:00:46.539 INFO O| Planning: Evaluating mediators ... Done
33982024-08-08T22:00:52.942Z[ host-image] Aug 08 22:00:50.783 INFO O| Aug 08 22:00:50.783 INFO O| Download: 1698/22727 items 11.3/196.4MB 5% complete (404k/s)
33992024-08-08T22:00:54.804Z[ recovery-image] Aug 08 22:00:52.645 INFO O| Aug 08 22:00:52.644 INFO O| Planning: Planning completed in 63.36 seconds
34002024-08-08T22:00:54.811Z[ recovery-image] Aug 08 22:00:52.651 INFO O| Aug 08 22:00:52.651 INFO O| Packages to install: 124
34012024-08-08T22:00:54.811Z[ recovery-image] Aug 08 22:00:52.651 INFO O| Aug 08 22:00:52.651 INFO O| Mediators to change: 4
34022024-08-08T22:00:54.813Z[ recovery-image] Aug 08 22:00:52.651 INFO O| Aug 08 22:00:52.651 INFO O| Services to change: 5
34032024-08-08T22:00:54.889Z[ recovery-image] Aug 08 22:00:52.729 INFO O| Aug 08 22:00:52.729 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34042024-08-08T22:00:55.845Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34052024-08-08T22:00:58.572Z[ host-image] Aug 08 22:00:56.411 INFO O| Aug 08 22:00:56.411 INFO O| Download: 1948/22727 items 22.3/196.4MB 11% complete (1.3M/s)
34062024-08-08T22:00:59.899Z[ recovery-image] Aug 08 22:00:57.738 INFO O| Aug 08 22:00:57.738 INFO O| Download: 553/15831 items 4.1/173.2MB 2% complete (836k/s)
34072024-08-08T22:01:03.633Z[ host-image] Aug 08 22:01:01.471 INFO O| Aug 08 22:01:01.471 INFO O| Download: 2214/22727 items 24.3/196.4MB 12% complete (1.2M/s)
34082024-08-08T22:01:04.958Z[ recovery-image] Aug 08 22:01:02.796 INFO O| Aug 08 22:01:02.796 INFO O| Download: 1055/15831 items 7.9/173.2MB 4% complete (850k/s)
34092024-08-08T22:01:07.640Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34102024-08-08T22:01:08.957Z[ host-image] Aug 08 22:01:06.795 INFO O| Aug 08 22:01:06.795 INFO O| Download: 2327/22727 items 27.3/196.4MB 13% complete (498k/s)
34112024-08-08T22:01:10.722Z[ recovery-image] Aug 08 22:01:08.559 INFO O| Aug 08 22:01:08.559 INFO O| Download: 1108/15831 items 9.4/173.2MB 5% complete (653k/s)
34122024-08-08T22:01:12.507Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34132024-08-08T22:01:13.972Z[ host-image] Aug 08 22:01:11.807 INFO O| Aug 08 22:01:11.807 INFO O| Download: 2638/22727 items 30.9/196.4MB 15% complete (706k/s)
34142024-08-08T22:01:15.659Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34152024-08-08T22:01:17.063Z[ recovery-image] Aug 08 22:01:14.898 INFO O| Aug 08 22:01:14.898 INFO O| Download: 1320/15831 items 20.3/173.2MB 11% complete (1.1M/s)
34162024-08-08T22:01:19.488Z[ host-image] Aug 08 22:01:17.323 INFO O| Aug 08 22:01:17.323 INFO O| Download: 3482/22727 items 35.6/196.4MB 18% complete (899k/s)
34172024-08-08T22:01:23.641Z[ recovery-image] Aug 08 22:01:21.475 INFO O| Aug 08 22:01:21.475 INFO O| Download: 1467/15831 items 21.5/173.2MB 12% complete (1.3M/s)
34182024-08-08T22:01:24.521Z[ host-image] Aug 08 22:01:22.355 INFO O| Aug 08 22:01:22.355 INFO O| Download: 4487/22727 items 41.8/196.4MB 21% complete (1.1M/s)
34192024-08-08T22:01:28.659Z[ recovery-image] Aug 08 22:01:26.492 INFO O| Aug 08 22:01:26.492 INFO O| Download: 1637/15831 items 25.5/173.2MB 14% complete (378k/s)
34202024-08-08T22:01:29.687Z[ host-image] Aug 08 22:01:27.519 INFO O| Aug 08 22:01:27.519 INFO O| Download: 4546/22727 items 42.6/196.4MB 21% complete (787k/s)
34212024-08-08T22:01:33.663Z[ recovery-image] Aug 08 22:01:31.495 INFO O| Aug 08 22:01:31.495 INFO O| Download: 2417/15831 items 31.4/173.2MB 18% complete (1015k/s)
34222024-08-08T22:01:35.492Z[ host-image] Aug 08 22:01:33.323 INFO O| Aug 08 22:01:33.323 INFO O| Download: 4648/22727 items 43.2/196.4MB 21% complete (245k/s)
34232024-08-08T22:01:38.667Z[ recovery-image] Aug 08 22:01:36.497 INFO O| Aug 08 22:01:36.497 INFO O| Download: 3129/15831 items 37.3/173.2MB 21% complete (1.2M/s)
34242024-08-08T22:01:41.562Z[ host-image] Aug 08 22:01:39.392 INFO O| Aug 08 22:01:39.392 INFO O| Download: 4713/22727 items 44.8/196.4MB 22% complete (268k/s)
34252024-08-08T22:01:43.668Z[ recovery-image] Aug 08 22:01:41.498 INFO O| Aug 08 22:01:41.498 INFO O| Download: 3800/15831 items 42.4/173.2MB 24% complete (1.1M/s)
34262024-08-08T22:01:46.579Z[ host-image] Aug 08 22:01:44.408 INFO O| Aug 08 22:01:44.407 INFO O| Download: 5652/22727 items 46.2/196.4MB 23% complete (150k/s)
34272024-08-08T22:01:48.673Z[ recovery-image] Aug 08 22:01:46.501 INFO O| Aug 08 22:01:46.501 INFO O| Download: 4843/15831 items 43.0/173.2MB 24% complete (580k/s)
34282024-08-08T22:01:51.583Z[ host-image] Aug 08 22:01:49.411 INFO O| Aug 08 22:01:49.411 INFO O| Download: 6460/22727 items 46.6/196.4MB 23% complete (189k/s)
34292024-08-08T22:01:55.571Z[ recovery-image] Aug 08 22:01:53.398 INFO O| Aug 08 22:01:53.398 INFO O| Download: 5659/15831 items 44.5/173.2MB 25% complete (262k/s)
34302024-08-08T22:01:56.584Z[ host-image] Aug 08 22:01:54.411 INFO O| Aug 08 22:01:54.411 INFO O| Download: 6849/22727 items 48.8/196.4MB 24% complete (252k/s)
34312024-08-08T22:02:00.908Z[ recovery-image] Aug 08 22:01:58.734 INFO O| Aug 08 22:01:58.734 INFO O| Download: 5940/15831 items 53.6/173.2MB 30% complete (1021k/s)
34322024-08-08T22:02:01.811Z[ host-image] Aug 08 22:01:59.636 INFO O| Aug 08 22:01:59.636 INFO O| Download: 8074/22727 items 60.4/196.4MB 30% complete (1.4M/s)
34332024-08-08T22:02:05.927Z[ recovery-image] Aug 08 22:02:03.751 INFO O| Aug 08 22:02:03.751 INFO O| Download: 6604/15831 items 64.2/173.2MB 37% complete (1.9M/s)
34342024-08-08T22:02:06.813Z[ host-image] Aug 08 22:02:04.637 INFO O| Aug 08 22:02:04.637 INFO O| Download: 8570/22727 items 70.0/196.4MB 35% complete (2.0M/s)
34352024-08-08T22:02:11.151Z[ recovery-image] Aug 08 22:02:08.974 INFO O| Aug 08 22:02:08.974 INFO O| Download: 7205/15831 items 73.2/173.2MB 42% complete (2.3M/s)
34362024-08-08T22:02:11.815Z[ host-image] Aug 08 22:02:09.639 INFO O| Aug 08 22:02:09.639 INFO O| Download: 9551/22727 items 83.2/196.4MB 42% complete (2.2M/s)
34372024-08-08T22:02:16.309Z[ recovery-image] Aug 08 22:02:14.131 INFO O| Aug 08 22:02:14.131 INFO O| Download: 7891/15831 items 76.6/173.2MB 44% complete (1.2M/s)
34382024-08-08T22:02:16.818Z[ host-image] Aug 08 22:02:14.640 INFO O| Aug 08 22:02:14.640 INFO O| Download: 10519/22727 items 88.6/196.4MB 45% complete (1.9M/s)
34392024-08-08T22:02:21.332Z[ recovery-image] Aug 08 22:02:19.154 INFO O| Aug 08 22:02:19.154 INFO O| Download: 8624/15831 items 80.3/173.2MB 46% complete (693k/s)
34402024-08-08T22:02:22.257Z[ host-image] Aug 08 22:02:20.079 INFO O| Aug 08 22:02:20.078 INFO O| Download: 11132/22727 items 93.2/196.4MB 47% complete (1.1M/s)
34412024-08-08T22:02:26.335Z[ recovery-image] Aug 08 22:02:24.155 INFO O| Aug 08 22:02:24.155 INFO O| Download: 8893/15831 items 92.5/173.2MB 53% complete (1.6M/s)
34422024-08-08T22:02:27.390Z[ host-image] Aug 08 22:02:25.210 INFO O| Aug 08 22:02:25.210 INFO O| Download: 11970/22727 items 98.1/196.4MB 49% complete (908k/s)
34432024-08-08T22:02:31.435Z[ recovery-image] Aug 08 22:02:29.254 INFO O| Aug 08 22:02:29.254 INFO O| Download: 9952/15831 items 93.1/173.2MB 53% complete (1.3M/s)
34442024-08-08T22:02:33.068Z[ host-image] Aug 08 22:02:30.886 INFO O| Aug 08 22:02:30.886 INFO O| Download: 12113/22727 items 106.3/196.4MB 54% complete (1.2M/s)
34452024-08-08T22:02:36.465Z[ recovery-image] Aug 08 22:02:34.283 INFO O| Aug 08 22:02:34.283 INFO O| Download: 10899/15831 items 93.8/173.2MB 54% complete (180k/s)
34462024-08-08T22:02:38.079Z[ host-image] Aug 08 22:02:35.897 INFO O| Aug 08 22:02:35.897 INFO O| Download: 12624/22727 items 109.5/196.4MB 55% complete (1.0M/s)
34472024-08-08T22:02:41.492Z[ recovery-image] Aug 08 22:02:39.309 INFO O| Aug 08 22:02:39.309 INFO O| Download: 11349/15831 items 106.7/173.2MB 61% complete (1.3M/s)
34482024-08-08T22:02:43.101Z[ host-image] Aug 08 22:02:40.917 INFO O| Aug 08 22:02:40.917 INFO O| Download: 13571/22727 items 110.0/196.4MB 56% complete (369k/s)
34492024-08-08T22:02:46.562Z[ recovery-image] Aug 08 22:02:44.377 INFO O| Aug 08 22:02:44.377 INFO O| Download: 11817/15831 items 124.0/173.2MB 71% complete (2.9M/s)
34502024-08-08T22:02:48.114Z[ host-image] Aug 08 22:02:45.929 INFO O| Aug 08 22:02:45.929 INFO O| Download: 14379/22727 items 111.3/196.4MB 56% complete (169k/s)
34512024-08-08T22:02:51.567Z[ recovery-image] Aug 08 22:02:49.381 INFO O| Aug 08 22:02:49.381 INFO O| Download: 12503/15831 items 140.1/173.2MB 80% complete (3.4M/s)
34522024-08-08T22:02:53.116Z[ host-image] Aug 08 22:02:50.930 INFO O| Aug 08 22:02:50.930 INFO O| Download: 14967/22727 items 117.7/196.4MB 59% complete (781k/s)
34532024-08-08T22:02:56.572Z[ recovery-image] Aug 08 22:02:54.386 INFO O| Aug 08 22:02:54.385 INFO O| Download: 13430/15831 items 143.4/173.2MB 82% complete (2.0M/s)
34542024-08-08T22:02:58.696Z[ host-image] Aug 08 22:02:56.509 INFO O| Aug 08 22:02:56.509 INFO O| Download: 15710/22727 items 125.9/196.4MB 64% complete (1.5M/s)
34552024-08-08T22:03:01.577Z[ recovery-image] Aug 08 22:02:59.389 INFO O| Aug 08 22:02:59.389 INFO O| Download: 14267/15831 items 146.3/173.2MB 84% complete (637k/s)
34562024-08-08T22:03:03.712Z[ host-image] Aug 08 22:03:01.524 INFO O| Aug 08 22:03:01.524 INFO O| Download: 16150/22727 items 132.9/196.4MB 67% complete (1.5M/s)
34572024-08-08T22:03:07.671Z[ recovery-image] Aug 08 22:03:05.482 INFO O| Aug 08 22:03:05.482 INFO O| Download: 14654/15831 items 147.5/173.2MB 85% complete (596k/s)
34582024-08-08T22:03:08.731Z[ host-image] Aug 08 22:03:06.542 INFO O| Aug 08 22:03:06.542 INFO O| Download: 17108/22727 items 134.6/196.4MB 68% complete (907k/s)
34592024-08-08T22:03:13.010Z[ recovery-image] Aug 08 22:03:10.820 INFO O| Aug 08 22:03:10.820 INFO O| Download: 14820/15831 items 154.0/173.2MB 88% complete (702k/s)
34602024-08-08T22:03:13.743Z[ host-image] Aug 08 22:03:11.552 INFO O| Aug 08 22:03:11.552 INFO O| Download: 17899/22727 items 157.4/196.4MB 80% complete (2.4M/s)
34612024-08-08T22:03:18.499Z[ recovery-image] Aug 08 22:03:16.307 INFO O| Aug 08 22:03:16.307 INFO O| Download: 15276/15831 items 158.0/173.2MB 91% complete (1.3M/s)
34622024-08-08T22:03:18.744Z[ host-image] Aug 08 22:03:16.552 INFO O| Aug 08 22:03:16.552 INFO O| Download: 18943/22727 items 163.8/196.4MB 83% complete (2.9M/s)
34632024-08-08T22:03:23.728Z[ recovery-image] Aug 08 22:03:21.535 INFO O| Aug 08 22:03:21.535 INFO O| Download: 15597/15831 items 166.7/173.2MB 96% complete (1.3M/s)
34642024-08-08T22:03:23.745Z[ host-image] Aug 08 22:03:21.552 INFO O| Aug 08 22:03:21.552 INFO O| Download: 19967/22727 items 167.3/196.4MB 85% complete (1.1M/s)
34652024-08-08T22:03:27.066Z[ recovery-image] Aug 08 22:03:24.872 INFO O| Aug 08 22:03:24.872 INFO O| Download: Completed 173.16 MB in 152.14 seconds (1.1M/s)
34662024-08-08T22:03:28.006Z[ recovery-image] Aug 08 22:03:25.812 INFO O| Aug 08 22:03:25.812 INFO O| Actions: 1/24963 actions (Installing new actions)
34672024-08-08T22:03:28.746Z[ host-image] Aug 08 22:03:26.552 INFO O| Aug 08 22:03:26.552 INFO O| Download: 20804/22727 items 175.1/196.4MB 89% complete (1.0M/s)
34682024-08-08T22:03:33.008Z[ recovery-image] Aug 08 22:03:30.813 INFO O| Aug 08 22:03:30.813 INFO O| Actions: 9453/24963 actions (Installing new actions)
34692024-08-08T22:03:33.748Z[ host-image] Aug 08 22:03:31.553 INFO O| Aug 08 22:03:31.553 INFO O| Download: 21653/22727 items 180.5/196.4MB 91% complete (1.3M/s)
34702024-08-08T22:03:38.010Z[ recovery-image] Aug 08 22:03:35.814 INFO O| Aug 08 22:03:35.814 INFO O| Actions: 15395/24963 actions (Installing new actions)
34712024-08-08T22:03:38.751Z[ host-image] Aug 08 22:03:36.555 INFO O| Aug 08 22:03:36.555 INFO O| Download: 22196/22727 items 194.6/196.4MB 99% complete (2.1M/s)
34722024-08-08T22:03:41.393Z[ host-image] Aug 08 22:03:39.197 INFO O| Aug 08 22:03:39.197 INFO O| Download: Completed 196.39 MB in 189.50 seconds (1.0M/s)
34732024-08-08T22:03:42.906Z[ host-image] Aug 08 22:03:40.709 INFO O| Aug 08 22:03:40.709 INFO O| Actions: 1/49259 actions (Installing new actions)
34742024-08-08T22:03:43.064Z[ recovery-image] Aug 08 22:03:40.867 INFO O| Aug 08 22:03:40.867 INFO O| Actions: 24484/24963 actions (Installing new actions)
34752024-08-08T22:03:45.275Z[ recovery-image] Aug 08 22:03:43.077 INFO O| Aug 08 22:03:43.077 INFO O| Actions: Completed 24963 actions in 17.26 seconds.
34762024-08-08T22:03:45.672Z[ recovery-image] Aug 08 22:03:43.475 INFO O| Aug 08 22:03:43.474 INFO O| Done
34772024-08-08T22:03:45.672Z[ recovery-image] Aug 08 22:03:43.475 INFO O| Aug 08 22:03:43.475 INFO O| Done
34782024-08-08T22:03:46.132Z[ recovery-image] Aug 08 22:03:43.934 INFO O| Aug 08 22:03:43.934 INFO O| Done
34792024-08-08T22:03:47.083Z[ recovery-image] Aug 08 22:03:44.885 INFO O| Aug 08 22:03:44.885 INFO O| Done
34802024-08-08T22:03:47.098Z[ recovery-image] Aug 08 22:03:44.901 INFO O| Aug 08 22:03:44.901 INFO O| Done
34812024-08-08T22:03:47.907Z[ host-image] Aug 08 22:03:45.709 INFO O| Aug 08 22:03:45.709 INFO O| Actions: 11974/49259 actions (Installing new actions)
34822024-08-08T22:03:51.299Z[ recovery-image] Aug 08 22:03:49.100 INFO O| Aug 08 22:03:49.100 INFO O| Done
34832024-08-08T22:03:51.698Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 17s
34842024-08-08T22:03:51.810Z[ recovery-image] Aug 08 22:03:49.612 INFO O| Aug 08 22:03:49.611 INFO O| Done
34852024-08-08T22:03:52.010ZAug 08 22:03:49.811 INFO [verify-libraries] process exited with exit status: 0 (265.016044587s)
34862024-08-08T22:03:52.016Z[ recovery-image] Aug 08 22:03:49.817 INFO O| Aug 08 22:03:49.817 INFO STEP 11 (pkg_install) COMPLETE
34872024-08-08T22:03:52.016Z[ recovery-image] Aug 08 22:03:49.817 INFO O| Aug 08 22:03:49.817 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34882024-08-08T22:03:52.019Z[ recovery-image] Aug 08 22:03:49.818 INFO O| Aug 08 22:03:49.817 INFO skip step because feature "recovery" is enabled
34892024-08-08T22:03:52.019Z[ recovery-image] Aug 08 22:03:49.818 INFO O| Aug 08 22:03:49.817 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34902024-08-08T22:03:52.019Z[ recovery-image] Aug 08 22:03:49.818 INFO O| Aug 08 22:03:49.817 INFO skip step because feature "omicron1" is not enabled
34912024-08-08T22:03:52.019Z[ recovery-image] Aug 08 22:03:49.818 INFO O| Aug 08 22:03:49.817 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34922024-08-08T22:03:52.029Z[ recovery-image] Aug 08 22:03:49.830 INFO O| Aug 08 22:03:49.830 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
34932024-08-08T22:03:52.909Z[ host-image] Aug 08 22:03:50.710 INFO O| Aug 08 22:03:50.710 INFO O| Actions: 24134/49259 actions (Installing new actions)
34942024-08-08T22:03:54.747Z[ recovery-image] Aug 08 22:03:52.547 INFO O| Aug 08 22:03:52.547 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34952024-08-08T22:03:56.048Z[ host-image] Aug 08 22:03:53.848 INFO O| Aug 08 22:03:53.848 INFO O| Actions: Completed 49259 actions in 13.13 seconds.
34962024-08-08T22:03:56.277Z[ recovery-image] Aug 08 22:03:54.077 INFO O| Aug 08 22:03:54.077 INFO O| Planning: Solver setup ... Done
34972024-08-08T22:03:56.281Z[ recovery-image] Aug 08 22:03:54.081 INFO O| Aug 08 22:03:54.081 INFO O| Planning: Running solver ... Done
34982024-08-08T22:03:56.321Z[ recovery-image] Aug 08 22:03:54.120 INFO O| Aug 08 22:03:54.120 INFO O| Planning: Finding local manifests ... Done
34992024-08-08T22:03:56.324Z[ recovery-image] Aug 08 22:03:54.121 INFO O| Aug 08 22:03:54.121 INFO O| Planning: Fetching manifests: 0/1 0% complete
35002024-08-08T22:03:56.372Z[ host-image] Aug 08 22:03:54.172 INFO O| Aug 08 22:03:54.172 INFO O| Done
35012024-08-08T22:03:56.372Z[ host-image] Aug 08 22:03:54.172 INFO O| Aug 08 22:03:54.172 INFO O| Done
35022024-08-08T22:03:56.383Z[ recovery-image] Aug 08 22:03:54.183 INFO O| Aug 08 22:03:54.183 INFO O| Planning: Fetching manifests: 1/1 100% complete
35032024-08-08T22:03:56.403Z[ recovery-image] Aug 08 22:03:54.203 INFO O| Aug 08 22:03:54.203 INFO O| Planning: Package planning ... Done
35042024-08-08T22:03:56.406Z[ recovery-image] Aug 08 22:03:54.203 INFO O| Aug 08 22:03:54.203 INFO O| Planning: Merging actions ... Done
35052024-08-08T22:03:56.437Z[ recovery-image] Aug 08 22:03:54.237 INFO O| Aug 08 22:03:54.237 INFO O| Planning: Checking for conflicting actions ... Done
35062024-08-08T22:03:56.439Z[ recovery-image] Aug 08 22:03:54.237 INFO O| Aug 08 22:03:54.237 INFO O| Planning: Consolidating action changes ... Done
35072024-08-08T22:03:56.562Z[ recovery-image] Aug 08 22:03:54.362 INFO O| Aug 08 22:03:54.362 INFO O| Planning: Evaluating mediators ... Done
35082024-08-08T22:03:56.565Z[ recovery-image] Aug 08 22:03:54.363 INFO O| Aug 08 22:03:54.363 INFO O| Planning: Planning completed in 1.81 seconds
35092024-08-08T22:03:56.565Z[ recovery-image] Aug 08 22:03:54.364 INFO O| Aug 08 22:03:54.364 INFO O| Packages to install: 1
35102024-08-08T22:03:56.573Z[ recovery-image] Aug 08 22:03:54.374 INFO O| Aug 08 22:03:54.374 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
35112024-08-08T22:03:56.820Z[ host-image] Aug 08 22:03:54.620 INFO O| Aug 08 22:03:54.620 INFO O| Done
35122024-08-08T22:03:57.862Z[ host-image] Aug 08 22:03:55.661 INFO O| Aug 08 22:03:55.661 INFO O| Done
35132024-08-08T22:03:57.882Z[ host-image] Aug 08 22:03:55.681 INFO O| Aug 08 22:03:55.681 INFO O| Done
35142024-08-08T22:03:58.075Z[ recovery-image] Aug 08 22:03:55.875 INFO O| Aug 08 22:03:55.875 INFO O| Download: Completed 20.86 MB in 1.50 seconds (13.9M/s)
35152024-08-08T22:03:58.097Z[ recovery-image] Aug 08 22:03:55.897 INFO O| Aug 08 22:03:55.897 INFO O| Actions: 1/22 actions (Installing new actions)
35162024-08-08T22:03:58.620Z[ recovery-image] Aug 08 22:03:56.419 INFO O| Aug 08 22:03:56.419 INFO O| Actions: Completed 22 actions in 0.52 seconds.
35172024-08-08T22:03:58.915Z[ recovery-image] Aug 08 22:03:56.715 INFO O| Aug 08 22:03:56.714 INFO O| Done
35182024-08-08T22:03:58.915Z[ recovery-image] Aug 08 22:03:56.715 INFO O| Aug 08 22:03:56.714 INFO O| Done
35192024-08-08T22:03:59.245Z[ recovery-image] Aug 08 22:03:57.044 INFO O| Aug 08 22:03:57.044 INFO O| Done
35202024-08-08T22:04:00.030Z[ recovery-image] Aug 08 22:03:57.829 INFO O| Aug 08 22:03:57.829 INFO O| Done
35212024-08-08T22:04:00.041Z[ recovery-image] Aug 08 22:03:57.840 INFO O| Aug 08 22:03:57.840 INFO O| Done
35222024-08-08T22:04:00.051Z[ recovery-image] Aug 08 22:03:57.840 INFO O| Aug 08 22:03:57.840 INFO O| Done
35232024-08-08T22:04:00.056Z[ recovery-image] Aug 08 22:03:57.850 INFO O| Aug 08 22:03:57.849 INFO O| Done
35242024-08-08T22:04:00.138Z[ recovery-image] Aug 08 22:03:57.937 INFO O| Aug 08 22:03:57.937 INFO STEP 14 (pkg_install) COMPLETE
35252024-08-08T22:04:00.138Z[ recovery-image] Aug 08 22:03:57.937 INFO O| Aug 08 22:03:57.937 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35262024-08-08T22:04:00.138Z[ recovery-image] Aug 08 22:03:57.937 INFO O| Aug 08 22:03:57.937 INFO skip step because feature "mfg" is not enabled
35272024-08-08T22:04:00.141Z[ recovery-image] Aug 08 22:03:57.937 INFO O| Aug 08 22:03:57.937 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35282024-08-08T22:04:00.141Z[ recovery-image] Aug 08 22:03:57.937 INFO O| Aug 08 22:03:57.937 INFO skip step because feature "compliance" is not enabled
35292024-08-08T22:04:00.141Z[ recovery-image] Aug 08 22:03:57.937 INFO O| Aug 08 22:03:57.937 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35302024-08-08T22:04:00.141Z[ recovery-image] Aug 08 22:03:57.937 INFO O| Aug 08 22:03:57.937 INFO skip step because feature "stress" is not enabled
35312024-08-08T22:04:00.141Z[ recovery-image] Aug 08 22:03:57.937 INFO O| Aug 08 22:03:57.937 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35322024-08-08T22:04:00.141Z[ recovery-image] Aug 08 22:03:57.937 INFO O| Aug 08 22:03:57.937 INFO skip step because feature "nfs" is not enabled
35332024-08-08T22:04:00.141Z[ recovery-image] Aug 08 22:03:57.937 INFO O| Aug 08 22:03:57.937 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35342024-08-08T22:04:00.141Z[ recovery-image] Aug 08 22:03:57.937 INFO O| Aug 08 22:03:57.937 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35352024-08-08T22:04:00.208Z[ recovery-image] Aug 08 22:03:58.008 INFO O| Aug 08 22:03:58.008 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35362024-08-08T22:04:00.302Z[ recovery-image] Aug 08 22:03:58.100 INFO O| Aug 08 22:03:58.100 INFO completed processing gimlet/ramdisk-01-os
35372024-08-08T22:04:00.305Z[ recovery-image] Aug 08 22:03:58.102 INFO image builder template: ramdisk-02-trim...
35382024-08-08T22:04:00.305Z[ recovery-image] Aug 08 22:03:58.102 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/.tmpuE3h3C/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None
35392024-08-08T22:04:00.328Z[ recovery-image] Aug 08 22:03:58.127 INFO O| Aug 08 22:03:58.127 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35402024-08-08T22:04:00.332Z[ recovery-image] Aug 08 22:03:58.131 INFO O| Aug 08 22:03:58.131 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35412024-08-08T22:04:00.401Z[ recovery-image] Aug 08 22:03:58.199 INFO O| Aug 08 22:03:58.199 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
35422024-08-08T22:04:00.455Z[ recovery-image] Aug 08 22:03:58.254 INFO O| Aug 08 22:03:58.254 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35432024-08-08T22:04:00.458Z[ recovery-image] Aug 08 22:03:58.254 INFO O| Aug 08 22:03:58.254 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35442024-08-08T22:04:00.461Z[ recovery-image] Aug 08 22:03:58.260 INFO O| Aug 08 22:03:58.260 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
35452024-08-08T22:04:00.466Z[ recovery-image] Aug 08 22:03:58.265 INFO O| Aug 08 22:03:58.265 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35462024-08-08T22:04:00.471Z[ recovery-image] Aug 08 22:03:58.270 INFO O| Aug 08 22:03:58.270 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35472024-08-08T22:04:00.640Z[ recovery-image] Aug 08 22:03:58.439 INFO O| Aug 08 22:03:58.438 INFO rolled back to input snapshot; work may begin
35482024-08-08T22:04:00.640Z[ recovery-image] Aug 08 22:03:58.439 INFO O| Aug 08 22:03:58.439 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35492024-08-08T22:04:00.645Z[ recovery-image] Aug 08 22:03:58.445 INFO O| Aug 08 22:03:58.445 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35502024-08-08T22:04:00.656Z[ recovery-image] Aug 08 22:03:58.455 INFO O| Aug 08 22:03:58.455 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
35512024-08-08T22:04:00.703Z[ recovery-image] Aug 08 22:03:58.502 INFO O| Aug 08 22:03:58.502 INFO STEP 0 (remove_files) COMPLETE
35522024-08-08T22:04:00.703Z[ recovery-image] Aug 08 22:03:58.502 INFO O| Aug 08 22:03:58.502 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35532024-08-08T22:04:00.714Z[ recovery-image] Aug 08 22:03:58.513 INFO O| Aug 08 22:03:58.513 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
35542024-08-08T22:04:00.717Z[ recovery-image] Aug 08 22:03:58.515 INFO O| Aug 08 22:03:58.515 INFO STEP 1 (remove_files) COMPLETE
35552024-08-08T22:04:00.717Z[ recovery-image] Aug 08 22:03:58.515 INFO O| Aug 08 22:03:58.515 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35562024-08-08T22:04:00.726Z[ recovery-image] Aug 08 22:03:58.525 INFO O| Aug 08 22:03:58.525 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
35572024-08-08T22:04:00.740Z[ recovery-image] Aug 08 22:03:58.539 INFO O| Aug 08 22:03:58.539 INFO STEP 2 (remove_files) COMPLETE
35582024-08-08T22:04:00.740Z[ recovery-image] Aug 08 22:03:58.539 INFO O| Aug 08 22:03:58.539 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35592024-08-08T22:04:00.749Z[ recovery-image] Aug 08 22:03:58.549 INFO O| Aug 08 22:03:58.549 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
35602024-08-08T22:04:00.752Z[ recovery-image] Aug 08 22:03:58.551 INFO O| Aug 08 22:03:58.550 INFO STEP 3 (remove_files) COMPLETE
35612024-08-08T22:04:00.752Z[ recovery-image] Aug 08 22:03:58.551 INFO O| Aug 08 22:03:58.551 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35622024-08-08T22:04:00.761Z[ recovery-image] Aug 08 22:03:58.560 INFO O| Aug 08 22:03:58.560 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
35632024-08-08T22:04:00.765Z[ recovery-image] Aug 08 22:03:58.564 INFO O| Aug 08 22:03:58.564 INFO STEP 4 (remove_files) COMPLETE
35642024-08-08T22:04:00.765Z[ recovery-image] Aug 08 22:03:58.564 INFO O| Aug 08 22:03:58.564 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35652024-08-08T22:04:00.774Z[ recovery-image] Aug 08 22:03:58.573 INFO O| Aug 08 22:03:58.573 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
35662024-08-08T22:04:00.777Z[ recovery-image] Aug 08 22:03:58.573 INFO O| Aug 08 22:03:58.573 INFO STEP 5 (remove_files) COMPLETE
35672024-08-08T22:04:00.777Z[ recovery-image] Aug 08 22:03:58.573 INFO O| Aug 08 22:03:58.573 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35682024-08-08T22:04:00.784Z[ recovery-image] Aug 08 22:03:58.583 INFO O| Aug 08 22:03:58.583 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
35692024-08-08T22:04:00.796Z[ recovery-image] Aug 08 22:03:58.595 INFO O| Aug 08 22:03:58.595 INFO STEP 6 (remove_files) COMPLETE
35702024-08-08T22:04:00.796Z[ recovery-image] Aug 08 22:03:58.595 INFO O| Aug 08 22:03:58.595 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35712024-08-08T22:04:00.798Z[ recovery-image] Aug 08 22:03:58.595 INFO O| Aug 08 22:03:58.595 INFO skip step because feature "recovery" is enabled
35722024-08-08T22:04:00.798Z[ recovery-image] Aug 08 22:03:58.595 INFO O| Aug 08 22:03:58.595 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35732024-08-08T22:04:00.799Z[ recovery-image] Aug 08 22:03:58.595 INFO O| Aug 08 22:03:58.595 INFO skip step because feature "recovery" is enabled
35742024-08-08T22:04:00.799Z[ recovery-image] Aug 08 22:03:58.595 INFO O| Aug 08 22:03:58.595 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35752024-08-08T22:04:00.799Z[ recovery-image] Aug 08 22:03:58.595 INFO O| Aug 08 22:03:58.595 INFO skip step because feature "recovery" is enabled
35762024-08-08T22:04:00.799Z[ recovery-image] Aug 08 22:03:58.595 INFO O| Aug 08 22:03:58.595 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35772024-08-08T22:04:00.806Z[ recovery-image] Aug 08 22:03:58.604 INFO O| Aug 08 22:03:58.604 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
35782024-08-08T22:04:00.809Z[ recovery-image] Aug 08 22:03:58.608 INFO O| Aug 08 22:03:58.608 INFO STEP 10 (remove_files) COMPLETE
35792024-08-08T22:04:00.809Z[ recovery-image] Aug 08 22:03:58.608 INFO O| Aug 08 22:03:58.608 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35802024-08-08T22:04:00.818Z[ recovery-image] Aug 08 22:03:58.618 INFO O| Aug 08 22:03:58.617 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
35812024-08-08T22:04:00.821Z[ recovery-image] Aug 08 22:03:58.618 INFO O| Aug 08 22:03:58.618 INFO STEP 11 (remove_files) COMPLETE
35822024-08-08T22:04:00.821Z[ recovery-image] Aug 08 22:03:58.619 INFO O| Aug 08 22:03:58.618 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35832024-08-08T22:04:00.829Z[ recovery-image] Aug 08 22:03:58.628 INFO O| Aug 08 22:03:58.628 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
35842024-08-08T22:04:00.832Z[ recovery-image] Aug 08 22:03:58.629 INFO O| Aug 08 22:03:58.629 INFO STEP 12 (remove_files) COMPLETE
35852024-08-08T22:04:00.832Z[ recovery-image] Aug 08 22:03:58.629 INFO O| Aug 08 22:03:58.629 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35862024-08-08T22:04:00.843Z[ recovery-image] Aug 08 22:03:58.642 INFO O| Aug 08 22:03:58.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
35872024-08-08T22:04:00.887Z[ recovery-image] Aug 08 22:03:58.686 INFO O| Aug 08 22:03:58.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
35882024-08-08T22:04:00.900Z[ recovery-image] Aug 08 22:03:58.699 INFO O| Aug 08 22:03:58.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
35892024-08-08T22:04:00.902Z[ recovery-image] Aug 08 22:03:58.700 INFO O| Aug 08 22:03:58.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
35902024-08-08T22:04:01.061Z[ recovery-image] Aug 08 22:03:58.859 INFO O| Aug 08 22:03:58.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
35912024-08-08T22:04:01.077Z[ recovery-image] Aug 08 22:03:58.876 INFO O| Aug 08 22:03:58.876 INFO STEP 13 (remove_files) COMPLETE
35922024-08-08T22:04:01.077Z[ recovery-image] Aug 08 22:03:58.876 INFO O| Aug 08 22:03:58.876 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35932024-08-08T22:04:01.089Z[ recovery-image] Aug 08 22:03:58.888 INFO O| Aug 08 22:03:58.888 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
35942024-08-08T22:04:01.092Z[ recovery-image] Aug 08 22:03:58.889 INFO O| Aug 08 22:03:58.889 INFO STEP 14 (remove_files) COMPLETE
35952024-08-08T22:04:01.092Z[ recovery-image] Aug 08 22:03:58.889 INFO O| Aug 08 22:03:58.889 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35962024-08-08T22:04:01.100Z[ recovery-image] Aug 08 22:03:58.899 INFO O| Aug 08 22:03:58.899 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
35972024-08-08T22:04:01.106Z[ recovery-image] Aug 08 22:03:58.905 INFO O| Aug 08 22:03:58.905 INFO STEP 15 (remove_files) COMPLETE
35982024-08-08T22:04:01.109Z[ recovery-image] Aug 08 22:03:58.906 INFO O| Aug 08 22:03:58.905 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35992024-08-08T22:04:01.116Z[ recovery-image] Aug 08 22:03:58.915 INFO O| Aug 08 22:03:58.915 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
36002024-08-08T22:04:01.119Z[ recovery-image] Aug 08 22:03:58.916 INFO O| Aug 08 22:03:58.916 INFO STEP 16 (remove_files) COMPLETE
36012024-08-08T22:04:01.119Z[ recovery-image] Aug 08 22:03:58.916 INFO O| Aug 08 22:03:58.916 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36022024-08-08T22:04:01.127Z[ recovery-image] Aug 08 22:03:58.925 INFO O| Aug 08 22:03:58.925 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36032024-08-08T22:04:01.130Z[ recovery-image] Aug 08 22:03:58.927 INFO O| Aug 08 22:03:58.927 INFO STEP 17 (remove_files) COMPLETE
36042024-08-08T22:04:01.130Z[ recovery-image] Aug 08 22:03:58.927 INFO O| Aug 08 22:03:58.927 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36052024-08-08T22:04:01.137Z[ recovery-image] Aug 08 22:03:58.936 INFO O| Aug 08 22:03:58.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36062024-08-08T22:04:01.137Z[ recovery-image] Aug 08 22:03:58.936 INFO O| Aug 08 22:03:58.936 INFO STEP 18 (remove_files) COMPLETE
36072024-08-08T22:04:01.137Z[ recovery-image] Aug 08 22:03:58.936 INFO O| Aug 08 22:03:58.936 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36082024-08-08T22:04:01.146Z[ recovery-image] Aug 08 22:03:58.945 INFO O| Aug 08 22:03:58.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36092024-08-08T22:04:01.147Z[ recovery-image] Aug 08 22:03:58.945 INFO O| Aug 08 22:03:58.945 INFO STEP 19 (remove_files) COMPLETE
36102024-08-08T22:04:01.147Z[ recovery-image] Aug 08 22:03:58.945 INFO O| Aug 08 22:03:58.945 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36112024-08-08T22:04:01.156Z[ recovery-image] Aug 08 22:03:58.955 INFO O| Aug 08 22:03:58.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36122024-08-08T22:04:01.156Z[ recovery-image] Aug 08 22:03:58.955 INFO O| Aug 08 22:03:58.955 INFO STEP 20 (remove_files) COMPLETE
36132024-08-08T22:04:01.159Z[ recovery-image] Aug 08 22:03:58.955 INFO O| Aug 08 22:03:58.955 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36142024-08-08T22:04:01.165Z[ recovery-image] Aug 08 22:03:58.964 INFO O| Aug 08 22:03:58.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36152024-08-08T22:04:01.165Z[ recovery-image] Aug 08 22:03:58.964 INFO O| Aug 08 22:03:58.964 INFO STEP 21 (remove_files) COMPLETE
36162024-08-08T22:04:01.165Z[ recovery-image] Aug 08 22:03:58.964 INFO O| Aug 08 22:03:58.964 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36172024-08-08T22:04:01.174Z[ recovery-image] Aug 08 22:03:58.973 INFO O| Aug 08 22:03:58.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36182024-08-08T22:04:01.174Z[ recovery-image] Aug 08 22:03:58.973 INFO O| Aug 08 22:03:58.973 INFO STEP 22 (remove_files) COMPLETE
36192024-08-08T22:04:01.177Z[ recovery-image] Aug 08 22:03:58.973 INFO O| Aug 08 22:03:58.973 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36202024-08-08T22:04:01.184Z[ recovery-image] Aug 08 22:03:58.983 INFO O| Aug 08 22:03:58.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36212024-08-08T22:04:01.184Z[ recovery-image] Aug 08 22:03:58.983 INFO O| Aug 08 22:03:58.983 INFO STEP 23 (remove_files) COMPLETE
36222024-08-08T22:04:01.189Z[ recovery-image] Aug 08 22:03:58.983 INFO O| Aug 08 22:03:58.983 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36232024-08-08T22:04:01.193Z[ recovery-image] Aug 08 22:03:58.992 INFO O| Aug 08 22:03:58.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36242024-08-08T22:04:01.193Z[ recovery-image] Aug 08 22:03:58.992 INFO O| Aug 08 22:03:58.992 INFO STEP 24 (remove_files) COMPLETE
36252024-08-08T22:04:01.193Z[ recovery-image] Aug 08 22:03:58.992 INFO O| Aug 08 22:03:58.992 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36262024-08-08T22:04:01.204Z[ recovery-image] Aug 08 22:03:59.002 INFO O| Aug 08 22:03:59.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36272024-08-08T22:04:01.204Z[ recovery-image] Aug 08 22:03:59.002 INFO O| Aug 08 22:03:59.002 INFO STEP 25 (remove_files) COMPLETE
36282024-08-08T22:04:01.204Z[ recovery-image] Aug 08 22:03:59.002 INFO O| Aug 08 22:03:59.002 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36292024-08-08T22:04:01.213Z[ recovery-image] Aug 08 22:03:59.012 INFO O| Aug 08 22:03:59.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36302024-08-08T22:04:01.216Z[ recovery-image] Aug 08 22:03:59.012 INFO O| Aug 08 22:03:59.012 INFO STEP 26 (remove_files) COMPLETE
36312024-08-08T22:04:01.216Z[ recovery-image] Aug 08 22:03:59.012 INFO O| Aug 08 22:03:59.012 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36322024-08-08T22:04:01.222Z[ recovery-image] Aug 08 22:03:59.022 INFO O| Aug 08 22:03:59.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
36332024-08-08T22:04:01.223Z[ recovery-image] Aug 08 22:03:59.022 INFO O| Aug 08 22:03:59.022 INFO STEP 27 (remove_files) COMPLETE
36342024-08-08T22:04:01.223Z[ recovery-image] Aug 08 22:03:59.022 INFO O| Aug 08 22:03:59.022 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36352024-08-08T22:04:01.232Z[ recovery-image] Aug 08 22:03:59.031 INFO O| Aug 08 22:03:59.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
36362024-08-08T22:04:01.232Z[ recovery-image] Aug 08 22:03:59.031 INFO O| Aug 08 22:03:59.031 INFO STEP 28 (remove_files) COMPLETE
36372024-08-08T22:04:01.232Z[ recovery-image] Aug 08 22:03:59.031 INFO O| Aug 08 22:03:59.031 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36382024-08-08T22:04:01.241Z[ recovery-image] Aug 08 22:03:59.040 INFO O| Aug 08 22:03:59.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
36392024-08-08T22:04:01.241Z[ recovery-image] Aug 08 22:03:59.040 INFO O| Aug 08 22:03:59.040 INFO STEP 29 (remove_files) COMPLETE
36402024-08-08T22:04:01.246Z[ recovery-image] Aug 08 22:03:59.040 INFO O| Aug 08 22:03:59.040 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36412024-08-08T22:04:01.251Z[ recovery-image] Aug 08 22:03:59.050 INFO O| Aug 08 22:03:59.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
36422024-08-08T22:04:01.253Z[ recovery-image] Aug 08 22:03:59.050 INFO O| Aug 08 22:03:59.050 INFO STEP 30 (remove_files) COMPLETE
36432024-08-08T22:04:01.254Z[ recovery-image] Aug 08 22:03:59.050 INFO O| Aug 08 22:03:59.050 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36442024-08-08T22:04:01.260Z[ recovery-image] Aug 08 22:03:59.059 INFO O| Aug 08 22:03:59.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
36452024-08-08T22:04:01.260Z[ recovery-image] Aug 08 22:03:59.059 INFO O| Aug 08 22:03:59.059 INFO STEP 31 (remove_files) COMPLETE
36462024-08-08T22:04:01.260Z[ recovery-image] Aug 08 22:03:59.059 INFO O| Aug 08 22:03:59.059 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36472024-08-08T22:04:01.269Z[ recovery-image] Aug 08 22:03:59.068 INFO O| Aug 08 22:03:59.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
36482024-08-08T22:04:01.269Z[ recovery-image] Aug 08 22:03:59.068 INFO O| Aug 08 22:03:59.068 INFO STEP 32 (remove_files) COMPLETE
36492024-08-08T22:04:01.272Z[ recovery-image] Aug 08 22:03:59.068 INFO O| Aug 08 22:03:59.068 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36502024-08-08T22:04:01.278Z[ recovery-image] Aug 08 22:03:59.077 INFO O| Aug 08 22:03:59.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
36512024-08-08T22:04:01.278Z[ recovery-image] Aug 08 22:03:59.077 INFO O| Aug 08 22:03:59.077 INFO STEP 33 (remove_files) COMPLETE
36522024-08-08T22:04:01.279Z[ recovery-image] Aug 08 22:03:59.077 INFO O| Aug 08 22:03:59.077 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36532024-08-08T22:04:01.288Z[ recovery-image] Aug 08 22:03:59.087 INFO O| Aug 08 22:03:59.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
36542024-08-08T22:04:01.288Z[ recovery-image] Aug 08 22:03:59.087 INFO O| Aug 08 22:03:59.087 INFO STEP 34 (remove_files) COMPLETE
36552024-08-08T22:04:01.288Z[ recovery-image] Aug 08 22:03:59.087 INFO O| Aug 08 22:03:59.087 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36562024-08-08T22:04:01.297Z[ recovery-image] Aug 08 22:03:59.096 INFO O| Aug 08 22:03:59.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
36572024-08-08T22:04:01.297Z[ recovery-image] Aug 08 22:03:59.096 INFO O| Aug 08 22:03:59.096 INFO STEP 35 (remove_files) COMPLETE
36582024-08-08T22:04:01.300Z[ recovery-image] Aug 08 22:03:59.096 INFO O| Aug 08 22:03:59.096 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36592024-08-08T22:04:01.306Z[ recovery-image] Aug 08 22:03:59.105 INFO O| Aug 08 22:03:59.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
36602024-08-08T22:04:01.306Z[ recovery-image] Aug 08 22:03:59.105 INFO O| Aug 08 22:03:59.105 INFO STEP 36 (remove_files) COMPLETE
36612024-08-08T22:04:01.307Z[ recovery-image] Aug 08 22:03:59.105 INFO O| Aug 08 22:03:59.105 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36622024-08-08T22:04:01.316Z[ recovery-image] Aug 08 22:03:59.114 INFO O| Aug 08 22:03:59.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
36632024-08-08T22:04:01.316Z[ recovery-image] Aug 08 22:03:59.115 INFO O| Aug 08 22:03:59.114 INFO STEP 37 (remove_files) COMPLETE
36642024-08-08T22:04:01.319Z[ recovery-image] Aug 08 22:03:59.115 INFO O| Aug 08 22:03:59.115 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36652024-08-08T22:04:01.328Z[ recovery-image] Aug 08 22:03:59.126 INFO O| Aug 08 22:03:59.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
36662024-08-08T22:04:01.328Z[ recovery-image] Aug 08 22:03:59.126 INFO O| Aug 08 22:03:59.126 INFO STEP 38 (remove_files) COMPLETE
36672024-08-08T22:04:01.331Z[ recovery-image] Aug 08 22:03:59.126 INFO O| Aug 08 22:03:59.126 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36682024-08-08T22:04:01.337Z[ recovery-image] Aug 08 22:03:59.136 INFO O| Aug 08 22:03:59.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
36692024-08-08T22:04:01.337Z[ recovery-image] Aug 08 22:03:59.136 INFO O| Aug 08 22:03:59.136 INFO STEP 39 (remove_files) COMPLETE
36702024-08-08T22:04:01.337Z[ recovery-image] Aug 08 22:03:59.136 INFO O| Aug 08 22:03:59.136 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36712024-08-08T22:04:01.346Z[ recovery-image] Aug 08 22:03:59.145 INFO O| Aug 08 22:03:59.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
36722024-08-08T22:04:01.350Z[ recovery-image] Aug 08 22:03:59.145 INFO O| Aug 08 22:03:59.145 INFO STEP 40 (remove_files) COMPLETE
36732024-08-08T22:04:01.350Z[ recovery-image] Aug 08 22:03:59.145 INFO O| Aug 08 22:03:59.145 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36742024-08-08T22:04:01.355Z[ recovery-image] Aug 08 22:03:59.154 INFO O| Aug 08 22:03:59.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
36752024-08-08T22:04:01.355Z[ recovery-image] Aug 08 22:03:59.154 INFO O| Aug 08 22:03:59.154 INFO STEP 41 (remove_files) COMPLETE
36762024-08-08T22:04:01.367Z[ recovery-image] Aug 08 22:03:59.154 INFO O| Aug 08 22:03:59.154 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36772024-08-08T22:04:01.367Z[ recovery-image] Aug 08 22:03:59.164 INFO O| Aug 08 22:03:59.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
36782024-08-08T22:04:01.367Z[ recovery-image] Aug 08 22:03:59.164 INFO O| Aug 08 22:03:59.164 INFO STEP 42 (remove_files) COMPLETE
36792024-08-08T22:04:01.367Z[ recovery-image] Aug 08 22:03:59.164 INFO O| Aug 08 22:03:59.164 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36802024-08-08T22:04:01.374Z[ recovery-image] Aug 08 22:03:59.173 INFO O| Aug 08 22:03:59.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
36812024-08-08T22:04:01.376Z[ recovery-image] Aug 08 22:03:59.173 INFO O| Aug 08 22:03:59.173 INFO STEP 43 (remove_files) COMPLETE
36822024-08-08T22:04:01.376Z[ recovery-image] Aug 08 22:03:59.173 INFO O| Aug 08 22:03:59.173 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36832024-08-08T22:04:01.383Z[ recovery-image] Aug 08 22:03:59.182 INFO O| Aug 08 22:03:59.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
36842024-08-08T22:04:01.383Z[ recovery-image] Aug 08 22:03:59.182 INFO O| Aug 08 22:03:59.182 INFO STEP 44 (remove_files) COMPLETE
36852024-08-08T22:04:01.383Z[ recovery-image] Aug 08 22:03:59.182 INFO O| Aug 08 22:03:59.182 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36862024-08-08T22:04:01.396Z[ recovery-image] Aug 08 22:03:59.194 INFO O| Aug 08 22:03:59.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
36872024-08-08T22:04:01.396Z[ recovery-image] Aug 08 22:03:59.194 INFO O| Aug 08 22:03:59.194 INFO STEP 45 (remove_files) COMPLETE
36882024-08-08T22:04:01.399Z[ recovery-image] Aug 08 22:03:59.194 INFO O| Aug 08 22:03:59.194 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36892024-08-08T22:04:01.404Z[ recovery-image] Aug 08 22:03:59.203 INFO O| Aug 08 22:03:59.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
36902024-08-08T22:04:01.404Z[ recovery-image] Aug 08 22:03:59.203 INFO O| Aug 08 22:03:59.203 INFO STEP 46 (remove_files) COMPLETE
36912024-08-08T22:04:01.407Z[ recovery-image] Aug 08 22:03:59.203 INFO O| Aug 08 22:03:59.203 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36922024-08-08T22:04:01.413Z[ recovery-image] Aug 08 22:03:59.212 INFO O| Aug 08 22:03:59.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
36932024-08-08T22:04:01.414Z[ recovery-image] Aug 08 22:03:59.213 INFO O| Aug 08 22:03:59.213 INFO STEP 47 (remove_files) COMPLETE
36942024-08-08T22:04:01.414Z[ recovery-image] Aug 08 22:03:59.213 INFO O| Aug 08 22:03:59.213 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36952024-08-08T22:04:01.423Z[ recovery-image] Aug 08 22:03:59.222 INFO O| Aug 08 22:03:59.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
36962024-08-08T22:04:01.423Z[ recovery-image] Aug 08 22:03:59.222 INFO O| Aug 08 22:03:59.222 INFO STEP 48 (remove_files) COMPLETE
36972024-08-08T22:04:01.426Z[ recovery-image] Aug 08 22:03:59.222 INFO O| Aug 08 22:03:59.222 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36982024-08-08T22:04:01.432Z[ recovery-image] Aug 08 22:03:59.231 INFO O| Aug 08 22:03:59.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
36992024-08-08T22:04:01.432Z[ recovery-image] Aug 08 22:03:59.231 INFO O| Aug 08 22:03:59.231 INFO STEP 49 (remove_files) COMPLETE
37002024-08-08T22:04:01.435Z[ recovery-image] Aug 08 22:03:59.231 INFO O| Aug 08 22:03:59.231 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37012024-08-08T22:04:01.442Z[ recovery-image] Aug 08 22:03:59.241 INFO O| Aug 08 22:03:59.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37022024-08-08T22:04:01.442Z[ recovery-image] Aug 08 22:03:59.241 INFO O| Aug 08 22:03:59.241 INFO STEP 50 (remove_files) COMPLETE
37032024-08-08T22:04:01.444Z[ recovery-image] Aug 08 22:03:59.241 INFO O| Aug 08 22:03:59.241 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37042024-08-08T22:04:01.451Z[ recovery-image] Aug 08 22:03:59.250 INFO O| Aug 08 22:03:59.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37052024-08-08T22:04:01.451Z[ recovery-image] Aug 08 22:03:59.250 INFO O| Aug 08 22:03:59.250 INFO STEP 51 (remove_files) COMPLETE
37062024-08-08T22:04:01.451Z[ recovery-image] Aug 08 22:03:59.250 INFO O| Aug 08 22:03:59.250 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37072024-08-08T22:04:01.460Z[ recovery-image] Aug 08 22:03:59.259 INFO O| Aug 08 22:03:59.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37082024-08-08T22:04:01.460Z[ recovery-image] Aug 08 22:03:59.259 INFO O| Aug 08 22:03:59.259 INFO STEP 52 (remove_files) COMPLETE
37092024-08-08T22:04:01.463Z[ recovery-image] Aug 08 22:03:59.259 INFO O| Aug 08 22:03:59.259 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37102024-08-08T22:04:01.470Z[ recovery-image] Aug 08 22:03:59.269 INFO O| Aug 08 22:03:59.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37112024-08-08T22:04:01.470Z[ recovery-image] Aug 08 22:03:59.269 INFO O| Aug 08 22:03:59.269 INFO STEP 53 (remove_files) COMPLETE
37122024-08-08T22:04:01.472Z[ recovery-image] Aug 08 22:03:59.269 INFO O| Aug 08 22:03:59.269 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37132024-08-08T22:04:01.479Z[ recovery-image] Aug 08 22:03:59.278 INFO O| Aug 08 22:03:59.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37142024-08-08T22:04:01.479Z[ recovery-image] Aug 08 22:03:59.278 INFO O| Aug 08 22:03:59.278 INFO STEP 54 (remove_files) COMPLETE
37152024-08-08T22:04:01.479Z[ recovery-image] Aug 08 22:03:59.278 INFO O| Aug 08 22:03:59.278 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37162024-08-08T22:04:01.488Z[ recovery-image] Aug 08 22:03:59.287 INFO O| Aug 08 22:03:59.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37172024-08-08T22:04:01.488Z[ recovery-image] Aug 08 22:03:59.288 INFO O| Aug 08 22:03:59.287 INFO STEP 55 (remove_files) COMPLETE
37182024-08-08T22:04:01.489Z[ recovery-image] Aug 08 22:03:59.288 INFO O| Aug 08 22:03:59.288 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37192024-08-08T22:04:01.498Z[ recovery-image] Aug 08 22:03:59.297 INFO O| Aug 08 22:03:59.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37202024-08-08T22:04:01.498Z[ recovery-image] Aug 08 22:03:59.297 INFO O| Aug 08 22:03:59.297 INFO STEP 56 (remove_files) COMPLETE
37212024-08-08T22:04:01.498Z[ recovery-image] Aug 08 22:03:59.297 INFO O| Aug 08 22:03:59.297 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37222024-08-08T22:04:01.507Z[ recovery-image] Aug 08 22:03:59.306 INFO O| Aug 08 22:03:59.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37232024-08-08T22:04:01.510Z[ recovery-image] Aug 08 22:03:59.306 INFO O| Aug 08 22:03:59.306 INFO STEP 57 (remove_files) COMPLETE
37242024-08-08T22:04:01.510Z[ recovery-image] Aug 08 22:03:59.306 INFO O| Aug 08 22:03:59.306 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37252024-08-08T22:04:01.517Z[ recovery-image] Aug 08 22:03:59.316 INFO O| Aug 08 22:03:59.316 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
37262024-08-08T22:04:01.520Z[ recovery-image] Aug 08 22:03:59.316 INFO O| Aug 08 22:03:59.316 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
37272024-08-08T22:04:01.520Z[ recovery-image] Aug 08 22:03:59.316 INFO O| Aug 08 22:03:59.316 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37282024-08-08T22:04:01.520Z[ recovery-image] Aug 08 22:03:59.316 INFO O| Aug 08 22:03:59.316 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37292024-08-08T22:04:01.520Z[ recovery-image] Aug 08 22:03:59.316 INFO O| Aug 08 22:03:59.316 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37302024-08-08T22:04:01.520Z[ recovery-image] Aug 08 22:03:59.316 INFO O| Aug 08 22:03:59.316 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37312024-08-08T22:04:01.520Z[ recovery-image] Aug 08 22:03:59.316 INFO O| Aug 08 22:03:59.316 INFO ok!
37322024-08-08T22:04:01.520Z[ recovery-image] Aug 08 22:03:59.316 INFO O| Aug 08 22:03:59.316 INFO STEP 58 (ensure_file) COMPLETE
37332024-08-08T22:04:01.520Z[ recovery-image] Aug 08 22:03:59.316 INFO O| Aug 08 22:03:59.316 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37342024-08-08T22:04:01.527Z[ recovery-image] Aug 08 22:03:59.326 INFO O| Aug 08 22:03:59.326 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
37352024-08-08T22:04:01.527Z[ recovery-image] Aug 08 22:03:59.326 INFO O| Aug 08 22:03:59.326 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
37362024-08-08T22:04:01.529Z[ recovery-image] Aug 08 22:03:59.326 INFO O| Aug 08 22:03:59.326 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37372024-08-08T22:04:01.529Z[ recovery-image] Aug 08 22:03:59.326 INFO O| Aug 08 22:03:59.326 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37382024-08-08T22:04:01.529Z[ recovery-image] Aug 08 22:03:59.326 INFO O| Aug 08 22:03:59.326 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37392024-08-08T22:04:01.529Z[ recovery-image] Aug 08 22:03:59.326 INFO O| Aug 08 22:03:59.326 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37402024-08-08T22:04:01.529Z[ recovery-image] Aug 08 22:03:59.326 INFO O| Aug 08 22:03:59.326 INFO ok!
37412024-08-08T22:04:01.529Z[ recovery-image] Aug 08 22:03:59.326 INFO O| Aug 08 22:03:59.326 INFO STEP 59 (ensure_file) COMPLETE
37422024-08-08T22:04:01.530Z[ recovery-image] Aug 08 22:03:59.326 INFO O| Aug 08 22:03:59.326 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37432024-08-08T22:04:01.538Z[ recovery-image] Aug 08 22:03:59.337 INFO O| Aug 08 22:03:59.337 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
37442024-08-08T22:04:01.538Z[ recovery-image] Aug 08 22:03:59.337 INFO O| Aug 08 22:03:59.337 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
37452024-08-08T22:04:01.541Z[ recovery-image] Aug 08 22:03:59.337 INFO O| Aug 08 22:03:59.337 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
37462024-08-08T22:04:01.541Z[ recovery-image] Aug 08 22:03:59.337 INFO O| Aug 08 22:03:59.337 INFO ok!
37472024-08-08T22:04:01.541Z[ recovery-image] Aug 08 22:03:59.337 INFO O| Aug 08 22:03:59.337 INFO STEP 60 (ensure_file) COMPLETE
37482024-08-08T22:04:01.541Z[ recovery-image] Aug 08 22:03:59.337 INFO O| Aug 08 22:03:59.337 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37492024-08-08T22:04:01.548Z[ recovery-image] Aug 08 22:03:59.347 INFO O| Aug 08 22:03:59.347 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
37502024-08-08T22:04:01.548Z[ recovery-image] Aug 08 22:03:59.347 INFO O| Aug 08 22:03:59.347 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
37512024-08-08T22:04:01.550Z[ recovery-image] Aug 08 22:03:59.347 INFO O| Aug 08 22:03:59.347 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
37522024-08-08T22:04:01.550Z[ recovery-image] Aug 08 22:03:59.347 INFO O| Aug 08 22:03:59.347 INFO ok!
37532024-08-08T22:04:01.550Z[ recovery-image] Aug 08 22:03:59.347 INFO O| Aug 08 22:03:59.347 INFO STEP 61 (ensure_file) COMPLETE
37542024-08-08T22:04:01.550Z[ recovery-image] Aug 08 22:03:59.347 INFO O| Aug 08 22:03:59.347 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37552024-08-08T22:04:01.557Z[ recovery-image] Aug 08 22:03:59.356 INFO O| Aug 08 22:03:59.356 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
37562024-08-08T22:04:01.557Z[ recovery-image] Aug 08 22:03:59.356 INFO O| Aug 08 22:03:59.356 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
37572024-08-08T22:04:01.560Z[ recovery-image] Aug 08 22:03:59.356 INFO O| Aug 08 22:03:59.356 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37582024-08-08T22:04:01.560Z[ recovery-image] Aug 08 22:03:59.356 INFO O| Aug 08 22:03:59.356 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
37592024-08-08T22:04:01.560Z[ recovery-image] Aug 08 22:03:59.357 INFO O| Aug 08 22:03:59.356 INFO ok!
37602024-08-08T22:04:01.560Z[ recovery-image] Aug 08 22:03:59.357 INFO O| Aug 08 22:03:59.356 INFO STEP 62 (ensure_file) COMPLETE
37612024-08-08T22:04:01.560Z[ recovery-image] Aug 08 22:03:59.357 INFO O| Aug 08 22:03:59.357 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37622024-08-08T22:04:01.567Z[ recovery-image] Aug 08 22:03:59.366 INFO O| Aug 08 22:03:59.366 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
37632024-08-08T22:04:01.567Z[ recovery-image] Aug 08 22:03:59.366 INFO O| Aug 08 22:03:59.366 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
37642024-08-08T22:04:01.570Z[ recovery-image] Aug 08 22:03:59.366 INFO O| Aug 08 22:03:59.366 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37652024-08-08T22:04:01.570Z[ recovery-image] Aug 08 22:03:59.366 INFO O| Aug 08 22:03:59.366 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
37662024-08-08T22:04:01.570Z[ recovery-image] Aug 08 22:03:59.366 INFO O| Aug 08 22:03:59.366 INFO ok!
37672024-08-08T22:04:01.570Z[ recovery-image] Aug 08 22:03:59.366 INFO O| Aug 08 22:03:59.366 INFO STEP 63 (ensure_file) COMPLETE
37682024-08-08T22:04:01.570Z[ recovery-image] Aug 08 22:03:59.366 INFO O| Aug 08 22:03:59.366 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37692024-08-08T22:04:01.576Z[ recovery-image] Aug 08 22:03:59.376 INFO O| Aug 08 22:03:59.375 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
37702024-08-08T22:04:01.579Z[ recovery-image] Aug 08 22:03:59.376 INFO O| Aug 08 22:03:59.375 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
37712024-08-08T22:04:01.579Z[ recovery-image] Aug 08 22:03:59.376 INFO O| Aug 08 22:03:59.376 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
37722024-08-08T22:04:01.579Z[ recovery-image] Aug 08 22:03:59.376 INFO O| Aug 08 22:03:59.376 INFO ok!
37732024-08-08T22:04:01.579Z[ recovery-image] Aug 08 22:03:59.376 INFO O| Aug 08 22:03:59.376 INFO STEP 64 (assemble_files) COMPLETE
37742024-08-08T22:04:01.579Z[ recovery-image] Aug 08 22:03:59.376 INFO O| Aug 08 22:03:59.376 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37752024-08-08T22:04:01.586Z[ recovery-image] Aug 08 22:03:59.385 INFO O| Aug 08 22:03:59.385 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
37762024-08-08T22:04:01.586Z[ recovery-image] Aug 08 22:03:59.385 INFO O| Aug 08 22:03:59.385 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
37772024-08-08T22:04:01.586Z[ recovery-image] Aug 08 22:03:59.385 INFO O| Aug 08 22:03:59.385 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
37782024-08-08T22:04:01.589Z[ recovery-image] Aug 08 22:03:59.385 INFO O| Aug 08 22:03:59.385 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
37792024-08-08T22:04:01.589Z[ recovery-image] Aug 08 22:03:59.385 INFO O| Aug 08 22:03:59.385 INFO ok!
37802024-08-08T22:04:01.589Z[ recovery-image] Aug 08 22:03:59.385 INFO O| Aug 08 22:03:59.385 INFO STEP 65 (ensure_file) COMPLETE
37812024-08-08T22:04:01.589Z[ recovery-image] Aug 08 22:03:59.385 INFO O| Aug 08 22:03:59.385 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37822024-08-08T22:04:01.589Z[ recovery-image] Aug 08 22:03:59.385 INFO O| Aug 08 22:03:59.385 INFO skip step because feature "omicron1" is not enabled
37832024-08-08T22:04:01.589Z[ recovery-image] Aug 08 22:03:59.385 INFO O| Aug 08 22:03:59.385 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37842024-08-08T22:04:01.589Z[ recovery-image] Aug 08 22:03:59.385 INFO O| Aug 08 22:03:59.385 INFO skip step because feature "omicron1" is not enabled
37852024-08-08T22:04:01.589Z[ recovery-image] Aug 08 22:03:59.385 INFO O| Aug 08 22:03:59.385 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37862024-08-08T22:04:01.589Z[ recovery-image] Aug 08 22:03:59.385 INFO O| Aug 08 22:03:59.385 INFO skip step because feature "omicron1" is not enabled
37872024-08-08T22:04:01.589Z[ recovery-image] Aug 08 22:03:59.385 INFO O| Aug 08 22:03:59.385 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37882024-08-08T22:04:01.601Z[ recovery-image] Aug 08 22:03:59.400 INFO O| Aug 08 22:03:59.400 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
37892024-08-08T22:04:01.601Z[ recovery-image] Aug 08 22:03:59.400 INFO O| Aug 08 22:03:59.400 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
37902024-08-08T22:04:03.126Z[ recovery-image] Aug 08 22:04:00.924 INFO O| Aug 08 22:04:00.924 INFO STEP 69 (pack_tar) COMPLETE
37912024-08-08T22:04:03.126Z[ recovery-image] Aug 08 22:04:00.924 INFO O| Aug 08 22:04:00.924 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37922024-08-08T22:04:03.129Z[ recovery-image] Aug 08 22:04:00.924 INFO O| Aug 08 22:04:00.924 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
37932024-08-08T22:04:03.673Z[ recovery-image] Aug 08 22:04:01.471 INFO O| Aug 08 22:04:01.471 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37942024-08-08T22:04:03.761Z[ recovery-image] Aug 08 22:04:01.559 INFO O| Aug 08 22:04:01.559 INFO completed processing gimlet/ramdisk-02-trim
37952024-08-08T22:04:03.763Z[ recovery-image] Aug 08 22:04:01.561 INFO image builder template: ramdisk-03-recovery-trim...
37962024-08-08T22:04:03.764Z[ recovery-image] Aug 08 22:04:01.561 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/.tmpuE3h3C/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-03-recovery-trim"], pwd: None
37972024-08-08T22:04:03.830Z[ recovery-image] Aug 08 22:04:01.628 INFO O| Aug 08 22:04:01.628 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
37982024-08-08T22:04:03.834Z[ recovery-image] Aug 08 22:04:01.633 INFO O| Aug 08 22:04:01.633 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
37992024-08-08T22:04:03.920Z[ recovery-image] Aug 08 22:04:01.718 INFO O| Aug 08 22:04:01.718 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38002024-08-08T22:04:03.992Z[ recovery-image] Aug 08 22:04:01.790 INFO O| Aug 08 22:04:01.790 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38012024-08-08T22:04:03.994Z[ recovery-image] Aug 08 22:04:01.790 INFO O| Aug 08 22:04:01.790 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38022024-08-08T22:04:04.000Z[ recovery-image] Aug 08 22:04:01.799 INFO O| Aug 08 22:04:01.799 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38032024-08-08T22:04:04.004Z[ recovery-image] Aug 08 22:04:01.803 INFO O| Aug 08 22:04:01.803 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38042024-08-08T22:04:04.009Z[ recovery-image] Aug 08 22:04:01.808 INFO O| Aug 08 22:04:01.808 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38052024-08-08T22:04:04.270Z[ recovery-image] Aug 08 22:04:02.068 INFO O| Aug 08 22:04:02.068 INFO rolled back to input snapshot; work may begin
38062024-08-08T22:04:04.270Z[ recovery-image] Aug 08 22:04:02.068 INFO O| Aug 08 22:04:02.068 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38072024-08-08T22:04:04.276Z[ recovery-image] Aug 08 22:04:02.075 INFO O| Aug 08 22:04:02.075 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38082024-08-08T22:04:04.287Z[ recovery-image] Aug 08 22:04:02.086 INFO O| Aug 08 22:04:02.086 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38092024-08-08T22:04:04.290Z[ recovery-image] Aug 08 22:04:02.089 INFO O| Aug 08 22:04:02.089 INFO STEP 0 (remove_files) COMPLETE
38102024-08-08T22:04:04.290Z[ recovery-image] Aug 08 22:04:02.089 INFO O| Aug 08 22:04:02.089 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38112024-08-08T22:04:04.301Z[ recovery-image] Aug 08 22:04:02.099 INFO O| Aug 08 22:04:02.099 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38122024-08-08T22:04:04.353Z[ recovery-image] Aug 08 22:04:02.151 INFO O| Aug 08 22:04:02.151 INFO STEP 1 (remove_files) COMPLETE
38132024-08-08T22:04:04.353Z[ recovery-image] Aug 08 22:04:02.151 INFO O| Aug 08 22:04:02.151 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38142024-08-08T22:04:04.364Z[ recovery-image] Aug 08 22:04:02.163 INFO O| Aug 08 22:04:02.163 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38152024-08-08T22:04:04.367Z[ recovery-image] Aug 08 22:04:02.165 INFO O| Aug 08 22:04:02.165 INFO STEP 2 (remove_files) COMPLETE
38162024-08-08T22:04:04.367Z[ recovery-image] Aug 08 22:04:02.165 INFO O| Aug 08 22:04:02.165 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38172024-08-08T22:04:04.376Z[ recovery-image] Aug 08 22:04:02.175 INFO O| Aug 08 22:04:02.175 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38182024-08-08T22:04:04.422Z[ recovery-image] Aug 08 22:04:02.220 INFO O| Aug 08 22:04:02.220 INFO STEP 3 (remove_files) COMPLETE
38192024-08-08T22:04:04.422Z[ recovery-image] Aug 08 22:04:02.221 INFO O| Aug 08 22:04:02.220 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38202024-08-08T22:04:04.434Z[ recovery-image] Aug 08 22:04:02.232 INFO O| Aug 08 22:04:02.232 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
38212024-08-08T22:04:04.440Z[ host-image] Aug 08 22:04:02.238 INFO O| Aug 08 22:04:02.238 INFO O| Done
38222024-08-08T22:04:04.445Z[ recovery-image] Aug 08 22:04:02.243 INFO O| Aug 08 22:04:02.243 INFO STEP 4 (remove_files) COMPLETE
38232024-08-08T22:04:04.445Z[ recovery-image] Aug 08 22:04:02.243 INFO O| Aug 08 22:04:02.243 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38242024-08-08T22:04:04.457Z[ recovery-image] Aug 08 22:04:02.254 INFO O| Aug 08 22:04:02.254 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
38252024-08-08T22:04:04.461Z[ recovery-image] Aug 08 22:04:02.258 INFO O| Aug 08 22:04:02.258 INFO STEP 5 (remove_files) COMPLETE
38262024-08-08T22:04:04.461Z[ recovery-image] Aug 08 22:04:02.258 INFO O| Aug 08 22:04:02.258 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38272024-08-08T22:04:04.470Z[ recovery-image] Aug 08 22:04:02.268 INFO O| Aug 08 22:04:02.268 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
38282024-08-08T22:04:04.473Z[ recovery-image] Aug 08 22:04:02.269 INFO O| Aug 08 22:04:02.269 INFO STEP 6 (remove_files) COMPLETE
38292024-08-08T22:04:04.473Z[ recovery-image] Aug 08 22:04:02.269 INFO O| Aug 08 22:04:02.269 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38302024-08-08T22:04:04.482Z[ recovery-image] Aug 08 22:04:02.279 INFO O| Aug 08 22:04:02.279 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
38312024-08-08T22:04:04.487Z[ recovery-image] Aug 08 22:04:02.281 INFO O| Aug 08 22:04:02.281 INFO STEP 7 (remove_files) COMPLETE
38322024-08-08T22:04:04.487Z[ recovery-image] Aug 08 22:04:02.281 INFO O| Aug 08 22:04:02.281 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38332024-08-08T22:04:04.493Z[ recovery-image] Aug 08 22:04:02.291 INFO O| Aug 08 22:04:02.291 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
38342024-08-08T22:04:04.498Z[ recovery-image] Aug 08 22:04:02.294 INFO O| Aug 08 22:04:02.294 INFO STEP 8 (remove_files) COMPLETE
38352024-08-08T22:04:04.498Z[ recovery-image] Aug 08 22:04:02.294 INFO O| Aug 08 22:04:02.294 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38362024-08-08T22:04:04.506Z[ recovery-image] Aug 08 22:04:02.304 INFO O| Aug 08 22:04:02.303 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
38372024-08-08T22:04:04.512Z[ recovery-image] Aug 08 22:04:02.304 INFO O| Aug 08 22:04:02.304 INFO STEP 9 (remove_files) COMPLETE
38382024-08-08T22:04:04.512Z[ recovery-image] Aug 08 22:04:02.304 INFO O| Aug 08 22:04:02.304 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38392024-08-08T22:04:04.516Z[ recovery-image] Aug 08 22:04:02.314 INFO O| Aug 08 22:04:02.314 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
38402024-08-08T22:04:04.519Z[ recovery-image] Aug 08 22:04:02.314 INFO O| Aug 08 22:04:02.314 INFO STEP 10 (remove_files) COMPLETE
38412024-08-08T22:04:04.519Z[ recovery-image] Aug 08 22:04:02.314 INFO O| Aug 08 22:04:02.314 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38422024-08-08T22:04:04.526Z[ recovery-image] Aug 08 22:04:02.324 INFO O| Aug 08 22:04:02.324 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
38432024-08-08T22:04:04.579Z[ recovery-image] Aug 08 22:04:02.377 INFO O| Aug 08 22:04:02.377 INFO STEP 11 (remove_files) COMPLETE
38442024-08-08T22:04:04.579Z[ recovery-image] Aug 08 22:04:02.377 INFO O| Aug 08 22:04:02.377 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38452024-08-08T22:04:04.593Z[ recovery-image] Aug 08 22:04:02.392 INFO O| Aug 08 22:04:02.392 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
38462024-08-08T22:04:04.597Z[ recovery-image] Aug 08 22:04:02.394 INFO O| Aug 08 22:04:02.394 INFO STEP 12 (remove_files) COMPLETE
38472024-08-08T22:04:04.597Z[ recovery-image] Aug 08 22:04:02.394 INFO O| Aug 08 22:04:02.394 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38482024-08-08T22:04:04.607Z[ recovery-image] Aug 08 22:04:02.405 INFO O| Aug 08 22:04:02.405 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
38492024-08-08T22:04:04.614Z[ recovery-image] Aug 08 22:04:02.408 INFO O| Aug 08 22:04:02.408 INFO STEP 13 (remove_files) COMPLETE
38502024-08-08T22:04:04.614Z[ recovery-image] Aug 08 22:04:02.408 INFO O| Aug 08 22:04:02.408 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38512024-08-08T22:04:04.620Z[ recovery-image] Aug 08 22:04:02.418 INFO O| Aug 08 22:04:02.418 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
38522024-08-08T22:04:04.623Z[ recovery-image] Aug 08 22:04:02.419 INFO O| Aug 08 22:04:02.419 INFO STEP 14 (remove_files) COMPLETE
38532024-08-08T22:04:04.623Z[ recovery-image] Aug 08 22:04:02.419 INFO O| Aug 08 22:04:02.419 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38542024-08-08T22:04:04.631Z[ recovery-image] Aug 08 22:04:02.429 INFO O| Aug 08 22:04:02.429 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
38552024-08-08T22:04:04.634Z[ recovery-image] Aug 08 22:04:02.429 INFO O| Aug 08 22:04:02.429 INFO STEP 15 (remove_files) COMPLETE
38562024-08-08T22:04:04.634Z[ recovery-image] Aug 08 22:04:02.429 INFO O| Aug 08 22:04:02.429 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38572024-08-08T22:04:04.641Z[ recovery-image] Aug 08 22:04:02.439 INFO O| Aug 08 22:04:02.439 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
38582024-08-08T22:04:04.647Z[ recovery-image] Aug 08 22:04:02.445 INFO O| Aug 08 22:04:02.445 INFO STEP 16 (remove_files) COMPLETE
38592024-08-08T22:04:04.647Z[ recovery-image] Aug 08 22:04:02.445 INFO O| Aug 08 22:04:02.445 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38602024-08-08T22:04:04.658Z[ recovery-image] Aug 08 22:04:02.456 INFO O| Aug 08 22:04:02.456 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
38612024-08-08T22:04:04.660Z[ recovery-image] Aug 08 22:04:02.456 INFO O| Aug 08 22:04:02.456 INFO STEP 17 (remove_files) COMPLETE
38622024-08-08T22:04:04.661Z[ recovery-image] Aug 08 22:04:02.456 INFO O| Aug 08 22:04:02.456 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38632024-08-08T22:04:04.668Z[ recovery-image] Aug 08 22:04:02.466 INFO O| Aug 08 22:04:02.466 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
38642024-08-08T22:04:04.671Z[ recovery-image] Aug 08 22:04:02.467 INFO O| Aug 08 22:04:02.467 INFO STEP 18 (remove_files) COMPLETE
38652024-08-08T22:04:04.671Z[ recovery-image] Aug 08 22:04:02.467 INFO O| Aug 08 22:04:02.467 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38662024-08-08T22:04:04.679Z[ recovery-image] Aug 08 22:04:02.477 INFO O| Aug 08 22:04:02.477 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
38672024-08-08T22:04:04.725Z[ recovery-image] Aug 08 22:04:02.523 INFO O| Aug 08 22:04:02.523 INFO STEP 19 (remove_files) COMPLETE
38682024-08-08T22:04:04.725Z[ recovery-image] Aug 08 22:04:02.523 INFO O| Aug 08 22:04:02.523 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38692024-08-08T22:04:04.737Z[ recovery-image] Aug 08 22:04:02.535 INFO O| Aug 08 22:04:02.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
38702024-08-08T22:04:04.740Z[ recovery-image] Aug 08 22:04:02.536 INFO O| Aug 08 22:04:02.536 INFO STEP 20 (remove_files) COMPLETE
38712024-08-08T22:04:04.740Z[ recovery-image] Aug 08 22:04:02.536 INFO O| Aug 08 22:04:02.536 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38722024-08-08T22:04:04.748Z[ recovery-image] Aug 08 22:04:02.546 INFO O| Aug 08 22:04:02.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
38732024-08-08T22:04:04.753Z[ recovery-image] Aug 08 22:04:02.547 INFO O| Aug 08 22:04:02.547 INFO STEP 21 (remove_files) COMPLETE
38742024-08-08T22:04:04.753Z[ recovery-image] Aug 08 22:04:02.547 INFO O| Aug 08 22:04:02.547 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38752024-08-08T22:04:04.759Z[ recovery-image] Aug 08 22:04:02.557 INFO O| Aug 08 22:04:02.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
38762024-08-08T22:04:04.761Z[ recovery-image] Aug 08 22:04:02.557 INFO O| Aug 08 22:04:02.557 INFO STEP 22 (remove_files) COMPLETE
38772024-08-08T22:04:04.761Z[ recovery-image] Aug 08 22:04:02.557 INFO O| Aug 08 22:04:02.557 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38782024-08-08T22:04:04.769Z[ recovery-image] Aug 08 22:04:02.567 INFO O| Aug 08 22:04:02.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
38792024-08-08T22:04:04.769Z[ recovery-image] Aug 08 22:04:02.567 INFO O| Aug 08 22:04:02.567 INFO STEP 23 (remove_files) COMPLETE
38802024-08-08T22:04:04.772Z[ recovery-image] Aug 08 22:04:02.567 INFO O| Aug 08 22:04:02.567 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38812024-08-08T22:04:04.780Z[ recovery-image] Aug 08 22:04:02.578 INFO O| Aug 08 22:04:02.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
38822024-08-08T22:04:04.783Z[ recovery-image] Aug 08 22:04:02.578 INFO O| Aug 08 22:04:02.578 INFO STEP 24 (remove_files) COMPLETE
38832024-08-08T22:04:04.783Z[ recovery-image] Aug 08 22:04:02.578 INFO O| Aug 08 22:04:02.578 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38842024-08-08T22:04:04.790Z[ recovery-image] Aug 08 22:04:02.588 INFO O| Aug 08 22:04:02.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
38852024-08-08T22:04:04.790Z[ recovery-image] Aug 08 22:04:02.588 INFO O| Aug 08 22:04:02.588 INFO STEP 25 (remove_files) COMPLETE
38862024-08-08T22:04:04.793Z[ recovery-image] Aug 08 22:04:02.588 INFO O| Aug 08 22:04:02.588 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38872024-08-08T22:04:04.800Z[ recovery-image] Aug 08 22:04:02.598 INFO O| Aug 08 22:04:02.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
38882024-08-08T22:04:04.803Z[ recovery-image] Aug 08 22:04:02.598 INFO O| Aug 08 22:04:02.598 INFO STEP 26 (remove_files) COMPLETE
38892024-08-08T22:04:04.803Z[ recovery-image] Aug 08 22:04:02.598 INFO O| Aug 08 22:04:02.598 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38902024-08-08T22:04:04.810Z[ recovery-image] Aug 08 22:04:02.608 INFO O| Aug 08 22:04:02.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
38912024-08-08T22:04:04.813Z[ recovery-image] Aug 08 22:04:02.608 INFO O| Aug 08 22:04:02.608 INFO STEP 27 (remove_files) COMPLETE
38922024-08-08T22:04:04.813Z[ recovery-image] Aug 08 22:04:02.608 INFO O| Aug 08 22:04:02.608 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38932024-08-08T22:04:04.820Z[ recovery-image] Aug 08 22:04:02.618 INFO O| Aug 08 22:04:02.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
38942024-08-08T22:04:04.820Z[ recovery-image] Aug 08 22:04:02.618 INFO O| Aug 08 22:04:02.618 INFO STEP 28 (remove_files) COMPLETE
38952024-08-08T22:04:04.824Z[ recovery-image] Aug 08 22:04:02.618 INFO O| Aug 08 22:04:02.618 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38962024-08-08T22:04:04.830Z[ recovery-image] Aug 08 22:04:02.628 INFO O| Aug 08 22:04:02.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
38972024-08-08T22:04:04.830Z[ recovery-image] Aug 08 22:04:02.628 INFO O| Aug 08 22:04:02.628 INFO STEP 29 (remove_files) COMPLETE
38982024-08-08T22:04:04.833Z[ recovery-image] Aug 08 22:04:02.628 INFO O| Aug 08 22:04:02.628 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38992024-08-08T22:04:04.839Z[ recovery-image] Aug 08 22:04:02.638 INFO O| Aug 08 22:04:02.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
39002024-08-08T22:04:04.842Z[ recovery-image] Aug 08 22:04:02.638 INFO O| Aug 08 22:04:02.638 INFO STEP 30 (remove_files) COMPLETE
39012024-08-08T22:04:04.842Z[ recovery-image] Aug 08 22:04:02.638 INFO O| Aug 08 22:04:02.638 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39022024-08-08T22:04:04.850Z[ recovery-image] Aug 08 22:04:02.647 INFO O| Aug 08 22:04:02.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39032024-08-08T22:04:04.850Z[ recovery-image] Aug 08 22:04:02.648 INFO O| Aug 08 22:04:02.647 INFO STEP 31 (remove_files) COMPLETE
39042024-08-08T22:04:04.850Z[ recovery-image] Aug 08 22:04:02.648 INFO O| Aug 08 22:04:02.648 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39052024-08-08T22:04:04.859Z[ recovery-image] Aug 08 22:04:02.657 INFO O| Aug 08 22:04:02.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39062024-08-08T22:04:04.862Z[ recovery-image] Aug 08 22:04:02.658 INFO O| Aug 08 22:04:02.658 INFO STEP 32 (remove_files) COMPLETE
39072024-08-08T22:04:04.862Z[ recovery-image] Aug 08 22:04:02.658 INFO O| Aug 08 22:04:02.658 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39082024-08-08T22:04:04.870Z[ recovery-image] Aug 08 22:04:02.668 INFO O| Aug 08 22:04:02.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39092024-08-08T22:04:04.873Z[ recovery-image] Aug 08 22:04:02.668 INFO O| Aug 08 22:04:02.668 INFO STEP 33 (remove_files) COMPLETE
39102024-08-08T22:04:04.873Z[ recovery-image] Aug 08 22:04:02.668 INFO O| Aug 08 22:04:02.668 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39112024-08-08T22:04:04.880Z[ recovery-image] Aug 08 22:04:02.678 INFO O| Aug 08 22:04:02.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39122024-08-08T22:04:04.883Z[ recovery-image] Aug 08 22:04:02.678 INFO O| Aug 08 22:04:02.678 INFO STEP 34 (remove_files) COMPLETE
39132024-08-08T22:04:04.883Z[ recovery-image] Aug 08 22:04:02.678 INFO O| Aug 08 22:04:02.678 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39142024-08-08T22:04:04.890Z[ recovery-image] Aug 08 22:04:02.688 INFO O| Aug 08 22:04:02.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39152024-08-08T22:04:04.893Z[ recovery-image] Aug 08 22:04:02.688 INFO O| Aug 08 22:04:02.688 INFO STEP 35 (remove_files) COMPLETE
39162024-08-08T22:04:04.893Z[ recovery-image] Aug 08 22:04:02.688 INFO O| Aug 08 22:04:02.688 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39172024-08-08T22:04:04.900Z[ recovery-image] Aug 08 22:04:02.698 INFO O| Aug 08 22:04:02.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39182024-08-08T22:04:04.900Z[ recovery-image] Aug 08 22:04:02.698 INFO O| Aug 08 22:04:02.698 INFO STEP 36 (remove_files) COMPLETE
39192024-08-08T22:04:04.900Z[ recovery-image] Aug 08 22:04:02.698 INFO O| Aug 08 22:04:02.698 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39202024-08-08T22:04:04.910Z[ recovery-image] Aug 08 22:04:02.708 INFO O| Aug 08 22:04:02.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
39212024-08-08T22:04:04.913Z[ recovery-image] Aug 08 22:04:02.708 INFO O| Aug 08 22:04:02.708 INFO STEP 37 (remove_files) COMPLETE
39222024-08-08T22:04:04.913Z[ recovery-image] Aug 08 22:04:02.708 INFO O| Aug 08 22:04:02.708 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39232024-08-08T22:04:04.920Z[ recovery-image] Aug 08 22:04:02.718 INFO O| Aug 08 22:04:02.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
39242024-08-08T22:04:04.923Z[ recovery-image] Aug 08 22:04:02.718 INFO O| Aug 08 22:04:02.718 INFO STEP 38 (remove_files) COMPLETE
39252024-08-08T22:04:04.923Z[ recovery-image] Aug 08 22:04:02.718 INFO O| Aug 08 22:04:02.718 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39262024-08-08T22:04:04.925Z[ host-image] Aug 08 22:04:02.722 INFO O| Aug 08 22:04:02.722 INFO O| Done
39272024-08-08T22:04:04.930Z[ recovery-image] Aug 08 22:04:02.728 INFO O| Aug 08 22:04:02.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
39282024-08-08T22:04:04.932Z[ recovery-image] Aug 08 22:04:02.728 INFO O| Aug 08 22:04:02.728 INFO STEP 39 (remove_files) COMPLETE
39292024-08-08T22:04:04.932Z[ recovery-image] Aug 08 22:04:02.728 INFO O| Aug 08 22:04:02.728 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39302024-08-08T22:04:04.940Z[ recovery-image] Aug 08 22:04:02.738 INFO O| Aug 08 22:04:02.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
39312024-08-08T22:04:04.943Z[ recovery-image] Aug 08 22:04:02.738 INFO O| Aug 08 22:04:02.738 INFO STEP 40 (remove_files) COMPLETE
39322024-08-08T22:04:04.943Z[ recovery-image] Aug 08 22:04:02.738 INFO O| Aug 08 22:04:02.738 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39332024-08-08T22:04:04.950Z[ recovery-image] Aug 08 22:04:02.748 INFO O| Aug 08 22:04:02.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
39342024-08-08T22:04:04.953Z[ recovery-image] Aug 08 22:04:02.749 INFO O| Aug 08 22:04:02.748 INFO STEP 41 (remove_files) COMPLETE
39352024-08-08T22:04:04.953Z[ recovery-image] Aug 08 22:04:02.749 INFO O| Aug 08 22:04:02.748 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39362024-08-08T22:04:04.961Z[ recovery-image] Aug 08 22:04:02.759 INFO O| Aug 08 22:04:02.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
39372024-08-08T22:04:04.961Z[ recovery-image] Aug 08 22:04:02.759 INFO O| Aug 08 22:04:02.759 INFO STEP 42 (remove_files) COMPLETE
39382024-08-08T22:04:04.961Z[ recovery-image] Aug 08 22:04:02.759 INFO O| Aug 08 22:04:02.759 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39392024-08-08T22:04:04.972Z[ recovery-image] Aug 08 22:04:02.770 INFO O| Aug 08 22:04:02.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
39402024-08-08T22:04:04.972Z[ recovery-image] Aug 08 22:04:02.770 INFO O| Aug 08 22:04:02.770 INFO STEP 43 (remove_files) COMPLETE
39412024-08-08T22:04:04.975Z[ recovery-image] Aug 08 22:04:02.770 INFO O| Aug 08 22:04:02.770 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39422024-08-08T22:04:04.983Z[ recovery-image] Aug 08 22:04:02.781 INFO O| Aug 08 22:04:02.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
39432024-08-08T22:04:04.986Z[ recovery-image] Aug 08 22:04:02.781 INFO O| Aug 08 22:04:02.781 INFO STEP 44 (remove_files) COMPLETE
39442024-08-08T22:04:04.986Z[ recovery-image] Aug 08 22:04:02.781 INFO O| Aug 08 22:04:02.781 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39452024-08-08T22:04:04.993Z[ recovery-image] Aug 08 22:04:02.791 INFO O| Aug 08 22:04:02.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
39462024-08-08T22:04:04.993Z[ recovery-image] Aug 08 22:04:02.791 INFO O| Aug 08 22:04:02.791 INFO STEP 45 (remove_files) COMPLETE
39472024-08-08T22:04:04.993Z[ recovery-image] Aug 08 22:04:02.791 INFO O| Aug 08 22:04:02.791 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39482024-08-08T22:04:05.004Z[ recovery-image] Aug 08 22:04:02.802 INFO O| Aug 08 22:04:02.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
39492024-08-08T22:04:05.006Z[ recovery-image] Aug 08 22:04:02.802 INFO O| Aug 08 22:04:02.802 INFO STEP 46 (remove_files) COMPLETE
39502024-08-08T22:04:05.006Z[ recovery-image] Aug 08 22:04:02.802 INFO O| Aug 08 22:04:02.802 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39512024-08-08T22:04:05.014Z[ recovery-image] Aug 08 22:04:02.812 INFO O| Aug 08 22:04:02.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
39522024-08-08T22:04:05.014Z[ recovery-image] Aug 08 22:04:02.812 INFO O| Aug 08 22:04:02.812 INFO STEP 47 (remove_files) COMPLETE
39532024-08-08T22:04:05.017Z[ recovery-image] Aug 08 22:04:02.812 INFO O| Aug 08 22:04:02.812 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39542024-08-08T22:04:05.024Z[ recovery-image] Aug 08 22:04:02.822 INFO O| Aug 08 22:04:02.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
39552024-08-08T22:04:05.024Z[ recovery-image] Aug 08 22:04:02.822 INFO O| Aug 08 22:04:02.822 INFO STEP 48 (remove_files) COMPLETE
39562024-08-08T22:04:05.024Z[ recovery-image] Aug 08 22:04:02.822 INFO O| Aug 08 22:04:02.822 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39572024-08-08T22:04:05.034Z[ recovery-image] Aug 08 22:04:02.832 INFO O| Aug 08 22:04:02.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
39582024-08-08T22:04:05.037Z[ recovery-image] Aug 08 22:04:02.832 INFO O| Aug 08 22:04:02.832 INFO STEP 49 (remove_files) COMPLETE
39592024-08-08T22:04:05.037Z[ recovery-image] Aug 08 22:04:02.832 INFO O| Aug 08 22:04:02.832 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39602024-08-08T22:04:05.044Z[ recovery-image] Aug 08 22:04:02.842 INFO O| Aug 08 22:04:02.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
39612024-08-08T22:04:05.044Z[ recovery-image] Aug 08 22:04:02.842 INFO O| Aug 08 22:04:02.842 INFO STEP 50 (remove_files) COMPLETE
39622024-08-08T22:04:05.047Z[ recovery-image] Aug 08 22:04:02.842 INFO O| Aug 08 22:04:02.842 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39632024-08-08T22:04:05.054Z[ recovery-image] Aug 08 22:04:02.852 INFO O| Aug 08 22:04:02.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
39642024-08-08T22:04:05.057Z[ recovery-image] Aug 08 22:04:02.853 INFO O| Aug 08 22:04:02.853 INFO STEP 51 (remove_files) COMPLETE
39652024-08-08T22:04:05.057Z[ recovery-image] Aug 08 22:04:02.853 INFO O| Aug 08 22:04:02.853 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39662024-08-08T22:04:05.065Z[ recovery-image] Aug 08 22:04:02.863 INFO O| Aug 08 22:04:02.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
39672024-08-08T22:04:05.065Z[ recovery-image] Aug 08 22:04:02.863 INFO O| Aug 08 22:04:02.863 INFO STEP 52 (remove_files) COMPLETE
39682024-08-08T22:04:05.068Z[ recovery-image] Aug 08 22:04:02.863 INFO O| Aug 08 22:04:02.863 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39692024-08-08T22:04:05.075Z[ recovery-image] Aug 08 22:04:02.874 INFO O| Aug 08 22:04:02.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
39702024-08-08T22:04:05.078Z[ recovery-image] Aug 08 22:04:02.874 INFO O| Aug 08 22:04:02.874 INFO STEP 53 (remove_files) COMPLETE
39712024-08-08T22:04:05.078Z[ recovery-image] Aug 08 22:04:02.874 INFO O| Aug 08 22:04:02.874 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39722024-08-08T22:04:05.087Z[ recovery-image] Aug 08 22:04:02.884 INFO O| Aug 08 22:04:02.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
39732024-08-08T22:04:05.087Z[ recovery-image] Aug 08 22:04:02.884 INFO O| Aug 08 22:04:02.884 INFO STEP 54 (remove_files) COMPLETE
39742024-08-08T22:04:05.087Z[ recovery-image] Aug 08 22:04:02.884 INFO O| Aug 08 22:04:02.884 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39752024-08-08T22:04:05.096Z[ recovery-image] Aug 08 22:04:02.894 INFO O| Aug 08 22:04:02.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
39762024-08-08T22:04:05.099Z[ recovery-image] Aug 08 22:04:02.895 INFO O| Aug 08 22:04:02.895 INFO STEP 55 (remove_files) COMPLETE
39772024-08-08T22:04:05.099Z[ recovery-image] Aug 08 22:04:02.895 INFO O| Aug 08 22:04:02.895 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39782024-08-08T22:04:05.107Z[ recovery-image] Aug 08 22:04:02.905 INFO O| Aug 08 22:04:02.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
39792024-08-08T22:04:05.107Z[ recovery-image] Aug 08 22:04:02.905 INFO O| Aug 08 22:04:02.905 INFO STEP 56 (remove_files) COMPLETE
39802024-08-08T22:04:05.107Z[ recovery-image] Aug 08 22:04:02.905 INFO O| Aug 08 22:04:02.905 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39812024-08-08T22:04:05.118Z[ recovery-image] Aug 08 22:04:02.916 INFO O| Aug 08 22:04:02.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
39822024-08-08T22:04:05.118Z[ recovery-image] Aug 08 22:04:02.916 INFO O| Aug 08 22:04:02.916 INFO STEP 57 (remove_files) COMPLETE
39832024-08-08T22:04:05.118Z[ recovery-image] Aug 08 22:04:02.916 INFO O| Aug 08 22:04:02.916 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39842024-08-08T22:04:05.128Z[ recovery-image] Aug 08 22:04:02.926 INFO O| Aug 08 22:04:02.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
39852024-08-08T22:04:05.128Z[ recovery-image] Aug 08 22:04:02.926 INFO O| Aug 08 22:04:02.926 INFO STEP 58 (remove_files) COMPLETE
39862024-08-08T22:04:05.131Z[ recovery-image] Aug 08 22:04:02.926 INFO O| Aug 08 22:04:02.926 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39872024-08-08T22:04:05.131Z[ host-image] Aug 08 22:04:02.928 INFO O| Aug 08 22:04:02.928 INFO STEP 11 (pkg_install) COMPLETE
39882024-08-08T22:04:05.131Z[ host-image] Aug 08 22:04:02.928 INFO O| Aug 08 22:04:02.928 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39892024-08-08T22:04:05.138Z[ recovery-image] Aug 08 22:04:02.936 INFO O| Aug 08 22:04:02.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
39902024-08-08T22:04:05.141Z[ recovery-image] Aug 08 22:04:02.936 INFO O| Aug 08 22:04:02.936 INFO STEP 59 (remove_files) COMPLETE
39912024-08-08T22:04:05.141Z[ recovery-image] Aug 08 22:04:02.937 INFO O| Aug 08 22:04:02.936 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39922024-08-08T22:04:05.141Z[ host-image] Aug 08 22:04:02.938 INFO O| Aug 08 22:04:02.938 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
39932024-08-08T22:04:05.149Z[ recovery-image] Aug 08 22:04:02.947 INFO O| Aug 08 22:04:02.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
39942024-08-08T22:04:05.149Z[ recovery-image] Aug 08 22:04:02.947 INFO O| Aug 08 22:04:02.947 INFO STEP 60 (remove_files) COMPLETE
39952024-08-08T22:04:05.152Z[ recovery-image] Aug 08 22:04:02.947 INFO O| Aug 08 22:04:02.947 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39962024-08-08T22:04:05.159Z[ recovery-image] Aug 08 22:04:02.957 INFO O| Aug 08 22:04:02.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
39972024-08-08T22:04:05.162Z[ recovery-image] Aug 08 22:04:02.957 INFO O| Aug 08 22:04:02.957 INFO STEP 61 (remove_files) COMPLETE
39982024-08-08T22:04:05.162Z[ recovery-image] Aug 08 22:04:02.957 INFO O| Aug 08 22:04:02.957 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39992024-08-08T22:04:05.169Z[ recovery-image] Aug 08 22:04:02.967 INFO O| Aug 08 22:04:02.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40002024-08-08T22:04:05.169Z[ recovery-image] Aug 08 22:04:02.967 INFO O| Aug 08 22:04:02.967 INFO STEP 62 (remove_files) COMPLETE
40012024-08-08T22:04:05.172Z[ recovery-image] Aug 08 22:04:02.967 INFO O| Aug 08 22:04:02.967 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40022024-08-08T22:04:05.179Z[ recovery-image] Aug 08 22:04:02.977 INFO O| Aug 08 22:04:02.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40032024-08-08T22:04:05.182Z[ recovery-image] Aug 08 22:04:02.977 INFO O| Aug 08 22:04:02.977 INFO STEP 63 (remove_files) COMPLETE
40042024-08-08T22:04:05.182Z[ recovery-image] Aug 08 22:04:02.977 INFO O| Aug 08 22:04:02.977 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-08-08T22:04:05.189Z[ recovery-image] Aug 08 22:04:02.987 INFO O| Aug 08 22:04:02.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40062024-08-08T22:04:05.189Z[ recovery-image] Aug 08 22:04:02.987 INFO O| Aug 08 22:04:02.987 INFO STEP 64 (remove_files) COMPLETE
40072024-08-08T22:04:05.189Z[ recovery-image] Aug 08 22:04:02.987 INFO O| Aug 08 22:04:02.987 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40082024-08-08T22:04:05.199Z[ recovery-image] Aug 08 22:04:02.997 INFO O| Aug 08 22:04:02.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40092024-08-08T22:04:05.199Z[ recovery-image] Aug 08 22:04:02.997 INFO O| Aug 08 22:04:02.997 INFO STEP 65 (remove_files) COMPLETE
40102024-08-08T22:04:05.201Z[ recovery-image] Aug 08 22:04:02.997 INFO O| Aug 08 22:04:02.997 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40112024-08-08T22:04:05.209Z[ recovery-image] Aug 08 22:04:03.007 INFO O| Aug 08 22:04:03.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40122024-08-08T22:04:05.212Z[ recovery-image] Aug 08 22:04:03.008 INFO O| Aug 08 22:04:03.008 INFO STEP 66 (remove_files) COMPLETE
40132024-08-08T22:04:05.212Z[ recovery-image] Aug 08 22:04:03.008 INFO O| Aug 08 22:04:03.008 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40142024-08-08T22:04:05.220Z[ recovery-image] Aug 08 22:04:03.018 INFO O| Aug 08 22:04:03.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40152024-08-08T22:04:05.223Z[ recovery-image] Aug 08 22:04:03.018 INFO O| Aug 08 22:04:03.018 INFO STEP 67 (remove_files) COMPLETE
40162024-08-08T22:04:05.223Z[ recovery-image] Aug 08 22:04:03.018 INFO O| Aug 08 22:04:03.018 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40172024-08-08T22:04:05.230Z[ recovery-image] Aug 08 22:04:03.028 INFO O| Aug 08 22:04:03.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40182024-08-08T22:04:05.230Z[ recovery-image] Aug 08 22:04:03.028 INFO O| Aug 08 22:04:03.028 INFO STEP 68 (remove_files) COMPLETE
40192024-08-08T22:04:05.230Z[ recovery-image] Aug 08 22:04:03.028 INFO O| Aug 08 22:04:03.028 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40202024-08-08T22:04:05.240Z[ recovery-image] Aug 08 22:04:03.038 INFO O| Aug 08 22:04:03.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40212024-08-08T22:04:05.240Z[ recovery-image] Aug 08 22:04:03.038 INFO O| Aug 08 22:04:03.038 INFO STEP 69 (remove_files) COMPLETE
40222024-08-08T22:04:05.243Z[ recovery-image] Aug 08 22:04:03.038 INFO O| Aug 08 22:04:03.038 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40232024-08-08T22:04:05.249Z[ recovery-image] Aug 08 22:04:03.048 INFO O| Aug 08 22:04:03.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
40242024-08-08T22:04:05.250Z[ recovery-image] Aug 08 22:04:03.048 INFO O| Aug 08 22:04:03.048 INFO STEP 70 (remove_files) COMPLETE
40252024-08-08T22:04:05.253Z[ recovery-image] Aug 08 22:04:03.048 INFO O| Aug 08 22:04:03.048 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40262024-08-08T22:04:05.260Z[ recovery-image] Aug 08 22:04:03.058 INFO O| Aug 08 22:04:03.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
40272024-08-08T22:04:05.260Z[ recovery-image] Aug 08 22:04:03.058 INFO O| Aug 08 22:04:03.058 INFO STEP 71 (remove_files) COMPLETE
40282024-08-08T22:04:05.263Z[ recovery-image] Aug 08 22:04:03.058 INFO O| Aug 08 22:04:03.058 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40292024-08-08T22:04:05.270Z[ recovery-image] Aug 08 22:04:03.068 INFO O| Aug 08 22:04:03.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
40302024-08-08T22:04:05.270Z[ recovery-image] Aug 08 22:04:03.068 INFO O| Aug 08 22:04:03.068 INFO STEP 72 (remove_files) COMPLETE
40312024-08-08T22:04:05.270Z[ recovery-image] Aug 08 22:04:03.068 INFO O| Aug 08 22:04:03.068 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40322024-08-08T22:04:05.280Z[ recovery-image] Aug 08 22:04:03.078 INFO O| Aug 08 22:04:03.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
40332024-08-08T22:04:05.282Z[ recovery-image] Aug 08 22:04:03.078 INFO O| Aug 08 22:04:03.078 INFO STEP 73 (remove_files) COMPLETE
40342024-08-08T22:04:05.282Z[ recovery-image] Aug 08 22:04:03.078 INFO O| Aug 08 22:04:03.078 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40352024-08-08T22:04:05.289Z[ recovery-image] Aug 08 22:04:03.088 INFO O| Aug 08 22:04:03.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
40362024-08-08T22:04:05.289Z[ recovery-image] Aug 08 22:04:03.088 INFO O| Aug 08 22:04:03.088 INFO STEP 74 (remove_files) COMPLETE
40372024-08-08T22:04:05.292Z[ recovery-image] Aug 08 22:04:03.088 INFO O| Aug 08 22:04:03.088 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40382024-08-08T22:04:05.299Z[ recovery-image] Aug 08 22:04:03.097 INFO O| Aug 08 22:04:03.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
40392024-08-08T22:04:05.299Z[ recovery-image] Aug 08 22:04:03.097 INFO O| Aug 08 22:04:03.097 INFO STEP 75 (remove_files) COMPLETE
40402024-08-08T22:04:05.302Z[ recovery-image] Aug 08 22:04:03.097 INFO O| Aug 08 22:04:03.097 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40412024-08-08T22:04:05.309Z[ recovery-image] Aug 08 22:04:03.107 INFO O| Aug 08 22:04:03.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
40422024-08-08T22:04:05.309Z[ recovery-image] Aug 08 22:04:03.107 INFO O| Aug 08 22:04:03.107 INFO STEP 76 (remove_files) COMPLETE
40432024-08-08T22:04:05.312Z[ recovery-image] Aug 08 22:04:03.107 INFO O| Aug 08 22:04:03.107 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40442024-08-08T22:04:05.319Z[ recovery-image] Aug 08 22:04:03.117 INFO O| Aug 08 22:04:03.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
40452024-08-08T22:04:05.319Z[ recovery-image] Aug 08 22:04:03.117 INFO O| Aug 08 22:04:03.117 INFO STEP 77 (remove_files) COMPLETE
40462024-08-08T22:04:05.322Z[ recovery-image] Aug 08 22:04:03.117 INFO O| Aug 08 22:04:03.117 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-08-08T22:04:05.329Z[ recovery-image] Aug 08 22:04:03.127 INFO O| Aug 08 22:04:03.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
40482024-08-08T22:04:05.332Z[ recovery-image] Aug 08 22:04:03.127 INFO O| Aug 08 22:04:03.127 INFO STEP 78 (remove_files) COMPLETE
40492024-08-08T22:04:05.332Z[ recovery-image] Aug 08 22:04:03.127 INFO O| Aug 08 22:04:03.127 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40502024-08-08T22:04:05.339Z[ recovery-image] Aug 08 22:04:03.137 INFO O| Aug 08 22:04:03.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
40512024-08-08T22:04:05.339Z[ recovery-image] Aug 08 22:04:03.137 INFO O| Aug 08 22:04:03.137 INFO STEP 79 (remove_files) COMPLETE
40522024-08-08T22:04:05.342Z[ recovery-image] Aug 08 22:04:03.137 INFO O| Aug 08 22:04:03.137 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40532024-08-08T22:04:05.349Z[ recovery-image] Aug 08 22:04:03.147 INFO O| Aug 08 22:04:03.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
40542024-08-08T22:04:05.349Z[ recovery-image] Aug 08 22:04:03.147 INFO O| Aug 08 22:04:03.147 INFO STEP 80 (remove_files) COMPLETE
40552024-08-08T22:04:05.352Z[ recovery-image] Aug 08 22:04:03.147 INFO O| Aug 08 22:04:03.147 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40562024-08-08T22:04:05.358Z[ recovery-image] Aug 08 22:04:03.157 INFO O| Aug 08 22:04:03.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
40572024-08-08T22:04:05.361Z[ recovery-image] Aug 08 22:04:03.157 INFO O| Aug 08 22:04:03.157 INFO STEP 81 (remove_files) COMPLETE
40582024-08-08T22:04:05.361Z[ recovery-image] Aug 08 22:04:03.157 INFO O| Aug 08 22:04:03.157 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40592024-08-08T22:04:05.368Z[ recovery-image] Aug 08 22:04:03.167 INFO O| Aug 08 22:04:03.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
40602024-08-08T22:04:05.368Z[ recovery-image] Aug 08 22:04:03.167 INFO O| Aug 08 22:04:03.167 INFO STEP 82 (remove_files) COMPLETE
40612024-08-08T22:04:05.368Z[ recovery-image] Aug 08 22:04:03.167 INFO O| Aug 08 22:04:03.167 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40622024-08-08T22:04:05.378Z[ recovery-image] Aug 08 22:04:03.176 INFO O| Aug 08 22:04:03.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
40632024-08-08T22:04:05.378Z[ recovery-image] Aug 08 22:04:03.176 INFO O| Aug 08 22:04:03.176 INFO STEP 83 (remove_files) COMPLETE
40642024-08-08T22:04:05.378Z[ recovery-image] Aug 08 22:04:03.176 INFO O| Aug 08 22:04:03.176 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40652024-08-08T22:04:05.388Z[ recovery-image] Aug 08 22:04:03.186 INFO O| Aug 08 22:04:03.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
40662024-08-08T22:04:05.388Z[ recovery-image] Aug 08 22:04:03.186 INFO O| Aug 08 22:04:03.186 INFO STEP 84 (remove_files) COMPLETE
40672024-08-08T22:04:05.391Z[ recovery-image] Aug 08 22:04:03.186 INFO O| Aug 08 22:04:03.186 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40682024-08-08T22:04:05.398Z[ recovery-image] Aug 08 22:04:03.196 INFO O| Aug 08 22:04:03.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
40692024-08-08T22:04:05.401Z[ recovery-image] Aug 08 22:04:03.196 INFO O| Aug 08 22:04:03.196 INFO STEP 85 (remove_files) COMPLETE
40702024-08-08T22:04:05.401Z[ recovery-image] Aug 08 22:04:03.196 INFO O| Aug 08 22:04:03.196 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40712024-08-08T22:04:05.658Z[ recovery-image] Aug 08 22:04:03.206 INFO O| Aug 08 22:04:03.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
40722024-08-08T22:04:05.658Z[ recovery-image] Aug 08 22:04:03.206 INFO O| Aug 08 22:04:03.206 INFO STEP 86 (remove_files) COMPLETE
40732024-08-08T22:04:05.658Z[ recovery-image] Aug 08 22:04:03.206 INFO O| Aug 08 22:04:03.206 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40742024-08-08T22:04:05.666Z[ recovery-image] Aug 08 22:04:03.216 INFO O| Aug 08 22:04:03.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
40752024-08-08T22:04:05.666Z[ recovery-image] Aug 08 22:04:03.216 INFO O| Aug 08 22:04:03.216 INFO STEP 87 (remove_files) COMPLETE
40762024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.216 INFO O| Aug 08 22:04:03.216 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40772024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.226 INFO O| Aug 08 22:04:03.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
40782024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.226 INFO O| Aug 08 22:04:03.226 INFO STEP 88 (remove_files) COMPLETE
40792024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.226 INFO O| Aug 08 22:04:03.226 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40802024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.236 INFO O| Aug 08 22:04:03.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
40812024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.236 INFO O| Aug 08 22:04:03.236 INFO STEP 89 (remove_files) COMPLETE
40822024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.236 INFO O| Aug 08 22:04:03.236 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40832024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.246 INFO O| Aug 08 22:04:03.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
40842024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.246 INFO O| Aug 08 22:04:03.246 INFO STEP 90 (remove_files) COMPLETE
40852024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.246 INFO O| Aug 08 22:04:03.246 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40862024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.256 INFO O| Aug 08 22:04:03.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
40872024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.256 INFO O| Aug 08 22:04:03.256 INFO STEP 91 (remove_files) COMPLETE
40882024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.256 INFO O| Aug 08 22:04:03.256 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40892024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.266 INFO O| Aug 08 22:04:03.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
40902024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.266 INFO O| Aug 08 22:04:03.266 INFO STEP 92 (remove_files) COMPLETE
40912024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.266 INFO O| Aug 08 22:04:03.266 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40922024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.275 INFO O| Aug 08 22:04:03.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
40932024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.275 INFO O| Aug 08 22:04:03.275 INFO STEP 93 (remove_files) COMPLETE
40942024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.276 INFO O| Aug 08 22:04:03.275 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40952024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.285 INFO O| Aug 08 22:04:03.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
40962024-08-08T22:04:05.667Z[ recovery-image] Aug 08 22:04:03.286 INFO O| Aug 08 22:04:03.286 INFO STEP 94 (remove_files) COMPLETE
40972024-08-08T22:04:05.668Z[ recovery-image] Aug 08 22:04:03.286 INFO O| Aug 08 22:04:03.286 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40982024-08-08T22:04:05.668Z[ recovery-image] Aug 08 22:04:03.296 INFO O| Aug 08 22:04:03.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
40992024-08-08T22:04:05.668Z[ recovery-image] Aug 08 22:04:03.296 INFO O| Aug 08 22:04:03.296 INFO STEP 95 (remove_files) COMPLETE
41002024-08-08T22:04:05.668Z[ recovery-image] Aug 08 22:04:03.296 INFO O| Aug 08 22:04:03.296 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41012024-08-08T22:04:05.668Z[ recovery-image] Aug 08 22:04:03.306 INFO O| Aug 08 22:04:03.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41022024-08-08T22:04:05.668Z[ recovery-image] Aug 08 22:04:03.306 INFO O| Aug 08 22:04:03.306 INFO STEP 96 (remove_files) COMPLETE
41032024-08-08T22:04:05.668Z[ recovery-image] Aug 08 22:04:03.306 INFO O| Aug 08 22:04:03.306 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41042024-08-08T22:04:05.668Z[ recovery-image] Aug 08 22:04:03.316 INFO O| Aug 08 22:04:03.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41052024-08-08T22:04:05.668Z[ recovery-image] Aug 08 22:04:03.316 INFO O| Aug 08 22:04:03.316 INFO STEP 97 (remove_files) COMPLETE
41062024-08-08T22:04:05.668Z[ recovery-image] Aug 08 22:04:03.316 INFO O| Aug 08 22:04:03.316 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41072024-08-08T22:04:05.668Z[ recovery-image] Aug 08 22:04:03.326 INFO O| Aug 08 22:04:03.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41082024-08-08T22:04:05.668Z[ recovery-image] Aug 08 22:04:03.326 INFO O| Aug 08 22:04:03.326 INFO STEP 98 (remove_files) COMPLETE
41092024-08-08T22:04:05.668Z[ recovery-image] Aug 08 22:04:03.326 INFO O| Aug 08 22:04:03.326 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41102024-08-08T22:04:05.668Z[ recovery-image] Aug 08 22:04:03.336 INFO O| Aug 08 22:04:03.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41112024-08-08T22:04:05.668Z[ recovery-image] Aug 08 22:04:03.336 INFO O| Aug 08 22:04:03.336 INFO STEP 99 (remove_files) COMPLETE
41122024-08-08T22:04:05.668Z[ recovery-image] Aug 08 22:04:03.336 INFO O| Aug 08 22:04:03.336 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-08-08T22:04:05.672Z[ recovery-image] Aug 08 22:04:03.346 INFO O| Aug 08 22:04:03.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41142024-08-08T22:04:05.672Z[ recovery-image] Aug 08 22:04:03.346 INFO O| Aug 08 22:04:03.346 INFO STEP 100 (remove_files) COMPLETE
41152024-08-08T22:04:05.672Z[ recovery-image] Aug 08 22:04:03.346 INFO O| Aug 08 22:04:03.346 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-08-08T22:04:05.672Z[ recovery-image] Aug 08 22:04:03.356 INFO O| Aug 08 22:04:03.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41172024-08-08T22:04:05.672Z[ recovery-image] Aug 08 22:04:03.356 INFO O| Aug 08 22:04:03.356 INFO STEP 101 (remove_files) COMPLETE
41182024-08-08T22:04:05.672Z[ recovery-image] Aug 08 22:04:03.356 INFO O| Aug 08 22:04:03.356 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-08-08T22:04:05.672Z[ recovery-image] Aug 08 22:04:03.366 INFO O| Aug 08 22:04:03.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41202024-08-08T22:04:05.672Z[ recovery-image] Aug 08 22:04:03.366 INFO O| Aug 08 22:04:03.366 INFO STEP 102 (remove_files) COMPLETE
41212024-08-08T22:04:05.672Z[ recovery-image] Aug 08 22:04:03.366 INFO O| Aug 08 22:04:03.366 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-08-08T22:04:05.672Z[ recovery-image] Aug 08 22:04:03.376 INFO O| Aug 08 22:04:03.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41232024-08-08T22:04:05.672Z[ recovery-image] Aug 08 22:04:03.376 INFO O| Aug 08 22:04:03.376 INFO STEP 103 (remove_files) COMPLETE
41242024-08-08T22:04:05.672Z[ recovery-image] Aug 08 22:04:03.376 INFO O| Aug 08 22:04:03.376 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-08-08T22:04:05.672Z[ host-image] Aug 08 22:04:03.378 INFO O| Aug 08 22:04:03.378 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41262024-08-08T22:04:05.672Z[ recovery-image] Aug 08 22:04:03.386 INFO O| Aug 08 22:04:03.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
41272024-08-08T22:04:05.672Z[ recovery-image] Aug 08 22:04:03.386 INFO O| Aug 08 22:04:03.386 INFO STEP 104 (remove_files) COMPLETE
41282024-08-08T22:04:05.672Z[ recovery-image] Aug 08 22:04:03.386 INFO O| Aug 08 22:04:03.386 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.395 INFO O| Aug 08 22:04:03.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
41302024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.396 INFO O| Aug 08 22:04:03.396 INFO STEP 105 (remove_files) COMPLETE
41312024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.396 INFO O| Aug 08 22:04:03.396 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.406 INFO O| Aug 08 22:04:03.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
41332024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.406 INFO O| Aug 08 22:04:03.406 INFO STEP 106 (remove_files) COMPLETE
41342024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.406 INFO O| Aug 08 22:04:03.406 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.417 INFO O| Aug 08 22:04:03.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
41362024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.417 INFO O| Aug 08 22:04:03.417 INFO STEP 107 (remove_files) COMPLETE
41372024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.417 INFO O| Aug 08 22:04:03.417 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.427 INFO O| Aug 08 22:04:03.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
41392024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.427 INFO O| Aug 08 22:04:03.427 INFO STEP 108 (remove_files) COMPLETE
41402024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.427 INFO O| Aug 08 22:04:03.427 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.437 INFO O| Aug 08 22:04:03.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
41422024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.437 INFO O| Aug 08 22:04:03.437 INFO STEP 109 (remove_files) COMPLETE
41432024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.437 INFO O| Aug 08 22:04:03.437 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.447 INFO O| Aug 08 22:04:03.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
41452024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.448 INFO O| Aug 08 22:04:03.447 INFO STEP 110 (remove_files) COMPLETE
41462024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.448 INFO O| Aug 08 22:04:03.448 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.457 INFO O| Aug 08 22:04:03.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
41482024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.458 INFO O| Aug 08 22:04:03.458 INFO STEP 111 (remove_files) COMPLETE
41492024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.458 INFO O| Aug 08 22:04:03.458 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.468 INFO O| Aug 08 22:04:03.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
41512024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.468 INFO O| Aug 08 22:04:03.468 INFO STEP 112 (remove_files) COMPLETE
41522024-08-08T22:04:05.673Z[ recovery-image] Aug 08 22:04:03.468 INFO O| Aug 08 22:04:03.468 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-08-08T22:04:05.680Z[ recovery-image] Aug 08 22:04:03.478 INFO O| Aug 08 22:04:03.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
41542024-08-08T22:04:05.680Z[ recovery-image] Aug 08 22:04:03.478 INFO O| Aug 08 22:04:03.478 INFO STEP 113 (remove_files) COMPLETE
41552024-08-08T22:04:05.683Z[ recovery-image] Aug 08 22:04:03.478 INFO O| Aug 08 22:04:03.478 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-08-08T22:04:05.691Z[ recovery-image] Aug 08 22:04:03.489 INFO O| Aug 08 22:04:03.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
41572024-08-08T22:04:05.691Z[ recovery-image] Aug 08 22:04:03.489 INFO O| Aug 08 22:04:03.489 INFO STEP 114 (remove_files) COMPLETE
41582024-08-08T22:04:05.691Z[ recovery-image] Aug 08 22:04:03.489 INFO O| Aug 08 22:04:03.489 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-08-08T22:04:05.703Z[ recovery-image] Aug 08 22:04:03.500 INFO O| Aug 08 22:04:03.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
41602024-08-08T22:04:05.703Z[ recovery-image] Aug 08 22:04:03.500 INFO O| Aug 08 22:04:03.500 INFO STEP 115 (remove_files) COMPLETE
41612024-08-08T22:04:05.703Z[ recovery-image] Aug 08 22:04:03.500 INFO O| Aug 08 22:04:03.500 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-08-08T22:04:05.712Z[ recovery-image] Aug 08 22:04:03.510 INFO O| Aug 08 22:04:03.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
41632024-08-08T22:04:05.712Z[ recovery-image] Aug 08 22:04:03.510 INFO O| Aug 08 22:04:03.510 INFO STEP 116 (remove_files) COMPLETE
41642024-08-08T22:04:05.715Z[ recovery-image] Aug 08 22:04:03.510 INFO O| Aug 08 22:04:03.510 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-08-08T22:04:05.722Z[ recovery-image] Aug 08 22:04:03.520 INFO O| Aug 08 22:04:03.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
41662024-08-08T22:04:05.725Z[ recovery-image] Aug 08 22:04:03.520 INFO O| Aug 08 22:04:03.520 INFO STEP 117 (remove_files) COMPLETE
41672024-08-08T22:04:05.725Z[ recovery-image] Aug 08 22:04:03.520 INFO O| Aug 08 22:04:03.520 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-08-08T22:04:05.732Z[ recovery-image] Aug 08 22:04:03.530 INFO O| Aug 08 22:04:03.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
41692024-08-08T22:04:05.736Z[ recovery-image] Aug 08 22:04:03.530 INFO O| Aug 08 22:04:03.530 INFO STEP 118 (remove_files) COMPLETE
41702024-08-08T22:04:05.736Z[ recovery-image] Aug 08 22:04:03.530 INFO O| Aug 08 22:04:03.530 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-08-08T22:04:05.742Z[ recovery-image] Aug 08 22:04:03.540 INFO O| Aug 08 22:04:03.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
41722024-08-08T22:04:05.745Z[ recovery-image] Aug 08 22:04:03.540 INFO O| Aug 08 22:04:03.540 INFO STEP 119 (remove_files) COMPLETE
41732024-08-08T22:04:05.745Z[ recovery-image] Aug 08 22:04:03.540 INFO O| Aug 08 22:04:03.540 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-08-08T22:04:05.760Z[ recovery-image] Aug 08 22:04:03.550 INFO O| Aug 08 22:04:03.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
41752024-08-08T22:04:05.760Z[ recovery-image] Aug 08 22:04:03.551 INFO O| Aug 08 22:04:03.551 INFO STEP 120 (remove_files) COMPLETE
41762024-08-08T22:04:05.760Z[ recovery-image] Aug 08 22:04:03.551 INFO O| Aug 08 22:04:03.551 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-08-08T22:04:05.765Z[ recovery-image] Aug 08 22:04:03.561 INFO O| Aug 08 22:04:03.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
41782024-08-08T22:04:05.765Z[ recovery-image] Aug 08 22:04:03.561 INFO O| Aug 08 22:04:03.561 INFO STEP 121 (remove_files) COMPLETE
41792024-08-08T22:04:05.765Z[ recovery-image] Aug 08 22:04:03.561 INFO O| Aug 08 22:04:03.561 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-08-08T22:04:05.773Z[ recovery-image] Aug 08 22:04:03.571 INFO O| Aug 08 22:04:03.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
41812024-08-08T22:04:05.773Z[ recovery-image] Aug 08 22:04:03.571 INFO O| Aug 08 22:04:03.571 INFO STEP 122 (remove_files) COMPLETE
41822024-08-08T22:04:05.776Z[ recovery-image] Aug 08 22:04:03.571 INFO O| Aug 08 22:04:03.571 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-08-08T22:04:05.783Z[ recovery-image] Aug 08 22:04:03.581 INFO O| Aug 08 22:04:03.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
41842024-08-08T22:04:05.786Z[ recovery-image] Aug 08 22:04:03.581 INFO O| Aug 08 22:04:03.581 INFO STEP 123 (remove_files) COMPLETE
41852024-08-08T22:04:05.786Z[ recovery-image] Aug 08 22:04:03.581 INFO O| Aug 08 22:04:03.581 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-08-08T22:04:05.793Z[ recovery-image] Aug 08 22:04:03.591 INFO O| Aug 08 22:04:03.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
41872024-08-08T22:04:05.796Z[ recovery-image] Aug 08 22:04:03.591 INFO O| Aug 08 22:04:03.591 INFO STEP 124 (remove_files) COMPLETE
41882024-08-08T22:04:05.796Z[ recovery-image] Aug 08 22:04:03.591 INFO O| Aug 08 22:04:03.591 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-08-08T22:04:05.803Z[ recovery-image] Aug 08 22:04:03.601 INFO O| Aug 08 22:04:03.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
41902024-08-08T22:04:05.805Z[ recovery-image] Aug 08 22:04:03.601 INFO O| Aug 08 22:04:03.601 INFO STEP 125 (remove_files) COMPLETE
41912024-08-08T22:04:05.806Z[ recovery-image] Aug 08 22:04:03.601 INFO O| Aug 08 22:04:03.601 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-08-08T22:04:05.813Z[ recovery-image] Aug 08 22:04:03.611 INFO O| Aug 08 22:04:03.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
41932024-08-08T22:04:05.816Z[ recovery-image] Aug 08 22:04:03.611 INFO O| Aug 08 22:04:03.611 INFO STEP 126 (remove_files) COMPLETE
41942024-08-08T22:04:05.816Z[ recovery-image] Aug 08 22:04:03.611 INFO O| Aug 08 22:04:03.611 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-08-08T22:04:05.824Z[ recovery-image] Aug 08 22:04:03.621 INFO O| Aug 08 22:04:03.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
41962024-08-08T22:04:05.824Z[ recovery-image] Aug 08 22:04:03.622 INFO O| Aug 08 22:04:03.622 INFO STEP 127 (remove_files) COMPLETE
41972024-08-08T22:04:05.827Z[ recovery-image] Aug 08 22:04:03.622 INFO O| Aug 08 22:04:03.622 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-08-08T22:04:05.834Z[ recovery-image] Aug 08 22:04:03.632 INFO O| Aug 08 22:04:03.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
41992024-08-08T22:04:05.834Z[ recovery-image] Aug 08 22:04:03.632 INFO O| Aug 08 22:04:03.632 INFO STEP 128 (remove_files) COMPLETE
42002024-08-08T22:04:05.834Z[ recovery-image] Aug 08 22:04:03.632 INFO O| Aug 08 22:04:03.632 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-08-08T22:04:05.844Z[ recovery-image] Aug 08 22:04:03.642 INFO O| Aug 08 22:04:03.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42022024-08-08T22:04:05.847Z[ recovery-image] Aug 08 22:04:03.642 INFO O| Aug 08 22:04:03.642 INFO STEP 129 (remove_files) COMPLETE
42032024-08-08T22:04:05.847Z[ recovery-image] Aug 08 22:04:03.642 INFO O| Aug 08 22:04:03.642 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-08-08T22:04:05.855Z[ recovery-image] Aug 08 22:04:03.653 INFO O| Aug 08 22:04:03.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
42052024-08-08T22:04:05.859Z[ recovery-image] Aug 08 22:04:03.653 INFO O| Aug 08 22:04:03.653 INFO STEP 130 (remove_files) COMPLETE
42062024-08-08T22:04:05.859Z[ recovery-image] Aug 08 22:04:03.653 INFO O| Aug 08 22:04:03.653 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-08-08T22:04:05.868Z[ recovery-image] Aug 08 22:04:03.666 INFO O| Aug 08 22:04:03.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42082024-08-08T22:04:05.868Z[ recovery-image] Aug 08 22:04:03.666 INFO O| Aug 08 22:04:03.666 INFO STEP 131 (remove_files) COMPLETE
42092024-08-08T22:04:05.871Z[ recovery-image] Aug 08 22:04:03.666 INFO O| Aug 08 22:04:03.666 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-08-08T22:04:05.879Z[ recovery-image] Aug 08 22:04:03.677 INFO O| Aug 08 22:04:03.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42112024-08-08T22:04:05.879Z[ recovery-image] Aug 08 22:04:03.677 INFO O| Aug 08 22:04:03.677 INFO STEP 132 (remove_files) COMPLETE
42122024-08-08T22:04:05.882Z[ recovery-image] Aug 08 22:04:03.677 INFO O| Aug 08 22:04:03.677 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-08-08T22:04:05.889Z[ recovery-image] Aug 08 22:04:03.687 INFO O| Aug 08 22:04:03.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42142024-08-08T22:04:05.889Z[ recovery-image] Aug 08 22:04:03.687 INFO O| Aug 08 22:04:03.687 INFO STEP 133 (remove_files) COMPLETE
42152024-08-08T22:04:05.892Z[ recovery-image] Aug 08 22:04:03.687 INFO O| Aug 08 22:04:03.687 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-08-08T22:04:05.900Z[ recovery-image] Aug 08 22:04:03.698 INFO O| Aug 08 22:04:03.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42172024-08-08T22:04:05.900Z[ recovery-image] Aug 08 22:04:03.698 INFO O| Aug 08 22:04:03.698 INFO STEP 134 (remove_files) COMPLETE
42182024-08-08T22:04:05.903Z[ recovery-image] Aug 08 22:04:03.698 INFO O| Aug 08 22:04:03.698 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-08-08T22:04:05.910Z[ recovery-image] Aug 08 22:04:03.708 INFO O| Aug 08 22:04:03.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42202024-08-08T22:04:05.910Z[ recovery-image] Aug 08 22:04:03.708 INFO O| Aug 08 22:04:03.708 INFO STEP 135 (remove_files) COMPLETE
42212024-08-08T22:04:05.912Z[ recovery-image] Aug 08 22:04:03.708 INFO O| Aug 08 22:04:03.708 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-08-08T22:04:05.920Z[ recovery-image] Aug 08 22:04:03.718 INFO O| Aug 08 22:04:03.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
42232024-08-08T22:04:05.920Z[ recovery-image] Aug 08 22:04:03.719 INFO O| Aug 08 22:04:03.718 INFO STEP 136 (remove_files) COMPLETE
42242024-08-08T22:04:05.924Z[ recovery-image] Aug 08 22:04:03.719 INFO O| Aug 08 22:04:03.719 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-08-08T22:04:05.931Z[ recovery-image] Aug 08 22:04:03.729 INFO O| Aug 08 22:04:03.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
42262024-08-08T22:04:05.931Z[ recovery-image] Aug 08 22:04:03.729 INFO O| Aug 08 22:04:03.729 INFO STEP 137 (remove_files) COMPLETE
42272024-08-08T22:04:05.934Z[ recovery-image] Aug 08 22:04:03.729 INFO O| Aug 08 22:04:03.729 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-08-08T22:04:05.941Z[ recovery-image] Aug 08 22:04:03.739 INFO O| Aug 08 22:04:03.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
42292024-08-08T22:04:05.941Z[ recovery-image] Aug 08 22:04:03.739 INFO O| Aug 08 22:04:03.739 INFO STEP 138 (remove_files) COMPLETE
42302024-08-08T22:04:05.944Z[ recovery-image] Aug 08 22:04:03.739 INFO O| Aug 08 22:04:03.739 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-08-08T22:04:05.952Z[ recovery-image] Aug 08 22:04:03.749 INFO O| Aug 08 22:04:03.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
42322024-08-08T22:04:05.955Z[ recovery-image] Aug 08 22:04:03.749 INFO O| Aug 08 22:04:03.749 INFO STEP 139 (remove_files) COMPLETE
42332024-08-08T22:04:05.956Z[ recovery-image] Aug 08 22:04:03.750 INFO O| Aug 08 22:04:03.749 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-08-08T22:04:05.961Z[ recovery-image] Aug 08 22:04:03.759 INFO O| Aug 08 22:04:03.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
42352024-08-08T22:04:05.964Z[ recovery-image] Aug 08 22:04:03.760 INFO O| Aug 08 22:04:03.760 INFO STEP 140 (remove_files) COMPLETE
42362024-08-08T22:04:05.964Z[ recovery-image] Aug 08 22:04:03.760 INFO O| Aug 08 22:04:03.760 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-08-08T22:04:05.972Z[ recovery-image] Aug 08 22:04:03.769 INFO O| Aug 08 22:04:03.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
42382024-08-08T22:04:05.974Z[ recovery-image] Aug 08 22:04:03.770 INFO O| Aug 08 22:04:03.770 INFO STEP 141 (remove_files) COMPLETE
42392024-08-08T22:04:05.974Z[ recovery-image] Aug 08 22:04:03.770 INFO O| Aug 08 22:04:03.770 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-08-08T22:04:05.982Z[ recovery-image] Aug 08 22:04:03.780 INFO O| Aug 08 22:04:03.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
42412024-08-08T22:04:05.985Z[ recovery-image] Aug 08 22:04:03.780 INFO O| Aug 08 22:04:03.780 INFO STEP 142 (remove_files) COMPLETE
42422024-08-08T22:04:05.985Z[ recovery-image] Aug 08 22:04:03.780 INFO O| Aug 08 22:04:03.780 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-08-08T22:04:05.993Z[ recovery-image] Aug 08 22:04:03.791 INFO O| Aug 08 22:04:03.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
42442024-08-08T22:04:05.993Z[ recovery-image] Aug 08 22:04:03.791 INFO O| Aug 08 22:04:03.791 INFO STEP 143 (remove_files) COMPLETE
42452024-08-08T22:04:05.996Z[ recovery-image] Aug 08 22:04:03.791 INFO O| Aug 08 22:04:03.791 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-08-08T22:04:06.004Z[ recovery-image] Aug 08 22:04:03.802 INFO O| Aug 08 22:04:03.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
42472024-08-08T22:04:06.005Z[ recovery-image] Aug 08 22:04:03.802 INFO O| Aug 08 22:04:03.802 INFO STEP 144 (remove_files) COMPLETE
42482024-08-08T22:04:06.008Z[ recovery-image] Aug 08 22:04:03.802 INFO O| Aug 08 22:04:03.802 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-08-08T22:04:06.016Z[ recovery-image] Aug 08 22:04:03.813 INFO O| Aug 08 22:04:03.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
42502024-08-08T22:04:06.018Z[ recovery-image] Aug 08 22:04:03.813 INFO O| Aug 08 22:04:03.813 INFO STEP 145 (remove_files) COMPLETE
42512024-08-08T22:04:06.018Z[ recovery-image] Aug 08 22:04:03.813 INFO O| Aug 08 22:04:03.813 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-08-08T22:04:06.027Z[ recovery-image] Aug 08 22:04:03.824 INFO O| Aug 08 22:04:03.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
42532024-08-08T22:04:06.027Z[ recovery-image] Aug 08 22:04:03.824 INFO O| Aug 08 22:04:03.824 INFO STEP 146 (remove_files) COMPLETE
42542024-08-08T22:04:06.030Z[ recovery-image] Aug 08 22:04:03.824 INFO O| Aug 08 22:04:03.824 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-08-08T22:04:06.037Z[ recovery-image] Aug 08 22:04:03.835 INFO O| Aug 08 22:04:03.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
42562024-08-08T22:04:06.037Z[ recovery-image] Aug 08 22:04:03.835 INFO O| Aug 08 22:04:03.835 INFO STEP 147 (remove_files) COMPLETE
42572024-08-08T22:04:06.040Z[ recovery-image] Aug 08 22:04:03.835 INFO O| Aug 08 22:04:03.835 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-08-08T22:04:06.048Z[ recovery-image] Aug 08 22:04:03.846 INFO O| Aug 08 22:04:03.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
42592024-08-08T22:04:06.051Z[ recovery-image] Aug 08 22:04:03.846 INFO O| Aug 08 22:04:03.846 INFO STEP 148 (remove_files) COMPLETE
42602024-08-08T22:04:06.051Z[ recovery-image] Aug 08 22:04:03.846 INFO O| Aug 08 22:04:03.846 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-08-08T22:04:06.058Z[ recovery-image] Aug 08 22:04:03.856 INFO O| Aug 08 22:04:03.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
42622024-08-08T22:04:06.061Z[ recovery-image] Aug 08 22:04:03.856 INFO O| Aug 08 22:04:03.856 INFO STEP 149 (remove_files) COMPLETE
42632024-08-08T22:04:06.062Z[ recovery-image] Aug 08 22:04:03.856 INFO O| Aug 08 22:04:03.856 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-08-08T22:04:06.068Z[ recovery-image] Aug 08 22:04:03.866 INFO O| Aug 08 22:04:03.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
42652024-08-08T22:04:06.071Z[ recovery-image] Aug 08 22:04:03.866 INFO O| Aug 08 22:04:03.866 INFO STEP 150 (remove_files) COMPLETE
42662024-08-08T22:04:06.071Z[ recovery-image] Aug 08 22:04:03.866 INFO O| Aug 08 22:04:03.866 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-08-08T22:04:06.079Z[ recovery-image] Aug 08 22:04:03.876 INFO O| Aug 08 22:04:03.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
42682024-08-08T22:04:06.082Z[ recovery-image] Aug 08 22:04:03.876 INFO O| Aug 08 22:04:03.876 INFO STEP 151 (remove_files) COMPLETE
42692024-08-08T22:04:06.082Z[ recovery-image] Aug 08 22:04:03.876 INFO O| Aug 08 22:04:03.876 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-08-08T22:04:06.088Z[ recovery-image] Aug 08 22:04:03.886 INFO O| Aug 08 22:04:03.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
42712024-08-08T22:04:06.091Z[ recovery-image] Aug 08 22:04:03.886 INFO O| Aug 08 22:04:03.886 INFO STEP 152 (remove_files) COMPLETE
42722024-08-08T22:04:06.091Z[ recovery-image] Aug 08 22:04:03.886 INFO O| Aug 08 22:04:03.886 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-08-08T22:04:06.098Z[ recovery-image] Aug 08 22:04:03.896 INFO O| Aug 08 22:04:03.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
42742024-08-08T22:04:06.101Z[ recovery-image] Aug 08 22:04:03.896 INFO O| Aug 08 22:04:03.896 INFO STEP 153 (remove_files) COMPLETE
42752024-08-08T22:04:06.101Z[ recovery-image] Aug 08 22:04:03.896 INFO O| Aug 08 22:04:03.896 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-08-08T22:04:06.108Z[ recovery-image] Aug 08 22:04:03.906 INFO O| Aug 08 22:04:03.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
42772024-08-08T22:04:06.108Z[ recovery-image] Aug 08 22:04:03.906 INFO O| Aug 08 22:04:03.906 INFO STEP 154 (remove_files) COMPLETE
42782024-08-08T22:04:06.108Z[ recovery-image] Aug 08 22:04:03.906 INFO O| Aug 08 22:04:03.906 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-08-08T22:04:06.117Z[ recovery-image] Aug 08 22:04:03.915 INFO O| Aug 08 22:04:03.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
42802024-08-08T22:04:06.117Z[ recovery-image] Aug 08 22:04:03.915 INFO O| Aug 08 22:04:03.915 INFO STEP 155 (remove_files) COMPLETE
42812024-08-08T22:04:06.117Z[ recovery-image] Aug 08 22:04:03.915 INFO O| Aug 08 22:04:03.915 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-08-08T22:04:06.127Z[ recovery-image] Aug 08 22:04:03.925 INFO O| Aug 08 22:04:03.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
42832024-08-08T22:04:06.127Z[ recovery-image] Aug 08 22:04:03.925 INFO O| Aug 08 22:04:03.925 INFO STEP 156 (remove_files) COMPLETE
42842024-08-08T22:04:06.130Z[ recovery-image] Aug 08 22:04:03.925 INFO O| Aug 08 22:04:03.925 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-08-08T22:04:06.137Z[ recovery-image] Aug 08 22:04:03.935 INFO O| Aug 08 22:04:03.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
42862024-08-08T22:04:06.139Z[ recovery-image] Aug 08 22:04:03.935 INFO O| Aug 08 22:04:03.935 INFO STEP 157 (remove_files) COMPLETE
42872024-08-08T22:04:06.139Z[ recovery-image] Aug 08 22:04:03.935 INFO O| Aug 08 22:04:03.935 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-08-08T22:04:06.146Z[ recovery-image] Aug 08 22:04:03.944 INFO O| Aug 08 22:04:03.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
42892024-08-08T22:04:06.149Z[ recovery-image] Aug 08 22:04:03.945 INFO O| Aug 08 22:04:03.945 INFO STEP 158 (remove_files) COMPLETE
42902024-08-08T22:04:06.149Z[ recovery-image] Aug 08 22:04:03.945 INFO O| Aug 08 22:04:03.945 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-08-08T22:04:06.156Z[ recovery-image] Aug 08 22:04:03.954 INFO O| Aug 08 22:04:03.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
42922024-08-08T22:04:06.156Z[ recovery-image] Aug 08 22:04:03.954 INFO O| Aug 08 22:04:03.954 INFO STEP 159 (remove_files) COMPLETE
42932024-08-08T22:04:06.159Z[ recovery-image] Aug 08 22:04:03.954 INFO O| Aug 08 22:04:03.954 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-08-08T22:04:06.166Z[ recovery-image] Aug 08 22:04:03.964 INFO O| Aug 08 22:04:03.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
42952024-08-08T22:04:06.166Z[ recovery-image] Aug 08 22:04:03.964 INFO O| Aug 08 22:04:03.964 INFO STEP 160 (remove_files) COMPLETE
42962024-08-08T22:04:06.169Z[ recovery-image] Aug 08 22:04:03.964 INFO O| Aug 08 22:04:03.964 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-08-08T22:04:06.176Z[ recovery-image] Aug 08 22:04:03.974 INFO O| Aug 08 22:04:03.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
42982024-08-08T22:04:06.176Z[ recovery-image] Aug 08 22:04:03.974 INFO O| Aug 08 22:04:03.974 INFO STEP 161 (remove_files) COMPLETE
42992024-08-08T22:04:06.178Z[ recovery-image] Aug 08 22:04:03.974 INFO O| Aug 08 22:04:03.974 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-08-08T22:04:06.185Z[ recovery-image] Aug 08 22:04:03.983 INFO O| Aug 08 22:04:03.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
43012024-08-08T22:04:06.188Z[ recovery-image] Aug 08 22:04:03.983 INFO O| Aug 08 22:04:03.983 INFO STEP 162 (remove_files) COMPLETE
43022024-08-08T22:04:06.188Z[ recovery-image] Aug 08 22:04:03.983 INFO O| Aug 08 22:04:03.983 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-08-08T22:04:06.195Z[ recovery-image] Aug 08 22:04:03.993 INFO O| Aug 08 22:04:03.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
43042024-08-08T22:04:06.195Z[ recovery-image] Aug 08 22:04:03.993 INFO O| Aug 08 22:04:03.993 INFO STEP 163 (remove_files) COMPLETE
43052024-08-08T22:04:06.198Z[ recovery-image] Aug 08 22:04:03.993 INFO O| Aug 08 22:04:03.993 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-08-08T22:04:06.205Z[ recovery-image] Aug 08 22:04:04.003 INFO O| Aug 08 22:04:04.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
43072024-08-08T22:04:06.205Z[ recovery-image] Aug 08 22:04:04.003 INFO O| Aug 08 22:04:04.003 INFO STEP 164 (remove_files) COMPLETE
43082024-08-08T22:04:06.209Z[ recovery-image] Aug 08 22:04:04.003 INFO O| Aug 08 22:04:04.003 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-08-08T22:04:06.215Z[ recovery-image] Aug 08 22:04:04.013 INFO O| Aug 08 22:04:04.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
43102024-08-08T22:04:06.218Z[ recovery-image] Aug 08 22:04:04.014 INFO O| Aug 08 22:04:04.014 INFO STEP 165 (remove_files) COMPLETE
43112024-08-08T22:04:06.218Z[ recovery-image] Aug 08 22:04:04.014 INFO O| Aug 08 22:04:04.014 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-08-08T22:04:06.225Z[ recovery-image] Aug 08 22:04:04.023 INFO O| Aug 08 22:04:04.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43132024-08-08T22:04:06.228Z[ recovery-image] Aug 08 22:04:04.024 INFO O| Aug 08 22:04:04.024 INFO STEP 166 (remove_files) COMPLETE
43142024-08-08T22:04:06.228Z[ recovery-image] Aug 08 22:04:04.024 INFO O| Aug 08 22:04:04.024 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-08-08T22:04:06.236Z[ recovery-image] Aug 08 22:04:04.034 INFO O| Aug 08 22:04:04.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
43162024-08-08T22:04:06.236Z[ recovery-image] Aug 08 22:04:04.034 INFO O| Aug 08 22:04:04.034 INFO STEP 167 (remove_files) COMPLETE
43172024-08-08T22:04:06.236Z[ recovery-image] Aug 08 22:04:04.034 INFO O| Aug 08 22:04:04.034 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-08-08T22:04:06.246Z[ recovery-image] Aug 08 22:04:04.044 INFO O| Aug 08 22:04:04.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
43192024-08-08T22:04:06.246Z[ recovery-image] Aug 08 22:04:04.044 INFO O| Aug 08 22:04:04.044 INFO STEP 168 (remove_files) COMPLETE
43202024-08-08T22:04:06.246Z[ recovery-image] Aug 08 22:04:04.044 INFO O| Aug 08 22:04:04.044 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-08-08T22:04:06.258Z[ recovery-image] Aug 08 22:04:04.056 INFO O| Aug 08 22:04:04.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
43222024-08-08T22:04:06.258Z[ recovery-image] Aug 08 22:04:04.056 INFO O| Aug 08 22:04:04.056 INFO STEP 169 (remove_files) COMPLETE
43232024-08-08T22:04:06.258Z[ recovery-image] Aug 08 22:04:04.056 INFO O| Aug 08 22:04:04.056 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-08-08T22:04:06.270Z[ recovery-image] Aug 08 22:04:04.068 INFO O| Aug 08 22:04:04.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
43252024-08-08T22:04:06.273Z[ recovery-image] Aug 08 22:04:04.069 INFO O| Aug 08 22:04:04.069 INFO STEP 170 (remove_files) COMPLETE
43262024-08-08T22:04:06.273Z[ recovery-image] Aug 08 22:04:04.069 INFO O| Aug 08 22:04:04.069 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-08-08T22:04:06.282Z[ recovery-image] Aug 08 22:04:04.080 INFO O| Aug 08 22:04:04.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
43282024-08-08T22:04:06.282Z[ recovery-image] Aug 08 22:04:04.080 INFO O| Aug 08 22:04:04.080 INFO STEP 171 (remove_files) COMPLETE
43292024-08-08T22:04:06.282Z[ recovery-image] Aug 08 22:04:04.080 INFO O| Aug 08 22:04:04.080 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-08-08T22:04:06.294Z[ recovery-image] Aug 08 22:04:04.092 INFO O| Aug 08 22:04:04.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
43312024-08-08T22:04:06.296Z[ recovery-image] Aug 08 22:04:04.092 INFO O| Aug 08 22:04:04.092 INFO STEP 172 (remove_files) COMPLETE
43322024-08-08T22:04:06.296Z[ recovery-image] Aug 08 22:04:04.092 INFO O| Aug 08 22:04:04.092 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-08-08T22:04:06.305Z[ recovery-image] Aug 08 22:04:04.103 INFO O| Aug 08 22:04:04.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
43342024-08-08T22:04:06.307Z[ recovery-image] Aug 08 22:04:04.103 INFO O| Aug 08 22:04:04.103 INFO STEP 173 (remove_files) COMPLETE
43352024-08-08T22:04:06.307Z[ recovery-image] Aug 08 22:04:04.103 INFO O| Aug 08 22:04:04.103 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-08-08T22:04:06.315Z[ recovery-image] Aug 08 22:04:04.113 INFO O| Aug 08 22:04:04.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
43372024-08-08T22:04:06.315Z[ recovery-image] Aug 08 22:04:04.113 INFO O| Aug 08 22:04:04.113 INFO STEP 174 (remove_files) COMPLETE
43382024-08-08T22:04:06.318Z[ recovery-image] Aug 08 22:04:04.113 INFO O| Aug 08 22:04:04.113 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-08-08T22:04:06.326Z[ recovery-image] Aug 08 22:04:04.123 INFO O| Aug 08 22:04:04.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
43402024-08-08T22:04:06.331Z[ recovery-image] Aug 08 22:04:04.123 INFO O| Aug 08 22:04:04.123 INFO STEP 175 (remove_files) COMPLETE
43412024-08-08T22:04:06.331Z[ recovery-image] Aug 08 22:04:04.123 INFO O| Aug 08 22:04:04.123 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-08-08T22:04:06.335Z[ recovery-image] Aug 08 22:04:04.133 INFO O| Aug 08 22:04:04.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
43432024-08-08T22:04:06.335Z[ recovery-image] Aug 08 22:04:04.133 INFO O| Aug 08 22:04:04.133 INFO STEP 176 (remove_files) COMPLETE
43442024-08-08T22:04:06.338Z[ recovery-image] Aug 08 22:04:04.133 INFO O| Aug 08 22:04:04.133 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-08-08T22:04:06.345Z[ recovery-image] Aug 08 22:04:04.142 INFO O| Aug 08 22:04:04.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
43462024-08-08T22:04:06.347Z[ recovery-image] Aug 08 22:04:04.143 INFO O| Aug 08 22:04:04.143 INFO STEP 177 (remove_files) COMPLETE
43472024-08-08T22:04:06.347Z[ recovery-image] Aug 08 22:04:04.143 INFO O| Aug 08 22:04:04.143 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-08-08T22:04:06.354Z[ recovery-image] Aug 08 22:04:04.152 INFO O| Aug 08 22:04:04.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
43492024-08-08T22:04:06.354Z[ recovery-image] Aug 08 22:04:04.152 INFO O| Aug 08 22:04:04.152 INFO STEP 178 (remove_files) COMPLETE
43502024-08-08T22:04:06.357Z[ recovery-image] Aug 08 22:04:04.152 INFO O| Aug 08 22:04:04.152 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-08-08T22:04:06.364Z[ recovery-image] Aug 08 22:04:04.162 INFO O| Aug 08 22:04:04.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
43522024-08-08T22:04:06.364Z[ recovery-image] Aug 08 22:04:04.162 INFO O| Aug 08 22:04:04.162 INFO STEP 179 (remove_files) COMPLETE
43532024-08-08T22:04:06.367Z[ recovery-image] Aug 08 22:04:04.162 INFO O| Aug 08 22:04:04.162 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-08-08T22:04:06.374Z[ recovery-image] Aug 08 22:04:04.172 INFO O| Aug 08 22:04:04.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
43552024-08-08T22:04:06.374Z[ recovery-image] Aug 08 22:04:04.172 INFO O| Aug 08 22:04:04.172 INFO STEP 180 (remove_files) COMPLETE
43562024-08-08T22:04:06.377Z[ recovery-image] Aug 08 22:04:04.172 INFO O| Aug 08 22:04:04.172 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-08-08T22:04:06.383Z[ recovery-image] Aug 08 22:04:04.181 INFO O| Aug 08 22:04:04.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
43582024-08-08T22:04:06.384Z[ recovery-image] Aug 08 22:04:04.181 INFO O| Aug 08 22:04:04.181 INFO STEP 181 (remove_files) COMPLETE
43592024-08-08T22:04:06.384Z[ recovery-image] Aug 08 22:04:04.181 INFO O| Aug 08 22:04:04.181 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-08-08T22:04:06.393Z[ recovery-image] Aug 08 22:04:04.191 INFO O| Aug 08 22:04:04.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
43612024-08-08T22:04:06.393Z[ recovery-image] Aug 08 22:04:04.191 INFO O| Aug 08 22:04:04.191 INFO STEP 182 (remove_files) COMPLETE
43622024-08-08T22:04:06.398Z[ recovery-image] Aug 08 22:04:04.191 INFO O| Aug 08 22:04:04.191 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-08-08T22:04:06.403Z[ recovery-image] Aug 08 22:04:04.200 INFO O| Aug 08 22:04:04.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
43642024-08-08T22:04:06.403Z[ recovery-image] Aug 08 22:04:04.200 INFO O| Aug 08 22:04:04.200 INFO STEP 183 (remove_files) COMPLETE
43652024-08-08T22:04:06.406Z[ recovery-image] Aug 08 22:04:04.200 INFO O| Aug 08 22:04:04.200 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-08-08T22:04:06.413Z[ recovery-image] Aug 08 22:04:04.210 INFO O| Aug 08 22:04:04.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
43672024-08-08T22:04:06.413Z[ recovery-image] Aug 08 22:04:04.210 INFO O| Aug 08 22:04:04.210 INFO STEP 184 (remove_files) COMPLETE
43682024-08-08T22:04:06.416Z[ recovery-image] Aug 08 22:04:04.210 INFO O| Aug 08 22:04:04.210 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-08-08T22:04:06.423Z[ recovery-image] Aug 08 22:04:04.220 INFO O| Aug 08 22:04:04.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
43702024-08-08T22:04:06.423Z[ recovery-image] Aug 08 22:04:04.220 INFO O| Aug 08 22:04:04.220 INFO STEP 185 (remove_files) COMPLETE
43712024-08-08T22:04:06.427Z[ recovery-image] Aug 08 22:04:04.220 INFO O| Aug 08 22:04:04.220 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-08-08T22:04:06.432Z[ recovery-image] Aug 08 22:04:04.229 INFO O| Aug 08 22:04:04.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
43732024-08-08T22:04:06.432Z[ recovery-image] Aug 08 22:04:04.229 INFO O| Aug 08 22:04:04.229 INFO STEP 186 (remove_files) COMPLETE
43742024-08-08T22:04:06.435Z[ recovery-image] Aug 08 22:04:04.229 INFO O| Aug 08 22:04:04.229 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-08-08T22:04:06.441Z[ recovery-image] Aug 08 22:04:04.239 INFO O| Aug 08 22:04:04.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
43762024-08-08T22:04:06.444Z[ recovery-image] Aug 08 22:04:04.239 INFO O| Aug 08 22:04:04.239 INFO STEP 187 (remove_files) COMPLETE
43772024-08-08T22:04:06.444Z[ recovery-image] Aug 08 22:04:04.239 INFO O| Aug 08 22:04:04.239 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-08-08T22:04:06.451Z[ recovery-image] Aug 08 22:04:04.249 INFO O| Aug 08 22:04:04.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
43792024-08-08T22:04:06.454Z[ recovery-image] Aug 08 22:04:04.249 INFO O| Aug 08 22:04:04.249 INFO STEP 188 (remove_files) COMPLETE
43802024-08-08T22:04:06.454Z[ recovery-image] Aug 08 22:04:04.249 INFO O| Aug 08 22:04:04.249 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-08-08T22:04:06.461Z[ recovery-image] Aug 08 22:04:04.258 INFO O| Aug 08 22:04:04.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
43822024-08-08T22:04:06.464Z[ recovery-image] Aug 08 22:04:04.259 INFO O| Aug 08 22:04:04.259 INFO STEP 189 (remove_files) COMPLETE
43832024-08-08T22:04:06.464Z[ recovery-image] Aug 08 22:04:04.259 INFO O| Aug 08 22:04:04.259 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-08-08T22:04:06.471Z[ recovery-image] Aug 08 22:04:04.268 INFO O| Aug 08 22:04:04.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
43852024-08-08T22:04:06.471Z[ recovery-image] Aug 08 22:04:04.268 INFO O| Aug 08 22:04:04.268 INFO STEP 190 (remove_files) COMPLETE
43862024-08-08T22:04:06.474Z[ recovery-image] Aug 08 22:04:04.268 INFO O| Aug 08 22:04:04.268 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-08-08T22:04:06.480Z[ recovery-image] Aug 08 22:04:04.278 INFO O| Aug 08 22:04:04.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
43882024-08-08T22:04:06.480Z[ recovery-image] Aug 08 22:04:04.278 INFO O| Aug 08 22:04:04.278 INFO STEP 191 (remove_files) COMPLETE
43892024-08-08T22:04:06.483Z[ recovery-image] Aug 08 22:04:04.278 INFO O| Aug 08 22:04:04.278 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-08-08T22:04:06.490Z[ recovery-image] Aug 08 22:04:04.288 INFO O| Aug 08 22:04:04.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
43912024-08-08T22:04:06.490Z[ recovery-image] Aug 08 22:04:04.288 INFO O| Aug 08 22:04:04.288 INFO STEP 192 (remove_files) COMPLETE
43922024-08-08T22:04:06.490Z[ recovery-image] Aug 08 22:04:04.288 INFO O| Aug 08 22:04:04.288 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-08-08T22:04:06.499Z[ recovery-image] Aug 08 22:04:04.297 INFO O| Aug 08 22:04:04.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
43942024-08-08T22:04:06.499Z[ recovery-image] Aug 08 22:04:04.297 INFO O| Aug 08 22:04:04.297 INFO STEP 193 (remove_files) COMPLETE
43952024-08-08T22:04:06.500Z[ recovery-image] Aug 08 22:04:04.297 INFO O| Aug 08 22:04:04.297 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-08-08T22:04:06.509Z[ recovery-image] Aug 08 22:04:04.307 INFO O| Aug 08 22:04:04.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
43972024-08-08T22:04:06.509Z[ recovery-image] Aug 08 22:04:04.307 INFO O| Aug 08 22:04:04.307 INFO STEP 194 (remove_files) COMPLETE
43982024-08-08T22:04:06.512Z[ recovery-image] Aug 08 22:04:04.307 INFO O| Aug 08 22:04:04.307 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-08-08T22:04:06.519Z[ recovery-image] Aug 08 22:04:04.317 INFO O| Aug 08 22:04:04.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44002024-08-08T22:04:06.519Z[ recovery-image] Aug 08 22:04:04.317 INFO O| Aug 08 22:04:04.317 INFO STEP 195 (remove_files) COMPLETE
44012024-08-08T22:04:06.519Z[ recovery-image] Aug 08 22:04:04.317 INFO O| Aug 08 22:04:04.317 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-08-08T22:04:06.530Z[ recovery-image] Aug 08 22:04:04.328 INFO O| Aug 08 22:04:04.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
44032024-08-08T22:04:06.530Z[ recovery-image] Aug 08 22:04:04.328 INFO O| Aug 08 22:04:04.328 INFO STEP 196 (remove_files) COMPLETE
44042024-08-08T22:04:06.533Z[ recovery-image] Aug 08 22:04:04.328 INFO O| Aug 08 22:04:04.328 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-08-08T22:04:06.541Z[ recovery-image] Aug 08 22:04:04.339 INFO O| Aug 08 22:04:04.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
44062024-08-08T22:04:06.541Z[ recovery-image] Aug 08 22:04:04.339 INFO O| Aug 08 22:04:04.339 INFO STEP 197 (remove_files) COMPLETE
44072024-08-08T22:04:06.544Z[ recovery-image] Aug 08 22:04:04.339 INFO O| Aug 08 22:04:04.339 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-08-08T22:04:06.552Z[ recovery-image] Aug 08 22:04:04.350 INFO O| Aug 08 22:04:04.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
44092024-08-08T22:04:06.552Z[ recovery-image] Aug 08 22:04:04.350 INFO O| Aug 08 22:04:04.350 INFO STEP 198 (remove_files) COMPLETE
44102024-08-08T22:04:06.555Z[ recovery-image] Aug 08 22:04:04.350 INFO O| Aug 08 22:04:04.350 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-08-08T22:04:06.564Z[ recovery-image] Aug 08 22:04:04.362 INFO O| Aug 08 22:04:04.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
44122024-08-08T22:04:06.564Z[ recovery-image] Aug 08 22:04:04.362 INFO O| Aug 08 22:04:04.362 INFO STEP 199 (remove_files) COMPLETE
44132024-08-08T22:04:06.567Z[ recovery-image] Aug 08 22:04:04.362 INFO O| Aug 08 22:04:04.362 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-08-08T22:04:06.575Z[ recovery-image] Aug 08 22:04:04.373 INFO O| Aug 08 22:04:04.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
44152024-08-08T22:04:06.575Z[ recovery-image] Aug 08 22:04:04.373 INFO O| Aug 08 22:04:04.373 INFO STEP 200 (remove_files) COMPLETE
44162024-08-08T22:04:06.575Z[ recovery-image] Aug 08 22:04:04.373 INFO O| Aug 08 22:04:04.373 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-08-08T22:04:06.587Z[ recovery-image] Aug 08 22:04:04.385 INFO O| Aug 08 22:04:04.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
44182024-08-08T22:04:06.587Z[ recovery-image] Aug 08 22:04:04.385 INFO O| Aug 08 22:04:04.385 INFO STEP 201 (remove_files) COMPLETE
44192024-08-08T22:04:06.590Z[ recovery-image] Aug 08 22:04:04.385 INFO O| Aug 08 22:04:04.385 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-08-08T22:04:06.598Z[ recovery-image] Aug 08 22:04:04.396 INFO O| Aug 08 22:04:04.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
44212024-08-08T22:04:06.600Z[ recovery-image] Aug 08 22:04:04.396 INFO O| Aug 08 22:04:04.396 INFO STEP 202 (remove_files) COMPLETE
44222024-08-08T22:04:06.600Z[ recovery-image] Aug 08 22:04:04.396 INFO O| Aug 08 22:04:04.396 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-08-08T22:04:06.608Z[ recovery-image] Aug 08 22:04:04.406 INFO O| Aug 08 22:04:04.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
44242024-08-08T22:04:06.608Z[ recovery-image] Aug 08 22:04:04.406 INFO O| Aug 08 22:04:04.406 INFO STEP 203 (remove_files) COMPLETE
44252024-08-08T22:04:06.611Z[ recovery-image] Aug 08 22:04:04.406 INFO O| Aug 08 22:04:04.406 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-08-08T22:04:06.618Z[ recovery-image] Aug 08 22:04:04.416 INFO O| Aug 08 22:04:04.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
44272024-08-08T22:04:06.618Z[ recovery-image] Aug 08 22:04:04.416 INFO O| Aug 08 22:04:04.416 INFO STEP 204 (remove_files) COMPLETE
44282024-08-08T22:04:06.622Z[ recovery-image] Aug 08 22:04:04.416 INFO O| Aug 08 22:04:04.416 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-08-08T22:04:06.628Z[ recovery-image] Aug 08 22:04:04.426 INFO O| Aug 08 22:04:04.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
44302024-08-08T22:04:06.629Z[ recovery-image] Aug 08 22:04:04.426 INFO O| Aug 08 22:04:04.426 INFO STEP 205 (remove_files) COMPLETE
44312024-08-08T22:04:06.632Z[ recovery-image] Aug 08 22:04:04.426 INFO O| Aug 08 22:04:04.426 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-08-08T22:04:06.639Z[ recovery-image] Aug 08 22:04:04.436 INFO O| Aug 08 22:04:04.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
44332024-08-08T22:04:06.642Z[ recovery-image] Aug 08 22:04:04.436 INFO O| Aug 08 22:04:04.436 INFO STEP 206 (remove_files) COMPLETE
44342024-08-08T22:04:06.642Z[ recovery-image] Aug 08 22:04:04.436 INFO O| Aug 08 22:04:04.436 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-08-08T22:04:06.648Z[ recovery-image] Aug 08 22:04:04.446 INFO O| Aug 08 22:04:04.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
44362024-08-08T22:04:06.648Z[ recovery-image] Aug 08 22:04:04.446 INFO O| Aug 08 22:04:04.446 INFO STEP 207 (remove_files) COMPLETE
44372024-08-08T22:04:06.651Z[ recovery-image] Aug 08 22:04:04.446 INFO O| Aug 08 22:04:04.446 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-08-08T22:04:06.658Z[ recovery-image] Aug 08 22:04:04.455 INFO O| Aug 08 22:04:04.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
44392024-08-08T22:04:06.658Z[ recovery-image] Aug 08 22:04:04.455 INFO O| Aug 08 22:04:04.455 INFO STEP 208 (remove_files) COMPLETE
44402024-08-08T22:04:06.663Z[ recovery-image] Aug 08 22:04:04.455 INFO O| Aug 08 22:04:04.455 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-08-08T22:04:06.667Z[ recovery-image] Aug 08 22:04:04.465 INFO O| Aug 08 22:04:04.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
44422024-08-08T22:04:06.671Z[ recovery-image] Aug 08 22:04:04.465 INFO O| Aug 08 22:04:04.465 INFO STEP 209 (remove_files) COMPLETE
44432024-08-08T22:04:06.671Z[ recovery-image] Aug 08 22:04:04.465 INFO O| Aug 08 22:04:04.465 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-08-08T22:04:06.678Z[ recovery-image] Aug 08 22:04:04.476 INFO O| Aug 08 22:04:04.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
44452024-08-08T22:04:06.681Z[ recovery-image] Aug 08 22:04:04.476 INFO O| Aug 08 22:04:04.476 INFO STEP 210 (remove_files) COMPLETE
44462024-08-08T22:04:06.681Z[ recovery-image] Aug 08 22:04:04.476 INFO O| Aug 08 22:04:04.476 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-08-08T22:04:06.687Z[ recovery-image] Aug 08 22:04:04.485 INFO O| Aug 08 22:04:04.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
44482024-08-08T22:04:06.691Z[ recovery-image] Aug 08 22:04:04.485 INFO O| Aug 08 22:04:04.485 INFO STEP 211 (remove_files) COMPLETE
44492024-08-08T22:04:06.691Z[ recovery-image] Aug 08 22:04:04.485 INFO O| Aug 08 22:04:04.485 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-08-08T22:04:06.697Z[ recovery-image] Aug 08 22:04:04.495 INFO O| Aug 08 22:04:04.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
44512024-08-08T22:04:06.697Z[ recovery-image] Aug 08 22:04:04.495 INFO O| Aug 08 22:04:04.495 INFO STEP 212 (remove_files) COMPLETE
44522024-08-08T22:04:06.700Z[ recovery-image] Aug 08 22:04:04.495 INFO O| Aug 08 22:04:04.495 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-08-08T22:04:06.707Z[ recovery-image] Aug 08 22:04:04.505 INFO O| Aug 08 22:04:04.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
44542024-08-08T22:04:06.707Z[ recovery-image] Aug 08 22:04:04.505 INFO O| Aug 08 22:04:04.505 INFO STEP 213 (remove_files) COMPLETE
44552024-08-08T22:04:06.710Z[ recovery-image] Aug 08 22:04:04.505 INFO O| Aug 08 22:04:04.505 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-08-08T22:04:06.717Z[ recovery-image] Aug 08 22:04:04.515 INFO O| Aug 08 22:04:04.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
44572024-08-08T22:04:06.720Z[ recovery-image] Aug 08 22:04:04.515 INFO O| Aug 08 22:04:04.515 INFO STEP 214 (remove_files) COMPLETE
44582024-08-08T22:04:06.720Z[ recovery-image] Aug 08 22:04:04.515 INFO O| Aug 08 22:04:04.515 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-08-08T22:04:06.727Z[ recovery-image] Aug 08 22:04:04.525 INFO O| Aug 08 22:04:04.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
44602024-08-08T22:04:06.727Z[ recovery-image] Aug 08 22:04:04.525 INFO O| Aug 08 22:04:04.525 INFO STEP 215 (remove_files) COMPLETE
44612024-08-08T22:04:06.730Z[ recovery-image] Aug 08 22:04:04.525 INFO O| Aug 08 22:04:04.525 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-08-08T22:04:06.737Z[ recovery-image] Aug 08 22:04:04.535 INFO O| Aug 08 22:04:04.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
44632024-08-08T22:04:06.737Z[ recovery-image] Aug 08 22:04:04.535 INFO O| Aug 08 22:04:04.535 INFO STEP 216 (remove_files) COMPLETE
44642024-08-08T22:04:06.740Z[ recovery-image] Aug 08 22:04:04.535 INFO O| Aug 08 22:04:04.535 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-08-08T22:04:06.747Z[ recovery-image] Aug 08 22:04:04.545 INFO O| Aug 08 22:04:04.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
44662024-08-08T22:04:06.747Z[ recovery-image] Aug 08 22:04:04.545 INFO O| Aug 08 22:04:04.545 INFO STEP 217 (remove_files) COMPLETE
44672024-08-08T22:04:06.750Z[ recovery-image] Aug 08 22:04:04.545 INFO O| Aug 08 22:04:04.545 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-08-08T22:04:06.759Z[ recovery-image] Aug 08 22:04:04.557 INFO O| Aug 08 22:04:04.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
44692024-08-08T22:04:06.762Z[ recovery-image] Aug 08 22:04:04.557 INFO O| Aug 08 22:04:04.557 INFO STEP 218 (remove_files) COMPLETE
44702024-08-08T22:04:06.762Z[ recovery-image] Aug 08 22:04:04.557 INFO O| Aug 08 22:04:04.557 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-08-08T22:04:06.771Z[ recovery-image] Aug 08 22:04:04.569 INFO O| Aug 08 22:04:04.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
44722024-08-08T22:04:06.775Z[ recovery-image] Aug 08 22:04:04.569 INFO O| Aug 08 22:04:04.569 INFO STEP 219 (remove_files) COMPLETE
44732024-08-08T22:04:06.775Z[ recovery-image] Aug 08 22:04:04.569 INFO O| Aug 08 22:04:04.569 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-08-08T22:04:06.783Z[ recovery-image] Aug 08 22:04:04.580 INFO O| Aug 08 22:04:04.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
44752024-08-08T22:04:06.783Z[ recovery-image] Aug 08 22:04:04.580 INFO O| Aug 08 22:04:04.580 INFO STEP 220 (remove_files) COMPLETE
44762024-08-08T22:04:06.786Z[ recovery-image] Aug 08 22:04:04.580 INFO O| Aug 08 22:04:04.580 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-08-08T22:04:06.793Z[ recovery-image] Aug 08 22:04:04.590 INFO O| Aug 08 22:04:04.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
44782024-08-08T22:04:06.795Z[ recovery-image] Aug 08 22:04:04.590 INFO O| Aug 08 22:04:04.590 INFO STEP 221 (remove_files) COMPLETE
44792024-08-08T22:04:06.795Z[ recovery-image] Aug 08 22:04:04.590 INFO O| Aug 08 22:04:04.590 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-08-08T22:04:06.803Z[ recovery-image] Aug 08 22:04:04.601 INFO O| Aug 08 22:04:04.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
44812024-08-08T22:04:06.803Z[ recovery-image] Aug 08 22:04:04.601 INFO O| Aug 08 22:04:04.601 INFO STEP 222 (remove_files) COMPLETE
44822024-08-08T22:04:06.805Z[ recovery-image] Aug 08 22:04:04.601 INFO O| Aug 08 22:04:04.601 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-08-08T22:04:06.813Z[ recovery-image] Aug 08 22:04:04.611 INFO O| Aug 08 22:04:04.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
44842024-08-08T22:04:06.813Z[ recovery-image] Aug 08 22:04:04.611 INFO O| Aug 08 22:04:04.611 INFO STEP 223 (remove_files) COMPLETE
44852024-08-08T22:04:06.816Z[ recovery-image] Aug 08 22:04:04.611 INFO O| Aug 08 22:04:04.611 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-08-08T22:04:06.823Z[ recovery-image] Aug 08 22:04:04.621 INFO O| Aug 08 22:04:04.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
44872024-08-08T22:04:06.827Z[ recovery-image] Aug 08 22:04:04.621 INFO O| Aug 08 22:04:04.621 INFO STEP 224 (remove_files) COMPLETE
44882024-08-08T22:04:06.827Z[ recovery-image] Aug 08 22:04:04.621 INFO O| Aug 08 22:04:04.621 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-08-08T22:04:06.833Z[ recovery-image] Aug 08 22:04:04.631 INFO O| Aug 08 22:04:04.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
44902024-08-08T22:04:06.835Z[ recovery-image] Aug 08 22:04:04.631 INFO O| Aug 08 22:04:04.631 INFO STEP 225 (remove_files) COMPLETE
44912024-08-08T22:04:06.835Z[ recovery-image] Aug 08 22:04:04.631 INFO O| Aug 08 22:04:04.631 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-08-08T22:04:06.842Z[ recovery-image] Aug 08 22:04:04.640 INFO O| Aug 08 22:04:04.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
44932024-08-08T22:04:06.842Z[ recovery-image] Aug 08 22:04:04.640 INFO O| Aug 08 22:04:04.640 INFO STEP 226 (remove_files) COMPLETE
44942024-08-08T22:04:06.842Z[ recovery-image] Aug 08 22:04:04.640 INFO O| Aug 08 22:04:04.640 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-08-08T22:04:06.852Z[ recovery-image] Aug 08 22:04:04.650 INFO O| Aug 08 22:04:04.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
44962024-08-08T22:04:06.852Z[ recovery-image] Aug 08 22:04:04.650 INFO O| Aug 08 22:04:04.650 INFO STEP 227 (remove_files) COMPLETE
44972024-08-08T22:04:06.855Z[ recovery-image] Aug 08 22:04:04.650 INFO O| Aug 08 22:04:04.650 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-08-08T22:04:06.862Z[ recovery-image] Aug 08 22:04:04.660 INFO O| Aug 08 22:04:04.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
44992024-08-08T22:04:06.865Z[ recovery-image] Aug 08 22:04:04.660 INFO O| Aug 08 22:04:04.660 INFO STEP 228 (remove_files) COMPLETE
45002024-08-08T22:04:06.865Z[ recovery-image] Aug 08 22:04:04.660 INFO O| Aug 08 22:04:04.660 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-08-08T22:04:06.872Z[ recovery-image] Aug 08 22:04:04.670 INFO O| Aug 08 22:04:04.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
45022024-08-08T22:04:06.872Z[ recovery-image] Aug 08 22:04:04.670 INFO O| Aug 08 22:04:04.670 INFO STEP 229 (remove_files) COMPLETE
45032024-08-08T22:04:06.876Z[ recovery-image] Aug 08 22:04:04.670 INFO O| Aug 08 22:04:04.670 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-08-08T22:04:06.882Z[ recovery-image] Aug 08 22:04:04.679 INFO O| Aug 08 22:04:04.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
45052024-08-08T22:04:06.884Z[ recovery-image] Aug 08 22:04:04.680 INFO O| Aug 08 22:04:04.679 INFO STEP 230 (remove_files) COMPLETE
45062024-08-08T22:04:06.884Z[ recovery-image] Aug 08 22:04:04.680 INFO O| Aug 08 22:04:04.680 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-08-08T22:04:06.892Z[ recovery-image] Aug 08 22:04:04.689 INFO O| Aug 08 22:04:04.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45082024-08-08T22:04:06.892Z[ recovery-image] Aug 08 22:04:04.689 INFO O| Aug 08 22:04:04.689 INFO STEP 231 (remove_files) COMPLETE
45092024-08-08T22:04:06.892Z[ recovery-image] Aug 08 22:04:04.689 INFO O| Aug 08 22:04:04.689 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-08-08T22:04:06.901Z[ recovery-image] Aug 08 22:04:04.699 INFO O| Aug 08 22:04:04.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
45112024-08-08T22:04:06.904Z[ recovery-image] Aug 08 22:04:04.699 INFO O| Aug 08 22:04:04.699 INFO STEP 232 (remove_files) COMPLETE
45122024-08-08T22:04:06.904Z[ recovery-image] Aug 08 22:04:04.699 INFO O| Aug 08 22:04:04.699 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-08-08T22:04:06.912Z[ recovery-image] Aug 08 22:04:04.709 INFO O| Aug 08 22:04:04.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
45142024-08-08T22:04:06.912Z[ recovery-image] Aug 08 22:04:04.709 INFO O| Aug 08 22:04:04.709 INFO STEP 233 (remove_files) COMPLETE
45152024-08-08T22:04:06.912Z[ recovery-image] Aug 08 22:04:04.709 INFO O| Aug 08 22:04:04.709 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-08-08T22:04:06.921Z[ recovery-image] Aug 08 22:04:04.719 INFO O| Aug 08 22:04:04.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
45172024-08-08T22:04:06.921Z[ recovery-image] Aug 08 22:04:04.719 INFO O| Aug 08 22:04:04.719 INFO STEP 234 (remove_files) COMPLETE
45182024-08-08T22:04:06.924Z[ recovery-image] Aug 08 22:04:04.719 INFO O| Aug 08 22:04:04.719 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-08-08T22:04:06.931Z[ recovery-image] Aug 08 22:04:04.728 INFO O| Aug 08 22:04:04.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
45202024-08-08T22:04:06.931Z[ recovery-image] Aug 08 22:04:04.729 INFO O| Aug 08 22:04:04.729 INFO STEP 235 (remove_files) COMPLETE
45212024-08-08T22:04:06.931Z[ recovery-image] Aug 08 22:04:04.729 INFO O| Aug 08 22:04:04.729 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-08-08T22:04:06.940Z[ recovery-image] Aug 08 22:04:04.738 INFO O| Aug 08 22:04:04.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
45232024-08-08T22:04:06.940Z[ recovery-image] Aug 08 22:04:04.738 INFO O| Aug 08 22:04:04.738 INFO STEP 236 (remove_files) COMPLETE
45242024-08-08T22:04:06.944Z[ recovery-image] Aug 08 22:04:04.738 INFO O| Aug 08 22:04:04.738 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-08-08T22:04:06.950Z[ recovery-image] Aug 08 22:04:04.748 INFO O| Aug 08 22:04:04.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
45262024-08-08T22:04:06.950Z[ recovery-image] Aug 08 22:04:04.748 INFO O| Aug 08 22:04:04.748 INFO STEP 237 (remove_files) COMPLETE
45272024-08-08T22:04:06.954Z[ recovery-image] Aug 08 22:04:04.748 INFO O| Aug 08 22:04:04.748 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-08-08T22:04:06.960Z[ recovery-image] Aug 08 22:04:04.757 INFO O| Aug 08 22:04:04.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
45292024-08-08T22:04:06.963Z[ recovery-image] Aug 08 22:04:04.757 INFO O| Aug 08 22:04:04.757 INFO STEP 238 (remove_files) COMPLETE
45302024-08-08T22:04:06.963Z[ recovery-image] Aug 08 22:04:04.757 INFO O| Aug 08 22:04:04.757 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-08-08T22:04:06.969Z[ recovery-image] Aug 08 22:04:04.767 INFO O| Aug 08 22:04:04.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
45322024-08-08T22:04:06.972Z[ recovery-image] Aug 08 22:04:04.767 INFO O| Aug 08 22:04:04.767 INFO STEP 239 (remove_files) COMPLETE
45332024-08-08T22:04:06.972Z[ recovery-image] Aug 08 22:04:04.767 INFO O| Aug 08 22:04:04.767 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-08-08T22:04:06.979Z[ recovery-image] Aug 08 22:04:04.777 INFO O| Aug 08 22:04:04.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
45352024-08-08T22:04:06.979Z[ recovery-image] Aug 08 22:04:04.777 INFO O| Aug 08 22:04:04.777 INFO STEP 240 (remove_files) COMPLETE
45362024-08-08T22:04:06.983Z[ recovery-image] Aug 08 22:04:04.777 INFO O| Aug 08 22:04:04.777 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-08-08T22:04:06.989Z[ recovery-image] Aug 08 22:04:04.786 INFO O| Aug 08 22:04:04.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
45382024-08-08T22:04:06.989Z[ recovery-image] Aug 08 22:04:04.786 INFO O| Aug 08 22:04:04.786 INFO STEP 241 (remove_files) COMPLETE
45392024-08-08T22:04:06.992Z[ recovery-image] Aug 08 22:04:04.786 INFO O| Aug 08 22:04:04.786 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-08-08T22:04:06.998Z[ recovery-image] Aug 08 22:04:04.796 INFO O| Aug 08 22:04:04.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
45412024-08-08T22:04:06.998Z[ recovery-image] Aug 08 22:04:04.796 INFO O| Aug 08 22:04:04.796 INFO STEP 242 (remove_files) COMPLETE
45422024-08-08T22:04:06.998Z[ recovery-image] Aug 08 22:04:04.796 INFO O| Aug 08 22:04:04.796 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-08-08T22:04:07.010Z[ recovery-image] Aug 08 22:04:04.808 INFO O| Aug 08 22:04:04.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
45442024-08-08T22:04:07.013Z[ recovery-image] Aug 08 22:04:04.808 INFO O| Aug 08 22:04:04.808 INFO STEP 243 (remove_files) COMPLETE
45452024-08-08T22:04:07.013Z[ recovery-image] Aug 08 22:04:04.808 INFO O| Aug 08 22:04:04.808 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-08-08T22:04:07.020Z[ recovery-image] Aug 08 22:04:04.818 INFO O| Aug 08 22:04:04.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
45472024-08-08T22:04:07.020Z[ recovery-image] Aug 08 22:04:04.818 INFO O| Aug 08 22:04:04.818 INFO STEP 244 (remove_files) COMPLETE
45482024-08-08T22:04:07.023Z[ recovery-image] Aug 08 22:04:04.818 INFO O| Aug 08 22:04:04.818 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-08-08T22:04:07.030Z[ recovery-image] Aug 08 22:04:04.828 INFO O| Aug 08 22:04:04.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
45502024-08-08T22:04:07.030Z[ recovery-image] Aug 08 22:04:04.828 INFO O| Aug 08 22:04:04.828 INFO STEP 245 (remove_files) COMPLETE
45512024-08-08T22:04:07.030Z[ recovery-image] Aug 08 22:04:04.828 INFO O| Aug 08 22:04:04.828 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-08-08T22:04:07.040Z[ recovery-image] Aug 08 22:04:04.837 INFO O| Aug 08 22:04:04.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
45532024-08-08T22:04:07.040Z[ recovery-image] Aug 08 22:04:04.837 INFO O| Aug 08 22:04:04.837 INFO STEP 246 (remove_files) COMPLETE
45542024-08-08T22:04:07.042Z[ recovery-image] Aug 08 22:04:04.837 INFO O| Aug 08 22:04:04.837 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-08-08T22:04:07.049Z[ recovery-image] Aug 08 22:04:04.847 INFO O| Aug 08 22:04:04.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
45562024-08-08T22:04:07.049Z[ recovery-image] Aug 08 22:04:04.847 INFO O| Aug 08 22:04:04.847 INFO STEP 247 (remove_files) COMPLETE
45572024-08-08T22:04:07.052Z[ recovery-image] Aug 08 22:04:04.847 INFO O| Aug 08 22:04:04.847 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-08-08T22:04:07.059Z[ recovery-image] Aug 08 22:04:04.857 INFO O| Aug 08 22:04:04.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
45592024-08-08T22:04:07.059Z[ recovery-image] Aug 08 22:04:04.857 INFO O| Aug 08 22:04:04.857 INFO STEP 248 (remove_files) COMPLETE
45602024-08-08T22:04:07.062Z[ recovery-image] Aug 08 22:04:04.857 INFO O| Aug 08 22:04:04.857 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-08-08T22:04:07.069Z[ recovery-image] Aug 08 22:04:04.866 INFO O| Aug 08 22:04:04.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
45622024-08-08T22:04:07.072Z[ recovery-image] Aug 08 22:04:04.866 INFO O| Aug 08 22:04:04.866 INFO STEP 249 (remove_files) COMPLETE
45632024-08-08T22:04:07.072Z[ recovery-image] Aug 08 22:04:04.866 INFO O| Aug 08 22:04:04.866 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-08-08T22:04:07.079Z[ recovery-image] Aug 08 22:04:04.877 INFO O| Aug 08 22:04:04.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
45652024-08-08T22:04:07.079Z[ recovery-image] Aug 08 22:04:04.877 INFO O| Aug 08 22:04:04.877 INFO STEP 250 (remove_files) COMPLETE
45662024-08-08T22:04:07.079Z[ recovery-image] Aug 08 22:04:04.877 INFO O| Aug 08 22:04:04.877 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-08-08T22:04:07.089Z[ recovery-image] Aug 08 22:04:04.887 INFO O| Aug 08 22:04:04.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
45682024-08-08T22:04:07.089Z[ recovery-image] Aug 08 22:04:04.887 INFO O| Aug 08 22:04:04.887 INFO STEP 251 (remove_files) COMPLETE
45692024-08-08T22:04:07.092Z[ recovery-image] Aug 08 22:04:04.887 INFO O| Aug 08 22:04:04.887 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-08-08T22:04:07.098Z[ recovery-image] Aug 08 22:04:04.896 INFO O| Aug 08 22:04:04.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
45712024-08-08T22:04:07.101Z[ recovery-image] Aug 08 22:04:04.896 INFO O| Aug 08 22:04:04.896 INFO STEP 252 (remove_files) COMPLETE
45722024-08-08T22:04:07.101Z[ recovery-image] Aug 08 22:04:04.896 INFO O| Aug 08 22:04:04.896 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-08-08T22:04:07.101Z[ host-image] Aug 08 22:04:04.897 INFO O| Aug 08 22:04:04.897 INFO O| Planning: Solver setup ... Done
45742024-08-08T22:04:07.104Z[ host-image] Aug 08 22:04:04.901 INFO O| Aug 08 22:04:04.901 INFO O| Planning: Running solver ... Done
45752024-08-08T22:04:07.108Z[ recovery-image] Aug 08 22:04:04.906 INFO O| Aug 08 22:04:04.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
45762024-08-08T22:04:07.108Z[ recovery-image] Aug 08 22:04:04.906 INFO O| Aug 08 22:04:04.906 INFO STEP 253 (remove_files) COMPLETE
45772024-08-08T22:04:07.111Z[ recovery-image] Aug 08 22:04:04.906 INFO O| Aug 08 22:04:04.906 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-08-08T22:04:07.119Z[ recovery-image] Aug 08 22:04:04.917 INFO O| Aug 08 22:04:04.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
45792024-08-08T22:04:07.119Z[ recovery-image] Aug 08 22:04:04.917 INFO O| Aug 08 22:04:04.917 INFO STEP 254 (remove_files) COMPLETE
45802024-08-08T22:04:07.119Z[ recovery-image] Aug 08 22:04:04.917 INFO O| Aug 08 22:04:04.917 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-08-08T22:04:07.129Z[ recovery-image] Aug 08 22:04:04.927 INFO O| Aug 08 22:04:04.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
45822024-08-08T22:04:07.129Z[ recovery-image] Aug 08 22:04:04.927 INFO O| Aug 08 22:04:04.927 INFO STEP 255 (remove_files) COMPLETE
45832024-08-08T22:04:07.131Z[ recovery-image] Aug 08 22:04:04.927 INFO O| Aug 08 22:04:04.927 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-08-08T22:04:07.139Z[ recovery-image] Aug 08 22:04:04.936 INFO O| Aug 08 22:04:04.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
45852024-08-08T22:04:07.139Z[ recovery-image] Aug 08 22:04:04.936 INFO O| Aug 08 22:04:04.936 INFO STEP 256 (remove_files) COMPLETE
45862024-08-08T22:04:07.141Z[ recovery-image] Aug 08 22:04:04.936 INFO O| Aug 08 22:04:04.936 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-08-08T22:04:07.141Z[ host-image] Aug 08 22:04:04.938 INFO O| Aug 08 22:04:04.938 INFO O| Planning: Finding local manifests ... Done
45882024-08-08T22:04:07.141Z[ host-image] Aug 08 22:04:04.939 INFO O| Aug 08 22:04:04.939 INFO O| Planning: Fetching manifests: 0/4 0% complete
45892024-08-08T22:04:07.149Z[ recovery-image] Aug 08 22:04:04.947 INFO O| Aug 08 22:04:04.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
45902024-08-08T22:04:07.149Z[ recovery-image] Aug 08 22:04:04.947 INFO O| Aug 08 22:04:04.947 INFO STEP 257 (remove_files) COMPLETE
45912024-08-08T22:04:07.151Z[ recovery-image] Aug 08 22:04:04.947 INFO O| Aug 08 22:04:04.947 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-08-08T22:04:07.159Z[ recovery-image] Aug 08 22:04:04.957 INFO O| Aug 08 22:04:04.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
45932024-08-08T22:04:07.161Z[ recovery-image] Aug 08 22:04:04.957 INFO O| Aug 08 22:04:04.957 INFO STEP 258 (remove_files) COMPLETE
45942024-08-08T22:04:07.161Z[ recovery-image] Aug 08 22:04:04.957 INFO O| Aug 08 22:04:04.957 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-08-08T22:04:07.169Z[ recovery-image] Aug 08 22:04:04.966 INFO O| Aug 08 22:04:04.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
45962024-08-08T22:04:07.169Z[ recovery-image] Aug 08 22:04:04.966 INFO O| Aug 08 22:04:04.966 INFO STEP 259 (remove_files) COMPLETE
45972024-08-08T22:04:07.169Z[ recovery-image] Aug 08 22:04:04.966 INFO O| Aug 08 22:04:04.966 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-08-08T22:04:07.178Z[ recovery-image] Aug 08 22:04:04.976 INFO O| Aug 08 22:04:04.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
45992024-08-08T22:04:07.181Z[ recovery-image] Aug 08 22:04:04.976 INFO O| Aug 08 22:04:04.976 INFO STEP 260 (remove_files) COMPLETE
46002024-08-08T22:04:07.181Z[ recovery-image] Aug 08 22:04:04.976 INFO O| Aug 08 22:04:04.976 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-08-08T22:04:07.188Z[ recovery-image] Aug 08 22:04:04.986 INFO O| Aug 08 22:04:04.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46022024-08-08T22:04:07.191Z[ recovery-image] Aug 08 22:04:04.986 INFO O| Aug 08 22:04:04.986 INFO STEP 261 (remove_files) COMPLETE
46032024-08-08T22:04:07.191Z[ recovery-image] Aug 08 22:04:04.986 INFO O| Aug 08 22:04:04.986 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-08-08T22:04:07.198Z[ recovery-image] Aug 08 22:04:04.995 INFO O| Aug 08 22:04:04.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46052024-08-08T22:04:07.200Z[ recovery-image] Aug 08 22:04:04.995 INFO O| Aug 08 22:04:04.995 INFO STEP 262 (remove_files) COMPLETE
46062024-08-08T22:04:07.200Z[ recovery-image] Aug 08 22:04:04.996 INFO O| Aug 08 22:04:04.995 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-08-08T22:04:07.208Z[ recovery-image] Aug 08 22:04:05.006 INFO O| Aug 08 22:04:05.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46082024-08-08T22:04:07.208Z[ recovery-image] Aug 08 22:04:05.006 INFO O| Aug 08 22:04:05.006 INFO STEP 263 (remove_files) COMPLETE
46092024-08-08T22:04:07.208Z[ recovery-image] Aug 08 22:04:05.006 INFO O| Aug 08 22:04:05.006 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-08-08T22:04:07.218Z[ recovery-image] Aug 08 22:04:05.015 INFO O| Aug 08 22:04:05.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
46112024-08-08T22:04:07.220Z[ recovery-image] Aug 08 22:04:05.015 INFO O| Aug 08 22:04:05.015 INFO STEP 264 (remove_files) COMPLETE
46122024-08-08T22:04:07.220Z[ recovery-image] Aug 08 22:04:05.015 INFO O| Aug 08 22:04:05.015 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-08-08T22:04:07.225Z[ host-image] Aug 08 22:04:05.023 INFO O| Aug 08 22:04:05.023 INFO O| Planning: Fetching manifests: 4/4 100% complete
46142024-08-08T22:04:07.228Z[ recovery-image] Aug 08 22:04:05.025 INFO O| Aug 08 22:04:05.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
46152024-08-08T22:04:07.228Z[ recovery-image] Aug 08 22:04:05.025 INFO O| Aug 08 22:04:05.025 INFO STEP 265 (remove_files) COMPLETE
46162024-08-08T22:04:07.228Z[ recovery-image] Aug 08 22:04:05.025 INFO O| Aug 08 22:04:05.025 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-08-08T22:04:07.237Z[ recovery-image] Aug 08 22:04:05.035 INFO O| Aug 08 22:04:05.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
46182024-08-08T22:04:07.239Z[ recovery-image] Aug 08 22:04:05.035 INFO O| Aug 08 22:04:05.035 INFO STEP 266 (remove_files) COMPLETE
46192024-08-08T22:04:07.239Z[ recovery-image] Aug 08 22:04:05.035 INFO O| Aug 08 22:04:05.035 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-08-08T22:04:07.248Z[ host-image] Aug 08 22:04:05.045 INFO O| Aug 08 22:04:05.045 INFO O| Planning: Package planning ... Done
46212024-08-08T22:04:07.250Z[ recovery-image] Aug 08 22:04:05.045 INFO O| Aug 08 22:04:05.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
46222024-08-08T22:04:07.250Z[ recovery-image] Aug 08 22:04:05.046 INFO O| Aug 08 22:04:05.045 INFO STEP 267 (remove_files) COMPLETE
46232024-08-08T22:04:07.250Z[ recovery-image] Aug 08 22:04:05.046 INFO O| Aug 08 22:04:05.045 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-08-08T22:04:07.253Z[ host-image] Aug 08 22:04:05.048 INFO O| Aug 08 22:04:05.048 INFO O| Planning: Merging actions ... Done
46252024-08-08T22:04:07.258Z[ recovery-image] Aug 08 22:04:05.055 INFO O| Aug 08 22:04:05.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
46262024-08-08T22:04:07.258Z[ recovery-image] Aug 08 22:04:05.055 INFO O| Aug 08 22:04:05.055 INFO STEP 268 (remove_files) COMPLETE
46272024-08-08T22:04:07.260Z[ recovery-image] Aug 08 22:04:05.055 INFO O| Aug 08 22:04:05.055 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-08-08T22:04:07.268Z[ recovery-image] Aug 08 22:04:05.065 INFO O| Aug 08 22:04:05.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
46292024-08-08T22:04:07.272Z[ recovery-image] Aug 08 22:04:05.065 INFO O| Aug 08 22:04:05.065 INFO STEP 269 (remove_files) COMPLETE
46302024-08-08T22:04:07.272Z[ recovery-image] Aug 08 22:04:05.065 INFO O| Aug 08 22:04:05.065 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-08-08T22:04:07.277Z[ recovery-image] Aug 08 22:04:05.075 INFO O| Aug 08 22:04:05.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
46322024-08-08T22:04:07.280Z[ recovery-image] Aug 08 22:04:05.075 INFO O| Aug 08 22:04:05.075 INFO STEP 270 (remove_files) COMPLETE
46332024-08-08T22:04:07.280Z[ recovery-image] Aug 08 22:04:05.075 INFO O| Aug 08 22:04:05.075 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-08-08T22:04:07.288Z[ recovery-image] Aug 08 22:04:05.086 INFO O| Aug 08 22:04:05.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
46352024-08-08T22:04:07.288Z[ recovery-image] Aug 08 22:04:05.086 INFO O| Aug 08 22:04:05.086 INFO STEP 271 (remove_files) COMPLETE
46362024-08-08T22:04:07.288Z[ recovery-image] Aug 08 22:04:05.086 INFO O| Aug 08 22:04:05.086 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-08-08T22:04:07.298Z[ recovery-image] Aug 08 22:04:05.096 INFO O| Aug 08 22:04:05.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
46382024-08-08T22:04:07.301Z[ recovery-image] Aug 08 22:04:05.096 INFO O| Aug 08 22:04:05.096 INFO STEP 272 (remove_files) COMPLETE
46392024-08-08T22:04:07.301Z[ recovery-image] Aug 08 22:04:05.097 INFO O| Aug 08 22:04:05.096 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-08-08T22:04:07.309Z[ recovery-image] Aug 08 22:04:05.106 INFO O| Aug 08 22:04:05.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
46412024-08-08T22:04:07.309Z[ recovery-image] Aug 08 22:04:05.106 INFO O| Aug 08 22:04:05.106 INFO STEP 273 (remove_files) COMPLETE
46422024-08-08T22:04:07.312Z[ recovery-image] Aug 08 22:04:05.106 INFO O| Aug 08 22:04:05.106 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-08-08T22:04:07.318Z[ recovery-image] Aug 08 22:04:05.116 INFO O| Aug 08 22:04:05.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
46442024-08-08T22:04:07.328Z[ recovery-image] Aug 08 22:04:05.116 INFO O| Aug 08 22:04:05.116 INFO STEP 274 (remove_files) COMPLETE
46452024-08-08T22:04:07.328Z[ recovery-image] Aug 08 22:04:05.116 INFO O| Aug 08 22:04:05.116 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-08-08T22:04:07.332Z[ recovery-image] Aug 08 22:04:05.125 INFO O| Aug 08 22:04:05.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
46472024-08-08T22:04:07.332Z[ recovery-image] Aug 08 22:04:05.125 INFO O| Aug 08 22:04:05.125 INFO STEP 275 (remove_files) COMPLETE
46482024-08-08T22:04:07.332Z[ recovery-image] Aug 08 22:04:05.125 INFO O| Aug 08 22:04:05.125 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-08-08T22:04:07.339Z[ recovery-image] Aug 08 22:04:05.136 INFO O| Aug 08 22:04:05.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
46502024-08-08T22:04:07.339Z[ recovery-image] Aug 08 22:04:05.136 INFO O| Aug 08 22:04:05.136 INFO STEP 276 (remove_files) COMPLETE
46512024-08-08T22:04:07.342Z[ recovery-image] Aug 08 22:04:05.136 INFO O| Aug 08 22:04:05.136 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-08-08T22:04:07.352Z[ recovery-image] Aug 08 22:04:05.148 INFO O| Aug 08 22:04:05.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
46532024-08-08T22:04:07.355Z[ recovery-image] Aug 08 22:04:05.148 INFO O| Aug 08 22:04:05.148 INFO STEP 277 (remove_files) COMPLETE
46542024-08-08T22:04:07.355Z[ recovery-image] Aug 08 22:04:05.148 INFO O| Aug 08 22:04:05.148 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-08-08T22:04:07.361Z[ recovery-image] Aug 08 22:04:05.159 INFO O| Aug 08 22:04:05.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
46562024-08-08T22:04:07.361Z[ recovery-image] Aug 08 22:04:05.159 INFO O| Aug 08 22:04:05.159 INFO STEP 278 (remove_files) COMPLETE
46572024-08-08T22:04:07.361Z[ recovery-image] Aug 08 22:04:05.159 INFO O| Aug 08 22:04:05.159 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-08-08T22:04:07.373Z[ recovery-image] Aug 08 22:04:05.170 INFO O| Aug 08 22:04:05.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
46592024-08-08T22:04:07.374Z[ recovery-image] Aug 08 22:04:05.170 INFO O| Aug 08 22:04:05.170 INFO STEP 279 (remove_files) COMPLETE
46602024-08-08T22:04:07.374Z[ recovery-image] Aug 08 22:04:05.170 INFO O| Aug 08 22:04:05.170 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-08-08T22:04:07.383Z[ recovery-image] Aug 08 22:04:05.181 INFO O| Aug 08 22:04:05.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
46622024-08-08T22:04:07.386Z[ recovery-image] Aug 08 22:04:05.181 INFO O| Aug 08 22:04:05.181 INFO STEP 280 (remove_files) COMPLETE
46632024-08-08T22:04:07.387Z[ recovery-image] Aug 08 22:04:05.181 INFO O| Aug 08 22:04:05.181 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-08-08T22:04:07.394Z[ recovery-image] Aug 08 22:04:05.191 INFO O| Aug 08 22:04:05.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
46652024-08-08T22:04:07.397Z[ recovery-image] Aug 08 22:04:05.191 INFO O| Aug 08 22:04:05.191 INFO STEP 281 (remove_files) COMPLETE
46662024-08-08T22:04:07.397Z[ recovery-image] Aug 08 22:04:05.191 INFO O| Aug 08 22:04:05.191 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-08-08T22:04:07.402Z[ host-image] Aug 08 22:04:05.199 INFO O| Aug 08 22:04:05.199 INFO O| Planning: Checking for conflicting actions ... Done
46682024-08-08T22:04:07.405Z[ host-image] Aug 08 22:04:05.200 INFO O| Aug 08 22:04:05.200 INFO O| Planning: Consolidating action changes ... Done
46692024-08-08T22:04:07.405Z[ recovery-image] Aug 08 22:04:05.201 INFO O| Aug 08 22:04:05.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
46702024-08-08T22:04:07.405Z[ recovery-image] Aug 08 22:04:05.201 INFO O| Aug 08 22:04:05.201 INFO STEP 282 (remove_files) COMPLETE
46712024-08-08T22:04:07.405Z[ recovery-image] Aug 08 22:04:05.202 INFO O| Aug 08 22:04:05.201 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-08-08T22:04:07.414Z[ recovery-image] Aug 08 22:04:05.212 INFO O| Aug 08 22:04:05.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
46732024-08-08T22:04:07.414Z[ recovery-image] Aug 08 22:04:05.212 INFO O| Aug 08 22:04:05.212 INFO STEP 283 (remove_files) COMPLETE
46742024-08-08T22:04:07.419Z[ recovery-image] Aug 08 22:04:05.212 INFO O| Aug 08 22:04:05.212 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-08-08T22:04:07.427Z[ recovery-image] Aug 08 22:04:05.224 INFO O| Aug 08 22:04:05.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
46762024-08-08T22:04:07.427Z[ recovery-image] Aug 08 22:04:05.224 INFO O| Aug 08 22:04:05.224 INFO STEP 284 (remove_files) COMPLETE
46772024-08-08T22:04:07.427Z[ recovery-image] Aug 08 22:04:05.224 INFO O| Aug 08 22:04:05.224 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-08-08T22:04:07.437Z[ recovery-image] Aug 08 22:04:05.234 INFO O| Aug 08 22:04:05.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
46792024-08-08T22:04:07.437Z[ recovery-image] Aug 08 22:04:05.234 INFO O| Aug 08 22:04:05.234 INFO STEP 285 (remove_files) COMPLETE
46802024-08-08T22:04:07.440Z[ recovery-image] Aug 08 22:04:05.234 INFO O| Aug 08 22:04:05.234 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-08-08T22:04:07.446Z[ recovery-image] Aug 08 22:04:05.244 INFO O| Aug 08 22:04:05.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
46822024-08-08T22:04:07.449Z[ recovery-image] Aug 08 22:04:05.244 INFO O| Aug 08 22:04:05.244 INFO STEP 286 (remove_files) COMPLETE
46832024-08-08T22:04:07.449Z[ recovery-image] Aug 08 22:04:05.244 INFO O| Aug 08 22:04:05.244 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-08-08T22:04:07.456Z[ recovery-image] Aug 08 22:04:05.253 INFO O| Aug 08 22:04:05.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
46852024-08-08T22:04:07.456Z[ recovery-image] Aug 08 22:04:05.253 INFO O| Aug 08 22:04:05.253 INFO STEP 287 (remove_files) COMPLETE
46862024-08-08T22:04:07.459Z[ recovery-image] Aug 08 22:04:05.253 INFO O| Aug 08 22:04:05.253 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-08-08T22:04:07.465Z[ recovery-image] Aug 08 22:04:05.263 INFO O| Aug 08 22:04:05.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
46882024-08-08T22:04:07.468Z[ recovery-image] Aug 08 22:04:05.263 INFO O| Aug 08 22:04:05.263 INFO STEP 288 (remove_files) COMPLETE
46892024-08-08T22:04:07.468Z[ recovery-image] Aug 08 22:04:05.263 INFO O| Aug 08 22:04:05.263 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-08-08T22:04:07.475Z[ recovery-image] Aug 08 22:04:05.273 INFO O| Aug 08 22:04:05.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
46912024-08-08T22:04:07.475Z[ recovery-image] Aug 08 22:04:05.273 INFO O| Aug 08 22:04:05.273 INFO STEP 289 (remove_files) COMPLETE
46922024-08-08T22:04:07.475Z[ recovery-image] Aug 08 22:04:05.273 INFO O| Aug 08 22:04:05.273 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-08-08T22:04:07.486Z[ recovery-image] Aug 08 22:04:05.282 INFO O| Aug 08 22:04:05.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
46942024-08-08T22:04:07.488Z[ recovery-image] Aug 08 22:04:05.283 INFO O| Aug 08 22:04:05.282 INFO STEP 290 (remove_files) COMPLETE
46952024-08-08T22:04:07.488Z[ recovery-image] Aug 08 22:04:05.283 INFO O| Aug 08 22:04:05.283 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-08-08T22:04:07.494Z[ recovery-image] Aug 08 22:04:05.292 INFO O| Aug 08 22:04:05.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
46972024-08-08T22:04:07.494Z[ recovery-image] Aug 08 22:04:05.292 INFO O| Aug 08 22:04:05.292 INFO STEP 291 (remove_files) COMPLETE
46982024-08-08T22:04:07.497Z[ recovery-image] Aug 08 22:04:05.292 INFO O| Aug 08 22:04:05.292 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-08-08T22:04:07.504Z[ recovery-image] Aug 08 22:04:05.302 INFO O| Aug 08 22:04:05.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47002024-08-08T22:04:07.507Z[ recovery-image] Aug 08 22:04:05.302 INFO O| Aug 08 22:04:05.302 INFO STEP 292 (remove_files) COMPLETE
47012024-08-08T22:04:07.507Z[ recovery-image] Aug 08 22:04:05.302 INFO O| Aug 08 22:04:05.302 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-08-08T22:04:07.514Z[ recovery-image] Aug 08 22:04:05.312 INFO O| Aug 08 22:04:05.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47032024-08-08T22:04:07.514Z[ recovery-image] Aug 08 22:04:05.312 INFO O| Aug 08 22:04:05.312 INFO STEP 293 (remove_files) COMPLETE
47042024-08-08T22:04:07.514Z[ recovery-image] Aug 08 22:04:05.312 INFO O| Aug 08 22:04:05.312 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-08-08T22:04:07.524Z[ recovery-image] Aug 08 22:04:05.321 INFO O| Aug 08 22:04:05.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47062024-08-08T22:04:07.524Z[ recovery-image] Aug 08 22:04:05.321 INFO O| Aug 08 22:04:05.321 INFO STEP 294 (remove_files) COMPLETE
47072024-08-08T22:04:07.527Z[ recovery-image] Aug 08 22:04:05.321 INFO O| Aug 08 22:04:05.321 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-08-08T22:04:07.533Z[ recovery-image] Aug 08 22:04:05.331 INFO O| Aug 08 22:04:05.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47092024-08-08T22:04:07.533Z[ recovery-image] Aug 08 22:04:05.331 INFO O| Aug 08 22:04:05.331 INFO STEP 295 (remove_files) COMPLETE
47102024-08-08T22:04:07.536Z[ recovery-image] Aug 08 22:04:05.331 INFO O| Aug 08 22:04:05.331 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-08-08T22:04:07.543Z[ recovery-image] Aug 08 22:04:05.341 INFO O| Aug 08 22:04:05.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47122024-08-08T22:04:07.546Z[ recovery-image] Aug 08 22:04:05.341 INFO O| Aug 08 22:04:05.341 INFO STEP 296 (remove_files) COMPLETE
47132024-08-08T22:04:07.546Z[ recovery-image] Aug 08 22:04:05.341 INFO O| Aug 08 22:04:05.341 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-08-08T22:04:07.553Z[ recovery-image] Aug 08 22:04:05.350 INFO O| Aug 08 22:04:05.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
47152024-08-08T22:04:07.553Z[ recovery-image] Aug 08 22:04:05.350 INFO O| Aug 08 22:04:05.350 INFO STEP 297 (remove_files) COMPLETE
47162024-08-08T22:04:07.553Z[ recovery-image] Aug 08 22:04:05.350 INFO O| Aug 08 22:04:05.350 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-08-08T22:04:07.563Z[ recovery-image] Aug 08 22:04:05.361 INFO O| Aug 08 22:04:05.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
47182024-08-08T22:04:07.563Z[ recovery-image] Aug 08 22:04:05.361 INFO O| Aug 08 22:04:05.361 INFO STEP 298 (remove_files) COMPLETE
47192024-08-08T22:04:07.563Z[ recovery-image] Aug 08 22:04:05.361 INFO O| Aug 08 22:04:05.361 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-08-08T22:04:07.573Z[ recovery-image] Aug 08 22:04:05.370 INFO O| Aug 08 22:04:05.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
47212024-08-08T22:04:07.575Z[ recovery-image] Aug 08 22:04:05.370 INFO O| Aug 08 22:04:05.370 INFO STEP 299 (remove_files) COMPLETE
47222024-08-08T22:04:07.575Z[ recovery-image] Aug 08 22:04:05.370 INFO O| Aug 08 22:04:05.370 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-08-08T22:04:07.583Z[ recovery-image] Aug 08 22:04:05.380 INFO O| Aug 08 22:04:05.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
47242024-08-08T22:04:07.583Z[ recovery-image] Aug 08 22:04:05.380 INFO O| Aug 08 22:04:05.380 INFO STEP 300 (remove_files) COMPLETE
47252024-08-08T22:04:07.586Z[ recovery-image] Aug 08 22:04:05.380 INFO O| Aug 08 22:04:05.380 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-08-08T22:04:07.586Z[ host-image] Aug 08 22:04:05.382 INFO O| Aug 08 22:04:05.382 INFO O| Planning: Evaluating mediators ... Done
47272024-08-08T22:04:07.586Z[ host-image] Aug 08 22:04:05.383 INFO O| Aug 08 22:04:05.383 INFO O| Planning: Planning completed in 2.01 seconds
47282024-08-08T22:04:07.589Z[ host-image] Aug 08 22:04:05.385 INFO O| Aug 08 22:04:05.385 INFO O| Packages to install: 4
47292024-08-08T22:04:07.589Z[ host-image] Aug 08 22:04:05.385 INFO O| Aug 08 22:04:05.385 INFO O| Services to change: 2
47302024-08-08T22:04:07.592Z[ recovery-image] Aug 08 22:04:05.390 INFO O| Aug 08 22:04:05.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
47312024-08-08T22:04:07.592Z[ recovery-image] Aug 08 22:04:05.390 INFO O| Aug 08 22:04:05.390 INFO STEP 301 (remove_files) COMPLETE
47322024-08-08T22:04:07.595Z[ recovery-image] Aug 08 22:04:05.390 INFO O| Aug 08 22:04:05.390 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-08-08T22:04:07.598Z[ host-image] Aug 08 22:04:05.396 INFO O| Aug 08 22:04:05.395 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
47342024-08-08T22:04:07.602Z[ recovery-image] Aug 08 22:04:05.400 INFO O| Aug 08 22:04:05.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
47352024-08-08T22:04:07.605Z[ recovery-image] Aug 08 22:04:05.400 INFO O| Aug 08 22:04:05.400 INFO STEP 302 (remove_files) COMPLETE
47362024-08-08T22:04:07.605Z[ recovery-image] Aug 08 22:04:05.400 INFO O| Aug 08 22:04:05.400 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-08-08T22:04:07.612Z[ recovery-image] Aug 08 22:04:05.410 INFO O| Aug 08 22:04:05.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
47382024-08-08T22:04:07.612Z[ recovery-image] Aug 08 22:04:05.410 INFO O| Aug 08 22:04:05.410 INFO STEP 303 (remove_files) COMPLETE
47392024-08-08T22:04:07.615Z[ recovery-image] Aug 08 22:04:05.410 INFO O| Aug 08 22:04:05.410 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-08-08T22:04:07.623Z[ recovery-image] Aug 08 22:04:05.420 INFO O| Aug 08 22:04:05.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
47412024-08-08T22:04:07.623Z[ recovery-image] Aug 08 22:04:05.420 INFO O| Aug 08 22:04:05.420 INFO STEP 304 (remove_files) COMPLETE
47422024-08-08T22:04:07.625Z[ recovery-image] Aug 08 22:04:05.420 INFO O| Aug 08 22:04:05.420 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-08-08T22:04:07.632Z[ recovery-image] Aug 08 22:04:05.430 INFO O| Aug 08 22:04:05.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
47442024-08-08T22:04:07.632Z[ recovery-image] Aug 08 22:04:05.430 INFO O| Aug 08 22:04:05.430 INFO STEP 305 (remove_files) COMPLETE
47452024-08-08T22:04:07.635Z[ recovery-image] Aug 08 22:04:05.430 INFO O| Aug 08 22:04:05.430 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-08-08T22:04:07.643Z[ recovery-image] Aug 08 22:04:05.441 INFO O| Aug 08 22:04:05.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
47472024-08-08T22:04:07.646Z[ recovery-image] Aug 08 22:04:05.441 INFO O| Aug 08 22:04:05.441 INFO STEP 306 (remove_files) COMPLETE
47482024-08-08T22:04:07.646Z[ recovery-image] Aug 08 22:04:05.441 INFO O| Aug 08 22:04:05.441 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-08-08T22:04:07.653Z[ recovery-image] Aug 08 22:04:05.450 INFO O| Aug 08 22:04:05.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
47502024-08-08T22:04:07.653Z[ recovery-image] Aug 08 22:04:05.450 INFO O| Aug 08 22:04:05.450 INFO STEP 307 (remove_files) COMPLETE
47512024-08-08T22:04:07.653Z[ recovery-image] Aug 08 22:04:05.450 INFO O| Aug 08 22:04:05.450 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-08-08T22:04:07.663Z[ recovery-image] Aug 08 22:04:05.461 INFO O| Aug 08 22:04:05.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
47532024-08-08T22:04:07.664Z[ recovery-image] Aug 08 22:04:05.461 INFO O| Aug 08 22:04:05.461 INFO STEP 308 (remove_files) COMPLETE
47542024-08-08T22:04:07.671Z[ recovery-image] Aug 08 22:04:05.461 INFO O| Aug 08 22:04:05.461 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-08-08T22:04:07.674Z[ recovery-image] Aug 08 22:04:05.471 INFO O| Aug 08 22:04:05.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
47562024-08-08T22:04:07.674Z[ recovery-image] Aug 08 22:04:05.471 INFO O| Aug 08 22:04:05.471 INFO STEP 309 (remove_files) COMPLETE
47572024-08-08T22:04:07.674Z[ recovery-image] Aug 08 22:04:05.471 INFO O| Aug 08 22:04:05.471 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-08-08T22:04:07.683Z[ recovery-image] Aug 08 22:04:05.480 INFO O| Aug 08 22:04:05.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
47592024-08-08T22:04:07.683Z[ recovery-image] Aug 08 22:04:05.480 INFO O| Aug 08 22:04:05.480 INFO STEP 310 (remove_files) COMPLETE
47602024-08-08T22:04:07.685Z[ recovery-image] Aug 08 22:04:05.480 INFO O| Aug 08 22:04:05.480 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-08-08T22:04:07.693Z[ recovery-image] Aug 08 22:04:05.490 INFO O| Aug 08 22:04:05.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
47622024-08-08T22:04:07.693Z[ recovery-image] Aug 08 22:04:05.490 INFO O| Aug 08 22:04:05.490 INFO STEP 311 (remove_files) COMPLETE
47632024-08-08T22:04:07.696Z[ recovery-image] Aug 08 22:04:05.491 INFO O| Aug 08 22:04:05.490 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-08-08T22:04:07.703Z[ recovery-image] Aug 08 22:04:05.500 INFO O| Aug 08 22:04:05.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
47652024-08-08T22:04:07.703Z[ recovery-image] Aug 08 22:04:05.500 INFO O| Aug 08 22:04:05.500 INFO STEP 312 (remove_files) COMPLETE
47662024-08-08T22:04:07.705Z[ recovery-image] Aug 08 22:04:05.500 INFO O| Aug 08 22:04:05.500 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-08-08T22:04:07.712Z[ recovery-image] Aug 08 22:04:05.510 INFO O| Aug 08 22:04:05.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
47682024-08-08T22:04:07.715Z[ recovery-image] Aug 08 22:04:05.510 INFO O| Aug 08 22:04:05.510 INFO STEP 313 (remove_files) COMPLETE
47692024-08-08T22:04:07.715Z[ recovery-image] Aug 08 22:04:05.510 INFO O| Aug 08 22:04:05.510 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-08-08T22:04:07.722Z[ recovery-image] Aug 08 22:04:05.520 INFO O| Aug 08 22:04:05.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
47712024-08-08T22:04:07.722Z[ recovery-image] Aug 08 22:04:05.520 INFO O| Aug 08 22:04:05.520 INFO STEP 314 (remove_files) COMPLETE
47722024-08-08T22:04:07.725Z[ recovery-image] Aug 08 22:04:05.520 INFO O| Aug 08 22:04:05.520 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-08-08T22:04:07.732Z[ recovery-image] Aug 08 22:04:05.530 INFO O| Aug 08 22:04:05.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
47742024-08-08T22:04:07.732Z[ recovery-image] Aug 08 22:04:05.530 INFO O| Aug 08 22:04:05.530 INFO STEP 315 (remove_files) COMPLETE
47752024-08-08T22:04:07.735Z[ recovery-image] Aug 08 22:04:05.530 INFO O| Aug 08 22:04:05.530 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-08-08T22:04:07.742Z[ recovery-image] Aug 08 22:04:05.539 INFO O| Aug 08 22:04:05.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
47772024-08-08T22:04:07.742Z[ recovery-image] Aug 08 22:04:05.539 INFO O| Aug 08 22:04:05.539 INFO STEP 316 (remove_files) COMPLETE
47782024-08-08T22:04:07.744Z[ recovery-image] Aug 08 22:04:05.539 INFO O| Aug 08 22:04:05.539 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-08-08T22:04:07.751Z[ recovery-image] Aug 08 22:04:05.549 INFO O| Aug 08 22:04:05.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
47802024-08-08T22:04:07.751Z[ recovery-image] Aug 08 22:04:05.549 INFO O| Aug 08 22:04:05.549 INFO STEP 317 (remove_files) COMPLETE
47812024-08-08T22:04:07.751Z[ recovery-image] Aug 08 22:04:05.549 INFO O| Aug 08 22:04:05.549 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-08-08T22:04:07.761Z[ recovery-image] Aug 08 22:04:05.558 INFO O| Aug 08 22:04:05.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
47832024-08-08T22:04:07.763Z[ recovery-image] Aug 08 22:04:05.558 INFO O| Aug 08 22:04:05.558 INFO STEP 318 (remove_files) COMPLETE
47842024-08-08T22:04:07.763Z[ recovery-image] Aug 08 22:04:05.559 INFO O| Aug 08 22:04:05.558 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-08-08T22:04:07.770Z[ recovery-image] Aug 08 22:04:05.568 INFO O| Aug 08 22:04:05.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
47862024-08-08T22:04:07.773Z[ recovery-image] Aug 08 22:04:05.568 INFO O| Aug 08 22:04:05.568 INFO STEP 319 (remove_files) COMPLETE
47872024-08-08T22:04:07.773Z[ recovery-image] Aug 08 22:04:05.568 INFO O| Aug 08 22:04:05.568 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-08-08T22:04:07.780Z[ recovery-image] Aug 08 22:04:05.577 INFO O| Aug 08 22:04:05.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
47892024-08-08T22:04:07.782Z[ recovery-image] Aug 08 22:04:05.577 INFO O| Aug 08 22:04:05.577 INFO STEP 320 (remove_files) COMPLETE
47902024-08-08T22:04:07.783Z[ recovery-image] Aug 08 22:04:05.577 INFO O| Aug 08 22:04:05.577 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-08-08T22:04:07.789Z[ recovery-image] Aug 08 22:04:05.587 INFO O| Aug 08 22:04:05.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
47922024-08-08T22:04:07.789Z[ recovery-image] Aug 08 22:04:05.587 INFO O| Aug 08 22:04:05.587 INFO STEP 321 (remove_files) COMPLETE
47932024-08-08T22:04:07.792Z[ recovery-image] Aug 08 22:04:05.587 INFO O| Aug 08 22:04:05.587 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-08-08T22:04:07.800Z[ recovery-image] Aug 08 22:04:05.596 INFO O| Aug 08 22:04:05.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
47952024-08-08T22:04:07.802Z[ recovery-image] Aug 08 22:04:05.596 INFO O| Aug 08 22:04:05.596 INFO STEP 322 (remove_files) COMPLETE
47962024-08-08T22:04:07.802Z[ recovery-image] Aug 08 22:04:05.596 INFO O| Aug 08 22:04:05.596 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-08-08T22:04:07.808Z[ recovery-image] Aug 08 22:04:05.606 INFO O| Aug 08 22:04:05.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
47982024-08-08T22:04:07.808Z[ recovery-image] Aug 08 22:04:05.606 INFO O| Aug 08 22:04:05.606 INFO STEP 323 (remove_files) COMPLETE
47992024-08-08T22:04:07.808Z[ recovery-image] Aug 08 22:04:05.606 INFO O| Aug 08 22:04:05.606 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-08-08T22:04:07.818Z[ recovery-image] Aug 08 22:04:05.615 INFO O| Aug 08 22:04:05.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48012024-08-08T22:04:07.818Z[ recovery-image] Aug 08 22:04:05.615 INFO O| Aug 08 22:04:05.615 INFO STEP 324 (remove_files) COMPLETE
48022024-08-08T22:04:07.820Z[ recovery-image] Aug 08 22:04:05.615 INFO O| Aug 08 22:04:05.615 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-08-08T22:04:07.827Z[ recovery-image] Aug 08 22:04:05.625 INFO O| Aug 08 22:04:05.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48042024-08-08T22:04:07.830Z[ recovery-image] Aug 08 22:04:05.625 INFO O| Aug 08 22:04:05.625 INFO STEP 325 (remove_files) COMPLETE
48052024-08-08T22:04:07.830Z[ recovery-image] Aug 08 22:04:05.625 INFO O| Aug 08 22:04:05.625 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-08-08T22:04:07.837Z[ recovery-image] Aug 08 22:04:05.634 INFO O| Aug 08 22:04:05.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48072024-08-08T22:04:07.837Z[ recovery-image] Aug 08 22:04:05.634 INFO O| Aug 08 22:04:05.634 INFO STEP 326 (remove_files) COMPLETE
48082024-08-08T22:04:07.840Z[ recovery-image] Aug 08 22:04:05.634 INFO O| Aug 08 22:04:05.634 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-08-08T22:04:07.846Z[ recovery-image] Aug 08 22:04:05.643 INFO O| Aug 08 22:04:05.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48102024-08-08T22:04:07.846Z[ recovery-image] Aug 08 22:04:05.643 INFO O| Aug 08 22:04:05.643 INFO STEP 327 (remove_files) COMPLETE
48112024-08-08T22:04:07.849Z[ recovery-image] Aug 08 22:04:05.643 INFO O| Aug 08 22:04:05.643 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-08-08T22:04:07.856Z[ recovery-image] Aug 08 22:04:05.653 INFO O| Aug 08 22:04:05.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48132024-08-08T22:04:07.856Z[ recovery-image] Aug 08 22:04:05.653 INFO O| Aug 08 22:04:05.653 INFO STEP 328 (remove_files) COMPLETE
48142024-08-08T22:04:07.860Z[ recovery-image] Aug 08 22:04:05.653 INFO O| Aug 08 22:04:05.653 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-08-08T22:04:07.865Z[ recovery-image] Aug 08 22:04:05.662 INFO O| Aug 08 22:04:05.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48162024-08-08T22:04:07.869Z[ recovery-image] Aug 08 22:04:05.663 INFO O| Aug 08 22:04:05.663 INFO STEP 329 (remove_files) COMPLETE
48172024-08-08T22:04:07.869Z[ recovery-image] Aug 08 22:04:05.663 INFO O| Aug 08 22:04:05.663 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-08-08T22:04:07.875Z[ recovery-image] Aug 08 22:04:05.672 INFO O| Aug 08 22:04:05.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
48192024-08-08T22:04:07.875Z[ recovery-image] Aug 08 22:04:05.672 INFO O| Aug 08 22:04:05.672 INFO STEP 330 (remove_files) COMPLETE
48202024-08-08T22:04:07.878Z[ recovery-image] Aug 08 22:04:05.672 INFO O| Aug 08 22:04:05.672 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-08-08T22:04:07.884Z[ recovery-image] Aug 08 22:04:05.682 INFO O| Aug 08 22:04:05.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
48222024-08-08T22:04:07.884Z[ recovery-image] Aug 08 22:04:05.682 INFO O| Aug 08 22:04:05.682 INFO STEP 331 (remove_files) COMPLETE
48232024-08-08T22:04:07.884Z[ recovery-image] Aug 08 22:04:05.682 INFO O| Aug 08 22:04:05.682 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-08-08T22:04:07.894Z[ recovery-image] Aug 08 22:04:05.691 INFO O| Aug 08 22:04:05.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
48252024-08-08T22:04:07.894Z[ recovery-image] Aug 08 22:04:05.691 INFO O| Aug 08 22:04:05.691 INFO STEP 332 (remove_files) COMPLETE
48262024-08-08T22:04:07.897Z[ recovery-image] Aug 08 22:04:05.691 INFO O| Aug 08 22:04:05.691 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-08-08T22:04:07.903Z[ recovery-image] Aug 08 22:04:05.701 INFO O| Aug 08 22:04:05.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
48282024-08-08T22:04:07.903Z[ recovery-image] Aug 08 22:04:05.701 INFO O| Aug 08 22:04:05.701 INFO STEP 333 (remove_files) COMPLETE
48292024-08-08T22:04:07.903Z[ recovery-image] Aug 08 22:04:05.701 INFO O| Aug 08 22:04:05.701 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-08-08T22:04:07.913Z[ recovery-image] Aug 08 22:04:05.710 INFO O| Aug 08 22:04:05.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
48312024-08-08T22:04:07.913Z[ recovery-image] Aug 08 22:04:05.710 INFO O| Aug 08 22:04:05.710 INFO STEP 334 (remove_files) COMPLETE
48322024-08-08T22:04:07.913Z[ recovery-image] Aug 08 22:04:05.710 INFO O| Aug 08 22:04:05.710 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-08-08T22:04:07.922Z[ recovery-image] Aug 08 22:04:05.719 INFO O| Aug 08 22:04:05.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
48342024-08-08T22:04:07.925Z[ recovery-image] Aug 08 22:04:05.719 INFO O| Aug 08 22:04:05.719 INFO STEP 335 (remove_files) COMPLETE
48352024-08-08T22:04:07.925Z[ recovery-image] Aug 08 22:04:05.719 INFO O| Aug 08 22:04:05.719 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-08-08T22:04:07.931Z[ recovery-image] Aug 08 22:04:05.729 INFO O| Aug 08 22:04:05.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
48372024-08-08T22:04:07.931Z[ recovery-image] Aug 08 22:04:05.729 INFO O| Aug 08 22:04:05.729 INFO STEP 336 (remove_files) COMPLETE
48382024-08-08T22:04:07.931Z[ recovery-image] Aug 08 22:04:05.729 INFO O| Aug 08 22:04:05.729 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-08-08T22:04:07.941Z[ recovery-image] Aug 08 22:04:05.738 INFO O| Aug 08 22:04:05.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
48402024-08-08T22:04:07.941Z[ recovery-image] Aug 08 22:04:05.738 INFO O| Aug 08 22:04:05.738 INFO STEP 337 (remove_files) COMPLETE
48412024-08-08T22:04:07.941Z[ recovery-image] Aug 08 22:04:05.738 INFO O| Aug 08 22:04:05.738 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-08-08T22:04:07.950Z[ recovery-image] Aug 08 22:04:05.747 INFO O| Aug 08 22:04:05.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
48432024-08-08T22:04:07.950Z[ recovery-image] Aug 08 22:04:05.748 INFO O| Aug 08 22:04:05.748 INFO STEP 338 (remove_files) COMPLETE
48442024-08-08T22:04:07.950Z[ recovery-image] Aug 08 22:04:05.748 INFO O| Aug 08 22:04:05.748 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-08-08T22:04:07.959Z[ recovery-image] Aug 08 22:04:05.757 INFO O| Aug 08 22:04:05.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
48462024-08-08T22:04:07.959Z[ recovery-image] Aug 08 22:04:05.757 INFO O| Aug 08 22:04:05.757 INFO STEP 339 (remove_files) COMPLETE
48472024-08-08T22:04:07.962Z[ recovery-image] Aug 08 22:04:05.757 INFO O| Aug 08 22:04:05.757 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-08-08T22:04:07.969Z[ recovery-image] Aug 08 22:04:05.766 INFO O| Aug 08 22:04:05.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
48492024-08-08T22:04:07.969Z[ recovery-image] Aug 08 22:04:05.766 INFO O| Aug 08 22:04:05.766 INFO STEP 340 (remove_files) COMPLETE
48502024-08-08T22:04:07.971Z[ recovery-image] Aug 08 22:04:05.766 INFO O| Aug 08 22:04:05.766 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-08-08T22:04:07.978Z[ recovery-image] Aug 08 22:04:05.776 INFO O| Aug 08 22:04:05.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
48522024-08-08T22:04:07.981Z[ recovery-image] Aug 08 22:04:05.776 INFO O| Aug 08 22:04:05.776 INFO STEP 341 (remove_files) COMPLETE
48532024-08-08T22:04:07.981Z[ recovery-image] Aug 08 22:04:05.776 INFO O| Aug 08 22:04:05.776 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-08-08T22:04:07.987Z[ recovery-image] Aug 08 22:04:05.785 INFO O| Aug 08 22:04:05.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
48552024-08-08T22:04:07.987Z[ recovery-image] Aug 08 22:04:05.785 INFO O| Aug 08 22:04:05.785 INFO STEP 342 (remove_files) COMPLETE
48562024-08-08T22:04:07.990Z[ recovery-image] Aug 08 22:04:05.785 INFO O| Aug 08 22:04:05.785 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-08-08T22:04:07.997Z[ recovery-image] Aug 08 22:04:05.794 INFO O| Aug 08 22:04:05.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
48582024-08-08T22:04:07.997Z[ recovery-image] Aug 08 22:04:05.794 INFO O| Aug 08 22:04:05.794 INFO STEP 343 (remove_files) COMPLETE
48592024-08-08T22:04:07.999Z[ recovery-image] Aug 08 22:04:05.795 INFO O| Aug 08 22:04:05.794 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-08-08T22:04:08.007Z[ recovery-image] Aug 08 22:04:05.804 INFO O| Aug 08 22:04:05.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
48612024-08-08T22:04:08.007Z[ recovery-image] Aug 08 22:04:05.804 INFO O| Aug 08 22:04:05.804 INFO STEP 344 (remove_files) COMPLETE
48622024-08-08T22:04:08.007Z[ recovery-image] Aug 08 22:04:05.804 INFO O| Aug 08 22:04:05.804 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-08-08T22:04:08.016Z[ recovery-image] Aug 08 22:04:05.813 INFO O| Aug 08 22:04:05.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
48642024-08-08T22:04:08.019Z[ recovery-image] Aug 08 22:04:05.813 INFO O| Aug 08 22:04:05.813 INFO STEP 345 (remove_files) COMPLETE
48652024-08-08T22:04:08.019Z[ recovery-image] Aug 08 22:04:05.813 INFO O| Aug 08 22:04:05.813 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-08-08T22:04:08.025Z[ recovery-image] Aug 08 22:04:05.823 INFO O| Aug 08 22:04:05.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
48672024-08-08T22:04:08.029Z[ recovery-image] Aug 08 22:04:05.823 INFO O| Aug 08 22:04:05.823 INFO STEP 346 (remove_files) COMPLETE
48682024-08-08T22:04:08.029Z[ recovery-image] Aug 08 22:04:05.823 INFO O| Aug 08 22:04:05.823 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-08-08T22:04:08.035Z[ recovery-image] Aug 08 22:04:05.832 INFO O| Aug 08 22:04:05.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
48702024-08-08T22:04:08.035Z[ recovery-image] Aug 08 22:04:05.832 INFO O| Aug 08 22:04:05.832 INFO STEP 347 (remove_files) COMPLETE
48712024-08-08T22:04:08.037Z[ recovery-image] Aug 08 22:04:05.832 INFO O| Aug 08 22:04:05.832 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-08-08T22:04:08.044Z[ recovery-image] Aug 08 22:04:05.842 INFO O| Aug 08 22:04:05.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
48732024-08-08T22:04:08.044Z[ recovery-image] Aug 08 22:04:05.842 INFO O| Aug 08 22:04:05.842 INFO STEP 348 (remove_files) COMPLETE
48742024-08-08T22:04:08.047Z[ recovery-image] Aug 08 22:04:05.842 INFO O| Aug 08 22:04:05.842 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-08-08T22:04:08.053Z[ recovery-image] Aug 08 22:04:05.851 INFO O| Aug 08 22:04:05.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
48762024-08-08T22:04:08.053Z[ recovery-image] Aug 08 22:04:05.851 INFO O| Aug 08 22:04:05.851 INFO STEP 349 (remove_files) COMPLETE
48772024-08-08T22:04:08.057Z[ recovery-image] Aug 08 22:04:05.851 INFO O| Aug 08 22:04:05.851 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-08-08T22:04:08.063Z[ recovery-image] Aug 08 22:04:05.860 INFO O| Aug 08 22:04:05.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
48792024-08-08T22:04:08.063Z[ recovery-image] Aug 08 22:04:05.860 INFO O| Aug 08 22:04:05.860 INFO STEP 350 (remove_files) COMPLETE
48802024-08-08T22:04:08.066Z[ recovery-image] Aug 08 22:04:05.860 INFO O| Aug 08 22:04:05.860 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-08-08T22:04:08.073Z[ recovery-image] Aug 08 22:04:05.870 INFO O| Aug 08 22:04:05.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
48822024-08-08T22:04:08.073Z[ recovery-image] Aug 08 22:04:05.870 INFO O| Aug 08 22:04:05.870 INFO STEP 351 (remove_files) COMPLETE
48832024-08-08T22:04:08.075Z[ recovery-image] Aug 08 22:04:05.870 INFO O| Aug 08 22:04:05.870 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-08-08T22:04:08.082Z[ recovery-image] Aug 08 22:04:05.880 INFO O| Aug 08 22:04:05.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
48852024-08-08T22:04:08.085Z[ recovery-image] Aug 08 22:04:05.880 INFO O| Aug 08 22:04:05.880 INFO STEP 352 (remove_files) COMPLETE
48862024-08-08T22:04:08.085Z[ recovery-image] Aug 08 22:04:05.880 INFO O| Aug 08 22:04:05.880 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-08-08T22:04:08.092Z[ recovery-image] Aug 08 22:04:05.890 INFO O| Aug 08 22:04:05.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
48882024-08-08T22:04:08.092Z[ recovery-image] Aug 08 22:04:05.890 INFO O| Aug 08 22:04:05.890 INFO STEP 353 (remove_files) COMPLETE
48892024-08-08T22:04:08.095Z[ recovery-image] Aug 08 22:04:05.890 INFO O| Aug 08 22:04:05.890 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-08-08T22:04:08.102Z[ recovery-image] Aug 08 22:04:05.900 INFO O| Aug 08 22:04:05.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
48912024-08-08T22:04:08.105Z[ recovery-image] Aug 08 22:04:05.900 INFO O| Aug 08 22:04:05.900 INFO STEP 354 (remove_files) COMPLETE
48922024-08-08T22:04:08.105Z[ recovery-image] Aug 08 22:04:05.900 INFO O| Aug 08 22:04:05.900 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-08-08T22:04:08.112Z[ recovery-image] Aug 08 22:04:05.909 INFO O| Aug 08 22:04:05.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
48942024-08-08T22:04:08.112Z[ recovery-image] Aug 08 22:04:05.909 INFO O| Aug 08 22:04:05.909 INFO STEP 355 (remove_files) COMPLETE
48952024-08-08T22:04:08.115Z[ recovery-image] Aug 08 22:04:05.909 INFO O| Aug 08 22:04:05.909 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-08-08T22:04:08.121Z[ recovery-image] Aug 08 22:04:05.919 INFO O| Aug 08 22:04:05.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
48972024-08-08T22:04:08.125Z[ recovery-image] Aug 08 22:04:05.919 INFO O| Aug 08 22:04:05.919 INFO STEP 356 (remove_files) COMPLETE
48982024-08-08T22:04:08.125Z[ recovery-image] Aug 08 22:04:05.919 INFO O| Aug 08 22:04:05.919 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-08-08T22:04:08.132Z[ recovery-image] Aug 08 22:04:05.929 INFO O| Aug 08 22:04:05.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49002024-08-08T22:04:08.132Z[ recovery-image] Aug 08 22:04:05.929 INFO O| Aug 08 22:04:05.929 INFO STEP 357 (remove_files) COMPLETE
49012024-08-08T22:04:08.135Z[ recovery-image] Aug 08 22:04:05.929 INFO O| Aug 08 22:04:05.929 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-08-08T22:04:08.141Z[ recovery-image] Aug 08 22:04:05.939 INFO O| Aug 08 22:04:05.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49032024-08-08T22:04:08.144Z[ recovery-image] Aug 08 22:04:05.939 INFO O| Aug 08 22:04:05.939 INFO STEP 358 (remove_files) COMPLETE
49042024-08-08T22:04:08.144Z[ recovery-image] Aug 08 22:04:05.939 INFO O| Aug 08 22:04:05.939 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-08-08T22:04:08.151Z[ recovery-image] Aug 08 22:04:05.948 INFO O| Aug 08 22:04:05.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49062024-08-08T22:04:08.151Z[ recovery-image] Aug 08 22:04:05.948 INFO O| Aug 08 22:04:05.948 INFO STEP 359 (remove_files) COMPLETE
49072024-08-08T22:04:08.151Z[ recovery-image] Aug 08 22:04:05.948 INFO O| Aug 08 22:04:05.948 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-08-08T22:04:08.161Z[ recovery-image] Aug 08 22:04:05.958 INFO O| Aug 08 22:04:05.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49092024-08-08T22:04:08.164Z[ recovery-image] Aug 08 22:04:05.958 INFO O| Aug 08 22:04:05.958 INFO STEP 360 (remove_files) COMPLETE
49102024-08-08T22:04:08.164Z[ recovery-image] Aug 08 22:04:05.958 INFO O| Aug 08 22:04:05.958 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-08-08T22:04:08.172Z[ recovery-image] Aug 08 22:04:05.968 INFO O| Aug 08 22:04:05.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49122024-08-08T22:04:08.177Z[ recovery-image] Aug 08 22:04:05.968 INFO O| Aug 08 22:04:05.968 INFO STEP 361 (remove_files) COMPLETE
49132024-08-08T22:04:08.177Z[ recovery-image] Aug 08 22:04:05.968 INFO O| Aug 08 22:04:05.968 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-08-08T22:04:08.181Z[ recovery-image] Aug 08 22:04:05.978 INFO O| Aug 08 22:04:05.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49152024-08-08T22:04:08.184Z[ recovery-image] Aug 08 22:04:05.978 INFO O| Aug 08 22:04:05.978 INFO STEP 362 (remove_files) COMPLETE
49162024-08-08T22:04:08.184Z[ recovery-image] Aug 08 22:04:05.978 INFO O| Aug 08 22:04:05.978 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-08-08T22:04:08.190Z[ recovery-image] Aug 08 22:04:05.988 INFO O| Aug 08 22:04:05.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
49182024-08-08T22:04:08.190Z[ recovery-image] Aug 08 22:04:05.988 INFO O| Aug 08 22:04:05.988 INFO STEP 363 (remove_files) COMPLETE
49192024-08-08T22:04:08.191Z[ recovery-image] Aug 08 22:04:05.988 INFO O| Aug 08 22:04:05.988 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-08-08T22:04:08.200Z[ recovery-image] Aug 08 22:04:05.997 INFO O| Aug 08 22:04:05.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
49212024-08-08T22:04:08.200Z[ recovery-image] Aug 08 22:04:05.997 INFO O| Aug 08 22:04:05.997 INFO STEP 364 (remove_files) COMPLETE
49222024-08-08T22:04:08.204Z[ recovery-image] Aug 08 22:04:05.997 INFO O| Aug 08 22:04:05.997 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-08-08T22:04:08.209Z[ recovery-image] Aug 08 22:04:06.007 INFO O| Aug 08 22:04:06.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
49242024-08-08T22:04:08.209Z[ recovery-image] Aug 08 22:04:06.007 INFO O| Aug 08 22:04:06.007 INFO STEP 365 (remove_files) COMPLETE
49252024-08-08T22:04:08.212Z[ recovery-image] Aug 08 22:04:06.007 INFO O| Aug 08 22:04:06.007 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-08-08T22:04:08.219Z[ recovery-image] Aug 08 22:04:06.016 INFO O| Aug 08 22:04:06.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
49272024-08-08T22:04:08.222Z[ recovery-image] Aug 08 22:04:06.016 INFO O| Aug 08 22:04:06.016 INFO STEP 366 (remove_files) COMPLETE
49282024-08-08T22:04:08.222Z[ recovery-image] Aug 08 22:04:06.016 INFO O| Aug 08 22:04:06.016 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-08-08T22:04:08.228Z[ recovery-image] Aug 08 22:04:06.026 INFO O| Aug 08 22:04:06.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
49302024-08-08T22:04:08.231Z[ recovery-image] Aug 08 22:04:06.026 INFO O| Aug 08 22:04:06.026 INFO STEP 367 (remove_files) COMPLETE
49312024-08-08T22:04:08.231Z[ recovery-image] Aug 08 22:04:06.026 INFO O| Aug 08 22:04:06.026 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-08-08T22:04:08.238Z[ recovery-image] Aug 08 22:04:06.035 INFO O| Aug 08 22:04:06.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
49332024-08-08T22:04:08.238Z[ recovery-image] Aug 08 22:04:06.035 INFO O| Aug 08 22:04:06.035 INFO STEP 368 (remove_files) COMPLETE
49342024-08-08T22:04:08.240Z[ recovery-image] Aug 08 22:04:06.035 INFO O| Aug 08 22:04:06.035 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-08-08T22:04:08.248Z[ recovery-image] Aug 08 22:04:06.045 INFO O| Aug 08 22:04:06.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
49362024-08-08T22:04:08.248Z[ recovery-image] Aug 08 22:04:06.045 INFO O| Aug 08 22:04:06.045 INFO STEP 369 (remove_files) COMPLETE
49372024-08-08T22:04:08.251Z[ recovery-image] Aug 08 22:04:06.045 INFO O| Aug 08 22:04:06.045 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-08-08T22:04:08.257Z[ recovery-image] Aug 08 22:04:06.054 INFO O| Aug 08 22:04:06.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
49392024-08-08T22:04:08.259Z[ recovery-image] Aug 08 22:04:06.054 INFO O| Aug 08 22:04:06.054 INFO STEP 370 (remove_files) COMPLETE
49402024-08-08T22:04:08.259Z[ recovery-image] Aug 08 22:04:06.054 INFO O| Aug 08 22:04:06.054 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-08-08T22:04:08.266Z[ recovery-image] Aug 08 22:04:06.064 INFO O| Aug 08 22:04:06.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
49422024-08-08T22:04:08.266Z[ recovery-image] Aug 08 22:04:06.064 INFO O| Aug 08 22:04:06.064 INFO STEP 371 (remove_files) COMPLETE
49432024-08-08T22:04:08.269Z[ recovery-image] Aug 08 22:04:06.064 INFO O| Aug 08 22:04:06.064 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-08-08T22:04:08.275Z[ recovery-image] Aug 08 22:04:06.073 INFO O| Aug 08 22:04:06.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
49452024-08-08T22:04:08.275Z[ recovery-image] Aug 08 22:04:06.073 INFO O| Aug 08 22:04:06.073 INFO STEP 372 (remove_files) COMPLETE
49462024-08-08T22:04:08.275Z[ recovery-image] Aug 08 22:04:06.073 INFO O| Aug 08 22:04:06.073 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-08-08T22:04:08.285Z[ recovery-image] Aug 08 22:04:06.082 INFO O| Aug 08 22:04:06.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
49482024-08-08T22:04:08.285Z[ recovery-image] Aug 08 22:04:06.083 INFO O| Aug 08 22:04:06.082 INFO STEP 373 (remove_files) COMPLETE
49492024-08-08T22:04:08.288Z[ recovery-image] Aug 08 22:04:06.083 INFO O| Aug 08 22:04:06.083 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-08-08T22:04:08.294Z[ recovery-image] Aug 08 22:04:06.092 INFO O| Aug 08 22:04:06.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
49512024-08-08T22:04:08.294Z[ recovery-image] Aug 08 22:04:06.092 INFO O| Aug 08 22:04:06.092 INFO STEP 374 (remove_files) COMPLETE
49522024-08-08T22:04:08.297Z[ recovery-image] Aug 08 22:04:06.092 INFO O| Aug 08 22:04:06.092 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-08-08T22:04:08.304Z[ recovery-image] Aug 08 22:04:06.101 INFO O| Aug 08 22:04:06.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
49542024-08-08T22:04:08.304Z[ recovery-image] Aug 08 22:04:06.102 INFO O| Aug 08 22:04:06.101 INFO STEP 375 (remove_files) COMPLETE
49552024-08-08T22:04:08.307Z[ recovery-image] Aug 08 22:04:06.102 INFO O| Aug 08 22:04:06.101 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-08-08T22:04:08.313Z[ recovery-image] Aug 08 22:04:06.111 INFO O| Aug 08 22:04:06.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
49572024-08-08T22:04:08.313Z[ recovery-image] Aug 08 22:04:06.111 INFO O| Aug 08 22:04:06.111 INFO STEP 376 (remove_files) COMPLETE
49582024-08-08T22:04:08.313Z[ recovery-image] Aug 08 22:04:06.111 INFO O| Aug 08 22:04:06.111 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-08-08T22:04:08.323Z[ recovery-image] Aug 08 22:04:06.120 INFO O| Aug 08 22:04:06.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
49602024-08-08T22:04:08.323Z[ recovery-image] Aug 08 22:04:06.120 INFO O| Aug 08 22:04:06.120 INFO STEP 377 (remove_files) COMPLETE
49612024-08-08T22:04:08.326Z[ recovery-image] Aug 08 22:04:06.120 INFO O| Aug 08 22:04:06.120 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-08-08T22:04:08.332Z[ recovery-image] Aug 08 22:04:06.130 INFO O| Aug 08 22:04:06.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
49632024-08-08T22:04:08.332Z[ recovery-image] Aug 08 22:04:06.130 INFO O| Aug 08 22:04:06.130 INFO STEP 378 (remove_files) COMPLETE
49642024-08-08T22:04:08.335Z[ recovery-image] Aug 08 22:04:06.130 INFO O| Aug 08 22:04:06.130 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-08-08T22:04:08.342Z[ recovery-image] Aug 08 22:04:06.139 INFO O| Aug 08 22:04:06.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
49662024-08-08T22:04:08.342Z[ recovery-image] Aug 08 22:04:06.139 INFO O| Aug 08 22:04:06.139 INFO STEP 379 (remove_files) COMPLETE
49672024-08-08T22:04:08.344Z[ recovery-image] Aug 08 22:04:06.139 INFO O| Aug 08 22:04:06.139 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-08-08T22:04:08.351Z[ recovery-image] Aug 08 22:04:06.149 INFO O| Aug 08 22:04:06.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
49692024-08-08T22:04:08.355Z[ recovery-image] Aug 08 22:04:06.149 INFO O| Aug 08 22:04:06.149 INFO STEP 380 (remove_files) COMPLETE
49702024-08-08T22:04:08.355Z[ recovery-image] Aug 08 22:04:06.149 INFO O| Aug 08 22:04:06.149 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-08-08T22:04:08.361Z[ recovery-image] Aug 08 22:04:06.158 INFO O| Aug 08 22:04:06.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
49722024-08-08T22:04:08.364Z[ recovery-image] Aug 08 22:04:06.158 INFO O| Aug 08 22:04:06.158 INFO STEP 381 (remove_files) COMPLETE
49732024-08-08T22:04:08.364Z[ recovery-image] Aug 08 22:04:06.158 INFO O| Aug 08 22:04:06.158 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-08-08T22:04:08.370Z[ recovery-image] Aug 08 22:04:06.168 INFO O| Aug 08 22:04:06.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
49752024-08-08T22:04:08.370Z[ recovery-image] Aug 08 22:04:06.168 INFO O| Aug 08 22:04:06.168 INFO STEP 382 (remove_files) COMPLETE
49762024-08-08T22:04:08.370Z[ recovery-image] Aug 08 22:04:06.168 INFO O| Aug 08 22:04:06.168 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-08-08T22:04:08.380Z[ recovery-image] Aug 08 22:04:06.177 INFO O| Aug 08 22:04:06.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
49782024-08-08T22:04:08.380Z[ recovery-image] Aug 08 22:04:06.177 INFO O| Aug 08 22:04:06.177 INFO STEP 383 (remove_files) COMPLETE
49792024-08-08T22:04:08.383Z[ recovery-image] Aug 08 22:04:06.177 INFO O| Aug 08 22:04:06.177 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-08-08T22:04:08.390Z[ recovery-image] Aug 08 22:04:06.187 INFO O| Aug 08 22:04:06.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
49812024-08-08T22:04:08.394Z[ recovery-image] Aug 08 22:04:06.187 INFO O| Aug 08 22:04:06.187 INFO STEP 384 (remove_files) COMPLETE
49822024-08-08T22:04:08.394Z[ recovery-image] Aug 08 22:04:06.187 INFO O| Aug 08 22:04:06.187 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-08-08T22:04:08.399Z[ recovery-image] Aug 08 22:04:06.196 INFO O| Aug 08 22:04:06.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
49842024-08-08T22:04:08.399Z[ recovery-image] Aug 08 22:04:06.196 INFO O| Aug 08 22:04:06.196 INFO STEP 385 (remove_files) COMPLETE
49852024-08-08T22:04:08.403Z[ recovery-image] Aug 08 22:04:06.196 INFO O| Aug 08 22:04:06.196 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-08-08T22:04:08.409Z[ recovery-image] Aug 08 22:04:06.206 INFO O| Aug 08 22:04:06.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
49872024-08-08T22:04:08.409Z[ recovery-image] Aug 08 22:04:06.206 INFO O| Aug 08 22:04:06.206 INFO STEP 386 (remove_files) COMPLETE
49882024-08-08T22:04:08.413Z[ recovery-image] Aug 08 22:04:06.206 INFO O| Aug 08 22:04:06.206 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-08-08T22:04:08.419Z[ recovery-image] Aug 08 22:04:06.215 INFO O| Aug 08 22:04:06.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
49902024-08-08T22:04:08.419Z[ recovery-image] Aug 08 22:04:06.215 INFO O| Aug 08 22:04:06.215 INFO STEP 387 (remove_files) COMPLETE
49912024-08-08T22:04:08.422Z[ recovery-image] Aug 08 22:04:06.215 INFO O| Aug 08 22:04:06.215 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-08-08T22:04:08.427Z[ recovery-image] Aug 08 22:04:06.224 INFO O| Aug 08 22:04:06.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
49932024-08-08T22:04:08.430Z[ recovery-image] Aug 08 22:04:06.224 INFO O| Aug 08 22:04:06.224 INFO STEP 388 (remove_files) COMPLETE
49942024-08-08T22:04:08.430Z[ recovery-image] Aug 08 22:04:06.224 INFO O| Aug 08 22:04:06.224 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-08-08T22:04:08.436Z[ recovery-image] Aug 08 22:04:06.234 INFO O| Aug 08 22:04:06.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
49962024-08-08T22:04:08.441Z[ recovery-image] Aug 08 22:04:06.234 INFO O| Aug 08 22:04:06.234 INFO STEP 389 (remove_files) COMPLETE
49972024-08-08T22:04:08.441Z[ recovery-image] Aug 08 22:04:06.234 INFO O| Aug 08 22:04:06.234 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-08-08T22:04:08.446Z[ recovery-image] Aug 08 22:04:06.243 INFO O| Aug 08 22:04:06.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
49992024-08-08T22:04:08.449Z[ recovery-image] Aug 08 22:04:06.243 INFO O| Aug 08 22:04:06.243 INFO STEP 390 (remove_files) COMPLETE
50002024-08-08T22:04:08.449Z[ recovery-image] Aug 08 22:04:06.243 INFO O| Aug 08 22:04:06.243 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-08-08T22:04:08.455Z[ recovery-image] Aug 08 22:04:06.253 INFO O| Aug 08 22:04:06.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50022024-08-08T22:04:08.455Z[ recovery-image] Aug 08 22:04:06.253 INFO O| Aug 08 22:04:06.253 INFO STEP 391 (remove_files) COMPLETE
50032024-08-08T22:04:08.459Z[ recovery-image] Aug 08 22:04:06.253 INFO O| Aug 08 22:04:06.253 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-08-08T22:04:08.465Z[ recovery-image] Aug 08 22:04:06.262 INFO O| Aug 08 22:04:06.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50052024-08-08T22:04:08.465Z[ recovery-image] Aug 08 22:04:06.262 INFO O| Aug 08 22:04:06.262 INFO STEP 392 (remove_files) COMPLETE
50062024-08-08T22:04:08.465Z[ recovery-image] Aug 08 22:04:06.262 INFO O| Aug 08 22:04:06.262 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-08-08T22:04:08.474Z[ recovery-image] Aug 08 22:04:06.272 INFO O| Aug 08 22:04:06.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50082024-08-08T22:04:08.477Z[ recovery-image] Aug 08 22:04:06.272 INFO O| Aug 08 22:04:06.272 INFO STEP 393 (remove_files) COMPLETE
50092024-08-08T22:04:08.478Z[ recovery-image] Aug 08 22:04:06.272 INFO O| Aug 08 22:04:06.272 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-08-08T22:04:08.484Z[ recovery-image] Aug 08 22:04:06.281 INFO O| Aug 08 22:04:06.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50112024-08-08T22:04:08.487Z[ recovery-image] Aug 08 22:04:06.281 INFO O| Aug 08 22:04:06.281 INFO STEP 394 (remove_files) COMPLETE
50122024-08-08T22:04:08.487Z[ recovery-image] Aug 08 22:04:06.281 INFO O| Aug 08 22:04:06.281 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-08-08T22:04:08.493Z[ recovery-image] Aug 08 22:04:06.290 INFO O| Aug 08 22:04:06.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50142024-08-08T22:04:08.493Z[ recovery-image] Aug 08 22:04:06.290 INFO O| Aug 08 22:04:06.290 INFO STEP 395 (remove_files) COMPLETE
50152024-08-08T22:04:08.496Z[ recovery-image] Aug 08 22:04:06.290 INFO O| Aug 08 22:04:06.290 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-08-08T22:04:08.503Z[ recovery-image] Aug 08 22:04:06.300 INFO O| Aug 08 22:04:06.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
50172024-08-08T22:04:08.503Z[ recovery-image] Aug 08 22:04:06.300 INFO O| Aug 08 22:04:06.300 INFO STEP 396 (remove_files) COMPLETE
50182024-08-08T22:04:08.507Z[ recovery-image] Aug 08 22:04:06.300 INFO O| Aug 08 22:04:06.300 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-08-08T22:04:08.512Z[ recovery-image] Aug 08 22:04:06.309 INFO O| Aug 08 22:04:06.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
50202024-08-08T22:04:08.512Z[ recovery-image] Aug 08 22:04:06.309 INFO O| Aug 08 22:04:06.309 INFO STEP 397 (remove_files) COMPLETE
50212024-08-08T22:04:08.512Z[ recovery-image] Aug 08 22:04:06.309 INFO O| Aug 08 22:04:06.309 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-08-08T22:04:08.521Z[ recovery-image] Aug 08 22:04:06.319 INFO O| Aug 08 22:04:06.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
50232024-08-08T22:04:08.525Z[ recovery-image] Aug 08 22:04:06.319 INFO O| Aug 08 22:04:06.319 INFO STEP 398 (remove_files) COMPLETE
50242024-08-08T22:04:08.525Z[ recovery-image] Aug 08 22:04:06.319 INFO O| Aug 08 22:04:06.319 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-08-08T22:04:08.531Z[ recovery-image] Aug 08 22:04:06.328 INFO O| Aug 08 22:04:06.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
50262024-08-08T22:04:08.531Z[ recovery-image] Aug 08 22:04:06.328 INFO O| Aug 08 22:04:06.328 INFO STEP 399 (remove_files) COMPLETE
50272024-08-08T22:04:08.534Z[ recovery-image] Aug 08 22:04:06.328 INFO O| Aug 08 22:04:06.328 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-08-08T22:04:08.540Z[ recovery-image] Aug 08 22:04:06.338 INFO O| Aug 08 22:04:06.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
50292024-08-08T22:04:08.544Z[ recovery-image] Aug 08 22:04:06.338 INFO O| Aug 08 22:04:06.338 INFO STEP 400 (remove_files) COMPLETE
50302024-08-08T22:04:08.545Z[ recovery-image] Aug 08 22:04:06.338 INFO O| Aug 08 22:04:06.338 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-08-08T22:04:08.551Z[ recovery-image] Aug 08 22:04:06.347 INFO O| Aug 08 22:04:06.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
50322024-08-08T22:04:08.551Z[ recovery-image] Aug 08 22:04:06.347 INFO O| Aug 08 22:04:06.347 INFO STEP 401 (remove_files) COMPLETE
50332024-08-08T22:04:08.553Z[ recovery-image] Aug 08 22:04:06.347 INFO O| Aug 08 22:04:06.347 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-08-08T22:04:08.559Z[ recovery-image] Aug 08 22:04:06.356 INFO O| Aug 08 22:04:06.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
50352024-08-08T22:04:08.559Z[ recovery-image] Aug 08 22:04:06.356 INFO O| Aug 08 22:04:06.356 INFO STEP 402 (remove_files) COMPLETE
50362024-08-08T22:04:08.561Z[ recovery-image] Aug 08 22:04:06.356 INFO O| Aug 08 22:04:06.356 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-08-08T22:04:08.568Z[ recovery-image] Aug 08 22:04:06.366 INFO O| Aug 08 22:04:06.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
50382024-08-08T22:04:08.571Z[ recovery-image] Aug 08 22:04:06.366 INFO O| Aug 08 22:04:06.366 INFO STEP 403 (remove_files) COMPLETE
50392024-08-08T22:04:08.571Z[ recovery-image] Aug 08 22:04:06.366 INFO O| Aug 08 22:04:06.366 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-08-08T22:04:08.571Z[ host-image] Aug 08 22:04:06.367 INFO O| Aug 08 22:04:06.367 INFO O| Download: Completed 1.39 MB in 0.97 seconds (1.4M/s)
50412024-08-08T22:04:08.578Z[ recovery-image] Aug 08 22:04:06.376 INFO O| Aug 08 22:04:06.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
50422024-08-08T22:04:08.578Z[ recovery-image] Aug 08 22:04:06.376 INFO O| Aug 08 22:04:06.376 INFO STEP 404 (remove_files) COMPLETE
50432024-08-08T22:04:08.578Z[ recovery-image] Aug 08 22:04:06.376 INFO O| Aug 08 22:04:06.376 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-08-08T22:04:08.591Z[ recovery-image] Aug 08 22:04:06.386 INFO O| Aug 08 22:04:06.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
50452024-08-08T22:04:08.593Z[ recovery-image] Aug 08 22:04:06.386 INFO O| Aug 08 22:04:06.386 INFO STEP 405 (remove_files) COMPLETE
50462024-08-08T22:04:08.593Z[ recovery-image] Aug 08 22:04:06.387 INFO O| Aug 08 22:04:06.386 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-08-08T22:04:08.596Z[ host-image] Aug 08 22:04:06.393 INFO O| Aug 08 22:04:06.392 INFO O| Actions: 1/238 actions (Installing new actions)
50482024-08-08T22:04:08.599Z[ recovery-image] Aug 08 22:04:06.396 INFO O| Aug 08 22:04:06.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
50492024-08-08T22:04:08.599Z[ recovery-image] Aug 08 22:04:06.396 INFO O| Aug 08 22:04:06.396 INFO STEP 406 (remove_files) COMPLETE
50502024-08-08T22:04:08.599Z[ recovery-image] Aug 08 22:04:06.396 INFO O| Aug 08 22:04:06.396 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-08-08T22:04:08.608Z[ recovery-image] Aug 08 22:04:06.406 INFO O| Aug 08 22:04:06.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
50522024-08-08T22:04:08.611Z[ recovery-image] Aug 08 22:04:06.406 INFO O| Aug 08 22:04:06.406 INFO STEP 407 (remove_files) COMPLETE
50532024-08-08T22:04:08.611Z[ recovery-image] Aug 08 22:04:06.406 INFO O| Aug 08 22:04:06.406 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-08-08T22:04:08.618Z[ recovery-image] Aug 08 22:04:06.416 INFO O| Aug 08 22:04:06.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
50552024-08-08T22:04:08.621Z[ recovery-image] Aug 08 22:04:06.416 INFO O| Aug 08 22:04:06.416 INFO STEP 408 (remove_files) COMPLETE
50562024-08-08T22:04:08.621Z[ recovery-image] Aug 08 22:04:06.416 INFO O| Aug 08 22:04:06.416 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-08-08T22:04:08.628Z[ recovery-image] Aug 08 22:04:06.425 INFO O| Aug 08 22:04:06.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
50582024-08-08T22:04:08.628Z[ recovery-image] Aug 08 22:04:06.426 INFO O| Aug 08 22:04:06.426 INFO STEP 409 (remove_files) COMPLETE
50592024-08-08T22:04:08.631Z[ recovery-image] Aug 08 22:04:06.426 INFO O| Aug 08 22:04:06.426 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-08-08T22:04:08.638Z[ recovery-image] Aug 08 22:04:06.435 INFO O| Aug 08 22:04:06.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
50612024-08-08T22:04:08.640Z[ recovery-image] Aug 08 22:04:06.435 INFO O| Aug 08 22:04:06.435 INFO STEP 410 (remove_files) COMPLETE
50622024-08-08T22:04:08.640Z[ recovery-image] Aug 08 22:04:06.435 INFO O| Aug 08 22:04:06.435 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-08-08T22:04:08.647Z[ recovery-image] Aug 08 22:04:06.445 INFO O| Aug 08 22:04:06.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
50642024-08-08T22:04:08.647Z[ recovery-image] Aug 08 22:04:06.445 INFO O| Aug 08 22:04:06.445 INFO STEP 411 (remove_files) COMPLETE
50652024-08-08T22:04:08.650Z[ recovery-image] Aug 08 22:04:06.445 INFO O| Aug 08 22:04:06.445 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-08-08T22:04:08.657Z[ recovery-image] Aug 08 22:04:06.454 INFO O| Aug 08 22:04:06.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
50672024-08-08T22:04:08.657Z[ recovery-image] Aug 08 22:04:06.455 INFO O| Aug 08 22:04:06.454 INFO STEP 412 (remove_files) COMPLETE
50682024-08-08T22:04:08.657Z[ recovery-image] Aug 08 22:04:06.455 INFO O| Aug 08 22:04:06.454 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-08-08T22:04:08.667Z[ recovery-image] Aug 08 22:04:06.464 INFO O| Aug 08 22:04:06.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
50702024-08-08T22:04:08.669Z[ recovery-image] Aug 08 22:04:06.464 INFO O| Aug 08 22:04:06.464 INFO STEP 413 (remove_files) COMPLETE
50712024-08-08T22:04:08.669Z[ recovery-image] Aug 08 22:04:06.464 INFO O| Aug 08 22:04:06.464 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-08-08T22:04:08.677Z[ recovery-image] Aug 08 22:04:06.474 INFO O| Aug 08 22:04:06.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
50732024-08-08T22:04:08.677Z[ recovery-image] Aug 08 22:04:06.474 INFO O| Aug 08 22:04:06.474 INFO STEP 414 (remove_files) COMPLETE
50742024-08-08T22:04:08.680Z[ recovery-image] Aug 08 22:04:06.475 INFO O| Aug 08 22:04:06.474 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-08-08T22:04:08.689Z[ recovery-image] Aug 08 22:04:06.486 INFO O| Aug 08 22:04:06.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
50762024-08-08T22:04:08.689Z[ recovery-image] Aug 08 22:04:06.486 INFO O| Aug 08 22:04:06.486 INFO STEP 415 (remove_files) COMPLETE
50772024-08-08T22:04:08.689Z[ recovery-image] Aug 08 22:04:06.486 INFO O| Aug 08 22:04:06.486 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-08-08T22:04:08.699Z[ recovery-image] Aug 08 22:04:06.496 INFO O| Aug 08 22:04:06.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
50792024-08-08T22:04:08.702Z[ recovery-image] Aug 08 22:04:06.497 INFO O| Aug 08 22:04:06.496 INFO STEP 416 (remove_files) COMPLETE
50802024-08-08T22:04:08.702Z[ recovery-image] Aug 08 22:04:06.497 INFO O| Aug 08 22:04:06.497 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-08-08T22:04:08.709Z[ recovery-image] Aug 08 22:04:06.506 INFO O| Aug 08 22:04:06.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
50822024-08-08T22:04:08.712Z[ recovery-image] Aug 08 22:04:06.507 INFO O| Aug 08 22:04:06.507 INFO STEP 417 (remove_files) COMPLETE
50832024-08-08T22:04:08.712Z[ recovery-image] Aug 08 22:04:06.507 INFO O| Aug 08 22:04:06.507 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-08-08T22:04:08.719Z[ recovery-image] Aug 08 22:04:06.516 INFO O| Aug 08 22:04:06.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
50852024-08-08T22:04:08.722Z[ recovery-image] Aug 08 22:04:06.517 INFO O| Aug 08 22:04:06.517 INFO STEP 418 (remove_files) COMPLETE
50862024-08-08T22:04:08.722Z[ recovery-image] Aug 08 22:04:06.517 INFO O| Aug 08 22:04:06.517 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-08-08T22:04:08.724Z[ host-image] Aug 08 22:04:06.520 INFO O| Aug 08 22:04:06.520 INFO O| Actions: Completed 238 actions in 0.13 seconds.
50882024-08-08T22:04:08.729Z[ recovery-image] Aug 08 22:04:06.526 INFO O| Aug 08 22:04:06.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
50892024-08-08T22:04:08.729Z[ recovery-image] Aug 08 22:04:06.526 INFO O| Aug 08 22:04:06.526 INFO STEP 419 (remove_files) COMPLETE
50902024-08-08T22:04:08.732Z[ recovery-image] Aug 08 22:04:06.526 INFO O| Aug 08 22:04:06.526 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-08-08T22:04:08.739Z[ recovery-image] Aug 08 22:04:06.536 INFO O| Aug 08 22:04:06.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
50922024-08-08T22:04:08.741Z[ recovery-image] Aug 08 22:04:06.536 INFO O| Aug 08 22:04:06.536 INFO STEP 420 (remove_files) COMPLETE
50932024-08-08T22:04:08.741Z[ recovery-image] Aug 08 22:04:06.536 INFO O| Aug 08 22:04:06.536 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-08-08T22:04:08.749Z[ recovery-image] Aug 08 22:04:06.546 INFO O| Aug 08 22:04:06.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
50952024-08-08T22:04:08.751Z[ recovery-image] Aug 08 22:04:06.546 INFO O| Aug 08 22:04:06.546 INFO STEP 421 (remove_files) COMPLETE
50962024-08-08T22:04:08.751Z[ recovery-image] Aug 08 22:04:06.546 INFO O| Aug 08 22:04:06.546 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-08-08T22:04:08.759Z[ recovery-image] Aug 08 22:04:06.556 INFO O| Aug 08 22:04:06.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
50982024-08-08T22:04:08.761Z[ recovery-image] Aug 08 22:04:06.557 INFO O| Aug 08 22:04:06.557 INFO STEP 422 (remove_files) COMPLETE
50992024-08-08T22:04:08.761Z[ recovery-image] Aug 08 22:04:06.557 INFO O| Aug 08 22:04:06.557 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-08-08T22:04:08.769Z[ recovery-image] Aug 08 22:04:06.567 INFO O| Aug 08 22:04:06.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51012024-08-08T22:04:08.769Z[ recovery-image] Aug 08 22:04:06.567 INFO O| Aug 08 22:04:06.567 INFO STEP 423 (remove_files) COMPLETE
51022024-08-08T22:04:08.773Z[ recovery-image] Aug 08 22:04:06.567 INFO O| Aug 08 22:04:06.567 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-08-08T22:04:08.779Z[ recovery-image] Aug 08 22:04:06.577 INFO O| Aug 08 22:04:06.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51042024-08-08T22:04:08.779Z[ recovery-image] Aug 08 22:04:06.577 INFO O| Aug 08 22:04:06.577 INFO STEP 424 (remove_files) COMPLETE
51052024-08-08T22:04:08.779Z[ recovery-image] Aug 08 22:04:06.577 INFO O| Aug 08 22:04:06.577 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-08-08T22:04:08.790Z[ recovery-image] Aug 08 22:04:06.587 INFO O| Aug 08 22:04:06.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51072024-08-08T22:04:08.790Z[ recovery-image] Aug 08 22:04:06.587 INFO O| Aug 08 22:04:06.587 INFO STEP 425 (remove_files) COMPLETE
51082024-08-08T22:04:08.801Z[ recovery-image] Aug 08 22:04:06.587 INFO O| Aug 08 22:04:06.587 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-08-08T22:04:08.801Z[ recovery-image] Aug 08 22:04:06.597 INFO O| Aug 08 22:04:06.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51102024-08-08T22:04:08.801Z[ recovery-image] Aug 08 22:04:06.597 INFO O| Aug 08 22:04:06.597 INFO STEP 426 (remove_files) COMPLETE
51112024-08-08T22:04:08.801Z[ recovery-image] Aug 08 22:04:06.597 INFO O| Aug 08 22:04:06.597 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-08-08T22:04:08.810Z[ recovery-image] Aug 08 22:04:06.607 INFO O| Aug 08 22:04:06.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51132024-08-08T22:04:08.810Z[ recovery-image] Aug 08 22:04:06.607 INFO O| Aug 08 22:04:06.607 INFO STEP 427 (remove_files) COMPLETE
51142024-08-08T22:04:08.813Z[ recovery-image] Aug 08 22:04:06.607 INFO O| Aug 08 22:04:06.607 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-08-08T22:04:08.821Z[ recovery-image] Aug 08 22:04:06.618 INFO O| Aug 08 22:04:06.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51162024-08-08T22:04:08.824Z[ recovery-image] Aug 08 22:04:06.619 INFO O| Aug 08 22:04:06.619 INFO STEP 428 (remove_files) COMPLETE
51172024-08-08T22:04:08.824Z[ recovery-image] Aug 08 22:04:06.619 INFO O| Aug 08 22:04:06.619 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-08-08T22:04:08.833Z[ recovery-image] Aug 08 22:04:06.631 INFO O| Aug 08 22:04:06.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51192024-08-08T22:04:08.833Z[ recovery-image] Aug 08 22:04:06.631 INFO O| Aug 08 22:04:06.631 INFO STEP 429 (remove_files) COMPLETE
51202024-08-08T22:04:08.838Z[ recovery-image] Aug 08 22:04:06.631 INFO O| Aug 08 22:04:06.631 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-08-08T22:04:08.845Z[ recovery-image] Aug 08 22:04:06.642 INFO O| Aug 08 22:04:06.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
51222024-08-08T22:04:08.845Z[ recovery-image] Aug 08 22:04:06.642 INFO O| Aug 08 22:04:06.642 INFO STEP 430 (remove_files) COMPLETE
51232024-08-08T22:04:08.848Z[ recovery-image] Aug 08 22:04:06.642 INFO O| Aug 08 22:04:06.642 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-08-08T22:04:08.856Z[ recovery-image] Aug 08 22:04:06.653 INFO O| Aug 08 22:04:06.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
51252024-08-08T22:04:08.859Z[ recovery-image] Aug 08 22:04:06.653 INFO O| Aug 08 22:04:06.653 INFO STEP 431 (remove_files) COMPLETE
51262024-08-08T22:04:08.859Z[ recovery-image] Aug 08 22:04:06.653 INFO O| Aug 08 22:04:06.653 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-08-08T22:04:08.866Z[ recovery-image] Aug 08 22:04:06.664 INFO O| Aug 08 22:04:06.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
51282024-08-08T22:04:08.867Z[ recovery-image] Aug 08 22:04:06.664 INFO O| Aug 08 22:04:06.664 INFO STEP 432 (remove_files) COMPLETE
51292024-08-08T22:04:08.869Z[ recovery-image] Aug 08 22:04:06.664 INFO O| Aug 08 22:04:06.664 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-08-08T22:04:08.877Z[ recovery-image] Aug 08 22:04:06.675 INFO O| Aug 08 22:04:06.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
51312024-08-08T22:04:08.877Z[ recovery-image] Aug 08 22:04:06.675 INFO O| Aug 08 22:04:06.675 INFO STEP 433 (remove_files) COMPLETE
51322024-08-08T22:04:08.880Z[ recovery-image] Aug 08 22:04:06.675 INFO O| Aug 08 22:04:06.675 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-08-08T22:04:08.888Z[ recovery-image] Aug 08 22:04:06.685 INFO O| Aug 08 22:04:06.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
51342024-08-08T22:04:08.891Z[ recovery-image] Aug 08 22:04:06.685 INFO O| Aug 08 22:04:06.685 INFO STEP 434 (remove_files) COMPLETE
51352024-08-08T22:04:08.891Z[ recovery-image] Aug 08 22:04:06.685 INFO O| Aug 08 22:04:06.685 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-08-08T22:04:08.899Z[ recovery-image] Aug 08 22:04:06.696 INFO O| Aug 08 22:04:06.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
51372024-08-08T22:04:08.899Z[ recovery-image] Aug 08 22:04:06.696 INFO O| Aug 08 22:04:06.696 INFO STEP 435 (remove_files) COMPLETE
51382024-08-08T22:04:08.899Z[ recovery-image] Aug 08 22:04:06.696 INFO O| Aug 08 22:04:06.696 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-08-08T22:04:08.909Z[ recovery-image] Aug 08 22:04:06.706 INFO O| Aug 08 22:04:06.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
51402024-08-08T22:04:08.912Z[ recovery-image] Aug 08 22:04:06.706 INFO O| Aug 08 22:04:06.706 INFO STEP 436 (remove_files) COMPLETE
51412024-08-08T22:04:08.912Z[ recovery-image] Aug 08 22:04:06.706 INFO O| Aug 08 22:04:06.706 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-08-08T22:04:08.919Z[ recovery-image] Aug 08 22:04:06.716 INFO O| Aug 08 22:04:06.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
51432024-08-08T22:04:08.919Z[ recovery-image] Aug 08 22:04:06.716 INFO O| Aug 08 22:04:06.716 INFO STEP 437 (remove_files) COMPLETE
51442024-08-08T22:04:08.922Z[ recovery-image] Aug 08 22:04:06.716 INFO O| Aug 08 22:04:06.716 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-08-08T22:04:08.929Z[ recovery-image] Aug 08 22:04:06.726 INFO O| Aug 08 22:04:06.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
51462024-08-08T22:04:08.929Z[ recovery-image] Aug 08 22:04:06.727 INFO O| Aug 08 22:04:06.727 INFO STEP 438 (remove_files) COMPLETE
51472024-08-08T22:04:08.933Z[ recovery-image] Aug 08 22:04:06.727 INFO O| Aug 08 22:04:06.727 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-08-08T22:04:08.940Z[ recovery-image] Aug 08 22:04:06.737 INFO O| Aug 08 22:04:06.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
51492024-08-08T22:04:08.943Z[ recovery-image] Aug 08 22:04:06.737 INFO O| Aug 08 22:04:06.737 INFO STEP 439 (remove_files) COMPLETE
51502024-08-08T22:04:08.943Z[ recovery-image] Aug 08 22:04:06.737 INFO O| Aug 08 22:04:06.737 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-08-08T22:04:08.949Z[ host-image] Aug 08 22:04:06.746 INFO O| Aug 08 22:04:06.746 INFO O| Done
51522024-08-08T22:04:08.949Z[ host-image] Aug 08 22:04:06.746 INFO O| Aug 08 22:04:06.746 INFO O| Done
51532024-08-08T22:04:08.949Z[ recovery-image] Aug 08 22:04:06.746 INFO O| Aug 08 22:04:06.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
51542024-08-08T22:04:08.952Z[ recovery-image] Aug 08 22:04:06.747 INFO O| Aug 08 22:04:06.746 INFO STEP 440 (remove_files) COMPLETE
51552024-08-08T22:04:08.952Z[ recovery-image] Aug 08 22:04:06.747 INFO O| Aug 08 22:04:06.747 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-08-08T22:04:08.960Z[ recovery-image] Aug 08 22:04:06.757 INFO O| Aug 08 22:04:06.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
51572024-08-08T22:04:08.960Z[ recovery-image] Aug 08 22:04:06.757 INFO O| Aug 08 22:04:06.757 INFO STEP 441 (remove_files) COMPLETE
51582024-08-08T22:04:08.960Z[ recovery-image] Aug 08 22:04:06.757 INFO O| Aug 08 22:04:06.757 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-08-08T22:04:08.971Z[ recovery-image] Aug 08 22:04:06.768 INFO O| Aug 08 22:04:06.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
51602024-08-08T22:04:08.971Z[ recovery-image] Aug 08 22:04:06.768 INFO O| Aug 08 22:04:06.768 INFO STEP 442 (remove_files) COMPLETE
51612024-08-08T22:04:08.974Z[ recovery-image] Aug 08 22:04:06.768 INFO O| Aug 08 22:04:06.768 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-08-08T22:04:08.981Z[ recovery-image] Aug 08 22:04:06.778 INFO O| Aug 08 22:04:06.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
51632024-08-08T22:04:08.981Z[ recovery-image] Aug 08 22:04:06.778 INFO O| Aug 08 22:04:06.778 INFO STEP 443 (remove_files) COMPLETE
51642024-08-08T22:04:08.981Z[ recovery-image] Aug 08 22:04:06.778 INFO O| Aug 08 22:04:06.778 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-08-08T22:04:08.991Z[ recovery-image] Aug 08 22:04:06.788 INFO O| Aug 08 22:04:06.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
51662024-08-08T22:04:08.994Z[ recovery-image] Aug 08 22:04:06.788 INFO O| Aug 08 22:04:06.788 INFO STEP 444 (remove_files) COMPLETE
51672024-08-08T22:04:08.994Z[ recovery-image] Aug 08 22:04:06.788 INFO O| Aug 08 22:04:06.788 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-08-08T22:04:09.001Z[ recovery-image] Aug 08 22:04:06.798 INFO O| Aug 08 22:04:06.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
51692024-08-08T22:04:09.004Z[ recovery-image] Aug 08 22:04:06.798 INFO O| Aug 08 22:04:06.798 INFO STEP 445 (remove_files) COMPLETE
51702024-08-08T22:04:09.004Z[ recovery-image] Aug 08 22:04:06.798 INFO O| Aug 08 22:04:06.798 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-08-08T22:04:09.011Z[ recovery-image] Aug 08 22:04:06.808 INFO O| Aug 08 22:04:06.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
51722024-08-08T22:04:09.011Z[ recovery-image] Aug 08 22:04:06.808 INFO O| Aug 08 22:04:06.808 INFO STEP 446 (remove_files) COMPLETE
51732024-08-08T22:04:09.013Z[ recovery-image] Aug 08 22:04:06.808 INFO O| Aug 08 22:04:06.808 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-08-08T22:04:09.020Z[ recovery-image] Aug 08 22:04:06.818 INFO O| Aug 08 22:04:06.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
51752024-08-08T22:04:09.024Z[ recovery-image] Aug 08 22:04:06.818 INFO O| Aug 08 22:04:06.818 INFO STEP 447 (remove_files) COMPLETE
51762024-08-08T22:04:09.024Z[ recovery-image] Aug 08 22:04:06.818 INFO O| Aug 08 22:04:06.818 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-08-08T22:04:09.030Z[ recovery-image] Aug 08 22:04:06.828 INFO O| Aug 08 22:04:06.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
51782024-08-08T22:04:09.033Z[ recovery-image] Aug 08 22:04:06.828 INFO O| Aug 08 22:04:06.828 INFO STEP 448 (remove_files) COMPLETE
51792024-08-08T22:04:09.033Z[ recovery-image] Aug 08 22:04:06.828 INFO O| Aug 08 22:04:06.828 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-08-08T22:04:09.040Z[ recovery-image] Aug 08 22:04:06.837 INFO O| Aug 08 22:04:06.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
51812024-08-08T22:04:09.042Z[ recovery-image] Aug 08 22:04:06.837 INFO O| Aug 08 22:04:06.837 INFO STEP 449 (remove_files) COMPLETE
51822024-08-08T22:04:09.042Z[ recovery-image] Aug 08 22:04:06.837 INFO O| Aug 08 22:04:06.837 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-08-08T22:04:09.049Z[ recovery-image] Aug 08 22:04:06.847 INFO O| Aug 08 22:04:06.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
51842024-08-08T22:04:09.052Z[ recovery-image] Aug 08 22:04:06.847 INFO O| Aug 08 22:04:06.847 INFO STEP 450 (remove_files) COMPLETE
51852024-08-08T22:04:09.052Z[ recovery-image] Aug 08 22:04:06.847 INFO O| Aug 08 22:04:06.847 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-08-08T22:04:09.059Z[ recovery-image] Aug 08 22:04:06.856 INFO O| Aug 08 22:04:06.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
51872024-08-08T22:04:09.059Z[ recovery-image] Aug 08 22:04:06.856 INFO O| Aug 08 22:04:06.856 INFO STEP 451 (remove_files) COMPLETE
51882024-08-08T22:04:09.059Z[ recovery-image] Aug 08 22:04:06.857 INFO O| Aug 08 22:04:06.856 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-08-08T22:04:09.069Z[ recovery-image] Aug 08 22:04:06.866 INFO O| Aug 08 22:04:06.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
51902024-08-08T22:04:09.069Z[ recovery-image] Aug 08 22:04:06.866 INFO O| Aug 08 22:04:06.866 INFO STEP 452 (remove_files) COMPLETE
51912024-08-08T22:04:09.071Z[ recovery-image] Aug 08 22:04:06.866 INFO O| Aug 08 22:04:06.866 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-08-08T22:04:09.078Z[ recovery-image] Aug 08 22:04:06.876 INFO O| Aug 08 22:04:06.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
51932024-08-08T22:04:09.078Z[ recovery-image] Aug 08 22:04:06.876 INFO O| Aug 08 22:04:06.876 INFO STEP 453 (remove_files) COMPLETE
51942024-08-08T22:04:09.081Z[ recovery-image] Aug 08 22:04:06.876 INFO O| Aug 08 22:04:06.876 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-08-08T22:04:09.088Z[ recovery-image] Aug 08 22:04:06.885 INFO O| Aug 08 22:04:06.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
51962024-08-08T22:04:09.088Z[ recovery-image] Aug 08 22:04:06.885 INFO O| Aug 08 22:04:06.885 INFO STEP 454 (remove_files) COMPLETE
51972024-08-08T22:04:09.091Z[ recovery-image] Aug 08 22:04:06.885 INFO O| Aug 08 22:04:06.885 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-08-08T22:04:09.098Z[ recovery-image] Aug 08 22:04:06.895 INFO O| Aug 08 22:04:06.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
51992024-08-08T22:04:09.098Z[ recovery-image] Aug 08 22:04:06.895 INFO O| Aug 08 22:04:06.895 INFO STEP 455 (remove_files) COMPLETE
52002024-08-08T22:04:09.101Z[ recovery-image] Aug 08 22:04:06.895 INFO O| Aug 08 22:04:06.895 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-08-08T22:04:09.107Z[ recovery-image] Aug 08 22:04:06.905 INFO O| Aug 08 22:04:06.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52022024-08-08T22:04:09.107Z[ recovery-image] Aug 08 22:04:06.905 INFO O| Aug 08 22:04:06.905 INFO STEP 456 (remove_files) COMPLETE
52032024-08-08T22:04:09.107Z[ recovery-image] Aug 08 22:04:06.905 INFO O| Aug 08 22:04:06.905 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-08-08T22:04:09.117Z[ recovery-image] Aug 08 22:04:06.914 INFO O| Aug 08 22:04:06.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52052024-08-08T22:04:09.117Z[ recovery-image] Aug 08 22:04:06.914 INFO O| Aug 08 22:04:06.914 INFO STEP 457 (remove_files) COMPLETE
52062024-08-08T22:04:09.120Z[ recovery-image] Aug 08 22:04:06.914 INFO O| Aug 08 22:04:06.914 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-08-08T22:04:09.127Z[ recovery-image] Aug 08 22:04:06.924 INFO O| Aug 08 22:04:06.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52082024-08-08T22:04:09.130Z[ recovery-image] Aug 08 22:04:06.924 INFO O| Aug 08 22:04:06.924 INFO STEP 458 (remove_files) COMPLETE
52092024-08-08T22:04:09.130Z[ recovery-image] Aug 08 22:04:06.924 INFO O| Aug 08 22:04:06.924 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-08-08T22:04:09.136Z[ recovery-image] Aug 08 22:04:06.934 INFO O| Aug 08 22:04:06.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52112024-08-08T22:04:09.137Z[ recovery-image] Aug 08 22:04:06.934 INFO O| Aug 08 22:04:06.934 INFO STEP 459 (remove_files) COMPLETE
52122024-08-08T22:04:09.140Z[ recovery-image] Aug 08 22:04:06.934 INFO O| Aug 08 22:04:06.934 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-08-08T22:04:09.146Z[ recovery-image] Aug 08 22:04:06.943 INFO O| Aug 08 22:04:06.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52142024-08-08T22:04:09.146Z[ recovery-image] Aug 08 22:04:06.944 INFO O| Aug 08 22:04:06.944 INFO STEP 460 (remove_files) COMPLETE
52152024-08-08T22:04:09.149Z[ recovery-image] Aug 08 22:04:06.944 INFO O| Aug 08 22:04:06.944 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-08-08T22:04:09.156Z[ recovery-image] Aug 08 22:04:06.953 INFO O| Aug 08 22:04:06.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52172024-08-08T22:04:09.156Z[ recovery-image] Aug 08 22:04:06.953 INFO O| Aug 08 22:04:06.953 INFO STEP 461 (remove_files) COMPLETE
52182024-08-08T22:04:09.159Z[ recovery-image] Aug 08 22:04:06.953 INFO O| Aug 08 22:04:06.953 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-08-08T22:04:09.166Z[ recovery-image] Aug 08 22:04:06.963 INFO O| Aug 08 22:04:06.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52202024-08-08T22:04:09.166Z[ recovery-image] Aug 08 22:04:06.963 INFO O| Aug 08 22:04:06.963 INFO STEP 462 (remove_files) COMPLETE
52212024-08-08T22:04:09.166Z[ recovery-image] Aug 08 22:04:06.963 INFO O| Aug 08 22:04:06.963 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-08-08T22:04:09.179Z[ recovery-image] Aug 08 22:04:06.976 INFO O| Aug 08 22:04:06.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52232024-08-08T22:04:09.179Z[ recovery-image] Aug 08 22:04:06.976 INFO O| Aug 08 22:04:06.976 INFO STEP 463 (remove_files) COMPLETE
52242024-08-08T22:04:09.183Z[ recovery-image] Aug 08 22:04:06.976 INFO O| Aug 08 22:04:06.976 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-08-08T22:04:09.211Z[ recovery-image] Aug 08 22:04:07.009 INFO O| Aug 08 22:04:07.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
52262024-08-08T22:04:09.212Z[ recovery-image] Aug 08 22:04:07.009 INFO O| Aug 08 22:04:07.009 INFO STEP 464 (remove_files) COMPLETE
52272024-08-08T22:04:09.212Z[ recovery-image] Aug 08 22:04:07.009 INFO O| Aug 08 22:04:07.009 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-08-08T22:04:09.226Z[ recovery-image] Aug 08 22:04:07.023 INFO O| Aug 08 22:04:07.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
52292024-08-08T22:04:09.231Z[ recovery-image] Aug 08 22:04:07.023 INFO O| Aug 08 22:04:07.023 INFO STEP 465 (remove_files) COMPLETE
52302024-08-08T22:04:09.231Z[ recovery-image] Aug 08 22:04:07.024 INFO O| Aug 08 22:04:07.023 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-08-08T22:04:09.239Z[ recovery-image] Aug 08 22:04:07.036 INFO O| Aug 08 22:04:07.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
52322024-08-08T22:04:09.239Z[ recovery-image] Aug 08 22:04:07.036 INFO O| Aug 08 22:04:07.036 INFO STEP 466 (remove_files) COMPLETE
52332024-08-08T22:04:09.242Z[ recovery-image] Aug 08 22:04:07.036 INFO O| Aug 08 22:04:07.036 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-08-08T22:04:09.249Z[ recovery-image] Aug 08 22:04:07.046 INFO O| Aug 08 22:04:07.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
52352024-08-08T22:04:09.249Z[ recovery-image] Aug 08 22:04:07.046 INFO O| Aug 08 22:04:07.046 INFO STEP 467 (remove_files) COMPLETE
52362024-08-08T22:04:09.249Z[ recovery-image] Aug 08 22:04:07.046 INFO O| Aug 08 22:04:07.046 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-08-08T22:04:09.259Z[ recovery-image] Aug 08 22:04:07.056 INFO O| Aug 08 22:04:07.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
52382024-08-08T22:04:09.262Z[ recovery-image] Aug 08 22:04:07.057 INFO O| Aug 08 22:04:07.057 INFO STEP 468 (remove_files) COMPLETE
52392024-08-08T22:04:09.262Z[ recovery-image] Aug 08 22:04:07.057 INFO O| Aug 08 22:04:07.057 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-08-08T22:04:09.270Z[ recovery-image] Aug 08 22:04:07.067 INFO O| Aug 08 22:04:07.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
52412024-08-08T22:04:09.273Z[ recovery-image] Aug 08 22:04:07.067 INFO O| Aug 08 22:04:07.067 INFO STEP 469 (remove_files) COMPLETE
52422024-08-08T22:04:09.273Z[ recovery-image] Aug 08 22:04:07.067 INFO O| Aug 08 22:04:07.067 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-08-08T22:04:09.280Z[ recovery-image] Aug 08 22:04:07.077 INFO O| Aug 08 22:04:07.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
52442024-08-08T22:04:09.284Z[ recovery-image] Aug 08 22:04:07.077 INFO O| Aug 08 22:04:07.077 INFO STEP 470 (remove_files) COMPLETE
52452024-08-08T22:04:09.284Z[ recovery-image] Aug 08 22:04:07.077 INFO O| Aug 08 22:04:07.077 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-08-08T22:04:09.290Z[ recovery-image] Aug 08 22:04:07.087 INFO O| Aug 08 22:04:07.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
52472024-08-08T22:04:09.293Z[ recovery-image] Aug 08 22:04:07.087 INFO O| Aug 08 22:04:07.087 INFO STEP 471 (remove_files) COMPLETE
52482024-08-08T22:04:09.294Z[ recovery-image] Aug 08 22:04:07.087 INFO O| Aug 08 22:04:07.087 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-08-08T22:04:09.300Z[ recovery-image] Aug 08 22:04:07.097 INFO O| Aug 08 22:04:07.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
52502024-08-08T22:04:09.300Z[ recovery-image] Aug 08 22:04:07.097 INFO O| Aug 08 22:04:07.097 INFO STEP 472 (remove_files) COMPLETE
52512024-08-08T22:04:09.303Z[ recovery-image] Aug 08 22:04:07.097 INFO O| Aug 08 22:04:07.097 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-08-08T22:04:09.310Z[ recovery-image] Aug 08 22:04:07.107 INFO O| Aug 08 22:04:07.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
52532024-08-08T22:04:09.310Z[ recovery-image] Aug 08 22:04:07.107 INFO O| Aug 08 22:04:07.107 INFO STEP 473 (remove_files) COMPLETE
52542024-08-08T22:04:09.312Z[ recovery-image] Aug 08 22:04:07.107 INFO O| Aug 08 22:04:07.107 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-08-08T22:04:09.319Z[ recovery-image] Aug 08 22:04:07.117 INFO O| Aug 08 22:04:07.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
52562024-08-08T22:04:09.319Z[ recovery-image] Aug 08 22:04:07.117 INFO O| Aug 08 22:04:07.117 INFO STEP 474 (remove_files) COMPLETE
52572024-08-08T22:04:09.322Z[ recovery-image] Aug 08 22:04:07.117 INFO O| Aug 08 22:04:07.117 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-08-08T22:04:09.326Z[ host-image] Aug 08 22:04:07.123 INFO O| Aug 08 22:04:07.123 INFO O| Done
52592024-08-08T22:04:09.329Z[ recovery-image] Aug 08 22:04:07.126 INFO O| Aug 08 22:04:07.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
52602024-08-08T22:04:09.332Z[ recovery-image] Aug 08 22:04:07.126 INFO O| Aug 08 22:04:07.126 INFO STEP 475 (remove_files) COMPLETE
52612024-08-08T22:04:09.332Z[ recovery-image] Aug 08 22:04:07.127 INFO O| Aug 08 22:04:07.126 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-08-08T22:04:09.339Z[ recovery-image] Aug 08 22:04:07.136 INFO O| Aug 08 22:04:07.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
52632024-08-08T22:04:09.342Z[ recovery-image] Aug 08 22:04:07.136 INFO O| Aug 08 22:04:07.136 INFO STEP 476 (remove_files) COMPLETE
52642024-08-08T22:04:09.342Z[ recovery-image] Aug 08 22:04:07.136 INFO O| Aug 08 22:04:07.136 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-08-08T22:04:09.349Z[ recovery-image] Aug 08 22:04:07.146 INFO O| Aug 08 22:04:07.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
52662024-08-08T22:04:09.349Z[ recovery-image] Aug 08 22:04:07.146 INFO O| Aug 08 22:04:07.146 INFO STEP 477 (remove_files) COMPLETE
52672024-08-08T22:04:09.352Z[ recovery-image] Aug 08 22:04:07.146 INFO O| Aug 08 22:04:07.146 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-08-08T22:04:09.359Z[ recovery-image] Aug 08 22:04:07.156 INFO O| Aug 08 22:04:07.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
52692024-08-08T22:04:09.362Z[ recovery-image] Aug 08 22:04:07.156 INFO O| Aug 08 22:04:07.156 INFO STEP 478 (remove_files) COMPLETE
52702024-08-08T22:04:09.362Z[ recovery-image] Aug 08 22:04:07.156 INFO O| Aug 08 22:04:07.156 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-08-08T22:04:09.369Z[ recovery-image] Aug 08 22:04:07.166 INFO O| Aug 08 22:04:07.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
52722024-08-08T22:04:09.369Z[ recovery-image] Aug 08 22:04:07.166 INFO O| Aug 08 22:04:07.166 INFO STEP 479 (remove_files) COMPLETE
52732024-08-08T22:04:09.372Z[ recovery-image] Aug 08 22:04:07.166 INFO O| Aug 08 22:04:07.166 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-08-08T22:04:09.379Z[ recovery-image] Aug 08 22:04:07.176 INFO O| Aug 08 22:04:07.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
52752024-08-08T22:04:09.382Z[ recovery-image] Aug 08 22:04:07.176 INFO O| Aug 08 22:04:07.176 INFO STEP 480 (remove_files) COMPLETE
52762024-08-08T22:04:09.382Z[ recovery-image] Aug 08 22:04:07.176 INFO O| Aug 08 22:04:07.176 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-08-08T22:04:09.390Z[ recovery-image] Aug 08 22:04:07.186 INFO O| Aug 08 22:04:07.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
52782024-08-08T22:04:09.390Z[ recovery-image] Aug 08 22:04:07.186 INFO O| Aug 08 22:04:07.186 INFO STEP 481 (remove_files) COMPLETE
52792024-08-08T22:04:09.390Z[ recovery-image] Aug 08 22:04:07.186 INFO O| Aug 08 22:04:07.186 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-08-08T22:04:09.399Z[ recovery-image] Aug 08 22:04:07.196 INFO O| Aug 08 22:04:07.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
52812024-08-08T22:04:09.399Z[ recovery-image] Aug 08 22:04:07.196 INFO O| Aug 08 22:04:07.196 INFO STEP 482 (remove_files) COMPLETE
52822024-08-08T22:04:09.399Z[ recovery-image] Aug 08 22:04:07.196 INFO O| Aug 08 22:04:07.196 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-08-08T22:04:09.410Z[ recovery-image] Aug 08 22:04:07.206 INFO O| Aug 08 22:04:07.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
52842024-08-08T22:04:09.413Z[ recovery-image] Aug 08 22:04:07.207 INFO O| Aug 08 22:04:07.206 INFO STEP 483 (remove_files) COMPLETE
52852024-08-08T22:04:09.413Z[ recovery-image] Aug 08 22:04:07.207 INFO O| Aug 08 22:04:07.206 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-08-08T22:04:09.420Z[ recovery-image] Aug 08 22:04:07.217 INFO O| Aug 08 22:04:07.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
52872024-08-08T22:04:09.423Z[ recovery-image] Aug 08 22:04:07.217 INFO O| Aug 08 22:04:07.217 INFO STEP 484 (remove_files) COMPLETE
52882024-08-08T22:04:09.423Z[ recovery-image] Aug 08 22:04:07.217 INFO O| Aug 08 22:04:07.217 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-08-08T22:04:09.430Z[ recovery-image] Aug 08 22:04:07.227 INFO O| Aug 08 22:04:07.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
52902024-08-08T22:04:09.430Z[ recovery-image] Aug 08 22:04:07.227 INFO O| Aug 08 22:04:07.227 INFO STEP 485 (remove_files) COMPLETE
52912024-08-08T22:04:09.430Z[ recovery-image] Aug 08 22:04:07.227 INFO O| Aug 08 22:04:07.227 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-08-08T22:04:09.440Z[ recovery-image] Aug 08 22:04:07.237 INFO O| Aug 08 22:04:07.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
52932024-08-08T22:04:09.443Z[ recovery-image] Aug 08 22:04:07.237 INFO O| Aug 08 22:04:07.237 INFO STEP 486 (remove_files) COMPLETE
52942024-08-08T22:04:09.443Z[ recovery-image] Aug 08 22:04:07.237 INFO O| Aug 08 22:04:07.237 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-08-08T22:04:09.450Z[ recovery-image] Aug 08 22:04:07.247 INFO O| Aug 08 22:04:07.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
52962024-08-08T22:04:09.454Z[ recovery-image] Aug 08 22:04:07.247 INFO O| Aug 08 22:04:07.247 INFO STEP 487 (remove_files) COMPLETE
52972024-08-08T22:04:09.454Z[ recovery-image] Aug 08 22:04:07.247 INFO O| Aug 08 22:04:07.247 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-08-08T22:04:09.460Z[ recovery-image] Aug 08 22:04:07.257 INFO O| Aug 08 22:04:07.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
52992024-08-08T22:04:09.462Z[ recovery-image] Aug 08 22:04:07.257 INFO O| Aug 08 22:04:07.257 INFO STEP 488 (remove_files) COMPLETE
53002024-08-08T22:04:09.462Z[ recovery-image] Aug 08 22:04:07.257 INFO O| Aug 08 22:04:07.257 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-08-08T22:04:09.470Z[ recovery-image] Aug 08 22:04:07.267 INFO O| Aug 08 22:04:07.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53022024-08-08T22:04:09.470Z[ recovery-image] Aug 08 22:04:07.267 INFO O| Aug 08 22:04:07.267 INFO STEP 489 (remove_files) COMPLETE
53032024-08-08T22:04:09.473Z[ recovery-image] Aug 08 22:04:07.267 INFO O| Aug 08 22:04:07.267 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-08-08T22:04:09.480Z[ recovery-image] Aug 08 22:04:07.277 INFO O| Aug 08 22:04:07.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53052024-08-08T22:04:09.480Z[ recovery-image] Aug 08 22:04:07.277 INFO O| Aug 08 22:04:07.277 INFO STEP 490 (remove_files) COMPLETE
53062024-08-08T22:04:09.484Z[ recovery-image] Aug 08 22:04:07.277 INFO O| Aug 08 22:04:07.277 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-08-08T22:04:09.489Z[ recovery-image] Aug 08 22:04:07.287 INFO O| Aug 08 22:04:07.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53082024-08-08T22:04:09.492Z[ recovery-image] Aug 08 22:04:07.287 INFO O| Aug 08 22:04:07.287 INFO STEP 491 (remove_files) COMPLETE
53092024-08-08T22:04:09.492Z[ recovery-image] Aug 08 22:04:07.287 INFO O| Aug 08 22:04:07.287 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-08-08T22:04:09.499Z[ recovery-image] Aug 08 22:04:07.297 INFO O| Aug 08 22:04:07.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53112024-08-08T22:04:09.502Z[ recovery-image] Aug 08 22:04:07.297 INFO O| Aug 08 22:04:07.297 INFO STEP 492 (remove_files) COMPLETE
53122024-08-08T22:04:09.502Z[ recovery-image] Aug 08 22:04:07.297 INFO O| Aug 08 22:04:07.297 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-08-08T22:04:09.509Z[ recovery-image] Aug 08 22:04:07.306 INFO O| Aug 08 22:04:07.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53142024-08-08T22:04:09.509Z[ recovery-image] Aug 08 22:04:07.306 INFO O| Aug 08 22:04:07.306 INFO STEP 493 (remove_files) COMPLETE
53152024-08-08T22:04:09.509Z[ recovery-image] Aug 08 22:04:07.307 INFO O| Aug 08 22:04:07.306 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-08-08T22:04:09.519Z[ recovery-image] Aug 08 22:04:07.316 INFO O| Aug 08 22:04:07.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53172024-08-08T22:04:09.519Z[ recovery-image] Aug 08 22:04:07.316 INFO O| Aug 08 22:04:07.316 INFO STEP 494 (remove_files) COMPLETE
53182024-08-08T22:04:09.522Z[ recovery-image] Aug 08 22:04:07.316 INFO O| Aug 08 22:04:07.316 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-08-08T22:04:09.530Z[ recovery-image] Aug 08 22:04:07.326 INFO O| Aug 08 22:04:07.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53202024-08-08T22:04:09.533Z[ recovery-image] Aug 08 22:04:07.326 INFO O| Aug 08 22:04:07.326 INFO STEP 495 (remove_files) COMPLETE
53212024-08-08T22:04:09.533Z[ recovery-image] Aug 08 22:04:07.326 INFO O| Aug 08 22:04:07.326 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-08-08T22:04:09.538Z[ recovery-image] Aug 08 22:04:07.335 INFO O| Aug 08 22:04:07.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53232024-08-08T22:04:09.541Z[ recovery-image] Aug 08 22:04:07.336 INFO O| Aug 08 22:04:07.336 INFO STEP 496 (remove_files) COMPLETE
53242024-08-08T22:04:09.541Z[ recovery-image] Aug 08 22:04:07.336 INFO O| Aug 08 22:04:07.336 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-08-08T22:04:09.548Z[ recovery-image] Aug 08 22:04:07.345 INFO O| Aug 08 22:04:07.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
53262024-08-08T22:04:09.551Z[ recovery-image] Aug 08 22:04:07.346 INFO O| Aug 08 22:04:07.346 INFO STEP 497 (remove_files) COMPLETE
53272024-08-08T22:04:09.551Z[ recovery-image] Aug 08 22:04:07.346 INFO O| Aug 08 22:04:07.346 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-08-08T22:04:09.558Z[ recovery-image] Aug 08 22:04:07.356 INFO O| Aug 08 22:04:07.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
53292024-08-08T22:04:09.561Z[ recovery-image] Aug 08 22:04:07.356 INFO O| Aug 08 22:04:07.356 INFO STEP 498 (remove_files) COMPLETE
53302024-08-08T22:04:09.561Z[ recovery-image] Aug 08 22:04:07.356 INFO O| Aug 08 22:04:07.356 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-08-08T22:04:09.569Z[ recovery-image] Aug 08 22:04:07.366 INFO O| Aug 08 22:04:07.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
53322024-08-08T22:04:09.572Z[ recovery-image] Aug 08 22:04:07.366 INFO O| Aug 08 22:04:07.366 INFO STEP 499 (remove_files) COMPLETE
53332024-08-08T22:04:09.572Z[ recovery-image] Aug 08 22:04:07.366 INFO O| Aug 08 22:04:07.366 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-08-08T22:04:09.579Z[ recovery-image] Aug 08 22:04:07.376 INFO O| Aug 08 22:04:07.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
53352024-08-08T22:04:09.579Z[ recovery-image] Aug 08 22:04:07.376 INFO O| Aug 08 22:04:07.376 INFO STEP 500 (remove_files) COMPLETE
53362024-08-08T22:04:09.581Z[ recovery-image] Aug 08 22:04:07.376 INFO O| Aug 08 22:04:07.376 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-08-08T22:04:09.588Z[ recovery-image] Aug 08 22:04:07.386 INFO O| Aug 08 22:04:07.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
53382024-08-08T22:04:09.588Z[ recovery-image] Aug 08 22:04:07.386 INFO O| Aug 08 22:04:07.386 INFO STEP 501 (remove_files) COMPLETE
53392024-08-08T22:04:09.588Z[ recovery-image] Aug 08 22:04:07.386 INFO O| Aug 08 22:04:07.386 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-08-08T22:04:09.598Z[ recovery-image] Aug 08 22:04:07.395 INFO O| Aug 08 22:04:07.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
53412024-08-08T22:04:09.598Z[ recovery-image] Aug 08 22:04:07.396 INFO O| Aug 08 22:04:07.396 INFO STEP 502 (remove_files) COMPLETE
53422024-08-08T22:04:09.598Z[ recovery-image] Aug 08 22:04:07.396 INFO O| Aug 08 22:04:07.396 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-08-08T22:04:09.608Z[ recovery-image] Aug 08 22:04:07.405 INFO O| Aug 08 22:04:07.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
53442024-08-08T22:04:09.611Z[ recovery-image] Aug 08 22:04:07.405 INFO O| Aug 08 22:04:07.405 INFO STEP 503 (remove_files) COMPLETE
53452024-08-08T22:04:09.611Z[ recovery-image] Aug 08 22:04:07.405 INFO O| Aug 08 22:04:07.405 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-08-08T22:04:09.618Z[ recovery-image] Aug 08 22:04:07.415 INFO O| Aug 08 22:04:07.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
53472024-08-08T22:04:09.621Z[ recovery-image] Aug 08 22:04:07.415 INFO O| Aug 08 22:04:07.415 INFO STEP 504 (remove_files) COMPLETE
53482024-08-08T22:04:09.621Z[ recovery-image] Aug 08 22:04:07.415 INFO O| Aug 08 22:04:07.415 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-08-08T22:04:09.628Z[ recovery-image] Aug 08 22:04:07.425 INFO O| Aug 08 22:04:07.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
53502024-08-08T22:04:09.628Z[ recovery-image] Aug 08 22:04:07.425 INFO O| Aug 08 22:04:07.425 INFO STEP 505 (remove_files) COMPLETE
53512024-08-08T22:04:09.630Z[ recovery-image] Aug 08 22:04:07.425 INFO O| Aug 08 22:04:07.425 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-08-08T22:04:09.639Z[ recovery-image] Aug 08 22:04:07.435 INFO O| Aug 08 22:04:07.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
53532024-08-08T22:04:09.642Z[ recovery-image] Aug 08 22:04:07.436 INFO O| Aug 08 22:04:07.436 INFO STEP 506 (remove_files) COMPLETE
53542024-08-08T22:04:09.642Z[ recovery-image] Aug 08 22:04:07.436 INFO O| Aug 08 22:04:07.436 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-08-08T22:04:09.650Z[ recovery-image] Aug 08 22:04:07.446 INFO O| Aug 08 22:04:07.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
53562024-08-08T22:04:09.650Z[ recovery-image] Aug 08 22:04:07.446 INFO O| Aug 08 22:04:07.446 INFO STEP 507 (remove_files) COMPLETE
53572024-08-08T22:04:09.653Z[ recovery-image] Aug 08 22:04:07.446 INFO O| Aug 08 22:04:07.446 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-08-08T22:04:09.659Z[ recovery-image] Aug 08 22:04:07.456 INFO O| Aug 08 22:04:07.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
53592024-08-08T22:04:09.662Z[ recovery-image] Aug 08 22:04:07.456 INFO O| Aug 08 22:04:07.456 INFO STEP 508 (remove_files) COMPLETE
53602024-08-08T22:04:09.662Z[ recovery-image] Aug 08 22:04:07.456 INFO O| Aug 08 22:04:07.456 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-08-08T22:04:09.669Z[ recovery-image] Aug 08 22:04:07.466 INFO O| Aug 08 22:04:07.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
53622024-08-08T22:04:09.669Z[ recovery-image] Aug 08 22:04:07.466 INFO O| Aug 08 22:04:07.466 INFO STEP 509 (remove_files) COMPLETE
53632024-08-08T22:04:09.669Z[ recovery-image] Aug 08 22:04:07.466 INFO O| Aug 08 22:04:07.466 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-08-08T22:04:09.679Z[ recovery-image] Aug 08 22:04:07.476 INFO O| Aug 08 22:04:07.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
53652024-08-08T22:04:09.682Z[ recovery-image] Aug 08 22:04:07.476 INFO O| Aug 08 22:04:07.476 INFO STEP 510 (remove_files) COMPLETE
53662024-08-08T22:04:09.682Z[ recovery-image] Aug 08 22:04:07.476 INFO O| Aug 08 22:04:07.476 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-08-08T22:04:09.688Z[ recovery-image] Aug 08 22:04:07.486 INFO O| Aug 08 22:04:07.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
53682024-08-08T22:04:09.691Z[ recovery-image] Aug 08 22:04:07.486 INFO O| Aug 08 22:04:07.486 INFO STEP 511 (remove_files) COMPLETE
53692024-08-08T22:04:09.691Z[ recovery-image] Aug 08 22:04:07.486 INFO O| Aug 08 22:04:07.486 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-08-08T22:04:09.698Z[ recovery-image] Aug 08 22:04:07.496 INFO O| Aug 08 22:04:07.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
53712024-08-08T22:04:09.698Z[ recovery-image] Aug 08 22:04:07.496 INFO O| Aug 08 22:04:07.496 INFO STEP 512 (remove_files) COMPLETE
53722024-08-08T22:04:09.701Z[ recovery-image] Aug 08 22:04:07.496 INFO O| Aug 08 22:04:07.496 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-08-08T22:04:09.709Z[ recovery-image] Aug 08 22:04:07.505 INFO O| Aug 08 22:04:07.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
53742024-08-08T22:04:09.712Z[ recovery-image] Aug 08 22:04:07.505 INFO O| Aug 08 22:04:07.505 INFO STEP 513 (remove_files) COMPLETE
53752024-08-08T22:04:09.712Z[ recovery-image] Aug 08 22:04:07.505 INFO O| Aug 08 22:04:07.505 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-08-08T22:04:09.718Z[ recovery-image] Aug 08 22:04:07.515 INFO O| Aug 08 22:04:07.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
53772024-08-08T22:04:09.718Z[ recovery-image] Aug 08 22:04:07.515 INFO O| Aug 08 22:04:07.515 INFO STEP 514 (remove_files) COMPLETE
53782024-08-08T22:04:09.721Z[ recovery-image] Aug 08 22:04:07.515 INFO O| Aug 08 22:04:07.515 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-08-08T22:04:09.727Z[ recovery-image] Aug 08 22:04:07.525 INFO O| Aug 08 22:04:07.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
53802024-08-08T22:04:09.730Z[ recovery-image] Aug 08 22:04:07.525 INFO O| Aug 08 22:04:07.525 INFO STEP 515 (remove_files) COMPLETE
53812024-08-08T22:04:09.730Z[ recovery-image] Aug 08 22:04:07.525 INFO O| Aug 08 22:04:07.525 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-08-08T22:04:09.737Z[ recovery-image] Aug 08 22:04:07.534 INFO O| Aug 08 22:04:07.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
53832024-08-08T22:04:09.737Z[ recovery-image] Aug 08 22:04:07.535 INFO O| Aug 08 22:04:07.534 INFO STEP 516 (remove_files) COMPLETE
53842024-08-08T22:04:09.740Z[ recovery-image] Aug 08 22:04:07.535 INFO O| Aug 08 22:04:07.534 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-08-08T22:04:09.747Z[ recovery-image] Aug 08 22:04:07.544 INFO O| Aug 08 22:04:07.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
53862024-08-08T22:04:09.747Z[ recovery-image] Aug 08 22:04:07.544 INFO O| Aug 08 22:04:07.544 INFO STEP 517 (remove_files) COMPLETE
53872024-08-08T22:04:09.750Z[ recovery-image] Aug 08 22:04:07.544 INFO O| Aug 08 22:04:07.544 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-08-08T22:04:09.757Z[ recovery-image] Aug 08 22:04:07.554 INFO O| Aug 08 22:04:07.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
53892024-08-08T22:04:09.757Z[ recovery-image] Aug 08 22:04:07.554 INFO O| Aug 08 22:04:07.554 INFO STEP 518 (remove_files) COMPLETE
53902024-08-08T22:04:09.759Z[ recovery-image] Aug 08 22:04:07.554 INFO O| Aug 08 22:04:07.554 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-08-08T22:04:09.766Z[ recovery-image] Aug 08 22:04:07.563 INFO O| Aug 08 22:04:07.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
53922024-08-08T22:04:09.769Z[ recovery-image] Aug 08 22:04:07.564 INFO O| Aug 08 22:04:07.563 INFO STEP 519 (remove_files) COMPLETE
53932024-08-08T22:04:09.769Z[ recovery-image] Aug 08 22:04:07.564 INFO O| Aug 08 22:04:07.563 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-08-08T22:04:09.776Z[ recovery-image] Aug 08 22:04:07.573 INFO O| Aug 08 22:04:07.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
53952024-08-08T22:04:09.778Z[ recovery-image] Aug 08 22:04:07.573 INFO O| Aug 08 22:04:07.573 INFO STEP 520 (remove_files) COMPLETE
53962024-08-08T22:04:09.778Z[ recovery-image] Aug 08 22:04:07.573 INFO O| Aug 08 22:04:07.573 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-08-08T22:04:09.786Z[ recovery-image] Aug 08 22:04:07.583 INFO O| Aug 08 22:04:07.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
53982024-08-08T22:04:09.789Z[ recovery-image] Aug 08 22:04:07.583 INFO O| Aug 08 22:04:07.583 INFO STEP 521 (remove_files) COMPLETE
53992024-08-08T22:04:09.789Z[ recovery-image] Aug 08 22:04:07.583 INFO O| Aug 08 22:04:07.583 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-08-08T22:04:09.795Z[ recovery-image] Aug 08 22:04:07.592 INFO O| Aug 08 22:04:07.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54012024-08-08T22:04:09.798Z[ recovery-image] Aug 08 22:04:07.592 INFO O| Aug 08 22:04:07.592 INFO STEP 522 (remove_files) COMPLETE
54022024-08-08T22:04:09.798Z[ recovery-image] Aug 08 22:04:07.592 INFO O| Aug 08 22:04:07.592 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-08-08T22:04:09.805Z[ recovery-image] Aug 08 22:04:07.602 INFO O| Aug 08 22:04:07.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54042024-08-08T22:04:09.805Z[ recovery-image] Aug 08 22:04:07.602 INFO O| Aug 08 22:04:07.602 INFO STEP 523 (remove_files) COMPLETE
54052024-08-08T22:04:09.805Z[ recovery-image] Aug 08 22:04:07.602 INFO O| Aug 08 22:04:07.602 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-08-08T22:04:09.815Z[ recovery-image] Aug 08 22:04:07.612 INFO O| Aug 08 22:04:07.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54072024-08-08T22:04:09.815Z[ recovery-image] Aug 08 22:04:07.612 INFO O| Aug 08 22:04:07.612 INFO STEP 524 (remove_files) COMPLETE
54082024-08-08T22:04:09.817Z[ recovery-image] Aug 08 22:04:07.612 INFO O| Aug 08 22:04:07.612 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-08-08T22:04:09.824Z[ recovery-image] Aug 08 22:04:07.621 INFO O| Aug 08 22:04:07.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54102024-08-08T22:04:09.827Z[ recovery-image] Aug 08 22:04:07.621 INFO O| Aug 08 22:04:07.621 INFO STEP 525 (remove_files) COMPLETE
54112024-08-08T22:04:09.827Z[ recovery-image] Aug 08 22:04:07.622 INFO O| Aug 08 22:04:07.621 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-08-08T22:04:09.834Z[ recovery-image] Aug 08 22:04:07.631 INFO O| Aug 08 22:04:07.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54132024-08-08T22:04:09.837Z[ recovery-image] Aug 08 22:04:07.631 INFO O| Aug 08 22:04:07.631 INFO STEP 526 (remove_files) COMPLETE
54142024-08-08T22:04:09.837Z[ recovery-image] Aug 08 22:04:07.631 INFO O| Aug 08 22:04:07.631 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-08-08T22:04:09.843Z[ recovery-image] Aug 08 22:04:07.641 INFO O| Aug 08 22:04:07.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54162024-08-08T22:04:09.846Z[ recovery-image] Aug 08 22:04:07.641 INFO O| Aug 08 22:04:07.641 INFO STEP 527 (remove_files) COMPLETE
54172024-08-08T22:04:09.846Z[ recovery-image] Aug 08 22:04:07.641 INFO O| Aug 08 22:04:07.641 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-08-08T22:04:09.854Z[ recovery-image] Aug 08 22:04:07.651 INFO O| Aug 08 22:04:07.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54192024-08-08T22:04:09.854Z[ recovery-image] Aug 08 22:04:07.651 INFO O| Aug 08 22:04:07.651 INFO STEP 528 (remove_files) COMPLETE
54202024-08-08T22:04:09.859Z[ recovery-image] Aug 08 22:04:07.651 INFO O| Aug 08 22:04:07.651 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-08-08T22:04:09.866Z[ recovery-image] Aug 08 22:04:07.662 INFO O| Aug 08 22:04:07.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54222024-08-08T22:04:09.866Z[ recovery-image] Aug 08 22:04:07.662 INFO O| Aug 08 22:04:07.662 INFO STEP 529 (remove_files) COMPLETE
54232024-08-08T22:04:09.866Z[ recovery-image] Aug 08 22:04:07.662 INFO O| Aug 08 22:04:07.662 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-08-08T22:04:09.876Z[ recovery-image] Aug 08 22:04:07.673 INFO O| Aug 08 22:04:07.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
54252024-08-08T22:04:09.876Z[ recovery-image] Aug 08 22:04:07.673 INFO O| Aug 08 22:04:07.673 INFO STEP 530 (remove_files) COMPLETE
54262024-08-08T22:04:09.879Z[ recovery-image] Aug 08 22:04:07.673 INFO O| Aug 08 22:04:07.673 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-08-08T22:04:09.886Z[ recovery-image] Aug 08 22:04:07.684 INFO O| Aug 08 22:04:07.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
54282024-08-08T22:04:09.890Z[ recovery-image] Aug 08 22:04:07.684 INFO O| Aug 08 22:04:07.684 INFO STEP 531 (remove_files) COMPLETE
54292024-08-08T22:04:09.890Z[ recovery-image] Aug 08 22:04:07.684 INFO O| Aug 08 22:04:07.684 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-08-08T22:04:09.897Z[ recovery-image] Aug 08 22:04:07.694 INFO O| Aug 08 22:04:07.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
54312024-08-08T22:04:09.897Z[ recovery-image] Aug 08 22:04:07.694 INFO O| Aug 08 22:04:07.694 INFO STEP 532 (remove_files) COMPLETE
54322024-08-08T22:04:09.899Z[ recovery-image] Aug 08 22:04:07.694 INFO O| Aug 08 22:04:07.694 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-08-08T22:04:09.907Z[ recovery-image] Aug 08 22:04:07.704 INFO O| Aug 08 22:04:07.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
54342024-08-08T22:04:09.910Z[ recovery-image] Aug 08 22:04:07.704 INFO O| Aug 08 22:04:07.704 INFO STEP 533 (remove_files) COMPLETE
54352024-08-08T22:04:09.910Z[ recovery-image] Aug 08 22:04:07.704 INFO O| Aug 08 22:04:07.704 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-08-08T22:04:09.917Z[ recovery-image] Aug 08 22:04:07.714 INFO O| Aug 08 22:04:07.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
54372024-08-08T22:04:09.920Z[ recovery-image] Aug 08 22:04:07.714 INFO O| Aug 08 22:04:07.714 INFO STEP 534 (remove_files) COMPLETE
54382024-08-08T22:04:09.920Z[ recovery-image] Aug 08 22:04:07.714 INFO O| Aug 08 22:04:07.714 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-08-08T22:04:09.927Z[ recovery-image] Aug 08 22:04:07.724 INFO O| Aug 08 22:04:07.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
54402024-08-08T22:04:09.930Z[ recovery-image] Aug 08 22:04:07.724 INFO O| Aug 08 22:04:07.724 INFO STEP 535 (remove_files) COMPLETE
54412024-08-08T22:04:09.930Z[ recovery-image] Aug 08 22:04:07.724 INFO O| Aug 08 22:04:07.724 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-08-08T22:04:09.936Z[ recovery-image] Aug 08 22:04:07.734 INFO O| Aug 08 22:04:07.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
54432024-08-08T22:04:09.939Z[ recovery-image] Aug 08 22:04:07.734 INFO O| Aug 08 22:04:07.734 INFO STEP 536 (remove_files) COMPLETE
54442024-08-08T22:04:09.939Z[ recovery-image] Aug 08 22:04:07.734 INFO O| Aug 08 22:04:07.734 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-08-08T22:04:09.946Z[ recovery-image] Aug 08 22:04:07.743 INFO O| Aug 08 22:04:07.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
54462024-08-08T22:04:09.946Z[ recovery-image] Aug 08 22:04:07.743 INFO O| Aug 08 22:04:07.743 INFO STEP 537 (remove_files) COMPLETE
54472024-08-08T22:04:09.949Z[ recovery-image] Aug 08 22:04:07.744 INFO O| Aug 08 22:04:07.743 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-08-08T22:04:09.956Z[ recovery-image] Aug 08 22:04:07.753 INFO O| Aug 08 22:04:07.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
54492024-08-08T22:04:09.956Z[ recovery-image] Aug 08 22:04:07.753 INFO O| Aug 08 22:04:07.753 INFO STEP 538 (remove_files) COMPLETE
54502024-08-08T22:04:09.956Z[ recovery-image] Aug 08 22:04:07.753 INFO O| Aug 08 22:04:07.753 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-08-08T22:04:09.966Z[ recovery-image] Aug 08 22:04:07.763 INFO O| Aug 08 22:04:07.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
54522024-08-08T22:04:09.966Z[ recovery-image] Aug 08 22:04:07.763 INFO O| Aug 08 22:04:07.763 INFO STEP 539 (remove_files) COMPLETE
54532024-08-08T22:04:09.970Z[ recovery-image] Aug 08 22:04:07.763 INFO O| Aug 08 22:04:07.763 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-08-08T22:04:09.976Z[ recovery-image] Aug 08 22:04:07.773 INFO O| Aug 08 22:04:07.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
54552024-08-08T22:04:09.979Z[ recovery-image] Aug 08 22:04:07.773 INFO O| Aug 08 22:04:07.773 INFO STEP 540 (remove_files) COMPLETE
54562024-08-08T22:04:09.979Z[ recovery-image] Aug 08 22:04:07.773 INFO O| Aug 08 22:04:07.773 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-08-08T22:04:09.986Z[ recovery-image] Aug 08 22:04:07.783 INFO O| Aug 08 22:04:07.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
54582024-08-08T22:04:09.988Z[ recovery-image] Aug 08 22:04:07.783 INFO O| Aug 08 22:04:07.783 INFO STEP 541 (remove_files) COMPLETE
54592024-08-08T22:04:09.988Z[ recovery-image] Aug 08 22:04:07.783 INFO O| Aug 08 22:04:07.783 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-08-08T22:04:09.996Z[ recovery-image] Aug 08 22:04:07.793 INFO O| Aug 08 22:04:07.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
54612024-08-08T22:04:09.998Z[ recovery-image] Aug 08 22:04:07.793 INFO O| Aug 08 22:04:07.793 INFO STEP 542 (remove_files) COMPLETE
54622024-08-08T22:04:09.998Z[ recovery-image] Aug 08 22:04:07.793 INFO O| Aug 08 22:04:07.793 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-08-08T22:04:10.006Z[ recovery-image] Aug 08 22:04:07.803 INFO O| Aug 08 22:04:07.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
54642024-08-08T22:04:10.009Z[ recovery-image] Aug 08 22:04:07.803 INFO O| Aug 08 22:04:07.803 INFO STEP 543 (remove_files) COMPLETE
54652024-08-08T22:04:10.009Z[ recovery-image] Aug 08 22:04:07.803 INFO O| Aug 08 22:04:07.803 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-08-08T22:04:10.015Z[ recovery-image] Aug 08 22:04:07.812 INFO O| Aug 08 22:04:07.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
54672024-08-08T22:04:10.018Z[ recovery-image] Aug 08 22:04:07.813 INFO O| Aug 08 22:04:07.812 INFO STEP 544 (remove_files) COMPLETE
54682024-08-08T22:04:10.018Z[ recovery-image] Aug 08 22:04:07.813 INFO O| Aug 08 22:04:07.812 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-08-08T22:04:10.025Z[ recovery-image] Aug 08 22:04:07.822 INFO O| Aug 08 22:04:07.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
54702024-08-08T22:04:10.025Z[ recovery-image] Aug 08 22:04:07.822 INFO O| Aug 08 22:04:07.822 INFO STEP 545 (remove_files) COMPLETE
54712024-08-08T22:04:10.028Z[ recovery-image] Aug 08 22:04:07.822 INFO O| Aug 08 22:04:07.822 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-08-08T22:04:10.035Z[ recovery-image] Aug 08 22:04:07.832 INFO O| Aug 08 22:04:07.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
54732024-08-08T22:04:10.037Z[ recovery-image] Aug 08 22:04:07.832 INFO O| Aug 08 22:04:07.832 INFO STEP 546 (remove_files) COMPLETE
54742024-08-08T22:04:10.037Z[ recovery-image] Aug 08 22:04:07.832 INFO O| Aug 08 22:04:07.832 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-08-08T22:04:10.044Z[ recovery-image] Aug 08 22:04:07.842 INFO O| Aug 08 22:04:07.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
54762024-08-08T22:04:10.044Z[ recovery-image] Aug 08 22:04:07.842 INFO O| Aug 08 22:04:07.842 INFO STEP 547 (remove_files) COMPLETE
54772024-08-08T22:04:10.047Z[ recovery-image] Aug 08 22:04:07.842 INFO O| Aug 08 22:04:07.842 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-08-08T22:04:10.054Z[ recovery-image] Aug 08 22:04:07.851 INFO O| Aug 08 22:04:07.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
54792024-08-08T22:04:10.054Z[ recovery-image] Aug 08 22:04:07.851 INFO O| Aug 08 22:04:07.851 INFO STEP 548 (remove_files) COMPLETE
54802024-08-08T22:04:10.057Z[ recovery-image] Aug 08 22:04:07.851 INFO O| Aug 08 22:04:07.851 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-08-08T22:04:10.064Z[ recovery-image] Aug 08 22:04:07.861 INFO O| Aug 08 22:04:07.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
54822024-08-08T22:04:10.064Z[ recovery-image] Aug 08 22:04:07.861 INFO O| Aug 08 22:04:07.861 INFO STEP 549 (remove_files) COMPLETE
54832024-08-08T22:04:10.068Z[ recovery-image] Aug 08 22:04:07.861 INFO O| Aug 08 22:04:07.861 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-08-08T22:04:10.074Z[ recovery-image] Aug 08 22:04:07.871 INFO O| Aug 08 22:04:07.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
54852024-08-08T22:04:10.077Z[ recovery-image] Aug 08 22:04:07.871 INFO O| Aug 08 22:04:07.871 INFO STEP 550 (remove_files) COMPLETE
54862024-08-08T22:04:10.077Z[ recovery-image] Aug 08 22:04:07.871 INFO O| Aug 08 22:04:07.871 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-08-08T22:04:10.084Z[ recovery-image] Aug 08 22:04:07.880 INFO O| Aug 08 22:04:07.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
54882024-08-08T22:04:10.087Z[ recovery-image] Aug 08 22:04:07.881 INFO O| Aug 08 22:04:07.880 INFO STEP 551 (remove_files) COMPLETE
54892024-08-08T22:04:10.087Z[ recovery-image] Aug 08 22:04:07.881 INFO O| Aug 08 22:04:07.880 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-08-08T22:04:10.094Z[ recovery-image] Aug 08 22:04:07.891 INFO O| Aug 08 22:04:07.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
54912024-08-08T22:04:10.097Z[ recovery-image] Aug 08 22:04:07.892 INFO O| Aug 08 22:04:07.892 INFO STEP 552 (remove_files) COMPLETE
54922024-08-08T22:04:10.097Z[ recovery-image] Aug 08 22:04:07.892 INFO O| Aug 08 22:04:07.892 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-08-08T22:04:10.106Z[ recovery-image] Aug 08 22:04:07.903 INFO O| Aug 08 22:04:07.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
54942024-08-08T22:04:10.106Z[ recovery-image] Aug 08 22:04:07.903 INFO O| Aug 08 22:04:07.903 INFO STEP 553 (remove_files) COMPLETE
54952024-08-08T22:04:10.110Z[ recovery-image] Aug 08 22:04:07.903 INFO O| Aug 08 22:04:07.903 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-08-08T22:04:10.118Z[ recovery-image] Aug 08 22:04:07.915 INFO O| Aug 08 22:04:07.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
54972024-08-08T22:04:10.121Z[ recovery-image] Aug 08 22:04:07.915 INFO O| Aug 08 22:04:07.915 INFO STEP 554 (remove_files) COMPLETE
54982024-08-08T22:04:10.121Z[ recovery-image] Aug 08 22:04:07.915 INFO O| Aug 08 22:04:07.915 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-08-08T22:04:10.128Z[ recovery-image] Aug 08 22:04:07.926 INFO O| Aug 08 22:04:07.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55002024-08-08T22:04:10.131Z[ recovery-image] Aug 08 22:04:07.926 INFO O| Aug 08 22:04:07.926 INFO STEP 555 (remove_files) COMPLETE
55012024-08-08T22:04:10.131Z[ recovery-image] Aug 08 22:04:07.926 INFO O| Aug 08 22:04:07.926 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-08-08T22:04:10.139Z[ recovery-image] Aug 08 22:04:07.936 INFO O| Aug 08 22:04:07.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55032024-08-08T22:04:10.142Z[ recovery-image] Aug 08 22:04:07.937 INFO O| Aug 08 22:04:07.937 INFO STEP 556 (remove_files) COMPLETE
55042024-08-08T22:04:10.142Z[ recovery-image] Aug 08 22:04:07.937 INFO O| Aug 08 22:04:07.937 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-08-08T22:04:10.149Z[ recovery-image] Aug 08 22:04:07.946 INFO O| Aug 08 22:04:07.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55062024-08-08T22:04:10.152Z[ recovery-image] Aug 08 22:04:07.947 INFO O| Aug 08 22:04:07.947 INFO STEP 557 (remove_files) COMPLETE
55072024-08-08T22:04:10.152Z[ recovery-image] Aug 08 22:04:07.947 INFO O| Aug 08 22:04:07.947 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-08-08T22:04:10.161Z[ recovery-image] Aug 08 22:04:07.957 INFO O| Aug 08 22:04:07.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55092024-08-08T22:04:10.170Z[ recovery-image] Aug 08 22:04:07.957 INFO O| Aug 08 22:04:07.957 INFO STEP 558 (remove_files) COMPLETE
55102024-08-08T22:04:10.170Z[ recovery-image] Aug 08 22:04:07.957 INFO O| Aug 08 22:04:07.957 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-08-08T22:04:10.170Z[ recovery-image] Aug 08 22:04:07.966 INFO O| Aug 08 22:04:07.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55122024-08-08T22:04:10.170Z[ recovery-image] Aug 08 22:04:07.966 INFO O| Aug 08 22:04:07.966 INFO STEP 559 (remove_files) COMPLETE
55132024-08-08T22:04:10.178Z[ recovery-image] Aug 08 22:04:07.967 INFO O| Aug 08 22:04:07.966 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-08-08T22:04:10.182Z[ recovery-image] Aug 08 22:04:07.976 INFO O| Aug 08 22:04:07.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55152024-08-08T22:04:10.182Z[ recovery-image] Aug 08 22:04:07.977 INFO O| Aug 08 22:04:07.976 INFO STEP 560 (remove_files) COMPLETE
55162024-08-08T22:04:10.183Z[ recovery-image] Aug 08 22:04:07.977 INFO O| Aug 08 22:04:07.977 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-08-08T22:04:10.189Z[ recovery-image] Aug 08 22:04:07.986 INFO O| Aug 08 22:04:07.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55182024-08-08T22:04:10.192Z[ recovery-image] Aug 08 22:04:07.987 INFO O| Aug 08 22:04:07.987 INFO STEP 561 (remove_files) COMPLETE
55192024-08-08T22:04:10.192Z[ recovery-image] Aug 08 22:04:07.987 INFO O| Aug 08 22:04:07.987 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-08-08T22:04:10.199Z[ recovery-image] Aug 08 22:04:07.996 INFO O| Aug 08 22:04:07.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55212024-08-08T22:04:10.199Z[ recovery-image] Aug 08 22:04:07.997 INFO O| Aug 08 22:04:07.997 INFO STEP 562 (remove_files) COMPLETE
55222024-08-08T22:04:10.200Z[ recovery-image] Aug 08 22:04:07.997 INFO O| Aug 08 22:04:07.997 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-08-08T22:04:10.210Z[ recovery-image] Aug 08 22:04:08.007 INFO O| Aug 08 22:04:08.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55242024-08-08T22:04:10.210Z[ recovery-image] Aug 08 22:04:08.007 INFO O| Aug 08 22:04:08.007 INFO STEP 563 (remove_files) COMPLETE
55252024-08-08T22:04:10.213Z[ recovery-image] Aug 08 22:04:08.007 INFO O| Aug 08 22:04:08.007 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-08-08T22:04:10.220Z[ recovery-image] Aug 08 22:04:08.017 INFO O| Aug 08 22:04:08.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
55272024-08-08T22:04:10.222Z[ recovery-image] Aug 08 22:04:08.017 INFO O| Aug 08 22:04:08.017 INFO STEP 564 (remove_files) COMPLETE
55282024-08-08T22:04:10.222Z[ recovery-image] Aug 08 22:04:08.017 INFO O| Aug 08 22:04:08.017 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-08-08T22:04:10.230Z[ recovery-image] Aug 08 22:04:08.027 INFO O| Aug 08 22:04:08.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
55302024-08-08T22:04:10.230Z[ recovery-image] Aug 08 22:04:08.027 INFO O| Aug 08 22:04:08.027 INFO STEP 565 (remove_files) COMPLETE
55312024-08-08T22:04:10.230Z[ recovery-image] Aug 08 22:04:08.027 INFO O| Aug 08 22:04:08.027 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-08-08T22:04:10.240Z[ recovery-image] Aug 08 22:04:08.036 INFO O| Aug 08 22:04:08.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
55332024-08-08T22:04:10.240Z[ recovery-image] Aug 08 22:04:08.036 INFO O| Aug 08 22:04:08.036 INFO STEP 566 (remove_files) COMPLETE
55342024-08-08T22:04:10.240Z[ recovery-image] Aug 08 22:04:08.036 INFO O| Aug 08 22:04:08.036 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-08-08T22:04:10.249Z[ recovery-image] Aug 08 22:04:08.046 INFO O| Aug 08 22:04:08.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
55362024-08-08T22:04:10.251Z[ recovery-image] Aug 08 22:04:08.046 INFO O| Aug 08 22:04:08.046 INFO STEP 567 (remove_files) COMPLETE
55372024-08-08T22:04:10.251Z[ recovery-image] Aug 08 22:04:08.046 INFO O| Aug 08 22:04:08.046 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-08-08T22:04:10.258Z[ recovery-image] Aug 08 22:04:08.055 INFO O| Aug 08 22:04:08.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
55392024-08-08T22:04:10.261Z[ recovery-image] Aug 08 22:04:08.056 INFO O| Aug 08 22:04:08.055 INFO STEP 568 (remove_files) COMPLETE
55402024-08-08T22:04:10.261Z[ recovery-image] Aug 08 22:04:08.056 INFO O| Aug 08 22:04:08.056 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-08-08T22:04:10.268Z[ recovery-image] Aug 08 22:04:08.065 INFO O| Aug 08 22:04:08.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
55422024-08-08T22:04:10.268Z[ recovery-image] Aug 08 22:04:08.065 INFO O| Aug 08 22:04:08.065 INFO STEP 569 (remove_files) COMPLETE
55432024-08-08T22:04:10.268Z[ recovery-image] Aug 08 22:04:08.065 INFO O| Aug 08 22:04:08.065 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-08-08T22:04:10.278Z[ recovery-image] Aug 08 22:04:08.075 INFO O| Aug 08 22:04:08.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
55452024-08-08T22:04:10.278Z[ recovery-image] Aug 08 22:04:08.075 INFO O| Aug 08 22:04:08.075 INFO STEP 570 (remove_files) COMPLETE
55462024-08-08T22:04:10.280Z[ recovery-image] Aug 08 22:04:08.075 INFO O| Aug 08 22:04:08.075 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-08-08T22:04:10.287Z[ recovery-image] Aug 08 22:04:08.084 INFO O| Aug 08 22:04:08.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
55482024-08-08T22:04:10.290Z[ recovery-image] Aug 08 22:04:08.085 INFO O| Aug 08 22:04:08.084 INFO STEP 571 (remove_files) COMPLETE
55492024-08-08T22:04:10.290Z[ recovery-image] Aug 08 22:04:08.085 INFO O| Aug 08 22:04:08.084 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-08-08T22:04:10.297Z[ recovery-image] Aug 08 22:04:08.094 INFO O| Aug 08 22:04:08.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
55512024-08-08T22:04:10.297Z[ recovery-image] Aug 08 22:04:08.094 INFO O| Aug 08 22:04:08.094 INFO STEP 572 (remove_files) COMPLETE
55522024-08-08T22:04:10.300Z[ recovery-image] Aug 08 22:04:08.094 INFO O| Aug 08 22:04:08.094 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-08-08T22:04:10.307Z[ recovery-image] Aug 08 22:04:08.104 INFO O| Aug 08 22:04:08.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
55542024-08-08T22:04:10.307Z[ recovery-image] Aug 08 22:04:08.104 INFO O| Aug 08 22:04:08.104 INFO STEP 573 (remove_files) COMPLETE
55552024-08-08T22:04:10.307Z[ recovery-image] Aug 08 22:04:08.104 INFO O| Aug 08 22:04:08.104 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-08-08T22:04:10.316Z[ recovery-image] Aug 08 22:04:08.114 INFO O| Aug 08 22:04:08.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
55572024-08-08T22:04:10.316Z[ recovery-image] Aug 08 22:04:08.114 INFO O| Aug 08 22:04:08.114 INFO STEP 574 (remove_files) COMPLETE
55582024-08-08T22:04:10.319Z[ recovery-image] Aug 08 22:04:08.114 INFO O| Aug 08 22:04:08.114 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-08-08T22:04:10.326Z[ recovery-image] Aug 08 22:04:08.123 INFO O| Aug 08 22:04:08.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
55602024-08-08T22:04:10.326Z[ recovery-image] Aug 08 22:04:08.123 INFO O| Aug 08 22:04:08.123 INFO STEP 575 (remove_files) COMPLETE
55612024-08-08T22:04:10.329Z[ recovery-image] Aug 08 22:04:08.123 INFO O| Aug 08 22:04:08.123 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-08-08T22:04:10.336Z[ recovery-image] Aug 08 22:04:08.133 INFO O| Aug 08 22:04:08.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
55632024-08-08T22:04:10.336Z[ recovery-image] Aug 08 22:04:08.133 INFO O| Aug 08 22:04:08.133 INFO STEP 576 (remove_files) COMPLETE
55642024-08-08T22:04:10.338Z[ recovery-image] Aug 08 22:04:08.133 INFO O| Aug 08 22:04:08.133 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-08-08T22:04:10.345Z[ recovery-image] Aug 08 22:04:08.142 INFO O| Aug 08 22:04:08.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
55662024-08-08T22:04:10.345Z[ recovery-image] Aug 08 22:04:08.143 INFO O| Aug 08 22:04:08.143 INFO STEP 577 (remove_files) COMPLETE
55672024-08-08T22:04:10.346Z[ recovery-image] Aug 08 22:04:08.143 INFO O| Aug 08 22:04:08.143 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-08-08T22:04:10.355Z[ recovery-image] Aug 08 22:04:08.152 INFO O| Aug 08 22:04:08.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
55692024-08-08T22:04:10.355Z[ recovery-image] Aug 08 22:04:08.152 INFO O| Aug 08 22:04:08.152 INFO STEP 578 (remove_files) COMPLETE
55702024-08-08T22:04:10.358Z[ recovery-image] Aug 08 22:04:08.152 INFO O| Aug 08 22:04:08.152 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-08-08T22:04:10.365Z[ recovery-image] Aug 08 22:04:08.162 INFO O| Aug 08 22:04:08.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
55722024-08-08T22:04:10.367Z[ recovery-image] Aug 08 22:04:08.162 INFO O| Aug 08 22:04:08.162 INFO STEP 579 (remove_files) COMPLETE
55732024-08-08T22:04:10.367Z[ recovery-image] Aug 08 22:04:08.162 INFO O| Aug 08 22:04:08.162 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-08-08T22:04:10.374Z[ recovery-image] Aug 08 22:04:08.171 INFO O| Aug 08 22:04:08.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
55752024-08-08T22:04:10.374Z[ recovery-image] Aug 08 22:04:08.172 INFO O| Aug 08 22:04:08.171 INFO STEP 580 (remove_files) COMPLETE
55762024-08-08T22:04:10.374Z[ recovery-image] Aug 08 22:04:08.172 INFO O| Aug 08 22:04:08.171 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-08-08T22:04:10.384Z[ recovery-image] Aug 08 22:04:08.181 INFO O| Aug 08 22:04:08.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
55782024-08-08T22:04:10.387Z[ recovery-image] Aug 08 22:04:08.181 INFO O| Aug 08 22:04:08.181 INFO STEP 581 (remove_files) COMPLETE
55792024-08-08T22:04:10.387Z[ recovery-image] Aug 08 22:04:08.181 INFO O| Aug 08 22:04:08.181 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-08-08T22:04:10.394Z[ recovery-image] Aug 08 22:04:08.191 INFO O| Aug 08 22:04:08.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
55812024-08-08T22:04:10.394Z[ recovery-image] Aug 08 22:04:08.191 INFO O| Aug 08 22:04:08.191 INFO STEP 582 (remove_files) COMPLETE
55822024-08-08T22:04:10.396Z[ recovery-image] Aug 08 22:04:08.191 INFO O| Aug 08 22:04:08.191 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-08-08T22:04:10.403Z[ recovery-image] Aug 08 22:04:08.200 INFO O| Aug 08 22:04:08.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
55842024-08-08T22:04:10.403Z[ recovery-image] Aug 08 22:04:08.201 INFO O| Aug 08 22:04:08.201 INFO STEP 583 (remove_files) COMPLETE
55852024-08-08T22:04:10.404Z[ recovery-image] Aug 08 22:04:08.201 INFO O| Aug 08 22:04:08.201 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-08-08T22:04:10.413Z[ recovery-image] Aug 08 22:04:08.210 INFO O| Aug 08 22:04:08.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
55872024-08-08T22:04:10.413Z[ recovery-image] Aug 08 22:04:08.210 INFO O| Aug 08 22:04:08.210 INFO STEP 584 (remove_files) COMPLETE
55882024-08-08T22:04:10.413Z[ recovery-image] Aug 08 22:04:08.210 INFO O| Aug 08 22:04:08.210 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-08-08T22:04:10.423Z[ recovery-image] Aug 08 22:04:08.220 INFO O| Aug 08 22:04:08.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
55902024-08-08T22:04:10.425Z[ recovery-image] Aug 08 22:04:08.220 INFO O| Aug 08 22:04:08.220 INFO STEP 585 (remove_files) COMPLETE
55912024-08-08T22:04:10.425Z[ recovery-image] Aug 08 22:04:08.220 INFO O| Aug 08 22:04:08.220 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-08-08T22:04:10.432Z[ recovery-image] Aug 08 22:04:08.229 INFO O| Aug 08 22:04:08.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
55932024-08-08T22:04:10.432Z[ recovery-image] Aug 08 22:04:08.229 INFO O| Aug 08 22:04:08.229 INFO STEP 586 (remove_files) COMPLETE
55942024-08-08T22:04:10.432Z[ recovery-image] Aug 08 22:04:08.229 INFO O| Aug 08 22:04:08.229 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-08-08T22:04:10.444Z[ recovery-image] Aug 08 22:04:08.239 INFO O| Aug 08 22:04:08.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
55962024-08-08T22:04:10.444Z[ recovery-image] Aug 08 22:04:08.239 INFO O| Aug 08 22:04:08.239 INFO STEP 587 (remove_files) COMPLETE
55972024-08-08T22:04:10.448Z[ recovery-image] Aug 08 22:04:08.239 INFO O| Aug 08 22:04:08.239 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-08-08T22:04:10.452Z[ recovery-image] Aug 08 22:04:08.249 INFO O| Aug 08 22:04:08.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
55992024-08-08T22:04:10.452Z[ recovery-image] Aug 08 22:04:08.249 INFO O| Aug 08 22:04:08.249 INFO STEP 588 (remove_files) COMPLETE
56002024-08-08T22:04:10.452Z[ recovery-image] Aug 08 22:04:08.249 INFO O| Aug 08 22:04:08.249 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-08-08T22:04:10.454Z[ host-image] Aug 08 22:04:08.252 INFO O| Aug 08 22:04:08.251 INFO O| Done
56022024-08-08T22:04:10.462Z[ recovery-image] Aug 08 22:04:08.259 INFO O| Aug 08 22:04:08.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56032024-08-08T22:04:10.462Z[ recovery-image] Aug 08 22:04:08.259 INFO O| Aug 08 22:04:08.259 INFO STEP 589 (remove_files) COMPLETE
56042024-08-08T22:04:10.464Z[ recovery-image] Aug 08 22:04:08.259 INFO O| Aug 08 22:04:08.259 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-08-08T22:04:10.472Z[ recovery-image] Aug 08 22:04:08.269 INFO O| Aug 08 22:04:08.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56062024-08-08T22:04:10.472Z[ recovery-image] Aug 08 22:04:08.269 INFO O| Aug 08 22:04:08.269 INFO STEP 590 (remove_files) COMPLETE
56072024-08-08T22:04:10.475Z[ recovery-image] Aug 08 22:04:08.269 INFO O| Aug 08 22:04:08.269 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-08-08T22:04:10.478Z[ host-image] Aug 08 22:04:08.276 INFO O| Aug 08 22:04:08.275 INFO O| Done
56092024-08-08T22:04:10.481Z[ host-image] Aug 08 22:04:08.276 INFO O| Aug 08 22:04:08.276 INFO O| Done
56102024-08-08T22:04:10.484Z[ recovery-image] Aug 08 22:04:08.279 INFO O| Aug 08 22:04:08.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56112024-08-08T22:04:10.484Z[ recovery-image] Aug 08 22:04:08.279 INFO O| Aug 08 22:04:08.279 INFO STEP 591 (remove_files) COMPLETE
56122024-08-08T22:04:10.484Z[ recovery-image] Aug 08 22:04:08.279 INFO O| Aug 08 22:04:08.279 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-08-08T22:04:10.492Z[ recovery-image] Aug 08 22:04:08.289 INFO O| Aug 08 22:04:08.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56142024-08-08T22:04:10.495Z[ recovery-image] Aug 08 22:04:08.289 INFO O| Aug 08 22:04:08.289 INFO STEP 592 (remove_files) COMPLETE
56152024-08-08T22:04:10.495Z[ recovery-image] Aug 08 22:04:08.289 INFO O| Aug 08 22:04:08.289 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-08-08T22:04:10.495Z[ host-image] Aug 08 22:04:08.290 INFO O| Aug 08 22:04:08.290 INFO O| Done
56172024-08-08T22:04:10.503Z[ recovery-image] Aug 08 22:04:08.299 INFO O| Aug 08 22:04:08.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56182024-08-08T22:04:10.503Z[ recovery-image] Aug 08 22:04:08.299 INFO O| Aug 08 22:04:08.299 INFO STEP 593 (remove_files) COMPLETE
56192024-08-08T22:04:10.503Z[ recovery-image] Aug 08 22:04:08.299 INFO O| Aug 08 22:04:08.299 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-08-08T22:04:10.513Z[ recovery-image] Aug 08 22:04:08.309 INFO O| Aug 08 22:04:08.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56212024-08-08T22:04:10.513Z[ recovery-image] Aug 08 22:04:08.309 INFO O| Aug 08 22:04:08.309 INFO STEP 594 (remove_files) COMPLETE
56222024-08-08T22:04:10.515Z[ recovery-image] Aug 08 22:04:08.309 INFO O| Aug 08 22:04:08.309 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-08-08T22:04:10.523Z[ recovery-image] Aug 08 22:04:08.320 INFO O| Aug 08 22:04:08.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56242024-08-08T22:04:10.523Z[ recovery-image] Aug 08 22:04:08.320 INFO O| Aug 08 22:04:08.320 INFO STEP 595 (remove_files) COMPLETE
56252024-08-08T22:04:10.526Z[ recovery-image] Aug 08 22:04:08.320 INFO O| Aug 08 22:04:08.320 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-08-08T22:04:10.534Z[ recovery-image] Aug 08 22:04:08.331 INFO O| Aug 08 22:04:08.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56272024-08-08T22:04:10.534Z[ recovery-image] Aug 08 22:04:08.331 INFO O| Aug 08 22:04:08.331 INFO STEP 596 (remove_files) COMPLETE
56282024-08-08T22:04:10.534Z[ recovery-image] Aug 08 22:04:08.331 INFO O| Aug 08 22:04:08.331 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-08-08T22:04:10.550Z[ recovery-image] Aug 08 22:04:08.341 INFO O| Aug 08 22:04:08.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
56302024-08-08T22:04:10.555Z[ recovery-image] Aug 08 22:04:08.341 INFO O| Aug 08 22:04:08.341 INFO STEP 597 (remove_files) COMPLETE
56312024-08-08T22:04:10.555Z[ recovery-image] Aug 08 22:04:08.341 INFO O| Aug 08 22:04:08.341 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-08-08T22:04:10.558Z[ recovery-image] Aug 08 22:04:08.352 INFO O| Aug 08 22:04:08.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
56332024-08-08T22:04:10.558Z[ recovery-image] Aug 08 22:04:08.352 INFO O| Aug 08 22:04:08.352 INFO STEP 598 (remove_files) COMPLETE
56342024-08-08T22:04:10.558Z[ recovery-image] Aug 08 22:04:08.352 INFO O| Aug 08 22:04:08.352 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-08-08T22:04:10.565Z[ recovery-image] Aug 08 22:04:08.362 INFO O| Aug 08 22:04:08.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
56362024-08-08T22:04:10.568Z[ recovery-image] Aug 08 22:04:08.362 INFO O| Aug 08 22:04:08.362 INFO STEP 599 (remove_files) COMPLETE
56372024-08-08T22:04:10.568Z[ recovery-image] Aug 08 22:04:08.362 INFO O| Aug 08 22:04:08.362 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-08-08T22:04:10.575Z[ recovery-image] Aug 08 22:04:08.372 INFO O| Aug 08 22:04:08.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
56392024-08-08T22:04:10.578Z[ recovery-image] Aug 08 22:04:08.372 INFO O| Aug 08 22:04:08.372 INFO STEP 600 (remove_files) COMPLETE
56402024-08-08T22:04:10.578Z[ recovery-image] Aug 08 22:04:08.372 INFO O| Aug 08 22:04:08.372 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-08-08T22:04:10.585Z[ recovery-image] Aug 08 22:04:08.382 INFO O| Aug 08 22:04:08.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
56422024-08-08T22:04:10.585Z[ recovery-image] Aug 08 22:04:08.382 INFO O| Aug 08 22:04:08.382 INFO STEP 601 (remove_files) COMPLETE
56432024-08-08T22:04:10.588Z[ recovery-image] Aug 08 22:04:08.382 INFO O| Aug 08 22:04:08.382 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-08-08T22:04:10.591Z[ host-image] Aug 08 22:04:08.386 INFO O| Aug 08 22:04:08.386 INFO STEP 12 (pkg_install) COMPLETE
56452024-08-08T22:04:10.591Z[ host-image] Aug 08 22:04:08.386 INFO O| Aug 08 22:04:08.386 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56462024-08-08T22:04:10.595Z[ recovery-image] Aug 08 22:04:08.392 INFO O| Aug 08 22:04:08.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
56472024-08-08T22:04:10.598Z[ recovery-image] Aug 08 22:04:08.392 INFO O| Aug 08 22:04:08.392 INFO STEP 602 (remove_files) COMPLETE
56482024-08-08T22:04:10.598Z[ recovery-image] Aug 08 22:04:08.392 INFO O| Aug 08 22:04:08.392 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-08-08T22:04:10.601Z[ host-image] Aug 08 22:04:08.397 INFO O| Aug 08 22:04:08.397 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
56502024-08-08T22:04:10.605Z[ recovery-image] Aug 08 22:04:08.402 INFO O| Aug 08 22:04:08.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
56512024-08-08T22:04:10.609Z[ recovery-image] Aug 08 22:04:08.402 INFO O| Aug 08 22:04:08.402 INFO STEP 603 (remove_files) COMPLETE
56522024-08-08T22:04:10.609Z[ recovery-image] Aug 08 22:04:08.402 INFO O| Aug 08 22:04:08.402 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-08-08T22:04:10.616Z[ recovery-image] Aug 08 22:04:08.412 INFO O| Aug 08 22:04:08.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
56542024-08-08T22:04:10.622Z[ recovery-image] Aug 08 22:04:08.412 INFO O| Aug 08 22:04:08.412 INFO STEP 604 (remove_files) COMPLETE
56552024-08-08T22:04:10.622Z[ recovery-image] Aug 08 22:04:08.413 INFO O| Aug 08 22:04:08.412 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-08-08T22:04:10.625Z[ recovery-image] Aug 08 22:04:08.422 INFO O| Aug 08 22:04:08.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
56572024-08-08T22:04:10.625Z[ recovery-image] Aug 08 22:04:08.422 INFO O| Aug 08 22:04:08.422 INFO STEP 605 (remove_files) COMPLETE
56582024-08-08T22:04:10.629Z[ recovery-image] Aug 08 22:04:08.422 INFO O| Aug 08 22:04:08.422 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-08-08T22:04:10.635Z[ recovery-image] Aug 08 22:04:08.432 INFO O| Aug 08 22:04:08.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
56602024-08-08T22:04:10.635Z[ recovery-image] Aug 08 22:04:08.432 INFO O| Aug 08 22:04:08.432 INFO STEP 606 (remove_files) COMPLETE
56612024-08-08T22:04:10.638Z[ recovery-image] Aug 08 22:04:08.432 INFO O| Aug 08 22:04:08.432 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-08-08T22:04:10.645Z[ recovery-image] Aug 08 22:04:08.442 INFO O| Aug 08 22:04:08.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
56632024-08-08T22:04:10.645Z[ recovery-image] Aug 08 22:04:08.442 INFO O| Aug 08 22:04:08.442 INFO STEP 607 (remove_files) COMPLETE
56642024-08-08T22:04:10.648Z[ recovery-image] Aug 08 22:04:08.442 INFO O| Aug 08 22:04:08.442 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-08-08T22:04:10.655Z[ recovery-image] Aug 08 22:04:08.452 INFO O| Aug 08 22:04:08.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
56662024-08-08T22:04:10.658Z[ recovery-image] Aug 08 22:04:08.452 INFO O| Aug 08 22:04:08.452 INFO STEP 608 (remove_files) COMPLETE
56672024-08-08T22:04:10.658Z[ recovery-image] Aug 08 22:04:08.452 INFO O| Aug 08 22:04:08.452 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-08-08T22:04:10.664Z[ recovery-image] Aug 08 22:04:08.461 INFO O| Aug 08 22:04:08.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
56692024-08-08T22:04:10.667Z[ recovery-image] Aug 08 22:04:08.461 INFO O| Aug 08 22:04:08.461 INFO STEP 609 (remove_files) COMPLETE
56702024-08-08T22:04:10.667Z[ recovery-image] Aug 08 22:04:08.462 INFO O| Aug 08 22:04:08.461 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-08-08T22:04:10.676Z[ recovery-image] Aug 08 22:04:08.472 INFO O| Aug 08 22:04:08.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
56722024-08-08T22:04:10.676Z[ recovery-image] Aug 08 22:04:08.472 INFO O| Aug 08 22:04:08.472 INFO STEP 610 (remove_files) COMPLETE
56732024-08-08T22:04:10.676Z[ recovery-image] Aug 08 22:04:08.472 INFO O| Aug 08 22:04:08.472 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-08-08T22:04:10.686Z[ recovery-image] Aug 08 22:04:08.483 INFO O| Aug 08 22:04:08.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
56752024-08-08T22:04:10.689Z[ recovery-image] Aug 08 22:04:08.483 INFO O| Aug 08 22:04:08.483 INFO STEP 611 (remove_files) COMPLETE
56762024-08-08T22:04:10.689Z[ recovery-image] Aug 08 22:04:08.483 INFO O| Aug 08 22:04:08.483 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-08-08T22:04:10.696Z[ recovery-image] Aug 08 22:04:08.493 INFO O| Aug 08 22:04:08.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
56782024-08-08T22:04:10.699Z[ recovery-image] Aug 08 22:04:08.493 INFO O| Aug 08 22:04:08.493 INFO STEP 612 (remove_files) COMPLETE
56792024-08-08T22:04:10.699Z[ recovery-image] Aug 08 22:04:08.493 INFO O| Aug 08 22:04:08.493 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-08-08T22:04:10.706Z[ recovery-image] Aug 08 22:04:08.503 INFO O| Aug 08 22:04:08.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
56812024-08-08T22:04:10.708Z[ recovery-image] Aug 08 22:04:08.503 INFO O| Aug 08 22:04:08.503 INFO STEP 613 (remove_files) COMPLETE
56822024-08-08T22:04:10.708Z[ recovery-image] Aug 08 22:04:08.503 INFO O| Aug 08 22:04:08.503 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-08-08T22:04:10.716Z[ recovery-image] Aug 08 22:04:08.513 INFO O| Aug 08 22:04:08.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
56842024-08-08T22:04:10.718Z[ recovery-image] Aug 08 22:04:08.513 INFO O| Aug 08 22:04:08.513 INFO STEP 614 (remove_files) COMPLETE
56852024-08-08T22:04:10.718Z[ recovery-image] Aug 08 22:04:08.513 INFO O| Aug 08 22:04:08.513 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-08-08T22:04:10.726Z[ recovery-image] Aug 08 22:04:08.523 INFO O| Aug 08 22:04:08.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
56872024-08-08T22:04:10.726Z[ recovery-image] Aug 08 22:04:08.523 INFO O| Aug 08 22:04:08.523 INFO STEP 615 (remove_files) COMPLETE
56882024-08-08T22:04:10.726Z[ recovery-image] Aug 08 22:04:08.523 INFO O| Aug 08 22:04:08.523 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-08-08T22:04:10.736Z[ recovery-image] Aug 08 22:04:08.533 INFO O| Aug 08 22:04:08.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
56902024-08-08T22:04:10.739Z[ recovery-image] Aug 08 22:04:08.534 INFO O| Aug 08 22:04:08.534 INFO STEP 616 (remove_files) COMPLETE
56912024-08-08T22:04:10.739Z[ recovery-image] Aug 08 22:04:08.534 INFO O| Aug 08 22:04:08.534 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-08-08T22:04:10.747Z[ recovery-image] Aug 08 22:04:08.544 INFO O| Aug 08 22:04:08.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
56932024-08-08T22:04:10.747Z[ recovery-image] Aug 08 22:04:08.544 INFO O| Aug 08 22:04:08.544 INFO STEP 617 (remove_files) COMPLETE
56942024-08-08T22:04:10.750Z[ recovery-image] Aug 08 22:04:08.544 INFO O| Aug 08 22:04:08.544 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-08-08T22:04:10.757Z[ recovery-image] Aug 08 22:04:08.554 INFO O| Aug 08 22:04:08.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
56962024-08-08T22:04:10.757Z[ recovery-image] Aug 08 22:04:08.554 INFO O| Aug 08 22:04:08.554 INFO STEP 618 (remove_files) COMPLETE
56972024-08-08T22:04:10.760Z[ recovery-image] Aug 08 22:04:08.554 INFO O| Aug 08 22:04:08.554 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-08-08T22:04:10.767Z[ recovery-image] Aug 08 22:04:08.564 INFO O| Aug 08 22:04:08.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
56992024-08-08T22:04:10.770Z[ recovery-image] Aug 08 22:04:08.564 INFO O| Aug 08 22:04:08.564 INFO STEP 619 (remove_files) COMPLETE
57002024-08-08T22:04:10.770Z[ recovery-image] Aug 08 22:04:08.564 INFO O| Aug 08 22:04:08.564 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-08-08T22:04:10.778Z[ recovery-image] Aug 08 22:04:08.575 INFO O| Aug 08 22:04:08.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57022024-08-08T22:04:10.780Z[ recovery-image] Aug 08 22:04:08.575 INFO O| Aug 08 22:04:08.575 INFO STEP 620 (remove_files) COMPLETE
57032024-08-08T22:04:10.781Z[ recovery-image] Aug 08 22:04:08.575 INFO O| Aug 08 22:04:08.575 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-08-08T22:04:10.788Z[ recovery-image] Aug 08 22:04:08.585 INFO O| Aug 08 22:04:08.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57052024-08-08T22:04:10.791Z[ recovery-image] Aug 08 22:04:08.585 INFO O| Aug 08 22:04:08.585 INFO STEP 621 (remove_files) COMPLETE
57062024-08-08T22:04:10.791Z[ recovery-image] Aug 08 22:04:08.585 INFO O| Aug 08 22:04:08.585 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-08-08T22:04:10.798Z[ recovery-image] Aug 08 22:04:08.595 INFO O| Aug 08 22:04:08.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57082024-08-08T22:04:10.800Z[ recovery-image] Aug 08 22:04:08.595 INFO O| Aug 08 22:04:08.595 INFO STEP 622 (remove_files) COMPLETE
57092024-08-08T22:04:10.800Z[ recovery-image] Aug 08 22:04:08.595 INFO O| Aug 08 22:04:08.595 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-08-08T22:04:10.808Z[ recovery-image] Aug 08 22:04:08.604 INFO O| Aug 08 22:04:08.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57112024-08-08T22:04:10.808Z[ recovery-image] Aug 08 22:04:08.604 INFO O| Aug 08 22:04:08.604 INFO STEP 623 (remove_files) COMPLETE
57122024-08-08T22:04:10.811Z[ recovery-image] Aug 08 22:04:08.605 INFO O| Aug 08 22:04:08.604 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-08-08T22:04:10.817Z[ recovery-image] Aug 08 22:04:08.614 INFO O| Aug 08 22:04:08.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57142024-08-08T22:04:10.817Z[ recovery-image] Aug 08 22:04:08.614 INFO O| Aug 08 22:04:08.614 INFO STEP 624 (remove_files) COMPLETE
57152024-08-08T22:04:10.820Z[ recovery-image] Aug 08 22:04:08.614 INFO O| Aug 08 22:04:08.614 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-08-08T22:04:10.827Z[ recovery-image] Aug 08 22:04:08.624 INFO O| Aug 08 22:04:08.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57172024-08-08T22:04:10.827Z[ recovery-image] Aug 08 22:04:08.624 INFO O| Aug 08 22:04:08.624 INFO STEP 625 (remove_files) COMPLETE
57182024-08-08T22:04:10.830Z[ recovery-image] Aug 08 22:04:08.624 INFO O| Aug 08 22:04:08.624 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-08-08T22:04:10.837Z[ recovery-image] Aug 08 22:04:08.634 INFO O| Aug 08 22:04:08.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57202024-08-08T22:04:10.837Z[ recovery-image] Aug 08 22:04:08.634 INFO O| Aug 08 22:04:08.634 INFO STEP 626 (remove_files) COMPLETE
57212024-08-08T22:04:10.837Z[ recovery-image] Aug 08 22:04:08.634 INFO O| Aug 08 22:04:08.634 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-08-08T22:04:10.847Z[ recovery-image] Aug 08 22:04:08.644 INFO O| Aug 08 22:04:08.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57232024-08-08T22:04:10.847Z[ recovery-image] Aug 08 22:04:08.644 INFO O| Aug 08 22:04:08.644 INFO STEP 627 (remove_files) COMPLETE
57242024-08-08T22:04:10.847Z[ recovery-image] Aug 08 22:04:08.644 INFO O| Aug 08 22:04:08.644 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-08-08T22:04:10.856Z[ recovery-image] Aug 08 22:04:08.653 INFO O| Aug 08 22:04:08.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57262024-08-08T22:04:10.859Z[ recovery-image] Aug 08 22:04:08.654 INFO O| Aug 08 22:04:08.654 INFO STEP 628 (remove_files) COMPLETE
57272024-08-08T22:04:10.859Z[ recovery-image] Aug 08 22:04:08.654 INFO O| Aug 08 22:04:08.654 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-08-08T22:04:10.868Z[ recovery-image] Aug 08 22:04:08.663 INFO O| Aug 08 22:04:08.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57292024-08-08T22:04:10.868Z[ recovery-image] Aug 08 22:04:08.663 INFO O| Aug 08 22:04:08.663 INFO STEP 629 (remove_files) COMPLETE
57302024-08-08T22:04:10.868Z[ recovery-image] Aug 08 22:04:08.663 INFO O| Aug 08 22:04:08.663 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-08-08T22:04:10.876Z[ recovery-image] Aug 08 22:04:08.673 INFO O| Aug 08 22:04:08.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
57322024-08-08T22:04:10.879Z[ recovery-image] Aug 08 22:04:08.674 INFO O| Aug 08 22:04:08.674 INFO STEP 630 (remove_files) COMPLETE
57332024-08-08T22:04:10.879Z[ recovery-image] Aug 08 22:04:08.674 INFO O| Aug 08 22:04:08.674 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-08-08T22:04:10.889Z[ recovery-image] Aug 08 22:04:08.685 INFO O| Aug 08 22:04:08.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
57352024-08-08T22:04:10.889Z[ recovery-image] Aug 08 22:04:08.686 INFO O| Aug 08 22:04:08.685 INFO STEP 631 (remove_files) COMPLETE
57362024-08-08T22:04:10.889Z[ recovery-image] Aug 08 22:04:08.686 INFO O| Aug 08 22:04:08.685 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-08-08T22:04:10.898Z[ recovery-image] Aug 08 22:04:08.695 INFO O| Aug 08 22:04:08.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
57382024-08-08T22:04:10.898Z[ recovery-image] Aug 08 22:04:08.695 INFO O| Aug 08 22:04:08.695 INFO STEP 632 (remove_files) COMPLETE
57392024-08-08T22:04:10.898Z[ recovery-image] Aug 08 22:04:08.695 INFO O| Aug 08 22:04:08.695 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-08-08T22:04:10.909Z[ recovery-image] Aug 08 22:04:08.706 INFO O| Aug 08 22:04:08.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
57412024-08-08T22:04:10.912Z[ recovery-image] Aug 08 22:04:08.706 INFO O| Aug 08 22:04:08.706 INFO STEP 633 (remove_files) COMPLETE
57422024-08-08T22:04:10.912Z[ recovery-image] Aug 08 22:04:08.706 INFO O| Aug 08 22:04:08.706 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-08-08T22:04:10.920Z[ recovery-image] Aug 08 22:04:08.716 INFO O| Aug 08 22:04:08.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
57442024-08-08T22:04:10.920Z[ recovery-image] Aug 08 22:04:08.716 INFO O| Aug 08 22:04:08.716 INFO STEP 634 (remove_files) COMPLETE
57452024-08-08T22:04:10.923Z[ recovery-image] Aug 08 22:04:08.716 INFO O| Aug 08 22:04:08.716 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-08-08T22:04:10.929Z[ recovery-image] Aug 08 22:04:08.726 INFO O| Aug 08 22:04:08.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
57472024-08-08T22:04:10.929Z[ recovery-image] Aug 08 22:04:08.726 INFO O| Aug 08 22:04:08.726 INFO STEP 635 (remove_files) COMPLETE
57482024-08-08T22:04:10.932Z[ recovery-image] Aug 08 22:04:08.726 INFO O| Aug 08 22:04:08.726 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-08-08T22:04:10.939Z[ recovery-image] Aug 08 22:04:08.736 INFO O| Aug 08 22:04:08.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
57502024-08-08T22:04:10.942Z[ recovery-image] Aug 08 22:04:08.736 INFO O| Aug 08 22:04:08.736 INFO STEP 636 (remove_files) COMPLETE
57512024-08-08T22:04:10.942Z[ recovery-image] Aug 08 22:04:08.736 INFO O| Aug 08 22:04:08.736 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-08-08T22:04:10.949Z[ recovery-image] Aug 08 22:04:08.746 INFO O| Aug 08 22:04:08.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
57532024-08-08T22:04:10.954Z[ recovery-image] Aug 08 22:04:08.746 INFO O| Aug 08 22:04:08.746 INFO STEP 637 (remove_files) COMPLETE
57542024-08-08T22:04:10.954Z[ recovery-image] Aug 08 22:04:08.746 INFO O| Aug 08 22:04:08.746 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-08-08T22:04:10.959Z[ recovery-image] Aug 08 22:04:08.756 INFO O| Aug 08 22:04:08.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
57562024-08-08T22:04:10.959Z[ recovery-image] Aug 08 22:04:08.756 INFO O| Aug 08 22:04:08.756 INFO STEP 638 (remove_files) COMPLETE
57572024-08-08T22:04:10.962Z[ recovery-image] Aug 08 22:04:08.756 INFO O| Aug 08 22:04:08.756 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-08-08T22:04:10.972Z[ recovery-image] Aug 08 22:04:08.766 INFO O| Aug 08 22:04:08.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
57592024-08-08T22:04:10.972Z[ recovery-image] Aug 08 22:04:08.766 INFO O| Aug 08 22:04:08.766 INFO STEP 639 (remove_files) COMPLETE
57602024-08-08T22:04:10.972Z[ recovery-image] Aug 08 22:04:08.766 INFO O| Aug 08 22:04:08.766 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-08-08T22:04:10.979Z[ recovery-image] Aug 08 22:04:08.776 INFO O| Aug 08 22:04:08.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
57622024-08-08T22:04:10.979Z[ recovery-image] Aug 08 22:04:08.776 INFO O| Aug 08 22:04:08.776 INFO STEP 640 (remove_files) COMPLETE
57632024-08-08T22:04:10.979Z[ recovery-image] Aug 08 22:04:08.776 INFO O| Aug 08 22:04:08.776 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-08-08T22:04:10.989Z[ recovery-image] Aug 08 22:04:08.786 INFO O| Aug 08 22:04:08.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
57652024-08-08T22:04:10.989Z[ recovery-image] Aug 08 22:04:08.786 INFO O| Aug 08 22:04:08.786 INFO STEP 641 (remove_files) COMPLETE
57662024-08-08T22:04:10.992Z[ recovery-image] Aug 08 22:04:08.786 INFO O| Aug 08 22:04:08.786 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-08-08T22:04:10.999Z[ recovery-image] Aug 08 22:04:08.796 INFO O| Aug 08 22:04:08.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
57682024-08-08T22:04:11.003Z[ recovery-image] Aug 08 22:04:08.796 INFO O| Aug 08 22:04:08.796 INFO STEP 642 (remove_files) COMPLETE
57692024-08-08T22:04:11.003Z[ recovery-image] Aug 08 22:04:08.796 INFO O| Aug 08 22:04:08.796 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-08-08T22:04:11.009Z[ recovery-image] Aug 08 22:04:08.806 INFO O| Aug 08 22:04:08.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
57712024-08-08T22:04:11.012Z[ recovery-image] Aug 08 22:04:08.806 INFO O| Aug 08 22:04:08.806 INFO STEP 643 (remove_files) COMPLETE
57722024-08-08T22:04:11.012Z[ recovery-image] Aug 08 22:04:08.806 INFO O| Aug 08 22:04:08.806 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-08-08T22:04:11.019Z[ recovery-image] Aug 08 22:04:08.816 INFO O| Aug 08 22:04:08.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
57742024-08-08T22:04:11.019Z[ recovery-image] Aug 08 22:04:08.816 INFO O| Aug 08 22:04:08.816 INFO STEP 644 (remove_files) COMPLETE
57752024-08-08T22:04:11.022Z[ recovery-image] Aug 08 22:04:08.816 INFO O| Aug 08 22:04:08.816 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-08-08T22:04:11.029Z[ recovery-image] Aug 08 22:04:08.826 INFO O| Aug 08 22:04:08.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
57772024-08-08T22:04:11.029Z[ recovery-image] Aug 08 22:04:08.826 INFO O| Aug 08 22:04:08.826 INFO STEP 645 (remove_files) COMPLETE
57782024-08-08T22:04:11.029Z[ recovery-image] Aug 08 22:04:08.826 INFO O| Aug 08 22:04:08.826 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-08-08T22:04:11.033Z[ host-image] Aug 08 22:04:08.827 INFO O| Aug 08 22:04:08.827 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
57802024-08-08T22:04:11.039Z[ recovery-image] Aug 08 22:04:08.836 INFO O| Aug 08 22:04:08.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
57812024-08-08T22:04:11.042Z[ recovery-image] Aug 08 22:04:08.836 INFO O| Aug 08 22:04:08.836 INFO STEP 646 (remove_files) COMPLETE
57822024-08-08T22:04:11.043Z[ recovery-image] Aug 08 22:04:08.836 INFO O| Aug 08 22:04:08.836 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-08-08T22:04:11.050Z[ recovery-image] Aug 08 22:04:08.846 INFO O| Aug 08 22:04:08.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
57842024-08-08T22:04:11.050Z[ recovery-image] Aug 08 22:04:08.846 INFO O| Aug 08 22:04:08.846 INFO STEP 647 (remove_files) COMPLETE
57852024-08-08T22:04:11.053Z[ recovery-image] Aug 08 22:04:08.846 INFO O| Aug 08 22:04:08.846 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-08-08T22:04:11.060Z[ recovery-image] Aug 08 22:04:08.857 INFO O| Aug 08 22:04:08.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
57872024-08-08T22:04:11.060Z[ recovery-image] Aug 08 22:04:08.857 INFO O| Aug 08 22:04:08.857 INFO STEP 648 (remove_files) COMPLETE
57882024-08-08T22:04:11.060Z[ recovery-image] Aug 08 22:04:08.857 INFO O| Aug 08 22:04:08.857 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-08-08T22:04:11.071Z[ recovery-image] Aug 08 22:04:08.868 INFO O| Aug 08 22:04:08.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
57902024-08-08T22:04:11.071Z[ recovery-image] Aug 08 22:04:08.868 INFO O| Aug 08 22:04:08.868 INFO STEP 649 (remove_files) COMPLETE
57912024-08-08T22:04:11.071Z[ recovery-image] Aug 08 22:04:08.868 INFO O| Aug 08 22:04:08.868 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-08-08T22:04:11.081Z[ recovery-image] Aug 08 22:04:08.878 INFO O| Aug 08 22:04:08.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
57932024-08-08T22:04:11.081Z[ recovery-image] Aug 08 22:04:08.878 INFO O| Aug 08 22:04:08.878 INFO STEP 650 (remove_files) COMPLETE
57942024-08-08T22:04:11.085Z[ recovery-image] Aug 08 22:04:08.878 INFO O| Aug 08 22:04:08.878 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-08-08T22:04:11.092Z[ recovery-image] Aug 08 22:04:08.888 INFO O| Aug 08 22:04:08.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
57962024-08-08T22:04:11.092Z[ recovery-image] Aug 08 22:04:08.888 INFO O| Aug 08 22:04:08.888 INFO STEP 651 (remove_files) COMPLETE
57972024-08-08T22:04:11.092Z[ recovery-image] Aug 08 22:04:08.888 INFO O| Aug 08 22:04:08.888 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-08-08T22:04:11.102Z[ recovery-image] Aug 08 22:04:08.898 INFO O| Aug 08 22:04:08.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
57992024-08-08T22:04:11.105Z[ recovery-image] Aug 08 22:04:08.899 INFO O| Aug 08 22:04:08.899 INFO STEP 652 (remove_files) COMPLETE
58002024-08-08T22:04:11.105Z[ recovery-image] Aug 08 22:04:08.899 INFO O| Aug 08 22:04:08.899 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-08-08T22:04:11.112Z[ recovery-image] Aug 08 22:04:08.909 INFO O| Aug 08 22:04:08.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58022024-08-08T22:04:11.115Z[ recovery-image] Aug 08 22:04:08.909 INFO O| Aug 08 22:04:08.909 INFO STEP 653 (remove_files) COMPLETE
58032024-08-08T22:04:11.115Z[ recovery-image] Aug 08 22:04:08.909 INFO O| Aug 08 22:04:08.909 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-08-08T22:04:11.123Z[ recovery-image] Aug 08 22:04:08.919 INFO O| Aug 08 22:04:08.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58052024-08-08T22:04:11.126Z[ recovery-image] Aug 08 22:04:08.919 INFO O| Aug 08 22:04:08.919 INFO STEP 654 (remove_files) COMPLETE
58062024-08-08T22:04:11.126Z[ recovery-image] Aug 08 22:04:08.919 INFO O| Aug 08 22:04:08.919 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-08-08T22:04:11.133Z[ recovery-image] Aug 08 22:04:08.930 INFO O| Aug 08 22:04:08.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58082024-08-08T22:04:11.133Z[ recovery-image] Aug 08 22:04:08.930 INFO O| Aug 08 22:04:08.930 INFO STEP 655 (remove_files) COMPLETE
58092024-08-08T22:04:11.136Z[ recovery-image] Aug 08 22:04:08.930 INFO O| Aug 08 22:04:08.930 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-08-08T22:04:11.144Z[ recovery-image] Aug 08 22:04:08.941 INFO O| Aug 08 22:04:08.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58112024-08-08T22:04:11.147Z[ recovery-image] Aug 08 22:04:08.941 INFO O| Aug 08 22:04:08.941 INFO STEP 656 (remove_files) COMPLETE
58122024-08-08T22:04:11.147Z[ recovery-image] Aug 08 22:04:08.941 INFO O| Aug 08 22:04:08.941 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-08-08T22:04:11.154Z[ recovery-image] Aug 08 22:04:08.951 INFO O| Aug 08 22:04:08.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58142024-08-08T22:04:11.157Z[ recovery-image] Aug 08 22:04:08.951 INFO O| Aug 08 22:04:08.951 INFO STEP 657 (remove_files) COMPLETE
58152024-08-08T22:04:11.157Z[ recovery-image] Aug 08 22:04:08.951 INFO O| Aug 08 22:04:08.951 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-08-08T22:04:11.165Z[ recovery-image] Aug 08 22:04:08.962 INFO O| Aug 08 22:04:08.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58172024-08-08T22:04:11.168Z[ recovery-image] Aug 08 22:04:08.962 INFO O| Aug 08 22:04:08.962 INFO STEP 658 (remove_files) COMPLETE
58182024-08-08T22:04:11.168Z[ recovery-image] Aug 08 22:04:08.962 INFO O| Aug 08 22:04:08.962 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-08-08T22:04:11.175Z[ recovery-image] Aug 08 22:04:08.972 INFO O| Aug 08 22:04:08.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58202024-08-08T22:04:11.178Z[ recovery-image] Aug 08 22:04:08.972 INFO O| Aug 08 22:04:08.972 INFO STEP 659 (remove_files) COMPLETE
58212024-08-08T22:04:11.178Z[ recovery-image] Aug 08 22:04:08.972 INFO O| Aug 08 22:04:08.972 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-08-08T22:04:11.185Z[ recovery-image] Aug 08 22:04:08.982 INFO O| Aug 08 22:04:08.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58232024-08-08T22:04:11.188Z[ recovery-image] Aug 08 22:04:08.982 INFO O| Aug 08 22:04:08.982 INFO STEP 660 (remove_files) COMPLETE
58242024-08-08T22:04:11.188Z[ recovery-image] Aug 08 22:04:08.982 INFO O| Aug 08 22:04:08.982 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-08-08T22:04:11.195Z[ recovery-image] Aug 08 22:04:08.992 INFO O| Aug 08 22:04:08.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58262024-08-08T22:04:11.195Z[ recovery-image] Aug 08 22:04:08.992 INFO O| Aug 08 22:04:08.992 INFO STEP 661 (remove_files) COMPLETE
58272024-08-08T22:04:11.198Z[ recovery-image] Aug 08 22:04:08.992 INFO O| Aug 08 22:04:08.992 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-08-08T22:04:11.205Z[ recovery-image] Aug 08 22:04:09.002 INFO O| Aug 08 22:04:09.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58292024-08-08T22:04:11.205Z[ recovery-image] Aug 08 22:04:09.002 INFO O| Aug 08 22:04:09.002 INFO STEP 662 (remove_files) COMPLETE
58302024-08-08T22:04:11.208Z[ recovery-image] Aug 08 22:04:09.002 INFO O| Aug 08 22:04:09.002 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-08-08T22:04:11.216Z[ recovery-image] Aug 08 22:04:09.012 INFO O| Aug 08 22:04:09.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58322024-08-08T22:04:11.219Z[ recovery-image] Aug 08 22:04:09.013 INFO O| Aug 08 22:04:09.013 INFO STEP 663 (remove_files) COMPLETE
58332024-08-08T22:04:11.219Z[ recovery-image] Aug 08 22:04:09.013 INFO O| Aug 08 22:04:09.013 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-08-08T22:04:11.226Z[ recovery-image] Aug 08 22:04:09.022 INFO O| Aug 08 22:04:09.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
58352024-08-08T22:04:11.229Z[ recovery-image] Aug 08 22:04:09.023 INFO O| Aug 08 22:04:09.023 INFO STEP 664 (remove_files) COMPLETE
58362024-08-08T22:04:11.229Z[ recovery-image] Aug 08 22:04:09.023 INFO O| Aug 08 22:04:09.023 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-08-08T22:04:11.237Z[ recovery-image] Aug 08 22:04:09.032 INFO O| Aug 08 22:04:09.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
58382024-08-08T22:04:11.237Z[ recovery-image] Aug 08 22:04:09.032 INFO O| Aug 08 22:04:09.032 INFO STEP 665 (remove_files) COMPLETE
58392024-08-08T22:04:11.240Z[ recovery-image] Aug 08 22:04:09.032 INFO O| Aug 08 22:04:09.032 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-08-08T22:04:11.248Z[ recovery-image] Aug 08 22:04:09.042 INFO O| Aug 08 22:04:09.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
58412024-08-08T22:04:11.251Z[ recovery-image] Aug 08 22:04:09.043 INFO O| Aug 08 22:04:09.042 INFO STEP 666 (remove_files) COMPLETE
58422024-08-08T22:04:11.251Z[ recovery-image] Aug 08 22:04:09.043 INFO O| Aug 08 22:04:09.042 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-08-08T22:04:11.256Z[ recovery-image] Aug 08 22:04:09.053 INFO O| Aug 08 22:04:09.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
58442024-08-08T22:04:11.259Z[ recovery-image] Aug 08 22:04:09.053 INFO O| Aug 08 22:04:09.053 INFO STEP 667 (remove_files) COMPLETE
58452024-08-08T22:04:11.259Z[ recovery-image] Aug 08 22:04:09.053 INFO O| Aug 08 22:04:09.053 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-08-08T22:04:11.266Z[ recovery-image] Aug 08 22:04:09.063 INFO O| Aug 08 22:04:09.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
58472024-08-08T22:04:11.269Z[ recovery-image] Aug 08 22:04:09.063 INFO O| Aug 08 22:04:09.063 INFO STEP 668 (remove_files) COMPLETE
58482024-08-08T22:04:11.269Z[ recovery-image] Aug 08 22:04:09.063 INFO O| Aug 08 22:04:09.063 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-08-08T22:04:11.276Z[ recovery-image] Aug 08 22:04:09.073 INFO O| Aug 08 22:04:09.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
58502024-08-08T22:04:11.279Z[ recovery-image] Aug 08 22:04:09.073 INFO O| Aug 08 22:04:09.073 INFO STEP 669 (remove_files) COMPLETE
58512024-08-08T22:04:11.279Z[ recovery-image] Aug 08 22:04:09.073 INFO O| Aug 08 22:04:09.073 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-08-08T22:04:11.287Z[ recovery-image] Aug 08 22:04:09.083 INFO O| Aug 08 22:04:09.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
58532024-08-08T22:04:11.287Z[ recovery-image] Aug 08 22:04:09.084 INFO O| Aug 08 22:04:09.084 INFO STEP 670 (remove_files) COMPLETE
58542024-08-08T22:04:11.287Z[ recovery-image] Aug 08 22:04:09.084 INFO O| Aug 08 22:04:09.084 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-08-08T22:04:11.300Z[ recovery-image] Aug 08 22:04:09.096 INFO O| Aug 08 22:04:09.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
58562024-08-08T22:04:11.300Z[ recovery-image] Aug 08 22:04:09.096 INFO O| Aug 08 22:04:09.096 INFO STEP 671 (remove_files) COMPLETE
58572024-08-08T22:04:11.303Z[ recovery-image] Aug 08 22:04:09.096 INFO O| Aug 08 22:04:09.096 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-08-08T22:04:11.311Z[ recovery-image] Aug 08 22:04:09.108 INFO O| Aug 08 22:04:09.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
58592024-08-08T22:04:11.311Z[ recovery-image] Aug 08 22:04:09.108 INFO O| Aug 08 22:04:09.108 INFO STEP 672 (remove_files) COMPLETE
58602024-08-08T22:04:11.315Z[ recovery-image] Aug 08 22:04:09.108 INFO O| Aug 08 22:04:09.108 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-08-08T22:04:11.323Z[ recovery-image] Aug 08 22:04:09.120 INFO O| Aug 08 22:04:09.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
58622024-08-08T22:04:11.326Z[ recovery-image] Aug 08 22:04:09.120 INFO O| Aug 08 22:04:09.120 INFO STEP 673 (remove_files) COMPLETE
58632024-08-08T22:04:11.326Z[ recovery-image] Aug 08 22:04:09.120 INFO O| Aug 08 22:04:09.120 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-08-08T22:04:11.339Z[ recovery-image] Aug 08 22:04:09.136 INFO O| Aug 08 22:04:09.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
58652024-08-08T22:04:11.342Z[ recovery-image] Aug 08 22:04:09.136 INFO O| Aug 08 22:04:09.136 INFO STEP 674 (remove_files) COMPLETE
58662024-08-08T22:04:11.342Z[ recovery-image] Aug 08 22:04:09.136 INFO O| Aug 08 22:04:09.136 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-08-08T22:04:11.355Z[ recovery-image] Aug 08 22:04:09.152 INFO O| Aug 08 22:04:09.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
58682024-08-08T22:04:11.358Z[ recovery-image] Aug 08 22:04:09.152 INFO O| Aug 08 22:04:09.152 INFO STEP 675 (remove_files) COMPLETE
58692024-08-08T22:04:11.358Z[ recovery-image] Aug 08 22:04:09.152 INFO O| Aug 08 22:04:09.152 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-08-08T22:04:11.369Z[ recovery-image] Aug 08 22:04:09.166 INFO O| Aug 08 22:04:09.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
58712024-08-08T22:04:11.372Z[ recovery-image] Aug 08 22:04:09.166 INFO O| Aug 08 22:04:09.166 INFO STEP 676 (remove_files) COMPLETE
58722024-08-08T22:04:11.372Z[ recovery-image] Aug 08 22:04:09.166 INFO O| Aug 08 22:04:09.166 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-08-08T22:04:11.380Z[ recovery-image] Aug 08 22:04:09.176 INFO O| Aug 08 22:04:09.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
58742024-08-08T22:04:11.380Z[ recovery-image] Aug 08 22:04:09.176 INFO O| Aug 08 22:04:09.176 INFO STEP 677 (remove_files) COMPLETE
58752024-08-08T22:04:11.383Z[ recovery-image] Aug 08 22:04:09.176 INFO O| Aug 08 22:04:09.176 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-08-08T22:04:11.392Z[ recovery-image] Aug 08 22:04:09.188 INFO O| Aug 08 22:04:09.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
58772024-08-08T22:04:11.392Z[ recovery-image] Aug 08 22:04:09.188 INFO O| Aug 08 22:04:09.188 INFO STEP 678 (remove_files) COMPLETE
58782024-08-08T22:04:11.395Z[ recovery-image] Aug 08 22:04:09.188 INFO O| Aug 08 22:04:09.188 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-08-08T22:04:11.402Z[ recovery-image] Aug 08 22:04:09.199 INFO O| Aug 08 22:04:09.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
58802024-08-08T22:04:11.402Z[ recovery-image] Aug 08 22:04:09.199 INFO O| Aug 08 22:04:09.199 INFO STEP 679 (remove_files) COMPLETE
58812024-08-08T22:04:11.405Z[ recovery-image] Aug 08 22:04:09.199 INFO O| Aug 08 22:04:09.199 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-08-08T22:04:11.413Z[ recovery-image] Aug 08 22:04:09.210 INFO O| Aug 08 22:04:09.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
58832024-08-08T22:04:11.416Z[ recovery-image] Aug 08 22:04:09.210 INFO O| Aug 08 22:04:09.210 INFO STEP 680 (remove_files) COMPLETE
58842024-08-08T22:04:11.416Z[ recovery-image] Aug 08 22:04:09.210 INFO O| Aug 08 22:04:09.210 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-08-08T22:04:11.424Z[ recovery-image] Aug 08 22:04:09.221 INFO O| Aug 08 22:04:09.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
58862024-08-08T22:04:11.424Z[ recovery-image] Aug 08 22:04:09.221 INFO O| Aug 08 22:04:09.221 INFO STEP 681 (remove_files) COMPLETE
58872024-08-08T22:04:11.427Z[ recovery-image] Aug 08 22:04:09.221 INFO O| Aug 08 22:04:09.221 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-08-08T22:04:11.436Z[ recovery-image] Aug 08 22:04:09.232 INFO O| Aug 08 22:04:09.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
58892024-08-08T22:04:11.438Z[ recovery-image] Aug 08 22:04:09.233 INFO O| Aug 08 22:04:09.232 INFO STEP 682 (remove_files) COMPLETE
58902024-08-08T22:04:11.438Z[ recovery-image] Aug 08 22:04:09.233 INFO O| Aug 08 22:04:09.232 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-08-08T22:04:11.447Z[ recovery-image] Aug 08 22:04:09.244 INFO O| Aug 08 22:04:09.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
58922024-08-08T22:04:11.447Z[ recovery-image] Aug 08 22:04:09.244 INFO O| Aug 08 22:04:09.244 INFO STEP 683 (remove_files) COMPLETE
58932024-08-08T22:04:11.447Z[ recovery-image] Aug 08 22:04:09.244 INFO O| Aug 08 22:04:09.244 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-08-08T22:04:11.459Z[ recovery-image] Aug 08 22:04:09.255 INFO O| Aug 08 22:04:09.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
58952024-08-08T22:04:11.462Z[ recovery-image] Aug 08 22:04:09.256 INFO O| Aug 08 22:04:09.256 INFO STEP 684 (remove_files) COMPLETE
58962024-08-08T22:04:11.462Z[ recovery-image] Aug 08 22:04:09.256 INFO O| Aug 08 22:04:09.256 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-08-08T22:04:11.470Z[ recovery-image] Aug 08 22:04:09.267 INFO O| Aug 08 22:04:09.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
58982024-08-08T22:04:11.470Z[ recovery-image] Aug 08 22:04:09.267 INFO O| Aug 08 22:04:09.267 INFO STEP 685 (remove_files) COMPLETE
58992024-08-08T22:04:11.473Z[ recovery-image] Aug 08 22:04:09.267 INFO O| Aug 08 22:04:09.267 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-08-08T22:04:11.482Z[ recovery-image] Aug 08 22:04:09.278 INFO O| Aug 08 22:04:09.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59012024-08-08T22:04:11.482Z[ recovery-image] Aug 08 22:04:09.278 INFO O| Aug 08 22:04:09.278 INFO STEP 686 (remove_files) COMPLETE
59022024-08-08T22:04:11.484Z[ recovery-image] Aug 08 22:04:09.278 INFO O| Aug 08 22:04:09.278 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-08-08T22:04:11.493Z[ recovery-image] Aug 08 22:04:09.289 INFO O| Aug 08 22:04:09.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59042024-08-08T22:04:11.493Z[ recovery-image] Aug 08 22:04:09.289 INFO O| Aug 08 22:04:09.289 INFO STEP 687 (remove_files) COMPLETE
59052024-08-08T22:04:11.495Z[ recovery-image] Aug 08 22:04:09.289 INFO O| Aug 08 22:04:09.289 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-08-08T22:04:11.503Z[ recovery-image] Aug 08 22:04:09.300 INFO O| Aug 08 22:04:09.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59072024-08-08T22:04:11.503Z[ recovery-image] Aug 08 22:04:09.300 INFO O| Aug 08 22:04:09.300 INFO STEP 688 (remove_files) COMPLETE
59082024-08-08T22:04:11.506Z[ recovery-image] Aug 08 22:04:09.300 INFO O| Aug 08 22:04:09.300 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-08-08T22:04:11.515Z[ recovery-image] Aug 08 22:04:09.310 INFO O| Aug 08 22:04:09.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59102024-08-08T22:04:11.515Z[ recovery-image] Aug 08 22:04:09.310 INFO O| Aug 08 22:04:09.310 INFO STEP 689 (remove_files) COMPLETE
59112024-08-08T22:04:11.518Z[ recovery-image] Aug 08 22:04:09.310 INFO O| Aug 08 22:04:09.310 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-08-08T22:04:11.525Z[ recovery-image] Aug 08 22:04:09.321 INFO O| Aug 08 22:04:09.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59132024-08-08T22:04:11.525Z[ recovery-image] Aug 08 22:04:09.321 INFO O| Aug 08 22:04:09.321 INFO STEP 690 (remove_files) COMPLETE
59142024-08-08T22:04:11.528Z[ recovery-image] Aug 08 22:04:09.321 INFO O| Aug 08 22:04:09.321 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-08-08T22:04:11.534Z[ recovery-image] Aug 08 22:04:09.331 INFO O| Aug 08 22:04:09.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59162024-08-08T22:04:11.534Z[ recovery-image] Aug 08 22:04:09.331 INFO O| Aug 08 22:04:09.331 INFO STEP 691 (remove_files) COMPLETE
59172024-08-08T22:04:11.534Z[ recovery-image] Aug 08 22:04:09.331 INFO O| Aug 08 22:04:09.331 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-08-08T22:04:11.544Z[ recovery-image] Aug 08 22:04:09.341 INFO O| Aug 08 22:04:09.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59192024-08-08T22:04:11.544Z[ recovery-image] Aug 08 22:04:09.341 INFO O| Aug 08 22:04:09.341 INFO STEP 692 (remove_files) COMPLETE
59202024-08-08T22:04:11.544Z[ recovery-image] Aug 08 22:04:09.341 INFO O| Aug 08 22:04:09.341 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-08-08T22:04:11.554Z[ recovery-image] Aug 08 22:04:09.350 INFO O| Aug 08 22:04:09.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59222024-08-08T22:04:11.556Z[ recovery-image] Aug 08 22:04:09.351 INFO O| Aug 08 22:04:09.351 INFO STEP 693 (remove_files) COMPLETE
59232024-08-08T22:04:11.556Z[ recovery-image] Aug 08 22:04:09.351 INFO O| Aug 08 22:04:09.351 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-08-08T22:04:11.566Z[ recovery-image] Aug 08 22:04:09.360 INFO O| Aug 08 22:04:09.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59252024-08-08T22:04:11.566Z[ recovery-image] Aug 08 22:04:09.360 INFO O| Aug 08 22:04:09.360 INFO STEP 694 (remove_files) COMPLETE
59262024-08-08T22:04:11.566Z[ recovery-image] Aug 08 22:04:09.360 INFO O| Aug 08 22:04:09.360 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-08-08T22:04:11.574Z[ recovery-image] Aug 08 22:04:09.370 INFO O| Aug 08 22:04:09.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59282024-08-08T22:04:11.574Z[ recovery-image] Aug 08 22:04:09.370 INFO O| Aug 08 22:04:09.370 INFO STEP 695 (remove_files) COMPLETE
59292024-08-08T22:04:11.578Z[ recovery-image] Aug 08 22:04:09.370 INFO O| Aug 08 22:04:09.370 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-08-08T22:04:11.584Z[ recovery-image] Aug 08 22:04:09.379 INFO O| Aug 08 22:04:09.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
59312024-08-08T22:04:11.584Z[ recovery-image] Aug 08 22:04:09.380 INFO O| Aug 08 22:04:09.380 INFO STEP 696 (remove_files) COMPLETE
59322024-08-08T22:04:11.584Z[ recovery-image] Aug 08 22:04:09.380 INFO O| Aug 08 22:04:09.380 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-08-08T22:04:11.593Z[ recovery-image] Aug 08 22:04:09.389 INFO O| Aug 08 22:04:09.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
59342024-08-08T22:04:11.593Z[ recovery-image] Aug 08 22:04:09.389 INFO O| Aug 08 22:04:09.389 INFO STEP 697 (remove_files) COMPLETE
59352024-08-08T22:04:11.593Z[ recovery-image] Aug 08 22:04:09.389 INFO O| Aug 08 22:04:09.389 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-08-08T22:04:11.602Z[ recovery-image] Aug 08 22:04:09.399 INFO O| Aug 08 22:04:09.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
59372024-08-08T22:04:11.602Z[ recovery-image] Aug 08 22:04:09.399 INFO O| Aug 08 22:04:09.399 INFO STEP 698 (remove_files) COMPLETE
59382024-08-08T22:04:11.605Z[ recovery-image] Aug 08 22:04:09.399 INFO O| Aug 08 22:04:09.399 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-08-08T22:04:11.613Z[ recovery-image] Aug 08 22:04:09.409 INFO O| Aug 08 22:04:09.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
59402024-08-08T22:04:11.616Z[ recovery-image] Aug 08 22:04:09.409 INFO O| Aug 08 22:04:09.409 INFO STEP 699 (remove_files) COMPLETE
59412024-08-08T22:04:11.616Z[ recovery-image] Aug 08 22:04:09.409 INFO O| Aug 08 22:04:09.409 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-08-08T22:04:11.623Z[ recovery-image] Aug 08 22:04:09.418 INFO O| Aug 08 22:04:09.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
59432024-08-08T22:04:11.623Z[ recovery-image] Aug 08 22:04:09.418 INFO O| Aug 08 22:04:09.418 INFO STEP 700 (remove_files) COMPLETE
59442024-08-08T22:04:11.623Z[ recovery-image] Aug 08 22:04:09.418 INFO O| Aug 08 22:04:09.418 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-08-08T22:04:11.632Z[ recovery-image] Aug 08 22:04:09.428 INFO O| Aug 08 22:04:09.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
59462024-08-08T22:04:11.632Z[ recovery-image] Aug 08 22:04:09.428 INFO O| Aug 08 22:04:09.428 INFO STEP 701 (remove_files) COMPLETE
59472024-08-08T22:04:11.632Z[ recovery-image] Aug 08 22:04:09.428 INFO O| Aug 08 22:04:09.428 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-08-08T22:04:11.642Z[ recovery-image] Aug 08 22:04:09.438 INFO O| Aug 08 22:04:09.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
59492024-08-08T22:04:11.642Z[ recovery-image] Aug 08 22:04:09.438 INFO O| Aug 08 22:04:09.438 INFO STEP 702 (remove_files) COMPLETE
59502024-08-08T22:04:11.642Z[ recovery-image] Aug 08 22:04:09.438 INFO O| Aug 08 22:04:09.438 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-08-08T22:04:11.651Z[ recovery-image] Aug 08 22:04:09.447 INFO O| Aug 08 22:04:09.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
59522024-08-08T22:04:11.651Z[ recovery-image] Aug 08 22:04:09.447 INFO O| Aug 08 22:04:09.447 INFO STEP 703 (remove_files) COMPLETE
59532024-08-08T22:04:11.655Z[ recovery-image] Aug 08 22:04:09.447 INFO O| Aug 08 22:04:09.447 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-08-08T22:04:11.660Z[ recovery-image] Aug 08 22:04:09.457 INFO O| Aug 08 22:04:09.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
59552024-08-08T22:04:11.660Z[ recovery-image] Aug 08 22:04:09.457 INFO O| Aug 08 22:04:09.457 INFO STEP 704 (remove_files) COMPLETE
59562024-08-08T22:04:11.660Z[ recovery-image] Aug 08 22:04:09.457 INFO O| Aug 08 22:04:09.457 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-08-08T22:04:11.670Z[ recovery-image] Aug 08 22:04:09.466 INFO O| Aug 08 22:04:09.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
59582024-08-08T22:04:11.674Z[ recovery-image] Aug 08 22:04:09.467 INFO O| Aug 08 22:04:09.467 INFO STEP 705 (remove_files) COMPLETE
59592024-08-08T22:04:11.674Z[ recovery-image] Aug 08 22:04:09.467 INFO O| Aug 08 22:04:09.467 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-08-08T22:04:11.681Z[ recovery-image] Aug 08 22:04:09.477 INFO O| Aug 08 22:04:09.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
59612024-08-08T22:04:11.689Z[ recovery-image] Aug 08 22:04:09.478 INFO O| Aug 08 22:04:09.478 INFO STEP 706 (remove_files) COMPLETE
59622024-08-08T22:04:11.689Z[ recovery-image] Aug 08 22:04:09.478 INFO O| Aug 08 22:04:09.478 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-08-08T22:04:11.694Z[ recovery-image] Aug 08 22:04:09.488 INFO O| Aug 08 22:04:09.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
59642024-08-08T22:04:11.694Z[ recovery-image] Aug 08 22:04:09.488 INFO O| Aug 08 22:04:09.488 INFO STEP 707 (remove_files) COMPLETE
59652024-08-08T22:04:11.694Z[ recovery-image] Aug 08 22:04:09.488 INFO O| Aug 08 22:04:09.488 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-08-08T22:04:11.702Z[ recovery-image] Aug 08 22:04:09.499 INFO O| Aug 08 22:04:09.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
59672024-08-08T22:04:11.705Z[ recovery-image] Aug 08 22:04:09.500 INFO O| Aug 08 22:04:09.500 INFO STEP 708 (remove_files) COMPLETE
59682024-08-08T22:04:11.705Z[ recovery-image] Aug 08 22:04:09.500 INFO O| Aug 08 22:04:09.500 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-08-08T22:04:11.715Z[ recovery-image] Aug 08 22:04:09.511 INFO O| Aug 08 22:04:09.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
59702024-08-08T22:04:11.715Z[ recovery-image] Aug 08 22:04:09.511 INFO O| Aug 08 22:04:09.511 INFO STEP 709 (remove_files) COMPLETE
59712024-08-08T22:04:11.722Z[ recovery-image] Aug 08 22:04:09.511 INFO O| Aug 08 22:04:09.511 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-08-08T22:04:11.728Z[ recovery-image] Aug 08 22:04:09.522 INFO O| Aug 08 22:04:09.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
59732024-08-08T22:04:11.728Z[ recovery-image] Aug 08 22:04:09.522 INFO O| Aug 08 22:04:09.522 INFO STEP 710 (remove_files) COMPLETE
59742024-08-08T22:04:11.728Z[ recovery-image] Aug 08 22:04:09.522 INFO O| Aug 08 22:04:09.522 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-08-08T22:04:11.737Z[ recovery-image] Aug 08 22:04:09.533 INFO O| Aug 08 22:04:09.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
59762024-08-08T22:04:11.740Z[ recovery-image] Aug 08 22:04:09.533 INFO O| Aug 08 22:04:09.533 INFO STEP 711 (remove_files) COMPLETE
59772024-08-08T22:04:11.740Z[ recovery-image] Aug 08 22:04:09.533 INFO O| Aug 08 22:04:09.533 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-08-08T22:04:11.748Z[ recovery-image] Aug 08 22:04:09.543 INFO O| Aug 08 22:04:09.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
59792024-08-08T22:04:11.752Z[ recovery-image] Aug 08 22:04:09.543 INFO O| Aug 08 22:04:09.543 INFO STEP 712 (remove_files) COMPLETE
59802024-08-08T22:04:11.752Z[ recovery-image] Aug 08 22:04:09.543 INFO O| Aug 08 22:04:09.543 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-08-08T22:04:11.757Z[ recovery-image] Aug 08 22:04:09.553 INFO O| Aug 08 22:04:09.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
59822024-08-08T22:04:11.757Z[ recovery-image] Aug 08 22:04:09.553 INFO O| Aug 08 22:04:09.553 INFO STEP 713 (remove_files) COMPLETE
59832024-08-08T22:04:11.762Z[ recovery-image] Aug 08 22:04:09.553 INFO O| Aug 08 22:04:09.553 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-08-08T22:04:11.767Z[ recovery-image] Aug 08 22:04:09.563 INFO O| Aug 08 22:04:09.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
59852024-08-08T22:04:11.772Z[ recovery-image] Aug 08 22:04:09.563 INFO O| Aug 08 22:04:09.563 INFO STEP 714 (remove_files) COMPLETE
59862024-08-08T22:04:11.773Z[ recovery-image] Aug 08 22:04:09.563 INFO O| Aug 08 22:04:09.563 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-08-08T22:04:11.776Z[ recovery-image] Aug 08 22:04:09.573 INFO O| Aug 08 22:04:09.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
59882024-08-08T22:04:11.780Z[ recovery-image] Aug 08 22:04:09.573 INFO O| Aug 08 22:04:09.573 INFO STEP 715 (remove_files) COMPLETE
59892024-08-08T22:04:11.780Z[ recovery-image] Aug 08 22:04:09.573 INFO O| Aug 08 22:04:09.573 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-08-08T22:04:11.786Z[ recovery-image] Aug 08 22:04:09.582 INFO O| Aug 08 22:04:09.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
59912024-08-08T22:04:11.789Z[ recovery-image] Aug 08 22:04:09.582 INFO O| Aug 08 22:04:09.582 INFO STEP 716 (remove_files) COMPLETE
59922024-08-08T22:04:11.790Z[ recovery-image] Aug 08 22:04:09.582 INFO O| Aug 08 22:04:09.582 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-08-08T22:04:11.798Z[ recovery-image] Aug 08 22:04:09.592 INFO O| Aug 08 22:04:09.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
59942024-08-08T22:04:11.799Z[ recovery-image] Aug 08 22:04:09.592 INFO O| Aug 08 22:04:09.592 INFO STEP 717 (remove_files) COMPLETE
59952024-08-08T22:04:11.799Z[ recovery-image] Aug 08 22:04:09.592 INFO O| Aug 08 22:04:09.592 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-08-08T22:04:11.805Z[ recovery-image] Aug 08 22:04:09.602 INFO O| Aug 08 22:04:09.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
59972024-08-08T22:04:11.809Z[ recovery-image] Aug 08 22:04:09.602 INFO O| Aug 08 22:04:09.602 INFO STEP 718 (remove_files) COMPLETE
59982024-08-08T22:04:11.809Z[ recovery-image] Aug 08 22:04:09.602 INFO O| Aug 08 22:04:09.602 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-08-08T22:04:11.816Z[ recovery-image] Aug 08 22:04:09.612 INFO O| Aug 08 22:04:09.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60002024-08-08T22:04:11.816Z[ recovery-image] Aug 08 22:04:09.612 INFO O| Aug 08 22:04:09.612 INFO STEP 719 (remove_files) COMPLETE
60012024-08-08T22:04:11.816Z[ recovery-image] Aug 08 22:04:09.612 INFO O| Aug 08 22:04:09.612 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-08-08T22:04:11.825Z[ recovery-image] Aug 08 22:04:09.621 INFO O| Aug 08 22:04:09.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60032024-08-08T22:04:11.829Z[ recovery-image] Aug 08 22:04:09.621 INFO O| Aug 08 22:04:09.621 INFO STEP 720 (remove_files) COMPLETE
60042024-08-08T22:04:11.829Z[ recovery-image] Aug 08 22:04:09.621 INFO O| Aug 08 22:04:09.621 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-08-08T22:04:11.834Z[ recovery-image] Aug 08 22:04:09.631 INFO O| Aug 08 22:04:09.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60062024-08-08T22:04:11.844Z[ recovery-image] Aug 08 22:04:09.631 INFO O| Aug 08 22:04:09.631 INFO STEP 721 (remove_files) COMPLETE
60072024-08-08T22:04:11.844Z[ recovery-image] Aug 08 22:04:09.631 INFO O| Aug 08 22:04:09.631 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-08-08T22:04:11.849Z[ recovery-image] Aug 08 22:04:09.641 INFO O| Aug 08 22:04:09.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60092024-08-08T22:04:11.849Z[ recovery-image] Aug 08 22:04:09.641 INFO O| Aug 08 22:04:09.641 INFO STEP 722 (remove_files) COMPLETE
60102024-08-08T22:04:11.849Z[ recovery-image] Aug 08 22:04:09.641 INFO O| Aug 08 22:04:09.641 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-08-08T22:04:11.854Z[ recovery-image] Aug 08 22:04:09.650 INFO O| Aug 08 22:04:09.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60122024-08-08T22:04:11.854Z[ recovery-image] Aug 08 22:04:09.650 INFO O| Aug 08 22:04:09.650 INFO STEP 723 (remove_files) COMPLETE
60132024-08-08T22:04:11.854Z[ recovery-image] Aug 08 22:04:09.650 INFO O| Aug 08 22:04:09.650 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-08-08T22:04:11.864Z[ recovery-image] Aug 08 22:04:09.660 INFO O| Aug 08 22:04:09.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60152024-08-08T22:04:11.867Z[ recovery-image] Aug 08 22:04:09.661 INFO O| Aug 08 22:04:09.661 INFO STEP 724 (remove_files) COMPLETE
60162024-08-08T22:04:11.867Z[ recovery-image] Aug 08 22:04:09.661 INFO O| Aug 08 22:04:09.661 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-08-08T22:04:11.876Z[ recovery-image] Aug 08 22:04:09.672 INFO O| Aug 08 22:04:09.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60182024-08-08T22:04:11.876Z[ recovery-image] Aug 08 22:04:09.672 INFO O| Aug 08 22:04:09.672 INFO STEP 725 (remove_files) COMPLETE
60192024-08-08T22:04:11.880Z[ recovery-image] Aug 08 22:04:09.672 INFO O| Aug 08 22:04:09.672 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-08-08T22:04:11.886Z[ recovery-image] Aug 08 22:04:09.681 INFO O| Aug 08 22:04:09.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60212024-08-08T22:04:11.889Z[ recovery-image] Aug 08 22:04:09.682 INFO O| Aug 08 22:04:09.682 INFO STEP 726 (remove_files) COMPLETE
60222024-08-08T22:04:11.889Z[ recovery-image] Aug 08 22:04:09.682 INFO O| Aug 08 22:04:09.682 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-08-08T22:04:11.895Z[ recovery-image] Aug 08 22:04:09.691 INFO O| Aug 08 22:04:09.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60242024-08-08T22:04:11.895Z[ recovery-image] Aug 08 22:04:09.691 INFO O| Aug 08 22:04:09.691 INFO STEP 727 (remove_files) COMPLETE
60252024-08-08T22:04:11.895Z[ recovery-image] Aug 08 22:04:09.692 INFO O| Aug 08 22:04:09.691 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-08-08T22:04:11.904Z[ recovery-image] Aug 08 22:04:09.701 INFO O| Aug 08 22:04:09.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60272024-08-08T22:04:11.904Z[ recovery-image] Aug 08 22:04:09.701 INFO O| Aug 08 22:04:09.701 INFO STEP 728 (remove_files) COMPLETE
60282024-08-08T22:04:11.904Z[ recovery-image] Aug 08 22:04:09.701 INFO O| Aug 08 22:04:09.701 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-08-08T22:04:11.915Z[ recovery-image] Aug 08 22:04:09.711 INFO O| Aug 08 22:04:09.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
60302024-08-08T22:04:11.915Z[ recovery-image] Aug 08 22:04:09.711 INFO O| Aug 08 22:04:09.711 INFO STEP 729 (remove_files) COMPLETE
60312024-08-08T22:04:11.915Z[ recovery-image] Aug 08 22:04:09.711 INFO O| Aug 08 22:04:09.711 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-08-08T22:04:11.924Z[ recovery-image] Aug 08 22:04:09.721 INFO O| Aug 08 22:04:09.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
60332024-08-08T22:04:11.925Z[ recovery-image] Aug 08 22:04:09.721 INFO O| Aug 08 22:04:09.721 INFO STEP 730 (remove_files) COMPLETE
60342024-08-08T22:04:11.925Z[ recovery-image] Aug 08 22:04:09.721 INFO O| Aug 08 22:04:09.721 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-08-08T22:04:11.934Z[ recovery-image] Aug 08 22:04:09.730 INFO O| Aug 08 22:04:09.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
60362024-08-08T22:04:11.934Z[ recovery-image] Aug 08 22:04:09.730 INFO O| Aug 08 22:04:09.730 INFO STEP 731 (remove_files) COMPLETE
60372024-08-08T22:04:11.936Z[ recovery-image] Aug 08 22:04:09.731 INFO O| Aug 08 22:04:09.730 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-08-08T22:04:11.945Z[ recovery-image] Aug 08 22:04:09.741 INFO O| Aug 08 22:04:09.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
60392024-08-08T22:04:11.945Z[ recovery-image] Aug 08 22:04:09.741 INFO O| Aug 08 22:04:09.741 INFO STEP 732 (remove_files) COMPLETE
60402024-08-08T22:04:11.948Z[ recovery-image] Aug 08 22:04:09.741 INFO O| Aug 08 22:04:09.741 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-08-08T22:04:11.955Z[ recovery-image] Aug 08 22:04:09.751 INFO O| Aug 08 22:04:09.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
60422024-08-08T22:04:11.955Z[ recovery-image] Aug 08 22:04:09.751 INFO O| Aug 08 22:04:09.751 INFO STEP 733 (remove_files) COMPLETE
60432024-08-08T22:04:11.958Z[ recovery-image] Aug 08 22:04:09.751 INFO O| Aug 08 22:04:09.751 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-08-08T22:04:11.967Z[ recovery-image] Aug 08 22:04:09.763 INFO O| Aug 08 22:04:09.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
60452024-08-08T22:04:11.970Z[ recovery-image] Aug 08 22:04:09.764 INFO O| Aug 08 22:04:09.764 INFO STEP 734 (remove_files) COMPLETE
60462024-08-08T22:04:11.970Z[ recovery-image] Aug 08 22:04:09.764 INFO O| Aug 08 22:04:09.764 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-08-08T22:04:11.979Z[ recovery-image] Aug 08 22:04:09.775 INFO O| Aug 08 22:04:09.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
60482024-08-08T22:04:11.979Z[ recovery-image] Aug 08 22:04:09.775 INFO O| Aug 08 22:04:09.775 INFO STEP 735 (remove_files) COMPLETE
60492024-08-08T22:04:11.982Z[ recovery-image] Aug 08 22:04:09.775 INFO O| Aug 08 22:04:09.775 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-08-08T22:04:11.990Z[ recovery-image] Aug 08 22:04:09.786 INFO O| Aug 08 22:04:09.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
60512024-08-08T22:04:11.992Z[ recovery-image] Aug 08 22:04:09.787 INFO O| Aug 08 22:04:09.787 INFO STEP 736 (remove_files) COMPLETE
60522024-08-08T22:04:11.992Z[ recovery-image] Aug 08 22:04:09.787 INFO O| Aug 08 22:04:09.787 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-08-08T22:04:12.003Z[ recovery-image] Aug 08 22:04:09.798 INFO O| Aug 08 22:04:09.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
60542024-08-08T22:04:12.006Z[ recovery-image] Aug 08 22:04:09.798 INFO O| Aug 08 22:04:09.798 INFO STEP 737 (remove_files) COMPLETE
60552024-08-08T22:04:12.006Z[ recovery-image] Aug 08 22:04:09.799 INFO O| Aug 08 22:04:09.798 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-08-08T22:04:12.013Z[ recovery-image] Aug 08 22:04:09.810 INFO O| Aug 08 22:04:09.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
60572024-08-08T22:04:12.013Z[ recovery-image] Aug 08 22:04:09.810 INFO O| Aug 08 22:04:09.810 INFO STEP 738 (remove_files) COMPLETE
60582024-08-08T22:04:12.013Z[ recovery-image] Aug 08 22:04:09.810 INFO O| Aug 08 22:04:09.810 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-08-08T22:04:12.025Z[ recovery-image] Aug 08 22:04:09.821 INFO O| Aug 08 22:04:09.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
60602024-08-08T22:04:12.025Z[ recovery-image] Aug 08 22:04:09.821 INFO O| Aug 08 22:04:09.821 INFO STEP 739 (remove_files) COMPLETE
60612024-08-08T22:04:12.027Z[ recovery-image] Aug 08 22:04:09.821 INFO O| Aug 08 22:04:09.821 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-08-08T22:04:12.036Z[ recovery-image] Aug 08 22:04:09.832 INFO O| Aug 08 22:04:09.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
60632024-08-08T22:04:12.036Z[ recovery-image] Aug 08 22:04:09.832 INFO O| Aug 08 22:04:09.832 INFO STEP 740 (remove_files) COMPLETE
60642024-08-08T22:04:12.038Z[ recovery-image] Aug 08 22:04:09.832 INFO O| Aug 08 22:04:09.832 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-08-08T22:04:12.047Z[ recovery-image] Aug 08 22:04:09.843 INFO O| Aug 08 22:04:09.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
60662024-08-08T22:04:12.050Z[ recovery-image] Aug 08 22:04:09.843 INFO O| Aug 08 22:04:09.843 INFO STEP 741 (remove_files) COMPLETE
60672024-08-08T22:04:12.050Z[ recovery-image] Aug 08 22:04:09.843 INFO O| Aug 08 22:04:09.843 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-08-08T22:04:12.056Z[ recovery-image] Aug 08 22:04:09.853 INFO O| Aug 08 22:04:09.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
60692024-08-08T22:04:12.060Z[ recovery-image] Aug 08 22:04:09.853 INFO O| Aug 08 22:04:09.853 INFO STEP 742 (remove_files) COMPLETE
60702024-08-08T22:04:12.060Z[ recovery-image] Aug 08 22:04:09.853 INFO O| Aug 08 22:04:09.853 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-08-08T22:04:12.066Z[ recovery-image] Aug 08 22:04:09.862 INFO O| Aug 08 22:04:09.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
60722024-08-08T22:04:12.066Z[ recovery-image] Aug 08 22:04:09.863 INFO O| Aug 08 22:04:09.862 INFO STEP 743 (remove_files) COMPLETE
60732024-08-08T22:04:12.069Z[ recovery-image] Aug 08 22:04:09.863 INFO O| Aug 08 22:04:09.863 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-08-08T22:04:12.076Z[ recovery-image] Aug 08 22:04:09.872 INFO O| Aug 08 22:04:09.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
60752024-08-08T22:04:12.078Z[ recovery-image] Aug 08 22:04:09.872 INFO O| Aug 08 22:04:09.872 INFO STEP 744 (remove_files) COMPLETE
60762024-08-08T22:04:12.078Z[ recovery-image] Aug 08 22:04:09.872 INFO O| Aug 08 22:04:09.872 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-08-08T22:04:12.085Z[ recovery-image] Aug 08 22:04:09.882 INFO O| Aug 08 22:04:09.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
60782024-08-08T22:04:12.088Z[ recovery-image] Aug 08 22:04:09.882 INFO O| Aug 08 22:04:09.882 INFO STEP 745 (remove_files) COMPLETE
60792024-08-08T22:04:12.088Z[ recovery-image] Aug 08 22:04:09.882 INFO O| Aug 08 22:04:09.882 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-08-08T22:04:12.095Z[ recovery-image] Aug 08 22:04:09.892 INFO O| Aug 08 22:04:09.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
60812024-08-08T22:04:12.098Z[ recovery-image] Aug 08 22:04:09.892 INFO O| Aug 08 22:04:09.892 INFO STEP 746 (remove_files) COMPLETE
60822024-08-08T22:04:12.098Z[ recovery-image] Aug 08 22:04:09.892 INFO O| Aug 08 22:04:09.892 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-08-08T22:04:12.105Z[ recovery-image] Aug 08 22:04:09.901 INFO O| Aug 08 22:04:09.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
60842024-08-08T22:04:12.105Z[ recovery-image] Aug 08 22:04:09.901 INFO O| Aug 08 22:04:09.901 INFO STEP 747 (remove_files) COMPLETE
60852024-08-08T22:04:12.108Z[ recovery-image] Aug 08 22:04:09.901 INFO O| Aug 08 22:04:09.901 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-08-08T22:04:12.114Z[ recovery-image] Aug 08 22:04:09.911 INFO O| Aug 08 22:04:09.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
60872024-08-08T22:04:12.114Z[ recovery-image] Aug 08 22:04:09.911 INFO O| Aug 08 22:04:09.911 INFO STEP 748 (remove_files) COMPLETE
60882024-08-08T22:04:12.118Z[ recovery-image] Aug 08 22:04:09.911 INFO O| Aug 08 22:04:09.911 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-08-08T22:04:12.124Z[ recovery-image] Aug 08 22:04:09.921 INFO O| Aug 08 22:04:09.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
60902024-08-08T22:04:12.124Z[ recovery-image] Aug 08 22:04:09.921 INFO O| Aug 08 22:04:09.921 INFO STEP 749 (remove_files) COMPLETE
60912024-08-08T22:04:12.127Z[ recovery-image] Aug 08 22:04:09.921 INFO O| Aug 08 22:04:09.921 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-08-08T22:04:12.134Z[ recovery-image] Aug 08 22:04:09.930 INFO O| Aug 08 22:04:09.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
60932024-08-08T22:04:12.137Z[ recovery-image] Aug 08 22:04:09.930 INFO O| Aug 08 22:04:09.930 INFO STEP 750 (remove_files) COMPLETE
60942024-08-08T22:04:12.137Z[ recovery-image] Aug 08 22:04:09.930 INFO O| Aug 08 22:04:09.930 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-08-08T22:04:12.144Z[ recovery-image] Aug 08 22:04:09.940 INFO O| Aug 08 22:04:09.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
60962024-08-08T22:04:12.146Z[ recovery-image] Aug 08 22:04:09.940 INFO O| Aug 08 22:04:09.940 INFO STEP 751 (remove_files) COMPLETE
60972024-08-08T22:04:12.146Z[ recovery-image] Aug 08 22:04:09.940 INFO O| Aug 08 22:04:09.940 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-08-08T22:04:12.154Z[ recovery-image] Aug 08 22:04:09.950 INFO O| Aug 08 22:04:09.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
60992024-08-08T22:04:12.154Z[ recovery-image] Aug 08 22:04:09.950 INFO O| Aug 08 22:04:09.950 INFO STEP 752 (remove_files) COMPLETE
61002024-08-08T22:04:12.154Z[ recovery-image] Aug 08 22:04:09.950 INFO O| Aug 08 22:04:09.950 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-08-08T22:04:12.164Z[ recovery-image] Aug 08 22:04:09.960 INFO O| Aug 08 22:04:09.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61022024-08-08T22:04:12.167Z[ recovery-image] Aug 08 22:04:09.960 INFO O| Aug 08 22:04:09.960 INFO STEP 753 (remove_files) COMPLETE
61032024-08-08T22:04:12.167Z[ recovery-image] Aug 08 22:04:09.960 INFO O| Aug 08 22:04:09.960 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-08-08T22:04:12.173Z[ recovery-image] Aug 08 22:04:09.970 INFO O| Aug 08 22:04:09.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61052024-08-08T22:04:12.176Z[ recovery-image] Aug 08 22:04:09.970 INFO O| Aug 08 22:04:09.970 INFO STEP 754 (remove_files) COMPLETE
61062024-08-08T22:04:12.176Z[ recovery-image] Aug 08 22:04:09.970 INFO O| Aug 08 22:04:09.970 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-08-08T22:04:12.183Z[ recovery-image] Aug 08 22:04:09.980 INFO O| Aug 08 22:04:09.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61082024-08-08T22:04:12.186Z[ recovery-image] Aug 08 22:04:09.980 INFO O| Aug 08 22:04:09.980 INFO STEP 755 (remove_files) COMPLETE
61092024-08-08T22:04:12.186Z[ recovery-image] Aug 08 22:04:09.980 INFO O| Aug 08 22:04:09.980 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-08-08T22:04:12.193Z[ recovery-image] Aug 08 22:04:09.990 INFO O| Aug 08 22:04:09.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61112024-08-08T22:04:12.193Z[ recovery-image] Aug 08 22:04:09.990 INFO O| Aug 08 22:04:09.990 INFO STEP 756 (remove_files) COMPLETE
61122024-08-08T22:04:12.196Z[ recovery-image] Aug 08 22:04:09.990 INFO O| Aug 08 22:04:09.990 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-08-08T22:04:12.203Z[ recovery-image] Aug 08 22:04:09.999 INFO O| Aug 08 22:04:09.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61142024-08-08T22:04:12.203Z[ recovery-image] Aug 08 22:04:10.000 INFO O| Aug 08 22:04:10.000 INFO STEP 757 (remove_files) COMPLETE
61152024-08-08T22:04:12.206Z[ recovery-image] Aug 08 22:04:10.000 INFO O| Aug 08 22:04:10.000 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-08-08T22:04:12.213Z[ recovery-image] Aug 08 22:04:10.010 INFO O| Aug 08 22:04:10.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61172024-08-08T22:04:12.213Z[ recovery-image] Aug 08 22:04:10.010 INFO O| Aug 08 22:04:10.010 INFO STEP 758 (remove_files) COMPLETE
61182024-08-08T22:04:12.213Z[ recovery-image] Aug 08 22:04:10.010 INFO O| Aug 08 22:04:10.010 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-08-08T22:04:12.223Z[ recovery-image] Aug 08 22:04:10.019 INFO O| Aug 08 22:04:10.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61202024-08-08T22:04:12.227Z[ recovery-image] Aug 08 22:04:10.020 INFO O| Aug 08 22:04:10.020 INFO STEP 759 (remove_files) COMPLETE
61212024-08-08T22:04:12.227Z[ recovery-image] Aug 08 22:04:10.020 INFO O| Aug 08 22:04:10.020 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-08-08T22:04:12.233Z[ recovery-image] Aug 08 22:04:10.029 INFO O| Aug 08 22:04:10.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61232024-08-08T22:04:12.237Z[ recovery-image] Aug 08 22:04:10.030 INFO O| Aug 08 22:04:10.030 INFO STEP 760 (remove_files) COMPLETE
61242024-08-08T22:04:12.237Z[ recovery-image] Aug 08 22:04:10.030 INFO O| Aug 08 22:04:10.030 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-08-08T22:04:12.243Z[ recovery-image] Aug 08 22:04:10.039 INFO O| Aug 08 22:04:10.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61262024-08-08T22:04:12.246Z[ recovery-image] Aug 08 22:04:10.039 INFO O| Aug 08 22:04:10.039 INFO STEP 761 (remove_files) COMPLETE
61272024-08-08T22:04:12.246Z[ recovery-image] Aug 08 22:04:10.040 INFO O| Aug 08 22:04:10.039 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-08-08T22:04:12.253Z[ recovery-image] Aug 08 22:04:10.049 INFO O| Aug 08 22:04:10.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
61292024-08-08T22:04:12.253Z[ recovery-image] Aug 08 22:04:10.049 INFO O| Aug 08 22:04:10.049 INFO STEP 762 (remove_files) COMPLETE
61302024-08-08T22:04:12.253Z[ recovery-image] Aug 08 22:04:10.049 INFO O| Aug 08 22:04:10.049 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-08-08T22:04:12.263Z[ recovery-image] Aug 08 22:04:10.059 INFO O| Aug 08 22:04:10.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
61322024-08-08T22:04:12.263Z[ recovery-image] Aug 08 22:04:10.059 INFO O| Aug 08 22:04:10.059 INFO STEP 763 (remove_files) COMPLETE
61332024-08-08T22:04:12.267Z[ recovery-image] Aug 08 22:04:10.059 INFO O| Aug 08 22:04:10.059 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-08-08T22:04:12.273Z[ recovery-image] Aug 08 22:04:10.069 INFO O| Aug 08 22:04:10.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
61352024-08-08T22:04:12.276Z[ recovery-image] Aug 08 22:04:10.069 INFO O| Aug 08 22:04:10.069 INFO STEP 764 (remove_files) COMPLETE
61362024-08-08T22:04:12.276Z[ recovery-image] Aug 08 22:04:10.069 INFO O| Aug 08 22:04:10.069 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-08-08T22:04:12.282Z[ recovery-image] Aug 08 22:04:10.078 INFO O| Aug 08 22:04:10.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
61382024-08-08T22:04:12.282Z[ recovery-image] Aug 08 22:04:10.078 INFO O| Aug 08 22:04:10.078 INFO STEP 765 (remove_files) COMPLETE
61392024-08-08T22:04:12.286Z[ recovery-image] Aug 08 22:04:10.078 INFO O| Aug 08 22:04:10.078 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-08-08T22:04:12.292Z[ recovery-image] Aug 08 22:04:10.088 INFO O| Aug 08 22:04:10.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
61412024-08-08T22:04:12.295Z[ recovery-image] Aug 08 22:04:10.089 INFO O| Aug 08 22:04:10.088 INFO STEP 766 (remove_files) COMPLETE
61422024-08-08T22:04:12.295Z[ recovery-image] Aug 08 22:04:10.089 INFO O| Aug 08 22:04:10.088 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-08-08T22:04:12.302Z[ recovery-image] Aug 08 22:04:10.098 INFO O| Aug 08 22:04:10.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
61442024-08-08T22:04:12.302Z[ recovery-image] Aug 08 22:04:10.098 INFO O| Aug 08 22:04:10.098 INFO STEP 767 (remove_files) COMPLETE
61452024-08-08T22:04:12.304Z[ recovery-image] Aug 08 22:04:10.098 INFO O| Aug 08 22:04:10.098 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-08-08T22:04:12.312Z[ recovery-image] Aug 08 22:04:10.108 INFO O| Aug 08 22:04:10.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
61472024-08-08T22:04:12.312Z[ recovery-image] Aug 08 22:04:10.108 INFO O| Aug 08 22:04:10.108 INFO STEP 768 (remove_files) COMPLETE
61482024-08-08T22:04:12.312Z[ recovery-image] Aug 08 22:04:10.108 INFO O| Aug 08 22:04:10.108 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-08-08T22:04:12.322Z[ recovery-image] Aug 08 22:04:10.118 INFO O| Aug 08 22:04:10.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
61502024-08-08T22:04:12.325Z[ recovery-image] Aug 08 22:04:10.118 INFO O| Aug 08 22:04:10.118 INFO STEP 769 (remove_files) COMPLETE
61512024-08-08T22:04:12.325Z[ recovery-image] Aug 08 22:04:10.118 INFO O| Aug 08 22:04:10.118 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-08-08T22:04:12.332Z[ recovery-image] Aug 08 22:04:10.128 INFO O| Aug 08 22:04:10.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
61532024-08-08T22:04:12.335Z[ recovery-image] Aug 08 22:04:10.128 INFO O| Aug 08 22:04:10.128 INFO STEP 770 (remove_files) COMPLETE
61542024-08-08T22:04:12.335Z[ recovery-image] Aug 08 22:04:10.128 INFO O| Aug 08 22:04:10.128 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-08-08T22:04:12.341Z[ recovery-image] Aug 08 22:04:10.138 INFO O| Aug 08 22:04:10.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
61562024-08-08T22:04:12.342Z[ recovery-image] Aug 08 22:04:10.138 INFO O| Aug 08 22:04:10.138 INFO STEP 771 (remove_files) COMPLETE
61572024-08-08T22:04:12.344Z[ recovery-image] Aug 08 22:04:10.138 INFO O| Aug 08 22:04:10.138 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-08-08T22:04:12.351Z[ recovery-image] Aug 08 22:04:10.148 INFO O| Aug 08 22:04:10.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
61592024-08-08T22:04:12.351Z[ recovery-image] Aug 08 22:04:10.148 INFO O| Aug 08 22:04:10.148 INFO STEP 772 (remove_files) COMPLETE
61602024-08-08T22:04:12.354Z[ recovery-image] Aug 08 22:04:10.148 INFO O| Aug 08 22:04:10.148 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-08-08T22:04:12.361Z[ recovery-image] Aug 08 22:04:10.158 INFO O| Aug 08 22:04:10.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
61622024-08-08T22:04:12.364Z[ recovery-image] Aug 08 22:04:10.158 INFO O| Aug 08 22:04:10.158 INFO STEP 773 (remove_files) COMPLETE
61632024-08-08T22:04:12.364Z[ recovery-image] Aug 08 22:04:10.158 INFO O| Aug 08 22:04:10.158 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-08-08T22:04:12.371Z[ recovery-image] Aug 08 22:04:10.168 INFO O| Aug 08 22:04:10.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
61652024-08-08T22:04:12.371Z[ recovery-image] Aug 08 22:04:10.168 INFO O| Aug 08 22:04:10.168 INFO STEP 774 (remove_files) COMPLETE
61662024-08-08T22:04:12.371Z[ recovery-image] Aug 08 22:04:10.168 INFO O| Aug 08 22:04:10.168 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-08-08T22:04:12.375Z[ host-image] Aug 08 22:04:10.171 INFO O| Aug 08 22:04:10.171 INFO O| Planning: Solver setup ... Done
61682024-08-08T22:04:12.378Z[ host-image] Aug 08 22:04:10.175 INFO O| Aug 08 22:04:10.175 INFO O| Planning: Running solver ... Done
61692024-08-08T22:04:12.381Z[ recovery-image] Aug 08 22:04:10.177 INFO O| Aug 08 22:04:10.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
61702024-08-08T22:04:12.381Z[ recovery-image] Aug 08 22:04:10.178 INFO O| Aug 08 22:04:10.177 INFO STEP 775 (remove_files) COMPLETE
61712024-08-08T22:04:12.381Z[ recovery-image] Aug 08 22:04:10.178 INFO O| Aug 08 22:04:10.178 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-08-08T22:04:12.391Z[ recovery-image] Aug 08 22:04:10.187 INFO O| Aug 08 22:04:10.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
61732024-08-08T22:04:12.391Z[ recovery-image] Aug 08 22:04:10.187 INFO O| Aug 08 22:04:10.187 INFO STEP 776 (remove_files) COMPLETE
61742024-08-08T22:04:12.393Z[ recovery-image] Aug 08 22:04:10.187 INFO O| Aug 08 22:04:10.187 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-08-08T22:04:12.401Z[ recovery-image] Aug 08 22:04:10.197 INFO O| Aug 08 22:04:10.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
61762024-08-08T22:04:12.401Z[ recovery-image] Aug 08 22:04:10.197 INFO O| Aug 08 22:04:10.197 INFO STEP 777 (remove_files) COMPLETE
61772024-08-08T22:04:12.401Z[ recovery-image] Aug 08 22:04:10.197 INFO O| Aug 08 22:04:10.197 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-08-08T22:04:12.411Z[ recovery-image] Aug 08 22:04:10.207 INFO O| Aug 08 22:04:10.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
61792024-08-08T22:04:12.411Z[ recovery-image] Aug 08 22:04:10.207 INFO O| Aug 08 22:04:10.207 INFO STEP 778 (remove_files) COMPLETE
61802024-08-08T22:04:12.413Z[ recovery-image] Aug 08 22:04:10.207 INFO O| Aug 08 22:04:10.207 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-08-08T22:04:12.416Z[ host-image] Aug 08 22:04:10.211 INFO O| Aug 08 22:04:10.211 INFO O| Planning: Finding local manifests ... Done
61822024-08-08T22:04:12.416Z[ host-image] Aug 08 22:04:10.212 INFO O| Aug 08 22:04:10.212 INFO O| Planning: Fetching manifests: 0/6 0% complete
61832024-08-08T22:04:12.421Z[ recovery-image] Aug 08 22:04:10.218 INFO O| Aug 08 22:04:10.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
61842024-08-08T22:04:12.421Z[ recovery-image] Aug 08 22:04:10.218 INFO O| Aug 08 22:04:10.218 INFO STEP 779 (remove_files) COMPLETE
61852024-08-08T22:04:12.424Z[ recovery-image] Aug 08 22:04:10.218 INFO O| Aug 08 22:04:10.218 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-08-08T22:04:12.432Z[ recovery-image] Aug 08 22:04:10.228 INFO O| Aug 08 22:04:10.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
61872024-08-08T22:04:12.432Z[ recovery-image] Aug 08 22:04:10.228 INFO O| Aug 08 22:04:10.228 INFO STEP 780 (remove_files) COMPLETE
61882024-08-08T22:04:12.435Z[ recovery-image] Aug 08 22:04:10.228 INFO O| Aug 08 22:04:10.228 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-08-08T22:04:12.442Z[ recovery-image] Aug 08 22:04:10.238 INFO O| Aug 08 22:04:10.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
61902024-08-08T22:04:12.444Z[ recovery-image] Aug 08 22:04:10.238 INFO O| Aug 08 22:04:10.238 INFO STEP 781 (remove_files) COMPLETE
61912024-08-08T22:04:12.444Z[ recovery-image] Aug 08 22:04:10.238 INFO O| Aug 08 22:04:10.238 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-08-08T22:04:12.452Z[ recovery-image] Aug 08 22:04:10.248 INFO O| Aug 08 22:04:10.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
61932024-08-08T22:04:12.452Z[ recovery-image] Aug 08 22:04:10.248 INFO O| Aug 08 22:04:10.248 INFO STEP 782 (remove_files) COMPLETE
61942024-08-08T22:04:12.454Z[ recovery-image] Aug 08 22:04:10.248 INFO O| Aug 08 22:04:10.248 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-08-08T22:04:12.463Z[ recovery-image] Aug 08 22:04:10.259 INFO O| Aug 08 22:04:10.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
61962024-08-08T22:04:12.463Z[ recovery-image] Aug 08 22:04:10.259 INFO O| Aug 08 22:04:10.259 INFO STEP 783 (remove_files) COMPLETE
61972024-08-08T22:04:12.463Z[ recovery-image] Aug 08 22:04:10.259 INFO O| Aug 08 22:04:10.259 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-08-08T22:04:12.473Z[ recovery-image] Aug 08 22:04:10.269 INFO O| Aug 08 22:04:10.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
61992024-08-08T22:04:12.473Z[ recovery-image] Aug 08 22:04:10.269 INFO O| Aug 08 22:04:10.269 INFO STEP 784 (remove_files) COMPLETE
62002024-08-08T22:04:12.476Z[ recovery-image] Aug 08 22:04:10.269 INFO O| Aug 08 22:04:10.269 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-08-08T22:04:12.483Z[ recovery-image] Aug 08 22:04:10.279 INFO O| Aug 08 22:04:10.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62022024-08-08T22:04:12.483Z[ recovery-image] Aug 08 22:04:10.279 INFO O| Aug 08 22:04:10.279 INFO STEP 785 (remove_files) COMPLETE
62032024-08-08T22:04:12.483Z[ recovery-image] Aug 08 22:04:10.279 INFO O| Aug 08 22:04:10.279 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-08-08T22:04:12.492Z[ recovery-image] Aug 08 22:04:10.289 INFO O| Aug 08 22:04:10.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62052024-08-08T22:04:12.497Z[ recovery-image] Aug 08 22:04:10.289 INFO O| Aug 08 22:04:10.289 INFO STEP 786 (remove_files) COMPLETE
62062024-08-08T22:04:12.497Z[ recovery-image] Aug 08 22:04:10.289 INFO O| Aug 08 22:04:10.289 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-08-08T22:04:12.503Z[ recovery-image] Aug 08 22:04:10.299 INFO O| Aug 08 22:04:10.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62082024-08-08T22:04:12.505Z[ recovery-image] Aug 08 22:04:10.299 INFO O| Aug 08 22:04:10.299 INFO STEP 787 (remove_files) COMPLETE
62092024-08-08T22:04:12.505Z[ recovery-image] Aug 08 22:04:10.299 INFO O| Aug 08 22:04:10.299 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-08-08T22:04:12.513Z[ recovery-image] Aug 08 22:04:10.309 INFO O| Aug 08 22:04:10.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62112024-08-08T22:04:12.513Z[ recovery-image] Aug 08 22:04:10.309 INFO O| Aug 08 22:04:10.309 INFO STEP 788 (remove_files) COMPLETE
62122024-08-08T22:04:12.516Z[ recovery-image] Aug 08 22:04:10.309 INFO O| Aug 08 22:04:10.309 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-08-08T22:04:12.522Z[ recovery-image] Aug 08 22:04:10.319 INFO O| Aug 08 22:04:10.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62142024-08-08T22:04:12.522Z[ recovery-image] Aug 08 22:04:10.319 INFO O| Aug 08 22:04:10.319 INFO STEP 789 (remove_files) COMPLETE
62152024-08-08T22:04:12.526Z[ recovery-image] Aug 08 22:04:10.319 INFO O| Aug 08 22:04:10.319 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-08-08T22:04:12.532Z[ recovery-image] Aug 08 22:04:10.329 INFO O| Aug 08 22:04:10.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62172024-08-08T22:04:12.535Z[ recovery-image] Aug 08 22:04:10.329 INFO O| Aug 08 22:04:10.329 INFO STEP 790 (remove_files) COMPLETE
62182024-08-08T22:04:12.535Z[ recovery-image] Aug 08 22:04:10.329 INFO O| Aug 08 22:04:10.329 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-08-08T22:04:12.542Z[ recovery-image] Aug 08 22:04:10.338 INFO O| Aug 08 22:04:10.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62202024-08-08T22:04:12.545Z[ recovery-image] Aug 08 22:04:10.338 INFO O| Aug 08 22:04:10.338 INFO STEP 791 (remove_files) COMPLETE
62212024-08-08T22:04:12.545Z[ recovery-image] Aug 08 22:04:10.338 INFO O| Aug 08 22:04:10.338 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-08-08T22:04:12.548Z[ host-image] Aug 08 22:04:10.345 INFO O| Aug 08 22:04:10.345 INFO O| Planning: Fetching manifests: 6/6 100% complete
62232024-08-08T22:04:12.552Z[ recovery-image] Aug 08 22:04:10.348 INFO O| Aug 08 22:04:10.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62242024-08-08T22:04:12.554Z[ recovery-image] Aug 08 22:04:10.348 INFO O| Aug 08 22:04:10.348 INFO STEP 792 (remove_files) COMPLETE
62252024-08-08T22:04:12.555Z[ recovery-image] Aug 08 22:04:10.348 INFO O| Aug 08 22:04:10.348 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-08-08T22:04:12.561Z[ recovery-image] Aug 08 22:04:10.358 INFO O| Aug 08 22:04:10.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62272024-08-08T22:04:12.564Z[ recovery-image] Aug 08 22:04:10.358 INFO O| Aug 08 22:04:10.358 INFO STEP 793 (remove_files) COMPLETE
62282024-08-08T22:04:12.564Z[ recovery-image] Aug 08 22:04:10.358 INFO O| Aug 08 22:04:10.358 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-08-08T22:04:12.572Z[ recovery-image] Aug 08 22:04:10.368 INFO O| Aug 08 22:04:10.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62302024-08-08T22:04:12.572Z[ recovery-image] Aug 08 22:04:10.368 INFO O| Aug 08 22:04:10.368 INFO STEP 794 (remove_files) COMPLETE
62312024-08-08T22:04:12.575Z[ recovery-image] Aug 08 22:04:10.368 INFO O| Aug 08 22:04:10.368 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-08-08T22:04:12.581Z[ host-image] Aug 08 22:04:10.378 INFO O| Aug 08 22:04:10.378 INFO O| Planning: Package planning ... Done
62332024-08-08T22:04:12.581Z[ recovery-image] Aug 08 22:04:10.378 INFO O| Aug 08 22:04:10.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
62342024-08-08T22:04:12.584Z[ recovery-image] Aug 08 22:04:10.378 INFO O| Aug 08 22:04:10.378 INFO STEP 795 (remove_files) COMPLETE
62352024-08-08T22:04:12.585Z[ recovery-image] Aug 08 22:04:10.378 INFO O| Aug 08 22:04:10.378 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-08-08T22:04:12.592Z[ recovery-image] Aug 08 22:04:10.388 INFO O| Aug 08 22:04:10.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
62372024-08-08T22:04:12.594Z[ recovery-image] Aug 08 22:04:10.388 INFO O| Aug 08 22:04:10.388 INFO STEP 796 (remove_files) COMPLETE
62382024-08-08T22:04:12.595Z[ recovery-image] Aug 08 22:04:10.388 INFO O| Aug 08 22:04:10.388 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-08-08T22:04:12.602Z[ host-image] Aug 08 22:04:10.398 INFO O| Aug 08 22:04:10.398 INFO O| Planning: Merging actions ... Done
62402024-08-08T22:04:12.604Z[ recovery-image] Aug 08 22:04:10.398 INFO O| Aug 08 22:04:10.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
62412024-08-08T22:04:12.604Z[ recovery-image] Aug 08 22:04:10.399 INFO O| Aug 08 22:04:10.399 INFO STEP 797 (remove_files) COMPLETE
62422024-08-08T22:04:12.605Z[ recovery-image] Aug 08 22:04:10.399 INFO O| Aug 08 22:04:10.399 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-08-08T22:04:12.612Z[ recovery-image] Aug 08 22:04:10.408 INFO O| Aug 08 22:04:10.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
62442024-08-08T22:04:12.612Z[ recovery-image] Aug 08 22:04:10.408 INFO O| Aug 08 22:04:10.408 INFO STEP 798 (remove_files) COMPLETE
62452024-08-08T22:04:12.615Z[ recovery-image] Aug 08 22:04:10.408 INFO O| Aug 08 22:04:10.408 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-08-08T22:04:12.622Z[ recovery-image] Aug 08 22:04:10.418 INFO O| Aug 08 22:04:10.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
62472024-08-08T22:04:12.622Z[ recovery-image] Aug 08 22:04:10.418 INFO O| Aug 08 22:04:10.418 INFO STEP 799 (remove_files) COMPLETE
62482024-08-08T22:04:12.622Z[ recovery-image] Aug 08 22:04:10.418 INFO O| Aug 08 22:04:10.418 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-08-08T22:04:12.632Z[ recovery-image] Aug 08 22:04:10.428 INFO O| Aug 08 22:04:10.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
62502024-08-08T22:04:12.632Z[ recovery-image] Aug 08 22:04:10.428 INFO O| Aug 08 22:04:10.428 INFO STEP 800 (remove_files) COMPLETE
62512024-08-08T22:04:12.635Z[ recovery-image] Aug 08 22:04:10.428 INFO O| Aug 08 22:04:10.428 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-08-08T22:04:12.642Z[ recovery-image] Aug 08 22:04:10.439 INFO O| Aug 08 22:04:10.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
62532024-08-08T22:04:12.642Z[ recovery-image] Aug 08 22:04:10.439 INFO O| Aug 08 22:04:10.439 INFO STEP 801 (remove_files) COMPLETE
62542024-08-08T22:04:12.645Z[ recovery-image] Aug 08 22:04:10.439 INFO O| Aug 08 22:04:10.439 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-08-08T22:04:12.652Z[ recovery-image] Aug 08 22:04:10.448 INFO O| Aug 08 22:04:10.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
62562024-08-08T22:04:12.652Z[ recovery-image] Aug 08 22:04:10.449 INFO O| Aug 08 22:04:10.449 INFO STEP 802 (remove_files) COMPLETE
62572024-08-08T22:04:12.655Z[ recovery-image] Aug 08 22:04:10.449 INFO O| Aug 08 22:04:10.449 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-08-08T22:04:12.662Z[ recovery-image] Aug 08 22:04:10.458 INFO O| Aug 08 22:04:10.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
62592024-08-08T22:04:12.665Z[ recovery-image] Aug 08 22:04:10.458 INFO O| Aug 08 22:04:10.458 INFO STEP 803 (remove_files) COMPLETE
62602024-08-08T22:04:12.665Z[ recovery-image] Aug 08 22:04:10.458 INFO O| Aug 08 22:04:10.458 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-08-08T22:04:12.672Z[ recovery-image] Aug 08 22:04:10.468 INFO O| Aug 08 22:04:10.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
62622024-08-08T22:04:12.675Z[ recovery-image] Aug 08 22:04:10.468 INFO O| Aug 08 22:04:10.468 INFO STEP 804 (remove_files) COMPLETE
62632024-08-08T22:04:12.675Z[ recovery-image] Aug 08 22:04:10.468 INFO O| Aug 08 22:04:10.468 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-08-08T22:04:12.675Z[ host-image] Aug 08 22:04:10.471 INFO O| Aug 08 22:04:10.471 INFO O| Planning: Checking for conflicting actions ... Done
62652024-08-08T22:04:12.678Z[ host-image] Aug 08 22:04:10.475 INFO O| Aug 08 22:04:10.475 INFO O| Planning: Consolidating action changes ... Done
62662024-08-08T22:04:12.681Z[ recovery-image] Aug 08 22:04:10.478 INFO O| Aug 08 22:04:10.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
62672024-08-08T22:04:12.681Z[ recovery-image] Aug 08 22:04:10.478 INFO O| Aug 08 22:04:10.478 INFO STEP 805 (remove_files) COMPLETE
62682024-08-08T22:04:12.684Z[ recovery-image] Aug 08 22:04:10.478 INFO O| Aug 08 22:04:10.478 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-08-08T22:04:12.691Z[ recovery-image] Aug 08 22:04:10.487 INFO O| Aug 08 22:04:10.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
62702024-08-08T22:04:12.691Z[ recovery-image] Aug 08 22:04:10.487 INFO O| Aug 08 22:04:10.487 INFO STEP 806 (remove_files) COMPLETE
62712024-08-08T22:04:12.691Z[ recovery-image] Aug 08 22:04:10.487 INFO O| Aug 08 22:04:10.487 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-08-08T22:04:12.701Z[ recovery-image] Aug 08 22:04:10.497 INFO O| Aug 08 22:04:10.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
62732024-08-08T22:04:12.701Z[ recovery-image] Aug 08 22:04:10.497 INFO O| Aug 08 22:04:10.497 INFO STEP 807 (remove_files) COMPLETE
62742024-08-08T22:04:12.703Z[ recovery-image] Aug 08 22:04:10.497 INFO O| Aug 08 22:04:10.497 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-08-08T22:04:12.711Z[ recovery-image] Aug 08 22:04:10.507 INFO O| Aug 08 22:04:10.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
62762024-08-08T22:04:12.711Z[ recovery-image] Aug 08 22:04:10.507 INFO O| Aug 08 22:04:10.507 INFO STEP 808 (remove_files) COMPLETE
62772024-08-08T22:04:12.711Z[ recovery-image] Aug 08 22:04:10.507 INFO O| Aug 08 22:04:10.507 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-08-08T22:04:12.722Z[ recovery-image] Aug 08 22:04:10.519 INFO O| Aug 08 22:04:10.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
62792024-08-08T22:04:12.725Z[ recovery-image] Aug 08 22:04:10.519 INFO O| Aug 08 22:04:10.519 INFO STEP 809 (remove_files) COMPLETE
62802024-08-08T22:04:12.725Z[ recovery-image] Aug 08 22:04:10.519 INFO O| Aug 08 22:04:10.519 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-08-08T22:04:12.734Z[ recovery-image] Aug 08 22:04:10.531 INFO O| Aug 08 22:04:10.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
62822024-08-08T22:04:12.734Z[ recovery-image] Aug 08 22:04:10.531 INFO O| Aug 08 22:04:10.531 INFO STEP 810 (remove_files) COMPLETE
62832024-08-08T22:04:12.737Z[ recovery-image] Aug 08 22:04:10.531 INFO O| Aug 08 22:04:10.531 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-08-08T22:04:12.745Z[ recovery-image] Aug 08 22:04:10.542 INFO O| Aug 08 22:04:10.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
62852024-08-08T22:04:12.748Z[ recovery-image] Aug 08 22:04:10.542 INFO O| Aug 08 22:04:10.542 INFO STEP 811 (remove_files) COMPLETE
62862024-08-08T22:04:12.748Z[ recovery-image] Aug 08 22:04:10.542 INFO O| Aug 08 22:04:10.542 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-08-08T22:04:12.756Z[ recovery-image] Aug 08 22:04:10.553 INFO O| Aug 08 22:04:10.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
62882024-08-08T22:04:12.759Z[ recovery-image] Aug 08 22:04:10.553 INFO O| Aug 08 22:04:10.553 INFO STEP 812 (remove_files) COMPLETE
62892024-08-08T22:04:12.759Z[ recovery-image] Aug 08 22:04:10.553 INFO O| Aug 08 22:04:10.553 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-08-08T22:04:12.768Z[ recovery-image] Aug 08 22:04:10.565 INFO O| Aug 08 22:04:10.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
62912024-08-08T22:04:12.771Z[ recovery-image] Aug 08 22:04:10.565 INFO O| Aug 08 22:04:10.565 INFO STEP 813 (remove_files) COMPLETE
62922024-08-08T22:04:12.771Z[ recovery-image] Aug 08 22:04:10.565 INFO O| Aug 08 22:04:10.565 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-08-08T22:04:12.779Z[ recovery-image] Aug 08 22:04:10.576 INFO O| Aug 08 22:04:10.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
62942024-08-08T22:04:12.779Z[ recovery-image] Aug 08 22:04:10.576 INFO O| Aug 08 22:04:10.576 INFO STEP 814 (remove_files) COMPLETE
62952024-08-08T22:04:12.779Z[ recovery-image] Aug 08 22:04:10.576 INFO O| Aug 08 22:04:10.576 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-08-08T22:04:12.791Z[ recovery-image] Aug 08 22:04:10.586 INFO O| Aug 08 22:04:10.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
62972024-08-08T22:04:12.793Z[ recovery-image] Aug 08 22:04:10.586 INFO O| Aug 08 22:04:10.586 INFO STEP 815 (remove_files) COMPLETE
62982024-08-08T22:04:12.793Z[ recovery-image] Aug 08 22:04:10.586 INFO O| Aug 08 22:04:10.586 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-08-08T22:04:12.799Z[ recovery-image] Aug 08 22:04:10.596 INFO O| Aug 08 22:04:10.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63002024-08-08T22:04:12.800Z[ recovery-image] Aug 08 22:04:10.596 INFO O| Aug 08 22:04:10.596 INFO STEP 816 (remove_files) COMPLETE
63012024-08-08T22:04:12.802Z[ recovery-image] Aug 08 22:04:10.596 INFO O| Aug 08 22:04:10.596 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-08-08T22:04:12.809Z[ recovery-image] Aug 08 22:04:10.606 INFO O| Aug 08 22:04:10.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63032024-08-08T22:04:12.809Z[ recovery-image] Aug 08 22:04:10.606 INFO O| Aug 08 22:04:10.606 INFO STEP 817 (remove_files) COMPLETE
63042024-08-08T22:04:12.809Z[ recovery-image] Aug 08 22:04:10.606 INFO O| Aug 08 22:04:10.606 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-08-08T22:04:12.820Z[ recovery-image] Aug 08 22:04:10.616 INFO O| Aug 08 22:04:10.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63062024-08-08T22:04:12.823Z[ recovery-image] Aug 08 22:04:10.616 INFO O| Aug 08 22:04:10.616 INFO STEP 818 (remove_files) COMPLETE
63072024-08-08T22:04:12.823Z[ recovery-image] Aug 08 22:04:10.616 INFO O| Aug 08 22:04:10.616 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-08-08T22:04:12.829Z[ recovery-image] Aug 08 22:04:10.625 INFO O| Aug 08 22:04:10.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63092024-08-08T22:04:12.829Z[ recovery-image] Aug 08 22:04:10.626 INFO O| Aug 08 22:04:10.625 INFO STEP 819 (remove_files) COMPLETE
63102024-08-08T22:04:12.832Z[ recovery-image] Aug 08 22:04:10.626 INFO O| Aug 08 22:04:10.626 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-08-08T22:04:12.839Z[ recovery-image] Aug 08 22:04:10.635 INFO O| Aug 08 22:04:10.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63122024-08-08T22:04:12.839Z[ recovery-image] Aug 08 22:04:10.635 INFO O| Aug 08 22:04:10.635 INFO STEP 820 (remove_files) COMPLETE
63132024-08-08T22:04:12.841Z[ recovery-image] Aug 08 22:04:10.635 INFO O| Aug 08 22:04:10.635 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-08-08T22:04:12.849Z[ recovery-image] Aug 08 22:04:10.645 INFO O| Aug 08 22:04:10.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63152024-08-08T22:04:12.849Z[ recovery-image] Aug 08 22:04:10.645 INFO O| Aug 08 22:04:10.645 INFO STEP 821 (remove_files) COMPLETE
63162024-08-08T22:04:12.851Z[ recovery-image] Aug 08 22:04:10.645 INFO O| Aug 08 22:04:10.645 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-08-08T22:04:12.858Z[ recovery-image] Aug 08 22:04:10.655 INFO O| Aug 08 22:04:10.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63182024-08-08T22:04:12.861Z[ recovery-image] Aug 08 22:04:10.655 INFO O| Aug 08 22:04:10.655 INFO STEP 822 (remove_files) COMPLETE
63192024-08-08T22:04:12.861Z[ recovery-image] Aug 08 22:04:10.655 INFO O| Aug 08 22:04:10.655 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-08-08T22:04:12.869Z[ recovery-image] Aug 08 22:04:10.664 INFO O| Aug 08 22:04:10.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63212024-08-08T22:04:12.871Z[ recovery-image] Aug 08 22:04:10.664 INFO O| Aug 08 22:04:10.664 INFO STEP 823 (remove_files) COMPLETE
63222024-08-08T22:04:12.871Z[ recovery-image] Aug 08 22:04:10.664 INFO O| Aug 08 22:04:10.664 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-08-08T22:04:12.878Z[ recovery-image] Aug 08 22:04:10.674 INFO O| Aug 08 22:04:10.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63242024-08-08T22:04:12.880Z[ recovery-image] Aug 08 22:04:10.674 INFO O| Aug 08 22:04:10.674 INFO STEP 824 (remove_files) COMPLETE
63252024-08-08T22:04:12.880Z[ recovery-image] Aug 08 22:04:10.674 INFO O| Aug 08 22:04:10.674 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-08-08T22:04:12.887Z[ recovery-image] Aug 08 22:04:10.684 INFO O| Aug 08 22:04:10.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63272024-08-08T22:04:12.887Z[ recovery-image] Aug 08 22:04:10.684 INFO O| Aug 08 22:04:10.684 INFO STEP 825 (remove_files) COMPLETE
63282024-08-08T22:04:12.890Z[ recovery-image] Aug 08 22:04:10.684 INFO O| Aug 08 22:04:10.684 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-08-08T22:04:12.897Z[ recovery-image] Aug 08 22:04:10.693 INFO O| Aug 08 22:04:10.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63302024-08-08T22:04:12.900Z[ recovery-image] Aug 08 22:04:10.694 INFO O| Aug 08 22:04:10.694 INFO STEP 826 (remove_files) COMPLETE
63312024-08-08T22:04:12.900Z[ recovery-image] Aug 08 22:04:10.694 INFO O| Aug 08 22:04:10.694 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-08-08T22:04:12.908Z[ recovery-image] Aug 08 22:04:10.704 INFO O| Aug 08 22:04:10.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63332024-08-08T22:04:12.911Z[ recovery-image] Aug 08 22:04:10.704 INFO O| Aug 08 22:04:10.704 INFO STEP 827 (remove_files) COMPLETE
63342024-08-08T22:04:12.911Z[ recovery-image] Aug 08 22:04:10.704 INFO O| Aug 08 22:04:10.704 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-08-08T22:04:12.918Z[ recovery-image] Aug 08 22:04:10.714 INFO O| Aug 08 22:04:10.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
63362024-08-08T22:04:12.918Z[ recovery-image] Aug 08 22:04:10.714 INFO O| Aug 08 22:04:10.714 INFO STEP 828 (remove_files) COMPLETE
63372024-08-08T22:04:12.920Z[ recovery-image] Aug 08 22:04:10.714 INFO O| Aug 08 22:04:10.714 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-08-08T22:04:12.926Z[ host-image] Aug 08 22:04:10.722 INFO O| Aug 08 22:04:10.722 INFO O| Planning: Evaluating mediators ... Done
63392024-08-08T22:04:12.928Z[ recovery-image] Aug 08 22:04:10.724 INFO O| Aug 08 22:04:10.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
63402024-08-08T22:04:12.929Z[ recovery-image] Aug 08 22:04:10.724 INFO O| Aug 08 22:04:10.724 INFO STEP 829 (remove_files) COMPLETE
63412024-08-08T22:04:12.929Z[ recovery-image] Aug 08 22:04:10.724 INFO O| Aug 08 22:04:10.724 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-08-08T22:04:12.932Z[ host-image] Aug 08 22:04:10.725 INFO O| Aug 08 22:04:10.725 INFO O| Planning: Planning completed in 1.90 seconds
63432024-08-08T22:04:12.932Z[ host-image] Aug 08 22:04:10.727 INFO O| Aug 08 22:04:10.727 INFO O| Packages to install: 6
63442024-08-08T22:04:12.932Z[ host-image] Aug 08 22:04:10.727 INFO O| Aug 08 22:04:10.727 INFO O| Mediators to change: 1
63452024-08-08T22:04:12.932Z[ host-image] Aug 08 22:04:10.727 INFO O| Aug 08 22:04:10.727 INFO O| Services to change: 1
63462024-08-08T22:04:12.938Z[ recovery-image] Aug 08 22:04:10.734 INFO O| Aug 08 22:04:10.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
63472024-08-08T22:04:12.940Z[ recovery-image] Aug 08 22:04:10.734 INFO O| Aug 08 22:04:10.734 INFO STEP 830 (remove_files) COMPLETE
63482024-08-08T22:04:12.940Z[ recovery-image] Aug 08 22:04:10.734 INFO O| Aug 08 22:04:10.734 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-08-08T22:04:12.943Z[ host-image] Aug 08 22:04:10.739 INFO O| Aug 08 22:04:10.739 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
63502024-08-08T22:04:12.949Z[ recovery-image] Aug 08 22:04:10.744 INFO O| Aug 08 22:04:10.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
63512024-08-08T22:04:12.949Z[ recovery-image] Aug 08 22:04:10.744 INFO O| Aug 08 22:04:10.744 INFO STEP 831 (remove_files) COMPLETE
63522024-08-08T22:04:12.949Z[ recovery-image] Aug 08 22:04:10.744 INFO O| Aug 08 22:04:10.744 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-08-08T22:04:12.959Z[ recovery-image] Aug 08 22:04:10.755 INFO O| Aug 08 22:04:10.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
63542024-08-08T22:04:12.959Z[ recovery-image] Aug 08 22:04:10.755 INFO O| Aug 08 22:04:10.755 INFO STEP 832 (remove_files) COMPLETE
63552024-08-08T22:04:12.962Z[ recovery-image] Aug 08 22:04:10.755 INFO O| Aug 08 22:04:10.755 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-08-08T22:04:12.968Z[ recovery-image] Aug 08 22:04:10.765 INFO O| Aug 08 22:04:10.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
63572024-08-08T22:04:12.969Z[ recovery-image] Aug 08 22:04:10.765 INFO O| Aug 08 22:04:10.765 INFO STEP 833 (remove_files) COMPLETE
63582024-08-08T22:04:12.972Z[ recovery-image] Aug 08 22:04:10.765 INFO O| Aug 08 22:04:10.765 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-08-08T22:04:12.978Z[ recovery-image] Aug 08 22:04:10.775 INFO O| Aug 08 22:04:10.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
63602024-08-08T22:04:12.978Z[ recovery-image] Aug 08 22:04:10.775 INFO O| Aug 08 22:04:10.775 INFO STEP 834 (remove_files) COMPLETE
63612024-08-08T22:04:12.981Z[ recovery-image] Aug 08 22:04:10.775 INFO O| Aug 08 22:04:10.775 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-08-08T22:04:12.988Z[ recovery-image] Aug 08 22:04:10.784 INFO O| Aug 08 22:04:10.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
63632024-08-08T22:04:12.988Z[ recovery-image] Aug 08 22:04:10.784 INFO O| Aug 08 22:04:10.784 INFO STEP 835 (remove_files) COMPLETE
63642024-08-08T22:04:12.991Z[ recovery-image] Aug 08 22:04:10.784 INFO O| Aug 08 22:04:10.784 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-08-08T22:04:12.998Z[ recovery-image] Aug 08 22:04:10.794 INFO O| Aug 08 22:04:10.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
63662024-08-08T22:04:13.002Z[ recovery-image] Aug 08 22:04:10.794 INFO O| Aug 08 22:04:10.794 INFO STEP 836 (remove_files) COMPLETE
63672024-08-08T22:04:13.002Z[ recovery-image] Aug 08 22:04:10.794 INFO O| Aug 08 22:04:10.794 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-08-08T22:04:13.008Z[ recovery-image] Aug 08 22:04:10.804 INFO O| Aug 08 22:04:10.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
63692024-08-08T22:04:13.008Z[ recovery-image] Aug 08 22:04:10.804 INFO O| Aug 08 22:04:10.804 INFO STEP 837 (remove_files) COMPLETE
63702024-08-08T22:04:13.008Z[ recovery-image] Aug 08 22:04:10.804 INFO O| Aug 08 22:04:10.804 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-08-08T22:04:13.017Z[ recovery-image] Aug 08 22:04:10.813 INFO O| Aug 08 22:04:10.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
63722024-08-08T22:04:13.017Z[ recovery-image] Aug 08 22:04:10.813 INFO O| Aug 08 22:04:10.813 INFO STEP 838 (remove_files) COMPLETE
63732024-08-08T22:04:13.017Z[ recovery-image] Aug 08 22:04:10.813 INFO O| Aug 08 22:04:10.813 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-08-08T22:04:13.027Z[ recovery-image] Aug 08 22:04:10.823 INFO O| Aug 08 22:04:10.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
63752024-08-08T22:04:13.027Z[ recovery-image] Aug 08 22:04:10.823 INFO O| Aug 08 22:04:10.823 INFO STEP 839 (remove_files) COMPLETE
63762024-08-08T22:04:13.027Z[ recovery-image] Aug 08 22:04:10.823 INFO O| Aug 08 22:04:10.823 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-08-08T22:04:13.037Z[ recovery-image] Aug 08 22:04:10.833 INFO O| Aug 08 22:04:10.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
63782024-08-08T22:04:13.037Z[ recovery-image] Aug 08 22:04:10.833 INFO O| Aug 08 22:04:10.833 INFO STEP 840 (remove_files) COMPLETE
63792024-08-08T22:04:13.037Z[ recovery-image] Aug 08 22:04:10.833 INFO O| Aug 08 22:04:10.833 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-08-08T22:04:13.047Z[ recovery-image] Aug 08 22:04:10.843 INFO O| Aug 08 22:04:10.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
63812024-08-08T22:04:13.049Z[ recovery-image] Aug 08 22:04:10.843 INFO O| Aug 08 22:04:10.843 INFO STEP 841 (remove_files) COMPLETE
63822024-08-08T22:04:13.049Z[ recovery-image] Aug 08 22:04:10.843 INFO O| Aug 08 22:04:10.843 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-08-08T22:04:13.057Z[ recovery-image] Aug 08 22:04:10.853 INFO O| Aug 08 22:04:10.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
63842024-08-08T22:04:13.057Z[ recovery-image] Aug 08 22:04:10.853 INFO O| Aug 08 22:04:10.853 INFO STEP 842 (remove_files) COMPLETE
63852024-08-08T22:04:13.060Z[ recovery-image] Aug 08 22:04:10.853 INFO O| Aug 08 22:04:10.853 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-08-08T22:04:13.066Z[ recovery-image] Aug 08 22:04:10.863 INFO O| Aug 08 22:04:10.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
63872024-08-08T22:04:13.069Z[ recovery-image] Aug 08 22:04:10.863 INFO O| Aug 08 22:04:10.863 INFO STEP 843 (remove_files) COMPLETE
63882024-08-08T22:04:13.069Z[ recovery-image] Aug 08 22:04:10.863 INFO O| Aug 08 22:04:10.863 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-08-08T22:04:13.077Z[ recovery-image] Aug 08 22:04:10.873 INFO O| Aug 08 22:04:10.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
63902024-08-08T22:04:13.080Z[ recovery-image] Aug 08 22:04:10.874 INFO O| Aug 08 22:04:10.873 INFO STEP 844 (remove_files) COMPLETE
63912024-08-08T22:04:13.080Z[ recovery-image] Aug 08 22:04:10.874 INFO O| Aug 08 22:04:10.873 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-08-08T22:04:13.087Z[ recovery-image] Aug 08 22:04:10.883 INFO O| Aug 08 22:04:10.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
63932024-08-08T22:04:13.087Z[ recovery-image] Aug 08 22:04:10.883 INFO O| Aug 08 22:04:10.883 INFO STEP 845 (remove_files) COMPLETE
63942024-08-08T22:04:13.087Z[ recovery-image] Aug 08 22:04:10.883 INFO O| Aug 08 22:04:10.883 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-08-08T22:04:13.097Z[ recovery-image] Aug 08 22:04:10.893 INFO O| Aug 08 22:04:10.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
63962024-08-08T22:04:13.097Z[ recovery-image] Aug 08 22:04:10.893 INFO O| Aug 08 22:04:10.893 INFO STEP 846 (remove_files) COMPLETE
63972024-08-08T22:04:13.100Z[ recovery-image] Aug 08 22:04:10.893 INFO O| Aug 08 22:04:10.893 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-08-08T22:04:13.107Z[ recovery-image] Aug 08 22:04:10.903 INFO O| Aug 08 22:04:10.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
63992024-08-08T22:04:13.107Z[ recovery-image] Aug 08 22:04:10.903 INFO O| Aug 08 22:04:10.903 INFO STEP 847 (remove_files) COMPLETE
64002024-08-08T22:04:13.110Z[ recovery-image] Aug 08 22:04:10.903 INFO O| Aug 08 22:04:10.903 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-08-08T22:04:13.117Z[ recovery-image] Aug 08 22:04:10.913 INFO O| Aug 08 22:04:10.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64022024-08-08T22:04:13.120Z[ recovery-image] Aug 08 22:04:10.913 INFO O| Aug 08 22:04:10.913 INFO STEP 848 (remove_files) COMPLETE
64032024-08-08T22:04:13.120Z[ recovery-image] Aug 08 22:04:10.914 INFO O| Aug 08 22:04:10.913 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-08-08T22:04:13.128Z[ recovery-image] Aug 08 22:04:10.923 INFO O| Aug 08 22:04:10.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64052024-08-08T22:04:13.128Z[ recovery-image] Aug 08 22:04:10.923 INFO O| Aug 08 22:04:10.923 INFO STEP 849 (remove_files) COMPLETE
64062024-08-08T22:04:13.130Z[ recovery-image] Aug 08 22:04:10.923 INFO O| Aug 08 22:04:10.923 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-08-08T22:04:13.137Z[ recovery-image] Aug 08 22:04:10.933 INFO O| Aug 08 22:04:10.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64082024-08-08T22:04:13.137Z[ recovery-image] Aug 08 22:04:10.933 INFO O| Aug 08 22:04:10.933 INFO STEP 850 (remove_files) COMPLETE
64092024-08-08T22:04:13.141Z[ recovery-image] Aug 08 22:04:10.933 INFO O| Aug 08 22:04:10.933 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-08-08T22:04:13.147Z[ recovery-image] Aug 08 22:04:10.943 INFO O| Aug 08 22:04:10.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64112024-08-08T22:04:13.150Z[ recovery-image] Aug 08 22:04:10.943 INFO O| Aug 08 22:04:10.943 INFO STEP 851 (remove_files) COMPLETE
64122024-08-08T22:04:13.150Z[ recovery-image] Aug 08 22:04:10.943 INFO O| Aug 08 22:04:10.943 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-08-08T22:04:13.159Z[ recovery-image] Aug 08 22:04:10.953 INFO O| Aug 08 22:04:10.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64142024-08-08T22:04:13.163Z[ recovery-image] Aug 08 22:04:10.953 INFO O| Aug 08 22:04:10.953 INFO STEP 852 (remove_files) COMPLETE
64152024-08-08T22:04:13.163Z[ recovery-image] Aug 08 22:04:10.953 INFO O| Aug 08 22:04:10.953 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-08-08T22:04:13.167Z[ recovery-image] Aug 08 22:04:10.963 INFO O| Aug 08 22:04:10.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64172024-08-08T22:04:13.170Z[ recovery-image] Aug 08 22:04:10.964 INFO O| Aug 08 22:04:10.964 INFO STEP 853 (remove_files) COMPLETE
64182024-08-08T22:04:13.170Z[ recovery-image] Aug 08 22:04:10.964 INFO O| Aug 08 22:04:10.964 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-08-08T22:04:13.177Z[ recovery-image] Aug 08 22:04:10.973 INFO O| Aug 08 22:04:10.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64202024-08-08T22:04:13.177Z[ recovery-image] Aug 08 22:04:10.973 INFO O| Aug 08 22:04:10.973 INFO STEP 854 (remove_files) COMPLETE
64212024-08-08T22:04:13.180Z[ recovery-image] Aug 08 22:04:10.973 INFO O| Aug 08 22:04:10.973 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-08-08T22:04:13.187Z[ recovery-image] Aug 08 22:04:10.983 INFO O| Aug 08 22:04:10.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64232024-08-08T22:04:13.190Z[ recovery-image] Aug 08 22:04:10.983 INFO O| Aug 08 22:04:10.983 INFO STEP 855 (remove_files) COMPLETE
64242024-08-08T22:04:13.190Z[ recovery-image] Aug 08 22:04:10.983 INFO O| Aug 08 22:04:10.983 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-08-08T22:04:13.196Z[ recovery-image] Aug 08 22:04:10.993 INFO O| Aug 08 22:04:10.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64262024-08-08T22:04:13.197Z[ recovery-image] Aug 08 22:04:10.993 INFO O| Aug 08 22:04:10.993 INFO STEP 856 (remove_files) COMPLETE
64272024-08-08T22:04:13.197Z[ recovery-image] Aug 08 22:04:10.993 INFO O| Aug 08 22:04:10.993 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-08-08T22:04:13.206Z[ recovery-image] Aug 08 22:04:11.002 INFO O| Aug 08 22:04:11.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64292024-08-08T22:04:13.206Z[ recovery-image] Aug 08 22:04:11.002 INFO O| Aug 08 22:04:11.002 INFO STEP 857 (remove_files) COMPLETE
64302024-08-08T22:04:13.212Z[ recovery-image] Aug 08 22:04:11.002 INFO O| Aug 08 22:04:11.002 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-08-08T22:04:13.225Z[ recovery-image] Aug 08 22:04:11.012 INFO O| Aug 08 22:04:11.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64322024-08-08T22:04:13.225Z[ recovery-image] Aug 08 22:04:11.012 INFO O| Aug 08 22:04:11.012 INFO STEP 858 (remove_files) COMPLETE
64332024-08-08T22:04:13.225Z[ recovery-image] Aug 08 22:04:11.012 INFO O| Aug 08 22:04:11.012 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-08-08T22:04:13.228Z[ recovery-image] Aug 08 22:04:11.022 INFO O| Aug 08 22:04:11.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64352024-08-08T22:04:13.228Z[ recovery-image] Aug 08 22:04:11.022 INFO O| Aug 08 22:04:11.022 INFO STEP 859 (remove_files) COMPLETE
64362024-08-08T22:04:13.228Z[ recovery-image] Aug 08 22:04:11.022 INFO O| Aug 08 22:04:11.022 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-08-08T22:04:13.236Z[ recovery-image] Aug 08 22:04:11.032 INFO O| Aug 08 22:04:11.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64382024-08-08T22:04:13.236Z[ recovery-image] Aug 08 22:04:11.032 INFO O| Aug 08 22:04:11.032 INFO STEP 860 (remove_files) COMPLETE
64392024-08-08T22:04:13.236Z[ recovery-image] Aug 08 22:04:11.032 INFO O| Aug 08 22:04:11.032 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-08-08T22:04:13.245Z[ recovery-image] Aug 08 22:04:11.042 INFO O| Aug 08 22:04:11.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64412024-08-08T22:04:13.248Z[ recovery-image] Aug 08 22:04:11.042 INFO O| Aug 08 22:04:11.042 INFO STEP 861 (remove_files) COMPLETE
64422024-08-08T22:04:13.248Z[ recovery-image] Aug 08 22:04:11.042 INFO O| Aug 08 22:04:11.042 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-08-08T22:04:13.255Z[ recovery-image] Aug 08 22:04:11.051 INFO O| Aug 08 22:04:11.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
64442024-08-08T22:04:13.257Z[ recovery-image] Aug 08 22:04:11.051 INFO O| Aug 08 22:04:11.051 INFO STEP 862 (remove_files) COMPLETE
64452024-08-08T22:04:13.257Z[ recovery-image] Aug 08 22:04:11.051 INFO O| Aug 08 22:04:11.051 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-08-08T22:04:13.265Z[ recovery-image] Aug 08 22:04:11.061 INFO O| Aug 08 22:04:11.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
64472024-08-08T22:04:13.267Z[ recovery-image] Aug 08 22:04:11.061 INFO O| Aug 08 22:04:11.061 INFO STEP 863 (remove_files) COMPLETE
64482024-08-08T22:04:13.267Z[ recovery-image] Aug 08 22:04:11.061 INFO O| Aug 08 22:04:11.061 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-08-08T22:04:13.274Z[ recovery-image] Aug 08 22:04:11.071 INFO O| Aug 08 22:04:11.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
64502024-08-08T22:04:13.274Z[ recovery-image] Aug 08 22:04:11.071 INFO O| Aug 08 22:04:11.071 INFO STEP 864 (remove_files) COMPLETE
64512024-08-08T22:04:13.277Z[ recovery-image] Aug 08 22:04:11.071 INFO O| Aug 08 22:04:11.071 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-08-08T22:04:13.284Z[ recovery-image] Aug 08 22:04:11.080 INFO O| Aug 08 22:04:11.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
64532024-08-08T22:04:13.284Z[ recovery-image] Aug 08 22:04:11.080 INFO O| Aug 08 22:04:11.080 INFO STEP 865 (remove_files) COMPLETE
64542024-08-08T22:04:13.284Z[ recovery-image] Aug 08 22:04:11.080 INFO O| Aug 08 22:04:11.080 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-08-08T22:04:13.293Z[ recovery-image] Aug 08 22:04:11.090 INFO O| Aug 08 22:04:11.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
64562024-08-08T22:04:13.293Z[ recovery-image] Aug 08 22:04:11.090 INFO O| Aug 08 22:04:11.090 INFO STEP 866 (remove_files) COMPLETE
64572024-08-08T22:04:13.293Z[ recovery-image] Aug 08 22:04:11.090 INFO O| Aug 08 22:04:11.090 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-08-08T22:04:13.303Z[ recovery-image] Aug 08 22:04:11.099 INFO O| Aug 08 22:04:11.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
64592024-08-08T22:04:13.303Z[ recovery-image] Aug 08 22:04:11.099 INFO O| Aug 08 22:04:11.099 INFO STEP 867 (remove_files) COMPLETE
64602024-08-08T22:04:13.303Z[ recovery-image] Aug 08 22:04:11.099 INFO O| Aug 08 22:04:11.099 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-08-08T22:04:13.313Z[ recovery-image] Aug 08 22:04:11.109 INFO O| Aug 08 22:04:11.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
64622024-08-08T22:04:13.313Z[ recovery-image] Aug 08 22:04:11.109 INFO O| Aug 08 22:04:11.109 INFO STEP 868 (remove_files) COMPLETE
64632024-08-08T22:04:13.315Z[ recovery-image] Aug 08 22:04:11.109 INFO O| Aug 08 22:04:11.109 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-08-08T22:04:13.322Z[ recovery-image] Aug 08 22:04:11.119 INFO O| Aug 08 22:04:11.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
64652024-08-08T22:04:13.326Z[ recovery-image] Aug 08 22:04:11.119 INFO O| Aug 08 22:04:11.119 INFO STEP 869 (remove_files) COMPLETE
64662024-08-08T22:04:13.326Z[ recovery-image] Aug 08 22:04:11.119 INFO O| Aug 08 22:04:11.119 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-08-08T22:04:13.332Z[ recovery-image] Aug 08 22:04:11.128 INFO O| Aug 08 22:04:11.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
64682024-08-08T22:04:13.334Z[ recovery-image] Aug 08 22:04:11.128 INFO O| Aug 08 22:04:11.128 INFO STEP 870 (remove_files) COMPLETE
64692024-08-08T22:04:13.334Z[ recovery-image] Aug 08 22:04:11.128 INFO O| Aug 08 22:04:11.128 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-08-08T22:04:13.342Z[ recovery-image] Aug 08 22:04:11.138 INFO O| Aug 08 22:04:11.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
64712024-08-08T22:04:13.342Z[ recovery-image] Aug 08 22:04:11.138 INFO O| Aug 08 22:04:11.138 INFO STEP 871 (remove_files) COMPLETE
64722024-08-08T22:04:13.342Z[ recovery-image] Aug 08 22:04:11.138 INFO O| Aug 08 22:04:11.138 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-08-08T22:04:13.351Z[ recovery-image] Aug 08 22:04:11.147 INFO O| Aug 08 22:04:11.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
64742024-08-08T22:04:13.351Z[ recovery-image] Aug 08 22:04:11.148 INFO O| Aug 08 22:04:11.148 INFO STEP 872 (remove_files) COMPLETE
64752024-08-08T22:04:13.354Z[ recovery-image] Aug 08 22:04:11.148 INFO O| Aug 08 22:04:11.148 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-08-08T22:04:13.361Z[ recovery-image] Aug 08 22:04:11.157 INFO O| Aug 08 22:04:11.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
64772024-08-08T22:04:13.364Z[ recovery-image] Aug 08 22:04:11.158 INFO O| Aug 08 22:04:11.158 INFO STEP 873 (remove_files) COMPLETE
64782024-08-08T22:04:13.364Z[ recovery-image] Aug 08 22:04:11.158 INFO O| Aug 08 22:04:11.158 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-08-08T22:04:13.372Z[ recovery-image] Aug 08 22:04:11.169 INFO O| Aug 08 22:04:11.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
64802024-08-08T22:04:13.375Z[ recovery-image] Aug 08 22:04:11.169 INFO O| Aug 08 22:04:11.169 INFO STEP 874 (remove_files) COMPLETE
64812024-08-08T22:04:13.375Z[ recovery-image] Aug 08 22:04:11.169 INFO O| Aug 08 22:04:11.169 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-08-08T22:04:13.382Z[ recovery-image] Aug 08 22:04:11.179 INFO O| Aug 08 22:04:11.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
64832024-08-08T22:04:13.385Z[ recovery-image] Aug 08 22:04:11.179 INFO O| Aug 08 22:04:11.179 INFO STEP 875 (remove_files) COMPLETE
64842024-08-08T22:04:13.385Z[ recovery-image] Aug 08 22:04:11.179 INFO O| Aug 08 22:04:11.179 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-08-08T22:04:13.392Z[ recovery-image] Aug 08 22:04:11.188 INFO O| Aug 08 22:04:11.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
64862024-08-08T22:04:13.392Z[ recovery-image] Aug 08 22:04:11.188 INFO O| Aug 08 22:04:11.188 INFO STEP 876 (remove_files) COMPLETE
64872024-08-08T22:04:13.395Z[ recovery-image] Aug 08 22:04:11.188 INFO O| Aug 08 22:04:11.188 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-08-08T22:04:13.401Z[ recovery-image] Aug 08 22:04:11.198 INFO O| Aug 08 22:04:11.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
64892024-08-08T22:04:13.401Z[ recovery-image] Aug 08 22:04:11.198 INFO O| Aug 08 22:04:11.198 INFO STEP 877 (remove_files) COMPLETE
64902024-08-08T22:04:13.404Z[ recovery-image] Aug 08 22:04:11.198 INFO O| Aug 08 22:04:11.198 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-08-08T22:04:13.411Z[ recovery-image] Aug 08 22:04:11.207 INFO O| Aug 08 22:04:11.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
64922024-08-08T22:04:13.411Z[ recovery-image] Aug 08 22:04:11.207 INFO O| Aug 08 22:04:11.207 INFO STEP 878 (remove_files) COMPLETE
64932024-08-08T22:04:13.413Z[ recovery-image] Aug 08 22:04:11.207 INFO O| Aug 08 22:04:11.207 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-08-08T22:04:13.420Z[ recovery-image] Aug 08 22:04:11.217 INFO O| Aug 08 22:04:11.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
64952024-08-08T22:04:13.420Z[ recovery-image] Aug 08 22:04:11.217 INFO O| Aug 08 22:04:11.217 INFO STEP 879 (remove_files) COMPLETE
64962024-08-08T22:04:13.420Z[ recovery-image] Aug 08 22:04:11.217 INFO O| Aug 08 22:04:11.217 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-08-08T22:04:13.430Z[ recovery-image] Aug 08 22:04:11.226 INFO O| Aug 08 22:04:11.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
64982024-08-08T22:04:13.432Z[ recovery-image] Aug 08 22:04:11.226 INFO O| Aug 08 22:04:11.226 INFO STEP 880 (remove_files) COMPLETE
64992024-08-08T22:04:13.432Z[ recovery-image] Aug 08 22:04:11.226 INFO O| Aug 08 22:04:11.226 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-08-08T22:04:13.440Z[ recovery-image] Aug 08 22:04:11.236 INFO O| Aug 08 22:04:11.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
65012024-08-08T22:04:13.443Z[ recovery-image] Aug 08 22:04:11.236 INFO O| Aug 08 22:04:11.236 INFO STEP 881 (remove_files) COMPLETE
65022024-08-08T22:04:13.443Z[ recovery-image] Aug 08 22:04:11.236 INFO O| Aug 08 22:04:11.236 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-08-08T22:04:13.449Z[ recovery-image] Aug 08 22:04:11.245 INFO O| Aug 08 22:04:11.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65042024-08-08T22:04:13.449Z[ recovery-image] Aug 08 22:04:11.245 INFO O| Aug 08 22:04:11.245 INFO STEP 882 (remove_files) COMPLETE
65052024-08-08T22:04:13.449Z[ recovery-image] Aug 08 22:04:11.245 INFO O| Aug 08 22:04:11.245 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-08-08T22:04:13.458Z[ recovery-image] Aug 08 22:04:11.254 INFO O| Aug 08 22:04:11.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65072024-08-08T22:04:13.458Z[ recovery-image] Aug 08 22:04:11.255 INFO O| Aug 08 22:04:11.255 INFO STEP 883 (remove_files) COMPLETE
65082024-08-08T22:04:13.461Z[ recovery-image] Aug 08 22:04:11.255 INFO O| Aug 08 22:04:11.255 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-08-08T22:04:13.468Z[ recovery-image] Aug 08 22:04:11.264 INFO O| Aug 08 22:04:11.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65102024-08-08T22:04:13.470Z[ recovery-image] Aug 08 22:04:11.264 INFO O| Aug 08 22:04:11.264 INFO STEP 884 (remove_files) COMPLETE
65112024-08-08T22:04:13.470Z[ recovery-image] Aug 08 22:04:11.264 INFO O| Aug 08 22:04:11.264 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-08-08T22:04:13.477Z[ recovery-image] Aug 08 22:04:11.274 INFO O| Aug 08 22:04:11.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65132024-08-08T22:04:13.477Z[ recovery-image] Aug 08 22:04:11.274 INFO O| Aug 08 22:04:11.274 INFO STEP 885 (remove_files) COMPLETE
65142024-08-08T22:04:13.481Z[ recovery-image] Aug 08 22:04:11.274 INFO O| Aug 08 22:04:11.274 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-08-08T22:04:13.487Z[ recovery-image] Aug 08 22:04:11.283 INFO O| Aug 08 22:04:11.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65162024-08-08T22:04:13.487Z[ recovery-image] Aug 08 22:04:11.283 INFO O| Aug 08 22:04:11.283 INFO STEP 886 (remove_files) COMPLETE
65172024-08-08T22:04:13.487Z[ recovery-image] Aug 08 22:04:11.283 INFO O| Aug 08 22:04:11.283 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-08-08T22:04:13.496Z[ recovery-image] Aug 08 22:04:11.293 INFO O| Aug 08 22:04:11.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65192024-08-08T22:04:13.496Z[ recovery-image] Aug 08 22:04:11.293 INFO O| Aug 08 22:04:11.293 INFO STEP 887 (remove_files) COMPLETE
65202024-08-08T22:04:13.496Z[ recovery-image] Aug 08 22:04:11.293 INFO O| Aug 08 22:04:11.293 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-08-08T22:04:13.506Z[ recovery-image] Aug 08 22:04:11.302 INFO O| Aug 08 22:04:11.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65222024-08-08T22:04:13.506Z[ recovery-image] Aug 08 22:04:11.302 INFO O| Aug 08 22:04:11.302 INFO STEP 888 (remove_files) COMPLETE
65232024-08-08T22:04:13.508Z[ recovery-image] Aug 08 22:04:11.302 INFO O| Aug 08 22:04:11.302 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-08-08T22:04:13.515Z[ recovery-image] Aug 08 22:04:11.312 INFO O| Aug 08 22:04:11.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65252024-08-08T22:04:13.518Z[ recovery-image] Aug 08 22:04:11.312 INFO O| Aug 08 22:04:11.312 INFO STEP 889 (remove_files) COMPLETE
65262024-08-08T22:04:13.518Z[ recovery-image] Aug 08 22:04:11.312 INFO O| Aug 08 22:04:11.312 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-08-08T22:04:13.525Z[ recovery-image] Aug 08 22:04:11.321 INFO O| Aug 08 22:04:11.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65282024-08-08T22:04:13.525Z[ recovery-image] Aug 08 22:04:11.321 INFO O| Aug 08 22:04:11.321 INFO STEP 890 (remove_files) COMPLETE
65292024-08-08T22:04:13.527Z[ recovery-image] Aug 08 22:04:11.321 INFO O| Aug 08 22:04:11.321 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-08-08T22:04:13.534Z[ recovery-image] Aug 08 22:04:11.331 INFO O| Aug 08 22:04:11.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65312024-08-08T22:04:13.538Z[ recovery-image] Aug 08 22:04:11.331 INFO O| Aug 08 22:04:11.331 INFO STEP 891 (remove_files) COMPLETE
65322024-08-08T22:04:13.538Z[ recovery-image] Aug 08 22:04:11.331 INFO O| Aug 08 22:04:11.331 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-08-08T22:04:13.544Z[ recovery-image] Aug 08 22:04:11.340 INFO O| Aug 08 22:04:11.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65342024-08-08T22:04:13.547Z[ recovery-image] Aug 08 22:04:11.340 INFO O| Aug 08 22:04:11.340 INFO STEP 892 (remove_files) COMPLETE
65352024-08-08T22:04:13.547Z[ recovery-image] Aug 08 22:04:11.340 INFO O| Aug 08 22:04:11.340 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-08-08T22:04:13.553Z[ recovery-image] Aug 08 22:04:11.350 INFO O| Aug 08 22:04:11.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65372024-08-08T22:04:13.553Z[ recovery-image] Aug 08 22:04:11.350 INFO O| Aug 08 22:04:11.350 INFO STEP 893 (remove_files) COMPLETE
65382024-08-08T22:04:13.556Z[ recovery-image] Aug 08 22:04:11.350 INFO O| Aug 08 22:04:11.350 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-08-08T22:04:13.563Z[ recovery-image] Aug 08 22:04:11.359 INFO O| Aug 08 22:04:11.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65402024-08-08T22:04:13.563Z[ recovery-image] Aug 08 22:04:11.359 INFO O| Aug 08 22:04:11.359 INFO STEP 894 (remove_files) COMPLETE
65412024-08-08T22:04:13.563Z[ recovery-image] Aug 08 22:04:11.359 INFO O| Aug 08 22:04:11.359 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-08-08T22:04:13.573Z[ recovery-image] Aug 08 22:04:11.369 INFO O| Aug 08 22:04:11.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
65432024-08-08T22:04:13.573Z[ recovery-image] Aug 08 22:04:11.369 INFO O| Aug 08 22:04:11.369 INFO STEP 895 (remove_files) COMPLETE
65442024-08-08T22:04:13.573Z[ recovery-image] Aug 08 22:04:11.369 INFO O| Aug 08 22:04:11.369 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-08-08T22:04:13.583Z[ recovery-image] Aug 08 22:04:11.379 INFO O| Aug 08 22:04:11.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
65462024-08-08T22:04:13.588Z[ recovery-image] Aug 08 22:04:11.380 INFO O| Aug 08 22:04:11.380 INFO STEP 896 (remove_files) COMPLETE
65472024-08-08T22:04:13.588Z[ recovery-image] Aug 08 22:04:11.380 INFO O| Aug 08 22:04:11.380 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-08-08T22:04:13.593Z[ recovery-image] Aug 08 22:04:11.389 INFO O| Aug 08 22:04:11.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
65492024-08-08T22:04:13.593Z[ recovery-image] Aug 08 22:04:11.389 INFO O| Aug 08 22:04:11.389 INFO STEP 897 (remove_files) COMPLETE
65502024-08-08T22:04:13.596Z[ recovery-image] Aug 08 22:04:11.389 INFO O| Aug 08 22:04:11.389 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-08-08T22:04:13.603Z[ recovery-image] Aug 08 22:04:11.399 INFO O| Aug 08 22:04:11.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
65522024-08-08T22:04:13.603Z[ recovery-image] Aug 08 22:04:11.399 INFO O| Aug 08 22:04:11.399 INFO STEP 898 (remove_files) COMPLETE
65532024-08-08T22:04:13.606Z[ recovery-image] Aug 08 22:04:11.399 INFO O| Aug 08 22:04:11.399 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-08-08T22:04:13.612Z[ recovery-image] Aug 08 22:04:11.409 INFO O| Aug 08 22:04:11.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
65552024-08-08T22:04:13.612Z[ recovery-image] Aug 08 22:04:11.409 INFO O| Aug 08 22:04:11.409 INFO STEP 899 (remove_files) COMPLETE
65562024-08-08T22:04:13.616Z[ recovery-image] Aug 08 22:04:11.409 INFO O| Aug 08 22:04:11.409 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-08-08T22:04:13.622Z[ recovery-image] Aug 08 22:04:11.418 INFO O| Aug 08 22:04:11.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
65582024-08-08T22:04:13.625Z[ recovery-image] Aug 08 22:04:11.418 INFO O| Aug 08 22:04:11.418 INFO STEP 900 (remove_files) COMPLETE
65592024-08-08T22:04:13.625Z[ recovery-image] Aug 08 22:04:11.418 INFO O| Aug 08 22:04:11.418 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-08-08T22:04:13.632Z[ recovery-image] Aug 08 22:04:11.428 INFO O| Aug 08 22:04:11.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
65612024-08-08T22:04:13.632Z[ recovery-image] Aug 08 22:04:11.428 INFO O| Aug 08 22:04:11.428 INFO STEP 901 (remove_files) COMPLETE
65622024-08-08T22:04:13.635Z[ recovery-image] Aug 08 22:04:11.428 INFO O| Aug 08 22:04:11.428 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-08-08T22:04:13.641Z[ recovery-image] Aug 08 22:04:11.437 INFO O| Aug 08 22:04:11.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
65642024-08-08T22:04:13.641Z[ recovery-image] Aug 08 22:04:11.437 INFO O| Aug 08 22:04:11.437 INFO STEP 902 (remove_files) COMPLETE
65652024-08-08T22:04:13.644Z[ recovery-image] Aug 08 22:04:11.437 INFO O| Aug 08 22:04:11.437 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-08-08T22:04:13.652Z[ recovery-image] Aug 08 22:04:11.447 INFO O| Aug 08 22:04:11.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
65672024-08-08T22:04:13.655Z[ recovery-image] Aug 08 22:04:11.447 INFO O| Aug 08 22:04:11.447 INFO STEP 903 (remove_files) COMPLETE
65682024-08-08T22:04:13.655Z[ recovery-image] Aug 08 22:04:11.447 INFO O| Aug 08 22:04:11.447 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-08-08T22:04:13.660Z[ recovery-image] Aug 08 22:04:11.456 INFO O| Aug 08 22:04:11.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
65702024-08-08T22:04:13.660Z[ recovery-image] Aug 08 22:04:11.456 INFO O| Aug 08 22:04:11.456 INFO STEP 904 (remove_files) COMPLETE
65712024-08-08T22:04:13.660Z[ recovery-image] Aug 08 22:04:11.456 INFO O| Aug 08 22:04:11.456 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-08-08T22:04:13.670Z[ recovery-image] Aug 08 22:04:11.466 INFO O| Aug 08 22:04:11.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
65732024-08-08T22:04:13.670Z[ recovery-image] Aug 08 22:04:11.466 INFO O| Aug 08 22:04:11.466 INFO STEP 905 (remove_files) COMPLETE
65742024-08-08T22:04:13.673Z[ recovery-image] Aug 08 22:04:11.466 INFO O| Aug 08 22:04:11.466 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-08-08T22:04:13.679Z[ recovery-image] Aug 08 22:04:11.475 INFO O| Aug 08 22:04:11.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
65762024-08-08T22:04:13.681Z[ recovery-image] Aug 08 22:04:11.475 INFO O| Aug 08 22:04:11.475 INFO STEP 906 (remove_files) COMPLETE
65772024-08-08T22:04:13.681Z[ recovery-image] Aug 08 22:04:11.475 INFO O| Aug 08 22:04:11.475 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-08-08T22:04:13.688Z[ recovery-image] Aug 08 22:04:11.485 INFO O| Aug 08 22:04:11.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
65792024-08-08T22:04:13.691Z[ recovery-image] Aug 08 22:04:11.485 INFO O| Aug 08 22:04:11.485 INFO STEP 907 (remove_files) COMPLETE
65802024-08-08T22:04:13.691Z[ recovery-image] Aug 08 22:04:11.485 INFO O| Aug 08 22:04:11.485 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-08-08T22:04:13.698Z[ recovery-image] Aug 08 22:04:11.494 INFO O| Aug 08 22:04:11.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
65822024-08-08T22:04:13.698Z[ recovery-image] Aug 08 22:04:11.494 INFO O| Aug 08 22:04:11.494 INFO STEP 908 (remove_files) COMPLETE
65832024-08-08T22:04:13.701Z[ recovery-image] Aug 08 22:04:11.494 INFO O| Aug 08 22:04:11.494 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-08-08T22:04:13.707Z[ recovery-image] Aug 08 22:04:11.504 INFO O| Aug 08 22:04:11.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
65852024-08-08T22:04:13.707Z[ recovery-image] Aug 08 22:04:11.504 INFO O| Aug 08 22:04:11.504 INFO STEP 909 (remove_files) COMPLETE
65862024-08-08T22:04:13.707Z[ recovery-image] Aug 08 22:04:11.504 INFO O| Aug 08 22:04:11.504 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-08-08T22:04:13.717Z[ recovery-image] Aug 08 22:04:11.513 INFO O| Aug 08 22:04:11.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
65882024-08-08T22:04:13.720Z[ recovery-image] Aug 08 22:04:11.513 INFO O| Aug 08 22:04:11.513 INFO STEP 910 (remove_files) COMPLETE
65892024-08-08T22:04:13.720Z[ recovery-image] Aug 08 22:04:11.513 INFO O| Aug 08 22:04:11.513 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-08-08T22:04:13.726Z[ recovery-image] Aug 08 22:04:11.522 INFO O| Aug 08 22:04:11.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
65912024-08-08T22:04:13.726Z[ recovery-image] Aug 08 22:04:11.523 INFO O| Aug 08 22:04:11.523 INFO STEP 911 (remove_files) COMPLETE
65922024-08-08T22:04:13.730Z[ recovery-image] Aug 08 22:04:11.523 INFO O| Aug 08 22:04:11.523 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-08-08T22:04:13.736Z[ recovery-image] Aug 08 22:04:11.532 INFO O| Aug 08 22:04:11.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
65942024-08-08T22:04:13.736Z[ recovery-image] Aug 08 22:04:11.532 INFO O| Aug 08 22:04:11.532 INFO STEP 912 (remove_files) COMPLETE
65952024-08-08T22:04:13.738Z[ recovery-image] Aug 08 22:04:11.532 INFO O| Aug 08 22:04:11.532 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-08-08T22:04:13.745Z[ recovery-image] Aug 08 22:04:11.541 INFO O| Aug 08 22:04:11.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
65972024-08-08T22:04:13.745Z[ recovery-image] Aug 08 22:04:11.541 INFO O| Aug 08 22:04:11.541 INFO STEP 913 (remove_files) COMPLETE
65982024-08-08T22:04:13.745Z[ recovery-image] Aug 08 22:04:11.541 INFO O| Aug 08 22:04:11.541 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-08-08T22:04:13.755Z[ recovery-image] Aug 08 22:04:11.551 INFO O| Aug 08 22:04:11.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
66002024-08-08T22:04:13.758Z[ recovery-image] Aug 08 22:04:11.551 INFO O| Aug 08 22:04:11.551 INFO STEP 914 (remove_files) COMPLETE
66012024-08-08T22:04:13.758Z[ recovery-image] Aug 08 22:04:11.551 INFO O| Aug 08 22:04:11.551 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-08-08T22:04:13.764Z[ recovery-image] Aug 08 22:04:11.560 INFO O| Aug 08 22:04:11.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66032024-08-08T22:04:13.767Z[ recovery-image] Aug 08 22:04:11.561 INFO O| Aug 08 22:04:11.560 INFO STEP 915 (remove_files) COMPLETE
66042024-08-08T22:04:13.767Z[ recovery-image] Aug 08 22:04:11.561 INFO O| Aug 08 22:04:11.561 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-08-08T22:04:13.774Z[ recovery-image] Aug 08 22:04:11.570 INFO O| Aug 08 22:04:11.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66062024-08-08T22:04:13.774Z[ recovery-image] Aug 08 22:04:11.570 INFO O| Aug 08 22:04:11.570 INFO STEP 916 (remove_files) COMPLETE
66072024-08-08T22:04:13.774Z[ recovery-image] Aug 08 22:04:11.570 INFO O| Aug 08 22:04:11.570 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-08-08T22:04:13.783Z[ recovery-image] Aug 08 22:04:11.579 INFO O| Aug 08 22:04:11.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66092024-08-08T22:04:13.783Z[ recovery-image] Aug 08 22:04:11.579 INFO O| Aug 08 22:04:11.579 INFO STEP 917 (remove_files) COMPLETE
66102024-08-08T22:04:13.786Z[ recovery-image] Aug 08 22:04:11.579 INFO O| Aug 08 22:04:11.579 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-08-08T22:04:13.792Z[ recovery-image] Aug 08 22:04:11.589 INFO O| Aug 08 22:04:11.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66122024-08-08T22:04:13.793Z[ recovery-image] Aug 08 22:04:11.589 INFO O| Aug 08 22:04:11.589 INFO STEP 918 (remove_files) COMPLETE
66132024-08-08T22:04:13.795Z[ recovery-image] Aug 08 22:04:11.589 INFO O| Aug 08 22:04:11.589 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-08-08T22:04:13.802Z[ recovery-image] Aug 08 22:04:11.598 INFO O| Aug 08 22:04:11.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66152024-08-08T22:04:13.802Z[ recovery-image] Aug 08 22:04:11.598 INFO O| Aug 08 22:04:11.598 INFO STEP 919 (remove_files) COMPLETE
66162024-08-08T22:04:13.805Z[ recovery-image] Aug 08 22:04:11.598 INFO O| Aug 08 22:04:11.598 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-08-08T22:04:13.811Z[ recovery-image] Aug 08 22:04:11.608 INFO O| Aug 08 22:04:11.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66182024-08-08T22:04:13.811Z[ recovery-image] Aug 08 22:04:11.608 INFO O| Aug 08 22:04:11.608 INFO STEP 920 (remove_files) COMPLETE
66192024-08-08T22:04:13.814Z[ recovery-image] Aug 08 22:04:11.608 INFO O| Aug 08 22:04:11.608 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-08-08T22:04:13.821Z[ recovery-image] Aug 08 22:04:11.617 INFO O| Aug 08 22:04:11.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66212024-08-08T22:04:13.823Z[ recovery-image] Aug 08 22:04:11.617 INFO O| Aug 08 22:04:11.617 INFO STEP 921 (remove_files) COMPLETE
66222024-08-08T22:04:13.823Z[ recovery-image] Aug 08 22:04:11.617 INFO O| Aug 08 22:04:11.617 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-08-08T22:04:13.830Z[ recovery-image] Aug 08 22:04:11.626 INFO O| Aug 08 22:04:11.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66242024-08-08T22:04:13.830Z[ recovery-image] Aug 08 22:04:11.626 INFO O| Aug 08 22:04:11.626 INFO STEP 922 (remove_files) COMPLETE
66252024-08-08T22:04:13.830Z[ recovery-image] Aug 08 22:04:11.626 INFO O| Aug 08 22:04:11.626 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-08-08T22:04:13.843Z[ recovery-image] Aug 08 22:04:11.636 INFO O| Aug 08 22:04:11.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66272024-08-08T22:04:13.843Z[ recovery-image] Aug 08 22:04:11.636 INFO O| Aug 08 22:04:11.636 INFO STEP 923 (remove_files) COMPLETE
66282024-08-08T22:04:13.846Z[ recovery-image] Aug 08 22:04:11.636 INFO O| Aug 08 22:04:11.636 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-08-08T22:04:13.849Z[ recovery-image] Aug 08 22:04:11.645 INFO O| Aug 08 22:04:11.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66302024-08-08T22:04:13.852Z[ recovery-image] Aug 08 22:04:11.645 INFO O| Aug 08 22:04:11.645 INFO STEP 924 (remove_files) COMPLETE
66312024-08-08T22:04:13.852Z[ recovery-image] Aug 08 22:04:11.645 INFO O| Aug 08 22:04:11.645 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-08-08T22:04:13.859Z[ recovery-image] Aug 08 22:04:11.655 INFO O| Aug 08 22:04:11.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
66332024-08-08T22:04:13.859Z[ recovery-image] Aug 08 22:04:11.655 INFO O| Aug 08 22:04:11.655 INFO STEP 925 (remove_files) COMPLETE
66342024-08-08T22:04:13.862Z[ recovery-image] Aug 08 22:04:11.655 INFO O| Aug 08 22:04:11.655 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-08-08T22:04:13.870Z[ recovery-image] Aug 08 22:04:11.664 INFO O| Aug 08 22:04:11.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
66362024-08-08T22:04:13.870Z[ recovery-image] Aug 08 22:04:11.664 INFO O| Aug 08 22:04:11.664 INFO STEP 926 (remove_files) COMPLETE
66372024-08-08T22:04:13.873Z[ recovery-image] Aug 08 22:04:11.664 INFO O| Aug 08 22:04:11.664 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-08-08T22:04:13.878Z[ recovery-image] Aug 08 22:04:11.674 INFO O| Aug 08 22:04:11.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
66392024-08-08T22:04:13.878Z[ recovery-image] Aug 08 22:04:11.674 INFO O| Aug 08 22:04:11.674 INFO STEP 927 (remove_files) COMPLETE
66402024-08-08T22:04:13.878Z[ recovery-image] Aug 08 22:04:11.674 INFO O| Aug 08 22:04:11.674 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-08-08T22:04:13.887Z[ recovery-image] Aug 08 22:04:11.683 INFO O| Aug 08 22:04:11.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
66422024-08-08T22:04:13.887Z[ recovery-image] Aug 08 22:04:11.683 INFO O| Aug 08 22:04:11.683 INFO STEP 928 (remove_files) COMPLETE
66432024-08-08T22:04:13.890Z[ recovery-image] Aug 08 22:04:11.683 INFO O| Aug 08 22:04:11.683 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-08-08T22:04:13.897Z[ recovery-image] Aug 08 22:04:11.693 INFO O| Aug 08 22:04:11.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
66452024-08-08T22:04:13.900Z[ recovery-image] Aug 08 22:04:11.693 INFO O| Aug 08 22:04:11.693 INFO STEP 929 (remove_files) COMPLETE
66462024-08-08T22:04:13.900Z[ recovery-image] Aug 08 22:04:11.693 INFO O| Aug 08 22:04:11.693 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-08-08T22:04:13.906Z[ recovery-image] Aug 08 22:04:11.702 INFO O| Aug 08 22:04:11.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
66482024-08-08T22:04:13.909Z[ recovery-image] Aug 08 22:04:11.702 INFO O| Aug 08 22:04:11.702 INFO STEP 930 (remove_files) COMPLETE
66492024-08-08T22:04:13.909Z[ recovery-image] Aug 08 22:04:11.703 INFO O| Aug 08 22:04:11.702 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-08-08T22:04:13.916Z[ recovery-image] Aug 08 22:04:11.712 INFO O| Aug 08 22:04:11.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
66512024-08-08T22:04:13.919Z[ recovery-image] Aug 08 22:04:11.712 INFO O| Aug 08 22:04:11.712 INFO STEP 931 (remove_files) COMPLETE
66522024-08-08T22:04:13.919Z[ recovery-image] Aug 08 22:04:11.712 INFO O| Aug 08 22:04:11.712 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-08-08T22:04:13.926Z[ recovery-image] Aug 08 22:04:11.721 INFO O| Aug 08 22:04:11.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
66542024-08-08T22:04:13.926Z[ recovery-image] Aug 08 22:04:11.721 INFO O| Aug 08 22:04:11.721 INFO STEP 932 (remove_files) COMPLETE
66552024-08-08T22:04:13.929Z[ recovery-image] Aug 08 22:04:11.721 INFO O| Aug 08 22:04:11.721 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-08-08T22:04:13.935Z[ recovery-image] Aug 08 22:04:11.731 INFO O| Aug 08 22:04:11.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
66572024-08-08T22:04:13.938Z[ recovery-image] Aug 08 22:04:11.731 INFO O| Aug 08 22:04:11.731 INFO STEP 933 (remove_files) COMPLETE
66582024-08-08T22:04:13.938Z[ recovery-image] Aug 08 22:04:11.731 INFO O| Aug 08 22:04:11.731 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-08-08T22:04:13.945Z[ recovery-image] Aug 08 22:04:11.741 INFO O| Aug 08 22:04:11.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
66602024-08-08T22:04:13.945Z[ recovery-image] Aug 08 22:04:11.741 INFO O| Aug 08 22:04:11.741 INFO STEP 934 (remove_files) COMPLETE
66612024-08-08T22:04:13.948Z[ recovery-image] Aug 08 22:04:11.741 INFO O| Aug 08 22:04:11.741 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-08-08T22:04:13.954Z[ recovery-image] Aug 08 22:04:11.750 INFO O| Aug 08 22:04:11.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
66632024-08-08T22:04:13.957Z[ recovery-image] Aug 08 22:04:11.750 INFO O| Aug 08 22:04:11.750 INFO STEP 935 (remove_files) COMPLETE
66642024-08-08T22:04:13.957Z[ recovery-image] Aug 08 22:04:11.750 INFO O| Aug 08 22:04:11.750 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-08-08T22:04:13.964Z[ recovery-image] Aug 08 22:04:11.760 INFO O| Aug 08 22:04:11.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
66662024-08-08T22:04:13.964Z[ recovery-image] Aug 08 22:04:11.760 INFO O| Aug 08 22:04:11.760 INFO STEP 936 (remove_files) COMPLETE
66672024-08-08T22:04:13.967Z[ recovery-image] Aug 08 22:04:11.760 INFO O| Aug 08 22:04:11.760 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-08-08T22:04:13.973Z[ recovery-image] Aug 08 22:04:11.770 INFO O| Aug 08 22:04:11.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
66692024-08-08T22:04:13.973Z[ recovery-image] Aug 08 22:04:11.770 INFO O| Aug 08 22:04:11.770 INFO STEP 937 (remove_files) COMPLETE
66702024-08-08T22:04:13.976Z[ recovery-image] Aug 08 22:04:11.770 INFO O| Aug 08 22:04:11.770 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-08-08T22:04:13.983Z[ recovery-image] Aug 08 22:04:11.779 INFO O| Aug 08 22:04:11.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
66722024-08-08T22:04:13.986Z[ recovery-image] Aug 08 22:04:11.780 INFO O| Aug 08 22:04:11.780 INFO STEP 938 (remove_files) COMPLETE
66732024-08-08T22:04:13.986Z[ recovery-image] Aug 08 22:04:11.780 INFO O| Aug 08 22:04:11.780 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-08-08T22:04:13.993Z[ recovery-image] Aug 08 22:04:11.789 INFO O| Aug 08 22:04:11.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
66752024-08-08T22:04:13.996Z[ recovery-image] Aug 08 22:04:11.790 INFO O| Aug 08 22:04:11.790 INFO STEP 939 (remove_files) COMPLETE
66762024-08-08T22:04:13.996Z[ recovery-image] Aug 08 22:04:11.790 INFO O| Aug 08 22:04:11.790 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-08-08T22:04:14.004Z[ recovery-image] Aug 08 22:04:11.800 INFO O| Aug 08 22:04:11.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
66782024-08-08T22:04:14.007Z[ recovery-image] Aug 08 22:04:11.800 INFO O| Aug 08 22:04:11.800 INFO STEP 940 (remove_files) COMPLETE
66792024-08-08T22:04:14.007Z[ recovery-image] Aug 08 22:04:11.800 INFO O| Aug 08 22:04:11.800 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-08-08T22:04:14.014Z[ recovery-image] Aug 08 22:04:11.810 INFO O| Aug 08 22:04:11.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
66812024-08-08T22:04:14.016Z[ recovery-image] Aug 08 22:04:11.810 INFO O| Aug 08 22:04:11.810 INFO STEP 941 (remove_files) COMPLETE
66822024-08-08T22:04:14.016Z[ recovery-image] Aug 08 22:04:11.810 INFO O| Aug 08 22:04:11.810 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-08-08T22:04:14.023Z[ recovery-image] Aug 08 22:04:11.820 INFO O| Aug 08 22:04:11.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
66842024-08-08T22:04:14.023Z[ recovery-image] Aug 08 22:04:11.820 INFO O| Aug 08 22:04:11.820 INFO STEP 942 (remove_files) COMPLETE
66852024-08-08T22:04:14.023Z[ recovery-image] Aug 08 22:04:11.820 INFO O| Aug 08 22:04:11.820 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-08-08T22:04:14.033Z[ recovery-image] Aug 08 22:04:11.830 INFO O| Aug 08 22:04:11.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
66872024-08-08T22:04:14.036Z[ recovery-image] Aug 08 22:04:11.830 INFO O| Aug 08 22:04:11.830 INFO STEP 943 (remove_files) COMPLETE
66882024-08-08T22:04:14.036Z[ recovery-image] Aug 08 22:04:11.830 INFO O| Aug 08 22:04:11.830 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-08-08T22:04:14.043Z[ recovery-image] Aug 08 22:04:11.839 INFO O| Aug 08 22:04:11.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
66902024-08-08T22:04:14.046Z[ recovery-image] Aug 08 22:04:11.839 INFO O| Aug 08 22:04:11.839 INFO STEP 944 (remove_files) COMPLETE
66912024-08-08T22:04:14.046Z[ recovery-image] Aug 08 22:04:11.839 INFO O| Aug 08 22:04:11.839 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-08-08T22:04:14.053Z[ recovery-image] Aug 08 22:04:11.849 INFO O| Aug 08 22:04:11.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
66932024-08-08T22:04:14.053Z[ recovery-image] Aug 08 22:04:11.849 INFO O| Aug 08 22:04:11.849 INFO STEP 945 (remove_files) COMPLETE
66942024-08-08T22:04:14.053Z[ recovery-image] Aug 08 22:04:11.849 INFO O| Aug 08 22:04:11.849 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-08-08T22:04:14.062Z[ recovery-image] Aug 08 22:04:11.859 INFO O| Aug 08 22:04:11.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
66962024-08-08T22:04:14.065Z[ recovery-image] Aug 08 22:04:11.859 INFO O| Aug 08 22:04:11.859 INFO STEP 946 (remove_files) COMPLETE
66972024-08-08T22:04:14.065Z[ recovery-image] Aug 08 22:04:11.859 INFO O| Aug 08 22:04:11.859 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-08-08T22:04:14.072Z[ recovery-image] Aug 08 22:04:11.868 INFO O| Aug 08 22:04:11.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
66992024-08-08T22:04:14.072Z[ recovery-image] Aug 08 22:04:11.869 INFO O| Aug 08 22:04:11.869 INFO STEP 947 (remove_files) COMPLETE
67002024-08-08T22:04:14.075Z[ recovery-image] Aug 08 22:04:11.869 INFO O| Aug 08 22:04:11.869 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-08-08T22:04:14.082Z[ recovery-image] Aug 08 22:04:11.878 INFO O| Aug 08 22:04:11.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67022024-08-08T22:04:14.086Z[ recovery-image] Aug 08 22:04:11.878 INFO O| Aug 08 22:04:11.878 INFO STEP 948 (remove_files) COMPLETE
67032024-08-08T22:04:14.086Z[ recovery-image] Aug 08 22:04:11.878 INFO O| Aug 08 22:04:11.878 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-08-08T22:04:14.092Z[ recovery-image] Aug 08 22:04:11.888 INFO O| Aug 08 22:04:11.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67052024-08-08T22:04:14.094Z[ recovery-image] Aug 08 22:04:11.888 INFO O| Aug 08 22:04:11.888 INFO STEP 949 (remove_files) COMPLETE
67062024-08-08T22:04:14.095Z[ recovery-image] Aug 08 22:04:11.888 INFO O| Aug 08 22:04:11.888 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-08-08T22:04:14.102Z[ recovery-image] Aug 08 22:04:11.898 INFO O| Aug 08 22:04:11.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67082024-08-08T22:04:14.102Z[ recovery-image] Aug 08 22:04:11.898 INFO O| Aug 08 22:04:11.898 INFO STEP 950 (remove_files) COMPLETE
67092024-08-08T22:04:14.104Z[ recovery-image] Aug 08 22:04:11.898 INFO O| Aug 08 22:04:11.898 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-08-08T22:04:14.112Z[ recovery-image] Aug 08 22:04:11.907 INFO O| Aug 08 22:04:11.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67112024-08-08T22:04:14.112Z[ recovery-image] Aug 08 22:04:11.908 INFO O| Aug 08 22:04:11.907 INFO STEP 951 (remove_files) COMPLETE
67122024-08-08T22:04:14.115Z[ recovery-image] Aug 08 22:04:11.908 INFO O| Aug 08 22:04:11.908 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-08-08T22:04:14.121Z[ recovery-image] Aug 08 22:04:11.917 INFO O| Aug 08 22:04:11.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67142024-08-08T22:04:14.121Z[ recovery-image] Aug 08 22:04:11.917 INFO O| Aug 08 22:04:11.917 INFO STEP 952 (remove_files) COMPLETE
67152024-08-08T22:04:14.121Z[ recovery-image] Aug 08 22:04:11.917 INFO O| Aug 08 22:04:11.917 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-08-08T22:04:14.130Z[ recovery-image] Aug 08 22:04:11.927 INFO O| Aug 08 22:04:11.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67172024-08-08T22:04:14.130Z[ recovery-image] Aug 08 22:04:11.927 INFO O| Aug 08 22:04:11.927 INFO STEP 953 (remove_files) COMPLETE
67182024-08-08T22:04:14.130Z[ recovery-image] Aug 08 22:04:11.927 INFO O| Aug 08 22:04:11.927 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-08-08T22:04:14.140Z[ recovery-image] Aug 08 22:04:11.936 INFO O| Aug 08 22:04:11.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67202024-08-08T22:04:14.140Z[ recovery-image] Aug 08 22:04:11.936 INFO O| Aug 08 22:04:11.936 INFO STEP 954 (remove_files) COMPLETE
67212024-08-08T22:04:14.140Z[ recovery-image] Aug 08 22:04:11.936 INFO O| Aug 08 22:04:11.936 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-08-08T22:04:14.151Z[ recovery-image] Aug 08 22:04:11.946 INFO O| Aug 08 22:04:11.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67232024-08-08T22:04:14.151Z[ recovery-image] Aug 08 22:04:11.946 INFO O| Aug 08 22:04:11.946 INFO STEP 955 (remove_files) COMPLETE
67242024-08-08T22:04:14.151Z[ recovery-image] Aug 08 22:04:11.946 INFO O| Aug 08 22:04:11.946 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-08-08T22:04:14.159Z[ recovery-image] Aug 08 22:04:11.955 INFO O| Aug 08 22:04:11.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67262024-08-08T22:04:14.159Z[ recovery-image] Aug 08 22:04:11.956 INFO O| Aug 08 22:04:11.955 INFO STEP 956 (remove_files) COMPLETE
67272024-08-08T22:04:14.162Z[ recovery-image] Aug 08 22:04:11.956 INFO O| Aug 08 22:04:11.956 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-08-08T22:04:14.169Z[ recovery-image] Aug 08 22:04:11.965 INFO O| Aug 08 22:04:11.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67292024-08-08T22:04:14.169Z[ recovery-image] Aug 08 22:04:11.965 INFO O| Aug 08 22:04:11.965 INFO STEP 957 (remove_files) COMPLETE
67302024-08-08T22:04:14.172Z[ recovery-image] Aug 08 22:04:11.965 INFO O| Aug 08 22:04:11.965 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-08-08T22:04:14.184Z[ recovery-image] Aug 08 22:04:11.980 INFO O| Aug 08 22:04:11.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67322024-08-08T22:04:14.187Z[ recovery-image] Aug 08 22:04:11.980 INFO O| Aug 08 22:04:11.980 INFO STEP 958 (remove_files) COMPLETE
67332024-08-08T22:04:14.187Z[ recovery-image] Aug 08 22:04:11.980 INFO O| Aug 08 22:04:11.980 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-08-08T22:04:14.196Z[ recovery-image] Aug 08 22:04:11.992 INFO O| Aug 08 22:04:11.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
67352024-08-08T22:04:14.199Z[ recovery-image] Aug 08 22:04:11.992 INFO O| Aug 08 22:04:11.992 INFO STEP 959 (remove_files) COMPLETE
67362024-08-08T22:04:14.199Z[ recovery-image] Aug 08 22:04:11.993 INFO O| Aug 08 22:04:11.992 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-08-08T22:04:14.209Z[ recovery-image] Aug 08 22:04:12.005 INFO O| Aug 08 22:04:12.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
67382024-08-08T22:04:14.209Z[ recovery-image] Aug 08 22:04:12.005 INFO O| Aug 08 22:04:12.005 INFO STEP 960 (remove_files) COMPLETE
67392024-08-08T22:04:14.209Z[ recovery-image] Aug 08 22:04:12.005 INFO O| Aug 08 22:04:12.005 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-08-08T22:04:14.219Z[ recovery-image] Aug 08 22:04:12.015 INFO O| Aug 08 22:04:12.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
67412024-08-08T22:04:14.219Z[ recovery-image] Aug 08 22:04:12.015 INFO O| Aug 08 22:04:12.015 INFO STEP 961 (remove_files) COMPLETE
67422024-08-08T22:04:14.222Z[ recovery-image] Aug 08 22:04:12.015 INFO O| Aug 08 22:04:12.015 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-08-08T22:04:14.229Z[ recovery-image] Aug 08 22:04:12.025 INFO O| Aug 08 22:04:12.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
67442024-08-08T22:04:14.229Z[ recovery-image] Aug 08 22:04:12.025 INFO O| Aug 08 22:04:12.025 INFO STEP 962 (remove_files) COMPLETE
67452024-08-08T22:04:14.232Z[ recovery-image] Aug 08 22:04:12.025 INFO O| Aug 08 22:04:12.025 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-08-08T22:04:14.239Z[ recovery-image] Aug 08 22:04:12.035 INFO O| Aug 08 22:04:12.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
67472024-08-08T22:04:14.239Z[ recovery-image] Aug 08 22:04:12.035 INFO O| Aug 08 22:04:12.035 INFO STEP 963 (remove_files) COMPLETE
67482024-08-08T22:04:14.239Z[ recovery-image] Aug 08 22:04:12.035 INFO O| Aug 08 22:04:12.035 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-08-08T22:04:14.249Z[ recovery-image] Aug 08 22:04:12.046 INFO O| Aug 08 22:04:12.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
67502024-08-08T22:04:14.249Z[ recovery-image] Aug 08 22:04:12.046 INFO O| Aug 08 22:04:12.046 INFO STEP 964 (remove_files) COMPLETE
67512024-08-08T22:04:14.252Z[ recovery-image] Aug 08 22:04:12.046 INFO O| Aug 08 22:04:12.046 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-08-08T22:04:14.260Z[ recovery-image] Aug 08 22:04:12.056 INFO O| Aug 08 22:04:12.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
67532024-08-08T22:04:14.263Z[ recovery-image] Aug 08 22:04:12.056 INFO O| Aug 08 22:04:12.056 INFO STEP 965 (remove_files) COMPLETE
67542024-08-08T22:04:14.263Z[ recovery-image] Aug 08 22:04:12.056 INFO O| Aug 08 22:04:12.056 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-08-08T22:04:14.269Z[ recovery-image] Aug 08 22:04:12.065 INFO O| Aug 08 22:04:12.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
67562024-08-08T22:04:14.272Z[ recovery-image] Aug 08 22:04:12.065 INFO O| Aug 08 22:04:12.065 INFO STEP 966 (remove_files) COMPLETE
67572024-08-08T22:04:14.272Z[ recovery-image] Aug 08 22:04:12.066 INFO O| Aug 08 22:04:12.065 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-08-08T22:04:14.279Z[ recovery-image] Aug 08 22:04:12.075 INFO O| Aug 08 22:04:12.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
67592024-08-08T22:04:14.279Z[ recovery-image] Aug 08 22:04:12.075 INFO O| Aug 08 22:04:12.075 INFO STEP 967 (remove_files) COMPLETE
67602024-08-08T22:04:14.282Z[ recovery-image] Aug 08 22:04:12.075 INFO O| Aug 08 22:04:12.075 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-08-08T22:04:14.289Z[ recovery-image] Aug 08 22:04:12.085 INFO O| Aug 08 22:04:12.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
67622024-08-08T22:04:14.289Z[ recovery-image] Aug 08 22:04:12.085 INFO O| Aug 08 22:04:12.085 INFO STEP 968 (remove_files) COMPLETE
67632024-08-08T22:04:14.292Z[ recovery-image] Aug 08 22:04:12.085 INFO O| Aug 08 22:04:12.085 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-08-08T22:04:14.299Z[ recovery-image] Aug 08 22:04:12.094 INFO O| Aug 08 22:04:12.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
67652024-08-08T22:04:14.299Z[ recovery-image] Aug 08 22:04:12.094 INFO O| Aug 08 22:04:12.094 INFO STEP 969 (remove_files) COMPLETE
67662024-08-08T22:04:14.302Z[ recovery-image] Aug 08 22:04:12.095 INFO O| Aug 08 22:04:12.094 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-08-08T22:04:14.308Z[ recovery-image] Aug 08 22:04:12.104 INFO O| Aug 08 22:04:12.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
67682024-08-08T22:04:14.311Z[ recovery-image] Aug 08 22:04:12.104 INFO O| Aug 08 22:04:12.104 INFO STEP 970 (remove_files) COMPLETE
67692024-08-08T22:04:14.311Z[ recovery-image] Aug 08 22:04:12.104 INFO O| Aug 08 22:04:12.104 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-08-08T22:04:14.318Z[ recovery-image] Aug 08 22:04:12.114 INFO O| Aug 08 22:04:12.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
67712024-08-08T22:04:14.321Z[ recovery-image] Aug 08 22:04:12.114 INFO O| Aug 08 22:04:12.114 INFO STEP 971 (remove_files) COMPLETE
67722024-08-08T22:04:14.321Z[ recovery-image] Aug 08 22:04:12.114 INFO O| Aug 08 22:04:12.114 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-08-08T22:04:14.328Z[ recovery-image] Aug 08 22:04:12.123 INFO O| Aug 08 22:04:12.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
67742024-08-08T22:04:14.330Z[ recovery-image] Aug 08 22:04:12.123 INFO O| Aug 08 22:04:12.123 INFO STEP 972 (remove_files) COMPLETE
67752024-08-08T22:04:14.330Z[ recovery-image] Aug 08 22:04:12.124 INFO O| Aug 08 22:04:12.123 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-08-08T22:04:14.337Z[ recovery-image] Aug 08 22:04:12.133 INFO O| Aug 08 22:04:12.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
67772024-08-08T22:04:14.340Z[ recovery-image] Aug 08 22:04:12.133 INFO O| Aug 08 22:04:12.133 INFO STEP 973 (remove_files) COMPLETE
67782024-08-08T22:04:14.340Z[ recovery-image] Aug 08 22:04:12.133 INFO O| Aug 08 22:04:12.133 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-08-08T22:04:14.347Z[ recovery-image] Aug 08 22:04:12.143 INFO O| Aug 08 22:04:12.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
67802024-08-08T22:04:14.350Z[ recovery-image] Aug 08 22:04:12.143 INFO O| Aug 08 22:04:12.143 INFO STEP 974 (remove_files) COMPLETE
67812024-08-08T22:04:14.350Z[ recovery-image] Aug 08 22:04:12.143 INFO O| Aug 08 22:04:12.143 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-08-08T22:04:14.356Z[ recovery-image] Aug 08 22:04:12.152 INFO O| Aug 08 22:04:12.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
67832024-08-08T22:04:14.359Z[ recovery-image] Aug 08 22:04:12.152 INFO O| Aug 08 22:04:12.152 INFO STEP 975 (remove_files) COMPLETE
67842024-08-08T22:04:14.359Z[ recovery-image] Aug 08 22:04:12.152 INFO O| Aug 08 22:04:12.152 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-08-08T22:04:14.366Z[ recovery-image] Aug 08 22:04:12.162 INFO O| Aug 08 22:04:12.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
67862024-08-08T22:04:14.369Z[ recovery-image] Aug 08 22:04:12.162 INFO O| Aug 08 22:04:12.162 INFO STEP 976 (remove_files) COMPLETE
67872024-08-08T22:04:14.369Z[ recovery-image] Aug 08 22:04:12.162 INFO O| Aug 08 22:04:12.162 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-08-08T22:04:14.376Z[ recovery-image] Aug 08 22:04:12.172 INFO O| Aug 08 22:04:12.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
67892024-08-08T22:04:14.376Z[ recovery-image] Aug 08 22:04:12.172 INFO O| Aug 08 22:04:12.172 INFO STEP 977 (remove_files) COMPLETE
67902024-08-08T22:04:14.376Z[ recovery-image] Aug 08 22:04:12.172 INFO O| Aug 08 22:04:12.172 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-08-08T22:04:14.386Z[ recovery-image] Aug 08 22:04:12.182 INFO O| Aug 08 22:04:12.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
67922024-08-08T22:04:14.389Z[ recovery-image] Aug 08 22:04:12.182 INFO O| Aug 08 22:04:12.182 INFO STEP 978 (remove_files) COMPLETE
67932024-08-08T22:04:14.389Z[ recovery-image] Aug 08 22:04:12.182 INFO O| Aug 08 22:04:12.182 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-08-08T22:04:14.396Z[ recovery-image] Aug 08 22:04:12.192 INFO O| Aug 08 22:04:12.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
67952024-08-08T22:04:14.398Z[ recovery-image] Aug 08 22:04:12.192 INFO O| Aug 08 22:04:12.192 INFO STEP 979 (remove_files) COMPLETE
67962024-08-08T22:04:14.399Z[ recovery-image] Aug 08 22:04:12.192 INFO O| Aug 08 22:04:12.192 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-08-08T22:04:14.405Z[ recovery-image] Aug 08 22:04:12.202 INFO O| Aug 08 22:04:12.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
67982024-08-08T22:04:14.405Z[ recovery-image] Aug 08 22:04:12.202 INFO O| Aug 08 22:04:12.202 INFO STEP 980 (remove_files) COMPLETE
67992024-08-08T22:04:14.408Z[ recovery-image] Aug 08 22:04:12.202 INFO O| Aug 08 22:04:12.202 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-08-08T22:04:14.415Z[ recovery-image] Aug 08 22:04:12.211 INFO O| Aug 08 22:04:12.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68012024-08-08T22:04:14.418Z[ recovery-image] Aug 08 22:04:12.211 INFO O| Aug 08 22:04:12.211 INFO STEP 981 (remove_files) COMPLETE
68022024-08-08T22:04:14.419Z[ recovery-image] Aug 08 22:04:12.211 INFO O| Aug 08 22:04:12.211 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-08-08T22:04:14.425Z[ recovery-image] Aug 08 22:04:12.221 INFO O| Aug 08 22:04:12.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68042024-08-08T22:04:14.428Z[ recovery-image] Aug 08 22:04:12.221 INFO O| Aug 08 22:04:12.221 INFO STEP 982 (remove_files) COMPLETE
68052024-08-08T22:04:14.428Z[ recovery-image] Aug 08 22:04:12.221 INFO O| Aug 08 22:04:12.221 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-08-08T22:04:14.435Z[ recovery-image] Aug 08 22:04:12.231 INFO O| Aug 08 22:04:12.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68072024-08-08T22:04:14.437Z[ recovery-image] Aug 08 22:04:12.231 INFO O| Aug 08 22:04:12.231 INFO STEP 983 (remove_files) COMPLETE
68082024-08-08T22:04:14.437Z[ recovery-image] Aug 08 22:04:12.231 INFO O| Aug 08 22:04:12.231 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-08-08T22:04:14.444Z[ recovery-image] Aug 08 22:04:12.240 INFO O| Aug 08 22:04:12.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68102024-08-08T22:04:14.444Z[ recovery-image] Aug 08 22:04:12.240 INFO O| Aug 08 22:04:12.240 INFO STEP 984 (remove_files) COMPLETE
68112024-08-08T22:04:14.447Z[ recovery-image] Aug 08 22:04:12.240 INFO O| Aug 08 22:04:12.240 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-08-08T22:04:14.453Z[ recovery-image] Aug 08 22:04:12.250 INFO O| Aug 08 22:04:12.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68132024-08-08T22:04:14.453Z[ recovery-image] Aug 08 22:04:12.250 INFO O| Aug 08 22:04:12.250 INFO STEP 985 (remove_files) COMPLETE
68142024-08-08T22:04:14.457Z[ recovery-image] Aug 08 22:04:12.250 INFO O| Aug 08 22:04:12.250 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-08-08T22:04:14.464Z[ recovery-image] Aug 08 22:04:12.260 INFO O| Aug 08 22:04:12.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68162024-08-08T22:04:14.466Z[ recovery-image] Aug 08 22:04:12.260 INFO O| Aug 08 22:04:12.260 INFO STEP 986 (remove_files) COMPLETE
68172024-08-08T22:04:14.466Z[ recovery-image] Aug 08 22:04:12.260 INFO O| Aug 08 22:04:12.260 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-08-08T22:04:14.475Z[ recovery-image] Aug 08 22:04:12.270 INFO O| Aug 08 22:04:12.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68192024-08-08T22:04:14.475Z[ recovery-image] Aug 08 22:04:12.270 INFO O| Aug 08 22:04:12.270 INFO STEP 987 (remove_files) COMPLETE
68202024-08-08T22:04:14.475Z[ recovery-image] Aug 08 22:04:12.270 INFO O| Aug 08 22:04:12.270 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-08-08T22:04:14.483Z[ recovery-image] Aug 08 22:04:12.280 INFO O| Aug 08 22:04:12.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68222024-08-08T22:04:14.483Z[ recovery-image] Aug 08 22:04:12.280 INFO O| Aug 08 22:04:12.280 INFO STEP 988 (remove_files) COMPLETE
68232024-08-08T22:04:14.486Z[ recovery-image] Aug 08 22:04:12.280 INFO O| Aug 08 22:04:12.280 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-08-08T22:04:14.493Z[ recovery-image] Aug 08 22:04:12.289 INFO O| Aug 08 22:04:12.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68252024-08-08T22:04:14.496Z[ recovery-image] Aug 08 22:04:12.289 INFO O| Aug 08 22:04:12.289 INFO STEP 989 (remove_files) COMPLETE
68262024-08-08T22:04:14.496Z[ recovery-image] Aug 08 22:04:12.289 INFO O| Aug 08 22:04:12.289 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-08-08T22:04:14.506Z[ recovery-image] Aug 08 22:04:12.299 INFO O| Aug 08 22:04:12.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68282024-08-08T22:04:14.506Z[ recovery-image] Aug 08 22:04:12.299 INFO O| Aug 08 22:04:12.299 INFO STEP 990 (remove_files) COMPLETE
68292024-08-08T22:04:14.510Z[ recovery-image] Aug 08 22:04:12.299 INFO O| Aug 08 22:04:12.299 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-08-08T22:04:14.513Z[ recovery-image] Aug 08 22:04:12.308 INFO O| Aug 08 22:04:12.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
68312024-08-08T22:04:14.513Z[ recovery-image] Aug 08 22:04:12.309 INFO O| Aug 08 22:04:12.308 INFO STEP 991 (remove_files) COMPLETE
68322024-08-08T22:04:14.513Z[ recovery-image] Aug 08 22:04:12.309 INFO O| Aug 08 22:04:12.308 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-08-08T22:04:14.523Z[ recovery-image] Aug 08 22:04:12.318 INFO O| Aug 08 22:04:12.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
68342024-08-08T22:04:14.523Z[ recovery-image] Aug 08 22:04:12.318 INFO O| Aug 08 22:04:12.318 INFO STEP 992 (remove_files) COMPLETE
68352024-08-08T22:04:14.526Z[ recovery-image] Aug 08 22:04:12.318 INFO O| Aug 08 22:04:12.318 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-08-08T22:04:14.532Z[ recovery-image] Aug 08 22:04:12.328 INFO O| Aug 08 22:04:12.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
68372024-08-08T22:04:14.532Z[ recovery-image] Aug 08 22:04:12.328 INFO O| Aug 08 22:04:12.328 INFO STEP 993 (remove_files) COMPLETE
68382024-08-08T22:04:14.536Z[ recovery-image] Aug 08 22:04:12.328 INFO O| Aug 08 22:04:12.328 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-08-08T22:04:14.541Z[ recovery-image] Aug 08 22:04:12.337 INFO O| Aug 08 22:04:12.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
68402024-08-08T22:04:14.541Z[ recovery-image] Aug 08 22:04:12.337 INFO O| Aug 08 22:04:12.337 INFO STEP 994 (remove_files) COMPLETE
68412024-08-08T22:04:14.541Z[ recovery-image] Aug 08 22:04:12.337 INFO O| Aug 08 22:04:12.337 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-08-08T22:04:14.552Z[ recovery-image] Aug 08 22:04:12.347 INFO O| Aug 08 22:04:12.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
68432024-08-08T22:04:14.552Z[ recovery-image] Aug 08 22:04:12.347 INFO O| Aug 08 22:04:12.347 INFO STEP 995 (remove_files) COMPLETE
68442024-08-08T22:04:14.552Z[ recovery-image] Aug 08 22:04:12.347 INFO O| Aug 08 22:04:12.347 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-08-08T22:04:14.560Z[ recovery-image] Aug 08 22:04:12.356 INFO O| Aug 08 22:04:12.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
68462024-08-08T22:04:14.560Z[ recovery-image] Aug 08 22:04:12.356 INFO O| Aug 08 22:04:12.356 INFO STEP 996 (remove_files) COMPLETE
68472024-08-08T22:04:14.563Z[ recovery-image] Aug 08 22:04:12.356 INFO O| Aug 08 22:04:12.356 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-08-08T22:04:14.571Z[ recovery-image] Aug 08 22:04:12.366 INFO O| Aug 08 22:04:12.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
68492024-08-08T22:04:14.571Z[ recovery-image] Aug 08 22:04:12.366 INFO O| Aug 08 22:04:12.366 INFO STEP 997 (remove_files) COMPLETE
68502024-08-08T22:04:14.571Z[ recovery-image] Aug 08 22:04:12.366 INFO O| Aug 08 22:04:12.366 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-08-08T22:04:14.580Z[ recovery-image] Aug 08 22:04:12.375 INFO O| Aug 08 22:04:12.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
68522024-08-08T22:04:14.580Z[ recovery-image] Aug 08 22:04:12.375 INFO O| Aug 08 22:04:12.375 INFO STEP 998 (remove_files) COMPLETE
68532024-08-08T22:04:14.580Z[ recovery-image] Aug 08 22:04:12.375 INFO O| Aug 08 22:04:12.375 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-08-08T22:04:14.589Z[ recovery-image] Aug 08 22:04:12.385 INFO O| Aug 08 22:04:12.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
68552024-08-08T22:04:14.589Z[ recovery-image] Aug 08 22:04:12.385 INFO O| Aug 08 22:04:12.385 INFO STEP 999 (remove_files) COMPLETE
68562024-08-08T22:04:14.589Z[ recovery-image] Aug 08 22:04:12.385 INFO O| Aug 08 22:04:12.385 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-08-08T22:04:14.599Z[ recovery-image] Aug 08 22:04:12.394 INFO O| Aug 08 22:04:12.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
68582024-08-08T22:04:14.599Z[ recovery-image] Aug 08 22:04:12.395 INFO O| Aug 08 22:04:12.394 INFO STEP 1000 (remove_files) COMPLETE
68592024-08-08T22:04:14.599Z[ recovery-image] Aug 08 22:04:12.395 INFO O| Aug 08 22:04:12.395 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-08-08T22:04:14.608Z[ recovery-image] Aug 08 22:04:12.404 INFO O| Aug 08 22:04:12.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
68612024-08-08T22:04:14.608Z[ recovery-image] Aug 08 22:04:12.404 INFO O| Aug 08 22:04:12.404 INFO STEP 1001 (remove_files) COMPLETE
68622024-08-08T22:04:14.611Z[ recovery-image] Aug 08 22:04:12.404 INFO O| Aug 08 22:04:12.404 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-08-08T22:04:14.618Z[ recovery-image] Aug 08 22:04:12.413 INFO O| Aug 08 22:04:12.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
68642024-08-08T22:04:14.618Z[ recovery-image] Aug 08 22:04:12.414 INFO O| Aug 08 22:04:12.413 INFO STEP 1002 (remove_files) COMPLETE
68652024-08-08T22:04:14.618Z[ recovery-image] Aug 08 22:04:12.414 INFO O| Aug 08 22:04:12.414 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-08-08T22:04:14.627Z[ recovery-image] Aug 08 22:04:12.423 INFO O| Aug 08 22:04:12.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
68672024-08-08T22:04:14.627Z[ recovery-image] Aug 08 22:04:12.423 INFO O| Aug 08 22:04:12.423 INFO STEP 1003 (remove_files) COMPLETE
68682024-08-08T22:04:14.630Z[ recovery-image] Aug 08 22:04:12.423 INFO O| Aug 08 22:04:12.423 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-08-08T22:04:14.637Z[ recovery-image] Aug 08 22:04:12.434 INFO O| Aug 08 22:04:12.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
68702024-08-08T22:04:14.637Z[ recovery-image] Aug 08 22:04:12.434 INFO O| Aug 08 22:04:12.434 INFO STEP 1004 (remove_files) COMPLETE
68712024-08-08T22:04:14.640Z[ recovery-image] Aug 08 22:04:12.434 INFO O| Aug 08 22:04:12.434 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-08-08T22:04:14.647Z[ recovery-image] Aug 08 22:04:12.443 INFO O| Aug 08 22:04:12.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
68732024-08-08T22:04:14.648Z[ recovery-image] Aug 08 22:04:12.444 INFO O| Aug 08 22:04:12.444 INFO STEP 1005 (remove_files) COMPLETE
68742024-08-08T22:04:14.650Z[ recovery-image] Aug 08 22:04:12.444 INFO O| Aug 08 22:04:12.444 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-08-08T22:04:14.657Z[ recovery-image] Aug 08 22:04:12.453 INFO O| Aug 08 22:04:12.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
68762024-08-08T22:04:14.657Z[ recovery-image] Aug 08 22:04:12.454 INFO O| Aug 08 22:04:12.453 INFO STEP 1006 (remove_files) COMPLETE
68772024-08-08T22:04:14.657Z[ recovery-image] Aug 08 22:04:12.454 INFO O| Aug 08 22:04:12.454 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-08-08T22:04:14.667Z[ recovery-image] Aug 08 22:04:12.463 INFO O| Aug 08 22:04:12.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
68792024-08-08T22:04:14.667Z[ recovery-image] Aug 08 22:04:12.463 INFO O| Aug 08 22:04:12.463 INFO STEP 1007 (remove_files) COMPLETE
68802024-08-08T22:04:14.670Z[ recovery-image] Aug 08 22:04:12.463 INFO O| Aug 08 22:04:12.463 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-08-08T22:04:14.676Z[ recovery-image] Aug 08 22:04:12.473 INFO O| Aug 08 22:04:12.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
68822024-08-08T22:04:14.677Z[ recovery-image] Aug 08 22:04:12.473 INFO O| Aug 08 22:04:12.473 INFO STEP 1008 (remove_files) COMPLETE
68832024-08-08T22:04:14.677Z[ recovery-image] Aug 08 22:04:12.473 INFO O| Aug 08 22:04:12.473 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-08-08T22:04:14.687Z[ recovery-image] Aug 08 22:04:12.482 INFO O| Aug 08 22:04:12.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
68852024-08-08T22:04:14.690Z[ recovery-image] Aug 08 22:04:12.482 INFO O| Aug 08 22:04:12.482 INFO STEP 1009 (remove_files) COMPLETE
68862024-08-08T22:04:14.690Z[ recovery-image] Aug 08 22:04:12.482 INFO O| Aug 08 22:04:12.482 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-08-08T22:04:14.695Z[ recovery-image] Aug 08 22:04:12.491 INFO O| Aug 08 22:04:12.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
68882024-08-08T22:04:14.695Z[ recovery-image] Aug 08 22:04:12.491 INFO O| Aug 08 22:04:12.491 INFO STEP 1010 (remove_files) COMPLETE
68892024-08-08T22:04:14.698Z[ recovery-image] Aug 08 22:04:12.491 INFO O| Aug 08 22:04:12.491 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-08-08T22:04:14.705Z[ recovery-image] Aug 08 22:04:12.501 INFO O| Aug 08 22:04:12.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
68912024-08-08T22:04:14.710Z[ recovery-image] Aug 08 22:04:12.501 INFO O| Aug 08 22:04:12.501 INFO STEP 1011 (remove_files) COMPLETE
68922024-08-08T22:04:14.710Z[ recovery-image] Aug 08 22:04:12.501 INFO O| Aug 08 22:04:12.501 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-08-08T22:04:14.714Z[ recovery-image] Aug 08 22:04:12.510 INFO O| Aug 08 22:04:12.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
68942024-08-08T22:04:14.717Z[ recovery-image] Aug 08 22:04:12.510 INFO O| Aug 08 22:04:12.510 INFO STEP 1012 (remove_files) COMPLETE
68952024-08-08T22:04:14.717Z[ recovery-image] Aug 08 22:04:12.510 INFO O| Aug 08 22:04:12.510 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-08-08T22:04:14.725Z[ recovery-image] Aug 08 22:04:12.520 INFO O| Aug 08 22:04:12.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
68972024-08-08T22:04:14.725Z[ recovery-image] Aug 08 22:04:12.520 INFO O| Aug 08 22:04:12.520 INFO STEP 1013 (remove_files) COMPLETE
68982024-08-08T22:04:14.725Z[ recovery-image] Aug 08 22:04:12.520 INFO O| Aug 08 22:04:12.520 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-08-08T22:04:14.733Z[ recovery-image] Aug 08 22:04:12.529 INFO O| Aug 08 22:04:12.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69002024-08-08T22:04:14.736Z[ recovery-image] Aug 08 22:04:12.529 INFO O| Aug 08 22:04:12.529 INFO STEP 1014 (remove_files) COMPLETE
69012024-08-08T22:04:14.736Z[ recovery-image] Aug 08 22:04:12.529 INFO O| Aug 08 22:04:12.529 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-08-08T22:04:14.743Z[ recovery-image] Aug 08 22:04:12.539 INFO O| Aug 08 22:04:12.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69032024-08-08T22:04:14.743Z[ recovery-image] Aug 08 22:04:12.539 INFO O| Aug 08 22:04:12.539 INFO STEP 1015 (remove_files) COMPLETE
69042024-08-08T22:04:14.746Z[ recovery-image] Aug 08 22:04:12.539 INFO O| Aug 08 22:04:12.539 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-08-08T22:04:14.753Z[ recovery-image] Aug 08 22:04:12.549 INFO O| Aug 08 22:04:12.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69062024-08-08T22:04:14.756Z[ recovery-image] Aug 08 22:04:12.549 INFO O| Aug 08 22:04:12.549 INFO STEP 1016 (remove_files) COMPLETE
69072024-08-08T22:04:14.756Z[ recovery-image] Aug 08 22:04:12.549 INFO O| Aug 08 22:04:12.549 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-08-08T22:04:14.763Z[ recovery-image] Aug 08 22:04:12.559 INFO O| Aug 08 22:04:12.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69092024-08-08T22:04:14.766Z[ recovery-image] Aug 08 22:04:12.559 INFO O| Aug 08 22:04:12.559 INFO STEP 1017 (remove_files) COMPLETE
69102024-08-08T22:04:14.766Z[ recovery-image] Aug 08 22:04:12.559 INFO O| Aug 08 22:04:12.559 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-08-08T22:04:14.773Z[ recovery-image] Aug 08 22:04:12.569 INFO O| Aug 08 22:04:12.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69122024-08-08T22:04:14.775Z[ recovery-image] Aug 08 22:04:12.569 INFO O| Aug 08 22:04:12.569 INFO STEP 1018 (remove_files) COMPLETE
69132024-08-08T22:04:14.775Z[ recovery-image] Aug 08 22:04:12.569 INFO O| Aug 08 22:04:12.569 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-08-08T22:04:14.783Z[ recovery-image] Aug 08 22:04:12.579 INFO O| Aug 08 22:04:12.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69152024-08-08T22:04:14.786Z[ recovery-image] Aug 08 22:04:12.579 INFO O| Aug 08 22:04:12.579 INFO STEP 1019 (remove_files) COMPLETE
69162024-08-08T22:04:14.786Z[ recovery-image] Aug 08 22:04:12.579 INFO O| Aug 08 22:04:12.579 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-08-08T22:04:14.793Z[ recovery-image] Aug 08 22:04:12.589 INFO O| Aug 08 22:04:12.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69182024-08-08T22:04:14.796Z[ recovery-image] Aug 08 22:04:12.589 INFO O| Aug 08 22:04:12.589 INFO STEP 1020 (remove_files) COMPLETE
69192024-08-08T22:04:14.796Z[ recovery-image] Aug 08 22:04:12.589 INFO O| Aug 08 22:04:12.589 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-08-08T22:04:14.803Z[ recovery-image] Aug 08 22:04:12.599 INFO O| Aug 08 22:04:12.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69212024-08-08T22:04:14.806Z[ recovery-image] Aug 08 22:04:12.599 INFO O| Aug 08 22:04:12.599 INFO STEP 1021 (remove_files) COMPLETE
69222024-08-08T22:04:14.806Z[ recovery-image] Aug 08 22:04:12.599 INFO O| Aug 08 22:04:12.599 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-08-08T22:04:14.813Z[ recovery-image] Aug 08 22:04:12.609 INFO O| Aug 08 22:04:12.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69242024-08-08T22:04:14.813Z[ recovery-image] Aug 08 22:04:12.609 INFO O| Aug 08 22:04:12.609 INFO STEP 1022 (remove_files) COMPLETE
69252024-08-08T22:04:14.815Z[ recovery-image] Aug 08 22:04:12.609 INFO O| Aug 08 22:04:12.609 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-08-08T22:04:14.822Z[ recovery-image] Aug 08 22:04:12.618 INFO O| Aug 08 22:04:12.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
69272024-08-08T22:04:14.822Z[ recovery-image] Aug 08 22:04:12.618 INFO O| Aug 08 22:04:12.618 INFO STEP 1023 (remove_files) COMPLETE
69282024-08-08T22:04:14.822Z[ recovery-image] Aug 08 22:04:12.618 INFO O| Aug 08 22:04:12.618 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-08-08T22:04:14.832Z[ recovery-image] Aug 08 22:04:12.628 INFO O| Aug 08 22:04:12.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
69302024-08-08T22:04:14.832Z[ recovery-image] Aug 08 22:04:12.628 INFO O| Aug 08 22:04:12.628 INFO STEP 1024 (remove_files) COMPLETE
69312024-08-08T22:04:14.832Z[ recovery-image] Aug 08 22:04:12.628 INFO O| Aug 08 22:04:12.628 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-08-08T22:04:14.841Z[ recovery-image] Aug 08 22:04:12.637 INFO O| Aug 08 22:04:12.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
69332024-08-08T22:04:14.841Z[ recovery-image] Aug 08 22:04:12.637 INFO O| Aug 08 22:04:12.637 INFO STEP 1025 (remove_files) COMPLETE
69342024-08-08T22:04:14.844Z[ recovery-image] Aug 08 22:04:12.637 INFO O| Aug 08 22:04:12.637 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-08-08T22:04:14.851Z[ recovery-image] Aug 08 22:04:12.647 INFO O| Aug 08 22:04:12.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
69362024-08-08T22:04:14.854Z[ recovery-image] Aug 08 22:04:12.647 INFO O| Aug 08 22:04:12.647 INFO STEP 1026 (remove_files) COMPLETE
69372024-08-08T22:04:14.854Z[ recovery-image] Aug 08 22:04:12.647 INFO O| Aug 08 22:04:12.647 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-08-08T22:04:14.861Z[ recovery-image] Aug 08 22:04:12.657 INFO O| Aug 08 22:04:12.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
69392024-08-08T22:04:14.863Z[ recovery-image] Aug 08 22:04:12.657 INFO O| Aug 08 22:04:12.657 INFO STEP 1027 (remove_files) COMPLETE
69402024-08-08T22:04:14.863Z[ recovery-image] Aug 08 22:04:12.657 INFO O| Aug 08 22:04:12.657 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-08-08T22:04:14.871Z[ recovery-image] Aug 08 22:04:12.667 INFO O| Aug 08 22:04:12.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
69422024-08-08T22:04:14.871Z[ recovery-image] Aug 08 22:04:12.667 INFO O| Aug 08 22:04:12.667 INFO STEP 1028 (remove_files) COMPLETE
69432024-08-08T22:04:14.875Z[ recovery-image] Aug 08 22:04:12.667 INFO O| Aug 08 22:04:12.667 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-08-08T22:04:14.881Z[ recovery-image] Aug 08 22:04:12.676 INFO O| Aug 08 22:04:12.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
69452024-08-08T22:04:14.881Z[ recovery-image] Aug 08 22:04:12.676 INFO O| Aug 08 22:04:12.676 INFO STEP 1029 (remove_files) COMPLETE
69462024-08-08T22:04:14.884Z[ recovery-image] Aug 08 22:04:12.677 INFO O| Aug 08 22:04:12.676 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-08-08T22:04:14.890Z[ recovery-image] Aug 08 22:04:12.686 INFO O| Aug 08 22:04:12.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
69482024-08-08T22:04:14.890Z[ recovery-image] Aug 08 22:04:12.686 INFO O| Aug 08 22:04:12.686 INFO STEP 1030 (remove_files) COMPLETE
69492024-08-08T22:04:14.890Z[ recovery-image] Aug 08 22:04:12.686 INFO O| Aug 08 22:04:12.686 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-08-08T22:04:14.899Z[ recovery-image] Aug 08 22:04:12.696 INFO O| Aug 08 22:04:12.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
69512024-08-08T22:04:14.900Z[ recovery-image] Aug 08 22:04:12.696 INFO O| Aug 08 22:04:12.696 INFO STEP 1031 (remove_files) COMPLETE
69522024-08-08T22:04:14.900Z[ recovery-image] Aug 08 22:04:12.696 INFO O| Aug 08 22:04:12.696 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-08-08T22:04:14.909Z[ recovery-image] Aug 08 22:04:12.705 INFO O| Aug 08 22:04:12.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
69542024-08-08T22:04:14.913Z[ recovery-image] Aug 08 22:04:12.705 INFO O| Aug 08 22:04:12.705 INFO STEP 1032 (remove_files) COMPLETE
69552024-08-08T22:04:14.913Z[ recovery-image] Aug 08 22:04:12.705 INFO O| Aug 08 22:04:12.705 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-08-08T22:04:14.919Z[ recovery-image] Aug 08 22:04:12.714 INFO O| Aug 08 22:04:12.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
69572024-08-08T22:04:14.922Z[ recovery-image] Aug 08 22:04:12.715 INFO O| Aug 08 22:04:12.715 INFO STEP 1033 (remove_files) COMPLETE
69582024-08-08T22:04:14.922Z[ recovery-image] Aug 08 22:04:12.715 INFO O| Aug 08 22:04:12.715 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-08-08T22:04:14.928Z[ recovery-image] Aug 08 22:04:12.724 INFO O| Aug 08 22:04:12.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
69602024-08-08T22:04:14.932Z[ recovery-image] Aug 08 22:04:12.724 INFO O| Aug 08 22:04:12.724 INFO STEP 1034 (remove_files) COMPLETE
69612024-08-08T22:04:14.932Z[ recovery-image] Aug 08 22:04:12.724 INFO O| Aug 08 22:04:12.724 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-08-08T22:04:14.938Z[ recovery-image] Aug 08 22:04:12.734 INFO O| Aug 08 22:04:12.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
69632024-08-08T22:04:14.939Z[ recovery-image] Aug 08 22:04:12.734 INFO O| Aug 08 22:04:12.734 INFO STEP 1035 (remove_files) COMPLETE
69642024-08-08T22:04:14.941Z[ recovery-image] Aug 08 22:04:12.734 INFO O| Aug 08 22:04:12.734 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-08-08T22:04:14.948Z[ recovery-image] Aug 08 22:04:12.744 INFO O| Aug 08 22:04:12.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
69662024-08-08T22:04:14.948Z[ recovery-image] Aug 08 22:04:12.744 INFO O| Aug 08 22:04:12.744 INFO STEP 1036 (remove_files) COMPLETE
69672024-08-08T22:04:14.948Z[ recovery-image] Aug 08 22:04:12.744 INFO O| Aug 08 22:04:12.744 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-08-08T22:04:14.959Z[ recovery-image] Aug 08 22:04:12.754 INFO O| Aug 08 22:04:12.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
69692024-08-08T22:04:14.962Z[ recovery-image] Aug 08 22:04:12.754 INFO O| Aug 08 22:04:12.754 INFO STEP 1037 (remove_files) COMPLETE
69702024-08-08T22:04:14.962Z[ recovery-image] Aug 08 22:04:12.754 INFO O| Aug 08 22:04:12.754 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-08-08T22:04:14.968Z[ recovery-image] Aug 08 22:04:12.764 INFO O| Aug 08 22:04:12.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
69722024-08-08T22:04:14.971Z[ recovery-image] Aug 08 22:04:12.764 INFO O| Aug 08 22:04:12.764 INFO STEP 1038 (remove_files) COMPLETE
69732024-08-08T22:04:14.971Z[ recovery-image] Aug 08 22:04:12.764 INFO O| Aug 08 22:04:12.764 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-08-08T22:04:14.978Z[ recovery-image] Aug 08 22:04:12.774 INFO O| Aug 08 22:04:12.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
69752024-08-08T22:04:14.978Z[ recovery-image] Aug 08 22:04:12.774 INFO O| Aug 08 22:04:12.774 INFO STEP 1039 (remove_files) COMPLETE
69762024-08-08T22:04:14.978Z[ recovery-image] Aug 08 22:04:12.774 INFO O| Aug 08 22:04:12.774 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-08-08T22:04:14.988Z[ recovery-image] Aug 08 22:04:12.783 INFO O| Aug 08 22:04:12.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
69782024-08-08T22:04:14.988Z[ recovery-image] Aug 08 22:04:12.783 INFO O| Aug 08 22:04:12.783 INFO STEP 1040 (remove_files) COMPLETE
69792024-08-08T22:04:14.990Z[ recovery-image] Aug 08 22:04:12.784 INFO O| Aug 08 22:04:12.783 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-08-08T22:04:14.997Z[ recovery-image] Aug 08 22:04:12.793 INFO O| Aug 08 22:04:12.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
69812024-08-08T22:04:15.000Z[ recovery-image] Aug 08 22:04:12.793 INFO O| Aug 08 22:04:12.793 INFO STEP 1041 (remove_files) COMPLETE
69822024-08-08T22:04:15.000Z[ recovery-image] Aug 08 22:04:12.793 INFO O| Aug 08 22:04:12.793 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-08-08T22:04:15.007Z[ recovery-image] Aug 08 22:04:12.803 INFO O| Aug 08 22:04:12.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
69842024-08-08T22:04:15.009Z[ recovery-image] Aug 08 22:04:12.803 INFO O| Aug 08 22:04:12.803 INFO STEP 1042 (remove_files) COMPLETE
69852024-08-08T22:04:15.009Z[ recovery-image] Aug 08 22:04:12.803 INFO O| Aug 08 22:04:12.803 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-08-08T22:04:15.016Z[ recovery-image] Aug 08 22:04:12.813 INFO O| Aug 08 22:04:12.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
69872024-08-08T22:04:15.019Z[ recovery-image] Aug 08 22:04:12.813 INFO O| Aug 08 22:04:12.813 INFO STEP 1043 (remove_files) COMPLETE
69882024-08-08T22:04:15.019Z[ recovery-image] Aug 08 22:04:12.813 INFO O| Aug 08 22:04:12.813 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-08-08T22:04:15.026Z[ recovery-image] Aug 08 22:04:12.822 INFO O| Aug 08 22:04:12.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
69902024-08-08T22:04:15.026Z[ recovery-image] Aug 08 22:04:12.822 INFO O| Aug 08 22:04:12.822 INFO STEP 1044 (remove_files) COMPLETE
69912024-08-08T22:04:15.029Z[ recovery-image] Aug 08 22:04:12.822 INFO O| Aug 08 22:04:12.822 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-08-08T22:04:15.036Z[ recovery-image] Aug 08 22:04:12.832 INFO O| Aug 08 22:04:12.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
69932024-08-08T22:04:15.036Z[ recovery-image] Aug 08 22:04:12.832 INFO O| Aug 08 22:04:12.832 INFO STEP 1045 (remove_files) COMPLETE
69942024-08-08T22:04:15.036Z[ recovery-image] Aug 08 22:04:12.832 INFO O| Aug 08 22:04:12.832 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-08-08T22:04:15.046Z[ recovery-image] Aug 08 22:04:12.842 INFO O| Aug 08 22:04:12.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
69962024-08-08T22:04:15.046Z[ recovery-image] Aug 08 22:04:12.842 INFO O| Aug 08 22:04:12.842 INFO STEP 1046 (remove_files) COMPLETE
69972024-08-08T22:04:15.048Z[ recovery-image] Aug 08 22:04:12.842 INFO O| Aug 08 22:04:12.842 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-08-08T22:04:15.055Z[ recovery-image] Aug 08 22:04:12.851 INFO O| Aug 08 22:04:12.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
69992024-08-08T22:04:15.055Z[ recovery-image] Aug 08 22:04:12.851 INFO O| Aug 08 22:04:12.851 INFO STEP 1047 (remove_files) COMPLETE
70002024-08-08T22:04:15.058Z[ recovery-image] Aug 08 22:04:12.851 INFO O| Aug 08 22:04:12.851 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-08-08T22:04:15.065Z[ recovery-image] Aug 08 22:04:12.861 INFO O| Aug 08 22:04:12.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70022024-08-08T22:04:15.065Z[ recovery-image] Aug 08 22:04:12.861 INFO O| Aug 08 22:04:12.861 INFO STEP 1048 (remove_files) COMPLETE
70032024-08-08T22:04:15.068Z[ recovery-image] Aug 08 22:04:12.861 INFO O| Aug 08 22:04:12.861 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-08-08T22:04:15.075Z[ recovery-image] Aug 08 22:04:12.871 INFO O| Aug 08 22:04:12.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70052024-08-08T22:04:15.075Z[ recovery-image] Aug 08 22:04:12.871 INFO O| Aug 08 22:04:12.871 INFO STEP 1049 (remove_files) COMPLETE
70062024-08-08T22:04:15.077Z[ recovery-image] Aug 08 22:04:12.871 INFO O| Aug 08 22:04:12.871 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-08-08T22:04:15.084Z[ recovery-image] Aug 08 22:04:12.880 INFO O| Aug 08 22:04:12.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70082024-08-08T22:04:15.084Z[ recovery-image] Aug 08 22:04:12.880 INFO O| Aug 08 22:04:12.880 INFO STEP 1050 (remove_files) COMPLETE
70092024-08-08T22:04:15.087Z[ recovery-image] Aug 08 22:04:12.880 INFO O| Aug 08 22:04:12.880 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-08-08T22:04:15.094Z[ recovery-image] Aug 08 22:04:12.890 INFO O| Aug 08 22:04:12.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70112024-08-08T22:04:15.097Z[ recovery-image] Aug 08 22:04:12.890 INFO O| Aug 08 22:04:12.890 INFO STEP 1051 (remove_files) COMPLETE
70122024-08-08T22:04:15.097Z[ recovery-image] Aug 08 22:04:12.890 INFO O| Aug 08 22:04:12.890 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-08-08T22:04:15.104Z[ recovery-image] Aug 08 22:04:12.900 INFO O| Aug 08 22:04:12.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70142024-08-08T22:04:15.104Z[ recovery-image] Aug 08 22:04:12.900 INFO O| Aug 08 22:04:12.900 INFO STEP 1052 (remove_files) COMPLETE
70152024-08-08T22:04:15.104Z[ recovery-image] Aug 08 22:04:12.900 INFO O| Aug 08 22:04:12.900 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-08-08T22:04:15.113Z[ recovery-image] Aug 08 22:04:12.909 INFO O| Aug 08 22:04:12.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70172024-08-08T22:04:15.116Z[ recovery-image] Aug 08 22:04:12.909 INFO O| Aug 08 22:04:12.909 INFO STEP 1053 (remove_files) COMPLETE
70182024-08-08T22:04:15.116Z[ recovery-image] Aug 08 22:04:12.909 INFO O| Aug 08 22:04:12.909 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-08-08T22:04:15.123Z[ recovery-image] Aug 08 22:04:12.919 INFO O| Aug 08 22:04:12.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70202024-08-08T22:04:15.126Z[ recovery-image] Aug 08 22:04:12.919 INFO O| Aug 08 22:04:12.919 INFO STEP 1054 (remove_files) COMPLETE
70212024-08-08T22:04:15.126Z[ recovery-image] Aug 08 22:04:12.919 INFO O| Aug 08 22:04:12.919 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-08-08T22:04:15.133Z[ recovery-image] Aug 08 22:04:12.929 INFO O| Aug 08 22:04:12.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70232024-08-08T22:04:15.133Z[ recovery-image] Aug 08 22:04:12.929 INFO O| Aug 08 22:04:12.929 INFO STEP 1055 (remove_files) COMPLETE
70242024-08-08T22:04:15.135Z[ recovery-image] Aug 08 22:04:12.929 INFO O| Aug 08 22:04:12.929 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-08-08T22:04:15.142Z[ recovery-image] Aug 08 22:04:12.938 INFO O| Aug 08 22:04:12.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
70262024-08-08T22:04:15.145Z[ recovery-image] Aug 08 22:04:12.939 INFO O| Aug 08 22:04:12.938 INFO STEP 1056 (remove_files) COMPLETE
70272024-08-08T22:04:15.145Z[ recovery-image] Aug 08 22:04:12.939 INFO O| Aug 08 22:04:12.939 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-08-08T22:04:15.152Z[ recovery-image] Aug 08 22:04:12.948 INFO O| Aug 08 22:04:12.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
70292024-08-08T22:04:15.155Z[ recovery-image] Aug 08 22:04:12.948 INFO O| Aug 08 22:04:12.948 INFO STEP 1057 (remove_files) COMPLETE
70302024-08-08T22:04:15.155Z[ recovery-image] Aug 08 22:04:12.948 INFO O| Aug 08 22:04:12.948 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-08-08T22:04:15.162Z[ recovery-image] Aug 08 22:04:12.958 INFO O| Aug 08 22:04:12.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
70322024-08-08T22:04:15.165Z[ recovery-image] Aug 08 22:04:12.958 INFO O| Aug 08 22:04:12.958 INFO STEP 1058 (remove_files) COMPLETE
70332024-08-08T22:04:15.165Z[ recovery-image] Aug 08 22:04:12.958 INFO O| Aug 08 22:04:12.958 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-08-08T22:04:15.171Z[ recovery-image] Aug 08 22:04:12.967 INFO O| Aug 08 22:04:12.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
70352024-08-08T22:04:15.174Z[ recovery-image] Aug 08 22:04:12.968 INFO O| Aug 08 22:04:12.968 INFO STEP 1059 (remove_files) COMPLETE
70362024-08-08T22:04:15.174Z[ recovery-image] Aug 08 22:04:12.968 INFO O| Aug 08 22:04:12.968 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-08-08T22:04:15.181Z[ recovery-image] Aug 08 22:04:12.977 INFO O| Aug 08 22:04:12.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
70382024-08-08T22:04:15.181Z[ recovery-image] Aug 08 22:04:12.977 INFO O| Aug 08 22:04:12.977 INFO STEP 1060 (remove_files) COMPLETE
70392024-08-08T22:04:15.184Z[ recovery-image] Aug 08 22:04:12.977 INFO O| Aug 08 22:04:12.977 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-08-08T22:04:15.191Z[ recovery-image] Aug 08 22:04:12.987 INFO O| Aug 08 22:04:12.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
70412024-08-08T22:04:15.191Z[ recovery-image] Aug 08 22:04:12.987 INFO O| Aug 08 22:04:12.987 INFO STEP 1061 (remove_files) COMPLETE
70422024-08-08T22:04:15.193Z[ recovery-image] Aug 08 22:04:12.987 INFO O| Aug 08 22:04:12.987 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-08-08T22:04:15.200Z[ recovery-image] Aug 08 22:04:12.996 INFO O| Aug 08 22:04:12.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
70442024-08-08T22:04:15.200Z[ recovery-image] Aug 08 22:04:12.996 INFO O| Aug 08 22:04:12.996 INFO STEP 1062 (remove_files) COMPLETE
70452024-08-08T22:04:15.200Z[ recovery-image] Aug 08 22:04:12.996 INFO O| Aug 08 22:04:12.996 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-08-08T22:04:15.210Z[ recovery-image] Aug 08 22:04:13.006 INFO O| Aug 08 22:04:13.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
70472024-08-08T22:04:15.210Z[ recovery-image] Aug 08 22:04:13.006 INFO O| Aug 08 22:04:13.006 INFO STEP 1063 (remove_files) COMPLETE
70482024-08-08T22:04:15.210Z[ recovery-image] Aug 08 22:04:13.006 INFO O| Aug 08 22:04:13.006 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-08-08T22:04:15.220Z[ recovery-image] Aug 08 22:04:13.016 INFO O| Aug 08 22:04:13.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
70502024-08-08T22:04:15.220Z[ recovery-image] Aug 08 22:04:13.016 INFO O| Aug 08 22:04:13.016 INFO STEP 1064 (remove_files) COMPLETE
70512024-08-08T22:04:15.222Z[ recovery-image] Aug 08 22:04:13.016 INFO O| Aug 08 22:04:13.016 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-08-08T22:04:15.230Z[ recovery-image] Aug 08 22:04:13.026 INFO O| Aug 08 22:04:13.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
70532024-08-08T22:04:15.230Z[ recovery-image] Aug 08 22:04:13.026 INFO O| Aug 08 22:04:13.026 INFO STEP 1065 (remove_files) COMPLETE
70542024-08-08T22:04:15.232Z[ recovery-image] Aug 08 22:04:13.026 INFO O| Aug 08 22:04:13.026 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-08-08T22:04:15.240Z[ recovery-image] Aug 08 22:04:13.036 INFO O| Aug 08 22:04:13.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
70562024-08-08T22:04:15.243Z[ recovery-image] Aug 08 22:04:13.036 INFO O| Aug 08 22:04:13.036 INFO STEP 1066 (remove_files) COMPLETE
70572024-08-08T22:04:15.243Z[ recovery-image] Aug 08 22:04:13.036 INFO O| Aug 08 22:04:13.036 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-08-08T22:04:15.249Z[ recovery-image] Aug 08 22:04:13.045 INFO O| Aug 08 22:04:13.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
70592024-08-08T22:04:15.252Z[ recovery-image] Aug 08 22:04:13.045 INFO O| Aug 08 22:04:13.045 INFO STEP 1067 (remove_files) COMPLETE
70602024-08-08T22:04:15.252Z[ recovery-image] Aug 08 22:04:13.045 INFO O| Aug 08 22:04:13.045 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-08-08T22:04:15.259Z[ recovery-image] Aug 08 22:04:13.055 INFO O| Aug 08 22:04:13.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
70622024-08-08T22:04:15.259Z[ recovery-image] Aug 08 22:04:13.055 INFO O| Aug 08 22:04:13.055 INFO STEP 1068 (remove_files) COMPLETE
70632024-08-08T22:04:15.259Z[ recovery-image] Aug 08 22:04:13.055 INFO O| Aug 08 22:04:13.055 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-08-08T22:04:15.269Z[ recovery-image] Aug 08 22:04:13.064 INFO O| Aug 08 22:04:13.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
70652024-08-08T22:04:15.269Z[ recovery-image] Aug 08 22:04:13.065 INFO O| Aug 08 22:04:13.065 INFO STEP 1069 (remove_files) COMPLETE
70662024-08-08T22:04:15.269Z[ recovery-image] Aug 08 22:04:13.065 INFO O| Aug 08 22:04:13.065 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-08-08T22:04:15.280Z[ recovery-image] Aug 08 22:04:13.074 INFO O| Aug 08 22:04:13.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
70682024-08-08T22:04:15.280Z[ recovery-image] Aug 08 22:04:13.074 INFO O| Aug 08 22:04:13.074 INFO STEP 1070 (remove_files) COMPLETE
70692024-08-08T22:04:15.280Z[ recovery-image] Aug 08 22:04:13.074 INFO O| Aug 08 22:04:13.074 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-08-08T22:04:15.288Z[ recovery-image] Aug 08 22:04:13.084 INFO O| Aug 08 22:04:13.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
70712024-08-08T22:04:15.288Z[ recovery-image] Aug 08 22:04:13.084 INFO O| Aug 08 22:04:13.084 INFO STEP 1071 (remove_files) COMPLETE
70722024-08-08T22:04:15.292Z[ recovery-image] Aug 08 22:04:13.084 INFO O| Aug 08 22:04:13.084 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-08-08T22:04:15.297Z[ recovery-image] Aug 08 22:04:13.093 INFO O| Aug 08 22:04:13.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
70742024-08-08T22:04:15.301Z[ recovery-image] Aug 08 22:04:13.094 INFO O| Aug 08 22:04:13.094 INFO STEP 1072 (remove_files) COMPLETE
70752024-08-08T22:04:15.301Z[ recovery-image] Aug 08 22:04:13.094 INFO O| Aug 08 22:04:13.094 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-08-08T22:04:15.308Z[ recovery-image] Aug 08 22:04:13.103 INFO O| Aug 08 22:04:13.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
70772024-08-08T22:04:15.310Z[ recovery-image] Aug 08 22:04:13.103 INFO O| Aug 08 22:04:13.103 INFO STEP 1073 (remove_files) COMPLETE
70782024-08-08T22:04:15.310Z[ recovery-image] Aug 08 22:04:13.103 INFO O| Aug 08 22:04:13.103 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-08-08T22:04:15.317Z[ recovery-image] Aug 08 22:04:13.113 INFO O| Aug 08 22:04:13.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
70802024-08-08T22:04:15.320Z[ recovery-image] Aug 08 22:04:13.113 INFO O| Aug 08 22:04:13.113 INFO STEP 1074 (remove_files) COMPLETE
70812024-08-08T22:04:15.320Z[ recovery-image] Aug 08 22:04:13.113 INFO O| Aug 08 22:04:13.113 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-08-08T22:04:15.327Z[ recovery-image] Aug 08 22:04:13.122 INFO O| Aug 08 22:04:13.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
70832024-08-08T22:04:15.330Z[ recovery-image] Aug 08 22:04:13.123 INFO O| Aug 08 22:04:13.123 INFO STEP 1075 (remove_files) COMPLETE
70842024-08-08T22:04:15.330Z[ recovery-image] Aug 08 22:04:13.123 INFO O| Aug 08 22:04:13.123 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-08-08T22:04:15.336Z[ recovery-image] Aug 08 22:04:13.132 INFO O| Aug 08 22:04:13.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
70862024-08-08T22:04:15.339Z[ recovery-image] Aug 08 22:04:13.132 INFO O| Aug 08 22:04:13.132 INFO STEP 1076 (remove_files) COMPLETE
70872024-08-08T22:04:15.339Z[ recovery-image] Aug 08 22:04:13.132 INFO O| Aug 08 22:04:13.132 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-08-08T22:04:15.346Z[ recovery-image] Aug 08 22:04:13.142 INFO O| Aug 08 22:04:13.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
70892024-08-08T22:04:15.346Z[ recovery-image] Aug 08 22:04:13.142 INFO O| Aug 08 22:04:13.142 INFO STEP 1077 (remove_files) COMPLETE
70902024-08-08T22:04:15.349Z[ recovery-image] Aug 08 22:04:13.142 INFO O| Aug 08 22:04:13.142 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-08-08T22:04:15.357Z[ recovery-image] Aug 08 22:04:13.151 INFO O| Aug 08 22:04:13.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
70922024-08-08T22:04:15.357Z[ recovery-image] Aug 08 22:04:13.151 INFO O| Aug 08 22:04:13.151 INFO STEP 1078 (remove_files) COMPLETE
70932024-08-08T22:04:15.357Z[ recovery-image] Aug 08 22:04:13.151 INFO O| Aug 08 22:04:13.151 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-08-08T22:04:15.365Z[ recovery-image] Aug 08 22:04:13.161 INFO O| Aug 08 22:04:13.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
70952024-08-08T22:04:15.368Z[ recovery-image] Aug 08 22:04:13.161 INFO O| Aug 08 22:04:13.161 INFO STEP 1079 (remove_files) COMPLETE
70962024-08-08T22:04:15.369Z[ recovery-image] Aug 08 22:04:13.161 INFO O| Aug 08 22:04:13.161 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-08-08T22:04:15.374Z[ recovery-image] Aug 08 22:04:13.170 INFO O| Aug 08 22:04:13.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
70982024-08-08T22:04:15.375Z[ recovery-image] Aug 08 22:04:13.170 INFO O| Aug 08 22:04:13.170 INFO STEP 1080 (remove_files) COMPLETE
70992024-08-08T22:04:15.377Z[ recovery-image] Aug 08 22:04:13.170 INFO O| Aug 08 22:04:13.170 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-08-08T22:04:15.384Z[ recovery-image] Aug 08 22:04:13.180 INFO O| Aug 08 22:04:13.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71012024-08-08T22:04:15.384Z[ recovery-image] Aug 08 22:04:13.180 INFO O| Aug 08 22:04:13.180 INFO STEP 1081 (remove_files) COMPLETE
71022024-08-08T22:04:15.387Z[ recovery-image] Aug 08 22:04:13.180 INFO O| Aug 08 22:04:13.180 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-08-08T22:04:15.394Z[ recovery-image] Aug 08 22:04:13.190 INFO O| Aug 08 22:04:13.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71042024-08-08T22:04:15.394Z[ recovery-image] Aug 08 22:04:13.190 INFO O| Aug 08 22:04:13.190 INFO STEP 1082 (remove_files) COMPLETE
71052024-08-08T22:04:15.394Z[ recovery-image] Aug 08 22:04:13.190 INFO O| Aug 08 22:04:13.190 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-08-08T22:04:15.403Z[ recovery-image] Aug 08 22:04:13.199 INFO O| Aug 08 22:04:13.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71072024-08-08T22:04:15.403Z[ recovery-image] Aug 08 22:04:13.199 INFO O| Aug 08 22:04:13.199 INFO STEP 1083 (remove_files) COMPLETE
71082024-08-08T22:04:15.406Z[ recovery-image] Aug 08 22:04:13.199 INFO O| Aug 08 22:04:13.199 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-08-08T22:04:15.413Z[ recovery-image] Aug 08 22:04:13.209 INFO O| Aug 08 22:04:13.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71102024-08-08T22:04:15.416Z[ recovery-image] Aug 08 22:04:13.209 INFO O| Aug 08 22:04:13.209 INFO STEP 1084 (remove_files) COMPLETE
71112024-08-08T22:04:15.416Z[ recovery-image] Aug 08 22:04:13.209 INFO O| Aug 08 22:04:13.209 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-08-08T22:04:15.422Z[ recovery-image] Aug 08 22:04:13.218 INFO O| Aug 08 22:04:13.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71132024-08-08T22:04:15.425Z[ recovery-image] Aug 08 22:04:13.218 INFO O| Aug 08 22:04:13.218 INFO STEP 1085 (remove_files) COMPLETE
71142024-08-08T22:04:15.425Z[ recovery-image] Aug 08 22:04:13.218 INFO O| Aug 08 22:04:13.218 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-08-08T22:04:15.432Z[ recovery-image] Aug 08 22:04:13.228 INFO O| Aug 08 22:04:13.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71162024-08-08T22:04:15.432Z[ recovery-image] Aug 08 22:04:13.228 INFO O| Aug 08 22:04:13.228 INFO STEP 1086 (remove_files) COMPLETE
71172024-08-08T22:04:15.436Z[ recovery-image] Aug 08 22:04:13.228 INFO O| Aug 08 22:04:13.228 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-08-08T22:04:15.441Z[ recovery-image] Aug 08 22:04:13.237 INFO O| Aug 08 22:04:13.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71192024-08-08T22:04:15.441Z[ recovery-image] Aug 08 22:04:13.237 INFO O| Aug 08 22:04:13.237 INFO STEP 1087 (remove_files) COMPLETE
71202024-08-08T22:04:15.442Z[ recovery-image] Aug 08 22:04:13.237 INFO O| Aug 08 22:04:13.237 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-08-08T22:04:15.451Z[ recovery-image] Aug 08 22:04:13.247 INFO O| Aug 08 22:04:13.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71222024-08-08T22:04:15.451Z[ recovery-image] Aug 08 22:04:13.247 INFO O| Aug 08 22:04:13.247 INFO STEP 1088 (remove_files) COMPLETE
71232024-08-08T22:04:15.454Z[ recovery-image] Aug 08 22:04:13.247 INFO O| Aug 08 22:04:13.247 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-08-08T22:04:15.460Z[ recovery-image] Aug 08 22:04:13.256 INFO O| Aug 08 22:04:13.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71252024-08-08T22:04:15.461Z[ recovery-image] Aug 08 22:04:13.256 INFO O| Aug 08 22:04:13.256 INFO STEP 1089 (remove_files) COMPLETE
71262024-08-08T22:04:15.461Z[ recovery-image] Aug 08 22:04:13.256 INFO O| Aug 08 22:04:13.256 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-08-08T22:04:15.470Z[ recovery-image] Aug 08 22:04:13.266 INFO O| Aug 08 22:04:13.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
71282024-08-08T22:04:15.470Z[ recovery-image] Aug 08 22:04:13.266 INFO O| Aug 08 22:04:13.266 INFO STEP 1090 (remove_files) COMPLETE
71292024-08-08T22:04:15.470Z[ recovery-image] Aug 08 22:04:13.266 INFO O| Aug 08 22:04:13.266 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-08-08T22:04:15.480Z[ recovery-image] Aug 08 22:04:13.275 INFO O| Aug 08 22:04:13.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
71312024-08-08T22:04:15.480Z[ recovery-image] Aug 08 22:04:13.276 INFO O| Aug 08 22:04:13.276 INFO STEP 1091 (remove_files) COMPLETE
71322024-08-08T22:04:15.483Z[ recovery-image] Aug 08 22:04:13.276 INFO O| Aug 08 22:04:13.276 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-08-08T22:04:15.489Z[ recovery-image] Aug 08 22:04:13.285 INFO O| Aug 08 22:04:13.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
71342024-08-08T22:04:15.489Z[ recovery-image] Aug 08 22:04:13.285 INFO O| Aug 08 22:04:13.285 INFO STEP 1092 (remove_files) COMPLETE
71352024-08-08T22:04:15.493Z[ recovery-image] Aug 08 22:04:13.285 INFO O| Aug 08 22:04:13.285 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-08-08T22:04:15.499Z[ recovery-image] Aug 08 22:04:13.295 INFO O| Aug 08 22:04:13.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
71372024-08-08T22:04:15.499Z[ recovery-image] Aug 08 22:04:13.295 INFO O| Aug 08 22:04:13.295 INFO STEP 1093 (remove_files) COMPLETE
71382024-08-08T22:04:15.502Z[ recovery-image] Aug 08 22:04:13.295 INFO O| Aug 08 22:04:13.295 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-08-08T22:04:15.508Z[ recovery-image] Aug 08 22:04:13.304 INFO O| Aug 08 22:04:13.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
71402024-08-08T22:04:15.509Z[ recovery-image] Aug 08 22:04:13.304 INFO O| Aug 08 22:04:13.304 INFO STEP 1094 (remove_files) COMPLETE
71412024-08-08T22:04:15.509Z[ recovery-image] Aug 08 22:04:13.304 INFO O| Aug 08 22:04:13.304 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-08-08T22:04:15.518Z[ recovery-image] Aug 08 22:04:13.314 INFO O| Aug 08 22:04:13.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
71432024-08-08T22:04:15.518Z[ recovery-image] Aug 08 22:04:13.314 INFO O| Aug 08 22:04:13.314 INFO STEP 1095 (remove_files) COMPLETE
71442024-08-08T22:04:15.521Z[ recovery-image] Aug 08 22:04:13.314 INFO O| Aug 08 22:04:13.314 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-08-08T22:04:15.527Z[ recovery-image] Aug 08 22:04:13.323 INFO O| Aug 08 22:04:13.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
71462024-08-08T22:04:15.530Z[ recovery-image] Aug 08 22:04:13.323 INFO O| Aug 08 22:04:13.323 INFO STEP 1096 (remove_files) COMPLETE
71472024-08-08T22:04:15.530Z[ recovery-image] Aug 08 22:04:13.323 INFO O| Aug 08 22:04:13.323 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-08-08T22:04:15.537Z[ recovery-image] Aug 08 22:04:13.333 INFO O| Aug 08 22:04:13.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
71492024-08-08T22:04:15.537Z[ recovery-image] Aug 08 22:04:13.333 INFO O| Aug 08 22:04:13.333 INFO STEP 1097 (remove_files) COMPLETE
71502024-08-08T22:04:15.540Z[ recovery-image] Aug 08 22:04:13.333 INFO O| Aug 08 22:04:13.333 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-08-08T22:04:15.549Z[ recovery-image] Aug 08 22:04:13.342 INFO O| Aug 08 22:04:13.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
71522024-08-08T22:04:15.549Z[ recovery-image] Aug 08 22:04:13.342 INFO O| Aug 08 22:04:13.342 INFO STEP 1098 (remove_files) COMPLETE
71532024-08-08T22:04:15.549Z[ recovery-image] Aug 08 22:04:13.342 INFO O| Aug 08 22:04:13.342 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-08-08T22:04:15.556Z[ recovery-image] Aug 08 22:04:13.352 INFO O| Aug 08 22:04:13.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
71552024-08-08T22:04:15.556Z[ recovery-image] Aug 08 22:04:13.352 INFO O| Aug 08 22:04:13.352 INFO STEP 1099 (remove_files) COMPLETE
71562024-08-08T22:04:15.556Z[ recovery-image] Aug 08 22:04:13.352 INFO O| Aug 08 22:04:13.352 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-08-08T22:04:15.567Z[ recovery-image] Aug 08 22:04:13.361 INFO O| Aug 08 22:04:13.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
71582024-08-08T22:04:15.570Z[ recovery-image] Aug 08 22:04:13.361 INFO O| Aug 08 22:04:13.361 INFO STEP 1100 (remove_files) COMPLETE
71592024-08-08T22:04:15.570Z[ recovery-image] Aug 08 22:04:13.361 INFO O| Aug 08 22:04:13.361 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-08-08T22:04:15.575Z[ recovery-image] Aug 08 22:04:13.371 INFO O| Aug 08 22:04:13.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
71612024-08-08T22:04:15.575Z[ recovery-image] Aug 08 22:04:13.371 INFO O| Aug 08 22:04:13.371 INFO STEP 1101 (remove_files) COMPLETE
71622024-08-08T22:04:15.578Z[ recovery-image] Aug 08 22:04:13.371 INFO O| Aug 08 22:04:13.371 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-08-08T22:04:15.585Z[ recovery-image] Aug 08 22:04:13.380 INFO O| Aug 08 22:04:13.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
71642024-08-08T22:04:15.590Z[ recovery-image] Aug 08 22:04:13.380 INFO O| Aug 08 22:04:13.380 INFO STEP 1102 (remove_files) COMPLETE
71652024-08-08T22:04:15.590Z[ recovery-image] Aug 08 22:04:13.380 INFO O| Aug 08 22:04:13.380 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-08-08T22:04:15.594Z[ recovery-image] Aug 08 22:04:13.390 INFO O| Aug 08 22:04:13.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
71672024-08-08T22:04:15.597Z[ recovery-image] Aug 08 22:04:13.390 INFO O| Aug 08 22:04:13.390 INFO STEP 1103 (remove_files) COMPLETE
71682024-08-08T22:04:15.597Z[ recovery-image] Aug 08 22:04:13.390 INFO O| Aug 08 22:04:13.390 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-08-08T22:04:15.604Z[ recovery-image] Aug 08 22:04:13.399 INFO O| Aug 08 22:04:13.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
71702024-08-08T22:04:15.604Z[ recovery-image] Aug 08 22:04:13.400 INFO O| Aug 08 22:04:13.400 INFO STEP 1104 (remove_files) COMPLETE
71712024-08-08T22:04:15.607Z[ recovery-image] Aug 08 22:04:13.400 INFO O| Aug 08 22:04:13.400 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-08-08T22:04:15.613Z[ recovery-image] Aug 08 22:04:13.409 INFO O| Aug 08 22:04:13.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
71732024-08-08T22:04:15.613Z[ recovery-image] Aug 08 22:04:13.409 INFO O| Aug 08 22:04:13.409 INFO STEP 1105 (remove_files) COMPLETE
71742024-08-08T22:04:15.613Z[ recovery-image] Aug 08 22:04:13.409 INFO O| Aug 08 22:04:13.409 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-08-08T22:04:15.623Z[ recovery-image] Aug 08 22:04:13.419 INFO O| Aug 08 22:04:13.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
71762024-08-08T22:04:15.623Z[ recovery-image] Aug 08 22:04:13.419 INFO O| Aug 08 22:04:13.419 INFO STEP 1106 (remove_files) COMPLETE
71772024-08-08T22:04:15.626Z[ recovery-image] Aug 08 22:04:13.419 INFO O| Aug 08 22:04:13.419 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-08-08T22:04:15.633Z[ recovery-image] Aug 08 22:04:13.428 INFO O| Aug 08 22:04:13.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
71792024-08-08T22:04:15.633Z[ recovery-image] Aug 08 22:04:13.428 INFO O| Aug 08 22:04:13.428 INFO STEP 1107 (remove_files) COMPLETE
71802024-08-08T22:04:15.636Z[ recovery-image] Aug 08 22:04:13.428 INFO O| Aug 08 22:04:13.428 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-08-08T22:04:15.642Z[ recovery-image] Aug 08 22:04:13.438 INFO O| Aug 08 22:04:13.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
71822024-08-08T22:04:15.642Z[ recovery-image] Aug 08 22:04:13.438 INFO O| Aug 08 22:04:13.438 INFO STEP 1108 (remove_files) COMPLETE
71832024-08-08T22:04:15.642Z[ recovery-image] Aug 08 22:04:13.438 INFO O| Aug 08 22:04:13.438 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-08-08T22:04:15.652Z[ recovery-image] Aug 08 22:04:13.448 INFO O| Aug 08 22:04:13.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
71852024-08-08T22:04:15.652Z[ recovery-image] Aug 08 22:04:13.448 INFO O| Aug 08 22:04:13.448 INFO STEP 1109 (remove_files) COMPLETE
71862024-08-08T22:04:15.655Z[ recovery-image] Aug 08 22:04:13.448 INFO O| Aug 08 22:04:13.448 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-08-08T22:04:15.661Z[ recovery-image] Aug 08 22:04:13.457 INFO O| Aug 08 22:04:13.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
71882024-08-08T22:04:15.661Z[ recovery-image] Aug 08 22:04:13.457 INFO O| Aug 08 22:04:13.457 INFO STEP 1110 (remove_files) COMPLETE
71892024-08-08T22:04:15.664Z[ recovery-image] Aug 08 22:04:13.457 INFO O| Aug 08 22:04:13.457 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-08-08T22:04:15.671Z[ recovery-image] Aug 08 22:04:13.467 INFO O| Aug 08 22:04:13.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
71912024-08-08T22:04:15.673Z[ recovery-image] Aug 08 22:04:13.467 INFO O| Aug 08 22:04:13.467 INFO STEP 1111 (remove_files) COMPLETE
71922024-08-08T22:04:15.673Z[ recovery-image] Aug 08 22:04:13.467 INFO O| Aug 08 22:04:13.467 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-08-08T22:04:15.681Z[ recovery-image] Aug 08 22:04:13.476 INFO O| Aug 08 22:04:13.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
71942024-08-08T22:04:15.681Z[ recovery-image] Aug 08 22:04:13.477 INFO O| Aug 08 22:04:13.477 INFO STEP 1112 (remove_files) COMPLETE
71952024-08-08T22:04:15.683Z[ recovery-image] Aug 08 22:04:13.477 INFO O| Aug 08 22:04:13.477 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-08-08T22:04:15.690Z[ recovery-image] Aug 08 22:04:13.486 INFO O| Aug 08 22:04:13.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
71972024-08-08T22:04:15.690Z[ recovery-image] Aug 08 22:04:13.486 INFO O| Aug 08 22:04:13.486 INFO STEP 1113 (remove_files) COMPLETE
71982024-08-08T22:04:15.693Z[ recovery-image] Aug 08 22:04:13.486 INFO O| Aug 08 22:04:13.486 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-08-08T22:04:15.700Z[ recovery-image] Aug 08 22:04:13.496 INFO O| Aug 08 22:04:13.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72002024-08-08T22:04:15.700Z[ recovery-image] Aug 08 22:04:13.496 INFO O| Aug 08 22:04:13.496 INFO STEP 1114 (remove_files) COMPLETE
72012024-08-08T22:04:15.702Z[ recovery-image] Aug 08 22:04:13.496 INFO O| Aug 08 22:04:13.496 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-08-08T22:04:15.711Z[ recovery-image] Aug 08 22:04:13.507 INFO O| Aug 08 22:04:13.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72032024-08-08T22:04:15.711Z[ recovery-image] Aug 08 22:04:13.507 INFO O| Aug 08 22:04:13.507 INFO STEP 1115 (remove_files) COMPLETE
72042024-08-08T22:04:15.715Z[ recovery-image] Aug 08 22:04:13.507 INFO O| Aug 08 22:04:13.507 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-08-08T22:04:15.721Z[ recovery-image] Aug 08 22:04:13.517 INFO O| Aug 08 22:04:13.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72062024-08-08T22:04:15.721Z[ recovery-image] Aug 08 22:04:13.517 INFO O| Aug 08 22:04:13.517 INFO STEP 1116 (remove_files) COMPLETE
72072024-08-08T22:04:15.721Z[ recovery-image] Aug 08 22:04:13.517 INFO O| Aug 08 22:04:13.517 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-08-08T22:04:15.731Z[ recovery-image] Aug 08 22:04:13.527 INFO O| Aug 08 22:04:13.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72092024-08-08T22:04:15.731Z[ recovery-image] Aug 08 22:04:13.527 INFO O| Aug 08 22:04:13.527 INFO STEP 1117 (remove_files) COMPLETE
72102024-08-08T22:04:15.734Z[ recovery-image] Aug 08 22:04:13.527 INFO O| Aug 08 22:04:13.527 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-08-08T22:04:15.741Z[ recovery-image] Aug 08 22:04:13.537 INFO O| Aug 08 22:04:13.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72122024-08-08T22:04:15.744Z[ recovery-image] Aug 08 22:04:13.537 INFO O| Aug 08 22:04:13.537 INFO STEP 1118 (remove_files) COMPLETE
72132024-08-08T22:04:15.744Z[ recovery-image] Aug 08 22:04:13.537 INFO O| Aug 08 22:04:13.537 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-08-08T22:04:15.751Z[ recovery-image] Aug 08 22:04:13.547 INFO O| Aug 08 22:04:13.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72152024-08-08T22:04:15.751Z[ recovery-image] Aug 08 22:04:13.547 INFO O| Aug 08 22:04:13.547 INFO STEP 1119 (remove_files) COMPLETE
72162024-08-08T22:04:15.751Z[ recovery-image] Aug 08 22:04:13.547 INFO O| Aug 08 22:04:13.547 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-08-08T22:04:15.761Z[ recovery-image] Aug 08 22:04:13.556 INFO O| Aug 08 22:04:13.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72182024-08-08T22:04:15.761Z[ recovery-image] Aug 08 22:04:13.557 INFO O| Aug 08 22:04:13.557 INFO STEP 1120 (remove_files) COMPLETE
72192024-08-08T22:04:15.763Z[ recovery-image] Aug 08 22:04:13.557 INFO O| Aug 08 22:04:13.557 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-08-08T22:04:15.770Z[ recovery-image] Aug 08 22:04:13.566 INFO O| Aug 08 22:04:13.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72212024-08-08T22:04:15.770Z[ recovery-image] Aug 08 22:04:13.566 INFO O| Aug 08 22:04:13.566 INFO STEP 1121 (remove_files) COMPLETE
72222024-08-08T22:04:15.773Z[ recovery-image] Aug 08 22:04:13.566 INFO O| Aug 08 22:04:13.566 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-08-08T22:04:15.780Z[ recovery-image] Aug 08 22:04:13.576 INFO O| Aug 08 22:04:13.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72242024-08-08T22:04:15.782Z[ recovery-image] Aug 08 22:04:13.576 INFO O| Aug 08 22:04:13.576 INFO STEP 1122 (remove_files) COMPLETE
72252024-08-08T22:04:15.782Z[ recovery-image] Aug 08 22:04:13.576 INFO O| Aug 08 22:04:13.576 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-08-08T22:04:15.789Z[ recovery-image] Aug 08 22:04:13.585 INFO O| Aug 08 22:04:13.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
72272024-08-08T22:04:15.789Z[ recovery-image] Aug 08 22:04:13.585 INFO O| Aug 08 22:04:13.585 INFO STEP 1123 (remove_files) COMPLETE
72282024-08-08T22:04:15.792Z[ recovery-image] Aug 08 22:04:13.585 INFO O| Aug 08 22:04:13.585 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-08-08T22:04:15.799Z[ recovery-image] Aug 08 22:04:13.594 INFO O| Aug 08 22:04:13.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
72302024-08-08T22:04:15.799Z[ recovery-image] Aug 08 22:04:13.595 INFO O| Aug 08 22:04:13.595 INFO STEP 1124 (remove_files) COMPLETE
72312024-08-08T22:04:15.801Z[ recovery-image] Aug 08 22:04:13.595 INFO O| Aug 08 22:04:13.595 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-08-08T22:04:15.808Z[ recovery-image] Aug 08 22:04:13.604 INFO O| Aug 08 22:04:13.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
72332024-08-08T22:04:15.808Z[ recovery-image] Aug 08 22:04:13.604 INFO O| Aug 08 22:04:13.604 INFO STEP 1125 (remove_files) COMPLETE
72342024-08-08T22:04:15.811Z[ recovery-image] Aug 08 22:04:13.604 INFO O| Aug 08 22:04:13.604 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-08-08T22:04:15.818Z[ recovery-image] Aug 08 22:04:13.613 INFO O| Aug 08 22:04:13.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
72362024-08-08T22:04:15.818Z[ recovery-image] Aug 08 22:04:13.614 INFO O| Aug 08 22:04:13.614 INFO STEP 1126 (remove_files) COMPLETE
72372024-08-08T22:04:15.820Z[ recovery-image] Aug 08 22:04:13.614 INFO O| Aug 08 22:04:13.614 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-08-08T22:04:15.827Z[ recovery-image] Aug 08 22:04:13.623 INFO O| Aug 08 22:04:13.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
72392024-08-08T22:04:15.827Z[ recovery-image] Aug 08 22:04:13.623 INFO O| Aug 08 22:04:13.623 INFO STEP 1127 (remove_files) COMPLETE
72402024-08-08T22:04:15.830Z[ recovery-image] Aug 08 22:04:13.623 INFO O| Aug 08 22:04:13.623 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-08-08T22:04:15.837Z[ recovery-image] Aug 08 22:04:13.632 INFO O| Aug 08 22:04:13.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
72422024-08-08T22:04:15.837Z[ recovery-image] Aug 08 22:04:13.633 INFO O| Aug 08 22:04:13.632 INFO STEP 1128 (remove_files) COMPLETE
72432024-08-08T22:04:15.840Z[ recovery-image] Aug 08 22:04:13.633 INFO O| Aug 08 22:04:13.632 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-08-08T22:04:15.847Z[ recovery-image] Aug 08 22:04:13.642 INFO O| Aug 08 22:04:13.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
72452024-08-08T22:04:15.847Z[ recovery-image] Aug 08 22:04:13.642 INFO O| Aug 08 22:04:13.642 INFO STEP 1129 (remove_files) COMPLETE
72462024-08-08T22:04:15.847Z[ recovery-image] Aug 08 22:04:13.642 INFO O| Aug 08 22:04:13.642 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-08-08T22:04:15.856Z[ recovery-image] Aug 08 22:04:13.651 INFO O| Aug 08 22:04:13.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
72482024-08-08T22:04:15.859Z[ recovery-image] Aug 08 22:04:13.651 INFO O| Aug 08 22:04:13.651 INFO STEP 1130 (remove_files) COMPLETE
72492024-08-08T22:04:15.859Z[ recovery-image] Aug 08 22:04:13.651 INFO O| Aug 08 22:04:13.651 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-08-08T22:04:15.865Z[ recovery-image] Aug 08 22:04:13.661 INFO O| Aug 08 22:04:13.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
72512024-08-08T22:04:15.865Z[ recovery-image] Aug 08 22:04:13.661 INFO O| Aug 08 22:04:13.661 INFO STEP 1131 (remove_files) COMPLETE
72522024-08-08T22:04:15.868Z[ recovery-image] Aug 08 22:04:13.661 INFO O| Aug 08 22:04:13.661 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-08-08T22:04:15.875Z[ recovery-image] Aug 08 22:04:13.670 INFO O| Aug 08 22:04:13.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
72542024-08-08T22:04:15.875Z[ recovery-image] Aug 08 22:04:13.670 INFO O| Aug 08 22:04:13.670 INFO STEP 1132 (remove_files) COMPLETE
72552024-08-08T22:04:15.877Z[ recovery-image] Aug 08 22:04:13.671 INFO O| Aug 08 22:04:13.670 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-08-08T22:04:15.884Z[ recovery-image] Aug 08 22:04:13.680 INFO O| Aug 08 22:04:13.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
72572024-08-08T22:04:15.887Z[ recovery-image] Aug 08 22:04:13.680 INFO O| Aug 08 22:04:13.680 INFO STEP 1133 (remove_files) COMPLETE
72582024-08-08T22:04:15.887Z[ recovery-image] Aug 08 22:04:13.680 INFO O| Aug 08 22:04:13.680 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-08-08T22:04:15.894Z[ recovery-image] Aug 08 22:04:13.689 INFO O| Aug 08 22:04:13.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
72602024-08-08T22:04:15.897Z[ recovery-image] Aug 08 22:04:13.690 INFO O| Aug 08 22:04:13.690 INFO STEP 1134 (remove_files) COMPLETE
72612024-08-08T22:04:15.897Z[ recovery-image] Aug 08 22:04:13.690 INFO O| Aug 08 22:04:13.690 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-08-08T22:04:15.903Z[ recovery-image] Aug 08 22:04:13.699 INFO O| Aug 08 22:04:13.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
72632024-08-08T22:04:15.906Z[ recovery-image] Aug 08 22:04:13.699 INFO O| Aug 08 22:04:13.699 INFO STEP 1135 (remove_files) COMPLETE
72642024-08-08T22:04:15.906Z[ recovery-image] Aug 08 22:04:13.699 INFO O| Aug 08 22:04:13.699 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-08-08T22:04:15.913Z[ recovery-image] Aug 08 22:04:13.708 INFO O| Aug 08 22:04:13.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
72662024-08-08T22:04:15.913Z[ recovery-image] Aug 08 22:04:13.708 INFO O| Aug 08 22:04:13.708 INFO STEP 1136 (remove_files) COMPLETE
72672024-08-08T22:04:15.916Z[ recovery-image] Aug 08 22:04:13.709 INFO O| Aug 08 22:04:13.708 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-08-08T22:04:15.922Z[ recovery-image] Aug 08 22:04:13.718 INFO O| Aug 08 22:04:13.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
72692024-08-08T22:04:15.925Z[ recovery-image] Aug 08 22:04:13.718 INFO O| Aug 08 22:04:13.718 INFO STEP 1137 (remove_files) COMPLETE
72702024-08-08T22:04:15.925Z[ recovery-image] Aug 08 22:04:13.718 INFO O| Aug 08 22:04:13.718 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-08-08T22:04:15.932Z[ recovery-image] Aug 08 22:04:13.727 INFO O| Aug 08 22:04:13.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
72722024-08-08T22:04:15.932Z[ recovery-image] Aug 08 22:04:13.727 INFO O| Aug 08 22:04:13.727 INFO STEP 1138 (remove_files) COMPLETE
72732024-08-08T22:04:15.934Z[ recovery-image] Aug 08 22:04:13.728 INFO O| Aug 08 22:04:13.727 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-08-08T22:04:15.941Z[ recovery-image] Aug 08 22:04:13.737 INFO O| Aug 08 22:04:13.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
72752024-08-08T22:04:15.941Z[ recovery-image] Aug 08 22:04:13.737 INFO O| Aug 08 22:04:13.737 INFO STEP 1139 (remove_files) COMPLETE
72762024-08-08T22:04:15.944Z[ recovery-image] Aug 08 22:04:13.737 INFO O| Aug 08 22:04:13.737 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-08-08T22:04:15.952Z[ recovery-image] Aug 08 22:04:13.746 INFO O| Aug 08 22:04:13.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
72782024-08-08T22:04:15.952Z[ recovery-image] Aug 08 22:04:13.746 INFO O| Aug 08 22:04:13.746 INFO STEP 1140 (remove_files) COMPLETE
72792024-08-08T22:04:15.952Z[ recovery-image] Aug 08 22:04:13.746 INFO O| Aug 08 22:04:13.746 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-08-08T22:04:15.960Z[ recovery-image] Aug 08 22:04:13.756 INFO O| Aug 08 22:04:13.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
72812024-08-08T22:04:15.963Z[ recovery-image] Aug 08 22:04:13.756 INFO O| Aug 08 22:04:13.756 INFO STEP 1141 (remove_files) COMPLETE
72822024-08-08T22:04:15.963Z[ recovery-image] Aug 08 22:04:13.756 INFO O| Aug 08 22:04:13.756 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-08-08T22:04:15.970Z[ recovery-image] Aug 08 22:04:13.765 INFO O| Aug 08 22:04:13.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
72842024-08-08T22:04:15.970Z[ recovery-image] Aug 08 22:04:13.765 INFO O| Aug 08 22:04:13.765 INFO STEP 1142 (remove_files) COMPLETE
72852024-08-08T22:04:15.972Z[ recovery-image] Aug 08 22:04:13.765 INFO O| Aug 08 22:04:13.765 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-08-08T22:04:15.979Z[ recovery-image] Aug 08 22:04:13.775 INFO O| Aug 08 22:04:13.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
72872024-08-08T22:04:15.979Z[ recovery-image] Aug 08 22:04:13.775 INFO O| Aug 08 22:04:13.775 INFO STEP 1143 (remove_files) COMPLETE
72882024-08-08T22:04:15.982Z[ recovery-image] Aug 08 22:04:13.775 INFO O| Aug 08 22:04:13.775 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-08-08T22:04:15.988Z[ recovery-image] Aug 08 22:04:13.784 INFO O| Aug 08 22:04:13.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
72902024-08-08T22:04:15.988Z[ recovery-image] Aug 08 22:04:13.784 INFO O| Aug 08 22:04:13.784 INFO STEP 1144 (remove_files) COMPLETE
72912024-08-08T22:04:15.989Z[ recovery-image] Aug 08 22:04:13.784 INFO O| Aug 08 22:04:13.784 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-08-08T22:04:15.998Z[ recovery-image] Aug 08 22:04:13.794 INFO O| Aug 08 22:04:13.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
72932024-08-08T22:04:15.998Z[ recovery-image] Aug 08 22:04:13.794 INFO O| Aug 08 22:04:13.794 INFO STEP 1145 (remove_files) COMPLETE
72942024-08-08T22:04:16.001Z[ recovery-image] Aug 08 22:04:13.794 INFO O| Aug 08 22:04:13.794 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-08-08T22:04:16.008Z[ recovery-image] Aug 08 22:04:13.803 INFO O| Aug 08 22:04:13.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
72962024-08-08T22:04:16.008Z[ recovery-image] Aug 08 22:04:13.803 INFO O| Aug 08 22:04:13.803 INFO STEP 1146 (remove_files) COMPLETE
72972024-08-08T22:04:16.008Z[ recovery-image] Aug 08 22:04:13.803 INFO O| Aug 08 22:04:13.803 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-08-08T22:04:16.017Z[ recovery-image] Aug 08 22:04:13.813 INFO O| Aug 08 22:04:13.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
72992024-08-08T22:04:16.020Z[ recovery-image] Aug 08 22:04:13.813 INFO O| Aug 08 22:04:13.813 INFO STEP 1147 (remove_files) COMPLETE
73002024-08-08T22:04:16.020Z[ recovery-image] Aug 08 22:04:13.813 INFO O| Aug 08 22:04:13.813 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-08-08T22:04:16.027Z[ recovery-image] Aug 08 22:04:13.822 INFO O| Aug 08 22:04:13.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73022024-08-08T22:04:16.027Z[ recovery-image] Aug 08 22:04:13.822 INFO O| Aug 08 22:04:13.822 INFO STEP 1148 (remove_files) COMPLETE
73032024-08-08T22:04:16.029Z[ recovery-image] Aug 08 22:04:13.822 INFO O| Aug 08 22:04:13.822 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-08-08T22:04:16.036Z[ recovery-image] Aug 08 22:04:13.831 INFO O| Aug 08 22:04:13.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73052024-08-08T22:04:16.036Z[ recovery-image] Aug 08 22:04:13.832 INFO O| Aug 08 22:04:13.831 INFO STEP 1149 (remove_files) COMPLETE
73062024-08-08T22:04:16.039Z[ recovery-image] Aug 08 22:04:13.832 INFO O| Aug 08 22:04:13.832 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-08-08T22:04:16.046Z[ recovery-image] Aug 08 22:04:13.841 INFO O| Aug 08 22:04:13.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73082024-08-08T22:04:16.046Z[ recovery-image] Aug 08 22:04:13.841 INFO O| Aug 08 22:04:13.841 INFO STEP 1150 (remove_files) COMPLETE
73092024-08-08T22:04:16.046Z[ recovery-image] Aug 08 22:04:13.841 INFO O| Aug 08 22:04:13.841 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-08-08T22:04:16.056Z[ recovery-image] Aug 08 22:04:13.851 INFO O| Aug 08 22:04:13.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73112024-08-08T22:04:16.059Z[ recovery-image] Aug 08 22:04:13.851 INFO O| Aug 08 22:04:13.851 INFO STEP 1151 (remove_files) COMPLETE
73122024-08-08T22:04:16.059Z[ recovery-image] Aug 08 22:04:13.851 INFO O| Aug 08 22:04:13.851 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-08-08T22:04:16.065Z[ recovery-image] Aug 08 22:04:13.861 INFO O| Aug 08 22:04:13.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73142024-08-08T22:04:16.065Z[ recovery-image] Aug 08 22:04:13.861 INFO O| Aug 08 22:04:13.861 INFO STEP 1152 (remove_files) COMPLETE
73152024-08-08T22:04:16.068Z[ recovery-image] Aug 08 22:04:13.861 INFO O| Aug 08 22:04:13.861 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-08-08T22:04:16.075Z[ recovery-image] Aug 08 22:04:13.870 INFO O| Aug 08 22:04:13.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73172024-08-08T22:04:16.079Z[ recovery-image] Aug 08 22:04:13.871 INFO O| Aug 08 22:04:13.871 INFO STEP 1153 (remove_files) COMPLETE
73182024-08-08T22:04:16.079Z[ recovery-image] Aug 08 22:04:13.871 INFO O| Aug 08 22:04:13.871 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-08-08T22:04:16.084Z[ recovery-image] Aug 08 22:04:13.880 INFO O| Aug 08 22:04:13.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73202024-08-08T22:04:16.084Z[ recovery-image] Aug 08 22:04:13.880 INFO O| Aug 08 22:04:13.880 INFO STEP 1154 (remove_files) COMPLETE
73212024-08-08T22:04:16.087Z[ recovery-image] Aug 08 22:04:13.880 INFO O| Aug 08 22:04:13.880 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-08-08T22:04:16.094Z[ recovery-image] Aug 08 22:04:13.890 INFO O| Aug 08 22:04:13.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73232024-08-08T22:04:16.097Z[ recovery-image] Aug 08 22:04:13.890 INFO O| Aug 08 22:04:13.890 INFO STEP 1155 (remove_files) COMPLETE
73242024-08-08T22:04:16.097Z[ recovery-image] Aug 08 22:04:13.890 INFO O| Aug 08 22:04:13.890 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-08-08T22:04:16.104Z[ recovery-image] Aug 08 22:04:13.900 INFO O| Aug 08 22:04:13.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
73262024-08-08T22:04:16.104Z[ recovery-image] Aug 08 22:04:13.900 INFO O| Aug 08 22:04:13.900 INFO STEP 1156 (remove_files) COMPLETE
73272024-08-08T22:04:16.107Z[ recovery-image] Aug 08 22:04:13.900 INFO O| Aug 08 22:04:13.900 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-08-08T22:04:16.113Z[ recovery-image] Aug 08 22:04:13.909 INFO O| Aug 08 22:04:13.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
73292024-08-08T22:04:16.116Z[ recovery-image] Aug 08 22:04:13.909 INFO O| Aug 08 22:04:13.909 INFO STEP 1157 (remove_files) COMPLETE
73302024-08-08T22:04:16.116Z[ recovery-image] Aug 08 22:04:13.909 INFO O| Aug 08 22:04:13.909 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-08-08T22:04:16.123Z[ recovery-image] Aug 08 22:04:13.919 INFO O| Aug 08 22:04:13.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
73322024-08-08T22:04:16.123Z[ recovery-image] Aug 08 22:04:13.919 INFO O| Aug 08 22:04:13.919 INFO STEP 1158 (remove_files) COMPLETE
73332024-08-08T22:04:16.123Z[ recovery-image] Aug 08 22:04:13.919 INFO O| Aug 08 22:04:13.919 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-08-08T22:04:16.133Z[ recovery-image] Aug 08 22:04:13.928 INFO O| Aug 08 22:04:13.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
73352024-08-08T22:04:16.135Z[ recovery-image] Aug 08 22:04:13.928 INFO O| Aug 08 22:04:13.928 INFO STEP 1159 (remove_files) COMPLETE
73362024-08-08T22:04:16.135Z[ recovery-image] Aug 08 22:04:13.928 INFO O| Aug 08 22:04:13.928 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-08-08T22:04:16.142Z[ recovery-image] Aug 08 22:04:13.938 INFO O| Aug 08 22:04:13.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
73382024-08-08T22:04:16.142Z[ recovery-image] Aug 08 22:04:13.938 INFO O| Aug 08 22:04:13.938 INFO STEP 1160 (remove_files) COMPLETE
73392024-08-08T22:04:16.145Z[ recovery-image] Aug 08 22:04:13.938 INFO O| Aug 08 22:04:13.938 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-08-08T22:04:16.152Z[ recovery-image] Aug 08 22:04:13.947 INFO O| Aug 08 22:04:13.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
73412024-08-08T22:04:16.154Z[ recovery-image] Aug 08 22:04:13.947 INFO O| Aug 08 22:04:13.947 INFO STEP 1161 (remove_files) COMPLETE
73422024-08-08T22:04:16.154Z[ recovery-image] Aug 08 22:04:13.947 INFO O| Aug 08 22:04:13.947 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-08-08T22:04:16.161Z[ recovery-image] Aug 08 22:04:13.957 INFO O| Aug 08 22:04:13.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
73442024-08-08T22:04:16.161Z[ recovery-image] Aug 08 22:04:13.957 INFO O| Aug 08 22:04:13.957 INFO STEP 1162 (remove_files) COMPLETE
73452024-08-08T22:04:16.164Z[ recovery-image] Aug 08 22:04:13.957 INFO O| Aug 08 22:04:13.957 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-08-08T22:04:16.171Z[ recovery-image] Aug 08 22:04:13.966 INFO O| Aug 08 22:04:13.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
73472024-08-08T22:04:16.171Z[ recovery-image] Aug 08 22:04:13.966 INFO O| Aug 08 22:04:13.966 INFO STEP 1163 (remove_files) COMPLETE
73482024-08-08T22:04:16.175Z[ recovery-image] Aug 08 22:04:13.966 INFO O| Aug 08 22:04:13.966 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-08-08T22:04:16.180Z[ recovery-image] Aug 08 22:04:13.976 INFO O| Aug 08 22:04:13.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
73502024-08-08T22:04:16.183Z[ recovery-image] Aug 08 22:04:13.976 INFO O| Aug 08 22:04:13.976 INFO STEP 1164 (remove_files) COMPLETE
73512024-08-08T22:04:16.183Z[ recovery-image] Aug 08 22:04:13.976 INFO O| Aug 08 22:04:13.976 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-08-08T22:04:16.190Z[ recovery-image] Aug 08 22:04:13.985 INFO O| Aug 08 22:04:13.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
73532024-08-08T22:04:16.190Z[ recovery-image] Aug 08 22:04:13.985 INFO O| Aug 08 22:04:13.985 INFO STEP 1165 (remove_files) COMPLETE
73542024-08-08T22:04:16.190Z[ recovery-image] Aug 08 22:04:13.985 INFO O| Aug 08 22:04:13.985 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-08-08T22:04:16.199Z[ recovery-image] Aug 08 22:04:13.995 INFO O| Aug 08 22:04:13.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
73562024-08-08T22:04:16.199Z[ recovery-image] Aug 08 22:04:13.995 INFO O| Aug 08 22:04:13.995 INFO STEP 1166 (remove_files) COMPLETE
73572024-08-08T22:04:16.202Z[ recovery-image] Aug 08 22:04:13.995 INFO O| Aug 08 22:04:13.995 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-08-08T22:04:16.209Z[ recovery-image] Aug 08 22:04:14.005 INFO O| Aug 08 22:04:14.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
73592024-08-08T22:04:16.209Z[ recovery-image] Aug 08 22:04:14.005 INFO O| Aug 08 22:04:14.005 INFO STEP 1167 (remove_files) COMPLETE
73602024-08-08T22:04:16.212Z[ recovery-image] Aug 08 22:04:14.005 INFO O| Aug 08 22:04:14.005 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-08-08T22:04:16.221Z[ recovery-image] Aug 08 22:04:14.015 INFO O| Aug 08 22:04:14.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
73622024-08-08T22:04:16.221Z[ recovery-image] Aug 08 22:04:14.015 INFO O| Aug 08 22:04:14.015 INFO STEP 1168 (remove_files) COMPLETE
73632024-08-08T22:04:16.221Z[ recovery-image] Aug 08 22:04:14.015 INFO O| Aug 08 22:04:14.015 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-08-08T22:04:16.229Z[ recovery-image] Aug 08 22:04:14.024 INFO O| Aug 08 22:04:14.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
73652024-08-08T22:04:16.232Z[ recovery-image] Aug 08 22:04:14.025 INFO O| Aug 08 22:04:14.025 INFO STEP 1169 (remove_files) COMPLETE
73662024-08-08T22:04:16.232Z[ recovery-image] Aug 08 22:04:14.025 INFO O| Aug 08 22:04:14.025 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-08-08T22:04:16.239Z[ recovery-image] Aug 08 22:04:14.034 INFO O| Aug 08 22:04:14.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
73682024-08-08T22:04:16.242Z[ recovery-image] Aug 08 22:04:14.034 INFO O| Aug 08 22:04:14.034 INFO STEP 1170 (remove_files) COMPLETE
73692024-08-08T22:04:16.242Z[ recovery-image] Aug 08 22:04:14.034 INFO O| Aug 08 22:04:14.034 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-08-08T22:04:16.248Z[ recovery-image] Aug 08 22:04:14.044 INFO O| Aug 08 22:04:14.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
73712024-08-08T22:04:16.248Z[ recovery-image] Aug 08 22:04:14.044 INFO O| Aug 08 22:04:14.044 INFO STEP 1171 (remove_files) COMPLETE
73722024-08-08T22:04:16.251Z[ recovery-image] Aug 08 22:04:14.044 INFO O| Aug 08 22:04:14.044 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-08-08T22:04:16.257Z[ recovery-image] Aug 08 22:04:14.053 INFO O| Aug 08 22:04:14.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
73742024-08-08T22:04:16.260Z[ recovery-image] Aug 08 22:04:14.053 INFO O| Aug 08 22:04:14.053 INFO STEP 1172 (remove_files) COMPLETE
73752024-08-08T22:04:16.260Z[ recovery-image] Aug 08 22:04:14.053 INFO O| Aug 08 22:04:14.053 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-08-08T22:04:16.267Z[ recovery-image] Aug 08 22:04:14.063 INFO O| Aug 08 22:04:14.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
73772024-08-08T22:04:16.267Z[ recovery-image] Aug 08 22:04:14.063 INFO O| Aug 08 22:04:14.063 INFO STEP 1173 (remove_files) COMPLETE
73782024-08-08T22:04:16.270Z[ recovery-image] Aug 08 22:04:14.063 INFO O| Aug 08 22:04:14.063 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-08-08T22:04:16.277Z[ recovery-image] Aug 08 22:04:14.072 INFO O| Aug 08 22:04:14.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
73802024-08-08T22:04:16.277Z[ recovery-image] Aug 08 22:04:14.072 INFO O| Aug 08 22:04:14.072 INFO STEP 1174 (remove_files) COMPLETE
73812024-08-08T22:04:16.277Z[ recovery-image] Aug 08 22:04:14.072 INFO O| Aug 08 22:04:14.072 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-08-08T22:04:16.286Z[ recovery-image] Aug 08 22:04:14.082 INFO O| Aug 08 22:04:14.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
73832024-08-08T22:04:16.286Z[ recovery-image] Aug 08 22:04:14.082 INFO O| Aug 08 22:04:14.082 INFO STEP 1175 (remove_files) COMPLETE
73842024-08-08T22:04:16.289Z[ recovery-image] Aug 08 22:04:14.082 INFO O| Aug 08 22:04:14.082 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-08-08T22:04:16.296Z[ recovery-image] Aug 08 22:04:14.091 INFO O| Aug 08 22:04:14.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
73862024-08-08T22:04:16.298Z[ recovery-image] Aug 08 22:04:14.092 INFO O| Aug 08 22:04:14.092 INFO STEP 1176 (remove_files) COMPLETE
73872024-08-08T22:04:16.298Z[ recovery-image] Aug 08 22:04:14.092 INFO O| Aug 08 22:04:14.092 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-08-08T22:04:16.306Z[ recovery-image] Aug 08 22:04:14.101 INFO O| Aug 08 22:04:14.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
73892024-08-08T22:04:16.306Z[ recovery-image] Aug 08 22:04:14.101 INFO O| Aug 08 22:04:14.101 INFO STEP 1177 (remove_files) COMPLETE
73902024-08-08T22:04:16.306Z[ recovery-image] Aug 08 22:04:14.101 INFO O| Aug 08 22:04:14.101 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-08-08T22:04:16.315Z[ recovery-image] Aug 08 22:04:14.111 INFO O| Aug 08 22:04:14.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
73922024-08-08T22:04:16.316Z[ recovery-image] Aug 08 22:04:14.111 INFO O| Aug 08 22:04:14.111 INFO STEP 1178 (remove_files) COMPLETE
73932024-08-08T22:04:16.319Z[ recovery-image] Aug 08 22:04:14.111 INFO O| Aug 08 22:04:14.111 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-08-08T22:04:16.325Z[ recovery-image] Aug 08 22:04:14.120 INFO O| Aug 08 22:04:14.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
73952024-08-08T22:04:16.325Z[ recovery-image] Aug 08 22:04:14.120 INFO O| Aug 08 22:04:14.120 INFO STEP 1179 (remove_files) COMPLETE
73962024-08-08T22:04:16.328Z[ recovery-image] Aug 08 22:04:14.120 INFO O| Aug 08 22:04:14.120 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-08-08T22:04:16.334Z[ recovery-image] Aug 08 22:04:14.130 INFO O| Aug 08 22:04:14.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
73982024-08-08T22:04:16.334Z[ recovery-image] Aug 08 22:04:14.130 INFO O| Aug 08 22:04:14.130 INFO STEP 1180 (remove_files) COMPLETE
73992024-08-08T22:04:16.337Z[ recovery-image] Aug 08 22:04:14.130 INFO O| Aug 08 22:04:14.130 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-08-08T22:04:16.344Z[ recovery-image] Aug 08 22:04:14.139 INFO O| Aug 08 22:04:14.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74012024-08-08T22:04:16.347Z[ recovery-image] Aug 08 22:04:14.140 INFO O| Aug 08 22:04:14.140 INFO STEP 1181 (remove_files) COMPLETE
74022024-08-08T22:04:16.347Z[ recovery-image] Aug 08 22:04:14.140 INFO O| Aug 08 22:04:14.140 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-08-08T22:04:16.354Z[ recovery-image] Aug 08 22:04:14.149 INFO O| Aug 08 22:04:14.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74042024-08-08T22:04:16.354Z[ recovery-image] Aug 08 22:04:14.149 INFO O| Aug 08 22:04:14.149 INFO STEP 1182 (remove_files) COMPLETE
74052024-08-08T22:04:16.354Z[ recovery-image] Aug 08 22:04:14.149 INFO O| Aug 08 22:04:14.149 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-08-08T22:04:16.363Z[ recovery-image] Aug 08 22:04:14.159 INFO O| Aug 08 22:04:14.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74072024-08-08T22:04:16.363Z[ recovery-image] Aug 08 22:04:14.159 INFO O| Aug 08 22:04:14.159 INFO STEP 1183 (remove_files) COMPLETE
74082024-08-08T22:04:16.363Z[ recovery-image] Aug 08 22:04:14.159 INFO O| Aug 08 22:04:14.159 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-08-08T22:04:16.373Z[ recovery-image] Aug 08 22:04:14.168 INFO O| Aug 08 22:04:14.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74102024-08-08T22:04:16.373Z[ recovery-image] Aug 08 22:04:14.169 INFO O| Aug 08 22:04:14.169 INFO STEP 1184 (remove_files) COMPLETE
74112024-08-08T22:04:16.373Z[ recovery-image] Aug 08 22:04:14.169 INFO O| Aug 08 22:04:14.169 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-08-08T22:04:16.382Z[ recovery-image] Aug 08 22:04:14.178 INFO O| Aug 08 22:04:14.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74132024-08-08T22:04:16.391Z[ recovery-image] Aug 08 22:04:14.178 INFO O| Aug 08 22:04:14.178 INFO STEP 1185 (remove_files) COMPLETE
74142024-08-08T22:04:16.391Z[ recovery-image] Aug 08 22:04:14.178 INFO O| Aug 08 22:04:14.178 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-08-08T22:04:16.394Z[ recovery-image] Aug 08 22:04:14.188 INFO O| Aug 08 22:04:14.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74162024-08-08T22:04:16.394Z[ recovery-image] Aug 08 22:04:14.188 INFO O| Aug 08 22:04:14.188 INFO STEP 1186 (remove_files) COMPLETE
74172024-08-08T22:04:16.394Z[ recovery-image] Aug 08 22:04:14.188 INFO O| Aug 08 22:04:14.188 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-08-08T22:04:16.401Z[ recovery-image] Aug 08 22:04:14.197 INFO O| Aug 08 22:04:14.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74192024-08-08T22:04:16.401Z[ recovery-image] Aug 08 22:04:14.197 INFO O| Aug 08 22:04:14.197 INFO STEP 1187 (remove_files) COMPLETE
74202024-08-08T22:04:16.401Z[ recovery-image] Aug 08 22:04:14.197 INFO O| Aug 08 22:04:14.197 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-08-08T22:04:16.413Z[ recovery-image] Aug 08 22:04:14.207 INFO O| Aug 08 22:04:14.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74222024-08-08T22:04:16.413Z[ recovery-image] Aug 08 22:04:14.207 INFO O| Aug 08 22:04:14.207 INFO STEP 1188 (remove_files) COMPLETE
74232024-08-08T22:04:16.416Z[ recovery-image] Aug 08 22:04:14.207 INFO O| Aug 08 22:04:14.207 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-08-08T22:04:16.421Z[ recovery-image] Aug 08 22:04:14.216 INFO O| Aug 08 22:04:14.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
74252024-08-08T22:04:16.421Z[ recovery-image] Aug 08 22:04:14.216 INFO O| Aug 08 22:04:14.216 INFO STEP 1189 (remove_files) COMPLETE
74262024-08-08T22:04:16.424Z[ recovery-image] Aug 08 22:04:14.216 INFO O| Aug 08 22:04:14.216 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-08-08T22:04:16.430Z[ recovery-image] Aug 08 22:04:14.226 INFO O| Aug 08 22:04:14.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
74282024-08-08T22:04:16.434Z[ recovery-image] Aug 08 22:04:14.226 INFO O| Aug 08 22:04:14.226 INFO STEP 1190 (remove_files) COMPLETE
74292024-08-08T22:04:16.434Z[ recovery-image] Aug 08 22:04:14.226 INFO O| Aug 08 22:04:14.226 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-08-08T22:04:16.440Z[ recovery-image] Aug 08 22:04:14.235 INFO O| Aug 08 22:04:14.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
74312024-08-08T22:04:16.440Z[ recovery-image] Aug 08 22:04:14.235 INFO O| Aug 08 22:04:14.235 INFO STEP 1191 (remove_files) COMPLETE
74322024-08-08T22:04:16.440Z[ recovery-image] Aug 08 22:04:14.235 INFO O| Aug 08 22:04:14.235 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-08-08T22:04:16.449Z[ recovery-image] Aug 08 22:04:14.245 INFO O| Aug 08 22:04:14.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
74342024-08-08T22:04:16.449Z[ recovery-image] Aug 08 22:04:14.245 INFO O| Aug 08 22:04:14.245 INFO STEP 1192 (remove_files) COMPLETE
74352024-08-08T22:04:16.450Z[ recovery-image] Aug 08 22:04:14.245 INFO O| Aug 08 22:04:14.245 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-08-08T22:04:16.459Z[ recovery-image] Aug 08 22:04:14.254 INFO O| Aug 08 22:04:14.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
74372024-08-08T22:04:16.459Z[ recovery-image] Aug 08 22:04:14.255 INFO O| Aug 08 22:04:14.255 INFO STEP 1193 (remove_files) COMPLETE
74382024-08-08T22:04:16.462Z[ recovery-image] Aug 08 22:04:14.255 INFO O| Aug 08 22:04:14.255 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-08-08T22:04:16.469Z[ recovery-image] Aug 08 22:04:14.264 INFO O| Aug 08 22:04:14.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
74402024-08-08T22:04:16.469Z[ recovery-image] Aug 08 22:04:14.264 INFO O| Aug 08 22:04:14.264 INFO STEP 1194 (remove_files) COMPLETE
74412024-08-08T22:04:16.472Z[ recovery-image] Aug 08 22:04:14.264 INFO O| Aug 08 22:04:14.264 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-08-08T22:04:16.478Z[ recovery-image] Aug 08 22:04:14.273 INFO O| Aug 08 22:04:14.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
74432024-08-08T22:04:16.481Z[ recovery-image] Aug 08 22:04:14.274 INFO O| Aug 08 22:04:14.273 INFO STEP 1195 (remove_files) COMPLETE
74442024-08-08T22:04:16.481Z[ recovery-image] Aug 08 22:04:14.274 INFO O| Aug 08 22:04:14.273 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-08-08T22:04:16.488Z[ recovery-image] Aug 08 22:04:14.283 INFO O| Aug 08 22:04:14.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
74462024-08-08T22:04:16.491Z[ recovery-image] Aug 08 22:04:14.283 INFO O| Aug 08 22:04:14.283 INFO STEP 1196 (remove_files) COMPLETE
74472024-08-08T22:04:16.491Z[ recovery-image] Aug 08 22:04:14.283 INFO O| Aug 08 22:04:14.283 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-08-08T22:04:16.497Z[ recovery-image] Aug 08 22:04:14.292 INFO O| Aug 08 22:04:14.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
74492024-08-08T22:04:16.501Z[ recovery-image] Aug 08 22:04:14.293 INFO O| Aug 08 22:04:14.293 INFO STEP 1197 (remove_files) COMPLETE
74502024-08-08T22:04:16.501Z[ recovery-image] Aug 08 22:04:14.293 INFO O| Aug 08 22:04:14.293 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-08-08T22:04:16.506Z[ recovery-image] Aug 08 22:04:14.302 INFO O| Aug 08 22:04:14.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
74522024-08-08T22:04:16.509Z[ recovery-image] Aug 08 22:04:14.302 INFO O| Aug 08 22:04:14.302 INFO STEP 1198 (remove_files) COMPLETE
74532024-08-08T22:04:16.509Z[ recovery-image] Aug 08 22:04:14.302 INFO O| Aug 08 22:04:14.302 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-08-08T22:04:16.516Z[ recovery-image] Aug 08 22:04:14.311 INFO O| Aug 08 22:04:14.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
74552024-08-08T22:04:16.519Z[ recovery-image] Aug 08 22:04:14.311 INFO O| Aug 08 22:04:14.311 INFO STEP 1199 (remove_files) COMPLETE
74562024-08-08T22:04:16.519Z[ recovery-image] Aug 08 22:04:14.311 INFO O| Aug 08 22:04:14.311 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-08-08T22:04:16.525Z[ recovery-image] Aug 08 22:04:14.321 INFO O| Aug 08 22:04:14.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
74582024-08-08T22:04:16.525Z[ recovery-image] Aug 08 22:04:14.321 INFO O| Aug 08 22:04:14.321 INFO STEP 1200 (remove_files) COMPLETE
74592024-08-08T22:04:16.528Z[ recovery-image] Aug 08 22:04:14.321 INFO O| Aug 08 22:04:14.321 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-08-08T22:04:16.535Z[ recovery-image] Aug 08 22:04:14.331 INFO O| Aug 08 22:04:14.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
74612024-08-08T22:04:16.535Z[ recovery-image] Aug 08 22:04:14.331 INFO O| Aug 08 22:04:14.331 INFO STEP 1201 (remove_files) COMPLETE
74622024-08-08T22:04:16.535Z[ recovery-image] Aug 08 22:04:14.331 INFO O| Aug 08 22:04:14.331 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-08-08T22:04:16.546Z[ recovery-image] Aug 08 22:04:14.340 INFO O| Aug 08 22:04:14.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
74642024-08-08T22:04:16.549Z[ recovery-image] Aug 08 22:04:14.340 INFO O| Aug 08 22:04:14.340 INFO STEP 1202 (remove_files) COMPLETE
74652024-08-08T22:04:16.549Z[ recovery-image] Aug 08 22:04:14.340 INFO O| Aug 08 22:04:14.340 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-08-08T22:04:16.554Z[ recovery-image] Aug 08 22:04:14.350 INFO O| Aug 08 22:04:14.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
74672024-08-08T22:04:16.554Z[ recovery-image] Aug 08 22:04:14.350 INFO O| Aug 08 22:04:14.350 INFO STEP 1203 (remove_files) COMPLETE
74682024-08-08T22:04:16.557Z[ recovery-image] Aug 08 22:04:14.350 INFO O| Aug 08 22:04:14.350 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-08-08T22:04:16.564Z[ recovery-image] Aug 08 22:04:14.359 INFO O| Aug 08 22:04:14.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
74702024-08-08T22:04:16.564Z[ recovery-image] Aug 08 22:04:14.360 INFO O| Aug 08 22:04:14.360 INFO STEP 1204 (remove_files) COMPLETE
74712024-08-08T22:04:16.567Z[ recovery-image] Aug 08 22:04:14.360 INFO O| Aug 08 22:04:14.360 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-08-08T22:04:16.574Z[ recovery-image] Aug 08 22:04:14.369 INFO O| Aug 08 22:04:14.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
74732024-08-08T22:04:16.577Z[ recovery-image] Aug 08 22:04:14.369 INFO O| Aug 08 22:04:14.369 INFO STEP 1205 (remove_files) COMPLETE
74742024-08-08T22:04:16.577Z[ recovery-image] Aug 08 22:04:14.369 INFO O| Aug 08 22:04:14.369 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-08-08T22:04:16.583Z[ recovery-image] Aug 08 22:04:14.379 INFO O| Aug 08 22:04:14.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
74762024-08-08T22:04:16.583Z[ recovery-image] Aug 08 22:04:14.379 INFO O| Aug 08 22:04:14.379 INFO STEP 1206 (remove_files) COMPLETE
74772024-08-08T22:04:16.586Z[ recovery-image] Aug 08 22:04:14.379 INFO O| Aug 08 22:04:14.379 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
74782024-08-08T22:04:16.597Z[ recovery-image] Aug 08 22:04:14.393 INFO O| Aug 08 22:04:14.393 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
74792024-08-08T22:04:16.600Z[ recovery-image] Aug 08 22:04:14.393 INFO O| Aug 08 22:04:14.393 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
74802024-08-08T22:04:17.291Z[ recovery-image] Aug 08 22:04:15.086 INFO O| Aug 08 22:04:15.086 INFO STEP 1207 (pack_tar) COMPLETE
74812024-08-08T22:04:17.291Z[ recovery-image] Aug 08 22:04:15.086 INFO O| Aug 08 22:04:15.086 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
74822024-08-08T22:04:17.294Z[ recovery-image] Aug 08 22:04:15.086 INFO O| Aug 08 22:04:15.086 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
74832024-08-08T22:04:17.413Z[ host-image] Aug 08 22:04:15.209 INFO O| Aug 08 22:04:15.208 INFO O| Download: Completed 8.42 MB in 4.47 seconds (1.9M/s)
74842024-08-08T22:04:17.653Z[ recovery-image] Aug 08 22:04:15.448 INFO O| Aug 08 22:04:15.448 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
74852024-08-08T22:04:17.691Z[ host-image] Aug 08 22:04:15.487 INFO O| Aug 08 22:04:15.486 INFO O| Actions: 1/1361 actions (Installing new actions)
74862024-08-08T22:04:17.747Z[ recovery-image] Aug 08 22:04:15.542 INFO O| Aug 08 22:04:15.542 INFO completed processing gimlet/ramdisk-03-recovery-trim
74872024-08-08T22:04:17.754Z[ recovery-image] Aug 08 22:04:15.549 INFO image builder template: zfs-recovery...
74882024-08-08T22:04:17.757Z[ recovery-image] Aug 08 22:04:15.549 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/.tmpuE3h3C/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "zfs-recovery"], pwd: None
74892024-08-08T22:04:17.788Z[ recovery-image] Aug 08 22:04:15.583 INFO O| Aug 08 22:04:15.583 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
74902024-08-08T22:04:17.792Z[ recovery-image] Aug 08 22:04:15.587 INFO O| Aug 08 22:04:15.587 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
74912024-08-08T22:04:17.928Z[ recovery-image] Aug 08 22:04:15.723 INFO O| Aug 08 22:04:15.722 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
74922024-08-08T22:04:18.003Z[ recovery-image] Aug 08 22:04:15.798 INFO O| Aug 08 22:04:15.798 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
74932024-08-08T22:04:18.003Z[ recovery-image] Aug 08 22:04:15.799 INFO O| Aug 08 22:04:15.799 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
74942024-08-08T22:04:18.008Z[ recovery-image] Aug 08 22:04:15.803 INFO O| Aug 08 22:04:15.803 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
74952024-08-08T22:04:18.088Z[ recovery-image] Aug 08 22:04:15.883 INFO O| Aug 08 22:04:15.883 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
74962024-08-08T22:04:18.136Z[ host-image] Aug 08 22:04:15.931 INFO O| Aug 08 22:04:15.931 INFO O| Actions: Completed 1361 actions in 0.44 seconds.
74972024-08-08T22:04:18.153Z[ recovery-image] Aug 08 22:04:15.948 INFO O| Aug 08 22:04:15.948 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
74982024-08-08T22:04:18.163Z[ recovery-image] Aug 08 22:04:15.958 INFO O| Aug 08 22:04:15.958 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
74992024-08-08T22:04:18.168Z[ recovery-image] Aug 08 22:04:15.964 INFO O| Aug 08 22:04:15.964 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75002024-08-08T22:04:18.171Z[ recovery-image] Aug 08 22:04:15.965 INFO O| Aug 08 22:04:15.965 INFO no lofi found
75012024-08-08T22:04:18.171Z[ recovery-image] Aug 08 22:04:15.965 INFO O| Aug 08 22:04:15.965 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75022024-08-08T22:04:18.171Z[ recovery-image] Aug 08 22:04:15.965 INFO O| Aug 08 22:04:15.965 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75032024-08-08T22:04:18.369Z[ host-image] Aug 08 22:04:16.164 INFO O| Aug 08 22:04:16.164 INFO O| Done
75042024-08-08T22:04:18.369Z[ host-image] Aug 08 22:04:16.164 INFO O| Aug 08 22:04:16.164 INFO O| Done
75052024-08-08T22:04:18.766Z[ host-image] Aug 08 22:04:16.561 INFO O| Aug 08 22:04:16.561 INFO O| Done
75062024-08-08T22:04:19.871Z[ host-image] Aug 08 22:04:17.665 INFO O| Aug 08 22:04:17.665 INFO O| Done
75072024-08-08T22:04:19.894Z[ host-image] Aug 08 22:04:17.688 INFO O| Aug 08 22:04:17.688 INFO O| Done
75082024-08-08T22:04:19.894Z[ host-image] Aug 08 22:04:17.688 INFO O| Aug 08 22:04:17.688 INFO O| Done
75092024-08-08T22:04:19.932Z[ host-image] Aug 08 22:04:17.726 INFO O| Aug 08 22:04:17.726 INFO O| Done
75102024-08-08T22:04:20.020Z[ host-image] Aug 08 22:04:17.815 INFO O| Aug 08 22:04:17.815 INFO STEP 13 (pkg_install) COMPLETE
75112024-08-08T22:04:20.020Z[ host-image] Aug 08 22:04:17.815 INFO O| Aug 08 22:04:17.815 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75122024-08-08T22:04:20.031Z[ host-image] Aug 08 22:04:17.826 INFO O| Aug 08 22:04:17.826 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
75132024-08-08T22:04:20.215Z[ recovery-image] Aug 08 22:04:18.010 INFO O| Aug 08 22:04:18.010 INFO lofi device = /dev/dsk/c2t1d0p0
75142024-08-08T22:04:20.215Z[ recovery-image] Aug 08 22:04:18.010 INFO O| Aug 08 22:04:18.010 INFO pool device = /dev/dsk/c2t1d0p0
75152024-08-08T22:04:20.218Z[ recovery-image] Aug 08 22:04:18.010 INFO O| Aug 08 22:04:18.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
75162024-08-08T22:04:20.297Z[ recovery-image] Aug 08 22:04:18.092 INFO O| Aug 08 22:04:18.092 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75172024-08-08T22:04:20.297Z[ recovery-image] Aug 08 22:04:18.092 INFO O| Aug 08 22:04:18.092 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
75182024-08-08T22:04:20.313Z[ recovery-image] Aug 08 22:04:18.108 INFO O| Aug 08 22:04:18.108 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75192024-08-08T22:04:20.379Z[ recovery-image] Aug 08 22:04:18.173 INFO O| Aug 08 22:04:18.173 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75202024-08-08T22:04:20.417Z[ recovery-image] Aug 08 22:04:18.211 INFO O| Aug 08 22:04:18.210 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75212024-08-08T22:04:20.430Z[ recovery-image] Aug 08 22:04:18.224 INFO O| Aug 08 22:04:18.224 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75222024-08-08T22:04:20.441Z[ recovery-image] Aug 08 22:04:18.236 INFO O| Aug 08 22:04:18.236 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75232024-08-08T22:04:20.488Z[ recovery-image] Aug 08 22:04:18.283 INFO O| Aug 08 22:04:18.283 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75242024-08-08T22:04:20.491Z[ recovery-image] Aug 08 22:04:18.283 INFO O| Aug 08 22:04:18.283 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75252024-08-08T22:04:20.491Z[ recovery-image] Aug 08 22:04:18.283 INFO O| Aug 08 22:04:18.283 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75262024-08-08T22:04:20.494Z[ host-image] Aug 08 22:04:18.287 INFO O| Aug 08 22:04:18.287 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
75272024-08-08T22:04:20.501Z[ recovery-image] Aug 08 22:04:18.296 INFO O| Aug 08 22:04:18.296 INFO boot environment UUID: 05167437-5b3a-4321-9f98-e54c7efc4127
75282024-08-08T22:04:20.501Z[ recovery-image] Aug 08 22:04:18.296 INFO O| Aug 08 22:04:18.296 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 05167437-5b3a-4321-9f98-e54c7efc4127
75292024-08-08T22:04:20.512Z[ recovery-image] Aug 08 22:04:18.306 INFO O| Aug 08 22:04:18.306 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
75302024-08-08T22:04:20.523Z[ recovery-image] Aug 08 22:04:18.317 INFO O| Aug 08 22:04:18.317 INFO STEP 0 (create_be) COMPLETE
75312024-08-08T22:04:20.526Z[ recovery-image] Aug 08 22:04:18.317 INFO O| Aug 08 22:04:18.317 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75322024-08-08T22:04:20.539Z[ recovery-image] Aug 08 22:04:18.334 INFO O| Aug 08 22:04:18.334 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"]
75332024-08-08T22:04:22.578Z[ host-image] Aug 08 22:04:20.372 INFO O| Aug 08 22:04:20.372 INFO O| Planning: Solver setup ... Done
75342024-08-08T22:04:22.581Z[ host-image] Aug 08 22:04:20.376 INFO O| Aug 08 22:04:20.376 INFO O| Planning: Running solver ... Done
75352024-08-08T22:04:22.602Z[ recovery-image] Aug 08 22:04:20.396 INFO O| Aug 08 22:04:20.396 INFO STEP 1 (unpack_tar) COMPLETE
75362024-08-08T22:04:22.602Z[ recovery-image] Aug 08 22:04:20.396 INFO O| Aug 08 22:04:20.396 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75372024-08-08T22:04:22.615Z[ recovery-image] Aug 08 22:04:20.409 INFO O| Aug 08 22:04:20.409 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75382024-08-08T22:04:22.617Z[ host-image] Aug 08 22:04:20.411 INFO O| Aug 08 22:04:20.411 INFO O| Planning: Finding local manifests ... Done
75392024-08-08T22:04:22.617Z[ host-image] Aug 08 22:04:20.412 INFO O| Aug 08 22:04:20.412 INFO O| Planning: Fetching manifests: 0/1 0% complete
75402024-08-08T22:04:22.721Z[ host-image] Aug 08 22:04:20.516 INFO O| Aug 08 22:04:20.515 INFO O| Planning: Fetching manifests: 1/1 100% complete
75412024-08-08T22:04:22.758Z[ host-image] Aug 08 22:04:20.552 INFO O| Aug 08 22:04:20.552 INFO O| Planning: Package planning ... Done
75422024-08-08T22:04:22.761Z[ host-image] Aug 08 22:04:20.553 INFO O| Aug 08 22:04:20.553 INFO O| Planning: Merging actions ... Done
75432024-08-08T22:04:22.875Z[ host-image] Aug 08 22:04:20.668 INFO O| Aug 08 22:04:20.668 INFO O| Planning: Checking for conflicting actions ... Done
75442024-08-08T22:04:22.877Z[ host-image] Aug 08 22:04:20.669 INFO O| Aug 08 22:04:20.669 INFO O| Planning: Consolidating action changes ... Done
75452024-08-08T22:04:23.037Z[ recovery-image] Aug 08 22:04:20.831 INFO O| Aug 08 22:04:20.831 INFO STEP 2 (devfsadm) COMPLETE
75462024-08-08T22:04:23.037Z[ recovery-image] Aug 08 22:04:20.831 INFO O| Aug 08 22:04:20.831 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75472024-08-08T22:04:23.051Z[ recovery-image] Aug 08 22:04:20.845 INFO O| Aug 08 22:04:20.845 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75482024-08-08T22:04:23.054Z[ recovery-image] Aug 08 22:04:20.845 INFO O| Aug 08 22:04:20.845 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75492024-08-08T22:04:23.054Z[ recovery-image] Aug 08 22:04:20.845 INFO O| Aug 08 22:04:20.845 INFO STEP 3 (ensure_dir) COMPLETE
75502024-08-08T22:04:23.054Z[ recovery-image] Aug 08 22:04:20.846 INFO O| Aug 08 22:04:20.845 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75512024-08-08T22:04:23.063Z[ recovery-image] Aug 08 22:04:20.857 INFO O| Aug 08 22:04:20.857 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75522024-08-08T22:04:23.063Z[ recovery-image] Aug 08 22:04:20.857 INFO O| Aug 08 22:04:20.857 INFO STEP 4 (ensure_dir) COMPLETE
75532024-08-08T22:04:23.063Z[ recovery-image] Aug 08 22:04:20.857 INFO O| Aug 08 22:04:20.857 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75542024-08-08T22:04:23.073Z[ recovery-image] Aug 08 22:04:20.867 INFO O| Aug 08 22:04:20.867 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75552024-08-08T22:04:23.073Z[ recovery-image] Aug 08 22:04:20.868 INFO O| Aug 08 22:04:20.867 INFO STEP 5 (ensure_dir) COMPLETE
75562024-08-08T22:04:23.076Z[ recovery-image] Aug 08 22:04:20.868 INFO O| Aug 08 22:04:20.867 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75572024-08-08T22:04:23.084Z[ recovery-image] Aug 08 22:04:20.878 INFO O| Aug 08 22:04:20.878 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75582024-08-08T22:04:23.087Z[ recovery-image] Aug 08 22:04:20.878 INFO O| Aug 08 22:04:20.878 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75592024-08-08T22:04:23.087Z[ recovery-image] Aug 08 22:04:20.878 INFO O| Aug 08 22:04:20.878 INFO STEP 6 (ensure_dir) COMPLETE
75602024-08-08T22:04:23.087Z[ recovery-image] Aug 08 22:04:20.878 INFO O| Aug 08 22:04:20.878 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75612024-08-08T22:04:23.094Z[ recovery-image] Aug 08 22:04:20.888 INFO O| Aug 08 22:04:20.888 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75622024-08-08T22:04:23.097Z[ recovery-image] Aug 08 22:04:20.888 INFO O| Aug 08 22:04:20.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75632024-08-08T22:04:23.097Z[ recovery-image] Aug 08 22:04:20.888 INFO O| Aug 08 22:04:20.888 INFO STEP 7 (ensure_dir) COMPLETE
75642024-08-08T22:04:23.097Z[ recovery-image] Aug 08 22:04:20.888 INFO O| Aug 08 22:04:20.888 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75652024-08-08T22:04:23.104Z[ recovery-image] Aug 08 22:04:20.898 INFO O| Aug 08 22:04:20.898 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
75662024-08-08T22:04:23.107Z[ recovery-image] Aug 08 22:04:20.899 INFO O| Aug 08 22:04:20.899 INFO STEP 8 (remove_files) COMPLETE
75672024-08-08T22:04:23.107Z[ recovery-image] Aug 08 22:04:20.899 INFO O| Aug 08 22:04:20.899 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75682024-08-08T22:04:23.114Z[ recovery-image] Aug 08 22:04:20.908 INFO O| Aug 08 22:04:20.908 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
75692024-08-08T22:04:23.117Z[ recovery-image] Aug 08 22:04:20.909 INFO O| Aug 08 22:04:20.909 INFO STEP 9 (remove_files) COMPLETE
75702024-08-08T22:04:23.117Z[ recovery-image] Aug 08 22:04:20.909 INFO O| Aug 08 22:04:20.909 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75712024-08-08T22:04:23.125Z[ recovery-image] Aug 08 22:04:20.919 INFO O| Aug 08 22:04:20.919 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
75722024-08-08T22:04:23.127Z[ recovery-image] Aug 08 22:04:20.920 INFO O| Aug 08 22:04:20.919 INFO STEP 10 (remove_files) COMPLETE
75732024-08-08T22:04:23.127Z[ recovery-image] Aug 08 22:04:20.920 INFO O| Aug 08 22:04:20.920 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75742024-08-08T22:04:23.135Z[ recovery-image] Aug 08 22:04:20.929 INFO O| Aug 08 22:04:20.929 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
75752024-08-08T22:04:23.138Z[ recovery-image] Aug 08 22:04:20.929 INFO O| Aug 08 22:04:20.929 INFO STEP 11 (remove_files) COMPLETE
75762024-08-08T22:04:23.138Z[ recovery-image] Aug 08 22:04:20.929 INFO O| Aug 08 22:04:20.929 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75772024-08-08T22:04:23.145Z[ recovery-image] Aug 08 22:04:20.939 INFO O| Aug 08 22:04:20.939 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
75782024-08-08T22:04:23.148Z[ recovery-image] Aug 08 22:04:20.939 INFO O| Aug 08 22:04:20.939 INFO STEP 12 (remove_files) COMPLETE
75792024-08-08T22:04:23.148Z[ recovery-image] Aug 08 22:04:20.939 INFO O| Aug 08 22:04:20.939 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75802024-08-08T22:04:23.155Z[ recovery-image] Aug 08 22:04:20.949 INFO O| Aug 08 22:04:20.949 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75812024-08-08T22:04:23.155Z[ recovery-image] Aug 08 22:04:20.949 INFO O| Aug 08 22:04:20.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75822024-08-08T22:04:23.159Z[ recovery-image] Aug 08 22:04:20.949 INFO O| Aug 08 22:04:20.949 INFO STEP 13 (ensure_dir) COMPLETE
75832024-08-08T22:04:23.159Z[ recovery-image] Aug 08 22:04:20.949 INFO O| Aug 08 22:04:20.949 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75842024-08-08T22:04:23.165Z[ recovery-image] Aug 08 22:04:20.960 INFO O| Aug 08 22:04:20.960 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75852024-08-08T22:04:23.168Z[ recovery-image] Aug 08 22:04:20.960 INFO O| Aug 08 22:04:20.960 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75862024-08-08T22:04:23.168Z[ recovery-image] Aug 08 22:04:20.960 INFO O| Aug 08 22:04:20.960 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75872024-08-08T22:04:23.168Z[ recovery-image] Aug 08 22:04:20.960 INFO O| Aug 08 22:04:20.960 INFO STEP 14 (ensure_dir) COMPLETE
75882024-08-08T22:04:23.168Z[ recovery-image] Aug 08 22:04:20.960 INFO O| Aug 08 22:04:20.960 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75892024-08-08T22:04:23.174Z[ host-image] Aug 08 22:04:20.968 INFO O| Aug 08 22:04:20.968 INFO O| Planning: Evaluating mediators ... Done
75902024-08-08T22:04:23.177Z[ host-image] Aug 08 22:04:20.969 INFO O| Aug 08 22:04:20.969 INFO O| Planning: Planning completed in 2.68 seconds
75912024-08-08T22:04:23.177Z[ recovery-image] Aug 08 22:04:20.970 INFO O| Aug 08 22:04:20.970 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75922024-08-08T22:04:23.177Z[ recovery-image] Aug 08 22:04:20.970 INFO O| Aug 08 22:04:20.970 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75932024-08-08T22:04:23.177Z[ host-image] Aug 08 22:04:20.970 INFO O| Aug 08 22:04:20.970 INFO O| Packages to install: 1
75942024-08-08T22:04:23.177Z[ recovery-image] Aug 08 22:04:20.970 INFO O| Aug 08 22:04:20.970 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75952024-08-08T22:04:23.177Z[ recovery-image] Aug 08 22:04:20.970 INFO O| Aug 08 22:04:20.970 INFO STEP 15 (ensure_dir) COMPLETE
75962024-08-08T22:04:23.177Z[ recovery-image] Aug 08 22:04:20.970 INFO O| Aug 08 22:04:20.970 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75972024-08-08T22:04:23.186Z[ recovery-image] Aug 08 22:04:20.980 INFO O| Aug 08 22:04:20.980 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75982024-08-08T22:04:23.186Z[ recovery-image] Aug 08 22:04:20.980 INFO O| Aug 08 22:04:20.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75992024-08-08T22:04:23.189Z[ recovery-image] Aug 08 22:04:20.980 INFO O| Aug 08 22:04:20.980 INFO STEP 16 (ensure_dir) COMPLETE
76002024-08-08T22:04:23.189Z[ recovery-image] Aug 08 22:04:20.980 INFO O| Aug 08 22:04:20.980 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76012024-08-08T22:04:23.189Z[ host-image] Aug 08 22:04:20.980 INFO O| Aug 08 22:04:20.980 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
76022024-08-08T22:04:23.197Z[ recovery-image] Aug 08 22:04:20.991 INFO O| Aug 08 22:04:20.991 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76032024-08-08T22:04:23.199Z[ recovery-image] Aug 08 22:04:20.991 INFO O| Aug 08 22:04:20.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76042024-08-08T22:04:23.199Z[ recovery-image] Aug 08 22:04:20.991 INFO O| Aug 08 22:04:20.991 INFO STEP 17 (ensure_dir) COMPLETE
76052024-08-08T22:04:23.199Z[ recovery-image] Aug 08 22:04:20.991 INFO O| Aug 08 22:04:20.991 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76062024-08-08T22:04:23.208Z[ recovery-image] Aug 08 22:04:21.002 INFO O| Aug 08 22:04:21.002 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76072024-08-08T22:04:23.208Z[ recovery-image] Aug 08 22:04:21.002 INFO O| Aug 08 22:04:21.002 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76082024-08-08T22:04:23.211Z[ recovery-image] Aug 08 22:04:21.002 INFO O| Aug 08 22:04:21.002 INFO ok!
76092024-08-08T22:04:23.211Z[ recovery-image] Aug 08 22:04:21.002 INFO O| Aug 08 22:04:21.002 INFO STEP 18 (ensure_symlink) COMPLETE
76102024-08-08T22:04:23.211Z[ recovery-image] Aug 08 22:04:21.002 INFO O| Aug 08 22:04:21.002 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76112024-08-08T22:04:23.220Z[ recovery-image] Aug 08 22:04:21.014 INFO O| Aug 08 22:04:21.014 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76122024-08-08T22:04:23.220Z[ recovery-image] Aug 08 22:04:21.014 INFO O| Aug 08 22:04:21.014 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76132024-08-08T22:04:23.220Z[ recovery-image] Aug 08 22:04:21.014 INFO O| Aug 08 22:04:21.014 INFO ok!
76142024-08-08T22:04:23.223Z[ recovery-image] Aug 08 22:04:21.014 INFO O| Aug 08 22:04:21.014 INFO STEP 19 (ensure_file) COMPLETE
76152024-08-08T22:04:23.223Z[ recovery-image] Aug 08 22:04:21.014 INFO O| Aug 08 22:04:21.014 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76162024-08-08T22:04:23.231Z[ recovery-image] Aug 08 22:04:21.025 INFO O| Aug 08 22:04:21.025 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76172024-08-08T22:04:23.234Z[ recovery-image] Aug 08 22:04:21.025 INFO O| Aug 08 22:04:21.025 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76182024-08-08T22:04:23.234Z[ recovery-image] Aug 08 22:04:21.025 INFO O| Aug 08 22:04:21.025 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76192024-08-08T22:04:23.234Z[ recovery-image] Aug 08 22:04:21.025 INFO O| Aug 08 22:04:21.025 INFO ok!
76202024-08-08T22:04:23.234Z[ recovery-image] Aug 08 22:04:21.025 INFO O| Aug 08 22:04:21.025 INFO STEP 20 (ensure_symlink) COMPLETE
76212024-08-08T22:04:23.234Z[ recovery-image] Aug 08 22:04:21.025 INFO O| Aug 08 22:04:21.025 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76222024-08-08T22:04:23.243Z[ recovery-image] Aug 08 22:04:21.037 INFO O| Aug 08 22:04:21.037 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76232024-08-08T22:04:23.247Z[ recovery-image] Aug 08 22:04:21.037 INFO O| Aug 08 22:04:21.037 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
76242024-08-08T22:04:23.247Z[ recovery-image] Aug 08 22:04:21.037 INFO O| Aug 08 22:04:21.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
76252024-08-08T22:04:23.247Z[ recovery-image] Aug 08 22:04:21.037 INFO O| Aug 08 22:04:21.037 INFO ok!
76262024-08-08T22:04:23.247Z[ recovery-image] Aug 08 22:04:21.037 INFO O| Aug 08 22:04:21.037 INFO STEP 21 (ensure_symlink) COMPLETE
76272024-08-08T22:04:23.247Z[ recovery-image] Aug 08 22:04:21.037 INFO O| Aug 08 22:04:21.037 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76282024-08-08T22:04:23.255Z[ recovery-image] Aug 08 22:04:21.049 INFO O| Aug 08 22:04:21.049 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
76292024-08-08T22:04:23.255Z[ recovery-image] Aug 08 22:04:21.049 INFO O| Aug 08 22:04:21.049 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
76302024-08-08T22:04:23.255Z[ recovery-image] Aug 08 22:04:21.049 INFO O| Aug 08 22:04:21.049 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
76312024-08-08T22:04:23.258Z[ recovery-image] Aug 08 22:04:21.049 INFO O| Aug 08 22:04:21.049 INFO ok!
76322024-08-08T22:04:23.258Z[ recovery-image] Aug 08 22:04:21.049 INFO O| Aug 08 22:04:21.049 INFO STEP 22 (ensure_symlink) COMPLETE
76332024-08-08T22:04:23.258Z[ recovery-image] Aug 08 22:04:21.049 INFO O| Aug 08 22:04:21.049 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76342024-08-08T22:04:23.266Z[ recovery-image] Aug 08 22:04:21.060 INFO O| Aug 08 22:04:21.060 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
76352024-08-08T22:04:23.269Z[ recovery-image] Aug 08 22:04:21.060 INFO O| Aug 08 22:04:21.060 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
76362024-08-08T22:04:23.269Z[ recovery-image] Aug 08 22:04:21.061 INFO O| Aug 08 22:04:21.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
76372024-08-08T22:04:23.269Z[ recovery-image] Aug 08 22:04:21.061 INFO O| Aug 08 22:04:21.061 INFO ok!
76382024-08-08T22:04:23.269Z[ recovery-image] Aug 08 22:04:21.061 INFO O| Aug 08 22:04:21.061 INFO STEP 23 (ensure_symlink) COMPLETE
76392024-08-08T22:04:23.269Z[ recovery-image] Aug 08 22:04:21.061 INFO O| Aug 08 22:04:21.061 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76402024-08-08T22:04:23.277Z[ recovery-image] Aug 08 22:04:21.071 INFO O| Aug 08 22:04:21.071 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
76412024-08-08T22:04:23.279Z[ recovery-image] Aug 08 22:04:21.071 INFO O| Aug 08 22:04:21.071 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 ...
76422024-08-08T22:04:23.280Z[ recovery-image] Aug 08 22:04:21.071 INFO O| Aug 08 22:04:21.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
76432024-08-08T22:04:23.280Z[ recovery-image] Aug 08 22:04:21.071 INFO O| Aug 08 22:04:21.071 INFO ok!
76442024-08-08T22:04:23.280Z[ recovery-image] Aug 08 22:04:21.071 INFO O| Aug 08 22:04:21.071 INFO STEP 24 (ensure_file) COMPLETE
76452024-08-08T22:04:23.280Z[ recovery-image] Aug 08 22:04:21.071 INFO O| Aug 08 22:04:21.071 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
76462024-08-08T22:04:23.288Z[ recovery-image] Aug 08 22:04:21.082 INFO O| Aug 08 22:04:21.082 INFO updating shadow file
76472024-08-08T22:04:23.291Z[ recovery-image] Aug 08 22:04:21.083 INFO O| Aug 08 22:04:21.083 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76482024-08-08T22:04:23.291Z[ recovery-image] Aug 08 22:04:21.083 INFO O| Aug 08 22:04:21.083 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76492024-08-08T22:04:23.291Z[ recovery-image] Aug 08 22:04:21.083 INFO O| Aug 08 22:04:21.083 INFO STEP 25 (shadow) COMPLETE
76502024-08-08T22:04:23.291Z[ recovery-image] Aug 08 22:04:21.083 INFO O| Aug 08 22:04:21.083 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76512024-08-08T22:04:23.302Z[ recovery-image] Aug 08 22:04:21.096 INFO O| Aug 08 22:04:21.096 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
76522024-08-08T22:04:23.302Z[ recovery-image] Aug 08 22:04:21.096 INFO O| Aug 08 22:04:21.096 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
76532024-08-08T22:04:23.304Z[ recovery-image] Aug 08 22:04:21.096 INFO O| Aug 08 22:04:21.096 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
76542024-08-08T22:04:23.304Z[ recovery-image] Aug 08 22:04:21.096 INFO O| Aug 08 22:04:21.096 INFO ok!
76552024-08-08T22:04:23.304Z[ recovery-image] Aug 08 22:04:21.096 INFO O| Aug 08 22:04:21.096 INFO STEP 26 (ensure_file) COMPLETE
76562024-08-08T22:04:23.304Z[ recovery-image] Aug 08 22:04:21.096 INFO O| Aug 08 22:04:21.096 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76572024-08-08T22:04:23.317Z[ recovery-image] Aug 08 22:04:21.111 INFO O| Aug 08 22:04:21.111 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
76582024-08-08T22:04:23.317Z[ recovery-image] Aug 08 22:04:21.111 INFO O| Aug 08 22:04:21.111 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
76592024-08-08T22:04:23.320Z[ recovery-image] Aug 08 22:04:21.111 INFO O| Aug 08 22:04:21.111 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
76602024-08-08T22:04:23.320Z[ recovery-image] Aug 08 22:04:21.111 INFO O| Aug 08 22:04:21.111 INFO ok!
76612024-08-08T22:04:23.320Z[ recovery-image] Aug 08 22:04:21.111 INFO O| Aug 08 22:04:21.111 INFO STEP 27 (ensure_file) COMPLETE
76622024-08-08T22:04:23.320Z[ recovery-image] Aug 08 22:04:21.111 INFO O| Aug 08 22:04:21.111 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76632024-08-08T22:04:23.328Z[ recovery-image] Aug 08 22:04:21.122 INFO O| Aug 08 22:04:21.122 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
76642024-08-08T22:04:23.328Z[ recovery-image] Aug 08 22:04:21.122 INFO O| Aug 08 22:04:21.122 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
76652024-08-08T22:04:23.331Z[ recovery-image] Aug 08 22:04:21.122 INFO O| Aug 08 22:04:21.122 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76662024-08-08T22:04:23.331Z[ recovery-image] Aug 08 22:04:21.122 INFO O| Aug 08 22:04:21.122 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76672024-08-08T22:04:23.331Z[ recovery-image] Aug 08 22:04:21.122 INFO O| Aug 08 22:04:21.122 INFO ok!
76682024-08-08T22:04:23.331Z[ recovery-image] Aug 08 22:04:21.123 INFO O| Aug 08 22:04:21.122 INFO STEP 28 (ensure_file) COMPLETE
76692024-08-08T22:04:23.331Z[ recovery-image] Aug 08 22:04:21.123 INFO O| Aug 08 22:04:21.122 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76702024-08-08T22:04:23.339Z[ recovery-image] Aug 08 22:04:21.133 INFO O| Aug 08 22:04:21.133 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
76712024-08-08T22:04:23.339Z[ recovery-image] Aug 08 22:04:21.133 INFO O| Aug 08 22:04:21.133 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
76722024-08-08T22:04:23.342Z[ recovery-image] Aug 08 22:04:21.133 INFO O| Aug 08 22:04:21.133 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
76732024-08-08T22:04:23.342Z[ recovery-image] Aug 08 22:04:21.133 INFO O| Aug 08 22:04:21.133 INFO ok!
76742024-08-08T22:04:23.342Z[ recovery-image] Aug 08 22:04:21.134 INFO O| Aug 08 22:04:21.133 INFO STEP 29 (ensure_file) COMPLETE
76752024-08-08T22:04:23.342Z[ recovery-image] Aug 08 22:04:21.134 INFO O| Aug 08 22:04:21.133 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76762024-08-08T22:04:23.352Z[ recovery-image] Aug 08 22:04:21.146 INFO O| Aug 08 22:04:21.146 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
76772024-08-08T22:04:23.352Z[ recovery-image] Aug 08 22:04:21.147 INFO O| Aug 08 22:04:21.146 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
76782024-08-08T22:04:23.355Z[ recovery-image] Aug 08 22:04:21.147 INFO O| Aug 08 22:04:21.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
76792024-08-08T22:04:23.355Z[ recovery-image] Aug 08 22:04:21.147 INFO O| Aug 08 22:04:21.147 INFO ok!
76802024-08-08T22:04:23.355Z[ recovery-image] Aug 08 22:04:21.147 INFO O| Aug 08 22:04:21.147 INFO STEP 30 (ensure_file) COMPLETE
76812024-08-08T22:04:23.355Z[ recovery-image] Aug 08 22:04:21.147 INFO O| Aug 08 22:04:21.147 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76822024-08-08T22:04:23.368Z[ recovery-image] Aug 08 22:04:21.162 INFO O| Aug 08 22:04:21.162 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
76832024-08-08T22:04:23.368Z[ recovery-image] Aug 08 22:04:21.162 INFO O| Aug 08 22:04:21.162 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
76842024-08-08T22:04:23.371Z[ recovery-image] Aug 08 22:04:21.162 INFO O| Aug 08 22:04:21.162 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
76852024-08-08T22:04:23.371Z[ recovery-image] Aug 08 22:04:21.162 INFO O| Aug 08 22:04:21.162 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
76862024-08-08T22:04:23.371Z[ recovery-image] Aug 08 22:04:21.162 INFO O| Aug 08 22:04:21.162 INFO ok!
76872024-08-08T22:04:23.371Z[ recovery-image] Aug 08 22:04:21.162 INFO O| Aug 08 22:04:21.162 INFO STEP 31 (ensure_file) COMPLETE
76882024-08-08T22:04:23.371Z[ recovery-image] Aug 08 22:04:21.162 INFO O| Aug 08 22:04:21.162 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76892024-08-08T22:04:23.380Z[ recovery-image] Aug 08 22:04:21.175 INFO O| Aug 08 22:04:21.175 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
76902024-08-08T22:04:23.381Z[ recovery-image] Aug 08 22:04:21.175 INFO O| Aug 08 22:04:21.175 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
76912024-08-08T22:04:23.383Z[ recovery-image] Aug 08 22:04:21.175 INFO O| Aug 08 22:04:21.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
76922024-08-08T22:04:23.383Z[ recovery-image] Aug 08 22:04:21.175 INFO O| Aug 08 22:04:21.175 INFO ok!
76932024-08-08T22:04:23.383Z[ recovery-image] Aug 08 22:04:21.175 INFO O| Aug 08 22:04:21.175 INFO STEP 32 (ensure_file) COMPLETE
76942024-08-08T22:04:23.383Z[ recovery-image] Aug 08 22:04:21.175 INFO O| Aug 08 22:04:21.175 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76952024-08-08T22:04:23.391Z[ recovery-image] Aug 08 22:04:21.185 INFO O| Aug 08 22:04:21.185 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
76962024-08-08T22:04:23.391Z[ recovery-image] Aug 08 22:04:21.185 INFO O| Aug 08 22:04:21.185 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
76972024-08-08T22:04:23.393Z[ recovery-image] Aug 08 22:04:21.185 INFO O| Aug 08 22:04:21.185 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
76982024-08-08T22:04:23.393Z[ recovery-image] Aug 08 22:04:21.185 INFO O| Aug 08 22:04:21.185 INFO ok!
76992024-08-08T22:04:23.393Z[ recovery-image] Aug 08 22:04:21.185 INFO O| Aug 08 22:04:21.185 INFO STEP 33 (ensure_file) COMPLETE
77002024-08-08T22:04:23.393Z[ recovery-image] Aug 08 22:04:21.185 INFO O| Aug 08 22:04:21.185 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77012024-08-08T22:04:23.401Z[ recovery-image] Aug 08 22:04:21.195 INFO O| Aug 08 22:04:21.195 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77022024-08-08T22:04:23.401Z[ recovery-image] Aug 08 22:04:21.195 INFO O| Aug 08 22:04:21.195 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77032024-08-08T22:04:23.404Z[ recovery-image] Aug 08 22:04:21.195 INFO O| Aug 08 22:04:21.195 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77042024-08-08T22:04:23.404Z[ recovery-image] Aug 08 22:04:21.195 INFO O| Aug 08 22:04:21.195 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77052024-08-08T22:04:23.404Z[ recovery-image] Aug 08 22:04:21.195 INFO O| Aug 08 22:04:21.195 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77062024-08-08T22:04:23.404Z[ recovery-image] Aug 08 22:04:21.195 INFO O| Aug 08 22:04:21.195 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77072024-08-08T22:04:23.404Z[ recovery-image] Aug 08 22:04:21.195 INFO O| Aug 08 22:04:21.195 INFO ok!
77082024-08-08T22:04:23.404Z[ recovery-image] Aug 08 22:04:21.195 INFO O| Aug 08 22:04:21.195 INFO STEP 34 (ensure_file) COMPLETE
77092024-08-08T22:04:23.404Z[ recovery-image] Aug 08 22:04:21.195 INFO O| Aug 08 22:04:21.195 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77102024-08-08T22:04:23.411Z[ recovery-image] Aug 08 22:04:21.205 INFO O| Aug 08 22:04:21.205 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77112024-08-08T22:04:23.414Z[ recovery-image] Aug 08 22:04:21.205 INFO O| Aug 08 22:04:21.205 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77122024-08-08T22:04:23.414Z[ recovery-image] Aug 08 22:04:21.205 INFO O| Aug 08 22:04:21.205 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77132024-08-08T22:04:23.414Z[ recovery-image] Aug 08 22:04:21.205 INFO O| Aug 08 22:04:21.205 INFO STEP 35 (ensure_dir) COMPLETE
77142024-08-08T22:04:23.414Z[ recovery-image] Aug 08 22:04:21.205 INFO O| Aug 08 22:04:21.205 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77152024-08-08T22:04:23.421Z[ recovery-image] Aug 08 22:04:21.215 INFO O| Aug 08 22:04:21.215 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
77162024-08-08T22:04:23.421Z[ recovery-image] Aug 08 22:04:21.215 INFO O| Aug 08 22:04:21.215 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 ...
77172024-08-08T22:04:23.424Z[ recovery-image] Aug 08 22:04:21.215 INFO O| Aug 08 22:04:21.215 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
77182024-08-08T22:04:23.424Z[ recovery-image] Aug 08 22:04:21.215 INFO O| Aug 08 22:04:21.215 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
77192024-08-08T22:04:23.424Z[ recovery-image] Aug 08 22:04:21.215 INFO O| Aug 08 22:04:21.215 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
77202024-08-08T22:04:23.424Z[ recovery-image] Aug 08 22:04:21.215 INFO O| Aug 08 22:04:21.215 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
77212024-08-08T22:04:23.424Z[ recovery-image] Aug 08 22:04:21.215 INFO O| Aug 08 22:04:21.215 INFO ok!
77222024-08-08T22:04:23.424Z[ recovery-image] Aug 08 22:04:21.215 INFO O| Aug 08 22:04:21.215 INFO STEP 36 (ensure_file) COMPLETE
77232024-08-08T22:04:23.424Z[ recovery-image] Aug 08 22:04:21.215 INFO O| Aug 08 22:04:21.215 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77242024-08-08T22:04:23.431Z[ recovery-image] Aug 08 22:04:21.225 INFO O| Aug 08 22:04:21.225 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
77252024-08-08T22:04:23.431Z[ recovery-image] Aug 08 22:04:21.225 INFO O| Aug 08 22:04:21.225 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 ...
77262024-08-08T22:04:23.434Z[ recovery-image] Aug 08 22:04:21.225 INFO O| Aug 08 22:04:21.225 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
77272024-08-08T22:04:23.434Z[ recovery-image] Aug 08 22:04:21.225 INFO O| Aug 08 22:04:21.225 INFO ok!
77282024-08-08T22:04:23.434Z[ recovery-image] Aug 08 22:04:21.225 INFO O| Aug 08 22:04:21.225 INFO STEP 37 (ensure_symlink) COMPLETE
77292024-08-08T22:04:23.434Z[ recovery-image] Aug 08 22:04:21.225 INFO O| Aug 08 22:04:21.225 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77302024-08-08T22:04:23.441Z[ recovery-image] Aug 08 22:04:21.235 INFO O| Aug 08 22:04:21.235 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
77312024-08-08T22:04:23.441Z[ recovery-image] Aug 08 22:04:21.235 INFO O| Aug 08 22:04:21.235 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
77322024-08-08T22:04:23.444Z[ recovery-image] Aug 08 22:04:21.235 INFO O| Aug 08 22:04:21.235 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77332024-08-08T22:04:23.444Z[ recovery-image] Aug 08 22:04:21.235 INFO O| Aug 08 22:04:21.235 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77342024-08-08T22:04:23.444Z[ recovery-image] Aug 08 22:04:21.235 INFO O| Aug 08 22:04:21.235 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77352024-08-08T22:04:23.444Z[ recovery-image] Aug 08 22:04:21.235 INFO O| Aug 08 22:04:21.235 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77362024-08-08T22:04:23.444Z[ recovery-image] Aug 08 22:04:21.235 INFO O| Aug 08 22:04:21.235 INFO ok!
77372024-08-08T22:04:23.444Z[ recovery-image] Aug 08 22:04:21.235 INFO O| Aug 08 22:04:21.235 INFO STEP 38 (ensure_file) COMPLETE
77382024-08-08T22:04:23.444Z[ recovery-image] Aug 08 22:04:21.235 INFO O| Aug 08 22:04:21.235 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77392024-08-08T22:04:23.451Z[ recovery-image] Aug 08 22:04:21.245 INFO O| Aug 08 22:04:21.245 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
77402024-08-08T22:04:23.451Z[ recovery-image] Aug 08 22:04:21.245 INFO O| Aug 08 22:04:21.245 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 ...
77412024-08-08T22:04:23.454Z[ recovery-image] Aug 08 22:04:21.245 INFO O| Aug 08 22:04:21.245 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
77422024-08-08T22:04:23.454Z[ recovery-image] Aug 08 22:04:21.245 INFO O| Aug 08 22:04:21.245 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77432024-08-08T22:04:23.454Z[ recovery-image] Aug 08 22:04:21.245 INFO O| Aug 08 22:04:21.245 INFO ok!
77442024-08-08T22:04:23.454Z[ recovery-image] Aug 08 22:04:21.245 INFO O| Aug 08 22:04:21.245 INFO STEP 39 (ensure_file) COMPLETE
77452024-08-08T22:04:23.454Z[ recovery-image] Aug 08 22:04:21.245 INFO O| Aug 08 22:04:21.245 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77462024-08-08T22:04:23.461Z[ recovery-image] Aug 08 22:04:21.255 INFO O| Aug 08 22:04:21.255 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
77472024-08-08T22:04:23.461Z[ recovery-image] Aug 08 22:04:21.255 INFO O| Aug 08 22:04:21.255 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
77482024-08-08T22:04:23.464Z[ recovery-image] Aug 08 22:04:21.255 INFO O| Aug 08 22:04:21.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
77492024-08-08T22:04:23.464Z[ recovery-image] Aug 08 22:04:21.255 INFO O| Aug 08 22:04:21.255 INFO ok!
77502024-08-08T22:04:23.464Z[ recovery-image] Aug 08 22:04:21.255 INFO O| Aug 08 22:04:21.255 INFO STEP 40 (ensure_file) COMPLETE
77512024-08-08T22:04:23.464Z[ recovery-image] Aug 08 22:04:21.255 INFO O| Aug 08 22:04:21.255 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77522024-08-08T22:04:23.471Z[ recovery-image] Aug 08 22:04:21.265 INFO O| Aug 08 22:04:21.265 INFO updating shadow file
77532024-08-08T22:04:23.475Z[ recovery-image] Aug 08 22:04:21.265 INFO O| Aug 08 22:04:21.265 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77542024-08-08T22:04:23.475Z[ recovery-image] Aug 08 22:04:21.265 INFO O| Aug 08 22:04:21.265 INFO STEP 41 (shadow) COMPLETE
77552024-08-08T22:04:23.475Z[ recovery-image] Aug 08 22:04:21.265 INFO O| Aug 08 22:04:21.265 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77562024-08-08T22:04:23.481Z[ recovery-image] Aug 08 22:04:21.276 INFO O| Aug 08 22:04:21.275 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
77572024-08-08T22:04:23.481Z[ recovery-image] Aug 08 22:04:21.276 INFO O| Aug 08 22:04:21.276 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
77582024-08-08T22:04:23.484Z[ recovery-image] Aug 08 22:04:21.276 INFO O| Aug 08 22:04:21.276 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77592024-08-08T22:04:23.484Z[ recovery-image] Aug 08 22:04:21.276 INFO O| Aug 08 22:04:21.276 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77602024-08-08T22:04:23.484Z[ recovery-image] Aug 08 22:04:21.276 INFO O| Aug 08 22:04:21.276 INFO ok!
77612024-08-08T22:04:23.484Z[ recovery-image] Aug 08 22:04:21.276 INFO O| Aug 08 22:04:21.276 INFO STEP 42 (ensure_file) COMPLETE
77622024-08-08T22:04:23.484Z[ recovery-image] Aug 08 22:04:21.276 INFO O| Aug 08 22:04:21.276 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77632024-08-08T22:04:23.492Z[ recovery-image] Aug 08 22:04:21.285 INFO O| Aug 08 22:04:21.285 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
77642024-08-08T22:04:23.492Z[ recovery-image] Aug 08 22:04:21.285 INFO O| Aug 08 22:04:21.285 INFO STEP 43 (ensure_dir) COMPLETE
77652024-08-08T22:04:23.492Z[ recovery-image] Aug 08 22:04:21.285 INFO O| Aug 08 22:04:21.285 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77662024-08-08T22:04:23.501Z[ recovery-image] Aug 08 22:04:21.295 INFO O| Aug 08 22:04:21.295 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77672024-08-08T22:04:23.501Z[ recovery-image] Aug 08 22:04:21.295 INFO O| Aug 08 22:04:21.295 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77682024-08-08T22:04:23.504Z[ recovery-image] Aug 08 22:04:21.295 INFO O| Aug 08 22:04:21.295 INFO STEP 44 (ensure_dir) COMPLETE
77692024-08-08T22:04:23.504Z[ recovery-image] Aug 08 22:04:21.295 INFO O| Aug 08 22:04:21.295 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77702024-08-08T22:04:23.511Z[ recovery-image] Aug 08 22:04:21.305 INFO O| Aug 08 22:04:21.305 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77712024-08-08T22:04:23.513Z[ recovery-image] Aug 08 22:04:21.305 INFO O| Aug 08 22:04:21.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77722024-08-08T22:04:23.513Z[ recovery-image] Aug 08 22:04:21.305 INFO O| Aug 08 22:04:21.305 INFO STEP 45 (ensure_dir) COMPLETE
77732024-08-08T22:04:23.513Z[ recovery-image] Aug 08 22:04:21.305 INFO O| Aug 08 22:04:21.305 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77742024-08-08T22:04:23.520Z[ recovery-image] Aug 08 22:04:21.314 INFO O| Aug 08 22:04:21.314 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
77752024-08-08T22:04:23.523Z[ recovery-image] Aug 08 22:04:21.314 INFO O| Aug 08 22:04:21.314 INFO copying /tmp/.tmpuE3h3C/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
77762024-08-08T22:04:23.555Z[ recovery-image] Aug 08 22:04:21.349 INFO O| Aug 08 22:04:21.348 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
77772024-08-08T22:04:23.555Z[ recovery-image] Aug 08 22:04:21.349 INFO O| Aug 08 22:04:21.349 INFO ok!
77782024-08-08T22:04:23.555Z[ recovery-image] Aug 08 22:04:21.349 INFO O| Aug 08 22:04:21.349 INFO STEP 46 (ensure_file) COMPLETE
77792024-08-08T22:04:23.558Z[ recovery-image] Aug 08 22:04:21.349 INFO O| Aug 08 22:04:21.349 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77802024-08-08T22:04:23.572Z[ recovery-image] Aug 08 22:04:21.365 INFO O| Aug 08 22:04:21.365 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
77812024-08-08T22:04:23.572Z[ recovery-image] Aug 08 22:04:21.365 INFO O| Aug 08 22:04:21.365 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
77822024-08-08T22:04:23.572Z[ recovery-image] Aug 08 22:04:21.365 INFO O| Aug 08 22:04:21.365 INFO STEP 47 (ensure_dir) COMPLETE
77832024-08-08T22:04:23.576Z[ recovery-image] Aug 08 22:04:21.365 INFO O| Aug 08 22:04:21.365 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77842024-08-08T22:04:23.586Z[ recovery-image] Aug 08 22:04:21.380 INFO O| Aug 08 22:04:21.380 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
77852024-08-08T22:04:23.586Z[ recovery-image] Aug 08 22:04:21.380 INFO O| Aug 08 22:04:21.380 INFO copying /tmp/.tmpuE3h3C/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
77862024-08-08T22:04:23.586Z[ recovery-image] Aug 08 22:04:21.380 INFO O| Aug 08 22:04:21.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
77872024-08-08T22:04:23.590Z[ recovery-image] Aug 08 22:04:21.380 INFO O| Aug 08 22:04:21.380 INFO ok!
77882024-08-08T22:04:23.590Z[ recovery-image] Aug 08 22:04:21.380 INFO O| Aug 08 22:04:21.380 INFO STEP 48 (ensure_file) COMPLETE
77892024-08-08T22:04:23.590Z[ recovery-image] Aug 08 22:04:21.380 INFO O| Aug 08 22:04:21.380 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77902024-08-08T22:04:23.601Z[ recovery-image] Aug 08 22:04:21.395 INFO O| Aug 08 22:04:21.395 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
77912024-08-08T22:04:23.601Z[ recovery-image] Aug 08 22:04:21.395 INFO O| Aug 08 22:04:21.395 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
77922024-08-08T22:04:23.601Z[ recovery-image] Aug 08 22:04:21.395 INFO O| Aug 08 22:04:21.395 INFO STEP 49 (ensure_dir) COMPLETE
77932024-08-08T22:04:23.601Z[ recovery-image] Aug 08 22:04:21.395 INFO O| Aug 08 22:04:21.395 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77942024-08-08T22:04:23.617Z[ recovery-image] Aug 08 22:04:21.410 INFO O| Aug 08 22:04:21.410 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
77952024-08-08T22:04:23.617Z[ recovery-image] Aug 08 22:04:21.410 INFO O| Aug 08 22:04:21.410 INFO copying /tmp/.tmpuE3h3C/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
77962024-08-08T22:04:23.639Z[ recovery-image] Aug 08 22:04:21.431 INFO O| Aug 08 22:04:21.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
77972024-08-08T22:04:23.639Z[ recovery-image] Aug 08 22:04:21.431 INFO O| Aug 08 22:04:21.431 INFO ok!
77982024-08-08T22:04:23.639Z[ recovery-image] Aug 08 22:04:21.431 INFO O| Aug 08 22:04:21.431 INFO STEP 50 (ensure_file) COMPLETE
77992024-08-08T22:04:23.639Z[ recovery-image] Aug 08 22:04:21.431 INFO O| Aug 08 22:04:21.431 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78002024-08-08T22:04:23.658Z[ recovery-image] Aug 08 22:04:21.452 INFO O| Aug 08 22:04:21.452 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78012024-08-08T22:04:23.658Z[ recovery-image] Aug 08 22:04:21.452 INFO O| Aug 08 22:04:21.452 INFO copying /tmp/.tmpuE3h3C/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
78022024-08-08T22:04:23.827Z[ host-image] Aug 08 22:04:21.621 INFO O| Aug 08 22:04:21.621 INFO O| Download: Completed 20.86 MB in 0.64 seconds (32.6M/s)
78032024-08-08T22:04:23.980Z[ host-image] Aug 08 22:04:21.774 INFO O| Aug 08 22:04:21.774 INFO O| Actions: 1/22 actions (Installing new actions)
78042024-08-08T22:04:23.995Z[ recovery-image] Aug 08 22:04:21.789 INFO O| Aug 08 22:04:21.788 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78052024-08-08T22:04:23.995Z[ recovery-image] Aug 08 22:04:21.789 INFO O| Aug 08 22:04:21.788 INFO ok!
78062024-08-08T22:04:23.997Z[ recovery-image] Aug 08 22:04:21.789 INFO O| Aug 08 22:04:21.788 INFO STEP 51 (ensure_file) COMPLETE
78072024-08-08T22:04:23.997Z[ recovery-image] Aug 08 22:04:21.789 INFO O| Aug 08 22:04:21.789 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78082024-08-08T22:04:24.007Z[ recovery-image] Aug 08 22:04:21.801 INFO O| Aug 08 22:04:21.801 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78092024-08-08T22:04:24.010Z[ recovery-image] Aug 08 22:04:21.801 INFO O| Aug 08 22:04:21.801 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78102024-08-08T22:04:24.010Z[ recovery-image] Aug 08 22:04:21.801 INFO O| Aug 08 22:04:21.801 INFO STEP 52 (ensure_dir) COMPLETE
78112024-08-08T22:04:24.010Z[ recovery-image] Aug 08 22:04:21.801 INFO O| Aug 08 22:04:21.801 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78122024-08-08T22:04:24.018Z[ recovery-image] Aug 08 22:04:21.812 INFO O| Aug 08 22:04:21.812 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78132024-08-08T22:04:24.018Z[ recovery-image] Aug 08 22:04:21.812 INFO O| Aug 08 22:04:21.812 INFO copying /tmp/.tmpuE3h3C/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 ...
78142024-08-08T22:04:24.018Z[ recovery-image] Aug 08 22:04:21.812 INFO O| Aug 08 22:04:21.812 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
78152024-08-08T22:04:24.021Z[ recovery-image] Aug 08 22:04:21.812 INFO O| Aug 08 22:04:21.812 INFO ok!
78162024-08-08T22:04:24.021Z[ recovery-image] Aug 08 22:04:21.813 INFO O| Aug 08 22:04:21.812 INFO STEP 53 (ensure_file) COMPLETE
78172024-08-08T22:04:24.021Z[ recovery-image] Aug 08 22:04:21.813 INFO O| Aug 08 22:04:21.812 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78182024-08-08T22:04:24.029Z[ recovery-image] Aug 08 22:04:21.823 INFO O| Aug 08 22:04:21.823 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78192024-08-08T22:04:24.031Z[ recovery-image] Aug 08 22:04:21.823 INFO O| Aug 08 22:04:21.823 INFO copying /tmp/.tmpuE3h3C/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 ...
78202024-08-08T22:04:24.031Z[ recovery-image] Aug 08 22:04:21.823 INFO O| Aug 08 22:04:21.823 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
78212024-08-08T22:04:24.031Z[ recovery-image] Aug 08 22:04:21.823 INFO O| Aug 08 22:04:21.823 INFO ok!
78222024-08-08T22:04:24.031Z[ recovery-image] Aug 08 22:04:21.823 INFO O| Aug 08 22:04:21.823 INFO STEP 54 (ensure_file) COMPLETE
78232024-08-08T22:04:24.031Z[ recovery-image] Aug 08 22:04:21.823 INFO O| Aug 08 22:04:21.823 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78242024-08-08T22:04:24.039Z[ recovery-image] Aug 08 22:04:21.833 INFO O| Aug 08 22:04:21.833 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78252024-08-08T22:04:24.042Z[ recovery-image] Aug 08 22:04:21.833 INFO O| Aug 08 22:04:21.833 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78262024-08-08T22:04:24.042Z[ recovery-image] Aug 08 22:04:21.833 INFO O| Aug 08 22:04:21.833 INFO STEP 55 (ensure_dir) COMPLETE
78272024-08-08T22:04:24.042Z[ recovery-image] Aug 08 22:04:21.833 INFO O| Aug 08 22:04:21.833 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78282024-08-08T22:04:24.049Z[ recovery-image] Aug 08 22:04:21.843 INFO O| Aug 08 22:04:21.843 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
78292024-08-08T22:04:24.049Z[ recovery-image] Aug 08 22:04:21.843 INFO O| Aug 08 22:04:21.843 INFO copying /tmp/.tmpuE3h3C/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 ...
78302024-08-08T22:04:24.052Z[ recovery-image] Aug 08 22:04:21.843 INFO O| Aug 08 22:04:21.843 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
78312024-08-08T22:04:24.052Z[ recovery-image] Aug 08 22:04:21.843 INFO O| Aug 08 22:04:21.843 INFO ok!
78322024-08-08T22:04:24.052Z[ recovery-image] Aug 08 22:04:21.843 INFO O| Aug 08 22:04:21.843 INFO STEP 56 (ensure_file) COMPLETE
78332024-08-08T22:04:24.052Z[ recovery-image] Aug 08 22:04:21.843 INFO O| Aug 08 22:04:21.843 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78342024-08-08T22:04:24.059Z[ recovery-image] Aug 08 22:04:21.853 INFO O| Aug 08 22:04:21.853 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
78352024-08-08T22:04:24.060Z[ recovery-image] Aug 08 22:04:21.853 INFO O| Aug 08 22:04:21.853 INFO copying /tmp/.tmpuE3h3C/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 ...
78362024-08-08T22:04:24.062Z[ recovery-image] Aug 08 22:04:21.853 INFO O| Aug 08 22:04:21.853 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
78372024-08-08T22:04:24.062Z[ recovery-image] Aug 08 22:04:21.853 INFO O| Aug 08 22:04:21.853 INFO ok!
78382024-08-08T22:04:24.062Z[ recovery-image] Aug 08 22:04:21.853 INFO O| Aug 08 22:04:21.853 INFO STEP 57 (ensure_file) COMPLETE
78392024-08-08T22:04:24.062Z[ recovery-image] Aug 08 22:04:21.853 INFO O| Aug 08 22:04:21.853 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78402024-08-08T22:04:24.070Z[ recovery-image] Aug 08 22:04:21.864 INFO O| Aug 08 22:04:21.864 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78412024-08-08T22:04:24.073Z[ recovery-image] Aug 08 22:04:21.864 INFO O| Aug 08 22:04:21.864 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78422024-08-08T22:04:24.073Z[ recovery-image] Aug 08 22:04:21.864 INFO O| Aug 08 22:04:21.864 INFO STEP 58 (ensure_dir) COMPLETE
78432024-08-08T22:04:24.073Z[ recovery-image] Aug 08 22:04:21.864 INFO O| Aug 08 22:04:21.864 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78442024-08-08T22:04:24.080Z[ recovery-image] Aug 08 22:04:21.874 INFO O| Aug 08 22:04:21.874 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
78452024-08-08T22:04:24.080Z[ recovery-image] Aug 08 22:04:21.874 INFO O| Aug 08 22:04:21.874 INFO copying /tmp/.tmpuE3h3C/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 ...
78462024-08-08T22:04:24.084Z[ recovery-image] Aug 08 22:04:21.874 INFO O| Aug 08 22:04:21.874 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
78472024-08-08T22:04:24.084Z[ recovery-image] Aug 08 22:04:21.874 INFO O| Aug 08 22:04:21.874 INFO ok!
78482024-08-08T22:04:24.084Z[ recovery-image] Aug 08 22:04:21.874 INFO O| Aug 08 22:04:21.874 INFO STEP 59 (ensure_file) COMPLETE
78492024-08-08T22:04:24.084Z[ recovery-image] Aug 08 22:04:21.874 INFO O| Aug 08 22:04:21.874 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78502024-08-08T22:04:24.089Z[ recovery-image] Aug 08 22:04:21.883 INFO O| Aug 08 22:04:21.883 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
78512024-08-08T22:04:24.090Z[ recovery-image] Aug 08 22:04:21.883 INFO O| Aug 08 22:04:21.883 INFO copying /tmp/.tmpuE3h3C/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
78522024-08-08T22:04:24.092Z[ recovery-image] Aug 08 22:04:21.883 INFO O| Aug 08 22:04:21.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
78532024-08-08T22:04:24.092Z[ recovery-image] Aug 08 22:04:21.884 INFO O| Aug 08 22:04:21.883 INFO ok!
78542024-08-08T22:04:24.092Z[ recovery-image] Aug 08 22:04:21.884 INFO O| Aug 08 22:04:21.883 INFO STEP 60 (ensure_file) COMPLETE
78552024-08-08T22:04:24.092Z[ recovery-image] Aug 08 22:04:21.884 INFO O| Aug 08 22:04:21.883 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78562024-08-08T22:04:24.100Z[ recovery-image] Aug 08 22:04:21.893 INFO O| Aug 08 22:04:21.893 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
78572024-08-08T22:04:24.100Z[ recovery-image] Aug 08 22:04:21.893 INFO O| Aug 08 22:04:21.893 INFO STEP 61 (ensure_dir) COMPLETE
78582024-08-08T22:04:24.103Z[ recovery-image] Aug 08 22:04:21.893 INFO O| Aug 08 22:04:21.893 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78592024-08-08T22:04:24.109Z[ recovery-image] Aug 08 22:04:21.903 INFO O| Aug 08 22:04:21.903 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
78602024-08-08T22:04:24.109Z[ recovery-image] Aug 08 22:04:21.903 INFO O| Aug 08 22:04:21.903 INFO STEP 62 (ensure_dir) COMPLETE
78612024-08-08T22:04:24.112Z[ recovery-image] Aug 08 22:04:21.903 INFO O| Aug 08 22:04:21.903 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78622024-08-08T22:04:24.119Z[ recovery-image] Aug 08 22:04:21.913 INFO O| Aug 08 22:04:21.913 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
78632024-08-08T22:04:24.119Z[ recovery-image] Aug 08 22:04:21.913 INFO O| Aug 08 22:04:21.913 INFO STEP 63 (ensure_dir) COMPLETE
78642024-08-08T22:04:24.122Z[ recovery-image] Aug 08 22:04:21.913 INFO O| Aug 08 22:04:21.913 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78652024-08-08T22:04:24.128Z[ recovery-image] Aug 08 22:04:21.922 INFO O| Aug 08 22:04:21.922 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
78662024-08-08T22:04:24.128Z[ recovery-image] Aug 08 22:04:21.922 INFO O| Aug 08 22:04:21.922 INFO STEP 64 (ensure_dir) COMPLETE
78672024-08-08T22:04:24.131Z[ recovery-image] Aug 08 22:04:21.922 INFO O| Aug 08 22:04:21.922 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78682024-08-08T22:04:24.138Z[ recovery-image] Aug 08 22:04:21.932 INFO O| Aug 08 22:04:21.932 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
78692024-08-08T22:04:24.142Z[ recovery-image] Aug 08 22:04:21.932 INFO O| Aug 08 22:04:21.932 INFO copying /tmp/.tmpuE3h3C/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
78702024-08-08T22:04:24.142Z[ recovery-image] Aug 08 22:04:21.932 INFO O| Aug 08 22:04:21.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
78712024-08-08T22:04:24.142Z[ recovery-image] Aug 08 22:04:21.932 INFO O| Aug 08 22:04:21.932 INFO ok!
78722024-08-08T22:04:24.142Z[ recovery-image] Aug 08 22:04:21.932 INFO O| Aug 08 22:04:21.932 INFO STEP 65 (ensure_file) COMPLETE
78732024-08-08T22:04:24.142Z[ recovery-image] Aug 08 22:04:21.932 INFO O| Aug 08 22:04:21.932 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78742024-08-08T22:04:24.149Z[ recovery-image] Aug 08 22:04:21.943 INFO O| Aug 08 22:04:21.943 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
78752024-08-08T22:04:24.153Z[ recovery-image] Aug 08 22:04:21.943 INFO O| Aug 08 22:04:21.943 INFO STEP 66 (remove_files) COMPLETE
78762024-08-08T22:04:24.153Z[ recovery-image] Aug 08 22:04:21.943 INFO O| Aug 08 22:04:21.943 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78772024-08-08T22:04:24.159Z[ recovery-image] Aug 08 22:04:21.953 INFO O| Aug 08 22:04:21.953 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
78782024-08-08T22:04:24.163Z[ recovery-image] Aug 08 22:04:21.953 INFO O| Aug 08 22:04:21.953 INFO STEP 67 (remove_files) COMPLETE
78792024-08-08T22:04:24.163Z[ recovery-image] Aug 08 22:04:21.953 INFO O| Aug 08 22:04:21.953 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78802024-08-08T22:04:24.169Z[ recovery-image] Aug 08 22:04:21.963 INFO O| Aug 08 22:04:21.963 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
78812024-08-08T22:04:24.172Z[ recovery-image] Aug 08 22:04:21.963 INFO O| Aug 08 22:04:21.963 INFO STEP 68 (remove_files) COMPLETE
78822024-08-08T22:04:24.172Z[ recovery-image] Aug 08 22:04:21.963 INFO O| Aug 08 22:04:21.963 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78832024-08-08T22:04:24.180Z[ recovery-image] Aug 08 22:04:21.974 INFO O| Aug 08 22:04:21.974 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
78842024-08-08T22:04:24.183Z[ recovery-image] Aug 08 22:04:21.974 INFO O| Aug 08 22:04:21.974 INFO STEP 69 (remove_files) COMPLETE
78852024-08-08T22:04:24.183Z[ recovery-image] Aug 08 22:04:21.974 INFO O| Aug 08 22:04:21.974 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78862024-08-08T22:04:24.190Z[ recovery-image] Aug 08 22:04:21.984 INFO O| Aug 08 22:04:21.984 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
78872024-08-08T22:04:24.193Z[ recovery-image] Aug 08 22:04:21.984 INFO O| Aug 08 22:04:21.984 INFO STEP 70 (remove_files) COMPLETE
78882024-08-08T22:04:24.193Z[ recovery-image] Aug 08 22:04:21.984 INFO O| Aug 08 22:04:21.984 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78892024-08-08T22:04:24.200Z[ recovery-image] Aug 08 22:04:21.994 INFO O| Aug 08 22:04:21.994 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
78902024-08-08T22:04:24.203Z[ recovery-image] Aug 08 22:04:21.994 INFO O| Aug 08 22:04:21.994 INFO STEP 71 (remove_files) COMPLETE
78912024-08-08T22:04:24.203Z[ recovery-image] Aug 08 22:04:21.994 INFO O| Aug 08 22:04:21.994 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78922024-08-08T22:04:24.212Z[ recovery-image] Aug 08 22:04:22.005 INFO O| Aug 08 22:04:22.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
78932024-08-08T22:04:24.212Z[ recovery-image] Aug 08 22:04:22.005 INFO O| Aug 08 22:04:22.005 INFO STEP 72 (remove_files) COMPLETE
78942024-08-08T22:04:24.212Z[ recovery-image] Aug 08 22:04:22.005 INFO O| Aug 08 22:04:22.005 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78952024-08-08T22:04:24.221Z[ recovery-image] Aug 08 22:04:22.015 INFO O| Aug 08 22:04:22.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
78962024-08-08T22:04:24.224Z[ recovery-image] Aug 08 22:04:22.015 INFO O| Aug 08 22:04:22.015 INFO STEP 73 (remove_files) COMPLETE
78972024-08-08T22:04:24.224Z[ recovery-image] Aug 08 22:04:22.015 INFO O| Aug 08 22:04:22.015 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78982024-08-08T22:04:24.232Z[ recovery-image] Aug 08 22:04:22.026 INFO O| Aug 08 22:04:22.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
78992024-08-08T22:04:24.235Z[ recovery-image] Aug 08 22:04:22.026 INFO O| Aug 08 22:04:22.026 INFO STEP 74 (remove_files) COMPLETE
79002024-08-08T22:04:24.235Z[ recovery-image] Aug 08 22:04:22.026 INFO O| Aug 08 22:04:22.026 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79012024-08-08T22:04:24.244Z[ recovery-image] Aug 08 22:04:22.038 INFO O| Aug 08 22:04:22.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79022024-08-08T22:04:24.244Z[ recovery-image] Aug 08 22:04:22.038 INFO O| Aug 08 22:04:22.038 INFO STEP 75 (remove_files) COMPLETE
79032024-08-08T22:04:24.247Z[ recovery-image] Aug 08 22:04:22.038 INFO O| Aug 08 22:04:22.038 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79042024-08-08T22:04:24.255Z[ recovery-image] Aug 08 22:04:22.049 INFO O| Aug 08 22:04:22.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79052024-08-08T22:04:24.255Z[ recovery-image] Aug 08 22:04:22.049 INFO O| Aug 08 22:04:22.049 INFO STEP 76 (remove_files) COMPLETE
79062024-08-08T22:04:24.258Z[ recovery-image] Aug 08 22:04:22.049 INFO O| Aug 08 22:04:22.049 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79072024-08-08T22:04:24.265Z[ recovery-image] Aug 08 22:04:22.059 INFO O| Aug 08 22:04:22.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79082024-08-08T22:04:24.265Z[ recovery-image] Aug 08 22:04:22.059 INFO O| Aug 08 22:04:22.059 INFO STEP 77 (remove_files) COMPLETE
79092024-08-08T22:04:24.268Z[ recovery-image] Aug 08 22:04:22.059 INFO O| Aug 08 22:04:22.059 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79102024-08-08T22:04:24.276Z[ recovery-image] Aug 08 22:04:22.069 INFO O| Aug 08 22:04:22.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79112024-08-08T22:04:24.278Z[ recovery-image] Aug 08 22:04:22.070 INFO O| Aug 08 22:04:22.070 INFO STEP 78 (remove_files) COMPLETE
79122024-08-08T22:04:24.278Z[ recovery-image] Aug 08 22:04:22.070 INFO O| Aug 08 22:04:22.070 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79132024-08-08T22:04:24.286Z[ recovery-image] Aug 08 22:04:22.079 INFO O| Aug 08 22:04:22.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79142024-08-08T22:04:24.289Z[ recovery-image] Aug 08 22:04:22.079 INFO O| Aug 08 22:04:22.079 INFO STEP 79 (remove_files) COMPLETE
79152024-08-08T22:04:24.289Z[ recovery-image] Aug 08 22:04:22.079 INFO O| Aug 08 22:04:22.079 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79162024-08-08T22:04:24.296Z[ recovery-image] Aug 08 22:04:22.089 INFO O| Aug 08 22:04:22.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79172024-08-08T22:04:24.299Z[ recovery-image] Aug 08 22:04:22.090 INFO O| Aug 08 22:04:22.090 INFO STEP 80 (remove_files) COMPLETE
79182024-08-08T22:04:24.299Z[ recovery-image] Aug 08 22:04:22.090 INFO O| Aug 08 22:04:22.090 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79192024-08-08T22:04:24.308Z[ recovery-image] Aug 08 22:04:22.102 INFO O| Aug 08 22:04:22.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79202024-08-08T22:04:24.308Z[ recovery-image] Aug 08 22:04:22.102 INFO O| Aug 08 22:04:22.102 INFO STEP 81 (remove_files) COMPLETE
79212024-08-08T22:04:24.308Z[ recovery-image] Aug 08 22:04:22.102 INFO O| Aug 08 22:04:22.102 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79222024-08-08T22:04:24.318Z[ recovery-image] Aug 08 22:04:22.112 INFO O| Aug 08 22:04:22.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
79232024-08-08T22:04:24.318Z[ recovery-image] Aug 08 22:04:22.112 INFO O| Aug 08 22:04:22.112 INFO STEP 82 (remove_files) COMPLETE
79242024-08-08T22:04:24.321Z[ recovery-image] Aug 08 22:04:22.112 INFO O| Aug 08 22:04:22.112 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79252024-08-08T22:04:24.328Z[ recovery-image] Aug 08 22:04:22.122 INFO O| Aug 08 22:04:22.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
79262024-08-08T22:04:24.328Z[ recovery-image] Aug 08 22:04:22.122 INFO O| Aug 08 22:04:22.122 INFO STEP 83 (remove_files) COMPLETE
79272024-08-08T22:04:24.332Z[ recovery-image] Aug 08 22:04:22.122 INFO O| Aug 08 22:04:22.122 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79282024-08-08T22:04:24.338Z[ recovery-image] Aug 08 22:04:22.132 INFO O| Aug 08 22:04:22.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
79292024-08-08T22:04:24.338Z[ recovery-image] Aug 08 22:04:22.132 INFO O| Aug 08 22:04:22.132 INFO STEP 84 (remove_files) COMPLETE
79302024-08-08T22:04:24.341Z[ recovery-image] Aug 08 22:04:22.132 INFO O| Aug 08 22:04:22.132 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79312024-08-08T22:04:24.348Z[ recovery-image] Aug 08 22:04:22.142 INFO O| Aug 08 22:04:22.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79322024-08-08T22:04:24.351Z[ recovery-image] Aug 08 22:04:22.142 INFO O| Aug 08 22:04:22.142 INFO STEP 85 (remove_files) COMPLETE
79332024-08-08T22:04:24.351Z[ recovery-image] Aug 08 22:04:22.142 INFO O| Aug 08 22:04:22.142 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79342024-08-08T22:04:24.358Z[ recovery-image] Aug 08 22:04:22.152 INFO O| Aug 08 22:04:22.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
79352024-08-08T22:04:24.361Z[ recovery-image] Aug 08 22:04:22.152 INFO O| Aug 08 22:04:22.152 INFO STEP 86 (remove_files) COMPLETE
79362024-08-08T22:04:24.361Z[ recovery-image] Aug 08 22:04:22.152 INFO O| Aug 08 22:04:22.152 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79372024-08-08T22:04:24.369Z[ recovery-image] Aug 08 22:04:22.163 INFO O| Aug 08 22:04:22.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
79382024-08-08T22:04:24.369Z[ recovery-image] Aug 08 22:04:22.163 INFO O| Aug 08 22:04:22.163 INFO STEP 87 (remove_files) COMPLETE
79392024-08-08T22:04:24.369Z[ recovery-image] Aug 08 22:04:22.163 INFO O| Aug 08 22:04:22.163 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79402024-08-08T22:04:24.379Z[ recovery-image] Aug 08 22:04:22.173 INFO O| Aug 08 22:04:22.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
79412024-08-08T22:04:24.379Z[ recovery-image] Aug 08 22:04:22.173 INFO O| Aug 08 22:04:22.173 INFO STEP 88 (remove_files) COMPLETE
79422024-08-08T22:04:24.382Z[ recovery-image] Aug 08 22:04:22.173 INFO O| Aug 08 22:04:22.173 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79432024-08-08T22:04:24.389Z[ recovery-image] Aug 08 22:04:22.183 INFO O| Aug 08 22:04:22.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
79442024-08-08T22:04:24.392Z[ recovery-image] Aug 08 22:04:22.183 INFO O| Aug 08 22:04:22.183 INFO STEP 89 (remove_files) COMPLETE
79452024-08-08T22:04:24.392Z[ recovery-image] Aug 08 22:04:22.183 INFO O| Aug 08 22:04:22.183 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79462024-08-08T22:04:24.399Z[ recovery-image] Aug 08 22:04:22.193 INFO O| Aug 08 22:04:22.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
79472024-08-08T22:04:24.402Z[ recovery-image] Aug 08 22:04:22.193 INFO O| Aug 08 22:04:22.193 INFO STEP 90 (remove_files) COMPLETE
79482024-08-08T22:04:24.402Z[ recovery-image] Aug 08 22:04:22.193 INFO O| Aug 08 22:04:22.193 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79492024-08-08T22:04:24.410Z[ recovery-image] Aug 08 22:04:22.203 INFO O| Aug 08 22:04:22.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
79502024-08-08T22:04:24.412Z[ recovery-image] Aug 08 22:04:22.204 INFO O| Aug 08 22:04:22.204 INFO STEP 91 (remove_files) COMPLETE
79512024-08-08T22:04:24.412Z[ recovery-image] Aug 08 22:04:22.204 INFO O| Aug 08 22:04:22.204 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79522024-08-08T22:04:24.420Z[ recovery-image] Aug 08 22:04:22.214 INFO O| Aug 08 22:04:22.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
79532024-08-08T22:04:24.420Z[ recovery-image] Aug 08 22:04:22.214 INFO O| Aug 08 22:04:22.214 INFO STEP 92 (remove_files) COMPLETE
79542024-08-08T22:04:24.420Z[ recovery-image] Aug 08 22:04:22.214 INFO O| Aug 08 22:04:22.214 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79552024-08-08T22:04:24.430Z[ recovery-image] Aug 08 22:04:22.224 INFO O| Aug 08 22:04:22.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
79562024-08-08T22:04:24.432Z[ recovery-image] Aug 08 22:04:22.224 INFO O| Aug 08 22:04:22.224 INFO STEP 93 (remove_files) COMPLETE
79572024-08-08T22:04:24.433Z[ recovery-image] Aug 08 22:04:22.224 INFO O| Aug 08 22:04:22.224 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79582024-08-08T22:04:24.446Z[ recovery-image] Aug 08 22:04:22.239 INFO O| Aug 08 22:04:22.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
79592024-08-08T22:04:24.446Z[ recovery-image] Aug 08 22:04:22.239 INFO O| Aug 08 22:04:22.239 INFO STEP 94 (remove_files) COMPLETE
79602024-08-08T22:04:24.446Z[ recovery-image] Aug 08 22:04:22.239 INFO O| Aug 08 22:04:22.239 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79612024-08-08T22:04:24.466Z[ recovery-image] Aug 08 22:04:22.260 INFO O| Aug 08 22:04:22.260 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
79622024-08-08T22:04:24.466Z[ recovery-image] Aug 08 22:04:22.260 INFO O| Aug 08 22:04:22.260 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
79632024-08-08T22:04:24.496Z[ host-image] Aug 08 22:04:22.290 INFO O| Aug 08 22:04:22.290 INFO O| Actions: Completed 22 actions in 0.52 seconds.
79642024-08-08T22:04:24.713Z[ host-image] Aug 08 22:04:22.507 INFO O| Aug 08 22:04:22.506 INFO O| Done
79652024-08-08T22:04:24.713Z[ host-image] Aug 08 22:04:22.507 INFO O| Aug 08 22:04:22.506 INFO O| Done
79662024-08-08T22:04:25.050Z[ host-image] Aug 08 22:04:22.844 INFO O| Aug 08 22:04:22.844 INFO O| Done
79672024-08-08T22:04:26.157Z[ host-image] Aug 08 22:04:23.951 INFO O| Aug 08 22:04:23.951 INFO O| Done
79682024-08-08T22:04:26.179Z[ host-image] Aug 08 22:04:23.972 INFO O| Aug 08 22:04:23.972 INFO O| Done
79692024-08-08T22:04:26.179Z[ host-image] Aug 08 22:04:23.972 INFO O| Aug 08 22:04:23.972 INFO O| Done
79702024-08-08T22:04:26.189Z[ host-image] Aug 08 22:04:23.982 INFO O| Aug 08 22:04:23.982 INFO O| Done
79712024-08-08T22:04:26.282Z[ host-image] Aug 08 22:04:24.075 INFO O| Aug 08 22:04:24.075 INFO STEP 14 (pkg_install) COMPLETE
79722024-08-08T22:04:26.282Z[ host-image] Aug 08 22:04:24.075 INFO O| Aug 08 22:04:24.075 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79732024-08-08T22:04:26.285Z[ host-image] Aug 08 22:04:24.075 INFO O| Aug 08 22:04:24.075 INFO skip step because feature "mfg" is not enabled
79742024-08-08T22:04:26.285Z[ host-image] Aug 08 22:04:24.075 INFO O| Aug 08 22:04:24.075 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79752024-08-08T22:04:26.285Z[ host-image] Aug 08 22:04:24.075 INFO O| Aug 08 22:04:24.075 INFO skip step because feature "compliance" is not enabled
79762024-08-08T22:04:26.285Z[ host-image] Aug 08 22:04:24.075 INFO O| Aug 08 22:04:24.075 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79772024-08-08T22:04:26.285Z[ host-image] Aug 08 22:04:24.075 INFO O| Aug 08 22:04:24.075 INFO skip step because feature "stress" is not enabled
79782024-08-08T22:04:26.285Z[ host-image] Aug 08 22:04:24.075 INFO O| Aug 08 22:04:24.075 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79792024-08-08T22:04:26.285Z[ host-image] Aug 08 22:04:24.075 INFO O| Aug 08 22:04:24.075 INFO skip step because feature "nfs" is not enabled
79802024-08-08T22:04:26.285Z[ host-image] Aug 08 22:04:24.075 INFO O| Aug 08 22:04:24.075 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
79812024-08-08T22:04:26.285Z[ host-image] Aug 08 22:04:24.075 INFO O| Aug 08 22:04:24.075 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
79822024-08-08T22:04:26.418Z[ host-image] Aug 08 22:04:24.212 INFO O| Aug 08 22:04:24.211 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
79832024-08-08T22:04:26.497Z[ host-image] Aug 08 22:04:24.290 INFO O| Aug 08 22:04:24.290 INFO completed processing gimlet/ramdisk-01-os
79842024-08-08T22:04:26.500Z[ host-image] Aug 08 22:04:24.292 INFO omicron1 baseline generation...
79852024-08-08T22:04:26.500Z[ host-image] Aug 08 22:04:24.292 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
79862024-08-08T22:04:26.885Z[ host-image] Aug 08 22:04:24.678 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22800:20240807T093818Z
79872024-08-08T22:04:30.990Z[ recovery-image] Aug 08 22:04:28.782 INFO O| Aug 08 22:04:28.782 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
79882024-08-08T22:04:30.993Z[ recovery-image] Aug 08 22:04:28.782 INFO O| Aug 08 22:04:28.782 INFO E| svccfg: Loaded 67 smf(7) service descriptions
79892024-08-08T22:04:31.002Z[ recovery-image] Aug 08 22:04:28.794 INFO O| Aug 08 22:04:28.794 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
79902024-08-08T22:04:31.078Z[ recovery-image] Aug 08 22:04:28.871 INFO O| Aug 08 22:04:28.871 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
79912024-08-08T22:04:31.078Z[ recovery-image] Aug 08 22:04:28.871 INFO O| Aug 08 22:04:28.871 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 ...
79922024-08-08T22:04:31.081Z[ recovery-image] Aug 08 22:04:28.872 INFO O| Aug 08 22:04:28.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
79932024-08-08T22:04:31.081Z[ recovery-image] Aug 08 22:04:28.873 INFO O| Aug 08 22:04:28.872 INFO ok!
79942024-08-08T22:04:31.081Z[ recovery-image] Aug 08 22:04:28.873 INFO O| Aug 08 22:04:28.872 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
79952024-08-08T22:04:31.081Z[ recovery-image] Aug 08 22:04:28.873 INFO O| Aug 08 22:04:28.873 INFO STEP 95 (seed_smf) COMPLETE
79962024-08-08T22:04:31.081Z[ recovery-image] Aug 08 22:04:28.873 INFO O| Aug 08 22:04:28.873 INFO steps complete; finalising image!
79972024-08-08T22:04:31.081Z[ recovery-image] Aug 08 22:04:28.873 INFO O| Aug 08 22:04:28.873 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
79982024-08-08T22:04:31.141Z[ recovery-image] Aug 08 22:04:28.933 INFO O| Aug 08 22:04:28.933 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Thu Aug 8 22:04:28 2024)
79992024-08-08T22:04:31.351Z[ recovery-image] Aug 08 22:04:29.143 INFO O| Aug 08 22:04:29.143 INFO trim TEMPORARY-gimlet-zfs-recovery: (49% trimmed, started at Thu Aug 8 22:04:28 2024)
80002024-08-08T22:04:31.558Z[ recovery-image] Aug 08 22:04:29.350 INFO O| Aug 08 22:04:29.350 INFO trim TEMPORARY-gimlet-zfs-recovery: (71% trimmed, started at Thu Aug 8 22:04:28 2024)
80012024-08-08T22:04:31.781Z[ recovery-image] Aug 08 22:04:29.573 INFO O| Aug 08 22:04:29.573 INFO temporary pool has 401M used, 1.36G avail, 1.00x compressratio
80022024-08-08T22:04:31.781Z[ recovery-image] Aug 08 22:04:29.573 INFO O| Aug 08 22:04:29.573 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
80032024-08-08T22:04:31.989Z[ recovery-image] Aug 08 22:04:29.781 INFO O| Aug 08 22:04:29.781 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
80042024-08-08T22:04:31.989Z[ recovery-image] Aug 08 22:04:29.781 INFO O| Aug 08 22:04:29.781 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
80052024-08-08T22:04:35.103Z[ recovery-image] Aug 08 22:04:32.895 INFO O| Aug 08 22:04:32.894 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80062024-08-08T22:04:35.103Z[ recovery-image] Aug 08 22:04:32.895 INFO O| Aug 08 22:04:32.894 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80072024-08-08T22:04:35.103Z[ recovery-image] Aug 08 22:04:32.895 INFO O| Aug 08 22:04:32.895 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80082024-08-08T22:04:35.103Z[ recovery-image] Aug 08 22:04:32.895 INFO O| Aug 08 22:04:32.895 INFO completed processing gimlet/zfs-recovery
80092024-08-08T22:04:35.106Z[ recovery-image] Aug 08 22:04:32.895 INFO O| Aug 08 22:04:32.895 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80102024-08-08T22:04:35.495Z[ recovery-image] Aug 08 22:04:33.285 INFO O| Aug 08 22:04:33.285 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80112024-08-08T22:04:35.572Z[ recovery-image] Aug 08 22:04:33.364 INFO BUILD STRING "heads/stlouis-0-g0187c42845\n"
80122024-08-08T22:04:35.572Z[ recovery-image] Aug 08 22:04:33.364 INFO expanded image name: "recovery eefaaf3/${os_short_commit} 2024-08-08 21:39" -> "recovery eefaaf3/0187c42 2024-08-08 21:39"
80132024-08-08T22:04:35.575Z[ recovery-image] Aug 08 22:04:33.364 INFO output artefacts stored in: "/work/os-recovery"
80142024-08-08T22:04:35.575Z[ recovery-image] Aug 08 22:04:33.364 INFO collecting git info from project "amd-firmware"...
80152024-08-08T22:04:35.799Z[ recovery-image] Aug 08 22:04:33.590 INFO collecting git info from project "amd-host-image-builder"...
80162024-08-08T22:04:36.040Z[ recovery-image] Aug 08 22:04:33.831 INFO collecting git info from project "image-builder"...
80172024-08-08T22:04:36.046Z[ recovery-image] Aug 08 22:04:33.838 INFO collecting git info from project "bootserver"...
80182024-08-08T22:04:36.052Z[ recovery-image] Aug 08 22:04:33.843 INFO collecting git info from project "pinprick"...
80192024-08-08T22:04:36.058Z[ recovery-image] Aug 08 22:04:33.849 INFO collecting git info from project "chelsio-t6-roms"...
80202024-08-08T22:04:36.078Z[ recovery-image] Aug 08 22:04:33.870 INFO collecting git info from project "phbl"...
80212024-08-08T22:04:36.085Z[ recovery-image] Aug 08 22:04:33.876 INFO collecting git info from project "pilot"...
80222024-08-08T22:04:36.097Z[ recovery-image] Aug 08 22:04:33.887 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80232024-08-08T22:04:36.452Z[ recovery-image] Aug 08 22:04:34.243 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80242024-08-08T22:04:36.801Z[ recovery-image] Aug 08 22:04:34.591 INFO creating Oxide boot image...
80252024-08-08T22:04:36.801Z[ recovery-image] Aug 08 22:04:34.591 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery eefaaf3/0187c42 2024-08-08 21:39", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80262024-08-08T22:05:13.901Z[ host-image] Aug 08 22:05:11.684 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22800:20240807T093851Z
80272024-08-08T22:05:13.901Z[ host-image] Aug 08 22:05:11.684 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22800:20240807T093851Z
80282024-08-08T22:05:13.904Z[ host-image] Aug 08 22:05:11.684 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
80292024-08-08T22:05:13.904Z[ host-image] Aug 08 22:05:11.684 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
80302024-08-08T22:05:13.904Z[ host-image] Aug 08 22:05:11.684 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
80312024-08-08T22:05:13.904Z[ host-image] Aug 08 22:05:11.685 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
80322024-08-08T22:05:13.904Z[ host-image] Aug 08 22:05:11.685 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
80332024-08-08T22:05:13.904Z[ host-image] Aug 08 22:05:11.686 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
80342024-08-08T22:05:13.904Z[ host-image] Aug 08 22:05:11.686 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
80352024-08-08T22:05:13.904Z[ host-image] Aug 08 22:05:11.686 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
80362024-08-08T22:05:13.904Z[ host-image] Aug 08 22:05:11.686 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22800:20240807T093851Z
80372024-08-08T22:05:13.907Z[ host-image] Aug 08 22:05:11.688 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22800:20240807T093852Z
80382024-08-08T22:05:13.907Z[ host-image] Aug 08 22:05:11.688 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22800:20240807T093852Z
80392024-08-08T22:05:13.907Z[ host-image] Aug 08 22:05:11.689 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22800:20240807T093853Z
80402024-08-08T22:05:13.907Z[ host-image] Aug 08 22:05:11.689 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
80412024-08-08T22:05:13.907Z[ host-image] Aug 08 22:05:11.690 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22800:20240807T093853Z
80422024-08-08T22:05:13.910Z[ host-image] Aug 08 22:05:11.690 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22800:20240807T093853Z
80432024-08-08T22:05:13.910Z[ host-image] Aug 08 22:05:11.691 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22800:20240807T093853Z
80442024-08-08T22:05:13.910Z[ host-image] Aug 08 22:05:11.691 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22800:20240807T093853Z
80452024-08-08T22:05:13.910Z[ host-image] Aug 08 22:05:11.691 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22800:20240807T093854Z
80462024-08-08T22:05:13.910Z[ host-image] Aug 08 22:05:11.691 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22800:20240807T093854Z
80472024-08-08T22:05:13.910Z[ host-image] Aug 08 22:05:11.691 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22800:20240807T093854Z
80482024-08-08T22:05:13.910Z[ host-image] Aug 08 22:05:11.691 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22800:20240807T093855Z
80492024-08-08T22:05:13.910Z[ host-image] Aug 08 22:05:11.691 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22800:20240807T093855Z
80502024-08-08T22:05:13.910Z[ host-image] Aug 08 22:05:11.692 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22800:20240807T093856Z
80512024-08-08T22:05:13.910Z[ host-image] Aug 08 22:05:11.692 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22800:20240807T093857Z
80522024-08-08T22:05:13.910Z[ host-image] Aug 08 22:05:11.692 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22800:20240807T093858Z
80532024-08-08T22:05:13.910Z[ host-image] Aug 08 22:05:11.692 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22800:20240807T093859Z
80542024-08-08T22:05:13.910Z[ host-image] Aug 08 22:05:11.692 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
80552024-08-08T22:05:13.910Z[ host-image] Aug 08 22:05:11.692 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22800:20240807T093900Z
80562024-08-08T22:05:13.910Z[ host-image] Aug 08 22:05:11.692 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22800:20240807T093902Z
80572024-08-08T22:05:13.911Z[ host-image] Aug 08 22:05:11.692 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22800:20240807T093903Z
80582024-08-08T22:05:13.911Z[ host-image] Aug 08 22:05:11.693 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22800:20240807T093904Z
80592024-08-08T22:05:13.913Z[ host-image] Aug 08 22:05:11.694 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22800:20240807T093905Z
80602024-08-08T22:05:13.913Z[ host-image] Aug 08 22:05:11.694 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22800:20240807T093905Z
80612024-08-08T22:05:13.920Z[ host-image] Aug 08 22:05:11.703 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
80622024-08-08T22:05:13.923Z[ host-image] Aug 08 22:05:11.703 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22800:20240807T093905Z
80632024-08-08T22:05:13.923Z[ host-image] Aug 08 22:05:11.703 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
80642024-08-08T22:05:13.923Z[ host-image] Aug 08 22:05:11.703 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
80652024-08-08T22:05:13.923Z[ host-image] Aug 08 22:05:11.704 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
80662024-08-08T22:05:13.923Z[ host-image] Aug 08 22:05:11.704 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22800:20240807T093905Z
80672024-08-08T22:05:13.923Z[ host-image] Aug 08 22:05:11.705 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
80682024-08-08T22:05:13.923Z[ host-image] Aug 08 22:05:11.705 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
80692024-08-08T22:05:13.925Z[ host-image] Aug 08 22:05:11.706 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
80702024-08-08T22:05:13.925Z[ host-image] Aug 08 22:05:11.706 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
80712024-08-08T22:05:13.936Z[ host-image] Aug 08 22:05:11.718 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
80722024-08-08T22:05:13.938Z[ host-image] Aug 08 22:05:11.719 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
80732024-08-08T22:05:13.938Z[ host-image] Aug 08 22:05:11.719 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
80742024-08-08T22:05:13.938Z[ host-image] Aug 08 22:05:11.719 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
80752024-08-08T22:05:13.938Z[ host-image] Aug 08 22:05:11.720 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
80762024-08-08T22:05:13.938Z[ host-image] Aug 08 22:05:11.720 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
80772024-08-08T22:05:13.973Z[ host-image] Aug 08 22:05:11.756 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
80782024-08-08T22:05:13.976Z[ host-image] Aug 08 22:05:11.757 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
80792024-08-08T22:05:13.976Z[ host-image] Aug 08 22:05:11.757 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
80802024-08-08T22:05:13.976Z[ host-image] Aug 08 22:05:11.758 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22800:20240807T093907Z
80812024-08-08T22:05:13.976Z[ host-image] Aug 08 22:05:11.758 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22800:20240807T093913Z
80822024-08-08T22:05:13.976Z[ host-image] Aug 08 22:05:11.758 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
80832024-08-08T22:05:13.976Z[ host-image] Aug 08 22:05:11.758 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22800:20240807T093914Z
80842024-08-08T22:05:13.976Z[ host-image] Aug 08 22:05:11.758 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
80852024-08-08T22:05:13.976Z[ host-image] Aug 08 22:05:11.758 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
80862024-08-08T22:05:13.976Z[ host-image] Aug 08 22:05:11.758 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
80872024-08-08T22:05:13.976Z[ host-image] Aug 08 22:05:11.758 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22800:20240807T093914Z
80882024-08-08T22:05:13.976Z[ host-image] Aug 08 22:05:11.759 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
80892024-08-08T22:05:13.980Z[ host-image] Aug 08 22:05:11.763 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
80902024-08-08T22:05:13.983Z[ host-image] Aug 08 22:05:11.763 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
80912024-08-08T22:05:13.983Z[ host-image] Aug 08 22:05:11.763 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
80922024-08-08T22:05:13.983Z[ host-image] Aug 08 22:05:11.764 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22800:20240807T093914Z
80932024-08-08T22:05:13.983Z[ host-image] Aug 08 22:05:11.764 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
80942024-08-08T22:05:13.996Z[ host-image] Aug 08 22:05:11.779 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
80952024-08-08T22:05:13.998Z[ host-image] Aug 08 22:05:11.779 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22800:20240807T093914Z
80962024-08-08T22:05:13.998Z[ host-image] Aug 08 22:05:11.781 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22800:20240807T093915Z
80972024-08-08T22:05:14.001Z[ host-image] Aug 08 22:05:11.782 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22800:20240807T093915Z
80982024-08-08T22:05:14.001Z[ host-image] Aug 08 22:05:11.782 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
80992024-08-08T22:05:14.001Z[ host-image] Aug 08 22:05:11.782 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22800:20240807T093916Z
81002024-08-08T22:05:14.001Z[ host-image] Aug 08 22:05:11.783 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22800:20240807T093917Z
81012024-08-08T22:05:14.001Z[ host-image] Aug 08 22:05:11.783 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22800:20240807T093917Z
81022024-08-08T22:05:14.001Z[ host-image] Aug 08 22:05:11.783 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22800:20240807T093917Z
81032024-08-08T22:05:14.004Z[ host-image] Aug 08 22:05:11.787 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
81042024-08-08T22:05:14.006Z[ host-image] Aug 08 22:05:11.787 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22800:20240807T093917Z
81052024-08-08T22:05:14.006Z[ host-image] Aug 08 22:05:11.788 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22800:20240807T093918Z
81062024-08-08T22:05:14.006Z[ host-image] Aug 08 22:05:11.788 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
81072024-08-08T22:05:14.006Z[ host-image] Aug 08 22:05:11.788 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22800:20240807T093919Z
81082024-08-08T22:05:14.006Z[ host-image] Aug 08 22:05:11.789 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22800:20240807T093919Z
81092024-08-08T22:05:14.007Z[ host-image] Aug 08 22:05:11.789 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22800:20240807T093919Z
81102024-08-08T22:05:14.007Z[ host-image] Aug 08 22:05:11.789 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22800:20240807T093919Z
81112024-08-08T22:05:14.015Z[ host-image] Aug 08 22:05:11.798 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22800:20240807T093919Z
81122024-08-08T22:05:14.017Z[ host-image] Aug 08 22:05:11.798 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81132024-08-08T22:05:14.017Z[ host-image] Aug 08 22:05:11.800 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22800:20240807T093919Z
81142024-08-08T22:05:14.020Z[ host-image] Aug 08 22:05:11.801 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22800:20240807T093919Z
81152024-08-08T22:05:14.020Z[ host-image] Aug 08 22:05:11.801 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22800:20240807T093919Z
81162024-08-08T22:05:14.020Z[ host-image] Aug 08 22:05:11.802 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22800:20240807T093920Z
81172024-08-08T22:05:14.020Z[ host-image] Aug 08 22:05:11.802 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22800:20240807T093920Z
81182024-08-08T22:05:14.020Z[ host-image] Aug 08 22:05:11.802 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22800:20240807T093920Z
81192024-08-08T22:05:14.030Z[ host-image] Aug 08 22:05:11.812 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22800:20240807T093922Z
81202024-08-08T22:05:14.032Z[ host-image] Aug 08 22:05:11.813 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22800:20240807T093921Z
81212024-08-08T22:05:14.032Z[ host-image] Aug 08 22:05:11.813 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22800:20240807T093921Z
81222024-08-08T22:05:14.032Z[ host-image] Aug 08 22:05:11.814 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22800:20240807T093921Z
81232024-08-08T22:05:14.032Z[ host-image] Aug 08 22:05:11.814 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22800:20240807T093922Z
81242024-08-08T22:05:14.053Z[ host-image] Aug 08 22:05:11.836 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22800:20240807T093925Z
81252024-08-08T22:05:14.053Z[ host-image] Aug 08 22:05:11.836 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22800:20240807T093922Z
81262024-08-08T22:05:14.056Z[ host-image] Aug 08 22:05:11.836 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22800:20240807T093922Z
81272024-08-08T22:05:14.056Z[ host-image] Aug 08 22:05:11.836 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
81282024-08-08T22:05:14.056Z[ host-image] Aug 08 22:05:11.837 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
81292024-08-08T22:05:14.083Z[ host-image] Aug 08 22:05:11.866 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22800:20240807T093922Z
81302024-08-08T22:05:14.086Z[ host-image] Aug 08 22:05:11.866 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
81312024-08-08T22:05:14.086Z[ host-image] Aug 08 22:05:11.866 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22800:20240807T093922Z
81322024-08-08T22:05:14.086Z[ host-image] Aug 08 22:05:11.867 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22800:20240807T093922Z
81332024-08-08T22:05:14.086Z[ host-image] Aug 08 22:05:11.868 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22800:20240807T093923Z
81342024-08-08T22:05:14.086Z[ host-image] Aug 08 22:05:11.868 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
81352024-08-08T22:05:14.086Z[ host-image] Aug 08 22:05:11.869 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
81362024-08-08T22:05:14.089Z[ host-image] Aug 08 22:05:11.869 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22800:20240807T093924Z
81372024-08-08T22:05:14.089Z[ host-image] Aug 08 22:05:11.869 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22800:20240807T093924Z
81382024-08-08T22:05:14.089Z[ host-image] Aug 08 22:05:11.869 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22800:20240807T093924Z
81392024-08-08T22:05:14.089Z[ host-image] Aug 08 22:05:11.870 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22800:20240807T093924Z
81402024-08-08T22:05:14.089Z[ host-image] Aug 08 22:05:11.870 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22800:20240807T093924Z
81412024-08-08T22:05:14.089Z[ host-image] Aug 08 22:05:11.870 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22800:20240807T093925Z
81422024-08-08T22:05:14.091Z[ host-image] Aug 08 22:05:11.873 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
81432024-08-08T22:05:14.091Z[ host-image] Aug 08 22:05:11.873 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22800:20240807T093925Z
81442024-08-08T22:05:14.094Z[ host-image] Aug 08 22:05:11.875 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22800:20240807T093925Z
81452024-08-08T22:05:14.094Z[ host-image] Aug 08 22:05:11.875 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22800:20240807T093925Z
81462024-08-08T22:05:14.094Z[ host-image] Aug 08 22:05:11.875 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22800:20240807T093926Z
81472024-08-08T22:05:14.094Z[ host-image] Aug 08 22:05:11.875 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22800:20240807T093926Z
81482024-08-08T22:05:14.094Z[ host-image] Aug 08 22:05:11.876 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22800:20240807T093926Z
81492024-08-08T22:05:14.094Z[ host-image] Aug 08 22:05:11.876 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
81502024-08-08T22:05:14.094Z[ host-image] Aug 08 22:05:11.876 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
81512024-08-08T22:05:14.094Z[ host-image] Aug 08 22:05:11.876 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22800:20240807T093928Z
81522024-08-08T22:05:14.096Z[ host-image] Aug 08 22:05:11.877 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22800:20240807T093929Z
81532024-08-08T22:05:14.096Z[ host-image] Aug 08 22:05:11.877 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
81542024-08-08T22:05:14.096Z[ host-image] Aug 08 22:05:11.877 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
81552024-08-08T22:05:14.097Z[ host-image] Aug 08 22:05:11.877 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
81562024-08-08T22:05:14.097Z[ host-image] Aug 08 22:05:11.877 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
81572024-08-08T22:05:14.097Z[ host-image] Aug 08 22:05:11.877 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
81582024-08-08T22:05:14.097Z[ host-image] Aug 08 22:05:11.878 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
81592024-08-08T22:05:14.097Z[ host-image] Aug 08 22:05:11.879 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
81602024-08-08T22:05:14.099Z[ host-image] Aug 08 22:05:11.879 INFO O| tempdir @ "/tmp/.tmptntXVT/tmp"
81612024-08-08T22:05:14.099Z[ host-image] Aug 08 22:05:11.879 INFO O| image root @ "/tmp/.tmptntXVT/tmp/root"
81622024-08-08T22:05:14.099Z[ host-image] Aug 08 22:05:11.879 INFO O| creating image...
81632024-08-08T22:05:14.583Z[ host-image] Aug 08 22:05:12.366 INFO O| copying publishers...
81642024-08-08T22:05:20.586Z[ host-image] Aug 08 22:05:18.368 INFO O| adding properties...
81652024-08-08T22:05:21.586Z[ host-image] Aug 08 22:05:19.367 INFO O| installing packages...
81662024-08-08T22:05:32.111Z[ recovery-image] Aug 08 22:05:29.881 INFO O| ok, image written!
81672024-08-08T22:05:32.114Z[ recovery-image] Aug 08 22:05:29.881 INFO O| ok, boot_image_csum file written!
81682024-08-08T22:05:32.114Z[ recovery-image] Aug 08 22:05:29.884 INFO creating boot archive (CPIO)...
81692024-08-08T22:05:32.114Z[ recovery-image] Aug 08 22:05:29.884 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
81702024-08-08T22:05:32.114Z[ recovery-image] Aug 08 22:05:29.891 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
81712024-08-08T22:05:32.114Z[ recovery-image] Aug 08 22:05:29.891 INFO E| + outfile=/work/os-recovery/cpio
81722024-08-08T22:05:32.114Z[ recovery-image] Aug 08 22:05:29.891 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
81732024-08-08T22:05:32.114Z[ recovery-image] Aug 08 22:05:29.893 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
81742024-08-08T22:05:32.117Z[ recovery-image] Aug 08 22:05:29.893 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
81752024-08-08T22:05:32.147Z[ recovery-image] Aug 08 22:05:29.925 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
81762024-08-08T22:05:32.147Z[ recovery-image] Aug 08 22:05:29.925 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
81772024-08-08T22:05:32.154Z[ recovery-image] Aug 08 22:05:29.933 INFO creating compressed cpio/unix for nanobl-rs...
81782024-08-08T22:05:32.154Z[ recovery-image] Aug 08 22:05:29.933 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
81792024-08-08T22:05:32.433Z[ recovery-image] Aug 08 22:05:30.212 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
81802024-08-08T22:05:36.086Z[ host-image] Aug 08 22:05:33.862 INFO O| seeding SMF database...
81812024-08-08T22:05:36.801Z[ recovery-image] Aug 08 22:05:34.578 INFO creating reset image...
81822024-08-08T22:05:36.804Z[ recovery-image] Aug 08 22:05:34.579 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
81832024-08-08T22:05:37.022Z[ recovery-image] Aug 08 22:05:34.799 INFO E| Updating crates.io index
81842024-08-08T22:05:37.106Z[ recovery-image] Aug 08 22:05:34.883 INFO E| Downloading crates ...
81852024-08-08T22:05:37.161Z[ recovery-image] Aug 08 22:05:34.938 INFO E| Downloaded anstyle-parse v0.2.3
81862024-08-08T22:05:37.167Z[ recovery-image] Aug 08 22:05:34.945 INFO E| Downloaded os_pipe v1.1.5
81872024-08-08T22:05:37.170Z[ recovery-image] Aug 08 22:05:34.946 INFO E| Downloaded clap_derive v4.5.3
81882024-08-08T22:05:37.175Z[ recovery-image] Aug 08 22:05:34.952 INFO E| Downloaded colorchoice v1.0.0
81892024-08-08T22:05:37.178Z[ recovery-image] Aug 08 22:05:34.953 INFO E| Downloaded duct v0.13.7
81902024-08-08T22:05:37.181Z[ recovery-image] Aug 08 22:05:34.955 INFO E| Downloaded shared_child v1.0.0
81912024-08-08T22:05:37.181Z[ recovery-image] Aug 08 22:05:34.956 INFO E| Downloaded anstyle v1.0.6
81922024-08-08T22:05:37.184Z[ recovery-image] Aug 08 22:05:34.959 INFO E| Downloaded anstyle-query v1.0.2
81932024-08-08T22:05:37.184Z[ recovery-image] Aug 08 22:05:34.960 INFO E| Downloaded strsim v0.11.0
81942024-08-08T22:05:37.187Z[ recovery-image] Aug 08 22:05:34.962 INFO E| Downloaded anstream v0.6.13
81952024-08-08T22:05:37.190Z[ recovery-image] Aug 08 22:05:34.967 INFO E| Downloaded proc-macro2 v1.0.79
81962024-08-08T22:05:37.197Z[ recovery-image] Aug 08 22:05:34.974 INFO E| Downloaded clap v4.5.3
81972024-08-08T22:05:37.215Z[ recovery-image] Aug 08 22:05:34.992 INFO E| Downloaded clap_builder v4.5.2
81982024-08-08T22:05:37.225Z[ recovery-image] Aug 08 22:05:35.000 INFO E| Downloaded syn v2.0.53
81992024-08-08T22:05:37.252Z[ recovery-image] Aug 08 22:05:35.030 INFO E| Downloaded libc v0.2.153
82002024-08-08T22:05:37.327Z[ recovery-image] Aug 08 22:05:35.103 INFO E| Compiling proc-macro2 v1.0.79
82012024-08-08T22:05:37.327Z[ recovery-image] Aug 08 22:05:35.103 INFO E| Compiling libc v0.2.153
82022024-08-08T22:05:37.327Z[ recovery-image] Aug 08 22:05:35.103 INFO E| Compiling unicode-ident v1.0.12
82032024-08-08T22:05:37.330Z[ recovery-image] Aug 08 22:05:35.103 INFO E| Compiling utf8parse v0.2.1
82042024-08-08T22:05:37.330Z[ recovery-image] Aug 08 22:05:35.104 INFO E| Compiling anstyle-query v1.0.2
82052024-08-08T22:05:37.330Z[ recovery-image] Aug 08 22:05:35.104 INFO E| Compiling colorchoice v1.0.0
82062024-08-08T22:05:37.330Z[ recovery-image] Aug 08 22:05:35.104 INFO E| Compiling anstyle v1.0.6
82072024-08-08T22:05:37.330Z[ recovery-image] Aug 08 22:05:35.104 INFO E| Compiling strsim v0.11.0
82082024-08-08T22:05:37.570Z[ recovery-image] Aug 08 22:05:35.347 INFO E| Compiling anstyle-parse v0.2.3
82092024-08-08T22:05:37.571Z[ recovery-image] Aug 08 22:05:35.348 INFO E| Compiling heck v0.5.0
82102024-08-08T22:05:37.622Z[ recovery-image] Aug 08 22:05:35.399 INFO E| Compiling clap_lex v0.7.0
82112024-08-08T22:05:37.625Z[ recovery-image] Aug 08 22:05:35.399 INFO E| Compiling once_cell v1.19.0
82122024-08-08T22:05:37.950Z[ recovery-image] Aug 08 22:05:35.727 INFO E| Compiling anstream v0.6.13
82132024-08-08T22:05:38.328Z[ recovery-image] Aug 08 22:05:36.105 INFO E| Compiling clap_builder v4.5.2
82142024-08-08T22:05:38.773Z[ recovery-image] Aug 08 22:05:36.550 INFO E| Compiling quote v1.0.35
82152024-08-08T22:05:38.865Z[ recovery-image] Aug 08 22:05:36.642 INFO E| Compiling os_pipe v1.1.5
82162024-08-08T22:05:38.866Z[ recovery-image] Aug 08 22:05:36.642 INFO E| Compiling shared_child v1.0.0
82172024-08-08T22:05:39.022Z[ recovery-image] Aug 08 22:05:36.793 INFO E| Compiling duct v0.13.7
82182024-08-08T22:05:39.133Z[ recovery-image] Aug 08 22:05:36.910 INFO E| Compiling syn v2.0.53
82192024-08-08T22:05:44.147Z[ recovery-image] Aug 08 22:05:41.923 INFO E| Compiling clap_derive v4.5.3
82202024-08-08T22:05:45.321Z[ host-image] Aug 08 22:05:43.096 INFO O| configuring SMF profile...
82212024-08-08T22:05:45.321Z[ host-image] Aug 08 22:05:43.096 INFO O| modifying shadow(5)...
82222024-08-08T22:05:45.324Z[ host-image] Aug 08 22:05:43.096 INFO O| loading user and group database...
82232024-08-08T22:05:45.324Z[ host-image] Aug 08 22:05:43.096 INFO O| assessing packaged files...
82242024-08-08T22:05:46.239Z[ recovery-image] Aug 08 22:05:44.014 INFO E| Compiling clap v4.5.3
82252024-08-08T22:05:46.296Z[ recovery-image] Aug 08 22:05:44.071 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
82262024-08-08T22:05:47.453Z[ recovery-image] Aug 08 22:05:45.227 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.59s
82272024-08-08T22:05:47.462Z[ recovery-image] Aug 08 22:05:45.236 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
82282024-08-08T22:05:47.583Z[ recovery-image] Aug 08 22:05:45.356 INFO E| Updating crates.io index
82292024-08-08T22:05:47.630Z[ host-image] Aug 08 22:05:45.405 INFO O| creating archive...
82302024-08-08T22:05:47.664Z[ host-image] Aug 08 22:05:45.438 INFO O| missing from packaging:
82312024-08-08T22:05:47.665Z[ host-image] Aug 08 22:05:45.438 INFO O| "etc/.pwd.lock"
82322024-08-08T22:05:47.668Z[ host-image] Aug 08 22:05:45.438 INFO O| "etc/bash"
82332024-08-08T22:05:47.668Z[ host-image] Aug 08 22:05:45.442 INFO O| "etc/svc/profile/generic.xml"
82342024-08-08T22:05:47.668Z[ host-image] Aug 08 22:05:45.442 INFO O| "etc/svc/profile/inetd_services.xml"
82352024-08-08T22:05:47.668Z[ host-image] Aug 08 22:05:45.442 INFO O| "etc/svc/profile/name_service.xml"
82362024-08-08T22:05:47.668Z[ host-image] Aug 08 22:05:45.442 INFO O| "etc/svc/profile/platform.xml"
82372024-08-08T22:05:47.668Z[ host-image] Aug 08 22:05:45.442 INFO O| "etc/svc/profile/platform_omicron1.xml"
82382024-08-08T22:05:47.668Z[ host-image] Aug 08 22:05:45.442 INFO O| "etc/svc/repository.db"
82392024-08-08T22:05:47.676Z[ host-image] Aug 08 22:05:45.451 INFO O| "opt/ooce/share"
82402024-08-08T22:05:47.676Z[ host-image] Aug 08 22:05:45.451 INFO O| "opt/ooce/share/man"
82412024-08-08T22:05:47.679Z[ host-image] Aug 08 22:05:45.451 INFO O| "opt/ooce/share/man/man1"
82422024-08-08T22:05:47.693Z[ host-image] Aug 08 22:05:45.459 INFO O| finishing archive...
82432024-08-08T22:05:47.745Z[ recovery-image] Aug 08 22:05:45.520 INFO E| Downloading crates ...
82442024-08-08T22:05:47.792Z[ recovery-image] Aug 08 22:05:45.566 INFO E| Downloaded bit_field v0.10.2
82452024-08-08T22:05:47.798Z[ recovery-image] Aug 08 22:05:45.571 INFO E| Downloaded cpio_reader v0.1.1
82462024-08-08T22:05:47.807Z[ recovery-image] Aug 08 22:05:45.579 INFO E| Downloaded seq-macro v0.3.5
82472024-08-08T22:05:47.837Z[ recovery-image] Aug 08 22:05:45.612 INFO E| Downloaded raw-cpuid v10.7.0
82482024-08-08T22:05:47.841Z[ recovery-image] Aug 08 22:05:45.616 INFO E| Downloaded goblin v0.8.0
82492024-08-08T22:05:47.954Z[ recovery-image] Aug 08 22:05:45.729 INFO E| Downloaded x86 v0.52.0
82502024-08-08T22:05:48.025Z[ recovery-image] Aug 08 22:05:45.799 INFO E| Updating crates.io index
82512024-08-08T22:05:48.070Z[ recovery-image] Aug 08 22:05:45.845 INFO E| Downloading crates ...
82522024-08-08T22:05:48.116Z[ recovery-image] Aug 08 22:05:45.891 INFO E| Downloaded allocator-api2 v0.2.16
82532024-08-08T22:05:48.120Z[ recovery-image] Aug 08 22:05:45.894 INFO E| Downloaded rustc-demangle v0.1.23
82542024-08-08T22:05:48.131Z[ recovery-image] Aug 08 22:05:45.906 INFO E| Downloaded compiler_builtins v0.1.108
82552024-08-08T22:05:48.198Z[ recovery-image] Aug 08 22:05:45.973 INFO E| Compiling compiler_builtins v0.1.108
82562024-08-08T22:05:48.198Z[ recovery-image] Aug 08 22:05:45.973 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
82572024-08-08T22:05:48.203Z[ recovery-image] Aug 08 22:05:45.973 INFO E| Compiling proc-macro2 v1.0.79
82582024-08-08T22:05:48.203Z[ recovery-image] Aug 08 22:05:45.973 INFO E| Compiling unicode-ident v1.0.12
82592024-08-08T22:05:48.203Z[ recovery-image] Aug 08 22:05:45.973 INFO E| Compiling syn v1.0.109
82602024-08-08T22:05:48.203Z[ recovery-image] Aug 08 22:05:45.973 INFO E| Compiling x86 v0.52.0
82612024-08-08T22:05:48.203Z[ recovery-image] Aug 08 22:05:45.973 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
82622024-08-08T22:05:48.206Z[ recovery-image] Aug 08 22:05:45.980 INFO E| Compiling seq-macro v0.3.5
82632024-08-08T22:05:49.360Z[ recovery-image] Aug 08 22:05:47.134 INFO E| Compiling quote v1.0.35
82642024-08-08T22:05:49.638Z[ recovery-image] Aug 08 22:05:47.412 INFO E| Compiling syn v2.0.53
82652024-08-08T22:05:50.677Z[ host-image] Aug 08 22:05:48.451 INFO O| creating gzonly manifest...
82662024-08-08T22:05:50.702Z[ host-image] Aug 08 22:05:48.474 INFO O| ok
82672024-08-08T22:05:50.816Z[ host-image] Aug 08 22:05:48.590 INFO image builder template: ramdisk-02-trim...
82682024-08-08T22:05:50.816Z[ host-image] Aug 08 22:05:48.590 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/.tmpuE3h3C/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None
82692024-08-08T22:05:50.878Z[ host-image] Aug 08 22:05:48.622 INFO O| Aug 08 22:05:48.622 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82702024-08-08T22:05:50.917Z[ host-image] Aug 08 22:05:48.629 INFO O| Aug 08 22:05:48.629 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82712024-08-08T22:05:50.970Z[ host-image] Aug 08 22:05:48.744 INFO O| Aug 08 22:05:48.744 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
82722024-08-08T22:05:51.031Z[ host-image] Aug 08 22:05:48.804 INFO O| Aug 08 22:05:48.803 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82732024-08-08T22:05:51.031Z[ host-image] Aug 08 22:05:48.804 INFO O| Aug 08 22:05:48.804 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
82742024-08-08T22:05:51.035Z[ host-image] Aug 08 22:05:48.809 INFO O| Aug 08 22:05:48.809 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
82752024-08-08T22:05:51.039Z[ host-image] Aug 08 22:05:48.814 INFO O| Aug 08 22:05:48.814 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82762024-08-08T22:05:51.045Z[ host-image] Aug 08 22:05:48.819 INFO O| Aug 08 22:05:48.819 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82772024-08-08T22:05:51.241Z[ host-image] Aug 08 22:05:49.015 INFO O| Aug 08 22:05:49.015 INFO rolled back to input snapshot; work may begin
82782024-08-08T22:05:51.241Z[ host-image] Aug 08 22:05:49.015 INFO O| Aug 08 22:05:49.015 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
82792024-08-08T22:05:51.248Z[ host-image] Aug 08 22:05:49.022 INFO O| Aug 08 22:05:49.022 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82802024-08-08T22:05:51.260Z[ host-image] Aug 08 22:05:49.034 INFO O| Aug 08 22:05:49.034 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
82812024-08-08T22:05:51.306Z[ host-image] Aug 08 22:05:49.080 INFO O| Aug 08 22:05:49.080 INFO STEP 0 (remove_files) COMPLETE
82822024-08-08T22:05:51.306Z[ host-image] Aug 08 22:05:49.080 INFO O| Aug 08 22:05:49.080 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82832024-08-08T22:05:51.319Z[ host-image] Aug 08 22:05:49.094 INFO O| Aug 08 22:05:49.093 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
82842024-08-08T22:05:51.323Z[ host-image] Aug 08 22:05:49.095 INFO O| Aug 08 22:05:49.095 INFO STEP 1 (remove_files) COMPLETE
82852024-08-08T22:05:51.323Z[ host-image] Aug 08 22:05:49.096 INFO O| Aug 08 22:05:49.095 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82862024-08-08T22:05:51.334Z[ host-image] Aug 08 22:05:49.108 INFO O| Aug 08 22:05:49.108 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
82872024-08-08T22:05:51.348Z[ host-image] Aug 08 22:05:49.122 INFO O| Aug 08 22:05:49.122 INFO STEP 2 (remove_files) COMPLETE
82882024-08-08T22:05:51.348Z[ host-image] Aug 08 22:05:49.122 INFO O| Aug 08 22:05:49.122 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82892024-08-08T22:05:51.361Z[ host-image] Aug 08 22:05:49.136 INFO O| Aug 08 22:05:49.136 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
82902024-08-08T22:05:51.365Z[ host-image] Aug 08 22:05:49.138 INFO O| Aug 08 22:05:49.138 INFO STEP 3 (remove_files) COMPLETE
82912024-08-08T22:05:51.365Z[ host-image] Aug 08 22:05:49.138 INFO O| Aug 08 22:05:49.138 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82922024-08-08T22:05:51.377Z[ host-image] Aug 08 22:05:49.150 INFO O| Aug 08 22:05:49.150 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
82932024-08-08T22:05:51.382Z[ host-image] Aug 08 22:05:49.156 INFO O| Aug 08 22:05:49.156 INFO STEP 4 (remove_files) COMPLETE
82942024-08-08T22:05:51.382Z[ host-image] Aug 08 22:05:49.156 INFO O| Aug 08 22:05:49.156 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82952024-08-08T22:05:51.395Z[ host-image] Aug 08 22:05:49.168 INFO O| Aug 08 22:05:49.168 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
82962024-08-08T22:05:51.398Z[ host-image] Aug 08 22:05:49.172 INFO O| Aug 08 22:05:49.172 INFO STEP 5 (remove_files) COMPLETE
82972024-08-08T22:05:51.398Z[ host-image] Aug 08 22:05:49.172 INFO O| Aug 08 22:05:49.172 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82982024-08-08T22:05:51.410Z[ host-image] Aug 08 22:05:49.184 INFO O| Aug 08 22:05:49.184 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
82992024-08-08T22:05:51.425Z[ host-image] Aug 08 22:05:49.200 INFO O| Aug 08 22:05:49.199 INFO STEP 6 (remove_files) COMPLETE
83002024-08-08T22:05:51.425Z[ host-image] Aug 08 22:05:49.200 INFO O| Aug 08 22:05:49.200 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83012024-08-08T22:05:51.438Z[ host-image] Aug 08 22:05:49.212 INFO O| Aug 08 22:05:49.212 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
83022024-08-08T22:05:51.456Z[ host-image] Aug 08 22:05:49.228 INFO O| Aug 08 22:05:49.228 INFO STEP 7 (remove_files) COMPLETE
83032024-08-08T22:05:51.456Z[ host-image] Aug 08 22:05:49.228 INFO O| Aug 08 22:05:49.228 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83042024-08-08T22:05:51.466Z[ host-image] Aug 08 22:05:49.239 INFO O| Aug 08 22:05:49.239 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
83052024-08-08T22:05:51.561Z[ host-image] Aug 08 22:05:49.334 INFO O| Aug 08 22:05:49.334 INFO STEP 8 (remove_files) COMPLETE
83062024-08-08T22:05:51.561Z[ host-image] Aug 08 22:05:49.334 INFO O| Aug 08 22:05:49.334 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83072024-08-08T22:05:51.581Z[ host-image] Aug 08 22:05:49.348 INFO O| Aug 08 22:05:49.348 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
83082024-08-08T22:05:51.650Z[ host-image] Aug 08 22:05:49.421 INFO O| Aug 08 22:05:49.421 INFO STEP 9 (remove_files) COMPLETE
83092024-08-08T22:05:51.650Z[ host-image] Aug 08 22:05:49.421 INFO O| Aug 08 22:05:49.421 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83102024-08-08T22:05:51.665Z[ host-image] Aug 08 22:05:49.438 INFO O| Aug 08 22:05:49.438 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83112024-08-08T22:05:51.668Z[ host-image] Aug 08 22:05:49.441 INFO O| Aug 08 22:05:49.441 INFO STEP 10 (remove_files) COMPLETE
83122024-08-08T22:05:51.668Z[ host-image] Aug 08 22:05:49.441 INFO O| Aug 08 22:05:49.441 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83132024-08-08T22:05:51.682Z[ host-image] Aug 08 22:05:49.456 INFO O| Aug 08 22:05:49.456 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83142024-08-08T22:05:51.685Z[ host-image] Aug 08 22:05:49.457 INFO O| Aug 08 22:05:49.457 INFO STEP 11 (remove_files) COMPLETE
83152024-08-08T22:05:51.685Z[ host-image] Aug 08 22:05:49.457 INFO O| Aug 08 22:05:49.457 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83162024-08-08T22:05:51.697Z[ host-image] Aug 08 22:05:49.471 INFO O| Aug 08 22:05:49.471 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
83172024-08-08T22:05:51.701Z[ host-image] Aug 08 22:05:49.473 INFO O| Aug 08 22:05:49.473 INFO STEP 12 (remove_files) COMPLETE
83182024-08-08T22:05:51.701Z[ host-image] Aug 08 22:05:49.473 INFO O| Aug 08 22:05:49.473 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83192024-08-08T22:05:51.735Z[ host-image] Aug 08 22:05:49.508 INFO O| Aug 08 22:05:49.508 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
83202024-08-08T22:05:51.747Z[ host-image] Aug 08 22:05:49.521 INFO O| Aug 08 22:05:49.521 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
83212024-08-08T22:05:51.763Z[ host-image] Aug 08 22:05:49.521 INFO O| Aug 08 22:05:49.521 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
83222024-08-08T22:05:51.763Z[ host-image] Aug 08 22:05:49.521 INFO O| Aug 08 22:05:49.521 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
83232024-08-08T22:05:51.763Z[ host-image] Aug 08 22:05:49.522 INFO O| Aug 08 22:05:49.522 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
83242024-08-08T22:05:51.763Z[ host-image] Aug 08 22:05:49.522 INFO O| Aug 08 22:05:49.522 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
83252024-08-08T22:05:51.763Z[ host-image] Aug 08 22:05:49.522 INFO O| Aug 08 22:05:49.522 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
83262024-08-08T22:05:51.763Z[ host-image] Aug 08 22:05:49.522 INFO O| Aug 08 22:05:49.522 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
83272024-08-08T22:05:51.763Z[ host-image] Aug 08 22:05:49.522 INFO O| Aug 08 22:05:49.522 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
83282024-08-08T22:05:51.763Z[ host-image] Aug 08 22:05:49.523 INFO O| Aug 08 22:05:49.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
83292024-08-08T22:05:51.763Z[ host-image] Aug 08 22:05:49.523 INFO O| Aug 08 22:05:49.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
83302024-08-08T22:05:51.763Z[ host-image] Aug 08 22:05:49.523 INFO O| Aug 08 22:05:49.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
83312024-08-08T22:05:51.763Z[ host-image] Aug 08 22:05:49.523 INFO O| Aug 08 22:05:49.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
83322024-08-08T22:05:51.763Z[ host-image] Aug 08 22:05:49.523 INFO O| Aug 08 22:05:49.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
83332024-08-08T22:05:51.763Z[ host-image] Aug 08 22:05:49.523 INFO O| Aug 08 22:05:49.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
83342024-08-08T22:05:51.763Z[ host-image] Aug 08 22:05:49.523 INFO O| Aug 08 22:05:49.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
83352024-08-08T22:05:51.763Z[ host-image] Aug 08 22:05:49.523 INFO O| Aug 08 22:05:49.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
83362024-08-08T22:05:51.868Z[ host-image] Aug 08 22:05:49.641 INFO O| Aug 08 22:05:49.641 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
83372024-08-08T22:05:51.910Z[ host-image] Aug 08 22:05:49.684 INFO O| Aug 08 22:05:49.684 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
83382024-08-08T22:05:51.916Z[ host-image] Aug 08 22:05:49.689 INFO O| Aug 08 22:05:49.689 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
83392024-08-08T22:05:51.920Z[ host-image] Aug 08 22:05:49.691 INFO O| Aug 08 22:05:49.691 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
83402024-08-08T22:05:52.129Z[ host-image] Aug 08 22:05:49.900 INFO O| Aug 08 22:05:49.900 INFO STEP 13 (remove_files) COMPLETE
83412024-08-08T22:05:52.129Z[ host-image] Aug 08 22:05:49.900 INFO O| Aug 08 22:05:49.900 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83422024-08-08T22:05:52.143Z[ host-image] Aug 08 22:05:49.917 INFO O| Aug 08 22:05:49.917 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
83432024-08-08T22:05:52.149Z[ host-image] Aug 08 22:05:49.919 INFO O| Aug 08 22:05:49.919 INFO STEP 14 (remove_files) COMPLETE
83442024-08-08T22:05:52.149Z[ host-image] Aug 08 22:05:49.919 INFO O| Aug 08 22:05:49.919 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83452024-08-08T22:05:52.160Z[ host-image] Aug 08 22:05:49.934 INFO O| Aug 08 22:05:49.934 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
83462024-08-08T22:05:52.170Z[ host-image] Aug 08 22:05:49.943 INFO O| Aug 08 22:05:49.943 INFO STEP 15 (remove_files) COMPLETE
83472024-08-08T22:05:52.170Z[ host-image] Aug 08 22:05:49.943 INFO O| Aug 08 22:05:49.943 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83482024-08-08T22:05:52.185Z[ host-image] Aug 08 22:05:49.958 INFO O| Aug 08 22:05:49.958 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
83492024-08-08T22:05:52.188Z[ host-image] Aug 08 22:05:49.959 INFO O| Aug 08 22:05:49.959 INFO STEP 16 (remove_files) COMPLETE
83502024-08-08T22:05:52.188Z[ host-image] Aug 08 22:05:49.959 INFO O| Aug 08 22:05:49.959 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83512024-08-08T22:05:52.197Z[ host-image] Aug 08 22:05:49.971 INFO O| Aug 08 22:05:49.971 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
83522024-08-08T22:05:52.202Z[ host-image] Aug 08 22:05:49.973 INFO O| Aug 08 22:05:49.973 INFO STEP 17 (remove_files) COMPLETE
83532024-08-08T22:05:52.202Z[ host-image] Aug 08 22:05:49.973 INFO O| Aug 08 22:05:49.973 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83542024-08-08T22:05:52.215Z[ host-image] Aug 08 22:05:49.988 INFO O| Aug 08 22:05:49.988 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
83552024-08-08T22:05:52.215Z[ host-image] Aug 08 22:05:49.988 INFO O| Aug 08 22:05:49.988 INFO STEP 18 (remove_files) COMPLETE
83562024-08-08T22:05:52.215Z[ host-image] Aug 08 22:05:49.988 INFO O| Aug 08 22:05:49.988 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83572024-08-08T22:05:52.230Z[ host-image] Aug 08 22:05:50.003 INFO O| Aug 08 22:05:50.003 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
83582024-08-08T22:05:52.230Z[ host-image] Aug 08 22:05:50.003 INFO O| Aug 08 22:05:50.003 INFO STEP 19 (remove_files) COMPLETE
83592024-08-08T22:05:52.233Z[ host-image] Aug 08 22:05:50.003 INFO O| Aug 08 22:05:50.003 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83602024-08-08T22:05:52.244Z[ host-image] Aug 08 22:05:50.017 INFO O| Aug 08 22:05:50.017 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
83612024-08-08T22:05:52.244Z[ host-image] Aug 08 22:05:50.017 INFO O| Aug 08 22:05:50.017 INFO STEP 20 (remove_files) COMPLETE
83622024-08-08T22:05:52.254Z[ host-image] Aug 08 22:05:50.017 INFO O| Aug 08 22:05:50.017 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83632024-08-08T22:05:52.259Z[ host-image] Aug 08 22:05:50.033 INFO O| Aug 08 22:05:50.033 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
83642024-08-08T22:05:52.259Z[ host-image] Aug 08 22:05:50.033 INFO O| Aug 08 22:05:50.033 INFO STEP 21 (remove_files) COMPLETE
83652024-08-08T22:05:52.259Z[ host-image] Aug 08 22:05:50.033 INFO O| Aug 08 22:05:50.033 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83662024-08-08T22:05:52.274Z[ host-image] Aug 08 22:05:50.048 INFO O| Aug 08 22:05:50.048 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
83672024-08-08T22:05:52.275Z[ host-image] Aug 08 22:05:50.048 INFO O| Aug 08 22:05:50.048 INFO STEP 22 (remove_files) COMPLETE
83682024-08-08T22:05:52.279Z[ host-image] Aug 08 22:05:50.048 INFO O| Aug 08 22:05:50.048 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83692024-08-08T22:05:52.290Z[ host-image] Aug 08 22:05:50.063 INFO O| Aug 08 22:05:50.063 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
83702024-08-08T22:05:52.290Z[ host-image] Aug 08 22:05:50.063 INFO O| Aug 08 22:05:50.063 INFO STEP 23 (remove_files) COMPLETE
83712024-08-08T22:05:52.295Z[ host-image] Aug 08 22:05:50.063 INFO O| Aug 08 22:05:50.063 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83722024-08-08T22:05:52.305Z[ host-image] Aug 08 22:05:50.079 INFO O| Aug 08 22:05:50.079 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
83732024-08-08T22:05:52.305Z[ host-image] Aug 08 22:05:50.079 INFO O| Aug 08 22:05:50.079 INFO STEP 24 (remove_files) COMPLETE
83742024-08-08T22:05:52.305Z[ host-image] Aug 08 22:05:50.079 INFO O| Aug 08 22:05:50.079 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83752024-08-08T22:05:52.321Z[ host-image] Aug 08 22:05:50.094 INFO O| Aug 08 22:05:50.094 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
83762024-08-08T22:05:52.321Z[ host-image] Aug 08 22:05:50.094 INFO O| Aug 08 22:05:50.094 INFO STEP 25 (remove_files) COMPLETE
83772024-08-08T22:05:52.325Z[ host-image] Aug 08 22:05:50.095 INFO O| Aug 08 22:05:50.094 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83782024-08-08T22:05:52.336Z[ host-image] Aug 08 22:05:50.109 INFO O| Aug 08 22:05:50.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
83792024-08-08T22:05:52.336Z[ host-image] Aug 08 22:05:50.109 INFO O| Aug 08 22:05:50.109 INFO STEP 26 (remove_files) COMPLETE
83802024-08-08T22:05:52.336Z[ host-image] Aug 08 22:05:50.109 INFO O| Aug 08 22:05:50.109 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83812024-08-08T22:05:52.351Z[ host-image] Aug 08 22:05:50.125 INFO O| Aug 08 22:05:50.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
83822024-08-08T22:05:52.355Z[ host-image] Aug 08 22:05:50.125 INFO O| Aug 08 22:05:50.125 INFO STEP 27 (remove_files) COMPLETE
83832024-08-08T22:05:52.355Z[ host-image] Aug 08 22:05:50.125 INFO O| Aug 08 22:05:50.125 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83842024-08-08T22:05:52.365Z[ host-image] Aug 08 22:05:50.137 INFO O| Aug 08 22:05:50.136 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
83852024-08-08T22:05:52.365Z[ host-image] Aug 08 22:05:50.137 INFO O| Aug 08 22:05:50.137 INFO STEP 28 (remove_files) COMPLETE
83862024-08-08T22:05:52.368Z[ host-image] Aug 08 22:05:50.137 INFO O| Aug 08 22:05:50.137 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83872024-08-08T22:05:52.378Z[ host-image] Aug 08 22:05:50.152 INFO O| Aug 08 22:05:50.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
83882024-08-08T22:05:52.378Z[ host-image] Aug 08 22:05:50.152 INFO O| Aug 08 22:05:50.152 INFO STEP 29 (remove_files) COMPLETE
83892024-08-08T22:05:52.382Z[ host-image] Aug 08 22:05:50.152 INFO O| Aug 08 22:05:50.152 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83902024-08-08T22:05:52.391Z[ host-image] Aug 08 22:05:50.165 INFO O| Aug 08 22:05:50.165 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
83912024-08-08T22:05:52.391Z[ host-image] Aug 08 22:05:50.165 INFO O| Aug 08 22:05:50.165 INFO STEP 30 (remove_files) COMPLETE
83922024-08-08T22:05:52.395Z[ host-image] Aug 08 22:05:50.165 INFO O| Aug 08 22:05:50.165 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83932024-08-08T22:05:52.405Z[ host-image] Aug 08 22:05:50.179 INFO O| Aug 08 22:05:50.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
83942024-08-08T22:05:52.416Z[ host-image] Aug 08 22:05:50.179 INFO O| Aug 08 22:05:50.179 INFO STEP 31 (remove_files) COMPLETE
83952024-08-08T22:05:52.416Z[ host-image] Aug 08 22:05:50.179 INFO O| Aug 08 22:05:50.179 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83962024-08-08T22:05:52.420Z[ host-image] Aug 08 22:05:50.193 INFO O| Aug 08 22:05:50.192 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
83972024-08-08T22:05:52.420Z[ host-image] Aug 08 22:05:50.193 INFO O| Aug 08 22:05:50.193 INFO STEP 32 (remove_files) COMPLETE
83982024-08-08T22:05:52.420Z[ host-image] Aug 08 22:05:50.193 INFO O| Aug 08 22:05:50.193 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83992024-08-08T22:05:52.434Z[ host-image] Aug 08 22:05:50.208 INFO O| Aug 08 22:05:50.208 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
84002024-08-08T22:05:52.435Z[ host-image] Aug 08 22:05:50.208 INFO O| Aug 08 22:05:50.208 INFO STEP 33 (remove_files) COMPLETE
84012024-08-08T22:05:52.440Z[ host-image] Aug 08 22:05:50.208 INFO O| Aug 08 22:05:50.208 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84022024-08-08T22:05:52.450Z[ host-image] Aug 08 22:05:50.223 INFO O| Aug 08 22:05:50.223 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
84032024-08-08T22:05:52.450Z[ host-image] Aug 08 22:05:50.223 INFO O| Aug 08 22:05:50.223 INFO STEP 34 (remove_files) COMPLETE
84042024-08-08T22:05:52.453Z[ host-image] Aug 08 22:05:50.223 INFO O| Aug 08 22:05:50.223 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84052024-08-08T22:05:52.465Z[ host-image] Aug 08 22:05:50.238 INFO O| Aug 08 22:05:50.238 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
84062024-08-08T22:05:52.465Z[ host-image] Aug 08 22:05:50.238 INFO O| Aug 08 22:05:50.238 INFO STEP 35 (remove_files) COMPLETE
84072024-08-08T22:05:52.465Z[ host-image] Aug 08 22:05:50.238 INFO O| Aug 08 22:05:50.238 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84082024-08-08T22:05:52.479Z[ host-image] Aug 08 22:05:50.253 INFO O| Aug 08 22:05:50.253 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84092024-08-08T22:05:52.479Z[ host-image] Aug 08 22:05:50.253 INFO O| Aug 08 22:05:50.253 INFO STEP 36 (remove_files) COMPLETE
84102024-08-08T22:05:52.479Z[ host-image] Aug 08 22:05:50.253 INFO O| Aug 08 22:05:50.253 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84112024-08-08T22:05:52.494Z[ host-image] Aug 08 22:05:50.268 INFO O| Aug 08 22:05:50.268 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84122024-08-08T22:05:52.494Z[ host-image] Aug 08 22:05:50.268 INFO O| Aug 08 22:05:50.268 INFO STEP 37 (remove_files) COMPLETE
84132024-08-08T22:05:52.494Z[ host-image] Aug 08 22:05:50.268 INFO O| Aug 08 22:05:50.268 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84142024-08-08T22:05:52.510Z[ host-image] Aug 08 22:05:50.283 INFO O| Aug 08 22:05:50.283 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84152024-08-08T22:05:52.510Z[ host-image] Aug 08 22:05:50.283 INFO O| Aug 08 22:05:50.283 INFO STEP 38 (remove_files) COMPLETE
84162024-08-08T22:05:52.513Z[ host-image] Aug 08 22:05:50.283 INFO O| Aug 08 22:05:50.283 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84172024-08-08T22:05:52.522Z[ host-image] Aug 08 22:05:50.296 INFO O| Aug 08 22:05:50.296 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
84182024-08-08T22:05:52.522Z[ host-image] Aug 08 22:05:50.296 INFO O| Aug 08 22:05:50.296 INFO STEP 39 (remove_files) COMPLETE
84192024-08-08T22:05:52.527Z[ host-image] Aug 08 22:05:50.296 INFO O| Aug 08 22:05:50.296 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84202024-08-08T22:05:52.533Z[ host-image] Aug 08 22:05:50.306 INFO O| Aug 08 22:05:50.306 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
84212024-08-08T22:05:52.533Z[ host-image] Aug 08 22:05:50.307 INFO O| Aug 08 22:05:50.307 INFO STEP 40 (remove_files) COMPLETE
84222024-08-08T22:05:52.533Z[ host-image] Aug 08 22:05:50.307 INFO O| Aug 08 22:05:50.307 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84232024-08-08T22:05:52.543Z[ host-image] Aug 08 22:05:50.317 INFO O| Aug 08 22:05:50.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
84242024-08-08T22:05:52.543Z[ host-image] Aug 08 22:05:50.317 INFO O| Aug 08 22:05:50.317 INFO STEP 41 (remove_files) COMPLETE
84252024-08-08T22:05:52.547Z[ host-image] Aug 08 22:05:50.317 INFO O| Aug 08 22:05:50.317 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84262024-08-08T22:05:52.555Z[ host-image] Aug 08 22:05:50.329 INFO O| Aug 08 22:05:50.329 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
84272024-08-08T22:05:52.559Z[ host-image] Aug 08 22:05:50.329 INFO O| Aug 08 22:05:50.329 INFO STEP 42 (remove_files) COMPLETE
84282024-08-08T22:05:52.559Z[ host-image] Aug 08 22:05:50.329 INFO O| Aug 08 22:05:50.329 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84292024-08-08T22:05:52.571Z[ host-image] Aug 08 22:05:50.345 INFO O| Aug 08 22:05:50.344 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
84302024-08-08T22:05:52.571Z[ host-image] Aug 08 22:05:50.345 INFO O| Aug 08 22:05:50.345 INFO STEP 43 (remove_files) COMPLETE
84312024-08-08T22:05:52.575Z[ host-image] Aug 08 22:05:50.345 INFO O| Aug 08 22:05:50.345 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84322024-08-08T22:05:52.587Z[ host-image] Aug 08 22:05:50.360 INFO O| Aug 08 22:05:50.360 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
84332024-08-08T22:05:52.587Z[ host-image] Aug 08 22:05:50.361 INFO O| Aug 08 22:05:50.361 INFO STEP 44 (remove_files) COMPLETE
84342024-08-08T22:05:52.590Z[ host-image] Aug 08 22:05:50.361 INFO O| Aug 08 22:05:50.361 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84352024-08-08T22:05:52.602Z[ host-image] Aug 08 22:05:50.376 INFO O| Aug 08 22:05:50.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
84362024-08-08T22:05:52.605Z[ host-image] Aug 08 22:05:50.376 INFO O| Aug 08 22:05:50.376 INFO STEP 45 (remove_files) COMPLETE
84372024-08-08T22:05:52.605Z[ host-image] Aug 08 22:05:50.376 INFO O| Aug 08 22:05:50.376 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84382024-08-08T22:05:52.618Z[ host-image] Aug 08 22:05:50.392 INFO O| Aug 08 22:05:50.392 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
84392024-08-08T22:05:52.618Z[ host-image] Aug 08 22:05:50.392 INFO O| Aug 08 22:05:50.392 INFO STEP 46 (remove_files) COMPLETE
84402024-08-08T22:05:52.624Z[ host-image] Aug 08 22:05:50.392 INFO O| Aug 08 22:05:50.392 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84412024-08-08T22:05:52.636Z[ host-image] Aug 08 22:05:50.407 INFO O| Aug 08 22:05:50.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
84422024-08-08T22:05:52.636Z[ host-image] Aug 08 22:05:50.408 INFO O| Aug 08 22:05:50.408 INFO STEP 47 (remove_files) COMPLETE
84432024-08-08T22:05:52.641Z[ host-image] Aug 08 22:05:50.408 INFO O| Aug 08 22:05:50.408 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84442024-08-08T22:05:52.649Z[ host-image] Aug 08 22:05:50.423 INFO O| Aug 08 22:05:50.423 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
84452024-08-08T22:05:52.649Z[ host-image] Aug 08 22:05:50.423 INFO O| Aug 08 22:05:50.423 INFO STEP 48 (remove_files) COMPLETE
84462024-08-08T22:05:52.649Z[ host-image] Aug 08 22:05:50.423 INFO O| Aug 08 22:05:50.423 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84472024-08-08T22:05:52.665Z[ host-image] Aug 08 22:05:50.438 INFO O| Aug 08 22:05:50.438 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
84482024-08-08T22:05:52.665Z[ host-image] Aug 08 22:05:50.439 INFO O| Aug 08 22:05:50.438 INFO STEP 49 (remove_files) COMPLETE
84492024-08-08T22:05:52.668Z[ host-image] Aug 08 22:05:50.439 INFO O| Aug 08 22:05:50.439 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84502024-08-08T22:05:52.680Z[ host-image] Aug 08 22:05:50.454 INFO O| Aug 08 22:05:50.454 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
84512024-08-08T22:05:52.680Z[ host-image] Aug 08 22:05:50.454 INFO O| Aug 08 22:05:50.454 INFO STEP 50 (remove_files) COMPLETE
84522024-08-08T22:05:52.683Z[ host-image] Aug 08 22:05:50.454 INFO O| Aug 08 22:05:50.454 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84532024-08-08T22:05:52.696Z[ host-image] Aug 08 22:05:50.469 INFO O| Aug 08 22:05:50.469 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
84542024-08-08T22:05:52.713Z[ host-image] Aug 08 22:05:50.469 INFO O| Aug 08 22:05:50.469 INFO STEP 51 (remove_files) COMPLETE
84552024-08-08T22:05:52.713Z[ host-image] Aug 08 22:05:50.470 INFO O| Aug 08 22:05:50.469 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84562024-08-08T22:05:52.721Z[ host-image] Aug 08 22:05:50.484 INFO O| Aug 08 22:05:50.484 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
84572024-08-08T22:05:52.721Z[ host-image] Aug 08 22:05:50.485 INFO O| Aug 08 22:05:50.484 INFO STEP 52 (remove_files) COMPLETE
84582024-08-08T22:05:52.721Z[ host-image] Aug 08 22:05:50.485 INFO O| Aug 08 22:05:50.485 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84592024-08-08T22:05:52.725Z[ host-image] Aug 08 22:05:50.499 INFO O| Aug 08 22:05:50.499 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
84602024-08-08T22:05:52.731Z[ host-image] Aug 08 22:05:50.499 INFO O| Aug 08 22:05:50.499 INFO STEP 53 (remove_files) COMPLETE
84612024-08-08T22:05:52.731Z[ host-image] Aug 08 22:05:50.500 INFO O| Aug 08 22:05:50.499 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84622024-08-08T22:05:52.743Z[ host-image] Aug 08 22:05:50.515 INFO O| Aug 08 22:05:50.515 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
84632024-08-08T22:05:52.743Z[ host-image] Aug 08 22:05:50.516 INFO O| Aug 08 22:05:50.515 INFO STEP 54 (remove_files) COMPLETE
84642024-08-08T22:05:52.747Z[ host-image] Aug 08 22:05:50.516 INFO O| Aug 08 22:05:50.515 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84652024-08-08T22:05:52.756Z[ host-image] Aug 08 22:05:50.530 INFO O| Aug 08 22:05:50.530 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
84662024-08-08T22:05:52.756Z[ host-image] Aug 08 22:05:50.530 INFO O| Aug 08 22:05:50.530 INFO STEP 55 (remove_files) COMPLETE
84672024-08-08T22:05:52.757Z[ host-image] Aug 08 22:05:50.530 INFO O| Aug 08 22:05:50.530 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84682024-08-08T22:05:52.769Z[ host-image] Aug 08 22:05:50.543 INFO O| Aug 08 22:05:50.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
84692024-08-08T22:05:52.769Z[ host-image] Aug 08 22:05:50.543 INFO O| Aug 08 22:05:50.543 INFO STEP 56 (remove_files) COMPLETE
84702024-08-08T22:05:52.774Z[ host-image] Aug 08 22:05:50.543 INFO O| Aug 08 22:05:50.543 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84712024-08-08T22:05:52.790Z[ host-image] Aug 08 22:05:50.558 INFO O| Aug 08 22:05:50.558 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
84722024-08-08T22:05:52.793Z[ host-image] Aug 08 22:05:50.558 INFO O| Aug 08 22:05:50.558 INFO STEP 57 (remove_files) COMPLETE
84732024-08-08T22:05:52.793Z[ host-image] Aug 08 22:05:50.558 INFO O| Aug 08 22:05:50.558 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84742024-08-08T22:05:52.800Z[ host-image] Aug 08 22:05:50.574 INFO O| Aug 08 22:05:50.574 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
84752024-08-08T22:05:52.804Z[ host-image] Aug 08 22:05:50.574 INFO O| Aug 08 22:05:50.574 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
84762024-08-08T22:05:52.804Z[ host-image] Aug 08 22:05:50.574 INFO O| Aug 08 22:05:50.574 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84772024-08-08T22:05:52.804Z[ host-image] Aug 08 22:05:50.575 INFO O| Aug 08 22:05:50.575 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84782024-08-08T22:05:52.804Z[ host-image] Aug 08 22:05:50.575 INFO O| Aug 08 22:05:50.575 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84792024-08-08T22:05:52.804Z[ host-image] Aug 08 22:05:50.575 INFO O| Aug 08 22:05:50.575 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84802024-08-08T22:05:52.804Z[ host-image] Aug 08 22:05:50.575 INFO O| Aug 08 22:05:50.575 INFO ok!
84812024-08-08T22:05:52.804Z[ host-image] Aug 08 22:05:50.575 INFO O| Aug 08 22:05:50.575 INFO STEP 58 (ensure_file) COMPLETE
84822024-08-08T22:05:52.804Z[ host-image] Aug 08 22:05:50.575 INFO O| Aug 08 22:05:50.575 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84832024-08-08T22:05:52.813Z[ host-image] Aug 08 22:05:50.587 INFO O| Aug 08 22:05:50.586 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
84842024-08-08T22:05:52.813Z[ host-image] Aug 08 22:05:50.587 INFO O| Aug 08 22:05:50.587 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
84852024-08-08T22:05:52.816Z[ host-image] Aug 08 22:05:50.587 INFO O| Aug 08 22:05:50.587 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84862024-08-08T22:05:52.816Z[ host-image] Aug 08 22:05:50.587 INFO O| Aug 08 22:05:50.587 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84872024-08-08T22:05:52.816Z[ host-image] Aug 08 22:05:50.587 INFO O| Aug 08 22:05:50.587 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84882024-08-08T22:05:52.816Z[ host-image] Aug 08 22:05:50.587 INFO O| Aug 08 22:05:50.587 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84892024-08-08T22:05:52.816Z[ host-image] Aug 08 22:05:50.587 INFO O| Aug 08 22:05:50.587 INFO ok!
84902024-08-08T22:05:52.816Z[ host-image] Aug 08 22:05:50.587 INFO O| Aug 08 22:05:50.587 INFO STEP 59 (ensure_file) COMPLETE
84912024-08-08T22:05:52.816Z[ host-image] Aug 08 22:05:50.587 INFO O| Aug 08 22:05:50.587 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84922024-08-08T22:05:52.828Z[ host-image] Aug 08 22:05:50.602 INFO O| Aug 08 22:05:50.602 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
84932024-08-08T22:05:52.828Z[ host-image] Aug 08 22:05:50.602 INFO O| Aug 08 22:05:50.602 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
84942024-08-08T22:05:52.832Z[ host-image] Aug 08 22:05:50.602 INFO O| Aug 08 22:05:50.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
84952024-08-08T22:05:52.834Z[ host-image] Aug 08 22:05:50.602 INFO O| Aug 08 22:05:50.602 INFO ok!
84962024-08-08T22:05:52.834Z[ host-image] Aug 08 22:05:50.602 INFO O| Aug 08 22:05:50.602 INFO STEP 60 (ensure_file) COMPLETE
84972024-08-08T22:05:52.834Z[ host-image] Aug 08 22:05:50.602 INFO O| Aug 08 22:05:50.602 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84982024-08-08T22:05:52.840Z[ host-image] Aug 08 22:05:50.614 INFO O| Aug 08 22:05:50.613 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
84992024-08-08T22:05:52.840Z[ host-image] Aug 08 22:05:50.614 INFO O| Aug 08 22:05:50.614 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
85002024-08-08T22:05:52.843Z[ host-image] Aug 08 22:05:50.614 INFO O| Aug 08 22:05:50.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
85012024-08-08T22:05:52.844Z[ host-image] Aug 08 22:05:50.614 INFO O| Aug 08 22:05:50.614 INFO ok!
85022024-08-08T22:05:52.844Z[ host-image] Aug 08 22:05:50.614 INFO O| Aug 08 22:05:50.614 INFO STEP 61 (ensure_file) COMPLETE
85032024-08-08T22:05:52.844Z[ host-image] Aug 08 22:05:50.614 INFO O| Aug 08 22:05:50.614 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85042024-08-08T22:05:52.851Z[ host-image] Aug 08 22:05:50.625 INFO O| Aug 08 22:05:50.624 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
85052024-08-08T22:05:52.851Z[ host-image] Aug 08 22:05:50.625 INFO O| Aug 08 22:05:50.625 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
85062024-08-08T22:05:52.854Z[ host-image] Aug 08 22:05:50.625 INFO O| Aug 08 22:05:50.625 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85072024-08-08T22:05:52.854Z[ host-image] Aug 08 22:05:50.625 INFO O| Aug 08 22:05:50.625 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85082024-08-08T22:05:52.854Z[ host-image] Aug 08 22:05:50.625 INFO O| Aug 08 22:05:50.625 INFO ok!
85092024-08-08T22:05:52.854Z[ host-image] Aug 08 22:05:50.625 INFO O| Aug 08 22:05:50.625 INFO STEP 62 (ensure_file) COMPLETE
85102024-08-08T22:05:52.854Z[ host-image] Aug 08 22:05:50.625 INFO O| Aug 08 22:05:50.625 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85112024-08-08T22:05:52.862Z[ host-image] Aug 08 22:05:50.636 INFO O| Aug 08 22:05:50.636 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85122024-08-08T22:05:52.862Z[ host-image] Aug 08 22:05:50.636 INFO O| Aug 08 22:05:50.636 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85132024-08-08T22:05:52.869Z[ host-image] Aug 08 22:05:50.636 INFO O| Aug 08 22:05:50.636 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85142024-08-08T22:05:52.869Z[ host-image] Aug 08 22:05:50.636 INFO O| Aug 08 22:05:50.636 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85152024-08-08T22:05:52.869Z[ host-image] Aug 08 22:05:50.636 INFO O| Aug 08 22:05:50.636 INFO ok!
85162024-08-08T22:05:52.869Z[ host-image] Aug 08 22:05:50.636 INFO O| Aug 08 22:05:50.636 INFO STEP 63 (ensure_file) COMPLETE
85172024-08-08T22:05:52.869Z[ host-image] Aug 08 22:05:50.636 INFO O| Aug 08 22:05:50.636 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85182024-08-08T22:05:52.874Z[ host-image] Aug 08 22:05:50.648 INFO O| Aug 08 22:05:50.648 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
85192024-08-08T22:05:52.874Z[ host-image] Aug 08 22:05:50.648 INFO O| Aug 08 22:05:50.648 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
85202024-08-08T22:05:52.878Z[ host-image] Aug 08 22:05:50.648 INFO O| Aug 08 22:05:50.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
85212024-08-08T22:05:52.878Z[ host-image] Aug 08 22:05:50.648 INFO O| Aug 08 22:05:50.648 INFO ok!
85222024-08-08T22:05:52.878Z[ host-image] Aug 08 22:05:50.648 INFO O| Aug 08 22:05:50.648 INFO STEP 64 (assemble_files) COMPLETE
85232024-08-08T22:05:52.878Z[ host-image] Aug 08 22:05:50.648 INFO O| Aug 08 22:05:50.648 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85242024-08-08T22:05:52.889Z[ host-image] Aug 08 22:05:50.662 INFO O| Aug 08 22:05:50.662 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
85252024-08-08T22:05:52.893Z[ host-image] Aug 08 22:05:50.663 INFO O| Aug 08 22:05:50.662 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
85262024-08-08T22:05:52.893Z[ host-image] Aug 08 22:05:50.663 INFO O| Aug 08 22:05:50.663 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85272024-08-08T22:05:52.893Z[ host-image] Aug 08 22:05:50.663 INFO O| Aug 08 22:05:50.663 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85282024-08-08T22:05:52.893Z[ host-image] Aug 08 22:05:50.663 INFO O| Aug 08 22:05:50.663 INFO ok!
85292024-08-08T22:05:52.893Z[ host-image] Aug 08 22:05:50.663 INFO O| Aug 08 22:05:50.663 INFO STEP 65 (ensure_file) COMPLETE
85302024-08-08T22:05:52.893Z[ host-image] Aug 08 22:05:50.663 INFO O| Aug 08 22:05:50.663 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85312024-08-08T22:05:52.904Z[ host-image] Aug 08 22:05:50.678 INFO O| Aug 08 22:05:50.678 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85322024-08-08T22:05:52.908Z[ host-image] Aug 08 22:05:50.678 INFO O| Aug 08 22:05:50.678 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85332024-08-08T22:05:52.908Z[ host-image] Aug 08 22:05:50.678 INFO O| Aug 08 22:05:50.678 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85342024-08-08T22:05:52.908Z[ host-image] Aug 08 22:05:50.678 INFO O| Aug 08 22:05:50.678 INFO STEP 66 (ensure_dir) COMPLETE
85352024-08-08T22:05:52.908Z[ host-image] Aug 08 22:05:50.678 INFO O| Aug 08 22:05:50.678 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85362024-08-08T22:05:52.920Z[ host-image] Aug 08 22:05:50.694 INFO O| Aug 08 22:05:50.694 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
85372024-08-08T22:05:52.920Z[ host-image] Aug 08 22:05:50.694 INFO O| Aug 08 22:05:50.694 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 ...
85382024-08-08T22:05:52.931Z[ host-image] Aug 08 22:05:50.705 INFO O| Aug 08 22:05:50.704 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
85392024-08-08T22:05:52.931Z[ host-image] Aug 08 22:05:50.705 INFO O| Aug 08 22:05:50.705 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85402024-08-08T22:05:52.936Z[ host-image] Aug 08 22:05:50.705 INFO O| Aug 08 22:05:50.705 INFO ok!
85412024-08-08T22:05:52.936Z[ host-image] Aug 08 22:05:50.705 INFO O| Aug 08 22:05:50.705 INFO STEP 67 (ensure_file) COMPLETE
85422024-08-08T22:05:52.936Z[ host-image] Aug 08 22:05:50.705 INFO O| Aug 08 22:05:50.705 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85432024-08-08T22:05:52.948Z[ host-image] Aug 08 22:05:50.722 INFO O| Aug 08 22:05:50.722 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
85442024-08-08T22:05:52.948Z[ host-image] Aug 08 22:05:50.722 INFO O| Aug 08 22:05:50.722 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 ...
85452024-08-08T22:05:52.952Z[ host-image] Aug 08 22:05:50.722 INFO O| Aug 08 22:05:50.722 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
85462024-08-08T22:05:52.952Z[ host-image] Aug 08 22:05:50.722 INFO O| Aug 08 22:05:50.722 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
85472024-08-08T22:05:52.952Z[ host-image] Aug 08 22:05:50.722 INFO O| Aug 08 22:05:50.722 INFO ok!
85482024-08-08T22:05:52.952Z[ host-image] Aug 08 22:05:50.722 INFO O| Aug 08 22:05:50.722 INFO STEP 68 (ensure_file) COMPLETE
85492024-08-08T22:05:52.952Z[ host-image] Aug 08 22:05:50.722 INFO O| Aug 08 22:05:50.722 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85502024-08-08T22:05:52.968Z[ host-image] Aug 08 22:05:50.742 INFO O| Aug 08 22:05:50.742 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
85512024-08-08T22:05:52.968Z[ host-image] Aug 08 22:05:50.742 INFO O| Aug 08 22:05:50.742 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
85522024-08-08T22:05:53.276Z[ recovery-image] Aug 08 22:05:51.048 INFO E| Compiling scroll_derive v0.12.0
85532024-08-08T22:05:55.483Z[ host-image] Aug 08 22:05:53.255 INFO O| Aug 08 22:05:53.255 INFO STEP 69 (pack_tar) COMPLETE
85542024-08-08T22:05:55.483Z[ host-image] Aug 08 22:05:53.255 INFO O| Aug 08 22:05:53.255 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85552024-08-08T22:05:55.486Z[ host-image] Aug 08 22:05:53.255 INFO O| Aug 08 22:05:53.255 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
85562024-08-08T22:05:55.643Z[ host-image] Aug 08 22:05:53.415 INFO O| Aug 08 22:05:53.415 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85572024-08-08T22:05:55.717Z[ host-image] Aug 08 22:05:53.490 INFO O| Aug 08 22:05:53.490 INFO completed processing gimlet/ramdisk-02-trim
85582024-08-08T22:05:55.720Z[ host-image] Aug 08 22:05:53.493 INFO image builder template: zfs...
85592024-08-08T22:05:55.720Z[ host-image] Aug 08 22:05:53.493 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/.tmpuE3h3C/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "zfs"], pwd: None
85602024-08-08T22:05:55.738Z[ host-image] Aug 08 22:05:53.511 INFO O| Aug 08 22:05:53.511 INFO skip include "stress" because feature "stress" is not enabled
85612024-08-08T22:05:55.787Z[ host-image] Aug 08 22:05:53.560 INFO O| Aug 08 22:05:53.560 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
85622024-08-08T22:05:55.793Z[ host-image] Aug 08 22:05:53.566 INFO O| Aug 08 22:05:53.566 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
85632024-08-08T22:05:55.867Z[ host-image] Aug 08 22:05:53.640 INFO O| Aug 08 22:05:53.640 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
85642024-08-08T22:05:55.924Z[ host-image] Aug 08 22:05:53.695 INFO O| Aug 08 22:05:53.694 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
85652024-08-08T22:05:55.924Z[ host-image] Aug 08 22:05:53.695 INFO O| Aug 08 22:05:53.695 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
85662024-08-08T22:05:55.927Z[ host-image] Aug 08 22:05:53.700 INFO O| Aug 08 22:05:53.700 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
85672024-08-08T22:05:55.994Z[ host-image] Aug 08 22:05:53.764 INFO O| Aug 08 22:05:53.764 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
85682024-08-08T22:05:56.043Z[ host-image] Aug 08 22:05:53.815 INFO O| Aug 08 22:05:53.815 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
85692024-08-08T22:05:56.054Z[ host-image] Aug 08 22:05:53.827 INFO O| Aug 08 22:05:53.827 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85702024-08-08T22:05:56.059Z[ host-image] Aug 08 22:05:53.832 INFO O| Aug 08 22:05:53.832 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
85712024-08-08T22:05:56.064Z[ host-image] Aug 08 22:05:53.832 INFO O| Aug 08 22:05:53.832 INFO no lofi found
85722024-08-08T22:05:56.064Z[ host-image] Aug 08 22:05:53.832 INFO O| Aug 08 22:05:53.832 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
85732024-08-08T22:05:56.064Z[ host-image] Aug 08 22:05:53.832 INFO O| Aug 08 22:05:53.832 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
85742024-08-08T22:05:56.067Z[ recovery-image] Aug 08 22:05:53.837 INFO E| Compiling bitstruct_derive v0.1.0
85752024-08-08T22:05:58.237Z[ host-image] Aug 08 22:05:56.009 INFO O| Aug 08 22:05:56.009 INFO lofi device = /dev/dsk/c2t1d0p0
85762024-08-08T22:05:58.237Z[ host-image] Aug 08 22:05:56.009 INFO O| Aug 08 22:05:56.009 INFO pool device = /dev/dsk/c2t1d0p0
85772024-08-08T22:05:58.244Z[ host-image] Aug 08 22:05:56.009 INFO O| Aug 08 22:05:56.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
85782024-08-08T22:05:58.311Z[ host-image] Aug 08 22:05:56.084 INFO O| Aug 08 22:05:56.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85792024-08-08T22:05:58.311Z[ host-image] Aug 08 22:05:56.084 INFO O| Aug 08 22:05:56.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
85802024-08-08T22:05:58.331Z[ host-image] Aug 08 22:05:56.103 INFO O| Aug 08 22:05:56.103 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
85812024-08-08T22:05:58.390Z[ host-image] Aug 08 22:05:56.161 INFO O| Aug 08 22:05:56.161 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
85822024-08-08T22:05:58.426Z[ host-image] Aug 08 22:05:56.199 INFO O| Aug 08 22:05:56.199 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
85832024-08-08T22:05:58.444Z[ host-image] Aug 08 22:05:56.213 INFO O| Aug 08 22:05:56.213 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
85842024-08-08T22:05:58.453Z[ host-image] Aug 08 22:05:56.223 INFO O| Aug 08 22:05:56.223 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
85852024-08-08T22:05:58.498Z[ host-image] Aug 08 22:05:56.271 INFO O| Aug 08 22:05:56.270 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
85862024-08-08T22:05:58.506Z[ host-image] Aug 08 22:05:56.271 INFO O| Aug 08 22:05:56.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
85872024-08-08T22:05:58.506Z[ host-image] Aug 08 22:05:56.271 INFO O| Aug 08 22:05:56.271 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
85882024-08-08T22:05:58.515Z[ host-image] Aug 08 22:05:56.281 INFO O| Aug 08 22:05:56.281 INFO boot environment UUID: b1736459-8029-43ee-9ae3-e6df693a20b7
85892024-08-08T22:05:58.515Z[ host-image] Aug 08 22:05:56.281 INFO O| Aug 08 22:05:56.281 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = b1736459-8029-43ee-9ae3-e6df693a20b7
85902024-08-08T22:05:58.523Z[ host-image] Aug 08 22:05:56.292 INFO O| Aug 08 22:05:56.292 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
85912024-08-08T22:05:58.531Z[ host-image] Aug 08 22:05:56.302 INFO O| Aug 08 22:05:56.302 INFO STEP 0 (create_be) COMPLETE
85922024-08-08T22:05:58.531Z[ host-image] Aug 08 22:05:56.302 INFO O| Aug 08 22:05:56.302 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85932024-08-08T22:05:58.545Z[ host-image] Aug 08 22:05:56.318 INFO O| Aug 08 22:05:56.318 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
85942024-08-08T22:06:13.540Z[ recovery-image] Aug 08 22:06:11.309 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
85952024-08-08T22:06:16.633Z[ recovery-image] Aug 08 22:06:14.402 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
85962024-08-08T22:06:19.060Z[ host-image] Aug 08 22:06:16.827 INFO O| Aug 08 22:06:16.827 INFO STEP 1 (unpack_tar) COMPLETE
85972024-08-08T22:06:19.060Z[ host-image] Aug 08 22:06:16.828 INFO O| Aug 08 22:06:16.827 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85982024-08-08T22:06:19.072Z[ host-image] Aug 08 22:06:16.840 INFO O| Aug 08 22:06:16.840 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
85992024-08-08T22:06:19.246Z[ host-image] Aug 08 22:06:17.014 INFO O| Aug 08 22:06:17.014 INFO STEP 2 (devfsadm) COMPLETE
86002024-08-08T22:06:19.247Z[ host-image] Aug 08 22:06:17.014 INFO O| Aug 08 22:06:17.014 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86012024-08-08T22:06:19.259Z[ host-image] Aug 08 22:06:17.027 INFO O| Aug 08 22:06:17.027 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86022024-08-08T22:06:19.259Z[ host-image] Aug 08 22:06:17.027 INFO O| Aug 08 22:06:17.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86032024-08-08T22:06:19.259Z[ host-image] Aug 08 22:06:17.027 INFO O| Aug 08 22:06:17.027 INFO STEP 3 (ensure_dir) COMPLETE
86042024-08-08T22:06:19.262Z[ host-image] Aug 08 22:06:17.027 INFO O| Aug 08 22:06:17.027 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86052024-08-08T22:06:19.269Z[ host-image] Aug 08 22:06:17.037 INFO O| Aug 08 22:06:17.037 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86062024-08-08T22:06:19.269Z[ host-image] Aug 08 22:06:17.037 INFO O| Aug 08 22:06:17.037 INFO STEP 4 (ensure_dir) COMPLETE
86072024-08-08T22:06:19.272Z[ host-image] Aug 08 22:06:17.037 INFO O| Aug 08 22:06:17.037 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86082024-08-08T22:06:19.279Z[ host-image] Aug 08 22:06:17.047 INFO O| Aug 08 22:06:17.047 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86092024-08-08T22:06:19.279Z[ host-image] Aug 08 22:06:17.047 INFO O| Aug 08 22:06:17.047 INFO STEP 5 (ensure_dir) COMPLETE
86102024-08-08T22:06:19.279Z[ host-image] Aug 08 22:06:17.047 INFO O| Aug 08 22:06:17.047 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86112024-08-08T22:06:19.289Z[ host-image] Aug 08 22:06:17.057 INFO O| Aug 08 22:06:17.057 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86122024-08-08T22:06:19.292Z[ host-image] Aug 08 22:06:17.057 INFO O| Aug 08 22:06:17.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86132024-08-08T22:06:19.292Z[ host-image] Aug 08 22:06:17.057 INFO O| Aug 08 22:06:17.057 INFO STEP 6 (ensure_dir) COMPLETE
86142024-08-08T22:06:19.292Z[ host-image] Aug 08 22:06:17.057 INFO O| Aug 08 22:06:17.057 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86152024-08-08T22:06:19.299Z[ host-image] Aug 08 22:06:17.067 INFO O| Aug 08 22:06:17.067 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86162024-08-08T22:06:19.299Z[ host-image] Aug 08 22:06:17.067 INFO O| Aug 08 22:06:17.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86172024-08-08T22:06:19.303Z[ host-image] Aug 08 22:06:17.067 INFO O| Aug 08 22:06:17.067 INFO STEP 7 (ensure_dir) COMPLETE
86182024-08-08T22:06:19.303Z[ host-image] Aug 08 22:06:17.067 INFO O| Aug 08 22:06:17.067 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86192024-08-08T22:06:19.309Z[ host-image] Aug 08 22:06:17.077 INFO O| Aug 08 22:06:17.077 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
86202024-08-08T22:06:19.312Z[ host-image] Aug 08 22:06:17.077 INFO O| Aug 08 22:06:17.077 INFO STEP 8 (remove_files) COMPLETE
86212024-08-08T22:06:19.312Z[ host-image] Aug 08 22:06:17.077 INFO O| Aug 08 22:06:17.077 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86222024-08-08T22:06:19.318Z[ host-image] Aug 08 22:06:17.086 INFO O| Aug 08 22:06:17.086 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
86232024-08-08T22:06:19.321Z[ host-image] Aug 08 22:06:17.087 INFO O| Aug 08 22:06:17.087 INFO STEP 9 (remove_files) COMPLETE
86242024-08-08T22:06:19.321Z[ host-image] Aug 08 22:06:17.087 INFO O| Aug 08 22:06:17.087 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86252024-08-08T22:06:19.328Z[ host-image] Aug 08 22:06:17.097 INFO O| Aug 08 22:06:17.097 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
86262024-08-08T22:06:19.331Z[ host-image] Aug 08 22:06:17.097 INFO O| Aug 08 22:06:17.097 INFO STEP 10 (remove_files) COMPLETE
86272024-08-08T22:06:19.331Z[ host-image] Aug 08 22:06:17.097 INFO O| Aug 08 22:06:17.097 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86282024-08-08T22:06:19.339Z[ host-image] Aug 08 22:06:17.107 INFO O| Aug 08 22:06:17.107 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
86292024-08-08T22:06:19.342Z[ host-image] Aug 08 22:06:17.107 INFO O| Aug 08 22:06:17.107 INFO STEP 11 (remove_files) COMPLETE
86302024-08-08T22:06:19.342Z[ host-image] Aug 08 22:06:17.107 INFO O| Aug 08 22:06:17.107 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86312024-08-08T22:06:19.349Z[ host-image] Aug 08 22:06:17.117 INFO O| Aug 08 22:06:17.117 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
86322024-08-08T22:06:19.349Z[ host-image] Aug 08 22:06:17.117 INFO O| Aug 08 22:06:17.117 INFO STEP 12 (remove_files) COMPLETE
86332024-08-08T22:06:19.352Z[ host-image] Aug 08 22:06:17.117 INFO O| Aug 08 22:06:17.117 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86342024-08-08T22:06:19.358Z[ host-image] Aug 08 22:06:17.126 INFO O| Aug 08 22:06:17.126 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86352024-08-08T22:06:19.358Z[ host-image] Aug 08 22:06:17.126 INFO O| Aug 08 22:06:17.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86362024-08-08T22:06:19.358Z[ host-image] Aug 08 22:06:17.126 INFO O| Aug 08 22:06:17.126 INFO STEP 13 (ensure_dir) COMPLETE
86372024-08-08T22:06:19.361Z[ host-image] Aug 08 22:06:17.126 INFO O| Aug 08 22:06:17.126 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86382024-08-08T22:06:19.368Z[ host-image] Aug 08 22:06:17.136 INFO O| Aug 08 22:06:17.136 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86392024-08-08T22:06:19.368Z[ host-image] Aug 08 22:06:17.136 INFO O| Aug 08 22:06:17.136 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86402024-08-08T22:06:19.371Z[ host-image] Aug 08 22:06:17.136 INFO O| Aug 08 22:06:17.136 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86412024-08-08T22:06:19.371Z[ host-image] Aug 08 22:06:17.136 INFO O| Aug 08 22:06:17.136 INFO STEP 14 (ensure_dir) COMPLETE
86422024-08-08T22:06:19.371Z[ host-image] Aug 08 22:06:17.136 INFO O| Aug 08 22:06:17.136 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86432024-08-08T22:06:19.378Z[ host-image] Aug 08 22:06:17.146 INFO O| Aug 08 22:06:17.146 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86442024-08-08T22:06:19.378Z[ host-image] Aug 08 22:06:17.146 INFO O| Aug 08 22:06:17.146 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86452024-08-08T22:06:19.378Z[ host-image] Aug 08 22:06:17.146 INFO O| Aug 08 22:06:17.146 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86462024-08-08T22:06:19.381Z[ host-image] Aug 08 22:06:17.146 INFO O| Aug 08 22:06:17.146 INFO STEP 15 (ensure_dir) COMPLETE
86472024-08-08T22:06:19.381Z[ host-image] Aug 08 22:06:17.146 INFO O| Aug 08 22:06:17.146 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86482024-08-08T22:06:19.388Z[ host-image] Aug 08 22:06:17.156 INFO O| Aug 08 22:06:17.156 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86492024-08-08T22:06:19.388Z[ host-image] Aug 08 22:06:17.156 INFO O| Aug 08 22:06:17.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86502024-08-08T22:06:19.391Z[ host-image] Aug 08 22:06:17.156 INFO O| Aug 08 22:06:17.156 INFO STEP 16 (ensure_dir) COMPLETE
86512024-08-08T22:06:19.391Z[ host-image] Aug 08 22:06:17.156 INFO O| Aug 08 22:06:17.156 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86522024-08-08T22:06:19.398Z[ host-image] Aug 08 22:06:17.166 INFO O| Aug 08 22:06:17.166 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86532024-08-08T22:06:19.401Z[ host-image] Aug 08 22:06:17.166 INFO O| Aug 08 22:06:17.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86542024-08-08T22:06:19.401Z[ host-image] Aug 08 22:06:17.166 INFO O| Aug 08 22:06:17.166 INFO STEP 17 (ensure_dir) COMPLETE
86552024-08-08T22:06:19.401Z[ host-image] Aug 08 22:06:17.166 INFO O| Aug 08 22:06:17.166 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86562024-08-08T22:06:19.407Z[ host-image] Aug 08 22:06:17.175 INFO O| Aug 08 22:06:17.175 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
86572024-08-08T22:06:19.407Z[ host-image] Aug 08 22:06:17.175 INFO O| Aug 08 22:06:17.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
86582024-08-08T22:06:19.410Z[ host-image] Aug 08 22:06:17.175 INFO O| Aug 08 22:06:17.175 INFO ok!
86592024-08-08T22:06:19.410Z[ host-image] Aug 08 22:06:17.175 INFO O| Aug 08 22:06:17.175 INFO STEP 18 (ensure_symlink) COMPLETE
86602024-08-08T22:06:19.410Z[ host-image] Aug 08 22:06:17.175 INFO O| Aug 08 22:06:17.175 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86612024-08-08T22:06:19.417Z[ host-image] Aug 08 22:06:17.185 INFO O| Aug 08 22:06:17.185 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
86622024-08-08T22:06:19.420Z[ host-image] Aug 08 22:06:17.185 INFO O| Aug 08 22:06:17.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
86632024-08-08T22:06:19.420Z[ host-image] Aug 08 22:06:17.185 INFO O| Aug 08 22:06:17.185 INFO ok!
86642024-08-08T22:06:19.420Z[ host-image] Aug 08 22:06:17.185 INFO O| Aug 08 22:06:17.185 INFO STEP 19 (ensure_file) COMPLETE
86652024-08-08T22:06:19.420Z[ host-image] Aug 08 22:06:17.185 INFO O| Aug 08 22:06:17.185 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86662024-08-08T22:06:19.427Z[ host-image] Aug 08 22:06:17.195 INFO O| Aug 08 22:06:17.195 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
86672024-08-08T22:06:19.427Z[ host-image] Aug 08 22:06:17.195 INFO O| Aug 08 22:06:17.195 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
86682024-08-08T22:06:19.430Z[ host-image] Aug 08 22:06:17.195 INFO O| Aug 08 22:06:17.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
86692024-08-08T22:06:19.430Z[ host-image] Aug 08 22:06:17.195 INFO O| Aug 08 22:06:17.195 INFO ok!
86702024-08-08T22:06:19.430Z[ host-image] Aug 08 22:06:17.195 INFO O| Aug 08 22:06:17.195 INFO STEP 20 (ensure_symlink) COMPLETE
86712024-08-08T22:06:19.430Z[ host-image] Aug 08 22:06:17.195 INFO O| Aug 08 22:06:17.195 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86722024-08-08T22:06:19.437Z[ host-image] Aug 08 22:06:17.205 INFO O| Aug 08 22:06:17.205 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
86732024-08-08T22:06:19.437Z[ host-image] Aug 08 22:06:17.205 INFO O| Aug 08 22:06:17.205 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
86742024-08-08T22:06:19.440Z[ host-image] Aug 08 22:06:17.205 INFO O| Aug 08 22:06:17.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
86752024-08-08T22:06:19.440Z[ host-image] Aug 08 22:06:17.205 INFO O| Aug 08 22:06:17.205 INFO ok!
86762024-08-08T22:06:19.440Z[ host-image] Aug 08 22:06:17.205 INFO O| Aug 08 22:06:17.205 INFO STEP 21 (ensure_symlink) COMPLETE
86772024-08-08T22:06:19.440Z[ host-image] Aug 08 22:06:17.205 INFO O| Aug 08 22:06:17.205 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86782024-08-08T22:06:19.447Z[ host-image] Aug 08 22:06:17.215 INFO O| Aug 08 22:06:17.215 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
86792024-08-08T22:06:19.447Z[ host-image] Aug 08 22:06:17.215 INFO O| Aug 08 22:06:17.215 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
86802024-08-08T22:06:19.450Z[ host-image] Aug 08 22:06:17.215 INFO O| Aug 08 22:06:17.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
86812024-08-08T22:06:19.450Z[ host-image] Aug 08 22:06:17.215 INFO O| Aug 08 22:06:17.215 INFO ok!
86822024-08-08T22:06:19.450Z[ host-image] Aug 08 22:06:17.215 INFO O| Aug 08 22:06:17.215 INFO STEP 22 (ensure_symlink) COMPLETE
86832024-08-08T22:06:19.450Z[ host-image] Aug 08 22:06:17.215 INFO O| Aug 08 22:06:17.215 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86842024-08-08T22:06:19.456Z[ host-image] Aug 08 22:06:17.224 INFO O| Aug 08 22:06:17.224 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
86852024-08-08T22:06:19.456Z[ host-image] Aug 08 22:06:17.224 INFO O| Aug 08 22:06:17.224 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
86862024-08-08T22:06:19.459Z[ host-image] Aug 08 22:06:17.225 INFO O| Aug 08 22:06:17.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
86872024-08-08T22:06:19.459Z[ host-image] Aug 08 22:06:17.225 INFO O| Aug 08 22:06:17.225 INFO ok!
86882024-08-08T22:06:19.459Z[ host-image] Aug 08 22:06:17.225 INFO O| Aug 08 22:06:17.225 INFO STEP 23 (ensure_symlink) COMPLETE
86892024-08-08T22:06:19.459Z[ host-image] Aug 08 22:06:17.225 INFO O| Aug 08 22:06:17.225 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86902024-08-08T22:06:19.467Z[ host-image] Aug 08 22:06:17.235 INFO O| Aug 08 22:06:17.235 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
86912024-08-08T22:06:19.470Z[ host-image] Aug 08 22:06:17.235 INFO O| Aug 08 22:06:17.235 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
86922024-08-08T22:06:19.470Z[ host-image] Aug 08 22:06:17.235 INFO O| Aug 08 22:06:17.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
86932024-08-08T22:06:19.470Z[ host-image] Aug 08 22:06:17.235 INFO O| Aug 08 22:06:17.235 INFO ok!
86942024-08-08T22:06:19.470Z[ host-image] Aug 08 22:06:17.235 INFO O| Aug 08 22:06:17.235 INFO STEP 24 (ensure_file) COMPLETE
86952024-08-08T22:06:19.470Z[ host-image] Aug 08 22:06:17.235 INFO O| Aug 08 22:06:17.235 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
86962024-08-08T22:06:19.477Z[ host-image] Aug 08 22:06:17.245 INFO O| Aug 08 22:06:17.245 INFO updating shadow file
86972024-08-08T22:06:19.480Z[ host-image] Aug 08 22:06:17.245 INFO O| Aug 08 22:06:17.245 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
86982024-08-08T22:06:19.480Z[ host-image] Aug 08 22:06:17.245 INFO O| Aug 08 22:06:17.245 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
86992024-08-08T22:06:19.480Z[ host-image] Aug 08 22:06:17.246 INFO O| Aug 08 22:06:17.246 INFO STEP 25 (shadow) COMPLETE
87002024-08-08T22:06:19.480Z[ host-image] Aug 08 22:06:17.246 INFO O| Aug 08 22:06:17.246 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87012024-08-08T22:06:19.488Z[ host-image] Aug 08 22:06:17.256 INFO O| Aug 08 22:06:17.256 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87022024-08-08T22:06:19.491Z[ host-image] Aug 08 22:06:17.256 INFO O| Aug 08 22:06:17.256 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87032024-08-08T22:06:19.491Z[ host-image] Aug 08 22:06:17.256 INFO O| Aug 08 22:06:17.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87042024-08-08T22:06:19.491Z[ host-image] Aug 08 22:06:17.256 INFO O| Aug 08 22:06:17.256 INFO ok!
87052024-08-08T22:06:19.491Z[ host-image] Aug 08 22:06:17.256 INFO O| Aug 08 22:06:17.256 INFO STEP 26 (ensure_file) COMPLETE
87062024-08-08T22:06:19.491Z[ host-image] Aug 08 22:06:17.256 INFO O| Aug 08 22:06:17.256 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87072024-08-08T22:06:19.498Z[ host-image] Aug 08 22:06:17.266 INFO O| Aug 08 22:06:17.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87082024-08-08T22:06:19.498Z[ host-image] Aug 08 22:06:17.266 INFO O| Aug 08 22:06:17.266 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87092024-08-08T22:06:19.498Z[ host-image] Aug 08 22:06:17.266 INFO O| Aug 08 22:06:17.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87102024-08-08T22:06:19.498Z[ host-image] Aug 08 22:06:17.267 INFO O| Aug 08 22:06:17.266 INFO ok!
87112024-08-08T22:06:19.502Z[ host-image] Aug 08 22:06:17.267 INFO O| Aug 08 22:06:17.266 INFO STEP 27 (ensure_file) COMPLETE
87122024-08-08T22:06:19.502Z[ host-image] Aug 08 22:06:17.267 INFO O| Aug 08 22:06:17.266 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87132024-08-08T22:06:19.509Z[ host-image] Aug 08 22:06:17.277 INFO O| Aug 08 22:06:17.277 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87142024-08-08T22:06:19.509Z[ host-image] Aug 08 22:06:17.277 INFO O| Aug 08 22:06:17.277 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87152024-08-08T22:06:19.512Z[ host-image] Aug 08 22:06:17.277 INFO O| Aug 08 22:06:17.277 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87162024-08-08T22:06:19.512Z[ host-image] Aug 08 22:06:17.277 INFO O| Aug 08 22:06:17.277 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87172024-08-08T22:06:19.512Z[ host-image] Aug 08 22:06:17.277 INFO O| Aug 08 22:06:17.277 INFO ok!
87182024-08-08T22:06:19.512Z[ host-image] Aug 08 22:06:17.277 INFO O| Aug 08 22:06:17.277 INFO STEP 28 (ensure_file) COMPLETE
87192024-08-08T22:06:19.512Z[ host-image] Aug 08 22:06:17.277 INFO O| Aug 08 22:06:17.277 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87202024-08-08T22:06:19.519Z[ host-image] Aug 08 22:06:17.287 INFO O| Aug 08 22:06:17.287 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
87212024-08-08T22:06:19.519Z[ host-image] Aug 08 22:06:17.287 INFO O| Aug 08 22:06:17.287 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
87222024-08-08T22:06:19.522Z[ host-image] Aug 08 22:06:17.287 INFO O| Aug 08 22:06:17.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
87232024-08-08T22:06:19.522Z[ host-image] Aug 08 22:06:17.287 INFO O| Aug 08 22:06:17.287 INFO ok!
87242024-08-08T22:06:19.522Z[ host-image] Aug 08 22:06:17.287 INFO O| Aug 08 22:06:17.287 INFO STEP 29 (ensure_file) COMPLETE
87252024-08-08T22:06:19.522Z[ host-image] Aug 08 22:06:17.287 INFO O| Aug 08 22:06:17.287 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87262024-08-08T22:06:19.529Z[ host-image] Aug 08 22:06:17.297 INFO O| Aug 08 22:06:17.297 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
87272024-08-08T22:06:19.529Z[ host-image] Aug 08 22:06:17.297 INFO O| Aug 08 22:06:17.297 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
87282024-08-08T22:06:19.532Z[ host-image] Aug 08 22:06:17.297 INFO O| Aug 08 22:06:17.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
87292024-08-08T22:06:19.532Z[ host-image] Aug 08 22:06:17.297 INFO O| Aug 08 22:06:17.297 INFO ok!
87302024-08-08T22:06:19.532Z[ host-image] Aug 08 22:06:17.297 INFO O| Aug 08 22:06:17.297 INFO STEP 30 (ensure_file) COMPLETE
87312024-08-08T22:06:19.532Z[ host-image] Aug 08 22:06:17.297 INFO O| Aug 08 22:06:17.297 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87322024-08-08T22:06:19.539Z[ host-image] Aug 08 22:06:17.307 INFO O| Aug 08 22:06:17.307 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
87332024-08-08T22:06:19.542Z[ host-image] Aug 08 22:06:17.307 INFO O| Aug 08 22:06:17.307 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
87342024-08-08T22:06:19.542Z[ host-image] Aug 08 22:06:17.307 INFO O| Aug 08 22:06:17.307 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87352024-08-08T22:06:19.542Z[ host-image] Aug 08 22:06:17.307 INFO O| Aug 08 22:06:17.307 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87362024-08-08T22:06:19.542Z[ host-image] Aug 08 22:06:17.307 INFO O| Aug 08 22:06:17.307 INFO ok!
87372024-08-08T22:06:19.542Z[ host-image] Aug 08 22:06:17.307 INFO O| Aug 08 22:06:17.307 INFO STEP 31 (ensure_file) COMPLETE
87382024-08-08T22:06:19.542Z[ host-image] Aug 08 22:06:17.307 INFO O| Aug 08 22:06:17.307 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87392024-08-08T22:06:19.549Z[ host-image] Aug 08 22:06:17.317 INFO O| Aug 08 22:06:17.317 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
87402024-08-08T22:06:19.549Z[ host-image] Aug 08 22:06:17.317 INFO O| Aug 08 22:06:17.317 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
87412024-08-08T22:06:19.553Z[ host-image] Aug 08 22:06:17.317 INFO O| Aug 08 22:06:17.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
87422024-08-08T22:06:19.553Z[ host-image] Aug 08 22:06:17.317 INFO O| Aug 08 22:06:17.317 INFO ok!
87432024-08-08T22:06:19.553Z[ host-image] Aug 08 22:06:17.317 INFO O| Aug 08 22:06:17.317 INFO STEP 32 (ensure_file) COMPLETE
87442024-08-08T22:06:19.553Z[ host-image] Aug 08 22:06:17.317 INFO O| Aug 08 22:06:17.317 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87452024-08-08T22:06:19.559Z[ host-image] Aug 08 22:06:17.327 INFO O| Aug 08 22:06:17.327 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
87462024-08-08T22:06:19.559Z[ host-image] Aug 08 22:06:17.327 INFO O| Aug 08 22:06:17.327 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
87472024-08-08T22:06:19.562Z[ host-image] Aug 08 22:06:17.327 INFO O| Aug 08 22:06:17.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
87482024-08-08T22:06:19.562Z[ host-image] Aug 08 22:06:17.327 INFO O| Aug 08 22:06:17.327 INFO ok!
87492024-08-08T22:06:19.562Z[ host-image] Aug 08 22:06:17.327 INFO O| Aug 08 22:06:17.327 INFO STEP 33 (ensure_file) COMPLETE
87502024-08-08T22:06:19.562Z[ host-image] Aug 08 22:06:17.327 INFO O| Aug 08 22:06:17.327 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87512024-08-08T22:06:19.569Z[ host-image] Aug 08 22:06:17.337 INFO O| Aug 08 22:06:17.337 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
87522024-08-08T22:06:19.569Z[ host-image] Aug 08 22:06:17.337 INFO O| Aug 08 22:06:17.337 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
87532024-08-08T22:06:19.572Z[ host-image] Aug 08 22:06:17.337 INFO O| Aug 08 22:06:17.337 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87542024-08-08T22:06:19.572Z[ host-image] Aug 08 22:06:17.337 INFO O| Aug 08 22:06:17.337 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87552024-08-08T22:06:19.572Z[ host-image] Aug 08 22:06:17.337 INFO O| Aug 08 22:06:17.337 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87562024-08-08T22:06:19.572Z[ host-image] Aug 08 22:06:17.337 INFO O| Aug 08 22:06:17.337 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87572024-08-08T22:06:19.572Z[ host-image] Aug 08 22:06:17.337 INFO O| Aug 08 22:06:17.337 INFO ok!
87582024-08-08T22:06:19.572Z[ host-image] Aug 08 22:06:17.337 INFO O| Aug 08 22:06:17.337 INFO STEP 34 (ensure_file) COMPLETE
87592024-08-08T22:06:19.572Z[ host-image] Aug 08 22:06:17.337 INFO O| Aug 08 22:06:17.337 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87602024-08-08T22:06:19.579Z[ host-image] Aug 08 22:06:17.347 INFO O| Aug 08 22:06:17.347 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87612024-08-08T22:06:19.582Z[ host-image] Aug 08 22:06:17.347 INFO O| Aug 08 22:06:17.347 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87622024-08-08T22:06:19.582Z[ host-image] Aug 08 22:06:17.347 INFO O| Aug 08 22:06:17.347 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87632024-08-08T22:06:19.582Z[ host-image] Aug 08 22:06:17.347 INFO O| Aug 08 22:06:17.347 INFO STEP 35 (ensure_dir) COMPLETE
87642024-08-08T22:06:19.582Z[ host-image] Aug 08 22:06:17.347 INFO O| Aug 08 22:06:17.347 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87652024-08-08T22:06:19.589Z[ host-image] Aug 08 22:06:17.357 INFO O| Aug 08 22:06:17.357 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
87662024-08-08T22:06:19.589Z[ host-image] Aug 08 22:06:17.357 INFO O| Aug 08 22:06:17.357 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 ...
87672024-08-08T22:06:19.592Z[ host-image] Aug 08 22:06:17.357 INFO O| Aug 08 22:06:17.357 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
87682024-08-08T22:06:19.592Z[ host-image] Aug 08 22:06:17.357 INFO O| Aug 08 22:06:17.357 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
87692024-08-08T22:06:19.592Z[ host-image] Aug 08 22:06:17.357 INFO O| Aug 08 22:06:17.357 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
87702024-08-08T22:06:19.592Z[ host-image] Aug 08 22:06:17.357 INFO O| Aug 08 22:06:17.357 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
87712024-08-08T22:06:19.592Z[ host-image] Aug 08 22:06:17.357 INFO O| Aug 08 22:06:17.357 INFO ok!
87722024-08-08T22:06:19.592Z[ host-image] Aug 08 22:06:17.357 INFO O| Aug 08 22:06:17.357 INFO STEP 36 (ensure_file) COMPLETE
87732024-08-08T22:06:19.592Z[ host-image] Aug 08 22:06:17.357 INFO O| Aug 08 22:06:17.357 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87742024-08-08T22:06:19.599Z[ host-image] Aug 08 22:06:17.367 INFO O| Aug 08 22:06:17.367 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
87752024-08-08T22:06:19.602Z[ host-image] Aug 08 22:06:17.368 INFO O| Aug 08 22:06:17.367 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 ...
87762024-08-08T22:06:19.602Z[ host-image] Aug 08 22:06:17.368 INFO O| Aug 08 22:06:17.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
87772024-08-08T22:06:19.602Z[ host-image] Aug 08 22:06:17.368 INFO O| Aug 08 22:06:17.368 INFO ok!
87782024-08-08T22:06:19.602Z[ host-image] Aug 08 22:06:17.368 INFO O| Aug 08 22:06:17.368 INFO STEP 37 (ensure_symlink) COMPLETE
87792024-08-08T22:06:19.602Z[ host-image] Aug 08 22:06:17.368 INFO O| Aug 08 22:06:17.368 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87802024-08-08T22:06:19.612Z[ host-image] Aug 08 22:06:17.380 INFO O| Aug 08 22:06:17.380 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
87812024-08-08T22:06:19.612Z[ host-image] Aug 08 22:06:17.380 INFO O| Aug 08 22:06:17.380 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
87822024-08-08T22:06:19.615Z[ host-image] Aug 08 22:06:17.380 INFO O| Aug 08 22:06:17.380 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87832024-08-08T22:06:19.615Z[ host-image] Aug 08 22:06:17.380 INFO O| Aug 08 22:06:17.380 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87842024-08-08T22:06:19.615Z[ host-image] Aug 08 22:06:17.380 INFO O| Aug 08 22:06:17.380 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87852024-08-08T22:06:19.615Z[ host-image] Aug 08 22:06:17.380 INFO O| Aug 08 22:06:17.380 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
87862024-08-08T22:06:19.615Z[ host-image] Aug 08 22:06:17.380 INFO O| Aug 08 22:06:17.380 INFO ok!
87872024-08-08T22:06:19.615Z[ host-image] Aug 08 22:06:17.380 INFO O| Aug 08 22:06:17.380 INFO STEP 38 (ensure_file) COMPLETE
87882024-08-08T22:06:19.615Z[ host-image] Aug 08 22:06:17.380 INFO O| Aug 08 22:06:17.380 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87892024-08-08T22:06:19.623Z[ host-image] Aug 08 22:06:17.391 INFO O| Aug 08 22:06:17.391 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
87902024-08-08T22:06:19.623Z[ host-image] Aug 08 22:06:17.391 INFO O| Aug 08 22:06:17.391 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 ...
87912024-08-08T22:06:19.626Z[ host-image] Aug 08 22:06:17.391 INFO O| Aug 08 22:06:17.391 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
87922024-08-08T22:06:19.626Z[ host-image] Aug 08 22:06:17.391 INFO O| Aug 08 22:06:17.391 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
87932024-08-08T22:06:19.626Z[ host-image] Aug 08 22:06:17.391 INFO O| Aug 08 22:06:17.391 INFO ok!
87942024-08-08T22:06:19.626Z[ host-image] Aug 08 22:06:17.391 INFO O| Aug 08 22:06:17.391 INFO STEP 39 (ensure_file) COMPLETE
87952024-08-08T22:06:19.626Z[ host-image] Aug 08 22:06:17.391 INFO O| Aug 08 22:06:17.391 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87962024-08-08T22:06:19.633Z[ host-image] Aug 08 22:06:17.401 INFO O| Aug 08 22:06:17.401 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
87972024-08-08T22:06:19.633Z[ host-image] Aug 08 22:06:17.401 INFO O| Aug 08 22:06:17.401 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
87982024-08-08T22:06:19.636Z[ host-image] Aug 08 22:06:17.401 INFO O| Aug 08 22:06:17.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
87992024-08-08T22:06:19.636Z[ host-image] Aug 08 22:06:17.401 INFO O| Aug 08 22:06:17.401 INFO ok!
88002024-08-08T22:06:19.636Z[ host-image] Aug 08 22:06:17.401 INFO O| Aug 08 22:06:17.401 INFO STEP 40 (ensure_file) COMPLETE
88012024-08-08T22:06:19.636Z[ host-image] Aug 08 22:06:17.401 INFO O| Aug 08 22:06:17.401 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88022024-08-08T22:06:19.645Z[ host-image] Aug 08 22:06:17.413 INFO O| Aug 08 22:06:17.413 INFO updating shadow file
88032024-08-08T22:06:19.648Z[ host-image] Aug 08 22:06:17.413 INFO O| Aug 08 22:06:17.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88042024-08-08T22:06:19.648Z[ host-image] Aug 08 22:06:17.413 INFO O| Aug 08 22:06:17.413 INFO STEP 41 (shadow) COMPLETE
88052024-08-08T22:06:19.648Z[ host-image] Aug 08 22:06:17.413 INFO O| Aug 08 22:06:17.413 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88062024-08-08T22:06:19.657Z[ host-image] Aug 08 22:06:17.424 INFO O| Aug 08 22:06:17.424 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88072024-08-08T22:06:19.657Z[ host-image] Aug 08 22:06:17.424 INFO O| Aug 08 22:06:17.424 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88082024-08-08T22:06:19.660Z[ host-image] Aug 08 22:06:17.424 INFO O| Aug 08 22:06:17.424 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88092024-08-08T22:06:19.660Z[ host-image] Aug 08 22:06:17.424 INFO O| Aug 08 22:06:17.424 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88102024-08-08T22:06:19.660Z[ host-image] Aug 08 22:06:17.424 INFO O| Aug 08 22:06:17.424 INFO ok!
88112024-08-08T22:06:19.660Z[ host-image] Aug 08 22:06:17.424 INFO O| Aug 08 22:06:17.424 INFO STEP 42 (ensure_file) COMPLETE
88122024-08-08T22:06:19.660Z[ host-image] Aug 08 22:06:17.424 INFO O| Aug 08 22:06:17.424 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88132024-08-08T22:06:19.660Z[ host-image] Aug 08 22:06:17.424 INFO O| Aug 08 22:06:17.424 INFO skip step because feature "mfg" is not enabled
88142024-08-08T22:06:19.660Z[ host-image] Aug 08 22:06:17.424 INFO O| Aug 08 22:06:17.424 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88152024-08-08T22:06:19.660Z[ host-image] Aug 08 22:06:17.424 INFO O| Aug 08 22:06:17.424 INFO skip step because feature "mfg" is not enabled
88162024-08-08T22:06:19.660Z[ host-image] Aug 08 22:06:17.424 INFO O| Aug 08 22:06:17.424 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88172024-08-08T22:06:19.666Z[ host-image] Aug 08 22:06:17.434 INFO O| Aug 08 22:06:17.434 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
88182024-08-08T22:06:19.666Z[ host-image] Aug 08 22:06:17.434 INFO O| Aug 08 22:06:17.434 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
88192024-08-08T22:06:20.320Z[ host-image] Aug 08 22:06:18.086 INFO O| Aug 08 22:06:18.086 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88202024-08-08T22:06:20.320Z[ host-image] Aug 08 22:06:18.086 INFO O| Aug 08 22:06:18.086 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88212024-08-08T22:06:20.323Z[ host-image] Aug 08 22:06:18.086 INFO O| Aug 08 22:06:18.086 INFO ok!
88222024-08-08T22:06:20.323Z[ host-image] Aug 08 22:06:18.086 INFO O| Aug 08 22:06:18.086 INFO STEP 45 (ensure_file) COMPLETE
88232024-08-08T22:06:20.323Z[ host-image] Aug 08 22:06:18.086 INFO O| Aug 08 22:06:18.086 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88242024-08-08T22:06:20.331Z[ host-image] Aug 08 22:06:18.099 INFO O| Aug 08 22:06:18.099 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
88252024-08-08T22:06:20.331Z[ host-image] Aug 08 22:06:18.099 INFO O| Aug 08 22:06:18.099 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88262024-08-08T22:06:20.335Z[ host-image] Aug 08 22:06:18.099 INFO O| Aug 08 22:06:18.099 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88272024-08-08T22:06:20.335Z[ host-image] Aug 08 22:06:18.099 INFO O| Aug 08 22:06:18.099 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88282024-08-08T22:06:20.335Z[ host-image] Aug 08 22:06:18.099 INFO O| Aug 08 22:06:18.099 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88292024-08-08T22:06:20.335Z[ host-image] Aug 08 22:06:18.099 INFO O| Aug 08 22:06:18.099 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88302024-08-08T22:06:20.335Z[ host-image] Aug 08 22:06:18.099 INFO O| Aug 08 22:06:18.099 INFO ok!
88312024-08-08T22:06:20.335Z[ host-image] Aug 08 22:06:18.099 INFO O| Aug 08 22:06:18.099 INFO STEP 46 (ensure_file) COMPLETE
88322024-08-08T22:06:20.335Z[ host-image] Aug 08 22:06:18.099 INFO O| Aug 08 22:06:18.099 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88332024-08-08T22:06:20.342Z[ host-image] Aug 08 22:06:18.110 INFO O| Aug 08 22:06:18.110 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
88342024-08-08T22:06:20.342Z[ host-image] Aug 08 22:06:18.110 INFO O| Aug 08 22:06:18.110 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 ...
88352024-08-08T22:06:20.347Z[ host-image] Aug 08 22:06:18.110 INFO O| Aug 08 22:06:18.110 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
88362024-08-08T22:06:20.347Z[ host-image] Aug 08 22:06:18.110 INFO O| Aug 08 22:06:18.110 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88372024-08-08T22:06:20.347Z[ host-image] Aug 08 22:06:18.110 INFO O| Aug 08 22:06:18.110 INFO ok!
88382024-08-08T22:06:20.347Z[ host-image] Aug 08 22:06:18.110 INFO O| Aug 08 22:06:18.110 INFO STEP 47 (ensure_file) COMPLETE
88392024-08-08T22:06:20.347Z[ host-image] Aug 08 22:06:18.110 INFO O| Aug 08 22:06:18.110 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88402024-08-08T22:06:20.353Z[ host-image] Aug 08 22:06:18.120 INFO O| Aug 08 22:06:18.120 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
88412024-08-08T22:06:20.353Z[ host-image] Aug 08 22:06:18.120 INFO O| Aug 08 22:06:18.120 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
88422024-08-08T22:06:20.356Z[ host-image] Aug 08 22:06:18.121 INFO O| Aug 08 22:06:18.120 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88432024-08-08T22:06:20.356Z[ host-image] Aug 08 22:06:18.121 INFO O| Aug 08 22:06:18.121 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88442024-08-08T22:06:20.356Z[ host-image] Aug 08 22:06:18.121 INFO O| Aug 08 22:06:18.121 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88452024-08-08T22:06:20.356Z[ host-image] Aug 08 22:06:18.121 INFO O| Aug 08 22:06:18.121 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88462024-08-08T22:06:20.356Z[ host-image] Aug 08 22:06:18.121 INFO O| Aug 08 22:06:18.121 INFO ok!
88472024-08-08T22:06:20.356Z[ host-image] Aug 08 22:06:18.121 INFO O| Aug 08 22:06:18.121 INFO STEP 48 (ensure_file) COMPLETE
88482024-08-08T22:06:20.356Z[ host-image] Aug 08 22:06:18.121 INFO O| Aug 08 22:06:18.121 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88492024-08-08T22:06:20.363Z[ host-image] Aug 08 22:06:18.131 INFO O| Aug 08 22:06:18.131 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
88502024-08-08T22:06:20.366Z[ host-image] Aug 08 22:06:18.131 INFO O| Aug 08 22:06:18.131 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 ...
88512024-08-08T22:06:20.366Z[ host-image] Aug 08 22:06:18.131 INFO O| Aug 08 22:06:18.131 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
88522024-08-08T22:06:20.366Z[ host-image] Aug 08 22:06:18.131 INFO O| Aug 08 22:06:18.131 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
88532024-08-08T22:06:20.366Z[ host-image] Aug 08 22:06:18.131 INFO O| Aug 08 22:06:18.131 INFO ok!
88542024-08-08T22:06:20.366Z[ host-image] Aug 08 22:06:18.131 INFO O| Aug 08 22:06:18.131 INFO STEP 49 (ensure_file) COMPLETE
88552024-08-08T22:06:20.366Z[ host-image] Aug 08 22:06:18.131 INFO O| Aug 08 22:06:18.131 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88562024-08-08T22:06:20.373Z[ host-image] Aug 08 22:06:18.141 INFO O| Aug 08 22:06:18.141 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
88572024-08-08T22:06:20.373Z[ host-image] Aug 08 22:06:18.141 INFO O| Aug 08 22:06:18.141 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
88582024-08-08T22:06:20.377Z[ host-image] Aug 08 22:06:18.141 INFO O| Aug 08 22:06:18.141 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88592024-08-08T22:06:20.377Z[ host-image] Aug 08 22:06:18.141 INFO O| Aug 08 22:06:18.141 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88602024-08-08T22:06:20.377Z[ host-image] Aug 08 22:06:18.141 INFO O| Aug 08 22:06:18.141 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88612024-08-08T22:06:20.377Z[ host-image] Aug 08 22:06:18.141 INFO O| Aug 08 22:06:18.141 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88622024-08-08T22:06:20.377Z[ host-image] Aug 08 22:06:18.141 INFO O| Aug 08 22:06:18.141 INFO ok!
88632024-08-08T22:06:20.377Z[ host-image] Aug 08 22:06:18.141 INFO O| Aug 08 22:06:18.141 INFO STEP 50 (ensure_file) COMPLETE
88642024-08-08T22:06:20.377Z[ host-image] Aug 08 22:06:18.141 INFO O| Aug 08 22:06:18.141 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88652024-08-08T22:06:20.384Z[ host-image] Aug 08 22:06:18.151 INFO O| Aug 08 22:06:18.151 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
88662024-08-08T22:06:20.384Z[ host-image] Aug 08 22:06:18.151 INFO O| Aug 08 22:06:18.151 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 ...
88672024-08-08T22:06:20.384Z[ host-image] Aug 08 22:06:18.151 INFO O| Aug 08 22:06:18.151 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
88682024-08-08T22:06:20.388Z[ host-image] Aug 08 22:06:18.151 INFO O| Aug 08 22:06:18.151 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
88692024-08-08T22:06:20.388Z[ host-image] Aug 08 22:06:18.151 INFO O| Aug 08 22:06:18.151 INFO ok!
88702024-08-08T22:06:20.388Z[ host-image] Aug 08 22:06:18.151 INFO O| Aug 08 22:06:18.151 INFO STEP 51 (ensure_file) COMPLETE
88712024-08-08T22:06:20.388Z[ host-image] Aug 08 22:06:18.151 INFO O| Aug 08 22:06:18.151 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88722024-08-08T22:06:20.394Z[ host-image] Aug 08 22:06:18.162 INFO O| Aug 08 22:06:18.162 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
88732024-08-08T22:06:20.394Z[ host-image] Aug 08 22:06:18.162 INFO O| Aug 08 22:06:18.162 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 ...
88742024-08-08T22:06:20.398Z[ host-image] Aug 08 22:06:18.162 INFO O| Aug 08 22:06:18.162 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
88752024-08-08T22:06:20.398Z[ host-image] Aug 08 22:06:18.162 INFO O| Aug 08 22:06:18.162 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
88762024-08-08T22:06:20.398Z[ host-image] Aug 08 22:06:18.162 INFO O| Aug 08 22:06:18.162 INFO ok!
88772024-08-08T22:06:20.398Z[ host-image] Aug 08 22:06:18.162 INFO O| Aug 08 22:06:18.162 INFO STEP 52 (ensure_file) COMPLETE
88782024-08-08T22:06:20.398Z[ host-image] Aug 08 22:06:18.162 INFO O| Aug 08 22:06:18.162 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88792024-08-08T22:06:20.405Z[ host-image] Aug 08 22:06:18.172 INFO O| Aug 08 22:06:18.172 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
88802024-08-08T22:06:20.405Z[ host-image] Aug 08 22:06:18.172 INFO O| Aug 08 22:06:18.172 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 ...
88812024-08-08T22:06:20.409Z[ host-image] Aug 08 22:06:18.172 INFO O| Aug 08 22:06:18.172 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
88822024-08-08T22:06:20.409Z[ host-image] Aug 08 22:06:18.172 INFO O| Aug 08 22:06:18.172 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
88832024-08-08T22:06:20.409Z[ host-image] Aug 08 22:06:18.172 INFO O| Aug 08 22:06:18.172 INFO ok!
88842024-08-08T22:06:20.409Z[ host-image] Aug 08 22:06:18.172 INFO O| Aug 08 22:06:18.172 INFO STEP 53 (ensure_file) COMPLETE
88852024-08-08T22:06:20.409Z[ host-image] Aug 08 22:06:18.172 INFO O| Aug 08 22:06:18.172 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88862024-08-08T22:06:20.415Z[ host-image] Aug 08 22:06:18.182 INFO O| Aug 08 22:06:18.182 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
88872024-08-08T22:06:20.415Z[ host-image] Aug 08 22:06:18.182 INFO O| Aug 08 22:06:18.182 INFO STEP 54 (ensure_dir) COMPLETE
88882024-08-08T22:06:20.415Z[ host-image] Aug 08 22:06:18.182 INFO O| Aug 08 22:06:18.182 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88892024-08-08T22:06:20.424Z[ host-image] Aug 08 22:06:18.192 INFO O| Aug 08 22:06:18.191 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
88902024-08-08T22:06:20.424Z[ host-image] Aug 08 22:06:18.192 INFO O| Aug 08 22:06:18.192 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
88912024-08-08T22:06:20.424Z[ host-image] Aug 08 22:06:18.192 INFO O| Aug 08 22:06:18.192 INFO STEP 55 (ensure_dir) COMPLETE
88922024-08-08T22:06:20.427Z[ host-image] Aug 08 22:06:18.192 INFO O| Aug 08 22:06:18.192 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88932024-08-08T22:06:20.434Z[ host-image] Aug 08 22:06:18.201 INFO O| Aug 08 22:06:18.201 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
88942024-08-08T22:06:20.437Z[ host-image] Aug 08 22:06:18.201 INFO O| Aug 08 22:06:18.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
88952024-08-08T22:06:20.438Z[ host-image] Aug 08 22:06:18.201 INFO O| Aug 08 22:06:18.201 INFO STEP 56 (ensure_dir) COMPLETE
88962024-08-08T22:06:20.438Z[ host-image] Aug 08 22:06:18.201 INFO O| Aug 08 22:06:18.201 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88972024-08-08T22:06:20.444Z[ host-image] Aug 08 22:06:18.211 INFO O| Aug 08 22:06:18.211 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
88982024-08-08T22:06:20.444Z[ host-image] Aug 08 22:06:18.211 INFO O| Aug 08 22:06:18.211 INFO copying /tmp/.tmpuE3h3C/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
88992024-08-08T22:06:20.458Z[ host-image] Aug 08 22:06:18.226 INFO O| Aug 08 22:06:18.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
89002024-08-08T22:06:20.463Z[ host-image] Aug 08 22:06:18.226 INFO O| Aug 08 22:06:18.226 INFO ok!
89012024-08-08T22:06:20.463Z[ host-image] Aug 08 22:06:18.226 INFO O| Aug 08 22:06:18.226 INFO STEP 57 (ensure_file) COMPLETE
89022024-08-08T22:06:20.463Z[ host-image] Aug 08 22:06:18.226 INFO O| Aug 08 22:06:18.226 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89032024-08-08T22:06:20.468Z[ host-image] Aug 08 22:06:18.236 INFO O| Aug 08 22:06:18.236 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89042024-08-08T22:06:20.468Z[ host-image] Aug 08 22:06:18.236 INFO O| Aug 08 22:06:18.236 INFO copying /tmp/.tmpuE3h3C/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89052024-08-08T22:06:20.867Z[ recovery-image] Aug 08 22:06:18.629 INFO E| Compiling bitflags v1.3.2
89062024-08-08T22:06:20.871Z[ recovery-image] Aug 08 22:06:18.629 INFO E| Compiling bit_field v0.10.2
89072024-08-08T22:06:20.871Z[ recovery-image] Aug 08 22:06:18.629 INFO E| Compiling plain v0.2.3
89082024-08-08T22:06:20.871Z[ recovery-image] Aug 08 22:06:18.629 INFO E| Compiling adler v1.0.2
89092024-08-08T22:06:20.874Z[ recovery-image] Aug 08 22:06:18.629 INFO E| Compiling log v0.4.21
89102024-08-08T22:06:20.874Z[ recovery-image] Aug 08 22:06:18.629 INFO E| Compiling scroll v0.12.0
89112024-08-08T22:06:20.878Z[ recovery-image] Aug 08 22:06:18.629 INFO E| Compiling static_assertions v1.1.0
89122024-08-08T22:06:20.998Z[ recovery-image] Aug 08 22:06:18.765 INFO E| Compiling raw-cpuid v10.7.0
89132024-08-08T22:06:21.021Z[ recovery-image] Aug 08 22:06:18.789 INFO E| Compiling cpio_reader v0.1.1
89142024-08-08T22:06:21.125Z[ recovery-image] Aug 08 22:06:18.892 INFO E| Compiling miniz_oxide v0.7.2
89152024-08-08T22:06:21.411Z[ recovery-image] Aug 08 22:06:19.178 INFO E| Compiling bitstruct v0.1.1
89162024-08-08T22:06:21.837Z[ host-image] Aug 08 22:06:19.604 INFO O| Aug 08 22:06:19.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
89172024-08-08T22:06:21.837Z[ host-image] Aug 08 22:06:19.604 INFO O| Aug 08 22:06:19.604 INFO ok!
89182024-08-08T22:06:21.840Z[ host-image] Aug 08 22:06:19.604 INFO O| Aug 08 22:06:19.604 INFO STEP 58 (ensure_file) COMPLETE
89192024-08-08T22:06:21.840Z[ host-image] Aug 08 22:06:19.604 INFO O| Aug 08 22:06:19.604 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89202024-08-08T22:06:21.858Z[ host-image] Aug 08 22:06:19.624 INFO O| Aug 08 22:06:19.624 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89212024-08-08T22:06:21.858Z[ host-image] Aug 08 22:06:19.624 INFO O| Aug 08 22:06:19.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89222024-08-08T22:06:21.862Z[ host-image] Aug 08 22:06:19.624 INFO O| Aug 08 22:06:19.624 INFO STEP 59 (ensure_dir) COMPLETE
89232024-08-08T22:06:21.862Z[ host-image] Aug 08 22:06:19.624 INFO O| Aug 08 22:06:19.624 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89242024-08-08T22:06:21.879Z[ host-image] Aug 08 22:06:19.646 INFO O| Aug 08 22:06:19.646 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89252024-08-08T22:06:21.883Z[ host-image] Aug 08 22:06:19.646 INFO O| Aug 08 22:06:19.646 INFO copying /tmp/.tmpuE3h3C/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 ...
89262024-08-08T22:06:21.883Z[ host-image] Aug 08 22:06:19.646 INFO O| Aug 08 22:06:19.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
89272024-08-08T22:06:21.883Z[ host-image] Aug 08 22:06:19.647 INFO O| Aug 08 22:06:19.646 INFO ok!
89282024-08-08T22:06:21.883Z[ host-image] Aug 08 22:06:19.647 INFO O| Aug 08 22:06:19.647 INFO STEP 60 (ensure_file) COMPLETE
89292024-08-08T22:06:21.883Z[ host-image] Aug 08 22:06:19.647 INFO O| Aug 08 22:06:19.647 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89302024-08-08T22:06:21.924Z[ recovery-image] Aug 08 22:06:19.690 INFO E| Compiling goblin v0.8.0
89312024-08-08T22:06:21.927Z[ host-image] Aug 08 22:06:19.691 INFO O| Aug 08 22:06:19.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
89322024-08-08T22:06:21.927Z[ host-image] Aug 08 22:06:19.691 INFO O| Aug 08 22:06:19.691 INFO copying /tmp/.tmpuE3h3C/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 ...
89332024-08-08T22:06:21.927Z[ host-image] Aug 08 22:06:19.692 INFO O| Aug 08 22:06:19.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
89342024-08-08T22:06:21.927Z[ host-image] Aug 08 22:06:19.692 INFO O| Aug 08 22:06:19.692 INFO ok!
89352024-08-08T22:06:21.927Z[ host-image] Aug 08 22:06:19.692 INFO O| Aug 08 22:06:19.692 INFO STEP 61 (ensure_file) COMPLETE
89362024-08-08T22:06:21.927Z[ host-image] Aug 08 22:06:19.692 INFO O| Aug 08 22:06:19.692 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89372024-08-08T22:06:21.961Z[ host-image] Aug 08 22:06:19.729 INFO O| Aug 08 22:06:19.728 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89382024-08-08T22:06:21.961Z[ host-image] Aug 08 22:06:19.729 INFO O| Aug 08 22:06:19.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89392024-08-08T22:06:21.961Z[ host-image] Aug 08 22:06:19.729 INFO O| Aug 08 22:06:19.729 INFO STEP 62 (ensure_dir) COMPLETE
89402024-08-08T22:06:21.967Z[ host-image] Aug 08 22:06:19.729 INFO O| Aug 08 22:06:19.729 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89412024-08-08T22:06:21.983Z[ host-image] Aug 08 22:06:19.750 INFO O| Aug 08 22:06:19.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
89422024-08-08T22:06:21.983Z[ host-image] Aug 08 22:06:19.750 INFO O| Aug 08 22:06:19.750 INFO copying /tmp/.tmpuE3h3C/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 ...
89432024-08-08T22:06:21.986Z[ host-image] Aug 08 22:06:19.750 INFO O| Aug 08 22:06:19.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
89442024-08-08T22:06:21.986Z[ host-image] Aug 08 22:06:19.750 INFO O| Aug 08 22:06:19.750 INFO ok!
89452024-08-08T22:06:21.986Z[ host-image] Aug 08 22:06:19.750 INFO O| Aug 08 22:06:19.750 INFO STEP 63 (ensure_file) COMPLETE
89462024-08-08T22:06:21.986Z[ host-image] Aug 08 22:06:19.750 INFO O| Aug 08 22:06:19.750 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89472024-08-08T22:06:22.005Z[ host-image] Aug 08 22:06:19.771 INFO O| Aug 08 22:06:19.771 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
89482024-08-08T22:06:22.005Z[ host-image] Aug 08 22:06:19.771 INFO O| Aug 08 22:06:19.771 INFO copying /tmp/.tmpuE3h3C/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 ...
89492024-08-08T22:06:22.008Z[ host-image] Aug 08 22:06:19.771 INFO O| Aug 08 22:06:19.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
89502024-08-08T22:06:22.008Z[ host-image] Aug 08 22:06:19.771 INFO O| Aug 08 22:06:19.771 INFO ok!
89512024-08-08T22:06:22.008Z[ host-image] Aug 08 22:06:19.771 INFO O| Aug 08 22:06:19.771 INFO STEP 64 (ensure_file) COMPLETE
89522024-08-08T22:06:22.008Z[ host-image] Aug 08 22:06:19.771 INFO O| Aug 08 22:06:19.771 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89532024-08-08T22:06:22.075Z[ host-image] Aug 08 22:06:19.840 INFO O| Aug 08 22:06:19.840 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89542024-08-08T22:06:22.078Z[ host-image] Aug 08 22:06:19.841 INFO O| Aug 08 22:06:19.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89552024-08-08T22:06:22.078Z[ host-image] Aug 08 22:06:19.841 INFO O| Aug 08 22:06:19.841 INFO STEP 65 (ensure_dir) COMPLETE
89562024-08-08T22:06:22.078Z[ host-image] Aug 08 22:06:19.841 INFO O| Aug 08 22:06:19.841 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89572024-08-08T22:06:22.094Z[ host-image] Aug 08 22:06:19.861 INFO O| Aug 08 22:06:19.861 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
89582024-08-08T22:06:22.094Z[ host-image] Aug 08 22:06:19.861 INFO O| Aug 08 22:06:19.861 INFO copying /tmp/.tmpuE3h3C/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 ...
89592024-08-08T22:06:22.097Z[ host-image] Aug 08 22:06:19.861 INFO O| Aug 08 22:06:19.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
89602024-08-08T22:06:22.097Z[ host-image] Aug 08 22:06:19.861 INFO O| Aug 08 22:06:19.861 INFO ok!
89612024-08-08T22:06:22.097Z[ host-image] Aug 08 22:06:19.861 INFO O| Aug 08 22:06:19.861 INFO STEP 66 (ensure_file) COMPLETE
89622024-08-08T22:06:22.098Z[ host-image] Aug 08 22:06:19.861 INFO O| Aug 08 22:06:19.861 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89632024-08-08T22:06:22.115Z[ host-image] Aug 08 22:06:19.882 INFO O| Aug 08 22:06:19.882 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
89642024-08-08T22:06:22.115Z[ host-image] Aug 08 22:06:19.882 INFO O| Aug 08 22:06:19.882 INFO copying /tmp/.tmpuE3h3C/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
89652024-08-08T22:06:22.118Z[ host-image] Aug 08 22:06:19.882 INFO O| Aug 08 22:06:19.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
89662024-08-08T22:06:22.118Z[ host-image] Aug 08 22:06:19.882 INFO O| Aug 08 22:06:19.882 INFO ok!
89672024-08-08T22:06:22.118Z[ host-image] Aug 08 22:06:19.882 INFO O| Aug 08 22:06:19.882 INFO STEP 67 (ensure_file) COMPLETE
89682024-08-08T22:06:22.118Z[ host-image] Aug 08 22:06:19.882 INFO O| Aug 08 22:06:19.882 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89692024-08-08T22:06:22.169Z[ host-image] Aug 08 22:06:19.936 INFO O| Aug 08 22:06:19.936 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89702024-08-08T22:06:22.175Z[ host-image] Aug 08 22:06:19.936 INFO O| Aug 08 22:06:19.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89712024-08-08T22:06:22.175Z[ host-image] Aug 08 22:06:19.936 INFO O| Aug 08 22:06:19.936 INFO STEP 68 (ensure_dir) COMPLETE
89722024-08-08T22:06:22.175Z[ host-image] Aug 08 22:06:19.936 INFO O| Aug 08 22:06:19.936 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89732024-08-08T22:06:22.191Z[ host-image] Aug 08 22:06:19.958 INFO O| Aug 08 22:06:19.958 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
89742024-08-08T22:06:22.191Z[ host-image] Aug 08 22:06:19.958 INFO O| Aug 08 22:06:19.958 INFO copying /tmp/.tmpuE3h3C/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
89752024-08-08T22:06:22.870Z[ host-image] Aug 08 22:06:20.636 INFO O| Aug 08 22:06:20.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
89762024-08-08T22:06:22.870Z[ host-image] Aug 08 22:06:20.636 INFO O| Aug 08 22:06:20.636 INFO ok!
89772024-08-08T22:06:22.873Z[ host-image] Aug 08 22:06:20.636 INFO O| Aug 08 22:06:20.636 INFO STEP 69 (ensure_file) COMPLETE
89782024-08-08T22:06:22.873Z[ host-image] Aug 08 22:06:20.636 INFO O| Aug 08 22:06:20.636 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89792024-08-08T22:06:22.889Z[ host-image] Aug 08 22:06:20.655 INFO O| Aug 08 22:06:20.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
89802024-08-08T22:06:22.889Z[ host-image] Aug 08 22:06:20.655 INFO O| Aug 08 22:06:20.655 INFO copying /tmp/.tmpuE3h3C/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
89812024-08-08T22:06:24.652Z[ host-image] Aug 08 22:06:22.417 INFO O| Aug 08 22:06:22.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
89822024-08-08T22:06:24.652Z[ host-image] Aug 08 22:06:22.417 INFO O| Aug 08 22:06:22.417 INFO ok!
89832024-08-08T22:06:24.655Z[ host-image] Aug 08 22:06:22.417 INFO O| Aug 08 22:06:22.417 INFO STEP 70 (ensure_file) COMPLETE
89842024-08-08T22:06:24.655Z[ host-image] Aug 08 22:06:22.417 INFO O| Aug 08 22:06:22.417 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89852024-08-08T22:06:24.669Z[ host-image] Aug 08 22:06:22.435 INFO O| Aug 08 22:06:22.435 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
89862024-08-08T22:06:24.669Z[ host-image] Aug 08 22:06:22.436 INFO O| Aug 08 22:06:22.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
89872024-08-08T22:06:24.669Z[ host-image] Aug 08 22:06:22.436 INFO O| Aug 08 22:06:22.436 INFO STEP 71 (ensure_dir) COMPLETE
89882024-08-08T22:06:24.669Z[ host-image] Aug 08 22:06:22.436 INFO O| Aug 08 22:06:22.436 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89892024-08-08T22:06:24.688Z[ host-image] Aug 08 22:06:22.452 INFO O| Aug 08 22:06:22.452 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
89902024-08-08T22:06:24.688Z[ host-image] Aug 08 22:06:22.452 INFO O| Aug 08 22:06:22.452 INFO copying /tmp/.tmpuE3h3C/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 ...
89912024-08-08T22:06:24.688Z[ host-image] Aug 08 22:06:22.452 INFO O| Aug 08 22:06:22.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
89922024-08-08T22:06:24.692Z[ host-image] Aug 08 22:06:22.452 INFO O| Aug 08 22:06:22.452 INFO ok!
89932024-08-08T22:06:24.692Z[ host-image] Aug 08 22:06:22.453 INFO O| Aug 08 22:06:22.452 INFO STEP 72 (ensure_file) COMPLETE
89942024-08-08T22:06:24.692Z[ host-image] Aug 08 22:06:22.453 INFO O| Aug 08 22:06:22.453 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89952024-08-08T22:06:24.703Z[ host-image] Aug 08 22:06:22.469 INFO O| Aug 08 22:06:22.469 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
89962024-08-08T22:06:24.703Z[ host-image] Aug 08 22:06:22.470 INFO O| Aug 08 22:06:22.469 INFO copying /tmp/.tmpuE3h3C/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 ...
89972024-08-08T22:06:24.709Z[ host-image] Aug 08 22:06:22.470 INFO O| Aug 08 22:06:22.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
89982024-08-08T22:06:24.709Z[ host-image] Aug 08 22:06:22.470 INFO O| Aug 08 22:06:22.470 INFO ok!
89992024-08-08T22:06:24.709Z[ host-image] Aug 08 22:06:22.470 INFO O| Aug 08 22:06:22.470 INFO STEP 73 (ensure_file) COMPLETE
90002024-08-08T22:06:24.709Z[ host-image] Aug 08 22:06:22.470 INFO O| Aug 08 22:06:22.470 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90012024-08-08T22:06:24.715Z[ host-image] Aug 08 22:06:22.481 INFO O| Aug 08 22:06:22.481 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
90022024-08-08T22:06:24.718Z[ host-image] Aug 08 22:06:22.482 INFO O| Aug 08 22:06:22.481 INFO copying /tmp/.tmpuE3h3C/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
90032024-08-08T22:06:24.718Z[ host-image] Aug 08 22:06:22.482 INFO O| Aug 08 22:06:22.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
90042024-08-08T22:06:24.718Z[ host-image] Aug 08 22:06:22.482 INFO O| Aug 08 22:06:22.482 INFO ok!
90052024-08-08T22:06:24.718Z[ host-image] Aug 08 22:06:22.482 INFO O| Aug 08 22:06:22.482 INFO STEP 74 (ensure_file) COMPLETE
90062024-08-08T22:06:24.718Z[ host-image] Aug 08 22:06:22.482 INFO O| Aug 08 22:06:22.482 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90072024-08-08T22:06:24.731Z[ host-image] Aug 08 22:06:22.498 INFO O| Aug 08 22:06:22.498 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90082024-08-08T22:06:24.731Z[ host-image] Aug 08 22:06:22.498 INFO O| Aug 08 22:06:22.498 INFO copying /tmp/.tmpuE3h3C/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90092024-08-08T22:06:24.734Z[ host-image] Aug 08 22:06:22.498 INFO O| Aug 08 22:06:22.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90102024-08-08T22:06:24.734Z[ host-image] Aug 08 22:06:22.498 INFO O| Aug 08 22:06:22.498 INFO ok!
90112024-08-08T22:06:24.734Z[ host-image] Aug 08 22:06:22.498 INFO O| Aug 08 22:06:22.498 INFO STEP 75 (ensure_file) COMPLETE
90122024-08-08T22:06:24.734Z[ host-image] Aug 08 22:06:22.498 INFO O| Aug 08 22:06:22.498 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90132024-08-08T22:06:24.748Z[ host-image] Aug 08 22:06:22.515 INFO O| Aug 08 22:06:22.515 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90142024-08-08T22:06:24.751Z[ host-image] Aug 08 22:06:22.515 INFO O| Aug 08 22:06:22.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90152024-08-08T22:06:24.751Z[ host-image] Aug 08 22:06:22.515 INFO O| Aug 08 22:06:22.515 INFO STEP 76 (ensure_dir) COMPLETE
90162024-08-08T22:06:24.751Z[ host-image] Aug 08 22:06:22.515 INFO O| Aug 08 22:06:22.515 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90172024-08-08T22:06:24.766Z[ host-image] Aug 08 22:06:22.532 INFO O| Aug 08 22:06:22.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
90182024-08-08T22:06:24.766Z[ host-image] Aug 08 22:06:22.533 INFO O| Aug 08 22:06:22.532 INFO copying /tmp/.tmpuE3h3C/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
90192024-08-08T22:06:24.772Z[ host-image] Aug 08 22:06:22.538 INFO O| Aug 08 22:06:22.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
90202024-08-08T22:06:24.772Z[ host-image] Aug 08 22:06:22.538 INFO O| Aug 08 22:06:22.538 INFO ok!
90212024-08-08T22:06:24.775Z[ host-image] Aug 08 22:06:22.538 INFO O| Aug 08 22:06:22.538 INFO STEP 77 (ensure_file) COMPLETE
90222024-08-08T22:06:24.775Z[ host-image] Aug 08 22:06:22.538 INFO O| Aug 08 22:06:22.538 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90232024-08-08T22:06:24.791Z[ host-image] Aug 08 22:06:22.556 INFO O| Aug 08 22:06:22.556 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
90242024-08-08T22:06:24.791Z[ host-image] Aug 08 22:06:22.557 INFO O| Aug 08 22:06:22.556 INFO copying /tmp/.tmpuE3h3C/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
90252024-08-08T22:06:24.795Z[ host-image] Aug 08 22:06:22.557 INFO O| Aug 08 22:06:22.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
90262024-08-08T22:06:24.795Z[ host-image] Aug 08 22:06:22.557 INFO O| Aug 08 22:06:22.557 INFO ok!
90272024-08-08T22:06:24.795Z[ host-image] Aug 08 22:06:22.557 INFO O| Aug 08 22:06:22.557 INFO STEP 78 (ensure_file) COMPLETE
90282024-08-08T22:06:24.795Z[ host-image] Aug 08 22:06:22.557 INFO O| Aug 08 22:06:22.557 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90292024-08-08T22:06:24.803Z[ host-image] Aug 08 22:06:22.569 INFO O| Aug 08 22:06:22.569 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
90302024-08-08T22:06:24.803Z[ host-image] Aug 08 22:06:22.570 INFO O| Aug 08 22:06:22.569 INFO copying /tmp/.tmpuE3h3C/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
90312024-08-08T22:06:26.625Z[ host-image] Aug 08 22:06:24.389 INFO O| Aug 08 22:06:24.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
90322024-08-08T22:06:26.625Z[ host-image] Aug 08 22:06:24.389 INFO O| Aug 08 22:06:24.389 INFO ok!
90332024-08-08T22:06:26.629Z[ host-image] Aug 08 22:06:24.389 INFO O| Aug 08 22:06:24.389 INFO STEP 79 (ensure_file) COMPLETE
90342024-08-08T22:06:26.629Z[ host-image] Aug 08 22:06:24.389 INFO O| Aug 08 22:06:24.389 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90352024-08-08T22:06:26.639Z[ host-image] Aug 08 22:06:24.405 INFO O| Aug 08 22:06:24.405 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90362024-08-08T22:06:26.642Z[ host-image] Aug 08 22:06:24.405 INFO O| Aug 08 22:06:24.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90372024-08-08T22:06:26.642Z[ host-image] Aug 08 22:06:24.405 INFO O| Aug 08 22:06:24.405 INFO STEP 80 (ensure_dir) COMPLETE
90382024-08-08T22:06:26.642Z[ host-image] Aug 08 22:06:24.405 INFO O| Aug 08 22:06:24.405 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90392024-08-08T22:06:26.652Z[ host-image] Aug 08 22:06:24.418 INFO O| Aug 08 22:06:24.418 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90402024-08-08T22:06:26.652Z[ host-image] Aug 08 22:06:24.418 INFO O| Aug 08 22:06:24.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90412024-08-08T22:06:26.655Z[ host-image] Aug 08 22:06:24.418 INFO O| Aug 08 22:06:24.418 INFO STEP 81 (ensure_dir) COMPLETE
90422024-08-08T22:06:26.655Z[ host-image] Aug 08 22:06:24.418 INFO O| Aug 08 22:06:24.418 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90432024-08-08T22:06:26.662Z[ host-image] Aug 08 22:06:24.428 INFO O| Aug 08 22:06:24.428 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90442024-08-08T22:06:26.662Z[ host-image] Aug 08 22:06:24.429 INFO O| Aug 08 22:06:24.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90452024-08-08T22:06:26.666Z[ host-image] Aug 08 22:06:24.429 INFO O| Aug 08 22:06:24.429 INFO STEP 82 (ensure_dir) COMPLETE
90462024-08-08T22:06:26.666Z[ host-image] Aug 08 22:06:24.429 INFO O| Aug 08 22:06:24.429 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90472024-08-08T22:06:26.673Z[ host-image] Aug 08 22:06:24.439 INFO O| Aug 08 22:06:24.439 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90482024-08-08T22:06:26.676Z[ host-image] Aug 08 22:06:24.439 INFO O| Aug 08 22:06:24.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90492024-08-08T22:06:26.676Z[ host-image] Aug 08 22:06:24.439 INFO O| Aug 08 22:06:24.439 INFO STEP 83 (ensure_dir) COMPLETE
90502024-08-08T22:06:26.676Z[ host-image] Aug 08 22:06:24.439 INFO O| Aug 08 22:06:24.439 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90512024-08-08T22:06:26.683Z[ host-image] Aug 08 22:06:24.450 INFO O| Aug 08 22:06:24.450 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90522024-08-08T22:06:26.683Z[ host-image] Aug 08 22:06:24.450 INFO O| Aug 08 22:06:24.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90532024-08-08T22:06:26.686Z[ host-image] Aug 08 22:06:24.450 INFO O| Aug 08 22:06:24.450 INFO STEP 84 (ensure_dir) COMPLETE
90542024-08-08T22:06:26.686Z[ host-image] Aug 08 22:06:24.450 INFO O| Aug 08 22:06:24.450 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90552024-08-08T22:06:26.694Z[ host-image] Aug 08 22:06:24.460 INFO O| Aug 08 22:06:24.460 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
90562024-08-08T22:06:26.694Z[ host-image] Aug 08 22:06:24.460 INFO O| Aug 08 22:06:24.460 INFO copying /tmp/.tmpuE3h3C/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 ...
90572024-08-08T22:06:26.697Z[ host-image] Aug 08 22:06:24.460 INFO O| Aug 08 22:06:24.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
90582024-08-08T22:06:26.697Z[ host-image] Aug 08 22:06:24.460 INFO O| Aug 08 22:06:24.460 INFO ok!
90592024-08-08T22:06:26.697Z[ host-image] Aug 08 22:06:24.460 INFO O| Aug 08 22:06:24.460 INFO STEP 85 (ensure_file) COMPLETE
90602024-08-08T22:06:26.697Z[ host-image] Aug 08 22:06:24.460 INFO O| Aug 08 22:06:24.460 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90612024-08-08T22:06:26.704Z[ host-image] Aug 08 22:06:24.470 INFO O| Aug 08 22:06:24.470 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90622024-08-08T22:06:26.709Z[ host-image] Aug 08 22:06:24.470 INFO O| Aug 08 22:06:24.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90632024-08-08T22:06:26.709Z[ host-image] Aug 08 22:06:24.470 INFO O| Aug 08 22:06:24.470 INFO STEP 86 (ensure_dir) COMPLETE
90642024-08-08T22:06:26.709Z[ host-image] Aug 08 22:06:24.470 INFO O| Aug 08 22:06:24.470 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90652024-08-08T22:06:26.715Z[ host-image] Aug 08 22:06:24.481 INFO O| Aug 08 22:06:24.481 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
90662024-08-08T22:06:26.715Z[ host-image] Aug 08 22:06:24.481 INFO O| Aug 08 22:06:24.481 INFO copying /tmp/.tmpuE3h3C/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
90672024-08-08T22:06:26.718Z[ host-image] Aug 08 22:06:24.481 INFO O| Aug 08 22:06:24.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
90682024-08-08T22:06:26.718Z[ host-image] Aug 08 22:06:24.481 INFO O| Aug 08 22:06:24.481 INFO ok!
90692024-08-08T22:06:26.718Z[ host-image] Aug 08 22:06:24.481 INFO O| Aug 08 22:06:24.481 INFO STEP 87 (ensure_file) COMPLETE
90702024-08-08T22:06:26.718Z[ host-image] Aug 08 22:06:24.481 INFO O| Aug 08 22:06:24.481 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90712024-08-08T22:06:26.725Z[ host-image] Aug 08 22:06:24.491 INFO O| Aug 08 22:06:24.491 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
90722024-08-08T22:06:26.725Z[ host-image] Aug 08 22:06:24.491 INFO O| Aug 08 22:06:24.491 INFO copying /tmp/.tmpuE3h3C/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
90732024-08-08T22:06:26.990Z[ host-image] Aug 08 22:06:24.755 INFO O| Aug 08 22:06:24.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
90742024-08-08T22:06:26.990Z[ host-image] Aug 08 22:06:24.756 INFO O| Aug 08 22:06:24.755 INFO ok!
90752024-08-08T22:06:26.997Z[ host-image] Aug 08 22:06:24.756 INFO O| Aug 08 22:06:24.755 INFO STEP 88 (ensure_file) COMPLETE
90762024-08-08T22:06:26.998Z[ host-image] Aug 08 22:06:24.756 INFO O| Aug 08 22:06:24.755 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90772024-08-08T22:06:27.003Z[ host-image] Aug 08 22:06:24.769 INFO O| Aug 08 22:06:24.769 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
90782024-08-08T22:06:27.003Z[ host-image] Aug 08 22:06:24.769 INFO O| Aug 08 22:06:24.769 INFO copying /tmp/.tmpuE3h3C/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
90792024-08-08T22:06:27.511Z[ host-image] Aug 08 22:06:25.277 INFO O| Aug 08 22:06:25.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
90802024-08-08T22:06:27.511Z[ host-image] Aug 08 22:06:25.277 INFO O| Aug 08 22:06:25.277 INFO ok!
90812024-08-08T22:06:27.512Z[ host-image] Aug 08 22:06:25.277 INFO O| Aug 08 22:06:25.277 INFO STEP 89 (ensure_file) COMPLETE
90822024-08-08T22:06:27.515Z[ host-image] Aug 08 22:06:25.277 INFO O| Aug 08 22:06:25.277 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90832024-08-08T22:06:27.525Z[ host-image] Aug 08 22:06:25.290 INFO O| Aug 08 22:06:25.290 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
90842024-08-08T22:06:27.525Z[ host-image] Aug 08 22:06:25.290 INFO O| Aug 08 22:06:25.290 INFO copying /tmp/.tmpuE3h3C/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
90852024-08-08T22:06:27.528Z[ host-image] Aug 08 22:06:25.290 INFO O| Aug 08 22:06:25.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
90862024-08-08T22:06:27.528Z[ host-image] Aug 08 22:06:25.291 INFO O| Aug 08 22:06:25.290 INFO ok!
90872024-08-08T22:06:27.528Z[ host-image] Aug 08 22:06:25.291 INFO O| Aug 08 22:06:25.290 INFO STEP 90 (ensure_file) COMPLETE
90882024-08-08T22:06:27.528Z[ host-image] Aug 08 22:06:25.291 INFO O| Aug 08 22:06:25.290 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90892024-08-08T22:06:27.537Z[ host-image] Aug 08 22:06:25.303 INFO O| Aug 08 22:06:25.303 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
90902024-08-08T22:06:27.537Z[ host-image] Aug 08 22:06:25.303 INFO O| Aug 08 22:06:25.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
90912024-08-08T22:06:27.537Z[ host-image] Aug 08 22:06:25.303 INFO O| Aug 08 22:06:25.303 INFO STEP 91 (ensure_dir) COMPLETE
90922024-08-08T22:06:27.545Z[ host-image] Aug 08 22:06:25.303 INFO O| Aug 08 22:06:25.303 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90932024-08-08T22:06:27.548Z[ host-image] Aug 08 22:06:25.314 INFO O| Aug 08 22:06:25.314 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
90942024-08-08T22:06:27.548Z[ host-image] Aug 08 22:06:25.314 INFO O| Aug 08 22:06:25.314 INFO copying /tmp/.tmpuE3h3C/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 ...
90952024-08-08T22:06:27.551Z[ host-image] Aug 08 22:06:25.314 INFO O| Aug 08 22:06:25.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
90962024-08-08T22:06:27.551Z[ host-image] Aug 08 22:06:25.314 INFO O| Aug 08 22:06:25.314 INFO ok!
90972024-08-08T22:06:27.551Z[ host-image] Aug 08 22:06:25.314 INFO O| Aug 08 22:06:25.314 INFO STEP 92 (ensure_file) COMPLETE
90982024-08-08T22:06:27.551Z[ host-image] Aug 08 22:06:25.314 INFO O| Aug 08 22:06:25.314 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90992024-08-08T22:06:27.558Z[ host-image] Aug 08 22:06:25.324 INFO O| Aug 08 22:06:25.324 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
91002024-08-08T22:06:27.558Z[ host-image] Aug 08 22:06:25.324 INFO O| Aug 08 22:06:25.324 INFO copying /tmp/.tmpuE3h3C/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 ...
91012024-08-08T22:06:27.561Z[ host-image] Aug 08 22:06:25.324 INFO O| Aug 08 22:06:25.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91022024-08-08T22:06:27.561Z[ host-image] Aug 08 22:06:25.324 INFO O| Aug 08 22:06:25.324 INFO ok!
91032024-08-08T22:06:27.561Z[ host-image] Aug 08 22:06:25.324 INFO O| Aug 08 22:06:25.324 INFO STEP 93 (ensure_file) COMPLETE
91042024-08-08T22:06:27.561Z[ host-image] Aug 08 22:06:25.324 INFO O| Aug 08 22:06:25.324 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91052024-08-08T22:06:27.568Z[ host-image] Aug 08 22:06:25.334 INFO O| Aug 08 22:06:25.334 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91062024-08-08T22:06:27.568Z[ host-image] Aug 08 22:06:25.334 INFO O| Aug 08 22:06:25.334 INFO copying /tmp/.tmpuE3h3C/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 ...
91072024-08-08T22:06:27.571Z[ host-image] Aug 08 22:06:25.335 INFO O| Aug 08 22:06:25.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91082024-08-08T22:06:27.571Z[ host-image] Aug 08 22:06:25.335 INFO O| Aug 08 22:06:25.334 INFO ok!
91092024-08-08T22:06:27.571Z[ host-image] Aug 08 22:06:25.335 INFO O| Aug 08 22:06:25.335 INFO STEP 94 (ensure_file) COMPLETE
91102024-08-08T22:06:27.571Z[ host-image] Aug 08 22:06:25.335 INFO O| Aug 08 22:06:25.335 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91112024-08-08T22:06:27.578Z[ host-image] Aug 08 22:06:25.344 INFO O| Aug 08 22:06:25.344 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91122024-08-08T22:06:27.578Z[ host-image] Aug 08 22:06:25.344 INFO O| Aug 08 22:06:25.344 INFO copying /tmp/.tmpuE3h3C/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 ...
91132024-08-08T22:06:27.581Z[ host-image] Aug 08 22:06:25.344 INFO O| Aug 08 22:06:25.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91142024-08-08T22:06:27.581Z[ host-image] Aug 08 22:06:25.344 INFO O| Aug 08 22:06:25.344 INFO ok!
91152024-08-08T22:06:27.581Z[ host-image] Aug 08 22:06:25.345 INFO O| Aug 08 22:06:25.344 INFO STEP 95 (ensure_file) COMPLETE
91162024-08-08T22:06:27.581Z[ host-image] Aug 08 22:06:25.345 INFO O| Aug 08 22:06:25.344 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91172024-08-08T22:06:27.588Z[ host-image] Aug 08 22:06:25.354 INFO O| Aug 08 22:06:25.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
91182024-08-08T22:06:27.588Z[ host-image] Aug 08 22:06:25.354 INFO O| Aug 08 22:06:25.354 INFO copying /tmp/.tmpuE3h3C/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 ...
91192024-08-08T22:06:27.591Z[ host-image] Aug 08 22:06:25.354 INFO O| Aug 08 22:06:25.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
91202024-08-08T22:06:27.591Z[ host-image] Aug 08 22:06:25.354 INFO O| Aug 08 22:06:25.354 INFO ok!
91212024-08-08T22:06:27.591Z[ host-image] Aug 08 22:06:25.355 INFO O| Aug 08 22:06:25.354 INFO STEP 96 (ensure_file) COMPLETE
91222024-08-08T22:06:27.592Z[ host-image] Aug 08 22:06:25.355 INFO O| Aug 08 22:06:25.354 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91232024-08-08T22:06:27.598Z[ host-image] Aug 08 22:06:25.364 INFO O| Aug 08 22:06:25.364 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
91242024-08-08T22:06:27.598Z[ host-image] Aug 08 22:06:25.364 INFO O| Aug 08 22:06:25.364 INFO copying /tmp/.tmpuE3h3C/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
91252024-08-08T22:06:27.601Z[ host-image] Aug 08 22:06:25.364 INFO O| Aug 08 22:06:25.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
91262024-08-08T22:06:27.601Z[ host-image] Aug 08 22:06:25.364 INFO O| Aug 08 22:06:25.364 INFO ok!
91272024-08-08T22:06:27.601Z[ host-image] Aug 08 22:06:25.364 INFO O| Aug 08 22:06:25.364 INFO STEP 97 (ensure_file) COMPLETE
91282024-08-08T22:06:27.601Z[ host-image] Aug 08 22:06:25.364 INFO O| Aug 08 22:06:25.364 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91292024-08-08T22:06:27.608Z[ host-image] Aug 08 22:06:25.374 INFO O| Aug 08 22:06:25.374 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
91302024-08-08T22:06:27.608Z[ host-image] Aug 08 22:06:25.374 INFO O| Aug 08 22:06:25.374 INFO copying /tmp/.tmpuE3h3C/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 ...
91312024-08-08T22:06:27.611Z[ host-image] Aug 08 22:06:25.374 INFO O| Aug 08 22:06:25.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
91322024-08-08T22:06:27.611Z[ host-image] Aug 08 22:06:25.374 INFO O| Aug 08 22:06:25.374 INFO ok!
91332024-08-08T22:06:27.611Z[ host-image] Aug 08 22:06:25.374 INFO O| Aug 08 22:06:25.374 INFO STEP 98 (ensure_file) COMPLETE
91342024-08-08T22:06:27.611Z[ host-image] Aug 08 22:06:25.374 INFO O| Aug 08 22:06:25.374 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91352024-08-08T22:06:27.618Z[ host-image] Aug 08 22:06:25.384 INFO O| Aug 08 22:06:25.384 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
91362024-08-08T22:06:27.618Z[ host-image] Aug 08 22:06:25.384 INFO O| Aug 08 22:06:25.384 INFO copying /tmp/.tmpuE3h3C/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 ...
91372024-08-08T22:06:27.621Z[ host-image] Aug 08 22:06:25.385 INFO O| Aug 08 22:06:25.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
91382024-08-08T22:06:27.621Z[ host-image] Aug 08 22:06:25.385 INFO O| Aug 08 22:06:25.385 INFO ok!
91392024-08-08T22:06:27.621Z[ host-image] Aug 08 22:06:25.385 INFO O| Aug 08 22:06:25.385 INFO STEP 99 (ensure_file) COMPLETE
91402024-08-08T22:06:27.621Z[ host-image] Aug 08 22:06:25.385 INFO O| Aug 08 22:06:25.385 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91412024-08-08T22:06:27.628Z[ host-image] Aug 08 22:06:25.394 INFO O| Aug 08 22:06:25.394 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
91422024-08-08T22:06:27.632Z[ host-image] Aug 08 22:06:25.394 INFO O| Aug 08 22:06:25.394 INFO copying /tmp/.tmpuE3h3C/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 ...
91432024-08-08T22:06:27.632Z[ host-image] Aug 08 22:06:25.394 INFO O| Aug 08 22:06:25.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
91442024-08-08T22:06:27.632Z[ host-image] Aug 08 22:06:25.394 INFO O| Aug 08 22:06:25.394 INFO ok!
91452024-08-08T22:06:27.632Z[ host-image] Aug 08 22:06:25.394 INFO O| Aug 08 22:06:25.394 INFO STEP 100 (ensure_file) COMPLETE
91462024-08-08T22:06:27.632Z[ host-image] Aug 08 22:06:25.394 INFO O| Aug 08 22:06:25.394 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91472024-08-08T22:06:27.638Z[ host-image] Aug 08 22:06:25.404 INFO O| Aug 08 22:06:25.404 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
91482024-08-08T22:06:27.638Z[ host-image] Aug 08 22:06:25.404 INFO O| Aug 08 22:06:25.404 INFO copying /tmp/.tmpuE3h3C/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
91492024-08-08T22:06:27.642Z[ host-image] Aug 08 22:06:25.404 INFO O| Aug 08 22:06:25.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
91502024-08-08T22:06:27.642Z[ host-image] Aug 08 22:06:25.404 INFO O| Aug 08 22:06:25.404 INFO ok!
91512024-08-08T22:06:27.642Z[ host-image] Aug 08 22:06:25.404 INFO O| Aug 08 22:06:25.404 INFO STEP 101 (ensure_file) COMPLETE
91522024-08-08T22:06:27.642Z[ host-image] Aug 08 22:06:25.404 INFO O| Aug 08 22:06:25.404 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91532024-08-08T22:06:27.648Z[ host-image] Aug 08 22:06:25.414 INFO O| Aug 08 22:06:25.414 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
91542024-08-08T22:06:27.649Z[ host-image] Aug 08 22:06:25.414 INFO O| Aug 08 22:06:25.414 INFO copying /tmp/.tmpuE3h3C/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 ...
91552024-08-08T22:06:27.652Z[ host-image] Aug 08 22:06:25.415 INFO O| Aug 08 22:06:25.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
91562024-08-08T22:06:27.652Z[ host-image] Aug 08 22:06:25.415 INFO O| Aug 08 22:06:25.415 INFO ok!
91572024-08-08T22:06:27.652Z[ host-image] Aug 08 22:06:25.415 INFO O| Aug 08 22:06:25.415 INFO STEP 102 (ensure_file) COMPLETE
91582024-08-08T22:06:27.652Z[ host-image] Aug 08 22:06:25.415 INFO O| Aug 08 22:06:25.415 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91592024-08-08T22:06:27.658Z[ host-image] Aug 08 22:06:25.424 INFO O| Aug 08 22:06:25.424 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
91602024-08-08T22:06:27.661Z[ host-image] Aug 08 22:06:25.424 INFO O| Aug 08 22:06:25.424 INFO copying /tmp/.tmpuE3h3C/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 ...
91612024-08-08T22:06:27.661Z[ host-image] Aug 08 22:06:25.424 INFO O| Aug 08 22:06:25.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
91622024-08-08T22:06:27.661Z[ host-image] Aug 08 22:06:25.424 INFO O| Aug 08 22:06:25.424 INFO ok!
91632024-08-08T22:06:27.661Z[ host-image] Aug 08 22:06:25.424 INFO O| Aug 08 22:06:25.424 INFO STEP 103 (ensure_file) COMPLETE
91642024-08-08T22:06:27.661Z[ host-image] Aug 08 22:06:25.424 INFO O| Aug 08 22:06:25.424 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91652024-08-08T22:06:27.668Z[ host-image] Aug 08 22:06:25.434 INFO O| Aug 08 22:06:25.434 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
91662024-08-08T22:06:27.668Z[ host-image] Aug 08 22:06:25.434 INFO O| Aug 08 22:06:25.434 INFO copying /tmp/.tmpuE3h3C/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 ...
91672024-08-08T22:06:27.671Z[ host-image] Aug 08 22:06:25.434 INFO O| Aug 08 22:06:25.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
91682024-08-08T22:06:27.671Z[ host-image] Aug 08 22:06:25.434 INFO O| Aug 08 22:06:25.434 INFO ok!
91692024-08-08T22:06:27.671Z[ host-image] Aug 08 22:06:25.434 INFO O| Aug 08 22:06:25.434 INFO STEP 104 (ensure_file) COMPLETE
91702024-08-08T22:06:27.671Z[ host-image] Aug 08 22:06:25.434 INFO O| Aug 08 22:06:25.434 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91712024-08-08T22:06:27.678Z[ host-image] Aug 08 22:06:25.444 INFO O| Aug 08 22:06:25.444 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
91722024-08-08T22:06:27.678Z[ host-image] Aug 08 22:06:25.444 INFO O| Aug 08 22:06:25.444 INFO copying /tmp/.tmpuE3h3C/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 ...
91732024-08-08T22:06:27.681Z[ host-image] Aug 08 22:06:25.444 INFO O| Aug 08 22:06:25.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
91742024-08-08T22:06:27.681Z[ host-image] Aug 08 22:06:25.444 INFO O| Aug 08 22:06:25.444 INFO ok!
91752024-08-08T22:06:27.681Z[ host-image] Aug 08 22:06:25.444 INFO O| Aug 08 22:06:25.444 INFO STEP 105 (ensure_file) COMPLETE
91762024-08-08T22:06:27.681Z[ host-image] Aug 08 22:06:25.444 INFO O| Aug 08 22:06:25.444 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91772024-08-08T22:06:27.688Z[ host-image] Aug 08 22:06:25.454 INFO O| Aug 08 22:06:25.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
91782024-08-08T22:06:27.688Z[ host-image] Aug 08 22:06:25.454 INFO O| Aug 08 22:06:25.454 INFO copying /tmp/.tmpuE3h3C/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 ...
91792024-08-08T22:06:27.688Z[ host-image] Aug 08 22:06:25.454 INFO O| Aug 08 22:06:25.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
91802024-08-08T22:06:27.688Z[ host-image] Aug 08 22:06:25.454 INFO O| Aug 08 22:06:25.454 INFO ok!
91812024-08-08T22:06:27.688Z[ host-image] Aug 08 22:06:25.454 INFO O| Aug 08 22:06:25.454 INFO STEP 106 (ensure_file) COMPLETE
91822024-08-08T22:06:27.692Z[ host-image] Aug 08 22:06:25.454 INFO O| Aug 08 22:06:25.454 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91832024-08-08T22:06:27.697Z[ host-image] Aug 08 22:06:25.463 INFO O| Aug 08 22:06:25.463 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
91842024-08-08T22:06:27.697Z[ host-image] Aug 08 22:06:25.464 INFO O| Aug 08 22:06:25.463 INFO copying /tmp/.tmpuE3h3C/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 ...
91852024-08-08T22:06:27.705Z[ host-image] Aug 08 22:06:25.464 INFO O| Aug 08 22:06:25.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
91862024-08-08T22:06:27.705Z[ host-image] Aug 08 22:06:25.464 INFO O| Aug 08 22:06:25.464 INFO ok!
91872024-08-08T22:06:27.705Z[ host-image] Aug 08 22:06:25.464 INFO O| Aug 08 22:06:25.464 INFO STEP 107 (ensure_file) COMPLETE
91882024-08-08T22:06:27.706Z[ host-image] Aug 08 22:06:25.464 INFO O| Aug 08 22:06:25.464 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91892024-08-08T22:06:27.715Z[ host-image] Aug 08 22:06:25.473 INFO O| Aug 08 22:06:25.473 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
91902024-08-08T22:06:27.715Z[ host-image] Aug 08 22:06:25.473 INFO O| Aug 08 22:06:25.473 INFO copying /tmp/.tmpuE3h3C/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 ...
91912024-08-08T22:06:27.715Z[ host-image] Aug 08 22:06:25.473 INFO O| Aug 08 22:06:25.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
91922024-08-08T22:06:27.715Z[ host-image] Aug 08 22:06:25.473 INFO O| Aug 08 22:06:25.473 INFO ok!
91932024-08-08T22:06:27.715Z[ host-image] Aug 08 22:06:25.473 INFO O| Aug 08 22:06:25.473 INFO STEP 108 (ensure_file) COMPLETE
91942024-08-08T22:06:27.715Z[ host-image] Aug 08 22:06:25.473 INFO O| Aug 08 22:06:25.473 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91952024-08-08T22:06:27.718Z[ host-image] Aug 08 22:06:25.483 INFO O| Aug 08 22:06:25.483 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
91962024-08-08T22:06:27.718Z[ host-image] Aug 08 22:06:25.483 INFO O| Aug 08 22:06:25.483 INFO copying /tmp/.tmpuE3h3C/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 ...
91972024-08-08T22:06:27.718Z[ host-image] Aug 08 22:06:25.483 INFO O| Aug 08 22:06:25.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
91982024-08-08T22:06:27.718Z[ host-image] Aug 08 22:06:25.483 INFO O| Aug 08 22:06:25.483 INFO ok!
91992024-08-08T22:06:27.718Z[ host-image] Aug 08 22:06:25.483 INFO O| Aug 08 22:06:25.483 INFO STEP 109 (ensure_file) COMPLETE
92002024-08-08T22:06:27.718Z[ host-image] Aug 08 22:06:25.483 INFO O| Aug 08 22:06:25.483 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92012024-08-08T22:06:27.727Z[ host-image] Aug 08 22:06:25.493 INFO O| Aug 08 22:06:25.493 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92022024-08-08T22:06:27.727Z[ host-image] Aug 08 22:06:25.493 INFO O| Aug 08 22:06:25.493 INFO copying /tmp/.tmpuE3h3C/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 ...
92032024-08-08T22:06:27.730Z[ host-image] Aug 08 22:06:25.493 INFO O| Aug 08 22:06:25.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
92042024-08-08T22:06:27.730Z[ host-image] Aug 08 22:06:25.493 INFO O| Aug 08 22:06:25.493 INFO ok!
92052024-08-08T22:06:27.730Z[ host-image] Aug 08 22:06:25.493 INFO O| Aug 08 22:06:25.493 INFO STEP 110 (ensure_file) COMPLETE
92062024-08-08T22:06:27.730Z[ host-image] Aug 08 22:06:25.493 INFO O| Aug 08 22:06:25.493 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92072024-08-08T22:06:27.737Z[ host-image] Aug 08 22:06:25.503 INFO O| Aug 08 22:06:25.503 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92082024-08-08T22:06:27.741Z[ host-image] Aug 08 22:06:25.503 INFO O| Aug 08 22:06:25.503 INFO copying /tmp/.tmpuE3h3C/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 ...
92092024-08-08T22:06:27.741Z[ host-image] Aug 08 22:06:25.503 INFO O| Aug 08 22:06:25.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92102024-08-08T22:06:27.741Z[ host-image] Aug 08 22:06:25.503 INFO O| Aug 08 22:06:25.503 INFO ok!
92112024-08-08T22:06:27.741Z[ host-image] Aug 08 22:06:25.503 INFO O| Aug 08 22:06:25.503 INFO STEP 111 (ensure_file) COMPLETE
92122024-08-08T22:06:27.741Z[ host-image] Aug 08 22:06:25.503 INFO O| Aug 08 22:06:25.503 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92132024-08-08T22:06:27.747Z[ host-image] Aug 08 22:06:25.513 INFO O| Aug 08 22:06:25.513 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92142024-08-08T22:06:27.747Z[ host-image] Aug 08 22:06:25.513 INFO O| Aug 08 22:06:25.513 INFO copying /tmp/.tmpuE3h3C/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 ...
92152024-08-08T22:06:27.751Z[ host-image] Aug 08 22:06:25.513 INFO O| Aug 08 22:06:25.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
92162024-08-08T22:06:27.751Z[ host-image] Aug 08 22:06:25.513 INFO O| Aug 08 22:06:25.513 INFO ok!
92172024-08-08T22:06:27.751Z[ host-image] Aug 08 22:06:25.513 INFO O| Aug 08 22:06:25.513 INFO STEP 112 (ensure_file) COMPLETE
92182024-08-08T22:06:27.751Z[ host-image] Aug 08 22:06:25.513 INFO O| Aug 08 22:06:25.513 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92192024-08-08T22:06:27.764Z[ host-image] Aug 08 22:06:25.523 INFO O| Aug 08 22:06:25.523 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
92202024-08-08T22:06:27.764Z[ host-image] Aug 08 22:06:25.523 INFO O| Aug 08 22:06:25.523 INFO copying /tmp/.tmpuE3h3C/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 ...
92212024-08-08T22:06:27.764Z[ host-image] Aug 08 22:06:25.523 INFO O| Aug 08 22:06:25.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
92222024-08-08T22:06:27.769Z[ host-image] Aug 08 22:06:25.523 INFO O| Aug 08 22:06:25.523 INFO ok!
92232024-08-08T22:06:27.769Z[ host-image] Aug 08 22:06:25.523 INFO O| Aug 08 22:06:25.523 INFO STEP 113 (ensure_file) COMPLETE
92242024-08-08T22:06:27.769Z[ host-image] Aug 08 22:06:25.523 INFO O| Aug 08 22:06:25.523 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92252024-08-08T22:06:27.769Z[ host-image] Aug 08 22:06:25.533 INFO O| Aug 08 22:06:25.533 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
92262024-08-08T22:06:27.769Z[ host-image] Aug 08 22:06:25.533 INFO O| Aug 08 22:06:25.533 INFO copying /tmp/.tmpuE3h3C/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 ...
92272024-08-08T22:06:27.773Z[ host-image] Aug 08 22:06:25.534 INFO O| Aug 08 22:06:25.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
92282024-08-08T22:06:27.773Z[ host-image] Aug 08 22:06:25.534 INFO O| Aug 08 22:06:25.534 INFO ok!
92292024-08-08T22:06:27.773Z[ host-image] Aug 08 22:06:25.534 INFO O| Aug 08 22:06:25.534 INFO STEP 114 (ensure_file) COMPLETE
92302024-08-08T22:06:27.773Z[ host-image] Aug 08 22:06:25.534 INFO O| Aug 08 22:06:25.534 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92312024-08-08T22:06:27.778Z[ host-image] Aug 08 22:06:25.544 INFO O| Aug 08 22:06:25.544 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
92322024-08-08T22:06:27.785Z[ host-image] Aug 08 22:06:25.544 INFO O| Aug 08 22:06:25.544 INFO copying /tmp/.tmpuE3h3C/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 ...
92332024-08-08T22:06:27.785Z[ host-image] Aug 08 22:06:25.544 INFO O| Aug 08 22:06:25.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
92342024-08-08T22:06:27.785Z[ host-image] Aug 08 22:06:25.544 INFO O| Aug 08 22:06:25.544 INFO ok!
92352024-08-08T22:06:27.785Z[ host-image] Aug 08 22:06:25.544 INFO O| Aug 08 22:06:25.544 INFO STEP 115 (ensure_file) COMPLETE
92362024-08-08T22:06:27.785Z[ host-image] Aug 08 22:06:25.544 INFO O| Aug 08 22:06:25.544 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92372024-08-08T22:06:27.789Z[ host-image] Aug 08 22:06:25.555 INFO O| Aug 08 22:06:25.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
92382024-08-08T22:06:27.789Z[ host-image] Aug 08 22:06:25.555 INFO O| Aug 08 22:06:25.555 INFO copying /tmp/.tmpuE3h3C/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
92392024-08-08T22:06:27.793Z[ host-image] Aug 08 22:06:25.555 INFO O| Aug 08 22:06:25.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
92402024-08-08T22:06:27.793Z[ host-image] Aug 08 22:06:25.555 INFO O| Aug 08 22:06:25.555 INFO ok!
92412024-08-08T22:06:27.793Z[ host-image] Aug 08 22:06:25.555 INFO O| Aug 08 22:06:25.555 INFO STEP 116 (ensure_file) COMPLETE
92422024-08-08T22:06:27.793Z[ host-image] Aug 08 22:06:25.555 INFO O| Aug 08 22:06:25.555 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92432024-08-08T22:06:27.804Z[ host-image] Aug 08 22:06:25.570 INFO O| Aug 08 22:06:25.570 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
92442024-08-08T22:06:27.804Z[ host-image] Aug 08 22:06:25.570 INFO O| Aug 08 22:06:25.570 INFO copying /tmp/.tmpuE3h3C/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 ...
92452024-08-08T22:06:27.807Z[ host-image] Aug 08 22:06:25.570 INFO O| Aug 08 22:06:25.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
92462024-08-08T22:06:27.807Z[ host-image] Aug 08 22:06:25.570 INFO O| Aug 08 22:06:25.570 INFO ok!
92472024-08-08T22:06:27.807Z[ host-image] Aug 08 22:06:25.570 INFO O| Aug 08 22:06:25.570 INFO STEP 117 (ensure_file) COMPLETE
92482024-08-08T22:06:27.807Z[ host-image] Aug 08 22:06:25.570 INFO O| Aug 08 22:06:25.570 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92492024-08-08T22:06:27.819Z[ host-image] Aug 08 22:06:25.585 INFO O| Aug 08 22:06:25.585 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
92502024-08-08T22:06:27.819Z[ host-image] Aug 08 22:06:25.585 INFO O| Aug 08 22:06:25.585 INFO copying /tmp/.tmpuE3h3C/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
92512024-08-08T22:06:27.822Z[ host-image] Aug 08 22:06:25.585 INFO O| Aug 08 22:06:25.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
92522024-08-08T22:06:27.822Z[ host-image] Aug 08 22:06:25.586 INFO O| Aug 08 22:06:25.585 INFO ok!
92532024-08-08T22:06:27.822Z[ host-image] Aug 08 22:06:25.586 INFO O| Aug 08 22:06:25.585 INFO STEP 118 (ensure_file) COMPLETE
92542024-08-08T22:06:27.822Z[ host-image] Aug 08 22:06:25.586 INFO O| Aug 08 22:06:25.586 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92552024-08-08T22:06:27.830Z[ host-image] Aug 08 22:06:25.596 INFO O| Aug 08 22:06:25.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
92562024-08-08T22:06:27.830Z[ host-image] Aug 08 22:06:25.596 INFO O| Aug 08 22:06:25.596 INFO copying /tmp/.tmpuE3h3C/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
92572024-08-08T22:06:32.178Z[ host-image] Aug 08 22:06:29.943 INFO O| Aug 08 22:06:29.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
92582024-08-08T22:06:32.178Z[ host-image] Aug 08 22:06:29.943 INFO O| Aug 08 22:06:29.943 INFO ok!
92592024-08-08T22:06:32.182Z[ host-image] Aug 08 22:06:29.943 INFO O| Aug 08 22:06:29.943 INFO STEP 119 (ensure_file) COMPLETE
92602024-08-08T22:06:32.182Z[ host-image] Aug 08 22:06:29.943 INFO O| Aug 08 22:06:29.943 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92612024-08-08T22:06:32.192Z[ host-image] Aug 08 22:06:29.957 INFO O| Aug 08 22:06:29.957 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
92622024-08-08T22:06:32.192Z[ host-image] Aug 08 22:06:29.957 INFO O| Aug 08 22:06:29.957 INFO STEP 120 (ensure_dir) COMPLETE
92632024-08-08T22:06:32.194Z[ host-image] Aug 08 22:06:29.957 INFO O| Aug 08 22:06:29.957 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92642024-08-08T22:06:32.204Z[ host-image] Aug 08 22:06:29.969 INFO O| Aug 08 22:06:29.969 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
92652024-08-08T22:06:32.204Z[ host-image] Aug 08 22:06:29.969 INFO O| Aug 08 22:06:29.969 INFO STEP 121 (ensure_dir) COMPLETE
92662024-08-08T22:06:32.207Z[ host-image] Aug 08 22:06:29.969 INFO O| Aug 08 22:06:29.969 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92672024-08-08T22:06:32.214Z[ host-image] Aug 08 22:06:29.979 INFO O| Aug 08 22:06:29.979 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
92682024-08-08T22:06:32.218Z[ host-image] Aug 08 22:06:29.979 INFO O| Aug 08 22:06:29.979 INFO STEP 122 (ensure_dir) COMPLETE
92692024-08-08T22:06:32.218Z[ host-image] Aug 08 22:06:29.980 INFO O| Aug 08 22:06:29.979 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92702024-08-08T22:06:32.234Z[ host-image] Aug 08 22:06:29.992 INFO O| Aug 08 22:06:29.992 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
92712024-08-08T22:06:32.234Z[ host-image] Aug 08 22:06:29.992 INFO O| Aug 08 22:06:29.992 INFO STEP 123 (ensure_dir) COMPLETE
92722024-08-08T22:06:32.235Z[ host-image] Aug 08 22:06:29.992 INFO O| Aug 08 22:06:29.992 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92732024-08-08T22:06:32.246Z[ host-image] Aug 08 22:06:30.003 INFO O| Aug 08 22:06:30.003 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
92742024-08-08T22:06:32.246Z[ host-image] Aug 08 22:06:30.003 INFO O| Aug 08 22:06:30.003 INFO copying /tmp/.tmpuE3h3C/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 ...
92752024-08-08T22:06:32.247Z[ host-image] Aug 08 22:06:30.003 INFO O| Aug 08 22:06:30.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
92762024-08-08T22:06:32.247Z[ host-image] Aug 08 22:06:30.003 INFO O| Aug 08 22:06:30.003 INFO ok!
92772024-08-08T22:06:32.247Z[ host-image] Aug 08 22:06:30.003 INFO O| Aug 08 22:06:30.003 INFO STEP 124 (ensure_file) COMPLETE
92782024-08-08T22:06:32.247Z[ host-image] Aug 08 22:06:30.003 INFO O| Aug 08 22:06:30.003 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92792024-08-08T22:06:32.262Z[ host-image] Aug 08 22:06:30.014 INFO O| Aug 08 22:06:30.014 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
92802024-08-08T22:06:32.262Z[ host-image] Aug 08 22:06:30.014 INFO O| Aug 08 22:06:30.014 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
92812024-08-08T22:06:32.262Z[ host-image] Aug 08 22:06:30.014 INFO O| Aug 08 22:06:30.014 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
92822024-08-08T22:06:32.262Z[ host-image] Aug 08 22:06:30.014 INFO O| Aug 08 22:06:30.014 INFO STEP 125 (ensure_dir) COMPLETE
92832024-08-08T22:06:32.262Z[ host-image] Aug 08 22:06:30.014 INFO O| Aug 08 22:06:30.014 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92842024-08-08T22:06:32.280Z[ host-image] Aug 08 22:06:30.025 INFO O| Aug 08 22:06:30.025 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
92852024-08-08T22:06:32.280Z[ host-image] Aug 08 22:06:30.025 INFO O| Aug 08 22:06:30.025 INFO copying /tmp/.tmpuE3h3C/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
92862024-08-08T22:06:32.280Z[ host-image] Aug 08 22:06:30.025 INFO O| Aug 08 22:06:30.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
92872024-08-08T22:06:32.280Z[ host-image] Aug 08 22:06:30.025 INFO O| Aug 08 22:06:30.025 INFO ok!
92882024-08-08T22:06:32.280Z[ host-image] Aug 08 22:06:30.025 INFO O| Aug 08 22:06:30.025 INFO STEP 126 (ensure_file) COMPLETE
92892024-08-08T22:06:32.280Z[ host-image] Aug 08 22:06:30.025 INFO O| Aug 08 22:06:30.025 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92902024-08-08T22:06:32.286Z[ host-image] Aug 08 22:06:30.035 INFO O| Aug 08 22:06:30.035 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
92912024-08-08T22:06:32.286Z[ host-image] Aug 08 22:06:30.036 INFO O| Aug 08 22:06:30.036 INFO STEP 127 (remove_files) COMPLETE
92922024-08-08T22:06:32.286Z[ host-image] Aug 08 22:06:30.036 INFO O| Aug 08 22:06:30.036 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92932024-08-08T22:06:32.286Z[ host-image] Aug 08 22:06:30.046 INFO O| Aug 08 22:06:30.046 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
92942024-08-08T22:06:32.286Z[ host-image] Aug 08 22:06:30.046 INFO O| Aug 08 22:06:30.046 INFO STEP 128 (remove_files) COMPLETE
92952024-08-08T22:06:32.286Z[ host-image] Aug 08 22:06:30.046 INFO O| Aug 08 22:06:30.046 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92962024-08-08T22:06:32.292Z[ host-image] Aug 08 22:06:30.057 INFO O| Aug 08 22:06:30.057 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
92972024-08-08T22:06:32.334Z[ host-image] Aug 08 22:06:30.057 INFO O| Aug 08 22:06:30.057 INFO STEP 129 (remove_files) COMPLETE
92982024-08-08T22:06:32.334Z[ host-image] Aug 08 22:06:30.057 INFO O| Aug 08 22:06:30.057 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92992024-08-08T22:06:32.334Z[ host-image] Aug 08 22:06:30.067 INFO O| Aug 08 22:06:30.067 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93002024-08-08T22:06:32.334Z[ host-image] Aug 08 22:06:30.067 INFO O| Aug 08 22:06:30.067 INFO STEP 130 (remove_files) COMPLETE
93012024-08-08T22:06:32.334Z[ host-image] Aug 08 22:06:30.067 INFO O| Aug 08 22:06:30.067 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93022024-08-08T22:06:32.334Z[ host-image] Aug 08 22:06:30.077 INFO O| Aug 08 22:06:30.077 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93032024-08-08T22:06:32.334Z[ host-image] Aug 08 22:06:30.077 INFO O| Aug 08 22:06:30.077 INFO STEP 131 (remove_files) COMPLETE
93042024-08-08T22:06:32.335Z[ host-image] Aug 08 22:06:30.077 INFO O| Aug 08 22:06:30.077 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93052024-08-08T22:06:32.335Z[ host-image] Aug 08 22:06:30.087 INFO O| Aug 08 22:06:30.087 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93062024-08-08T22:06:32.335Z[ host-image] Aug 08 22:06:30.088 INFO O| Aug 08 22:06:30.087 INFO STEP 132 (remove_files) COMPLETE
93072024-08-08T22:06:32.335Z[ host-image] Aug 08 22:06:30.088 INFO O| Aug 08 22:06:30.088 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93082024-08-08T22:06:32.338Z[ host-image] Aug 08 22:06:30.098 INFO O| Aug 08 22:06:30.098 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93092024-08-08T22:06:32.338Z[ host-image] Aug 08 22:06:30.098 INFO O| Aug 08 22:06:30.098 INFO STEP 133 (remove_files) COMPLETE
93102024-08-08T22:06:32.338Z[ host-image] Aug 08 22:06:30.098 INFO O| Aug 08 22:06:30.098 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93112024-08-08T22:06:32.342Z[ recovery-image] Aug 08 22:06:30.107 INFO E| Finished `release` profile [optimized] target(s) in 44.85s
93122024-08-08T22:06:32.345Z[ host-image] Aug 08 22:06:30.108 INFO O| Aug 08 22:06:30.108 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93132024-08-08T22:06:32.345Z[ host-image] Aug 08 22:06:30.108 INFO O| Aug 08 22:06:30.108 INFO STEP 134 (remove_files) COMPLETE
93142024-08-08T22:06:32.345Z[ host-image] Aug 08 22:06:30.108 INFO O| Aug 08 22:06:30.108 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93152024-08-08T22:06:32.353Z[ host-image] Aug 08 22:06:30.118 INFO O| Aug 08 22:06:30.118 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93162024-08-08T22:06:32.354Z[ host-image] Aug 08 22:06:30.118 INFO O| Aug 08 22:06:30.118 INFO STEP 135 (remove_files) COMPLETE
93172024-08-08T22:06:32.357Z[ host-image] Aug 08 22:06:30.118 INFO O| Aug 08 22:06:30.118 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93182024-08-08T22:06:32.364Z[ host-image] Aug 08 22:06:30.128 INFO O| Aug 08 22:06:30.128 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93192024-08-08T22:06:32.364Z[ host-image] Aug 08 22:06:30.129 INFO O| Aug 08 22:06:30.129 INFO STEP 136 (remove_files) COMPLETE
93202024-08-08T22:06:32.364Z[ host-image] Aug 08 22:06:30.129 INFO O| Aug 08 22:06:30.129 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93212024-08-08T22:06:32.368Z[ recovery-image] Aug 08 22:06:30.130 INFO building host image...
93222024-08-08T22:06:32.368Z[ recovery-image] Aug 08 22:06:30.130 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")
93232024-08-08T22:06:32.376Z[ host-image] Aug 08 22:06:30.139 INFO O| Aug 08 22:06:30.139 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93242024-08-08T22:06:32.376Z[ host-image] Aug 08 22:06:30.139 INFO O| Aug 08 22:06:30.139 INFO STEP 137 (remove_files) COMPLETE
93252024-08-08T22:06:32.379Z[ host-image] Aug 08 22:06:30.139 INFO O| Aug 08 22:06:30.139 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93262024-08-08T22:06:32.384Z[ host-image] Aug 08 22:06:30.149 INFO O| Aug 08 22:06:30.149 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
93272024-08-08T22:06:32.385Z[ host-image] Aug 08 22:06:30.149 INFO O| Aug 08 22:06:30.149 INFO STEP 138 (remove_files) COMPLETE
93282024-08-08T22:06:32.388Z[ host-image] Aug 08 22:06:30.149 INFO O| Aug 08 22:06:30.149 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93292024-08-08T22:06:32.394Z[ host-image] Aug 08 22:06:30.159 INFO O| Aug 08 22:06:30.159 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
93302024-08-08T22:06:32.394Z[ host-image] Aug 08 22:06:30.159 INFO O| Aug 08 22:06:30.159 INFO STEP 139 (remove_files) COMPLETE
93312024-08-08T22:06:32.397Z[ host-image] Aug 08 22:06:30.159 INFO O| Aug 08 22:06:30.159 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93322024-08-08T22:06:32.404Z[ host-image] Aug 08 22:06:30.169 INFO O| Aug 08 22:06:30.169 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
93332024-08-08T22:06:32.404Z[ host-image] Aug 08 22:06:30.169 INFO O| Aug 08 22:06:30.169 INFO STEP 140 (remove_files) COMPLETE
93342024-08-08T22:06:32.404Z[ host-image] Aug 08 22:06:30.169 INFO O| Aug 08 22:06:30.169 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93352024-08-08T22:06:32.414Z[ host-image] Aug 08 22:06:30.179 INFO O| Aug 08 22:06:30.179 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
93362024-08-08T22:06:32.414Z[ host-image] Aug 08 22:06:30.179 INFO O| Aug 08 22:06:30.179 INFO STEP 141 (remove_files) COMPLETE
93372024-08-08T22:06:32.417Z[ host-image] Aug 08 22:06:30.179 INFO O| Aug 08 22:06:30.179 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93382024-08-08T22:06:32.424Z[ host-image] Aug 08 22:06:30.189 INFO O| Aug 08 22:06:30.189 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
93392024-08-08T22:06:32.427Z[ host-image] Aug 08 22:06:30.189 INFO O| Aug 08 22:06:30.189 INFO STEP 142 (remove_files) COMPLETE
93402024-08-08T22:06:32.427Z[ host-image] Aug 08 22:06:30.189 INFO O| Aug 08 22:06:30.189 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93412024-08-08T22:06:32.434Z[ host-image] Aug 08 22:06:30.199 INFO O| Aug 08 22:06:30.199 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
93422024-08-08T22:06:32.434Z[ host-image] Aug 08 22:06:30.199 INFO O| Aug 08 22:06:30.199 INFO STEP 143 (remove_files) COMPLETE
93432024-08-08T22:06:32.437Z[ host-image] Aug 08 22:06:30.199 INFO O| Aug 08 22:06:30.199 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93442024-08-08T22:06:32.444Z[ host-image] Aug 08 22:06:30.209 INFO O| Aug 08 22:06:30.209 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
93452024-08-08T22:06:32.444Z[ host-image] Aug 08 22:06:30.209 INFO O| Aug 08 22:06:30.209 INFO STEP 144 (remove_files) COMPLETE
93462024-08-08T22:06:32.447Z[ host-image] Aug 08 22:06:30.209 INFO O| Aug 08 22:06:30.209 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93472024-08-08T22:06:32.454Z[ host-image] Aug 08 22:06:30.219 INFO O| Aug 08 22:06:30.219 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
93482024-08-08T22:06:32.454Z[ host-image] Aug 08 22:06:30.219 INFO O| Aug 08 22:06:30.219 INFO STEP 145 (remove_files) COMPLETE
93492024-08-08T22:06:32.457Z[ host-image] Aug 08 22:06:30.219 INFO O| Aug 08 22:06:30.219 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93502024-08-08T22:06:32.464Z[ host-image] Aug 08 22:06:30.228 INFO O| Aug 08 22:06:30.228 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
93512024-08-08T22:06:32.464Z[ host-image] Aug 08 22:06:30.228 INFO O| Aug 08 22:06:30.228 INFO STEP 146 (remove_files) COMPLETE
93522024-08-08T22:06:32.468Z[ host-image] Aug 08 22:06:30.228 INFO O| Aug 08 22:06:30.228 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93532024-08-08T22:06:32.474Z[ host-image] Aug 08 22:06:30.238 INFO O| Aug 08 22:06:30.238 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
93542024-08-08T22:06:32.474Z[ host-image] Aug 08 22:06:30.238 INFO O| Aug 08 22:06:30.238 INFO STEP 147 (remove_files) COMPLETE
93552024-08-08T22:06:32.478Z[ host-image] Aug 08 22:06:30.238 INFO O| Aug 08 22:06:30.238 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93562024-08-08T22:06:32.483Z[ host-image] Aug 08 22:06:30.248 INFO O| Aug 08 22:06:30.248 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
93572024-08-08T22:06:32.486Z[ host-image] Aug 08 22:06:30.248 INFO O| Aug 08 22:06:30.248 INFO STEP 148 (remove_files) COMPLETE
93582024-08-08T22:06:32.486Z[ host-image] Aug 08 22:06:30.248 INFO O| Aug 08 22:06:30.248 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93592024-08-08T22:06:32.492Z[ host-image] Aug 08 22:06:30.257 INFO O| Aug 08 22:06:30.257 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
93602024-08-08T22:06:32.492Z[ host-image] Aug 08 22:06:30.257 INFO O| Aug 08 22:06:30.257 INFO STEP 149 (remove_files) COMPLETE
93612024-08-08T22:06:32.496Z[ host-image] Aug 08 22:06:30.257 INFO O| Aug 08 22:06:30.257 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93622024-08-08T22:06:32.502Z[ host-image] Aug 08 22:06:30.267 INFO O| Aug 08 22:06:30.267 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
93632024-08-08T22:06:32.502Z[ host-image] Aug 08 22:06:30.267 INFO O| Aug 08 22:06:30.267 INFO STEP 150 (remove_files) COMPLETE
93642024-08-08T22:06:32.506Z[ host-image] Aug 08 22:06:30.267 INFO O| Aug 08 22:06:30.267 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93652024-08-08T22:06:32.512Z[ host-image] Aug 08 22:06:30.277 INFO O| Aug 08 22:06:30.277 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
93662024-08-08T22:06:32.512Z[ host-image] Aug 08 22:06:30.277 INFO O| Aug 08 22:06:30.277 INFO STEP 151 (remove_files) COMPLETE
93672024-08-08T22:06:32.512Z[ host-image] Aug 08 22:06:30.277 INFO O| Aug 08 22:06:30.277 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93682024-08-08T22:06:32.521Z[ host-image] Aug 08 22:06:30.286 INFO O| Aug 08 22:06:30.286 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
93692024-08-08T22:06:32.525Z[ host-image] Aug 08 22:06:30.286 INFO O| Aug 08 22:06:30.286 INFO STEP 152 (remove_files) COMPLETE
93702024-08-08T22:06:32.525Z[ host-image] Aug 08 22:06:30.286 INFO O| Aug 08 22:06:30.286 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93712024-08-08T22:06:32.531Z[ host-image] Aug 08 22:06:30.296 INFO O| Aug 08 22:06:30.296 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
93722024-08-08T22:06:32.531Z[ host-image] Aug 08 22:06:30.296 INFO O| Aug 08 22:06:30.296 INFO STEP 153 (remove_files) COMPLETE
93732024-08-08T22:06:32.531Z[ host-image] Aug 08 22:06:30.296 INFO O| Aug 08 22:06:30.296 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93742024-08-08T22:06:32.541Z[ host-image] Aug 08 22:06:30.306 INFO O| Aug 08 22:06:30.305 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
93752024-08-08T22:06:32.541Z[ host-image] Aug 08 22:06:30.306 INFO O| Aug 08 22:06:30.306 INFO STEP 154 (remove_files) COMPLETE
93762024-08-08T22:06:32.541Z[ host-image] Aug 08 22:06:30.306 INFO O| Aug 08 22:06:30.306 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93772024-08-08T22:06:32.550Z[ host-image] Aug 08 22:06:30.315 INFO O| Aug 08 22:06:30.315 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
93782024-08-08T22:06:32.550Z[ host-image] Aug 08 22:06:30.315 INFO O| Aug 08 22:06:30.315 INFO STEP 155 (remove_files) COMPLETE
93792024-08-08T22:06:32.550Z[ host-image] Aug 08 22:06:30.315 INFO O| Aug 08 22:06:30.315 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93802024-08-08T22:06:32.566Z[ host-image] Aug 08 22:06:30.330 INFO O| Aug 08 22:06:30.330 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
93812024-08-08T22:06:32.570Z[ host-image] Aug 08 22:06:30.330 INFO O| Aug 08 22:06:30.330 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
93822024-08-08T22:06:32.843Z[ recovery-image] Aug 08 22:06:30.607 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
93832024-08-08T22:06:34.255Z[ recovery-image] Aug 08 22:06:32.019 INFO image complete! materials are in "/work/os-recovery"
93842024-08-08T22:06:34.258Z[ recovery-image]
93852024-08-08T22:06:34.258Z[ recovery-image] real 7:06.711983658
93862024-08-08T22:06:34.258Z[ recovery-image] user 4:36.045125709
93872024-08-08T22:06:34.259Z[ recovery-image] sys 1:00.111728804
93882024-08-08T22:06:34.259Z[ recovery-image] trap 0.199362242
93892024-08-08T22:06:34.259Z[ recovery-image] tflt 0.368874736
93902024-08-08T22:06:34.259Z[ recovery-image] dflt 1.171440911
93912024-08-08T22:06:34.259Z[ recovery-image] kflt 0.000002069
93922024-08-08T22:06:34.259Z[ recovery-image] lock 16:49.892203249
93932024-08-08T22:06:34.259Z[ recovery-image] slp 42:44.866388202
93942024-08-08T22:06:34.259Z[ recovery-image] lat 1:18.597988367
93952024-08-08T22:06:34.259Z[ recovery-image] stop 4.168257520
93962024-08-08T22:06:34.263ZAug 08 22:06:32.022 INFO [recovery-image] process exited with exit status: 0 (426.75077962s)
93972024-08-08T22:06:39.672Z[ host-image] Aug 08 22:06:37.435 INFO O| Aug 08 22:06:37.435 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
93982024-08-08T22:06:39.672Z[ host-image] Aug 08 22:06:37.435 INFO O| Aug 08 22:06:37.435 INFO E| svccfg: Loaded 74 smf(7) service descriptions
93992024-08-08T22:06:39.686Z[ host-image] Aug 08 22:06:37.449 INFO O| Aug 08 22:06:37.449 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "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"}
94002024-08-08T22:06:39.766Z[ host-image] Aug 08 22:06:37.529 INFO O| Aug 08 22:06:37.529 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
94012024-08-08T22:06:39.767Z[ host-image] Aug 08 22:06:37.529 INFO O| Aug 08 22:06:37.529 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94022024-08-08T22:06:39.771Z[ host-image] Aug 08 22:06:37.530 INFO O| Aug 08 22:06:37.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94032024-08-08T22:06:39.771Z[ host-image] Aug 08 22:06:37.531 INFO O| Aug 08 22:06:37.530 INFO ok!
94042024-08-08T22:06:39.771Z[ host-image] Aug 08 22:06:37.531 INFO O| Aug 08 22:06:37.531 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94052024-08-08T22:06:39.771Z[ host-image] Aug 08 22:06:37.531 INFO O| Aug 08 22:06:37.531 INFO STEP 156 (seed_smf) COMPLETE
94062024-08-08T22:06:39.771Z[ host-image] Aug 08 22:06:37.531 INFO O| Aug 08 22:06:37.531 INFO steps complete; finalising image!
94072024-08-08T22:06:39.771Z[ host-image] Aug 08 22:06:37.531 INFO O| Aug 08 22:06:37.531 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94082024-08-08T22:06:39.905Z[ host-image] Aug 08 22:06:37.668 INFO O| Aug 08 22:06:37.668 INFO trim TEMPORARY-gimlet-zfs: (6% trimmed, started at Thu Aug 8 22:06:37 2024)
94092024-08-08T22:06:40.128Z[ host-image] Aug 08 22:06:37.890 INFO O| Aug 08 22:06:37.890 INFO temporary pool has 659M used, 173M avail, 1.88x compressratio
94102024-08-08T22:06:40.128Z[ host-image] Aug 08 22:06:37.890 INFO O| Aug 08 22:06:37.890 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94112024-08-08T22:06:40.406Z[ host-image] Aug 08 22:06:38.169 INFO O| Aug 08 22:06:38.169 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94122024-08-08T22:06:40.406Z[ host-image] Aug 08 22:06:38.169 INFO O| Aug 08 22:06:38.169 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94132024-08-08T22:06:41.460Z[ host-image] Aug 08 22:06:39.222 INFO O| Aug 08 22:06:39.222 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94142024-08-08T22:06:41.460Z[ host-image] Aug 08 22:06:39.222 INFO O| Aug 08 22:06:39.222 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94152024-08-08T22:06:41.463Z[ host-image] Aug 08 22:06:39.222 INFO O| Aug 08 22:06:39.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94162024-08-08T22:06:41.463Z[ host-image] Aug 08 22:06:39.222 INFO O| Aug 08 22:06:39.222 INFO completed processing gimlet/zfs
94172024-08-08T22:06:41.463Z[ host-image] Aug 08 22:06:39.222 INFO O| Aug 08 22:06:39.222 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94182024-08-08T22:06:47.796Z[ host-image] Aug 08 22:06:45.526 INFO O| Aug 08 22:06:45.526 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94192024-08-08T22:06:47.884Z[ host-image] Aug 08 22:06:45.612 INFO BUILD STRING "heads/stlouis-0-g0187c42845\n"
94202024-08-08T22:06:47.884Z[ host-image] Aug 08 22:06:45.612 INFO expanded image name: "ci eefaaf3/${os_short_commit} 2024-08-08 21:39" -> "ci eefaaf3/0187c42 2024-08-08 21:39"
94212024-08-08T22:06:47.914Z[ host-image] Aug 08 22:06:45.612 INFO output artefacts stored in: "/work/os-host"
94222024-08-08T22:06:47.914Z[ host-image] Aug 08 22:06:45.612 INFO collecting git info from project "amd-firmware"...
94232024-08-08T22:06:47.914Z[ host-image] Aug 08 22:06:45.621 INFO collecting git info from project "amd-host-image-builder"...
94242024-08-08T22:06:47.914Z[ host-image] Aug 08 22:06:45.634 INFO collecting git info from project "image-builder"...
94252024-08-08T22:06:47.914Z[ host-image] Aug 08 22:06:45.639 INFO collecting git info from project "bootserver"...
94262024-08-08T22:06:47.915Z[ host-image] Aug 08 22:06:45.643 INFO collecting git info from project "pinprick"...
94272024-08-08T22:06:47.915Z[ host-image] Aug 08 22:06:45.648 INFO collecting git info from project "chelsio-t6-roms"...
94282024-08-08T22:06:47.915Z[ host-image] Aug 08 22:06:45.652 INFO collecting git info from project "phbl"...
94292024-08-08T22:06:47.923Z[ host-image] Aug 08 22:06:45.657 INFO collecting git info from project "pilot"...
94302024-08-08T22:06:47.923Z[ host-image] Aug 08 22:06:45.662 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94312024-08-08T22:06:48.261Z[ host-image] Aug 08 22:06:46.022 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94322024-08-08T22:06:48.598Z[ host-image] Aug 08 22:06:46.359 INFO creating Oxide boot image...
94332024-08-08T22:06:48.599Z[ host-image] Aug 08 22:06:46.359 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci eefaaf3/0187c42 2024-08-08 21:39", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94342024-08-08T22:06:49.523Z[ host-image] Aug 08 22:06:47.279 INFO O| ok, image written!
94352024-08-08T22:06:49.524Z[ host-image] Aug 08 22:06:47.279 INFO O| ok, boot_image_csum file written!
94362024-08-08T22:06:49.536Z[ host-image] Aug 08 22:06:47.282 INFO creating boot archive (CPIO)...
94372024-08-08T22:06:49.536Z[ host-image] Aug 08 22:06:47.282 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
94382024-08-08T22:06:49.536Z[ host-image] Aug 08 22:06:47.288 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
94392024-08-08T22:06:49.536Z[ host-image] Aug 08 22:06:47.288 INFO E| + outfile=/work/os-host/cpio
94402024-08-08T22:06:49.536Z[ host-image] Aug 08 22:06:47.289 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
94412024-08-08T22:06:49.536Z[ host-image] Aug 08 22:06:47.291 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
94422024-08-08T22:06:49.536Z[ host-image] Aug 08 22:06:47.291 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
94432024-08-08T22:06:49.564Z[ host-image] Aug 08 22:06:47.324 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
94442024-08-08T22:06:49.564Z[ host-image] Aug 08 22:06:47.324 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
94452024-08-08T22:06:49.572Z[ host-image] Aug 08 22:06:47.333 INFO creating compressed cpio/unix for nanobl-rs...
94462024-08-08T22:06:49.572Z[ host-image] Aug 08 22:06:47.333 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
94472024-08-08T22:06:49.857Z[ host-image] Aug 08 22:06:47.618 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
94482024-08-08T22:06:54.515Z[ host-image] Aug 08 22:06:51.948 INFO creating reset image...
94492024-08-08T22:06:54.515Z[ host-image] Aug 08 22:06:51.948 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
94502024-08-08T22:06:54.515Z[ host-image] Aug 08 22:06:52.044 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
94512024-08-08T22:06:54.515Z[ host-image] Aug 08 22:06:52.045 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
94522024-08-08T22:06:54.515Z[ host-image] Aug 08 22:06:52.112 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94532024-08-08T22:06:56.573Z[ host-image] Aug 08 22:06:54.310 INFO E| Finished `release` profile [optimized] target(s) in 2.25s
94542024-08-08T22:06:56.577Z[ host-image] Aug 08 22:06:54.321 INFO building host image...
94552024-08-08T22:06:56.577Z[ host-image] Aug 08 22:06:54.321 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")
94562024-08-08T22:06:57.051Z[ host-image] Aug 08 22:06:54.810 INFO finishing image archive at "/work/os-host/os.tar.gz"...
94572024-08-08T22:07:43.097Z[ host-image] Aug 08 22:07:40.846 INFO image complete! materials are in "/work/os-host"
94582024-08-08T22:07:43.101Z[ host-image]
94592024-08-08T22:07:43.101Z[ host-image] real 8:28.901743784
94602024-08-08T22:07:43.101Z[ host-image] user 3:49.390824697
94612024-08-08T22:07:43.101Z[ host-image] sys 47.455128321
94622024-08-08T22:07:43.101Z[ host-image] trap 0.121214066
94632024-08-08T22:07:43.101Z[ host-image] tflt 0.018446364
94642024-08-08T22:07:43.101Z[ host-image] dflt 0.014608157
94652024-08-08T22:07:43.101Z[ host-image] kflt 0.000000000
94662024-08-08T22:07:43.101Z[ host-image] lock 8:49.422854164
94672024-08-08T22:07:43.101Z[ host-image] slp 46:45.642813143
94682024-08-08T22:07:43.101Z[ host-image] lat 58.303293528
94692024-08-08T22:07:43.101Z[ host-image] stop 0.786105398
94702024-08-08T22:07:43.102ZAug 08 22:07:40.850 INFO [host-image] process exited with exit status: 0 (508.918705305s)
94712024-08-08T22:07:43.102ZAug 08 22:07:40.850 INFO [tuf-repo] running task
94722024-08-08T22:07:49.952ZAug 08 22:07:47.699 INFO assembling repository in `/tmp/tufaceous149URP`, component: OmicronRepoAssembler
94732024-08-08T22:07:54.370ZAug 08 22:07:52.117 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
94742024-08-08T22:07:54.554ZAug 08 22:07:52.300 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
94752024-08-08T22:08:06.061ZAug 08 22:08:03.805 INFO [tuf-repo] task succeeded (22.955483595s)
94762024-08-08T22:08:06.061ZAug 08 22:08:03.805 INFO all jobs completed in 1728.605001128s
94772024-08-08T22:08:06.578Zprocess exited: duration 2265252 ms, exit code 0
 
94782024-08-08T22:08:06.591Zfound 33 output files
94792024-08-08T22:08:06.591Zuploading: /work/manifest.toml (8404 bytes)
94802024-08-08T22:08:07.601Zuploaded: /work/manifest.toml
94812024-08-08T22:08:07.601Zuploading: /work/repo.zip (1760167122 bytes)
94822024-08-08T22:08:38.208Zuploaded: /work/repo.zip
94832024-08-08T22:08:38.208Zuploading: /work/repo.zip.sha256.txt (65 bytes)
94842024-08-08T22:08:39.236Zuploaded: /work/repo.zip.sha256.txt
94852024-08-08T22:08:39.236Zuploading: /work/helios-setup.log (51621 bytes)
94862024-08-08T22:08:40.249Zuploaded: /work/helios-setup.log
94872024-08-08T22:08:40.249Zuploading: /work/host-image.log (195024 bytes)
94882024-08-08T22:08:41.266Zuploaded: /work/host-image.log
94892024-08-08T22:08:41.266Zuploading: /work/host-package.log (18005 bytes)
94902024-08-08T22:08:42.278Zuploaded: /work/host-package.log
94912024-08-08T22:08:42.278Zuploading: /work/host-target.log (101 bytes)
94922024-08-08T22:08:43.287Zuploaded: /work/host-target.log
94932024-08-08T22:08:43.287Zuploading: /work/omicron-package.log (4468 bytes)
94942024-08-08T22:08:44.297Zuploaded: /work/omicron-package.log
94952024-08-08T22:08:44.297Zuploading: /work/phbl-toolchain.log (881 bytes)
94962024-08-08T22:08:45.306Zuploaded: /work/phbl-toolchain.log
94972024-08-08T22:08:45.306Zuploading: /work/recovery-image.log (592003 bytes)
94982024-08-08T22:08:46.327Zuploaded: /work/recovery-image.log
94992024-08-08T22:08:46.327Zuploading: /work/recovery-package.log (282 bytes)
95002024-08-08T22:08:47.337Zuploaded: /work/recovery-package.log
95012024-08-08T22:08:47.337Zuploading: /work/recovery-target.log (57 bytes)
95022024-08-08T22:08:48.347Zuploaded: /work/recovery-target.log
95032024-08-08T22:08:48.349Zuploading: /work/stamp-clickhouse.log (117 bytes)
95042024-08-08T22:08:49.356Zuploaded: /work/stamp-clickhouse.log
95052024-08-08T22:08:49.356Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95062024-08-08T22:08:50.364Zuploaded: /work/stamp-clickhouse_keeper.log
95072024-08-08T22:08:50.364Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95082024-08-08T22:08:51.374Zuploaded: /work/stamp-cockroachdb.log
95092024-08-08T22:08:51.374Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
95102024-08-08T22:08:52.384Zuploaded: /work/stamp-crucible-dtrace.log
95112024-08-08T22:08:52.384Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95122024-08-08T22:08:53.393Zuploaded: /work/stamp-crucible-pantry-zone.log
95132024-08-08T22:08:53.394Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95142024-08-08T22:08:54.405Zuploaded: /work/stamp-crucible-zone.log
95152024-08-08T22:08:54.405Zuploading: /work/stamp-external-dns.log (119 bytes)
95162024-08-08T22:08:55.414Zuploaded: /work/stamp-external-dns.log
95172024-08-08T22:08:55.414Zuploading: /work/stamp-installinator.log (103 bytes)
95182024-08-08T22:08:56.424Zuploaded: /work/stamp-installinator.log
95192024-08-08T22:08:56.424Zuploading: /work/stamp-internal-dns.log (119 bytes)
95202024-08-08T22:08:57.436Zuploaded: /work/stamp-internal-dns.log
95212024-08-08T22:08:57.436Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95222024-08-08T22:08:58.445Zuploaded: /work/stamp-mg-ddm-gz.log
95232024-08-08T22:08:58.445Zuploading: /work/stamp-nexus.log (112 bytes)
95242024-08-08T22:08:59.454Zuploaded: /work/stamp-nexus.log
95252024-08-08T22:08:59.454Zuploading: /work/stamp-ntp.log (110 bytes)
95262024-08-08T22:09:00.464Zuploaded: /work/stamp-ntp.log
95272024-08-08T22:09:00.464Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95282024-08-08T22:09:01.473Zuploaded: /work/stamp-omicron-sled-agent.log
95292024-08-08T22:09:01.473Zuploading: /work/stamp-overlay.log (114 bytes)
95302024-08-08T22:09:02.482Zuploaded: /work/stamp-overlay.log
95312024-08-08T22:09:02.482Zuploading: /work/stamp-oximeter.log (115 bytes)
95322024-08-08T22:09:03.492Zuploaded: /work/stamp-oximeter.log
95332024-08-08T22:09:03.492Zuploading: /work/stamp-oxlog.log (109 bytes)
95342024-08-08T22:09:04.501Zuploaded: /work/stamp-oxlog.log
95352024-08-08T22:09:04.501Zuploading: /work/stamp-probe.log (112 bytes)
95362024-08-08T22:09:05.514Zuploaded: /work/stamp-probe.log
95372024-08-08T22:09:05.514Zuploading: /work/stamp-propolis-server.log (122 bytes)
95382024-08-08T22:09:06.524Zuploaded: /work/stamp-propolis-server.log
95392024-08-08T22:09:06.524Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
95402024-08-08T22:09:07.532Zuploaded: /work/stamp-pumpkind-gz.log
95412024-08-08T22:09:07.532Zuploading: /work/stamp-switch-asic.log (118 bytes)
95422024-08-08T22:09:08.541Zuploaded: /work/stamp-switch-asic.log
95432024-08-08T22:09:08.541Zuploading: /work/verify-libraries.log (1883 bytes)
95442024-08-08T22:09:09.550Zuploaded: /work/verify-libraries.log