01J6F90TR2KFTVBDT90J79S0HP: 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: 01J6F91A52C6H9RCXXHPQ4915G

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-29T14:37:10.546Zjob assigned to worker 01J6F914YT4TEBXFV6JSXRP49S (queued for 1 m 4 s)
 
22024-08-29T14:37:19.562Zstarting task 0: "setup"
32024-08-29T14:37:19.570Z++ uname -s
42024-08-29T14:37:19.573Z+ kern=SunOS
52024-08-29T14:37:19.573Z+ case "$kern" in
62024-08-29T14:37:19.573Z+ groupadd -g 12345 build
72024-08-29T14:37:19.576Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-29T14:37:21.588Z+ zfs create -o mountpoint=/work rpool/work
92024-08-29T14:37:21.691Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-29T14:37:21.693Z+ home_fs=zfs
112024-08-29T14:37:21.693Z+ [[ zfs == autofs ]]
122024-08-29T14:37:21.693Z+ mkdir -p /home/build
132024-08-29T14:37:21.696Z+ chown build:build /home/build /work
142024-08-29T14:37:23.698Z+ chmod 0700 /home/build /work
152024-08-29T14:37:23.701Zprocess exited: duration 4139 ms, exit code 0
 
162024-08-29T14:37:23.707Zstarting task 1: "rust-toolchain"
172024-08-29T14:37:23.712Z+ printf ' * toolchain channel = "%s"
182024-08-29T14:37:23.712Z' 1.80.1
192024-08-29T14:37:23.712Z+ printf ' * toolchain profile = "%s"
202024-08-29T14:37:23.712Z' default
212024-08-29T14:37:23.712Z * toolchain channel = "1.80.1"
222024-08-29T14:37:23.712Z * toolchain profile = "default"
232024-08-29T14:37:23.714Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-29T14:37:23.714Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-29T14:37:23.830Zinfo: downloading installer
262024-08-29T14:37:25.275Zinfo: profile set to 'default'
272024-08-29T14:37:25.276Zinfo: default host triple is x86_64-unknown-illumos
282024-08-29T14:37:25.278Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-29T14:37:25.441Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-29T14:37:25.441Zinfo: downloading component 'cargo'
312024-08-29T14:37:26.416Zinfo: downloading component 'clippy'
322024-08-29T14:37:26.760Zinfo: downloading component 'rust-docs'
332024-08-29T14:37:28.106Zinfo: downloading component 'rust-std'
342024-08-29T14:37:30.009Zinfo: downloading component 'rustc'
352024-08-29T14:37:35.340Zinfo: downloading component 'rustfmt'
362024-08-29T14:37:35.623Zinfo: installing component 'cargo'
372024-08-29T14:37:36.470Zinfo: installing component 'clippy'
382024-08-29T14:37:36.848Zinfo: installing component 'rust-docs'
392024-08-29T14:37:38.427Zinfo: installing component 'rust-std'
402024-08-29T14:37:40.097Zinfo: installing component 'rustc'
412024-08-29T14:37:44.561Zinfo: installing component 'rustfmt'
422024-08-29T14:37:44.905Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-29T14:37:44.905Z
442024-08-29T14:37:45.157Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-29T14:37:45.157Z
462024-08-29T14:37:45.160Z
472024-08-29T14:37:45.160ZRust is installed now. Great!
482024-08-29T14:37:45.160Z
492024-08-29T14:37:45.160ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-29T14:37:45.160Zenvironment variable. This has not been done automatically.
512024-08-29T14:37:45.160Z
522024-08-29T14:37:45.160ZTo configure your current shell, you need to source
532024-08-29T14:37:45.160Zthe corresponding env file under $HOME/.cargo.
542024-08-29T14:37:45.160Z
552024-08-29T14:37:45.160ZThis is usually done by running one of the following (note the leading DOT):
562024-08-29T14:37:45.160Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-29T14:37:45.160Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-29T14:37:45.211Z+ rustc --version
592024-08-29T14:37:45.272Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-29T14:37:45.275Zprocess exited: duration 21562 ms, exit code 0
 
612024-08-29T14:37:45.283Zstarting task 2: "authentication"
622024-08-29T14:37:45.302Zprocess exited: duration 21 ms, exit code 0
 
632024-08-29T14:37:45.306Zstarting task 3: "clone repository"
642024-08-29T14:37:45.311Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-29T14:37:45.314Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-29T14:37:46.890ZCloning into '/work/oxidecomputer/omicron'...
672024-08-29T14:37:54.975Z+ cd /work/oxidecomputer/omicron
682024-08-29T14:37:54.975Z+ git fetch origin ccb9f12264396dd8081c90987f9579e5915c949b
692024-08-29T14:37:55.252ZFrom https://github.com/oxidecomputer/omicron
702024-08-29T14:37:55.252Z * branch ccb9f12264396dd8081c90987f9579e5915c949b -> FETCH_HEAD
712024-08-29T14:37:55.261Z+ [[ -n libipcc ]]
722024-08-29T14:37:55.264Z++ git branch --show-current
732024-08-29T14:37:55.266Z+ current=main
742024-08-29T14:37:55.266Z+ [[ main != libipcc ]]
752024-08-29T14:37:55.266Z+ git branch -f libipcc ccb9f12264396dd8081c90987f9579e5915c949b
762024-08-29T14:37:55.269Z+ git checkout -f libipcc
772024-08-29T14:37:55.421ZSwitched to branch 'libipcc'
782024-08-29T14:37:55.423Z+ git reset --hard ccb9f12264396dd8081c90987f9579e5915c949b
792024-08-29T14:37:55.435ZHEAD is now at ccb9f1226 Use external libipcc repo
802024-08-29T14:37:55.437Zprocess exited: duration 10126 ms, exit code 0
 
812024-08-29T14:37:55.445Zstarting task 4: "build"
822024-08-29T14:37:55.451Z+ cargo --version
832024-08-29T14:37:55.504Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-29T14:37:55.506Z+ rustc --version
852024-08-29T14:37:55.563Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-29T14:37:55.565Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-29T14:38:14.036Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-29T14:38:16.650Z Startup: Caching catalogs ... Done
892024-08-29T14:38:18.590ZPlanning: Solver setup ... Done (1.384s)
902024-08-29T14:38:18.613ZPlanning: Running solver ... Done (0.022s)
912024-08-29T14:38:18.741ZPlanning: Finding local manifests ... Done (0.091s)
922024-08-29T14:38:18.753ZPlanning: Fetching manifests: 0/5 0% complete
932024-08-29T14:38:18.999ZPlanning: Fetching manifests: 5/5 100% complete
942024-08-29T14:38:19.352ZPlanning: Package planning ... Done (0.353s)
952024-08-29T14:38:19.409ZPlanning: Merging actions ... Done (0.056s)
962024-08-29T14:38:20.611ZPlanning: Checking for conflicting actions ... Done (1.202s)
972024-08-29T14:38:29.783ZPlanning: Consolidating action changes ... Done (9.160s)
982024-08-29T14:38:30.212ZPlanning: Evaluating mediators ... Done (0.438s)
992024-08-29T14:38:30.292ZPlanning: Planning completed in 13.57 seconds
1002024-08-29T14:38:30.855Z Packages to install: 4
1012024-08-29T14:38:30.855Z Packages to update: 1
1022024-08-29T14:38:30.857Z Mediators to change: 2
1032024-08-29T14:38:30.858Z Services to change: 1
1042024-08-29T14:38:30.858Z Estimated space available: 155.72 GB
1052024-08-29T14:38:30.858ZEstimated space to be consumed: 1.53 GB
1062024-08-29T14:38:30.858Z Create boot environment: No
1072024-08-29T14:38:30.858ZCreate backup boot environment: Yes
1082024-08-29T14:38:30.858Z Rebuild boot archive: No
1092024-08-29T14:38:30.858Z
1102024-08-29T14:38:30.858ZChanged mediators:
1112024-08-29T14:38:30.858Z mediator clang:
1122024-08-29T14:38:30.858Z version: None -> 15 (system default)
1132024-08-29T14:38:30.858Z
1142024-08-29T14:38:30.858Z mediator llvm:
1152024-08-29T14:38:30.858Z version: 14 (system default) -> 15 (system default)
1162024-08-29T14:38:30.858Z
1172024-08-29T14:38:30.858ZChanged packages:
1182024-08-29T14:38:30.858Zhelios-dev
1192024-08-29T14:38:30.858Z developer/build-essential
1202024-08-29T14:38:30.858Z None -> 11-2.0
1212024-08-29T14:38:30.858Z library/libxmlsec1
1222024-08-29T14:38:30.858Z None -> 1.2.35-2.0
1232024-08-29T14:38:30.858Z ooce/developer/clang-15
1242024-08-29T14:38:30.858Z None -> 15.0.7-2.0
1252024-08-29T14:38:30.858Z ooce/developer/llvm-15
1262024-08-29T14:38:30.858Z None -> 15.0.7-2.0
1272024-08-29T14:38:30.858Z package/pkg
1282024-08-29T14:38:30.858Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-08-29T14:38:30.858Z
1302024-08-29T14:38:30.858ZServices:
1312024-08-29T14:38:30.858Z restart_fmri:
1322024-08-29T14:38:30.858Z svc:/system/update-man-index:default
1332024-08-29T14:38:30.858Z
1342024-08-29T14:38:30.858ZEditable files to change:
1352024-08-29T14:38:30.858Z Update:
1362024-08-29T14:38:30.858Z usr/share/lib/pkg/web/config.shtml
1372024-08-29T14:38:31.238Z
1382024-08-29T14:38:31.238ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-08-29T14:38:36.244ZDownload: 1228/4281 items 86.9/220.6MB 39% complete (17.3M/s)
1402024-08-29T14:38:41.245ZDownload: 2821/4281 items 120.9/220.6MB 54% complete (12.2M/s)
1412024-08-29T14:38:46.252ZDownload: 3816/4281 items 217.1/220.6MB 98% complete (13.2M/s)
1422024-08-29T14:38:48.108ZDownload: Completed 220.60 MB in 16.86 seconds (13.1M/s)
1432024-08-29T14:38:50.052Z Actions: 1/5063 actions (Removing old actions)
1442024-08-29T14:38:50.070Z Actions: 194/5063 actions (Installing new actions)
1452024-08-29T14:38:55.243Z Actions: 4126/5063 actions (Installing new actions)
1462024-08-29T14:38:56.389Z Actions: 4226/5063 actions (Updating modified actions)
1472024-08-29T14:38:56.890Z Actions: Completed 5063 actions in 6.84 seconds.
1482024-08-29T14:38:57.179Z Done (0.282s)
1492024-08-29T14:38:57.182Z Done (0.000s)
1502024-08-29T14:38:57.558Z Done (0.377s)
1512024-08-29T14:39:04.676Z Done (6.942s)
1522024-08-29T14:39:05.145Z Done (0.395s)
1532024-08-29T14:39:05.148Z Done (0.000s)
1542024-08-29T14:39:05.372Z Done (0.000s)
1552024-08-29T14:39:05.964ZPlanning: Evaluating mediator changes ... Done
1562024-08-29T14:39:06.129ZPlanning: Checking for conflicting actions ... Done
1572024-08-29T14:39:06.131ZPlanning: Consolidating action changes ... Done
1582024-08-29T14:39:06.395ZPlanning: Evaluating mediators ... Done
1592024-08-29T14:39:06.398ZPlanning: Planning completed in 0.43 seconds
1602024-08-29T14:39:06.434Z Mediators to change: 2
1612024-08-29T14:39:06.434Z Create boot environment: No
1622024-08-29T14:39:06.437ZCreate backup boot environment: No
1632024-08-29T14:39:06.527Z Done
1642024-08-29T14:39:06.527Z Done
1652024-08-29T14:39:06.754Z Done
1662024-08-29T14:39:10.379Z Done
1672024-08-29T14:39:10.471Z Done
1682024-08-29T14:39:10.474Z Done
1692024-08-29T14:39:10.602Z Done
1702024-08-29T14:39:11.201ZPlanning: Evaluating mediator changes ... Done
1712024-08-29T14:39:11.205ZPlanning: Merging actions ... Done
1722024-08-29T14:39:11.392ZPlanning: Checking for conflicting actions ... Done
1732024-08-29T14:39:11.394ZPlanning: Consolidating action changes ... Done
1742024-08-29T14:39:11.658ZPlanning: Evaluating mediators ... Done
1752024-08-29T14:39:11.712ZPlanning: Planning completed in 0.75 seconds
1762024-08-29T14:39:11.751Z Packages to change: 1
1772024-08-29T14:39:11.751Z Mediators to change: 1
1782024-08-29T14:39:11.754Z Services to change: 1
1792024-08-29T14:39:11.754Z Create boot environment: No
1802024-08-29T14:39:11.754ZCreate backup boot environment: Yes
1812024-08-29T14:39:13.683Z Actions: 1/6 actions (Updating modified actions)
1822024-08-29T14:39:13.800Z Actions: Completed 6 actions in 0.12 seconds.
1832024-08-29T14:39:13.803Z Done
1842024-08-29T14:39:13.803Z Done
1852024-08-29T14:39:13.879Z Done
1862024-08-29T14:39:17.531Z Done
1872024-08-29T14:39:17.627Z Done
1882024-08-29T14:39:17.629Z Done
1892024-08-29T14:39:17.752Z Done
1902024-08-29T14:39:18.238ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912024-08-29T14:39:18.238Zclang system 15 system
1922024-08-29T14:39:18.238Zcsh system system illumos
1932024-08-29T14:39:18.238Zctags system system illumos
1942024-08-29T14:39:18.238Zgcc vendor 12 vendor
1952024-08-29T14:39:18.238Zgcc system 10 system
1962024-08-29T14:39:18.238Zgcc system 7 system
1972024-08-29T14:39:18.238Zgo system 1.20 system
1982024-08-29T14:39:18.238Zgo system 1.19 system
1992024-08-29T14:39:18.238Zllvm system 15 system
2002024-08-29T14:39:18.238Zllvm system 14 system
2012024-08-29T14:39:18.238Zmariadb system 10.6 system
2022024-08-29T14:39:18.238Zmta vendor vendor dma
2032024-08-29T14:39:18.238Zopenjdk system 17 system
2042024-08-29T14:39:18.238Zopenjdk system 11 system
2052024-08-29T14:39:18.238Zopenjdk system 1.8 system
2062024-08-29T14:39:18.238Zopenssl vendor 3 vendor
2072024-08-29T14:39:18.239Zperl system 5.36 system
2082024-08-29T14:39:18.239Zpostgresql system 15 system
2092024-08-29T14:39:18.239Zpostgresql system 13 system
2102024-08-29T14:39:18.239Zpython vendor 3 vendor
2112024-08-29T14:39:18.239Zpython system 2 system
2122024-08-29T14:39:18.239Zpython3 system 3.11 system
2132024-08-29T14:39:18.239Zruby system 3.0 system
2142024-08-29T14:39:18.239Zwords vendor vendor american-english
2152024-08-29T14:39:18.239Zwords system system australian-english
2162024-08-29T14:39:18.239Zwords system system british-english
2172024-08-29T14:39:18.239Zwords system system canadian-english
2182024-08-29T14:39:18.239Zwords system system french
2192024-08-29T14:39:18.239Zwords system system italian
2202024-08-29T14:39:18.239Zwords system system ngerman
2212024-08-29T14:39:18.239Zwords system system ogerman
2222024-08-29T14:39:18.239Zwords system system spanish
2232024-08-29T14:39:18.526ZPUBLISHER TYPE STATUS P LOCATION
2242024-08-29T14:39:18.526Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2252024-08-29T14:39:20.329ZFMRI IFO
2262024-08-29T14:39:20.329Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2272024-08-29T14:39:20.329Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2282024-08-29T14:39:20.329Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2292024-08-29T14:39:20.329Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2302024-08-29T14:39:20.329Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2312024-08-29T14:39:20.329Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322024-08-29T14:39:20.329Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2332024-08-29T14:39:20.330Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2342024-08-29T14:39:20.330Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2352024-08-29T14:39:20.330Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2362024-08-29T14:39:20.330Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2372024-08-29T14:39:20.330Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2382024-08-29T14:39:20.330Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2392024-08-29T14:39:20.929Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402024-08-29T14:39:21.215Z Updating git repository `https://github.com/oxidecomputer/zone`
2412024-08-29T14:39:21.455Z Updating crates.io index
2422024-08-29T14:39:21.457Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2432024-08-29T14:39:22.231Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2442024-08-29T14:39:23.140Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2452024-08-29T14:39:23.420Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2462024-08-29T14:39:24.920Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472024-08-29T14:39:25.196Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2482024-08-29T14:39:25.482Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492024-08-29T14:39:26.509Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502024-08-29T14:39:28.427Z Updating git repository `https://github.com/oxidecomputer/opte`
2512024-08-29T14:39:29.436Z Updating git repository `https://github.com/oxidecomputer/falcon`
2522024-08-29T14:39:30.237Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532024-08-29T14:39:31.912Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2542024-08-29T14:39:32.391Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2552024-08-29T14:39:32.690Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2562024-08-29T14:39:32.985Z Updating git repository `https://github.com/oxidecomputer/qorb`
2572024-08-29T14:39:33.324Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582024-08-29T14:39:33.744Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592024-08-29T14:39:33.990Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602024-08-29T14:39:34.230Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612024-08-29T14:39:34.498Z Updating git repository `https://github.com/oxidecomputer/clickward`
2622024-08-29T14:39:34.877Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632024-08-29T14:39:35.334Z Updating git repository `https://github.com/oxidecomputer/ispf`
2642024-08-29T14:39:35.610Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2652024-08-29T14:39:36.020Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2662024-08-29T14:39:36.475Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2672024-08-29T14:39:36.780Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2682024-08-29T14:39:37.191Z Updating git repository `https://github.com/oxidecomputer/typify`
2692024-08-29T14:39:39.751Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2702024-08-29T14:39:40.041Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2712024-08-29T14:39:40.343Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2722024-08-29T14:39:40.687Z Updating git repository `https://github.com/oxidecomputer/rfb`
2732024-08-29T14:39:42.066Z Downloading crates ...
2742024-08-29T14:39:42.151Z Downloaded colorchoice v1.0.1
2752024-08-29T14:39:42.155Z Downloaded equivalent v1.0.1
2762024-08-29T14:39:42.172Z Downloaded scroll_derive v0.12.0
2772024-08-29T14:39:42.176Z Downloaded usdt-macro v0.5.0
2782024-08-29T14:39:42.178Z Downloaded usdt-attr-macro v0.5.0
2792024-08-29T14:39:42.178Z Downloaded pretty-hex v0.4.1
2802024-08-29T14:39:42.180Z Downloaded cfg-if v1.0.0
2812024-08-29T14:39:42.180Z Downloaded heck v0.4.1
2822024-08-29T14:39:42.183Z Downloaded fastrand v2.1.0
2832024-08-29T14:39:42.183Z Downloaded bytecount v0.6.8
2842024-08-29T14:39:42.185Z Downloaded anstyle-parse v0.2.4
2852024-08-29T14:39:42.188Z Downloaded dof v0.3.0
2862024-08-29T14:39:42.188Z Downloaded itoa v1.0.11
2872024-08-29T14:39:42.190Z Downloaded fs-err v2.11.0
2882024-08-29T14:39:42.192Z Downloaded cargo_metadata v0.18.1
2892024-08-29T14:39:42.192Z Downloaded thiserror-impl v1.0.63
2902024-08-29T14:39:42.194Z Downloaded strsim v0.11.1
2912024-08-29T14:39:42.196Z Downloaded camino-tempfile v1.1.1
2922024-08-29T14:39:42.196Z Downloaded crypto-common v0.1.6
2932024-08-29T14:39:42.199Z Downloaded memmap v0.7.0
2942024-08-29T14:39:42.202Z Downloaded scroll v0.12.0
2952024-08-29T14:39:42.204Z Downloaded serde_spanned v0.6.7
2962024-08-29T14:39:42.207Z Downloaded proc-macro-error-attr v1.0.4
2972024-08-29T14:39:42.209Z Downloaded anstream v0.6.14
2982024-08-29T14:39:42.212Z Downloaded clap_derive v4.5.13
2992024-08-29T14:39:42.214Z Downloaded quote v1.0.36
3002024-08-29T14:39:42.217Z Downloaded tempfile v3.10.1
3012024-08-29T14:39:42.219Z Downloaded sha2 v0.10.8
3022024-08-29T14:39:42.221Z Downloaded pest_derive v2.7.10
3032024-08-29T14:39:42.225Z Downloaded bitflags v2.6.0
3042024-08-29T14:39:42.229Z Downloaded anyhow v1.0.86
3052024-08-29T14:39:42.234Z Downloaded log v0.4.21
3062024-08-29T14:39:42.238Z Downloaded unicode-ident v1.0.12
3072024-08-29T14:39:42.241Z Downloaded ryu v1.0.18
3082024-08-29T14:39:42.244Z Downloaded version_check v0.9.5
3092024-08-29T14:39:42.246Z Downloaded textwrap v0.16.1
3102024-08-29T14:39:42.248Z Downloaded dtrace-parser v0.2.0
3112024-08-29T14:39:42.250Z Downloaded anstyle-query v1.0.3
3122024-08-29T14:39:42.250Z Downloaded pest_meta v2.7.10
3132024-08-29T14:39:42.253Z Downloaded is_terminal_polyfill v1.70.0
3142024-08-29T14:39:42.255Z Downloaded toml v0.8.19
3152024-08-29T14:39:42.257Z Downloaded block-buffer v0.10.4
3162024-08-29T14:39:42.257Z Downloaded macaddr v1.0.1
3172024-08-29T14:39:42.259Z Downloaded digest v0.10.7
3182024-08-29T14:39:42.262Z Downloaded generic-array v0.14.7
3192024-08-29T14:39:42.262Z Downloaded swrite v0.1.0
3202024-08-29T14:39:42.264Z Downloaded fnv v1.0.7
3212024-08-29T14:39:42.264Z Downloaded cpufeatures v0.2.12
3222024-08-29T14:39:42.267Z Downloaded clap_lex v0.7.0
3232024-08-29T14:39:42.267Z Downloaded errno v0.3.9
3242024-08-29T14:39:42.269Z Downloaded byteorder v1.5.0
3252024-08-29T14:39:42.269Z Downloaded cargo-platform v0.1.8
3262024-08-29T14:39:42.272Z Downloaded papergrid v0.11.0
3272024-08-29T14:39:42.274Z Downloaded autocfg v1.3.0
3282024-08-29T14:39:42.277Z Downloaded indexmap v2.4.0
3292024-08-29T14:39:42.280Z Downloaded heck v0.5.0
3302024-08-29T14:39:42.282Z Downloaded thiserror v1.0.63
3312024-08-29T14:39:42.286Z Downloaded serde_tokenstream v0.2.2
3322024-08-29T14:39:42.288Z Downloaded terminal_size v0.3.0
3332024-08-29T14:39:42.290Z Downloaded thread-id v4.2.1
3342024-08-29T14:39:42.290Z Downloaded tabled_derive v0.7.0
3352024-08-29T14:39:42.294Z Downloaded usdt-impl v0.5.0
3362024-08-29T14:39:42.294Z Downloaded unicode-linebreak v0.1.5
3372024-08-29T14:39:42.296Z Downloaded toml_datetime v0.6.8
3382024-08-29T14:39:42.296Z Downloaded smawk v0.3.2
3392024-08-29T14:39:42.296Z Downloaded utf8parse v0.2.1
3402024-08-29T14:39:42.296Z Downloaded usdt v0.5.0
3412024-08-29T14:39:42.299Z Downloaded plain v0.2.3
3422024-08-29T14:39:42.299Z Downloaded cargo_toml v0.20.4
3432024-08-29T14:39:42.302Z Downloaded camino v1.1.9
3442024-08-29T14:39:42.302Z Downloaded anstyle v1.0.8
3452024-08-29T14:39:42.304Z Downloaded once_cell v1.19.0
3462024-08-29T14:39:42.306Z Downloaded semver v1.0.23
3472024-08-29T14:39:42.308Z Downloaded proc-macro-error v1.0.4
3482024-08-29T14:39:42.311Z Downloaded pest_generator v2.7.10
3492024-08-29T14:39:42.313Z Downloaded zerocopy-derive v0.7.34
3502024-08-29T14:39:42.316Z Downloaded clap v4.5.16
3512024-08-29T14:39:42.324Z Downloaded serde v1.0.208
3522024-08-29T14:39:42.327Z Downloaded proc-macro2 v1.0.86
3532024-08-29T14:39:42.330Z Downloaded ucd-trie v0.1.6
3542024-08-29T14:39:42.333Z Downloaded typenum v1.17.0
3552024-08-29T14:39:42.335Z Downloaded memchr v2.7.2
3562024-08-29T14:39:42.339Z Downloaded serde_derive v1.0.208
3572024-08-29T14:39:42.342Z Downloaded toml_edit v0.22.20
3582024-08-29T14:39:42.377Z Downloaded clap_builder v4.5.15
3592024-08-29T14:39:42.385Z Downloaded zerocopy v0.7.34
3602024-08-29T14:39:42.399Z Downloaded goblin v0.8.2
3612024-08-29T14:39:42.405Z Downloaded tabled v0.15.0
3622024-08-29T14:39:42.420Z Downloaded pest v2.7.10
3632024-08-29T14:39:42.425Z Downloaded winnow v0.6.18
3642024-08-29T14:39:42.433Z Downloaded serde_json v1.0.125
3652024-08-29T14:39:42.440Z Downloaded syn v1.0.109
3662024-08-29T14:39:42.450Z Downloaded hashbrown v0.14.5
3672024-08-29T14:39:42.456Z Downloaded syn v2.0.74
3682024-08-29T14:39:42.465Z Downloaded rustix v0.38.34
3692024-08-29T14:39:42.487Z Downloaded unicode-width v0.1.13
3702024-08-29T14:39:42.495Z Downloaded libc v0.2.158
3712024-08-29T14:39:42.806Z Compiling proc-macro2 v1.0.86
3722024-08-29T14:39:42.806Z Compiling unicode-ident v1.0.12
3732024-08-29T14:39:42.809Z Compiling version_check v0.9.5
3742024-08-29T14:39:42.809Z Compiling serde v1.0.208
3752024-08-29T14:39:42.809Z Compiling memchr v2.7.2
3762024-08-29T14:39:42.810Z Compiling thiserror v1.0.63
3772024-08-29T14:39:42.810Z Compiling libc v0.2.158
3782024-08-29T14:39:42.841Z Compiling ucd-trie v0.1.6
3792024-08-29T14:39:43.067Z Compiling itoa v1.0.11
3802024-08-29T14:39:43.300Z Compiling ryu v1.0.18
3812024-08-29T14:39:43.507Z Compiling once_cell v1.19.0
3822024-08-29T14:39:43.614Z Compiling byteorder v1.5.0
3832024-08-29T14:39:43.820Z Compiling rustix v0.38.34
3842024-08-29T14:39:43.968Z Compiling serde_json v1.0.125
3852024-08-29T14:39:44.972Z Compiling bitflags v2.6.0
3862024-08-29T14:39:45.015Z Compiling usdt-impl v0.5.0
3872024-08-29T14:39:45.033Z Compiling proc-macro-error-attr v1.0.4
3882024-08-29T14:39:45.098Z Compiling syn v1.0.109
3892024-08-29T14:39:45.304Z Compiling proc-macro-error v1.0.4
3902024-08-29T14:39:45.362Z Compiling utf8parse v0.2.1
3912024-08-29T14:39:45.434Z Compiling hashbrown v0.14.5
3922024-08-29T14:39:45.515Z Compiling equivalent v1.0.1
3932024-08-29T14:39:45.555Z Compiling plain v0.2.3
3942024-08-29T14:39:45.593Z Compiling camino v1.1.9
3952024-08-29T14:39:45.621Z Compiling log v0.4.21
3962024-08-29T14:39:45.715Z Compiling thread-id v4.2.1
3972024-08-29T14:39:45.769Z Compiling anstyle-parse v0.2.4
3982024-08-29T14:39:45.878Z Compiling quote v1.0.36
3992024-08-29T14:39:45.992Z Compiling semver v1.0.23
4002024-08-29T14:39:46.110Z Compiling colorchoice v1.0.1
4012024-08-29T14:39:46.152Z Compiling errno v0.3.9
4022024-08-29T14:39:46.250Z Compiling syn v2.0.74
4032024-08-29T14:39:46.464Z Compiling winnow v0.6.18
4042024-08-29T14:39:46.513Z Compiling anstyle-query v1.0.3
4052024-08-29T14:39:46.571Z Compiling is_terminal_polyfill v1.70.0
4062024-08-29T14:39:46.650Z Compiling pretty-hex v0.4.1
4072024-08-29T14:39:46.695Z Compiling indexmap v2.4.0
4082024-08-29T14:39:46.763Z Compiling autocfg v1.3.0
4092024-08-29T14:39:46.845Z Compiling unicode-width v0.1.13
4102024-08-29T14:39:47.080Z Compiling anstyle v1.0.8
4112024-08-29T14:39:47.557Z Compiling anstream v0.6.14
4122024-08-29T14:39:47.745Z Compiling fs-err v2.11.0
4132024-08-29T14:39:48.130Z Compiling cfg-if v1.0.0
4142024-08-29T14:39:48.195Z Compiling clap_lex v0.7.0
4152024-08-29T14:39:48.218Z Compiling bytecount v0.6.8
4162024-08-29T14:39:48.237Z Compiling heck v0.4.1
4172024-08-29T14:39:48.319Z Compiling fastrand v2.1.0
4182024-08-29T14:39:48.425Z Compiling terminal_size v0.3.0
4192024-08-29T14:39:48.615Z Compiling heck v0.5.0
4202024-08-29T14:39:48.692Z Compiling fnv v1.0.7
4212024-08-29T14:39:48.718Z Compiling anyhow v1.0.86
4222024-08-29T14:39:48.825Z Compiling strsim v0.11.1
4232024-08-29T14:39:48.855Z Compiling papergrid v0.11.0
4242024-08-29T14:39:49.193Z Compiling clap_builder v4.5.15
4252024-08-29T14:39:49.503Z Compiling tempfile v3.10.1
4262024-08-29T14:39:49.812Z Compiling memmap v0.7.0
4272024-08-29T14:39:49.925Z Compiling smawk v0.3.2
4282024-08-29T14:39:50.138Z Compiling unicode-linebreak v0.1.5
4292024-08-29T14:39:50.323Z Compiling swrite v0.1.0
4302024-08-29T14:39:50.550Z Compiling textwrap v0.16.1
4312024-08-29T14:39:51.883Z Compiling tabled_derive v0.7.0
4322024-08-29T14:39:53.382Z Compiling tabled v0.15.0
4332024-08-29T14:39:54.878Z Compiling serde_derive v1.0.208
4342024-08-29T14:39:54.881Z Compiling thiserror-impl v1.0.63
4352024-08-29T14:39:54.881Z Compiling zerocopy-derive v0.7.34
4362024-08-29T14:39:54.881Z Compiling scroll_derive v0.12.0
4372024-08-29T14:39:54.881Z Compiling clap_derive v4.5.13
4382024-08-29T14:39:56.046Z Compiling scroll v0.12.0
4392024-08-29T14:39:56.454Z Compiling zerocopy v0.7.34
4402024-08-29T14:39:56.534Z Compiling goblin v0.8.2
4412024-08-29T14:39:57.469Z Compiling pest v2.7.10
4422024-08-29T14:39:58.639Z Compiling clap v4.5.16
4432024-08-29T14:39:59.630Z Compiling pest_meta v2.7.10
4442024-08-29T14:40:00.491Z Compiling pest_generator v2.7.10
4452024-08-29T14:40:02.192Z Compiling pest_derive v2.7.10
4462024-08-29T14:40:02.930Z Compiling dtrace-parser v0.2.0
4472024-08-29T14:40:04.716Z Compiling toml_datetime v0.6.8
4482024-08-29T14:40:04.718Z Compiling serde_spanned v0.6.7
4492024-08-29T14:40:04.718Z Compiling cargo-platform v0.1.8
4502024-08-29T14:40:05.095Z Compiling serde_tokenstream v0.2.2
4512024-08-29T14:40:05.309Z Compiling toml_edit v0.22.20
4522024-08-29T14:40:05.340Z Compiling macaddr v1.0.1
4532024-08-29T14:40:05.370Z Compiling camino-tempfile v1.1.1
4542024-08-29T14:40:06.100Z Compiling dof v0.3.0
4552024-08-29T14:40:06.100Z Compiling cargo_metadata v0.18.1
4562024-08-29T14:40:08.060Z Compiling toml v0.8.19
4572024-08-29T14:40:08.295Z Compiling usdt-attr-macro v0.5.0
4582024-08-29T14:40:08.298Z Compiling usdt-macro v0.5.0
4592024-08-29T14:40:08.869Z Compiling cargo_toml v0.20.4
4602024-08-29T14:40:09.595Z Compiling usdt v0.5.0
4612024-08-29T14:40:12.629Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4622024-08-29T14:40:16.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.09s
4632024-08-29T14:40:17.060Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4642024-08-29T14:40:17.625Z Downloading crates ...
4652024-08-29T14:40:17.752Z Downloaded adler v1.0.2
4662024-08-29T14:40:17.757Z Downloaded allocator-api2 v0.2.18
4672024-08-29T14:40:17.763Z Downloaded ahash v0.8.11
4682024-08-29T14:40:17.768Z Downloaded async-stream-impl v0.3.5
4692024-08-29T14:40:17.777Z Downloaded bitstruct_derive v0.1.0
4702024-08-29T14:40:17.780Z Downloaded darling_macro v0.20.9
4712024-08-29T14:40:17.780Z Downloaded hostname v0.4.0
4722024-08-29T14:40:17.782Z Downloaded http-body v0.4.6
4732024-08-29T14:40:17.784Z Downloaded home v0.5.9
4742024-08-29T14:40:17.784Z Downloaded crucible-workspace-hack v0.1.0
4752024-08-29T14:40:17.786Z Downloaded httparse v1.8.0
4762024-08-29T14:40:17.789Z Downloaded ascii-canvas v3.0.0
4772024-08-29T14:40:17.791Z Downloaded async-recursion v1.1.1
4782024-08-29T14:40:17.795Z Downloaded castaway v0.2.3
4792024-08-29T14:40:17.798Z Downloaded crc-catalog v2.4.0
4802024-08-29T14:40:17.800Z Downloaded is_ci v1.2.0
4812024-08-29T14:40:17.802Z Downloaded cobs v0.2.3
4822024-08-29T14:40:17.804Z Downloaded cipher v0.4.4
4832024-08-29T14:40:17.804Z Downloaded constant_time_eq v0.3.0
4842024-08-29T14:40:17.807Z Downloaded matches v0.1.10
4852024-08-29T14:40:17.809Z Downloaded newtype_derive v0.1.6
4862024-08-29T14:40:17.809Z Downloaded bit-vec v0.6.3
4872024-08-29T14:40:17.811Z Downloaded newline-converter v0.3.0
4882024-08-29T14:40:17.813Z Downloaded convert_case v0.4.0
4892024-08-29T14:40:17.813Z Downloaded aead v0.5.2
4902024-08-29T14:40:17.815Z Downloaded base16ct v0.2.0
4912024-08-29T14:40:17.818Z Downloaded lazycell v1.3.0
4922024-08-29T14:40:17.818Z Downloaded curve25519-dalek-derive v0.1.1
4932024-08-29T14:40:17.820Z Downloaded hubpack v0.1.2
4942024-08-29T14:40:17.820Z Downloaded managed v0.8.0
4952024-08-29T14:40:17.822Z Downloaded http-range v0.1.5
4962024-08-29T14:40:17.824Z Downloaded hubpack_derive v0.1.1
4972024-08-29T14:40:17.824Z Downloaded bitfield-struct v0.6.1
4982024-08-29T14:40:17.827Z Downloaded cfg_aliases v0.1.1
4992024-08-29T14:40:17.827Z Downloaded atty v0.2.14
5002024-08-29T14:40:17.830Z Downloaded async-bb8-diesel v0.2.1
5012024-08-29T14:40:17.832Z Downloaded lru-cache v0.1.2
5022024-08-29T14:40:17.832Z Downloaded crc v3.2.1
5032024-08-29T14:40:17.835Z Downloaded backoff v0.4.0
5042024-08-29T14:40:17.838Z Downloaded ipnetwork v0.20.0
5052024-08-29T14:40:17.840Z Downloaded nodrop v0.1.14
5062024-08-29T14:40:17.843Z Downloaded ciborium-io v0.2.2
5072024-08-29T14:40:17.845Z Downloaded base64ct v1.6.0
5082024-08-29T14:40:17.847Z Downloaded atomicwrites v0.4.3
5092024-08-29T14:40:17.849Z Downloaded mockall v0.13.0
5102024-08-29T14:40:17.851Z Downloaded num v0.4.3
5112024-08-29T14:40:17.853Z Downloaded crunchy v0.2.2
5122024-08-29T14:40:17.853Z Downloaded md-5 v0.10.6
5132024-08-29T14:40:17.856Z Downloaded num-iter v0.1.45
5142024-08-29T14:40:17.858Z Downloaded num-derive v0.4.2
5152024-08-29T14:40:17.861Z Downloaded nanorand v0.7.0
5162024-08-29T14:40:17.864Z Downloaded cstr-argument v0.1.2
5172024-08-29T14:40:17.864Z Downloaded array-init v0.0.4
5182024-08-29T14:40:17.864Z Downloaded bitstruct v0.1.1
5192024-08-29T14:40:17.866Z Downloaded ident_case v1.0.1
5202024-08-29T14:40:17.868Z Downloaded instant v0.1.12
5212024-08-29T14:40:17.870Z Downloaded lock_api v0.4.12
5222024-08-29T14:40:17.870Z Downloaded libloading v0.8.3
5232024-08-29T14:40:17.873Z Downloaded jobserver v0.1.32
5242024-08-29T14:40:17.876Z Downloaded atomic-waker v1.1.2
5252024-08-29T14:40:17.878Z Downloaded memmap2 v0.9.4
5262024-08-29T14:40:17.880Z Downloaded mime v0.3.17
5272024-08-29T14:40:17.883Z Downloaded async-stream v0.3.5
5282024-08-29T14:40:17.885Z Downloaded crossbeam-epoch v0.9.18
5292024-08-29T14:40:17.887Z Downloaded multer v3.1.0
5302024-08-29T14:40:17.890Z Downloaded strum v0.26.3
5312024-08-29T14:40:17.893Z Downloaded is-terminal v0.4.12
5322024-08-29T14:40:17.895Z Downloaded indoc v1.0.9
5332024-08-29T14:40:17.898Z Downloaded match_cfg v0.1.0
5342024-08-29T14:40:17.898Z Downloaded normalize-line-endings v0.3.0
5352024-08-29T14:40:17.901Z Downloaded num-conv v0.1.0
5362024-08-29T14:40:17.901Z Downloaded cbc v0.1.2
5372024-08-29T14:40:17.903Z Downloaded cassowary v0.3.0
5382024-08-29T14:40:17.905Z Downloaded ciborium-ll v0.2.2
5392024-08-29T14:40:17.905Z Downloaded linked-hash-map v0.5.6
5402024-08-29T14:40:17.907Z Downloaded native-tls v0.2.11
5412024-08-29T14:40:17.910Z Downloaded num-complex v0.4.6
5422024-08-29T14:40:17.912Z Downloaded blowfish v0.9.1
5432024-08-29T14:40:17.914Z Downloaded nu-ansi-term v0.50.0
5442024-08-29T14:40:17.916Z Downloaded crossbeam-deque v0.8.5
5452024-08-29T14:40:17.919Z Downloaded structmeta-derive v0.3.0
5462024-08-29T14:40:17.919Z Downloaded bb8 v0.8.5
5472024-08-29T14:40:17.921Z Downloaded cookie v0.18.1
5482024-08-29T14:40:17.923Z Downloaded buf-list v1.0.3
5492024-08-29T14:40:17.926Z Downloaded humantime v2.1.0
5502024-08-29T14:40:17.928Z Downloaded impl-trait-for-tuples v0.2.2
5512024-08-29T14:40:17.931Z Downloaded blake2 v0.10.6
5522024-08-29T14:40:17.933Z Downloaded hmac v0.12.1
5532024-08-29T14:40:17.936Z Downloaded downcast v0.11.0
5542024-08-29T14:40:17.938Z Downloaded serde_path_to_error v0.1.16
5552024-08-29T14:40:17.940Z Downloaded serde_arrays v0.1.0
5562024-08-29T14:40:17.942Z Downloaded arc-swap v1.7.1
5572024-08-29T14:40:17.945Z Downloaded async-trait v0.1.81
5582024-08-29T14:40:17.949Z Downloaded lru v0.12.3
5592024-08-29T14:40:17.951Z Downloaded display-error-chain v0.2.1
5602024-08-29T14:40:17.953Z Downloaded memoffset v0.9.1
5612024-08-29T14:40:17.955Z Downloaded slog-async v2.8.0
5622024-08-29T14:40:17.955Z Downloaded multimap v0.10.0
5632024-08-29T14:40:17.958Z Downloaded maplit v1.0.2
5642024-08-29T14:40:17.958Z Downloaded smf v0.2.3
5652024-08-29T14:40:17.960Z Downloaded opaque-debug v0.3.1
5662024-08-29T14:40:17.962Z Downloaded phf_shared v0.10.0
5672024-08-29T14:40:17.962Z Downloaded num-integer v0.1.46
5682024-08-29T14:40:17.965Z Downloaded nibble_vec v0.1.0
5692024-08-29T14:40:17.967Z Downloaded openssl-macros v0.1.1
5702024-08-29T14:40:17.967Z Downloaded tiny-keccak v2.0.2
5712024-08-29T14:40:17.969Z Downloaded const_format_proc_macros v0.2.32
5722024-08-29T14:40:17.972Z Downloaded cookie v0.17.0
5732024-08-29T14:40:17.975Z Downloaded stringprep v0.1.4
5742024-08-29T14:40:17.977Z Downloaded salsa20 v0.10.2
5752024-08-29T14:40:17.979Z Downloaded quick-error v1.2.3
5762024-08-29T14:40:17.982Z Downloaded csv-core v0.1.11
5772024-08-29T14:40:17.982Z Downloaded thiserror-no-std v2.0.2
5782024-08-29T14:40:17.986Z Downloaded take_mut v0.2.2
5792024-08-29T14:40:17.988Z Downloaded portpicker v0.1.1
5802024-08-29T14:40:17.988Z Downloaded phf_shared v0.11.2
5812024-08-29T14:40:17.991Z Downloaded peg-runtime v0.8.3
5822024-08-29T14:40:17.991Z Downloaded hyper-tls v0.5.0
5832024-08-29T14:40:17.993Z Downloaded darling_core v0.20.9
5842024-08-29T14:40:17.997Z Downloaded serde_derive_internals v0.29.1
5852024-08-29T14:40:17.999Z Downloaded xattr v1.3.1
5862024-08-29T14:40:18.002Z Downloaded wyz v0.5.1
5872024-08-29T14:40:18.004Z Downloaded defmt-macros v0.3.9
5882024-08-29T14:40:18.008Z Downloaded indicatif v0.17.8
5892024-08-29T14:40:18.011Z Downloaded const_format v0.2.32
5902024-08-29T14:40:18.016Z Downloaded sqlparser_derive v0.2.2
5912024-08-29T14:40:18.019Z Downloaded termtree v0.4.1
5922024-08-29T14:40:18.021Z Downloaded fragile v2.0.0
5932024-08-29T14:40:18.021Z Downloaded filetime v0.2.24
5942024-08-29T14:40:18.024Z Downloaded serde-big-array v0.5.1
5952024-08-29T14:40:18.026Z Downloaded phf v0.11.2
5962024-08-29T14:40:18.029Z Downloaded mime_guess v2.0.4
5972024-08-29T14:40:18.029Z Downloaded form_urlencoded v1.2.1
5982024-08-29T14:40:18.032Z Downloaded fixedbitset v0.4.2
5992024-08-29T14:40:18.032Z Downloaded tap v1.0.1
6002024-08-29T14:40:18.034Z Downloaded paste v1.0.15
6012024-08-29T14:40:18.036Z Downloaded rustc-demangle v0.1.24
6022024-08-29T14:40:18.038Z Downloaded crossbeam-utils v0.8.19
6032024-08-29T14:40:18.041Z Downloaded crc-any v2.5.0
6042024-08-29T14:40:18.044Z Downloaded hex v0.4.3
6052024-08-29T14:40:18.046Z Downloaded ron v0.7.1
6062024-08-29T14:40:18.051Z Downloaded heck v0.3.3
6072024-08-29T14:40:18.053Z Downloaded dhcproto-macros v0.1.0
6082024-08-29T14:40:18.056Z Downloaded slog-stdlog v4.1.1
6092024-08-29T14:40:18.056Z Downloaded twox-hash v1.6.3
6102024-08-29T14:40:18.058Z Downloaded sec1 v0.7.3
6112024-08-29T14:40:18.061Z Downloaded polyval v0.6.2
6122024-08-29T14:40:18.063Z Downloaded headers-core v0.2.0
6132024-08-29T14:40:18.063Z Downloaded scrypt v0.11.0
6142024-08-29T14:40:18.066Z Downloaded scopeguard v1.2.0
6152024-08-29T14:40:18.068Z Downloaded similar v2.6.0
6162024-08-29T14:40:18.072Z Downloaded termios v0.3.3
6172024-08-29T14:40:18.075Z Downloaded either v1.13.0
6182024-08-29T14:40:18.077Z Downloaded indexmap v1.9.3
6192024-08-29T14:40:18.080Z Downloaded tokio-native-tls v0.3.1
6202024-08-29T14:40:18.082Z Downloaded deranged v0.3.11
6212024-08-29T14:40:18.084Z Downloaded utf-8 v0.7.6
6222024-08-29T14:40:18.087Z Downloaded rpassword v7.3.1
6232024-08-29T14:40:18.087Z Downloaded which v4.4.2
6242024-08-29T14:40:18.089Z Downloaded option-ext v0.2.0
6252024-08-29T14:40:18.089Z Downloaded funty v2.0.0
6262024-08-29T14:40:18.091Z Downloaded base64 v0.13.1
6272024-08-29T14:40:18.094Z Downloaded termcolor v1.4.1
6282024-08-29T14:40:18.096Z Downloaded semver v0.1.20
6292024-08-29T14:40:18.096Z Downloaded rustc_version v0.1.7
6302024-08-29T14:40:18.098Z Downloaded zeroize v1.7.0
6312024-08-29T14:40:18.100Z Downloaded crypto-bigint v0.5.5
6322024-08-29T14:40:18.106Z Downloaded rtoolbox v0.0.2
6332024-08-29T14:40:18.109Z Downloaded futures-executor v0.3.30
6342024-08-29T14:40:18.112Z Downloaded group v0.13.0
6352024-08-29T14:40:18.114Z Downloaded ena v0.14.3
6362024-08-29T14:40:18.114Z Downloaded mockall_derive v0.13.0
6372024-08-29T14:40:18.116Z Downloaded miniz_oxide v0.7.2
6382024-08-29T14:40:18.119Z Downloaded vte_generate_state_changes v0.1.1
6392024-08-29T14:40:18.121Z Downloaded parking_lot_core v0.8.6
6402024-08-29T14:40:18.132Z Downloaded peg v0.8.4
6412024-08-29T14:40:18.136Z Downloaded num_enum v0.5.11
6422024-08-29T14:40:18.142Z Downloaded base64 v0.22.1
6432024-08-29T14:40:18.146Z Downloaded proc-macro-crate v1.3.1
6442024-08-29T14:40:18.149Z Downloaded vergen v8.3.2
6452024-08-29T14:40:18.151Z Downloaded minimal-lexical v0.2.1
6462024-08-29T14:40:18.156Z Downloaded scheduled-thread-pool v0.2.7
6472024-08-29T14:40:18.158Z Downloaded fallible-streaming-iterator v0.1.9
6482024-08-29T14:40:18.161Z Downloaded sqlformat v0.2.4
6492024-08-29T14:40:18.163Z Downloaded slog-dtrace v0.3.0
6502024-08-29T14:40:18.163Z Downloaded fd-lock v4.0.2
6512024-08-29T14:40:18.165Z Downloaded tracing-core v0.1.32
6522024-08-29T14:40:18.169Z Downloaded tls_codec v0.4.1
6532024-08-29T14:40:18.171Z Downloaded powerfmt v0.2.0
6542024-08-29T14:40:18.174Z Downloaded parse-display-derive v0.10.0
6552024-08-29T14:40:18.176Z Downloaded hickory-resolver v0.24.1
6562024-08-29T14:40:18.179Z Downloaded sigpipe v0.1.3
6572024-08-29T14:40:18.181Z Downloaded elliptic-curve v0.13.8
6582024-08-29T14:40:18.184Z Downloaded socket2 v0.5.7
6592024-08-29T14:40:18.186Z Downloaded toolchain_find v0.4.0
6602024-08-29T14:40:18.189Z Downloaded serde-hex v0.1.0
6612024-08-29T14:40:18.191Z Downloaded schemars_derive v0.8.21
6622024-08-29T14:40:18.194Z Downloaded futures-macro v0.3.30
6632024-08-29T14:40:18.194Z Downloaded postgres-types v0.2.7
6642024-08-29T14:40:18.196Z Downloaded http v1.1.0
6652024-08-29T14:40:18.200Z Downloaded futures-io v0.3.30
6662024-08-29T14:40:18.202Z Downloaded parse-size v1.0.0
6672024-08-29T14:40:18.202Z Downloaded foreign-types v0.3.2
6682024-08-29T14:40:18.205Z Downloaded waitgroup v0.1.2
6692024-08-29T14:40:18.205Z Downloaded http v0.2.12
6702024-08-29T14:40:18.209Z Downloaded strum_macros v0.25.3
6712024-08-29T14:40:18.211Z Downloaded pin-utils v0.1.0
6722024-08-29T14:40:18.214Z Downloaded percent-encoding v2.3.1
6732024-08-29T14:40:18.214Z Downloaded postcard v1.0.8
6742024-08-29T14:40:18.217Z Downloaded walkdir v2.5.0
6752024-08-29T14:40:18.221Z Downloaded serde_urlencoded v0.7.1
6762024-08-29T14:40:18.224Z Downloaded structmeta v0.3.0
6772024-08-29T14:40:18.224Z Downloaded float-cmp v0.9.0
6782024-08-29T14:40:18.226Z Downloaded precomputed-hash v0.1.1
6792024-08-29T14:40:18.226Z Downloaded siphasher v0.3.11
6802024-08-29T14:40:18.228Z Downloaded shlex v1.3.0
6812024-08-29T14:40:18.230Z Downloaded dyn-clone v1.0.17
6822024-08-29T14:40:18.230Z Downloaded aes v0.8.4
6832024-08-29T14:40:18.234Z Downloaded tungstenite v0.23.0
6842024-08-29T14:40:18.238Z Downloaded fxhash v0.2.1
6852024-08-29T14:40:18.240Z Downloaded diesel_table_macro_syntax v0.2.0
6862024-08-29T14:40:18.240Z Downloaded wait-timeout v0.2.0
6872024-08-29T14:40:18.243Z Downloaded russh-cryptovec v0.7.2
6882024-08-29T14:40:18.243Z Downloaded olpc-cjson v0.1.3
6892024-08-29T14:40:18.245Z Downloaded num-traits v0.2.19
6902024-08-29T14:40:18.247Z Downloaded derive_builder v0.20.0
6912024-08-29T14:40:18.252Z Downloaded structmeta-derive v0.2.0
6922024-08-29T14:40:18.254Z Downloaded unicase v2.7.0
6932024-08-29T14:40:18.256Z Downloaded unarray v0.1.4
6942024-08-29T14:40:18.258Z Downloaded pkg-config v0.3.30
6952024-08-29T14:40:18.258Z Downloaded futures-channel v0.3.30
6962024-08-29T14:40:18.261Z Downloaded tabwriter v1.4.0
6972024-08-29T14:40:18.263Z Downloaded want v0.3.1
6982024-08-29T14:40:18.263Z Downloaded pkcs8 v0.10.2
6992024-08-29T14:40:18.266Z Downloaded slog v2.7.0
7002024-08-29T14:40:18.270Z Downloaded path-slash v0.1.5
7012024-08-29T14:40:18.272Z Downloaded stable_deref_trait v1.2.0
7022024-08-29T14:40:18.274Z Downloaded rustc_version v0.4.0
7032024-08-29T14:40:18.274Z Downloaded pin-project-internal v1.1.5
7042024-08-29T14:40:18.276Z Downloaded pkcs1 v0.7.5
7052024-08-29T14:40:18.279Z Downloaded pin-project-lite v0.2.14
7062024-08-29T14:40:18.284Z Downloaded password-hash v0.4.2
7072024-08-29T14:40:18.286Z Downloaded predicates-core v1.0.6
7082024-08-29T14:40:18.289Z Downloaded ppv-lite86 v0.2.17
7092024-08-29T14:40:18.291Z Downloaded tokio-tungstenite v0.20.1
7102024-08-29T14:40:18.293Z Downloaded futures-task v0.3.30
7112024-08-29T14:40:18.295Z Downloaded futures-sink v0.3.30
7122024-08-29T14:40:18.295Z Downloaded zeroize_derive v1.4.2
7132024-08-29T14:40:18.295Z Downloaded slog-envlogger v2.2.0
7142024-08-29T14:40:18.298Z Downloaded num-bigint v0.4.5
7152024-08-29T14:40:18.303Z Downloaded term v0.7.0
7162024-08-29T14:40:18.306Z Downloaded slab v0.4.9
7172024-08-29T14:40:18.309Z Downloaded zone_cfg_derive v0.1.2
7182024-08-29T14:40:18.311Z Downloaded static_assertions v1.1.0
7192024-08-29T14:40:18.311Z Downloaded ssh-encoding v0.2.0
7202024-08-29T14:40:18.314Z Downloaded derive-where v1.2.7
7212024-08-29T14:40:18.316Z Downloaded backtrace v0.3.71
7222024-08-29T14:40:18.322Z Downloaded oso-derive v0.27.3
7232024-08-29T14:40:18.324Z Downloaded time-core v0.1.2
7242024-08-29T14:40:18.326Z Downloaded predicates-tree v1.0.9
7252024-08-29T14:40:18.326Z Downloaded ref-cast-impl v1.0.23
7262024-08-29T14:40:18.326Z Downloaded gethostname v0.5.0
7272024-08-29T14:40:18.329Z Downloaded dirs-sys v0.4.1
7282024-08-29T14:40:18.332Z Downloaded futures v0.3.30
7292024-08-29T14:40:18.335Z Downloaded enum-as-inner v0.6.0
7302024-08-29T14:40:18.337Z Downloaded highway v1.2.0
7312024-08-29T14:40:18.340Z Downloaded mio v1.0.2
7322024-08-29T14:40:18.345Z Downloaded pin-project v1.1.5
7332024-08-29T14:40:18.358Z Downloaded tls_codec_derive v0.4.1
7342024-08-29T14:40:18.360Z Downloaded heapless v0.7.17
7352024-08-29T14:40:18.364Z Downloaded x509-cert v0.2.5
7362024-08-29T14:40:18.371Z Downloaded unicode-bidi v0.3.15
7372024-08-29T14:40:18.374Z Downloaded openssl-probe v0.1.5
7382024-08-29T14:40:18.376Z Downloaded rand v0.8.5
7392024-08-29T14:40:18.380Z Downloaded debug-ignore v1.0.5
7402024-08-29T14:40:18.382Z Downloaded slog-term v2.9.1
7412024-08-29T14:40:18.384Z Downloaded itertools v0.12.1
7422024-08-29T14:40:18.392Z Downloaded spin v0.9.8
7432024-08-29T14:40:18.395Z Downloaded number_prefix v0.4.0
7442024-08-29T14:40:18.398Z Downloaded sync_wrapper v0.1.2
7452024-08-29T14:40:18.398Z Downloaded derive_builder_macro v0.20.0
7462024-08-29T14:40:18.400Z Downloaded pem v3.0.4
7472024-08-29T14:40:18.403Z Downloaded unicode-truncate v1.0.0
7482024-08-29T14:40:18.406Z Downloaded hashlink v0.9.1
7492024-08-29T14:40:18.406Z Downloaded env_logger v0.9.3
7502024-08-29T14:40:18.408Z Downloaded omicron-zone-package v0.11.0
7512024-08-29T14:40:18.411Z Downloaded glob v0.3.1
7522024-08-29T14:40:18.413Z Downloaded openssl-sys v0.9.103
7532024-08-29T14:40:18.418Z Downloaded der v0.7.9
7542024-08-29T14:40:18.424Z Downloaded tinyvec_macros v0.1.1
7552024-08-29T14:40:18.426Z Downloaded endian-type v0.1.2
7562024-08-29T14:40:18.426Z Downloaded embedded-io v0.4.0
7572024-08-29T14:40:18.428Z Downloaded globset v0.4.14
7582024-08-29T14:40:18.430Z Downloaded serde_with_macros v3.9.0
7592024-08-29T14:40:18.433Z Downloaded serde_repr v0.1.19
7602024-08-29T14:40:18.435Z Downloaded rustls-pemfile v2.1.3
7612024-08-29T14:40:18.438Z Downloaded tungstenite v0.20.1
7622024-08-29T14:40:18.440Z Downloaded whoami v1.5.1
7632024-08-29T14:40:18.442Z Downloaded rand_seeder v0.3.0
7642024-08-29T14:40:18.445Z Downloaded packed_struct_codegen v0.10.1
7652024-08-29T14:40:18.445Z Downloaded packed_struct v0.10.1
7662024-08-29T14:40:18.447Z Downloaded tokio-rustls v0.24.1
7672024-08-29T14:40:18.449Z Downloaded rustyline v14.0.0
7682024-08-29T14:40:18.455Z Downloaded tungstenite v0.21.0
7692024-08-29T14:40:18.459Z Downloaded diff v0.1.13
7702024-08-29T14:40:18.462Z Downloaded foreign-types v0.5.0
7712024-08-29T14:40:18.465Z Downloaded owo-colors v4.0.0
7722024-08-29T14:40:18.467Z Downloaded itertools v0.10.5
7732024-08-29T14:40:18.473Z Downloaded libxml v0.3.3
7742024-08-29T14:40:18.480Z Downloaded ref-cast v1.0.23
7752024-08-29T14:40:18.483Z Downloaded thread_local v1.1.8
7762024-08-29T14:40:18.485Z Downloaded dirs-sys-next v0.1.2
7772024-08-29T14:40:18.487Z Downloaded ron v0.8.1
7782024-08-29T14:40:18.492Z Downloaded libm v0.2.8
7792024-08-29T14:40:18.500Z Downloaded tower-service v0.3.2
7802024-08-29T14:40:18.503Z Downloaded signature v2.2.0
7812024-08-29T14:40:18.505Z Downloaded r2d2 v0.8.10
7822024-08-29T14:40:18.505Z Downloaded sha1 v0.10.6
7832024-08-29T14:40:19.512Z Downloaded vte v0.11.1
7842024-08-29T14:40:19.516Z Downloaded pretty-hex v0.2.1
7852024-08-29T14:40:19.516Z Downloaded psl-types v2.0.11
7862024-08-29T14:40:19.516Z Downloaded float-ord v0.3.2
7872024-08-29T14:40:19.516Z Downloaded subprocess v0.2.9
7882024-08-29T14:40:19.516Z Downloaded defmt v0.3.8
7892024-08-29T14:40:19.516Z Downloaded parking_lot v0.11.2
7902024-08-29T14:40:19.516Z Downloaded rand_xorshift v0.3.0
7912024-08-29T14:40:19.516Z Downloaded yasna v0.5.2
7922024-08-29T14:40:19.516Z Downloaded num-bigint-dig v0.8.4
7932024-08-29T14:40:19.516Z Downloaded foreign-types-macros v0.2.3
7942024-08-29T14:40:19.516Z Downloaded socket2 v0.4.10
7952024-08-29T14:40:19.516Z Downloaded hickory-server v0.24.1
7962024-08-29T14:40:19.516Z Downloaded smallvec v0.6.14
7972024-08-29T14:40:19.516Z Downloaded hash32 v0.2.1
7982024-08-29T14:40:19.516Z Downloaded blake3 v1.5.1
7992024-08-29T14:40:19.516Z Downloaded tough v0.17.1
8002024-08-29T14:40:19.516Z Downloaded foreign-types-shared v0.1.1
8012024-08-29T14:40:19.516Z Downloaded hash32 v0.3.1
8022024-08-29T14:40:19.516Z Downloaded password-hash v0.5.0
8032024-08-29T14:40:19.516Z Downloaded serde_yaml v0.9.34+deprecated
8042024-08-29T14:40:19.516Z Downloaded nom v7.1.3
8052024-08-29T14:40:19.516Z Downloaded slog-scope v4.4.0
8062024-08-29T14:40:19.516Z Downloaded radium v0.7.0
8072024-08-29T14:40:19.517Z Downloaded zone v0.1.8
8082024-08-29T14:40:19.517Z Downloaded universal-hash v0.5.1
8092024-08-29T14:40:19.517Z Downloaded rand_core v0.6.4
8102024-08-29T14:40:19.517Z Downloaded parse-display v0.10.0
8112024-08-29T14:40:19.517Z Downloaded rustversion v1.0.17
8122024-08-29T14:40:19.517Z Downloaded pkcs5 v0.7.1
8132024-08-29T14:40:19.517Z Downloaded slog-json v2.6.1
8142024-08-29T14:40:19.517Z Downloaded snafu-derive v0.8.2
8152024-08-29T14:40:19.517Z Downloaded test-strategy v0.3.1
8162024-08-29T14:40:19.517Z Downloaded shell-words v1.1.0
8172024-08-29T14:40:19.517Z Downloaded rustls-pemfile v1.0.4
8182024-08-29T14:40:19.517Z Downloaded rustfmt-wrapper v0.2.1
8192024-08-29T14:40:19.517Z Downloaded itertools v0.13.0
8202024-08-29T14:40:19.517Z Downloaded getopts v0.2.21
8212024-08-29T14:40:19.517Z Downloaded tokio-tungstenite v0.21.0
8222024-08-29T14:40:19.517Z Downloaded derive_more v0.99.18
8232024-08-29T14:40:19.517Z Downloaded parking_lot v0.12.2
8242024-08-29T14:40:19.517Z Downloaded poly1305 v0.8.0
8252024-08-29T14:40:19.517Z Downloaded tokio-tungstenite v0.23.1
8262024-08-29T14:40:19.517Z Downloaded dhcproto v0.12.0
8272024-08-29T14:40:19.517Z Downloaded rusty-fork v0.3.0
8282024-08-29T14:40:19.517Z Downloaded postgres-protocol v0.6.7
8292024-08-29T14:40:19.517Z Downloaded hickory-client v0.24.1
8302024-08-29T14:40:19.517Z Downloaded pem-rfc7468 v0.7.0
8312024-08-29T14:40:19.517Z Downloaded russh-keys v0.44.0
8322024-08-29T14:40:19.517Z Downloaded unicode-normalization v0.1.23
8332024-08-29T14:40:19.518Z Downloaded flume v0.11.0
8342024-08-29T14:40:19.518Z Downloaded time-macros v0.2.18
8352024-08-29T14:40:19.518Z Downloaded ecdsa v0.16.9
8362024-08-29T14:40:19.518Z Downloaded hashbrown v0.12.3
8372024-08-29T14:40:19.518Z Downloaded typed-path v0.7.1
8382024-08-29T14:40:19.518Z Downloaded headers v0.3.9
8392024-08-29T14:40:19.518Z Downloaded parking_lot_core v0.9.10
8402024-08-29T14:40:19.518Z Downloaded toml v0.7.8
8412024-08-29T14:40:19.518Z Downloaded bindgen v0.69.4
8422024-08-29T14:40:19.518Z Downloaded unsafe-libyaml v0.2.11
8432024-08-29T14:40:19.518Z Downloaded rcgen v0.12.1
8442024-08-29T14:40:19.518Z Downloaded expectorate v1.1.0
8452024-08-29T14:40:19.518Z Downloaded hashbrown v0.13.2
8462024-08-29T14:40:19.518Z Downloaded portable-atomic v1.6.0
8472024-08-29T14:40:19.518Z Downloaded prettyplease v0.2.20
8482024-08-29T14:40:19.518Z Downloaded h2 v0.3.26
8492024-08-29T14:40:19.518Z Downloaded russh v0.44.1
8502024-08-29T14:40:19.518Z Downloaded uzers v0.11.3
8512024-08-29T14:40:19.518Z Downloaded publicsuffix v2.2.3
8522024-08-29T14:40:19.518Z Downloaded unicode-segmentation v1.11.0
8532024-08-29T14:40:19.518Z Downloaded bitvec v1.0.1
8542024-08-29T14:40:19.518Z Downloaded ssh-key v0.6.6
8552024-08-29T14:40:19.518Z Downloaded unicode_categories v0.1.1
8562024-08-29T14:40:19.518Z Downloaded serde_with v3.9.0
8572024-08-29T14:40:19.518Z Downloaded tracing v0.1.40
8582024-08-29T14:40:19.518Z Downloaded time v0.3.36
8592024-08-29T14:40:19.519Z Downloaded tokio-util v0.7.11
8602024-08-29T14:40:19.519Z Downloaded reedline v0.33.0
8612024-08-29T14:40:19.519Z Downloaded ed25519-dalek v2.1.1
8622024-08-29T14:40:19.519Z Downloaded hkdf v0.12.4
8632024-08-29T14:40:19.519Z Downloaded futures-util v0.3.30
8642024-08-29T14:40:19.519Z Downloaded reqwest v0.11.27
8652024-08-29T14:40:19.519Z Downloaded sqlparser v0.45.0
8662024-08-29T14:40:19.519Z Downloaded url v2.5.2
8672024-08-29T14:40:19.519Z Downloaded rustls-webpki v0.101.7
8682024-08-29T14:40:19.519Z Downloaded flate2 v1.0.31
8692024-08-29T14:40:19.519Z Downloaded rayon v1.10.0
8702024-08-29T14:40:19.519Z Downloaded rusqlite v0.31.0
8712024-08-29T14:40:19.519Z Downloaded proptest v1.5.0
8722024-08-29T14:40:19.519Z Downloaded quick-xml v0.31.0
8732024-08-29T14:40:19.519Z Downloaded rustls v0.21.12
8742024-08-29T14:40:19.519Z Downloaded nix v0.27.1
8752024-08-29T14:40:19.519Z Downloaded rustls-webpki v0.102.4
8762024-08-29T14:40:19.519Z Downloaded object v0.30.4
8772024-08-29T14:40:19.519Z Downloaded dropshot v0.10.1
8782024-08-29T14:40:19.519Z Downloaded gimli v0.28.1
8792024-08-29T14:40:19.519Z Downloaded trust-dns-proto v0.22.0
8802024-08-29T14:40:19.519Z Downloaded smoltcp v0.11.0
8812024-08-29T14:40:19.519Z Downloaded openssl v0.10.66
8822024-08-29T14:40:19.519Z Downloaded regex-syntax v0.8.4
8832024-08-29T14:40:19.519Z Downloaded regex v1.10.6
8842024-08-29T14:40:19.522Z Downloaded radix_trie v0.2.1
8852024-08-29T14:40:19.522Z Downloaded p384 v0.13.0
8862024-08-29T14:40:19.522Z Downloaded webpki-roots v0.25.4
8872024-08-29T14:40:19.522Z Downloaded regex-syntax v0.6.29
8882024-08-29T14:40:19.522Z Downloaded polar-core v0.27.3
8892024-08-29T14:40:19.523Z Downloaded diesel v2.2.3
8902024-08-29T14:40:19.523Z Downloaded rustls v0.22.4
8912024-08-29T14:40:19.523Z Downloaded object v0.32.2
8922024-08-29T14:40:19.523Z Downloaded hickory-proto v0.24.1
8932024-08-29T14:40:19.523Z Downloaded regress v0.9.1
8942024-08-29T14:40:19.523Z Downloaded ratatui v0.28.0
8952024-08-29T14:40:19.523Z Downloaded openapiv3 v2.0.0
8962024-08-29T14:40:19.523Z Downloaded zerocopy-derive v0.6.6
8972024-08-29T14:40:19.523Z Downloaded bzip2-sys v0.1.11+1.0.8
8982024-08-29T14:40:19.523Z Downloaded sled v0.34.7
8992024-08-29T14:40:19.523Z Downloaded nix v0.28.0
9002024-08-29T14:40:19.523Z Downloaded bstr v1.9.1
9012024-08-29T14:40:19.523Z Downloaded petgraph v0.6.5
9022024-08-29T14:40:19.523Z Downloaded idna v0.4.0
9032024-08-29T14:40:19.523Z Downloaded tokio v1.39.3
9042024-08-29T14:40:19.523Z Downloaded csv v1.3.0
9052024-08-29T14:40:19.523Z Downloaded idna v0.5.0
9062024-08-29T14:40:19.523Z Downloaded regex-automata v0.4.6
9072024-08-29T14:40:19.523Z Downloaded idna v0.3.0
9082024-08-29T14:40:19.523Z Downloaded finl_unicode v1.2.0
9092024-08-29T14:40:19.523Z Downloaded p521 v0.13.3
9102024-08-29T14:40:19.523Z Downloaded winnow v0.5.40
9112024-08-29T14:40:19.523Z Downloaded git2 v0.19.0
9122024-08-29T14:40:19.523Z Downloaded vcpkg v0.2.15
9132024-08-29T14:40:19.523Z Downloaded lalrpop v0.19.12
9142024-08-29T14:40:19.523Z Downloaded idna v0.2.3
9152024-08-29T14:40:19.523Z Downloaded curve25519-dalek v4.1.3
9162024-08-29T14:40:19.523Z Downloaded smoltcp v0.9.1
9172024-08-29T14:40:19.523Z Downloaded chrono v0.4.38
9182024-08-29T14:40:19.523Z Downloaded sha3 v0.10.8
9192024-08-29T14:40:19.523Z Downloaded half v2.4.1
9202024-08-29T14:40:19.523Z Downloaded steno v0.4.1
9212024-08-29T14:40:19.523Z Downloaded fallible-iterator v0.2.0
9222024-08-29T14:40:19.523Z Downloaded ed25519 v2.2.3
9232024-08-29T14:40:19.523Z Downloaded resolv-conf v0.7.0
9242024-08-29T14:40:19.523Z Downloaded p256 v0.13.2
9252024-08-29T14:40:19.524Z Downloaded zerocopy v0.6.6
9262024-08-29T14:40:19.524Z Downloaded zip v0.6.6
9272024-08-29T14:40:19.524Z Downloaded diesel_derives v2.2.2
9282024-08-29T14:40:19.524Z Downloaded toml_edit v0.19.15
9292024-08-29T14:40:19.524Z Downloaded hyper v0.14.30
9302024-08-29T14:40:19.524Z Downloaded crossterm v0.28.1
9312024-08-29T14:40:19.524Z Downloaded tokio-macros v2.4.0
9322024-08-29T14:40:19.524Z Downloaded aho-corasick v1.1.3
9332024-08-29T14:40:19.524Z Downloaded thiserror-impl-no-std v2.0.2
9342024-08-29T14:40:19.524Z Downloaded signal-hook-tokio v0.3.1
9352024-08-29T14:40:19.524Z Downloaded fatfs v0.3.6
9362024-08-29T14:40:19.524Z Downloaded peg-macros v0.8.4
9372024-08-29T14:40:19.524Z Downloaded ring v0.17.8
9382024-08-29T14:40:19.579Z Downloaded rsa v0.9.6
9392024-08-29T14:40:19.585Z Downloaded tracing-attributes v0.1.27
9402024-08-29T14:40:19.588Z Downloaded strum_macros v0.26.4
9412024-08-29T14:40:19.591Z Downloaded spin v0.5.2
9422024-08-29T14:40:19.591Z Downloaded tokio-postgres v0.7.11
9432024-08-29T14:40:19.594Z Downloaded heapless v0.8.0
9442024-08-29T14:40:19.598Z Downloaded serde_plain v1.0.2
9452024-08-29T14:40:19.600Z Downloaded schemars v0.8.21
9462024-08-29T14:40:19.610Z Downloaded predicates v3.1.2
9472024-08-29T14:40:19.616Z Downloaded flagset v0.4.5
9482024-08-29T14:40:19.618Z Downloaded fallible-iterator v0.3.0
9492024-08-29T14:40:19.619Z Downloaded untrusted v0.7.1
9502024-08-29T14:40:19.619Z Downloaded signal-hook-registry v1.4.2
9512024-08-29T14:40:19.619Z Downloaded signal-hook-mio v0.2.4
9522024-08-29T14:40:19.622Z Downloaded rand_chacha v0.3.1
9532024-08-29T14:40:19.623Z Downloaded num_enum_derive v0.5.11
9542024-08-29T14:40:19.623Z Downloaded num-rational v0.4.2
9552024-08-29T14:40:19.623Z Downloaded aes-gcm v0.10.3
9562024-08-29T14:40:19.626Z Downloaded subtle v2.5.0
9572024-08-29T14:40:19.628Z Downloaded hex-literal v0.4.1
9582024-08-29T14:40:19.628Z Downloaded tar v0.4.41
9592024-08-29T14:40:19.631Z Downloaded rayon-core v1.12.1
9602024-08-29T14:40:19.634Z Downloaded uuid v1.10.0
9612024-08-29T14:40:19.637Z Downloaded data-encoding v2.6.0
9622024-08-29T14:40:19.640Z Downloaded strip-ansi-escapes v0.2.0
9632024-08-29T14:40:19.640Z Downloaded string_cache v0.8.7
9642024-08-29T14:40:19.640Z Downloaded foreign-types-shared v0.3.1
9652024-08-29T14:40:19.643Z Downloaded vsss-rs v3.3.4
9662024-08-29T14:40:19.646Z Downloaded crossterm v0.27.0
9672024-08-29T14:40:19.649Z Downloaded samael v0.0.15
9682024-08-29T14:40:19.655Z Downloaded enum-as-inner v0.5.1
9692024-08-29T14:40:19.657Z Downloaded oso v0.27.3
9702024-08-29T14:40:19.659Z Downloaded futures-core v0.3.30
9712024-08-29T14:40:19.660Z Downloaded dsl_auto_type v0.1.2
9722024-08-29T14:40:19.662Z Downloaded dropshot_endpoint v0.10.1
9732024-08-29T14:40:19.662Z Downloaded derive_builder_core v0.20.0
9742024-08-29T14:40:19.664Z Downloaded structmeta v0.2.0
9752024-08-29T14:40:19.665Z Downloaded spki v0.7.3
9762024-08-29T14:40:19.667Z Downloaded ff v0.13.0
9772024-08-29T14:40:19.669Z Downloaded der_derive v0.7.2
9782024-08-29T14:40:19.669Z Downloaded dirs-next v2.0.0
9792024-08-29T14:40:19.672Z Downloaded dirs v5.0.1
9802024-08-29T14:40:19.672Z Downloaded difflib v0.4.0
9812024-08-29T14:40:19.674Z Downloaded mio v0.8.11
9822024-08-29T14:40:19.677Z Downloaded same-file v1.0.6
9832024-08-29T14:40:19.680Z Downloaded primeorder v0.13.6
9842024-08-29T14:40:19.682Z Downloaded tui-tree-widget v0.22.0
9852024-08-29T14:40:19.682Z Downloaded compact_str v0.8.0
9862024-08-29T14:40:19.684Z Downloaded tinyvec v1.6.0
9872024-08-29T14:40:19.688Z Downloaded signal-hook v0.3.17
9882024-08-29T14:40:19.690Z Downloaded encoding_rs v0.8.34
9892024-08-29T14:40:19.712Z Downloaded pbkdf2 v0.12.2
9902024-08-29T14:40:19.714Z Downloaded pbkdf2 v0.11.0
9912024-08-29T14:40:19.717Z Downloaded try-lock v0.2.5
9922024-08-29T14:40:19.717Z Downloaded getrandom v0.2.14
9932024-08-29T14:40:19.719Z Downloaded snafu v0.8.2
9942024-08-29T14:40:19.725Z Downloaded crossbeam-channel v0.5.12
9952024-08-29T14:40:19.729Z Downloaded rfc6979 v0.4.0
9962024-08-29T14:40:19.731Z Downloaded erased-serde v0.3.31
9972024-08-29T14:40:19.734Z Downloaded env_logger v0.10.2
9982024-08-29T14:40:19.737Z Downloaded supports-color v3.0.0
9992024-08-29T14:40:19.737Z Downloaded strum_macros v0.24.3
10002024-08-29T14:40:19.740Z Downloaded secrecy v0.8.0
10012024-08-29T14:40:19.740Z Downloaded newtype-uuid v1.1.0
10022024-08-29T14:40:19.740Z Downloaded ssh-cipher v0.2.0
10032024-08-29T14:40:19.742Z Downloaded rustc-hash v1.1.0
10042024-08-29T14:40:19.742Z Downloaded unicode-xid v0.2.4
10052024-08-29T14:40:19.745Z Downloaded tokio-stream v0.1.15
10062024-08-29T14:40:19.747Z Downloaded sct v0.7.1
10072024-08-29T14:40:19.752Z Downloaded rustls-pki-types v1.7.0
10082024-08-29T14:40:19.752Z Downloaded ghash v0.5.1
10092024-08-29T14:40:19.757Z Downloaded tokio-rustls v0.25.0
10102024-08-29T14:40:19.757Z Downloaded const-oid v0.9.6
10112024-08-29T14:40:19.757Z Downloaded clang-sys v1.7.0
10122024-08-29T14:40:19.761Z Downloaded smallvec v1.13.2
10132024-08-29T14:40:19.763Z Downloaded ipnet v2.9.0
10142024-08-29T14:40:19.763Z Downloaded defmt-parser v0.3.4
10152024-08-29T14:40:19.766Z Downloaded cc v1.0.97
10162024-08-29T14:40:19.768Z Downloaded base64 v0.21.7
10172024-08-29T14:40:19.770Z Downloaded untrusted v0.9.0
10182024-08-29T14:40:19.773Z Downloaded hyper-rustls v0.24.2
10192024-08-29T14:40:19.776Z Downloaded bytes v1.7.1
10202024-08-29T14:40:19.778Z Downloaded topological-sort v0.2.2
10212024-08-29T14:40:19.778Z Downloaded cancel-safe-futures v0.1.5
10222024-08-29T14:40:19.782Z Downloaded darling v0.20.9
10232024-08-29T14:40:19.786Z Downloaded cookie_store v0.20.0
10242024-08-29T14:40:19.791Z Downloaded chacha20poly1305 v0.10.1
10252024-08-29T14:40:19.791Z Downloaded bzip2 v0.4.4
10262024-08-29T14:40:19.793Z Downloaded crc32fast v1.4.0
10272024-08-29T14:40:19.793Z Downloaded libgit2-sys v0.17.0+1.8.1
10282024-08-29T14:40:19.851Z Downloaded colored v2.1.0
10292024-08-29T14:40:19.854Z Downloaded maybe-uninit v2.0.0
10302024-08-29T14:40:19.856Z Downloaded bcs v0.1.6
10312024-08-29T14:40:19.856Z Downloaded num_threads v0.1.7
10322024-08-29T14:40:19.859Z Downloaded slog-bunyan v2.5.0
10332024-08-29T14:40:19.859Z Downloaded libefi-sys v0.1.0
10342024-08-29T14:40:19.859Z Downloaded keccak v0.1.5
10352024-08-29T14:40:19.861Z Downloaded libsw v3.3.1
10362024-08-29T14:40:19.863Z Downloaded lazy_static v1.5.0
10372024-08-29T14:40:19.863Z Downloaded instability v0.3.2
10382024-08-29T14:40:19.866Z Downloaded bitfield v0.14.0
10392024-08-29T14:40:19.866Z Downloaded new_debug_unreachable v1.0.6
10402024-08-29T14:40:19.869Z Downloaded md5 v0.7.0
10412024-08-29T14:40:19.869Z Downloaded chacha20 v0.9.1
10422024-08-29T14:40:19.869Z Downloaded cexpr v0.6.0
10432024-08-29T14:40:19.872Z Downloaded bit-set v0.5.3
10442024-08-29T14:40:19.872Z Downloaded iana-time-zone v0.1.60
10452024-08-29T14:40:19.874Z Downloaded ctr v0.9.2
10462024-08-29T14:40:19.876Z Downloaded console v0.15.8
10472024-08-29T14:40:19.878Z Downloaded httpdate v1.0.3
10482024-08-29T14:40:19.881Z Downloaded lalrpop-util v0.19.12
10492024-08-29T14:40:19.881Z Downloaded kstat-rs v0.2.4
10502024-08-29T14:40:19.881Z Downloaded hostname v0.3.1
10512024-08-29T14:40:19.883Z Downloaded internet-checksum v0.2.1
10522024-08-29T14:40:19.883Z Downloaded addr2line v0.21.0
10532024-08-29T14:40:19.885Z Downloaded hyper-staticfile v0.9.5
10542024-08-29T14:40:19.888Z Downloaded arrayvec v0.7.4
10552024-08-29T14:40:19.890Z Downloaded ciborium v0.2.2
10562024-08-29T14:40:19.893Z Downloaded linear-map v1.2.0
10572024-08-29T14:40:19.895Z Downloaded inout v0.1.3
10582024-08-29T14:40:19.895Z Downloaded indent_write v2.2.0
10592024-08-29T14:40:19.895Z Downloaded ascii v1.1.0
10602024-08-29T14:40:19.898Z Downloaded argon2 v0.5.3
10612024-08-29T14:40:19.900Z Downloaded block-padding v0.3.3
10622024-08-29T14:40:19.900Z Downloaded bitflags v1.3.2
10632024-08-29T14:40:19.902Z Downloaded bcrypt-pbkdf v0.10.0
10642024-08-29T14:40:19.905Z Downloaded assert_matches v1.5.0
10652024-08-29T14:40:19.905Z Downloaded arrayref v0.3.7
10662024-08-29T14:40:20.356Z Downloaded libz-sys v1.1.16
10672024-08-29T14:40:20.542Z Downloaded libsqlite3-sys v0.28.0
10682024-08-29T14:40:20.619Z Downloaded ring v0.16.20
10692024-08-29T14:40:20.787Z Compiling serde v1.0.208
10702024-08-29T14:40:20.789Z Compiling typenum v1.17.0
10712024-08-29T14:40:20.789Z Compiling generic-array v0.14.7
10722024-08-29T14:40:20.789Z Compiling lock_api v0.4.12
10732024-08-29T14:40:20.789Z Compiling scopeguard v1.2.0
10742024-08-29T14:40:20.934Z Compiling log v0.4.21
10752024-08-29T14:40:20.956Z Compiling syn v2.0.74
10762024-08-29T14:40:20.959Z Compiling getrandom v0.2.14
10772024-08-29T14:40:21.102Z Compiling jobserver v0.1.32
10782024-08-29T14:40:21.224Z Compiling rand_core v0.6.4
10792024-08-29T14:40:21.433Z Compiling subtle v2.5.0
10802024-08-29T14:40:21.464Z Compiling cc v1.0.97
10812024-08-29T14:40:21.477Z Compiling const-oid v0.9.6
10822024-08-29T14:40:21.723Z Compiling pin-project-lite v0.2.14
10832024-08-29T14:40:21.765Z Compiling smallvec v1.13.2
10842024-08-29T14:40:21.840Z Compiling parking_lot_core v0.9.10
10852024-08-29T14:40:21.905Z Compiling signal-hook-registry v1.4.2
10862024-08-29T14:40:22.018Z Compiling spin v0.9.8
10872024-08-29T14:40:22.149Z Compiling mio v1.0.2
10882024-08-29T14:40:22.395Z Compiling ahash v0.8.11
10892024-08-29T14:40:22.663Z Compiling tinyvec_macros v0.1.1
10902024-08-29T14:40:22.842Z Compiling parking_lot v0.12.2
10912024-08-29T14:40:22.907Z Compiling tinyvec v1.6.0
10922024-08-29T14:40:23.097Z Compiling socket2 v0.5.7
10932024-08-29T14:40:23.487Z Compiling futures-sink v0.3.30
10942024-08-29T14:40:23.511Z Compiling serde_json v1.0.125
10952024-08-29T14:40:23.648Z Compiling libm v0.2.8
10962024-08-29T14:40:23.753Z Compiling futures-core v0.3.30
10972024-08-29T14:40:23.884Z Compiling cpufeatures v0.2.12
10982024-08-29T14:40:23.988Z Compiling slab v0.4.9
10992024-08-29T14:40:24.027Z Compiling num-traits v0.2.19
11002024-08-29T14:40:24.046Z Compiling unicode-bidi v0.3.15
11012024-08-29T14:40:24.087Z Compiling allocator-api2 v0.2.18
11022024-08-29T14:40:24.456Z Compiling unicode-normalization v0.1.23
11032024-08-29T14:40:24.548Z Compiling futures-channel v0.3.30
11042024-08-29T14:40:24.796Z Compiling futures-io v0.3.30
11052024-08-29T14:40:24.897Z Compiling pin-utils v0.1.0
11062024-08-29T14:40:24.979Z Compiling vcpkg v0.2.15
11072024-08-29T14:40:25.000Z Compiling futures-task v0.3.30
11082024-08-29T14:40:25.292Z Compiling pkg-config v0.3.30
11092024-08-29T14:40:25.591Z Compiling base64ct v1.6.0
11102024-08-29T14:40:25.632Z Compiling flagset v0.4.5
11112024-08-29T14:40:25.715Z Compiling percent-encoding v2.3.1
11122024-08-29T14:40:25.785Z Compiling ring v0.17.8
11132024-08-29T14:40:25.903Z Compiling ppv-lite86 v0.2.17
11142024-08-29T14:40:26.134Z Compiling pem-rfc7468 v0.7.0
11152024-08-29T14:40:26.216Z Compiling tracing-core v0.1.32
11162024-08-29T14:40:26.686Z Compiling rand_chacha v0.3.1
11172024-08-29T14:40:26.844Z Compiling rustix v0.38.34
11182024-08-29T14:40:26.871Z Compiling untrusted v0.9.0
11192024-08-29T14:40:27.046Z Compiling rand v0.8.5
11202024-08-29T14:40:27.192Z Compiling foreign-types-shared v0.1.1
11212024-08-29T14:40:27.241Z Compiling openssl-sys v0.9.103
11222024-08-29T14:40:27.295Z Compiling rustversion v1.0.17
11232024-08-29T14:40:27.505Z Compiling powerfmt v0.2.0
11242024-08-29T14:40:27.730Z Compiling openssl v0.10.66
11252024-08-29T14:40:27.897Z Compiling httparse v1.8.0
11262024-08-29T14:40:28.026Z Compiling time-core v0.1.2
11272024-08-29T14:40:28.133Z Compiling num-conv v0.1.0
11282024-08-29T14:40:28.233Z Compiling deranged v0.3.11
11292024-08-29T14:40:28.328Z Compiling foreign-types v0.3.2
11302024-08-29T14:40:28.378Z Compiling time-macros v0.2.18
11312024-08-29T14:40:28.415Z Compiling form_urlencoded v1.2.1
11322024-08-29T14:40:28.708Z Compiling aho-corasick v1.1.3
11332024-08-29T14:40:28.712Z Compiling syn v1.0.109
11342024-08-29T14:40:28.755Z Compiling rustls v0.21.12
11352024-08-29T14:40:29.015Z Compiling try-lock v0.2.5
11362024-08-29T14:40:29.141Z Compiling native-tls v0.2.11
11372024-08-29T14:40:29.339Z Compiling crossbeam-utils v0.8.19
11382024-08-29T14:40:29.392Z Compiling num_threads v0.1.7
11392024-08-29T14:40:29.516Z Compiling regex-syntax v0.8.4
11402024-08-29T14:40:29.806Z Compiling siphasher v0.3.11
11412024-08-29T14:40:30.010Z Compiling want v0.3.1
11422024-08-29T14:40:30.734Z Compiling idna v0.5.0
11432024-08-29T14:40:31.167Z Compiling time v0.3.36
11442024-08-29T14:40:31.484Z Compiling cookie v0.17.0
11452024-08-29T14:40:31.767Z Compiling httpdate v1.0.3
11462024-08-29T14:40:31.897Z Compiling tower-service v0.3.2
11472024-08-29T14:40:32.005Z Compiling openssl-probe v0.1.5
11482024-08-29T14:40:32.268Z Compiling iana-time-zone v0.1.60
11492024-08-29T14:40:32.327Z Compiling slog v2.7.0
11502024-08-29T14:40:32.678Z Compiling regex-automata v0.4.6
11512024-08-29T14:40:32.873Z Compiling finl_unicode v1.2.0
11522024-08-29T14:40:33.303Z Compiling adler v1.0.2
11532024-08-29T14:40:33.380Z Compiling stringprep v0.1.4
11542024-08-29T14:40:33.451Z Compiling miniz_oxide v0.7.2
11552024-08-29T14:40:33.508Z Compiling url v2.5.2
11562024-08-29T14:40:34.758Z Compiling serde_derive v1.0.208
11572024-08-29T14:40:34.908Z Compiling zeroize_derive v1.4.2
11582024-08-29T14:40:35.300Z Compiling zerocopy-derive v0.7.34
11592024-08-29T14:40:35.386Z Compiling tokio-macros v2.4.0
11602024-08-29T14:40:35.979Z Compiling thiserror-impl v1.0.63
11612024-08-29T14:40:36.477Z Compiling zeroize v1.7.0
11622024-08-29T14:40:36.971Z Compiling futures-macro v0.3.30
11632024-08-29T14:40:37.463Z Compiling zerocopy v0.7.34
11642024-08-29T14:40:38.234Z Compiling crypto-common v0.1.6
11652024-08-29T14:40:38.464Z Compiling block-buffer v0.10.4
11662024-08-29T14:40:38.700Z Compiling digest v0.10.7
11672024-08-29T14:40:38.922Z Compiling block-padding v0.3.3
11682024-08-29T14:40:39.110Z Compiling hmac v0.12.1
11692024-08-29T14:40:39.163Z Compiling inout v0.1.3
11702024-08-29T14:40:39.202Z Compiling thiserror v1.0.63
11712024-08-29T14:40:39.327Z Compiling sha2 v0.10.8
11722024-08-29T14:40:39.345Z Compiling futures-util v0.3.30
11732024-08-29T14:40:39.410Z Compiling cipher v0.4.4
11742024-08-29T14:40:39.686Z Compiling hashbrown v0.14.5
11752024-08-29T14:40:39.925Z Compiling pest v2.7.10
11762024-08-29T14:40:41.057Z Compiling der_derive v0.7.2
11772024-08-29T14:40:42.622Z Compiling pest_meta v2.7.10
11782024-08-29T14:40:42.692Z Compiling salsa20 v0.10.2
11792024-08-29T14:40:42.744Z Compiling pbkdf2 v0.12.2
11802024-08-29T14:40:42.913Z Compiling tracing-attributes v0.1.27
11812024-08-29T14:40:42.946Z Compiling scroll_derive v0.12.0
11822024-08-29T14:40:43.565Z Compiling der v0.7.9
11832024-08-29T14:40:44.426Z Compiling scroll v0.12.0
11842024-08-29T14:40:44.735Z Compiling pest_generator v2.7.10
11852024-08-29T14:40:44.996Z Compiling scrypt v0.11.0
11862024-08-29T14:40:45.550Z Compiling spki v0.7.3
11872024-08-29T14:40:45.925Z Compiling aes v0.8.4
11882024-08-29T14:40:46.754Z Compiling cbc v0.1.2
11892024-08-29T14:40:46.757Z Compiling tracing v0.1.40
11902024-08-29T14:40:46.848Z Compiling goblin v0.8.2
11912024-08-29T14:40:46.998Z Compiling pkcs5 v0.7.1
11922024-08-29T14:40:47.311Z Compiling openssl-macros v0.1.1
11932024-08-29T14:40:47.642Z Compiling pest_derive v2.7.10
11942024-08-29T14:40:48.078Z Compiling pkcs8 v0.10.2
11952024-08-29T14:40:48.136Z Compiling sct v0.7.1
11962024-08-29T14:40:48.178Z Compiling rustls-webpki v0.101.7
11972024-08-29T14:40:48.464Z Compiling md-5 v0.10.6
11982024-08-29T14:40:48.481Z Compiling dtrace-parser v0.2.0
11992024-08-29T14:40:48.723Z Compiling bytes v1.7.1
12002024-08-29T14:40:48.814Z Compiling bitflags v2.6.0
12012024-08-29T14:40:49.082Z Compiling indexmap v2.4.0
12022024-08-29T14:40:49.229Z Compiling semver v1.0.23
12032024-08-29T14:40:49.966Z Compiling tokio v1.39.3
12042024-08-29T14:40:49.969Z Compiling http v0.2.12
12052024-08-29T14:40:49.997Z Compiling rustc_version v0.4.0
12062024-08-29T14:40:50.574Z Compiling uuid v1.10.0
12072024-08-29T14:40:50.762Z Compiling heapless v0.7.17
12082024-08-29T14:40:52.009Z Compiling http-body v0.4.6
12092024-08-29T14:40:52.165Z Compiling serde_tokenstream v0.2.2
12102024-08-29T14:40:52.453Z Compiling dof v0.3.0
12112024-08-29T14:40:52.499Z Compiling serde_spanned v0.6.7
12122024-08-29T14:40:52.746Z Compiling toml_datetime v0.6.8
12132024-08-29T14:40:52.820Z Compiling chrono v0.4.38
12142024-08-29T14:40:53.094Z Compiling num-integer v0.1.46
12152024-08-29T14:40:53.272Z Compiling usdt-impl v0.5.0
12162024-08-29T14:40:53.891Z Compiling backtrace v0.3.71
12172024-08-29T14:40:54.382Z Compiling idna v0.3.0
12182024-08-29T14:40:54.638Z Compiling lazy_static v1.5.0
12192024-08-29T14:40:54.764Z Compiling hash32 v0.2.1
12202024-08-29T14:40:54.861Z Compiling base64 v0.22.1
12212024-08-29T14:40:55.136Z Compiling fallible-iterator v0.2.0
12222024-08-29T14:40:55.623Z Compiling smoltcp v0.9.1
12232024-08-29T14:40:55.843Z Compiling signal-hook v0.3.17
12242024-08-29T14:40:55.984Z Compiling stable_deref_trait v1.2.0
12252024-08-29T14:40:56.088Z Compiling cfg_aliases v0.1.1
12262024-08-29T14:40:56.120Z Compiling num-bigint-dig v0.8.4
12272024-08-29T14:40:56.186Z Compiling psl-types v2.0.11
12282024-08-29T14:40:56.387Z Compiling crc32fast v1.4.0
12292024-08-29T14:40:56.421Z Compiling gimli v0.28.1
12302024-08-29T14:40:56.543Z Compiling publicsuffix v2.2.3
12312024-08-29T14:40:56.814Z Compiling nix v0.28.0
12322024-08-29T14:40:56.992Z Compiling postgres-protocol v0.6.7
12332024-08-29T14:40:57.178Z Compiling num-iter v0.1.45
12342024-08-29T14:40:57.367Z Compiling terminal_size v0.3.0
12352024-08-29T14:40:57.569Z Compiling hubpack_derive v0.1.1
12362024-08-29T14:40:57.589Z Compiling zerocopy-derive v0.6.6
12372024-08-29T14:40:58.182Z Compiling tokio-util v0.7.11
12382024-08-29T14:40:58.338Z Compiling tokio-native-tls v0.3.1
12392024-08-29T14:40:58.531Z Compiling tokio-rustls v0.24.1
12402024-08-29T14:40:58.619Z Compiling async-trait v0.1.81
12412024-08-29T14:40:59.079Z Compiling h2 v0.3.26
12422024-08-29T14:40:59.721Z Compiling phf_shared v0.11.2
12432024-08-29T14:41:00.052Z Compiling serde_derive_internals v0.29.1
12442024-08-29T14:41:00.102Z Compiling ff v0.13.0
12452024-08-29T14:41:00.190Z Compiling object v0.32.2
12462024-08-29T14:41:00.310Z Compiling fs-err v2.11.0
12472024-08-29T14:41:00.329Z Compiling winnow v0.5.40
12482024-08-29T14:41:00.607Z Compiling ipnet v2.9.0
12492024-08-29T14:41:01.376Z Compiling addr2line v0.21.0
12502024-08-29T14:41:01.395Z Compiling either v1.13.0
12512024-08-29T14:41:01.822Z Compiling managed v0.8.0
12522024-08-29T14:41:01.840Z Compiling rustc-demangle v0.1.24
12532024-08-29T14:41:02.062Z Compiling anyhow v1.0.86
12542024-08-29T14:41:02.271Z Compiling schemars v0.8.21
12552024-08-29T14:41:02.641Z Compiling base64 v0.21.7
12562024-08-29T14:41:02.740Z Compiling bitflags v1.3.2
12572024-08-29T14:41:02.773Z Compiling base16ct v0.2.0
12582024-08-29T14:41:02.884Z Compiling clap_builder v4.5.15
12592024-08-29T14:41:03.113Z Compiling sec1 v0.7.3
12602024-08-29T14:41:03.413Z Compiling rustls-pemfile v1.0.4
12612024-08-29T14:41:03.701Z Compiling schemars_derive v0.8.21
12622024-08-29T14:41:03.869Z Compiling toml_edit v0.19.15
12632024-08-29T14:41:04.571Z Compiling group v0.13.0
12642024-08-29T14:41:04.873Z Compiling phf v0.11.2
12652024-08-29T14:41:04.946Z Compiling zerocopy v0.6.6
12662024-08-29T14:41:05.006Z Compiling cookie_store v0.20.0
12672024-08-29T14:41:05.157Z Compiling hubpack v0.1.2
12682024-08-29T14:41:05.609Z Compiling postgres-types v0.2.7
12692024-08-29T14:41:05.766Z Compiling hyper v0.14.30
12702024-08-29T14:41:07.097Z Compiling usdt-macro v0.5.0
12712024-08-29T14:41:07.382Z Compiling usdt-attr-macro v0.5.0
12722024-08-29T14:41:09.345Z Compiling serde_urlencoded v0.7.1
12732024-08-29T14:41:09.371Z Compiling pkcs1 v0.7.5
12742024-08-29T14:41:09.609Z Compiling futures-executor v0.3.30
12752024-08-29T14:41:09.853Z Compiling hkdf v0.12.4
12762024-08-29T14:41:10.119Z Compiling signature v2.2.0
12772024-08-29T14:41:10.149Z Compiling crypto-bigint v0.5.5
12782024-08-29T14:41:10.392Z Compiling regex v1.10.6
12792024-08-29T14:41:10.413Z Compiling bstr v1.9.1
12802024-08-29T14:41:10.535Z Compiling enum-as-inner v0.6.0
12812024-08-29T14:41:11.493Z Compiling serde_repr v0.1.19
12822024-08-29T14:41:11.637Z Compiling clap_derive v4.5.13
12832024-08-29T14:41:11.722Z Compiling strum_macros v0.25.3
12842024-08-29T14:41:12.031Z Compiling phf_shared v0.10.0
12852024-08-29T14:41:12.171Z Compiling float-cmp v0.9.0
12862024-08-29T14:41:12.396Z Compiling idna v0.4.0
12872024-08-29T14:41:12.414Z Compiling mio v0.8.11
12882024-08-29T14:41:12.671Z Compiling hyper-tls v0.5.0
12892024-08-29T14:41:13.090Z Compiling hyper-rustls v0.24.2
12902024-08-29T14:41:13.448Z Compiling encoding_rs v0.8.34
12912024-08-29T14:41:13.780Z Compiling minimal-lexical v0.2.1
12922024-08-29T14:41:14.012Z Compiling unicode-segmentation v1.11.0
12932024-08-29T14:41:14.288Z Compiling fixedbitset v0.4.2
12942024-08-29T14:41:14.751Z Compiling sync_wrapper v0.1.2
12952024-08-29T14:41:14.889Z Compiling predicates-core v1.0.6
12962024-08-29T14:41:14.909Z Compiling bit-vec v0.6.3
12972024-08-29T14:41:15.260Z Compiling webpki-roots v0.25.4
12982024-08-29T14:41:15.359Z Compiling new_debug_unreachable v1.0.6
12992024-08-29T14:41:15.403Z Compiling normalize-line-endings v0.3.0
13002024-08-29T14:41:15.446Z Compiling static_assertions v1.1.0
13012024-08-29T14:41:15.466Z Compiling difflib v0.4.0
13022024-08-29T14:41:15.522Z Compiling mime v0.3.17
13032024-08-29T14:41:15.545Z Compiling data-encoding v2.6.0
13042024-08-29T14:41:15.800Z Compiling dyn-clone v1.0.17
13052024-08-29T14:41:16.015Z Compiling whoami v1.5.1
13062024-08-29T14:41:16.099Z Compiling precomputed-hash v0.1.1
13072024-08-29T14:41:16.212Z Compiling string_cache v0.8.7
13082024-08-29T14:41:16.610Z Compiling clap v4.5.16
13092024-08-29T14:41:16.629Z Compiling tokio-postgres v0.7.11
13102024-08-29T14:41:16.658Z Compiling hickory-proto v0.24.1
13112024-08-29T14:41:16.733Z Compiling predicates v3.1.2
13122024-08-29T14:41:16.993Z Compiling reqwest v0.11.27
13132024-08-29T14:41:17.914Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13142024-08-29T14:41:17.948Z Compiling console v0.15.8
13152024-08-29T14:41:18.479Z Compiling bit-set v0.5.3
13162024-08-29T14:41:18.762Z Compiling toml_edit v0.22.20
13172024-08-29T14:41:19.471Z Compiling similar v2.6.0
13182024-08-29T14:41:19.999Z Compiling petgraph v0.6.5
13192024-08-29T14:41:21.172Z Compiling nom v7.1.3
13202024-08-29T14:41:21.888Z Compiling usdt v0.5.0
13212024-08-29T14:41:22.201Z Compiling signal-hook-mio v0.2.4
13222024-08-29T14:41:22.380Z Compiling elliptic-curve v0.13.8
13232024-08-29T14:41:22.397Z Compiling rsa v0.9.6
13242024-08-29T14:41:23.227Z Compiling futures v0.3.30
13252024-08-29T14:41:23.347Z Compiling flate2 v1.0.31
13262024-08-29T14:41:24.295Z Compiling toml v0.7.8
13272024-08-29T14:41:24.875Z Compiling itertools v0.12.1
13282024-08-29T14:41:25.667Z Compiling itertools v0.10.5
13292024-08-29T14:41:25.996Z Compiling tokio-stream v0.1.15
13302024-08-29T14:41:26.808Z Compiling openapiv3 v2.0.0
13312024-08-29T14:41:27.025Z Compiling crossbeam-epoch v0.9.18
13322024-08-29T14:41:27.055Z Compiling hex v0.4.3
13332024-08-29T14:41:27.634Z Compiling sha1 v0.10.6
13342024-08-29T14:41:27.824Z Compiling dirs-sys-next v0.1.2
13352024-08-29T14:41:28.063Z Compiling unicode-xid v0.2.4
13362024-08-29T14:41:28.066Z Compiling peg-runtime v0.8.3
13372024-08-29T14:41:28.248Z Compiling lalrpop-util v0.19.12
13382024-08-29T14:41:28.330Z Compiling dirs-next v2.0.0
13392024-08-29T14:41:28.480Z Compiling thread_local v1.1.8
13402024-08-29T14:41:28.499Z Compiling slog-async v2.8.0
13412024-08-29T14:41:28.527Z Compiling term v0.7.0
13422024-08-29T14:41:28.577Z Compiling xattr v1.3.1
13432024-08-29T14:41:28.705Z Compiling crossbeam-channel v0.5.12
13442024-08-29T14:41:28.856Z Compiling strum_macros v0.26.4
13452024-08-29T14:41:29.016Z Compiling is-terminal v0.4.12
13462024-08-29T14:41:29.109Z Compiling filetime v0.2.24
13472024-08-29T14:41:29.142Z Compiling take_mut v0.2.2
13482024-08-29T14:41:29.294Z Compiling tar v0.4.41
13492024-08-29T14:41:29.400Z Compiling slog-term v2.9.1
13502024-08-29T14:41:30.055Z Compiling camino v1.1.9
13512024-08-29T14:41:31.362Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13522024-08-29T14:41:32.002Z Compiling strum v0.26.3
13532024-08-29T14:41:32.079Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13542024-08-29T14:41:37.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
13552024-08-29T14:41:37.491Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13562024-08-29T14:41:37.537ZAug 29 14:41:36.418 INFO Starting download, target: Console
13572024-08-29T14:41:37.537ZAug 29 14:41:36.418 INFO Starting download, target: Cockroach
13582024-08-29T14:41:37.537ZAug 29 14:41:36.418 INFO Starting download, target: Clickhouse
13592024-08-29T14:41:37.537ZAug 29 14:41:36.418 INFO Starting download, target: DendriteOpenapi
13602024-08-29T14:41:37.537ZAug 29 14:41:36.418 INFO Starting download, target: DendriteStub
13612024-08-29T14:41:37.540ZAug 29 14:41:36.418 INFO Starting download, target: MaghemiteMgd
13622024-08-29T14:41:37.540ZAug 29 14:41:36.418 INFO Starting download, target: TransceiverControl
13632024-08-29T14:41:37.540ZAug 29 14:41:36.418 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13642024-08-29T14:41:37.540ZAug 29 14:41:36.418 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13652024-08-29T14:41:37.540ZAug 29 14:41:36.419 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13662024-08-29T14:41:37.540ZAug 29 14:41:36.419 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13672024-08-29T14:41:37.540ZAug 29 14:41:36.419 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13682024-08-29T14:41:37.540ZAug 29 14:41:36.419 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13692024-08-29T14:41:37.540ZAug 29 14:41:36.419 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13702024-08-29T14:41:37.763ZAug 29 14:41:36.638 INFO Download complete, target: DendriteOpenapi
13712024-08-29T14:41:37.784ZAug 29 14:41:36.654 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13722024-08-29T14:41:38.150ZAug 29 14:41:37.030 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13732024-08-29T14:41:38.175ZAug 29 14:41:37.054 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13742024-08-29T14:41:38.368ZAug 29 14:41:37.249 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13752024-08-29T14:41:38.575ZAug 29 14:41:37.455 INFO Download complete, target: TransceiverControl
13762024-08-29T14:41:38.578ZAug 29 14:41:37.458 INFO Download complete, target: Console
13772024-08-29T14:41:38.951ZAug 29 14:41:37.831 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13782024-08-29T14:41:38.951ZAug 29 14:41:37.831 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13792024-08-29T14:41:39.795ZAug 29 14:41:38.675 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13802024-08-29T14:41:41.398ZAug 29 14:41:40.276 INFO Download complete, target: MaghemiteMgd
13812024-08-29T14:41:41.405ZAug 29 14:41:40.284 INFO Download complete, target: DendriteStub
13822024-08-29T14:41:47.040ZAug 29 14:41:45.918 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13832024-08-29T14:41:47.359ZAug 29 14:41:46.236 INFO Checking that binary works, target: Cockroach
13842024-08-29T14:41:47.511ZAug 29 14:41:46.389 INFO Download complete, target: Cockroach
13852024-08-29T14:41:53.473ZAug 29 14:41:52.348 INFO Checking that binary works, target: Clickhouse
13862024-08-29T14:41:54.314ZAug 29 14:41:53.190 INFO Download complete, target: Clickhouse
13872024-08-29T14:41:54.321ZAll prerequisites installed successfully
13882024-08-29T14:41:54.324Z
13892024-08-29T14:41:54.324Zreal 3:58.683234690
13902024-08-29T14:41:54.324Zuser 11:11.096373759
13912024-08-29T14:41:54.324Zsys 2:23.796046461
13922024-08-29T14:41:54.324Ztrap 0.405398166
13932024-08-29T14:41:54.324Ztflt 8.997993013
13942024-08-29T14:41:54.324Zdflt 6.226320900
13952024-08-29T14:41:54.324Zkflt 0.464328423
13962024-08-29T14:41:54.324Zlock 22:27.841891622
13972024-08-29T14:41:54.324Zslp 45:03.796334508
13982024-08-29T14:41:54.324Zlat 38.928655708
13992024-08-29T14:41:54.324Zstop 1:45.546961602
14002024-08-29T14:41:54.324Z+ source ./tools/include/force-git-over-https.sh
14012024-08-29T14:41:54.324Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14022024-08-29T14:41:54.324Z++ (( i = 0 ))
14032024-08-29T14:41:54.324Z++ (( i < 5 ))
14042024-08-29T14:41:54.324Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14052024-08-29T14:41:54.327Z++ (( i++ ))
14062024-08-29T14:41:54.327Z++ (( i < 5 ))
14072024-08-29T14:41:54.329Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14082024-08-29T14:41:54.332Z++ (( i++ ))
14092024-08-29T14:41:54.332Z++ (( i < 5 ))
14102024-08-29T14:41:54.332Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14112024-08-29T14:41:54.334Z++ (( i++ ))
14122024-08-29T14:41:54.334Z++ (( i < 5 ))
14132024-08-29T14:41:54.334Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14142024-08-29T14:41:54.338Z++ (( i++ ))
14152024-08-29T14:41:54.338Z++ (( i < 5 ))
14162024-08-29T14:41:54.338Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14172024-08-29T14:41:54.341Z++ (( i++ ))
14182024-08-29T14:41:54.341Z++ (( i < 5 ))
14192024-08-29T14:41:54.341Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14202024-08-29T14:41:54.341Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14212024-08-29T14:41:54.341Z+ rc=0
14222024-08-29T14:41:54.341Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14232024-08-29T14:42:15.426Z+ case $rc in
14242024-08-29T14:42:15.426Z+ pfexec zfs create -p rpool/images/build/host
14252024-08-29T14:42:15.604Z+ pfexec zfs create -p rpool/images/build/recovery
14262024-08-29T14:42:15.694Z+ cargo xtask releng --output-dir /work
14272024-08-29T14:42:16.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
14282024-08-29T14:42:16.272Z Running `target/debug/xtask releng --output-dir /work`
14292024-08-29T14:42:17.155Z Compiling proc-macro2 v1.0.86
14302024-08-29T14:42:17.155Z Compiling unicode-ident v1.0.12
14312024-08-29T14:42:17.155Z Compiling libc v0.2.158
14322024-08-29T14:42:17.155Z Compiling serde v1.0.208
14332024-08-29T14:42:17.158Z Compiling version_check v0.9.5
14342024-08-29T14:42:17.158Z Compiling autocfg v1.3.0
14352024-08-29T14:42:17.158Z Compiling cfg-if v1.0.0
14362024-08-29T14:42:17.158Z Compiling once_cell v1.19.0
14372024-08-29T14:42:17.451Z Compiling typenum v1.17.0
14382024-08-29T14:42:17.511Z Compiling memchr v2.7.2
14392024-08-29T14:42:17.991Z Compiling generic-array v0.14.7
14402024-08-29T14:42:18.106Z Compiling lock_api v0.4.12
14412024-08-29T14:42:18.338Z Compiling ahash v0.8.11
14422024-08-29T14:42:18.405Z Compiling serde_json v1.0.125
14432024-08-29T14:42:18.442Z Compiling libm v0.2.8
14442024-08-29T14:42:18.731Z Compiling quote v1.0.36
14452024-08-29T14:42:18.750Z Compiling num-traits v0.2.19
14462024-08-29T14:42:18.802Z Compiling parking_lot_core v0.9.10
14472024-08-29T14:42:18.914Z Compiling byteorder v1.5.0
14482024-08-29T14:42:19.226Z Compiling syn v2.0.74
14492024-08-29T14:42:19.339Z Compiling jobserver v0.1.32
14502024-08-29T14:42:19.366Z Compiling getrandom v0.2.14
14512024-08-29T14:42:19.607Z Compiling log v0.4.21
14522024-08-29T14:42:19.626Z Compiling scopeguard v1.2.0
14532024-08-29T14:42:19.695Z Compiling cc v1.0.97
14542024-08-29T14:42:19.956Z Compiling thiserror v1.0.63
14552024-08-29T14:42:20.055Z Compiling itoa v1.0.11
14562024-08-29T14:42:20.309Z Compiling slab v0.4.9
14572024-08-29T14:42:20.328Z Compiling rand_core v0.6.4
14582024-08-29T14:42:20.409Z Compiling pkg-config v0.3.30
14592024-08-29T14:42:20.929Z Compiling semver v1.0.23
14602024-08-29T14:42:21.162Z Compiling ryu v1.0.18
14612024-08-29T14:42:21.444Z Compiling pin-project-lite v0.2.14
14622024-08-29T14:42:21.498Z Compiling smallvec v1.13.2
14632024-08-29T14:42:21.498Z Compiling vcpkg v0.2.15
14642024-08-29T14:42:21.684Z Compiling allocator-api2 v0.2.18
14652024-08-29T14:42:22.123Z Compiling spin v0.9.8
14662024-08-29T14:42:22.397Z Compiling subtle v2.5.0
14672024-08-29T14:42:22.771Z Compiling const-oid v0.9.6
14682024-08-29T14:42:23.027Z Compiling signal-hook-registry v1.4.2
14692024-08-29T14:42:23.050Z Compiling ring v0.17.8
14702024-08-29T14:42:23.234Z Compiling openssl-sys v0.9.103
14712024-08-29T14:42:24.163Z Compiling rustix v0.38.34
14722024-08-29T14:42:24.317Z Compiling httparse v1.8.0
14732024-08-29T14:42:24.683Z Compiling heck v0.5.0
14742024-08-29T14:42:24.724Z Compiling schemars v0.8.21
14752024-08-29T14:42:25.106Z Compiling parking_lot v0.12.2
14762024-08-29T14:42:25.123Z Compiling mio v1.0.2
14772024-08-29T14:42:25.696Z Compiling futures-core v0.3.30
14782024-08-29T14:42:25.926Z Compiling num-conv v0.1.0
14792024-08-29T14:42:25.975Z Compiling time-core v0.1.2
14802024-08-29T14:42:26.153Z Compiling socket2 v0.5.7
14812024-08-29T14:42:26.236Z Compiling openssl v0.10.66
14822024-08-29T14:42:26.272Z Compiling time-macros v0.2.18
14832024-08-29T14:42:26.514Z Compiling equivalent v1.0.1
14842024-08-29T14:42:26.635Z Compiling fnv v1.0.7
14852024-08-29T14:42:26.707Z Compiling serde_derive_internals v0.29.1
14862024-08-29T14:42:27.299Z Compiling native-tls v0.2.11
14872024-08-29T14:42:27.377Z Compiling tinyvec_macros v0.1.1
14882024-08-29T14:42:27.445Z Compiling futures-sink v0.3.30
14892024-08-29T14:42:27.668Z Compiling rustls v0.21.12
14902024-08-29T14:42:27.688Z Compiling tinyvec v1.6.0
14912024-08-29T14:42:28.391Z Compiling crossbeam-utils v0.8.19
14922024-08-29T14:42:29.091Z Compiling cookie v0.17.0
14932024-08-29T14:42:29.178Z Compiling cpufeatures v0.2.12
14942024-08-29T14:42:29.305Z Compiling unicode-normalization v0.1.23
14952024-08-29T14:42:29.360Z Compiling iana-time-zone v0.1.60
14962024-08-29T14:42:29.472Z Compiling ucd-trie v0.1.6
14972024-08-29T14:42:29.920Z Compiling futures-channel v0.3.30
14982024-08-29T14:42:30.028Z Compiling futures-task v0.3.30
14992024-08-29T14:42:30.134Z Compiling unicode-bidi v0.3.15
15002024-08-29T14:42:30.176Z Compiling futures-io v0.3.30
15012024-08-29T14:42:30.353Z Compiling pin-utils v0.1.0
15022024-08-29T14:42:30.553Z Compiling syn v1.0.109
15032024-08-29T14:42:30.709Z Compiling slog v2.7.0
15042024-08-29T14:42:30.975Z Compiling aho-corasick v1.1.3
15052024-08-29T14:42:31.370Z Compiling untrusted v0.9.0
15062024-08-29T14:42:31.431Z Compiling regex-syntax v0.8.4
15072024-08-29T14:42:32.134Z Compiling serde_derive v1.0.208
15082024-08-29T14:42:32.136Z Compiling zeroize_derive v1.4.2
15092024-08-29T14:42:32.398Z Compiling zerocopy-derive v0.7.34
15102024-08-29T14:42:33.605Z Compiling tokio-macros v2.4.0
15112024-08-29T14:42:33.739Z Compiling thiserror-impl v1.0.63
15122024-08-29T14:42:34.591Z Compiling zeroize v1.7.0
15132024-08-29T14:42:35.072Z Compiling zerocopy v0.7.34
15142024-08-29T14:42:35.537Z Compiling futures-macro v0.3.30
15152024-08-29T14:42:37.602Z Compiling crypto-common v0.1.6
15162024-08-29T14:42:37.752Z Compiling tracing-attributes v0.1.27
15172024-08-29T14:42:37.838Z Compiling der_derive v0.7.2
15182024-08-29T14:42:37.983Z Compiling hashbrown v0.14.5
15192024-08-29T14:42:38.364Z Compiling block-buffer v0.10.4
15202024-08-29T14:42:38.748Z Compiling digest v0.10.7
15212024-08-29T14:42:39.177Z Compiling schemars_derive v0.8.21
15222024-08-29T14:42:40.215Z Compiling openssl-macros v0.1.1
15232024-08-29T14:42:40.528Z Compiling scroll_derive v0.12.0
15242024-08-29T14:42:41.048Z Compiling hmac v0.12.1
15252024-08-29T14:42:41.113Z Compiling pest v2.7.10
15262024-08-29T14:42:41.188Z Compiling block-padding v0.3.3
15272024-08-29T14:42:41.327Z Compiling futures-util v0.3.30
15282024-08-29T14:42:41.436Z Compiling inout v0.1.3
15292024-08-29T14:42:41.939Z Compiling cipher v0.4.4
15302024-08-29T14:42:42.430Z Compiling sha2 v0.10.8
15312024-08-29T14:42:42.483Z Compiling regex-automata v0.4.6
15322024-08-29T14:42:43.951Z Compiling pest_meta v2.7.10
15332024-08-29T14:42:44.393Z Compiling dyn-clone v1.0.17
15342024-08-29T14:42:44.783Z Compiling crc32fast v1.4.0
15352024-08-29T14:42:45.368Z Compiling pest_generator v2.7.10
15362024-08-29T14:42:46.895Z Compiling bytes v1.7.1
15372024-08-29T14:42:48.637Z Compiling bitflags v2.6.0
15382024-08-29T14:42:48.965Z Compiling tokio v1.39.3
15392024-08-29T14:42:49.235Z Compiling indexmap v2.4.0
15402024-08-29T14:42:50.615Z Compiling serde_tokenstream v0.2.2
15412024-08-29T14:42:50.781Z Compiling uuid v1.10.0
15422024-08-29T14:42:51.280Z Compiling chrono v0.4.38
15432024-08-29T14:42:51.624Z Compiling http v0.2.12
15442024-08-29T14:42:51.974Z Compiling rustc_version v0.4.0
15452024-08-29T14:42:52.712Z Compiling pest_derive v2.7.10
15462024-08-29T14:42:55.074Z Compiling usdt-impl v0.5.0
15472024-08-29T14:42:55.303Z Compiling powerfmt v0.2.0
15482024-08-29T14:42:55.382Z Compiling heck v0.4.1
15492024-08-29T14:42:55.559Z Compiling percent-encoding v2.3.1
15502024-08-29T14:42:55.886Z Compiling base64ct v1.6.0
15512024-08-29T14:42:55.915Z Compiling deranged v0.3.11
15522024-08-29T14:42:56.160Z Compiling heapless v0.7.17
15532024-08-29T14:42:56.467Z Compiling pem-rfc7468 v0.7.0
15542024-08-29T14:42:56.760Z Compiling scroll v0.12.0
15552024-08-29T14:42:57.217Z Compiling zerocopy-derive v0.6.6
15562024-08-29T14:42:58.002Z Compiling backtrace v0.3.71
15572024-08-29T14:42:58.290Z Compiling tokio-util v0.7.11
15582024-08-29T14:42:58.511Z Compiling tracing-core v0.1.32
15592024-08-29T14:42:59.103Z Compiling errno v0.3.9
15602024-08-29T14:42:59.402Z Compiling flagset v0.4.5
15612024-08-29T14:42:59.615Z Compiling num_threads v0.1.7
15622024-08-29T14:43:00.427Z Compiling plain v0.2.3
15632024-08-29T14:43:00.570Z Compiling ppv-lite86 v0.2.17
15642024-08-29T14:43:00.702Z Compiling num-bigint-dig v0.8.4
15652024-08-29T14:43:00.768Z Compiling goblin v0.8.2
15662024-08-29T14:43:01.012Z Compiling time v0.3.36
15672024-08-29T14:43:01.033Z Compiling der v0.7.9
15682024-08-29T14:43:01.409Z Compiling rand_chacha v0.3.1
15692024-08-29T14:43:02.420Z Compiling tracing v0.1.40
15702024-08-29T14:43:03.776Z Compiling regex v1.10.6
15712024-08-29T14:43:03.795Z Compiling salsa20 v0.10.2
15722024-08-29T14:43:04.023Z Compiling pbkdf2 v0.12.2
15732024-08-29T14:43:04.233Z Compiling async-trait v0.1.81
15742024-08-29T14:43:04.804Z Compiling pretty-hex v0.4.1
15752024-08-29T14:43:05.275Z Compiling strsim v0.11.1
15762024-08-29T14:43:06.238Z Compiling rustversion v1.0.17
15772024-08-29T14:43:06.883Z Compiling dof v0.3.0
15782024-08-29T14:43:07.813Z Compiling scrypt v0.11.0
15792024-08-29T14:43:08.218Z Compiling spki v0.7.3
15802024-08-29T14:43:08.567Z Compiling rand v0.8.5
15812024-08-29T14:43:08.621Z Compiling form_urlencoded v1.2.1
15822024-08-29T14:43:08.818Z Compiling dtrace-parser v0.2.0
15832024-08-29T14:43:08.901Z Compiling cbc v0.1.2
15842024-08-29T14:43:09.138Z Compiling aes v0.8.4
15852024-08-29T14:43:09.249Z Compiling thread-id v4.2.1
15862024-08-29T14:43:10.369Z Compiling foreign-types-shared v0.1.1
15872024-08-29T14:43:10.441Z Compiling unicode-width v0.1.13
15882024-08-29T14:43:10.505Z Compiling smoltcp v0.9.1
15892024-08-29T14:43:10.756Z Compiling signal-hook v0.3.17
15902024-08-29T14:43:10.955Z Compiling try-lock v0.2.5
15912024-08-29T14:43:11.310Z Compiling anyhow v1.0.86
15922024-08-29T14:43:12.053Z Compiling want v0.3.1
15932024-08-29T14:43:12.412Z Compiling foreign-types v0.3.2
15942024-08-29T14:43:12.644Z Compiling pkcs5 v0.7.1
15952024-08-29T14:43:15.489Z Compiling h2 v0.3.26
15962024-08-29T14:43:16.854Z Compiling http-body v0.4.6
15972024-08-29T14:43:18.641Z Compiling clap_derive v4.5.13
15982024-08-29T14:43:18.946Z Compiling tower-service v0.3.2
15992024-08-29T14:43:18.967Z Compiling siphasher v0.3.11
16002024-08-29T14:43:19.093Z Compiling cfg_aliases v0.1.1
16012024-08-29T14:43:19.344Z Compiling base64 v0.21.7
16022024-08-29T14:43:19.622Z Compiling httpdate v1.0.3
16032024-08-29T14:43:20.877Z Compiling nix v0.28.0
16042024-08-29T14:43:23.550Z Compiling hyper v0.14.30
16052024-08-29T14:43:24.960Z Compiling pkcs8 v0.10.2
16062024-08-29T14:43:27.415Z Compiling sct v0.7.1
16072024-08-29T14:43:27.756Z Compiling rustls-webpki v0.101.7
16082024-08-29T14:43:29.472Z Compiling openapiv3 v2.0.0
16092024-08-29T14:43:29.672Z Compiling hubpack_derive v0.1.1
16102024-08-29T14:43:32.971Z Compiling idna v0.5.0
16112024-08-29T14:43:36.110Z Compiling fs-err v2.11.0
16122024-08-29T14:43:36.162Z Compiling utf8parse v0.2.1
16132024-08-29T14:43:36.434Z Compiling anstyle v1.0.8
16142024-08-29T14:43:36.600Z Compiling finl_unicode v1.2.0
16152024-08-29T14:43:36.739Z Compiling openssl-probe v0.1.5
16162024-08-29T14:43:36.974Z Compiling adler v1.0.2
16172024-08-29T14:43:37.256Z Compiling miniz_oxide v0.7.2
16182024-08-29T14:43:37.339Z Compiling stringprep v0.1.4
16192024-08-29T14:43:38.608Z Compiling anstyle-parse v0.2.4
16202024-08-29T14:43:39.045Z Compiling url v2.5.2
16212024-08-29T14:43:43.866Z Compiling usdt-attr-macro v0.5.0
16222024-08-29T14:43:43.964Z Compiling usdt-macro v0.5.0
16232024-08-29T14:43:45.797Z Compiling toml_datetime v0.6.8
16242024-08-29T14:43:45.815Z Compiling serde_spanned v0.6.7
16252024-08-29T14:43:46.046Z Compiling regress v0.9.1
16262024-08-29T14:43:46.230Z Compiling md-5 v0.10.6
16272024-08-29T14:43:46.472Z Compiling idna v0.3.0
16282024-08-29T14:43:48.115Z Compiling lazy_static v1.5.0
16292024-08-29T14:43:48.246Z Compiling num-integer v0.1.46
16302024-08-29T14:43:48.804Z Compiling hash32 v0.2.1
16312024-08-29T14:43:48.975Z Compiling encoding_rs v0.8.34
16322024-08-29T14:43:49.169Z Compiling psl-types v2.0.11
16332024-08-29T14:43:49.645Z Compiling gimli v0.28.1
16342024-08-29T14:43:49.664Z Compiling stable_deref_trait v1.2.0
16352024-08-29T14:43:49.775Z Compiling is_terminal_polyfill v1.70.0
16362024-08-29T14:43:49.829Z Compiling base64 v0.22.1
16372024-08-29T14:43:49.902Z Compiling fallible-iterator v0.2.0
16382024-08-29T14:43:50.519Z Compiling colorchoice v1.0.1
16392024-08-29T14:43:50.652Z Compiling anstyle-query v1.0.3
16402024-08-29T14:43:50.672Z Compiling mime v0.3.17
16412024-08-29T14:43:50.705Z Compiling postgres-protocol v0.6.7
16422024-08-29T14:43:50.804Z Compiling anstream v0.6.14
16432024-08-29T14:43:51.469Z Compiling publicsuffix v2.2.3
16442024-08-29T14:43:51.781Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16452024-08-29T14:43:54.343Z Compiling addr2line v0.21.0
16462024-08-29T14:43:54.589Z Compiling num-iter v0.1.45
16472024-08-29T14:43:55.961Z Compiling tokio-rustls v0.24.1
16482024-08-29T14:43:56.809Z Compiling terminal_size v0.3.0
16492024-08-29T14:43:57.015Z Compiling tokio-native-tls v0.3.1
16502024-08-29T14:43:57.605Z Compiling phf_shared v0.11.2
16512024-08-29T14:43:57.626Z Compiling strum_macros v0.25.3
16522024-08-29T14:43:58.036Z Compiling serde_urlencoded v0.7.1
16532024-08-29T14:43:58.393Z Compiling enum-as-inner v0.6.0
16542024-08-29T14:43:59.495Z Compiling serde_repr v0.1.19
16552024-08-29T14:43:59.563Z Compiling ff v0.13.0
16562024-08-29T14:43:59.588Z Compiling object v0.32.2
16572024-08-29T14:43:59.801Z Compiling managed v0.8.0
16582024-08-29T14:44:00.243Z Compiling rustc-demangle v0.1.24
16592024-08-29T14:44:00.437Z Compiling clap_lex v0.7.0
16602024-08-29T14:44:01.125Z Compiling bitflags v1.3.2
16612024-08-29T14:44:01.169Z Compiling winnow v0.5.40
16622024-08-29T14:44:01.230Z Compiling base16ct v0.2.0
16632024-08-29T14:44:01.520Z Compiling ipnet v2.9.0
16642024-08-29T14:44:02.191Z Compiling either v1.13.0
16652024-08-29T14:44:02.554Z Compiling rustls-pemfile v1.0.4
16662024-08-29T14:44:02.630Z Compiling sec1 v0.7.3
16672024-08-29T14:44:03.619Z Compiling clap_builder v4.5.15
16682024-08-29T14:44:03.622Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16692024-08-29T14:44:04.330Z Compiling group v0.13.0
16702024-08-29T14:44:04.638Z Compiling toml_edit v0.19.15
16712024-08-29T14:44:06.798Z Compiling phf v0.11.2
16722024-08-29T14:44:07.092Z Compiling hyper-tls v0.5.0
16732024-08-29T14:44:07.437Z Compiling hyper-rustls v0.24.2
16742024-08-29T14:44:07.792Z Compiling cookie_store v0.20.0
16752024-08-29T14:44:08.349Z Compiling postgres-types v0.2.7
16762024-08-29T14:44:09.269Z Compiling hubpack v0.1.2
16772024-08-29T14:44:09.528Z Compiling pkcs1 v0.7.5
16782024-08-29T14:44:09.750Z Compiling phf_shared v0.10.0
16792024-08-29T14:44:10.350Z Compiling zerocopy v0.6.6
16802024-08-29T14:44:10.424Z Compiling futures-executor v0.3.30
16812024-08-29T14:44:10.465Z Compiling bstr v1.9.1
16822024-08-29T14:44:10.754Z Compiling hkdf v0.12.4
16832024-08-29T14:44:10.776Z Compiling signature v2.2.0
16842024-08-29T14:44:10.870Z Compiling crypto-bigint v0.5.5
16852024-08-29T14:44:11.024Z Compiling idna v0.4.0
16862024-08-29T14:44:11.078Z Compiling float-cmp v0.9.0
16872024-08-29T14:44:11.212Z Compiling mio v0.8.11
16882024-08-29T14:44:11.290Z Compiling memmap v0.7.0
16892024-08-29T14:44:11.588Z Compiling whoami v1.5.1
16902024-08-29T14:44:11.986Z Compiling predicates-core v1.0.6
16912024-08-29T14:44:12.024Z Compiling data-encoding v2.6.0
16922024-08-29T14:44:12.075Z Compiling new_debug_unreachable v1.0.6
16932024-08-29T14:44:12.251Z Compiling bit-vec v0.6.3
16942024-08-29T14:44:12.445Z Compiling normalize-line-endings v0.3.0
16952024-08-29T14:44:12.578Z Compiling difflib v0.4.0
16962024-08-29T14:44:12.664Z Compiling unicode-segmentation v1.11.0
16972024-08-29T14:44:12.682Z Compiling webpki-roots v0.25.4
16982024-08-29T14:44:12.698Z Compiling sync_wrapper v0.1.2
16992024-08-29T14:44:12.838Z Compiling minimal-lexical v0.2.1
17002024-08-29T14:44:12.855Z Compiling winnow v0.6.18
17012024-08-29T14:44:13.437Z Compiling precomputed-hash v0.1.1
17022024-08-29T14:44:13.610Z Compiling static_assertions v1.1.0
17032024-08-29T14:44:13.682Z Compiling fixedbitset v0.4.2
17042024-08-29T14:44:13.711Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17052024-08-29T14:44:13.790Z Compiling elliptic-curve v0.13.8
17062024-08-29T14:44:14.010Z Compiling petgraph v0.6.5
17072024-08-29T14:44:14.076Z Compiling reqwest v0.11.27
17082024-08-29T14:44:14.429Z Compiling string_cache v0.8.7
17092024-08-29T14:44:14.495Z Compiling similar v2.6.0
17102024-08-29T14:44:14.750Z Compiling nom v7.1.3
17112024-08-29T14:44:14.833Z Compiling predicates v3.1.2
17122024-08-29T14:44:16.401Z Compiling toml_edit v0.22.20
17132024-08-29T14:44:16.512Z Compiling hickory-proto v0.24.1
17142024-08-29T14:44:18.412Z Compiling bit-set v0.5.3
17152024-08-29T14:44:18.702Z Compiling tokio-postgres v0.7.11
17162024-08-29T14:44:18.951Z Compiling signal-hook-mio v0.2.4
17172024-08-29T14:44:19.132Z Compiling usdt v0.5.0
17182024-08-29T14:44:19.850Z Compiling rsa v0.9.6
17192024-08-29T14:44:20.842Z Compiling futures v0.3.30
17202024-08-29T14:44:22.543Z Compiling toml v0.7.8
17212024-08-29T14:44:23.551Z Compiling clap v4.5.16
17222024-08-29T14:44:23.683Z Compiling crossbeam-epoch v0.9.18
17232024-08-29T14:44:23.820Z Compiling flate2 v1.0.31
17242024-08-29T14:44:24.041Z Compiling itertools v0.12.1
17252024-08-29T14:44:24.351Z Compiling itertools v0.10.5
17262024-08-29T14:44:24.697Z Compiling console v0.15.8
17272024-08-29T14:44:25.779Z Compiling tokio-stream v0.1.15
17282024-08-29T14:44:26.128Z Compiling hex v0.4.3
17292024-08-29T14:44:26.897Z Compiling sha1 v0.10.6
17302024-08-29T14:44:27.267Z Compiling peg-runtime v0.8.3
17312024-08-29T14:44:27.386Z Compiling unicode-xid v0.2.4
17322024-08-29T14:44:27.565Z Compiling camino v1.1.9
17332024-08-29T14:44:28.210Z Compiling lalrpop-util v0.19.12
17342024-08-29T14:44:28.431Z Compiling radium v0.7.0
17352024-08-29T14:44:28.565Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17362024-08-29T14:44:32.357Z Compiling is-terminal v0.4.12
17372024-08-29T14:44:35.304Z Compiling maybe-uninit v2.0.0
17382024-08-29T14:44:35.776Z Compiling ident_case v1.0.1
17392024-08-29T14:44:36.603Z Compiling rustls-pki-types v1.7.0
17402024-08-29T14:44:36.659Z Compiling tap v1.0.1
17412024-08-29T14:44:37.915Z Compiling wyz v0.5.1
17422024-08-29T14:44:39.053Z Compiling darling_core v0.20.9
17432024-08-29T14:44:52.044Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17442024-08-29T14:44:52.843Z Compiling getopts v0.2.21
17452024-08-29T14:44:54.182Z Compiling bzip2-sys v0.1.11+1.0.8
17462024-08-29T14:44:54.671Z Compiling dirs-sys-next v0.1.2
17472024-08-29T14:44:54.896Z Compiling paste v1.0.15
17482024-08-29T14:44:55.378Z Compiling packed_struct v0.10.1
17492024-08-29T14:44:55.747Z Compiling unsafe-libyaml v0.2.11
17502024-08-29T14:44:55.816Z Compiling rustls v0.22.4
17512024-08-29T14:44:55.854Z Compiling funty v2.0.0
17522024-08-29T14:44:57.474Z Compiling serde_yaml v0.9.34+deprecated
17532024-08-29T14:44:57.549Z Compiling bitvec v1.0.1
17542024-08-29T14:44:58.436Z Compiling dirs-next v2.0.0
17552024-08-29T14:45:01.924Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17562024-08-29T14:45:03.989Z Compiling darling_macro v0.20.9
17572024-08-29T14:45:04.998Z Compiling rustls-webpki v0.102.4
17582024-08-29T14:45:07.103Z Compiling packed_struct_codegen v0.10.1
17592024-08-29T14:45:07.640Z Compiling structmeta-derive v0.3.0
17602024-08-29T14:45:08.434Z Compiling thread_local v1.1.8
17612024-08-29T14:45:08.879Z Compiling indexmap v1.9.3
17622024-08-29T14:45:09.105Z Compiling multer v3.1.0
17632024-08-29T14:45:09.262Z Compiling crc-catalog v2.4.0
17642024-08-29T14:45:09.442Z Compiling slog-async v2.8.0
17652024-08-29T14:45:09.520Z Compiling nodrop v0.1.14
17662024-08-29T14:45:09.658Z Compiling fastrand v2.1.0
17672024-08-29T14:45:09.707Z Compiling match_cfg v0.1.0
17682024-08-29T14:45:09.726Z Compiling rayon-core v1.12.1
17692024-08-29T14:45:09.812Z Compiling hostname v0.3.1
17702024-08-29T14:45:09.987Z Compiling array-init v0.0.4
17712024-08-29T14:45:10.054Z Compiling tempfile v3.10.1
17722024-08-29T14:45:10.187Z Compiling structmeta v0.3.0
17732024-08-29T14:45:10.659Z Compiling crc v3.2.1
17742024-08-29T14:45:11.639Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17752024-08-29T14:45:13.138Z Compiling smallvec v0.6.14
17762024-08-29T14:45:13.632Z Compiling darling v0.20.9
17772024-08-29T14:45:13.763Z Compiling term v0.7.0
17782024-08-29T14:45:16.169Z Compiling crossbeam-deque v0.8.5
17792024-08-29T14:45:16.566Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17802024-08-29T14:45:18.063Z Compiling slog-json v2.6.1
17812024-08-29T14:45:18.495Z Compiling crossbeam-channel v0.5.12
17822024-08-29T14:45:19.056Z Compiling http v1.1.0
17832024-08-29T14:45:20.629Z Compiling pin-project-internal v1.1.5
17842024-08-29T14:45:21.928Z Compiling async-stream-impl v0.3.5
17852024-08-29T14:45:23.653Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17862024-08-29T14:45:24.609Z Compiling termcolor v1.4.1
17872024-08-29T14:45:25.631Z Compiling hashbrown v0.12.3
17882024-08-29T14:45:26.192Z Compiling same-file v1.0.6
17892024-08-29T14:45:26.437Z Compiling atomic-waker v1.1.2
17902024-08-29T14:45:26.993Z Compiling bitfield v0.14.0
17912024-08-29T14:45:27.444Z Compiling take_mut v0.2.2
17922024-08-29T14:45:34.479Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17932024-08-29T14:45:36.037Z Compiling waitgroup v0.1.2
17942024-08-29T14:45:36.283Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17952024-08-29T14:45:36.535Z Compiling walkdir v2.5.0
17962024-08-29T14:45:37.925Z Compiling env_logger v0.10.2
17972024-08-29T14:45:42.744Z Compiling pin-project v1.1.5
17982024-08-29T14:45:42.881Z Compiling async-stream v0.3.5
17992024-08-29T14:45:45.295Z Compiling slog-bunyan v2.5.0
18002024-08-29T14:45:46.108Z Compiling tokio-rustls v0.25.0
18012024-08-29T14:45:46.698Z Compiling slog-term v2.9.1
18022024-08-29T14:45:46.785Z Compiling serde_with_macros v3.9.0
18032024-08-29T14:45:49.252Z Compiling serde-hex v0.1.0
18042024-08-29T14:45:49.325Z Compiling bzip2 v0.4.4
18052024-08-29T14:45:49.329Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18062024-08-29T14:45:49.637Z Compiling parse-display-derive v0.10.0
18072024-08-29T14:45:49.767Z Compiling toml v0.8.19
18082024-08-29T14:45:50.023Z Compiling rustls-pemfile v2.1.3
18092024-08-29T14:45:53.128Z Compiling x509-cert v0.2.5
18102024-08-29T14:45:53.227Z Compiling ron v0.8.1
18112024-08-29T14:45:53.631Z Compiling ipnetwork v0.20.0
18122024-08-29T14:45:53.845Z Compiling newtype-uuid v1.1.0
18132024-08-29T14:45:53.913Z Compiling strum_macros v0.26.4
18142024-08-29T14:45:54.198Z Compiling xattr v1.3.1
18152024-08-29T14:45:54.525Z Compiling snafu-derive v0.8.2
18162024-08-29T14:45:55.629Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18172024-08-29T14:45:56.534Z Compiling serde_path_to_error v0.1.16
18182024-08-29T14:45:57.311Z Compiling hashbrown v0.13.2
18192024-08-29T14:45:57.536Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18202024-08-29T14:45:58.265Z Compiling ring v0.16.20
18212024-08-29T14:45:58.331Z Compiling blake3 v1.5.1
18222024-08-29T14:45:58.652Z Compiling filetime v0.2.24
18232024-08-29T14:45:58.931Z Compiling hostname v0.4.0
18242024-08-29T14:45:59.009Z Compiling instant v0.1.12
18252024-08-29T14:45:59.107Z Compiling debug-ignore v1.0.5
18262024-08-29T14:45:59.258Z Compiling buf-list v1.0.3
18272024-08-29T14:45:59.261Z Compiling crc-any v2.5.0
18282024-08-29T14:45:59.671Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18292024-08-29T14:45:59.885Z Compiling snafu v0.8.2
18302024-08-29T14:46:00.157Z Compiling backoff v0.4.0
18312024-08-29T14:46:00.483Z Compiling tar v0.4.41
18322024-08-29T14:46:00.813Z Compiling object v0.30.4
18332024-08-29T14:46:01.162Z Compiling strum v0.26.3
18342024-08-29T14:46:01.353Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18352024-08-29T14:46:01.559Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18362024-08-29T14:46:03.195Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18372024-08-29T14:46:03.733Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18382024-08-29T14:46:04.478Z Compiling parse-display v0.10.0
18392024-08-29T14:46:05.102Z Compiling zip v0.6.6
18402024-08-29T14:46:05.582Z Compiling serde_with v3.9.0
18412024-08-29T14:46:06.385Z Compiling rayon v1.10.0
18422024-08-29T14:46:07.261Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18432024-08-29T14:46:07.833Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18442024-08-29T14:46:07.998Z Compiling camino-tempfile v1.1.1
18452024-08-29T14:46:08.739Z Compiling globset v0.4.14
18462024-08-29T14:46:09.931Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18472024-08-29T14:46:10.117Z Compiling pem v3.0.4
18482024-08-29T14:46:11.621Z Compiling olpc-cjson v0.1.3
18492024-08-29T14:46:11.963Z Compiling serde_plain v1.0.2
18502024-08-29T14:46:11.983Z Compiling macaddr v1.0.1
18512024-08-29T14:46:12.490Z Compiling async-recursion v1.1.1
18522024-08-29T14:46:12.600Z Compiling memmap2 v0.9.4
18532024-08-29T14:46:13.127Z Compiling untrusted v0.7.1
18542024-08-29T14:46:13.329Z Compiling typed-path v0.7.1
18552024-08-29T14:46:13.687Z Compiling constant_time_eq v0.3.0
18562024-08-29T14:46:13.871Z Compiling arrayref v0.3.7
18572024-08-29T14:46:13.974Z Compiling path-slash v0.1.5
18582024-08-29T14:46:13.991Z Compiling arrayvec v0.7.4
18592024-08-29T14:46:14.217Z Compiling spin v0.5.2
18602024-08-29T14:46:16.168Z Compiling tough v0.17.1
18612024-08-29T14:46:16.700Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18622024-08-29T14:46:17.006Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18632024-08-29T14:46:17.953Z Compiling itertools v0.13.0
18642024-08-29T14:46:20.062Z Compiling cargo-platform v0.1.8
18652024-08-29T14:46:21.182Z Compiling topological-sort v0.2.2
18662024-08-29T14:46:21.455Z Compiling parse-size v1.0.0
18672024-08-29T14:46:21.656Z Compiling omicron-zone-package v0.11.0
18682024-08-29T14:46:21.747Z Compiling cargo_metadata v0.18.1
18692024-08-29T14:46:21.946Z Compiling shell-words v1.1.0
18702024-08-29T14:46:29.552Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18712024-08-29T14:46:42.443Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18722024-08-29T14:46:56.317Z Finished `release` profile [optimized] target(s) in 4m 39s
18732024-08-29T14:46:56.459Z Running `target/release/omicron-releng --output-dir /work`
18742024-08-29T14:46:56.499ZAug 29 14:46:55.285 DEBG changing working directory to /work/oxidecomputer/omicron
18752024-08-29T14:46:56.591ZAug 29 14:46:55.377 DEBG running: git rev-parse HEAD
18762024-08-29T14:46:56.597ZAug 29 14:46:55.384 DEBG process exited with exit status: 0 (6.371016ms)
18772024-08-29T14:46:56.597ZAug 29 14:46:55.384 INFO version: 10.0.0-0.ci+gitccb9f122643
18782024-08-29T14:46:56.638ZAug 29 14:46:55.424 INFO cloning helios to /work/oxidecomputer/helios
18792024-08-29T14:46:56.638ZAug 29 14:46:55.424 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18802024-08-29T14:46:56.643ZCloning into '/work/oxidecomputer/helios'...
18812024-08-29T14:46:57.179ZAug 29 14:46:55.965 DEBG process exited with exit status: 0 (540.62859ms)
18822024-08-29T14:46:57.179ZAug 29 14:46:55.965 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18832024-08-29T14:46:57.186Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
18842024-08-29T14:46:57.186Z# branch.head master
18852024-08-29T14:46:57.186Z# branch.upstream origin/master
18862024-08-29T14:46:57.186Z# branch.ab +0 -0
18872024-08-29T14:46:57.189ZAug 29 14:46:55.973 DEBG process exited with exit status: 0 (8.011755ms)
18882024-08-29T14:46:57.189ZAug 29 14:46:55.973 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18892024-08-29T14:46:57.897ZAug 29 14:46:56.683 DEBG process exited with exit status: 0 (710.107656ms)
18902024-08-29T14:46:57.897ZAug 29 14:46:56.683 DEBG running: zfs list rpool/images/build/host
18912024-08-29T14:46:57.904ZNAME USED AVAIL REFER MOUNTPOINT
18922024-08-29T14:46:57.904Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
18932024-08-29T14:46:57.907ZAug 29 14:46:56.691 DEBG process exited with exit status: 0 (7.506174ms)
18942024-08-29T14:46:57.907ZAug 29 14:46:56.691 DEBG running: zfs list rpool/images/build/recovery
18952024-08-29T14:46:57.911ZNAME USED AVAIL REFER MOUNTPOINT
18962024-08-29T14:46:57.911Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
18972024-08-29T14:46:57.913ZAug 29 14:46:56.697 DEBG process exited with exit status: 0 (6.316821ms)
18982024-08-29T14:46:57.913ZAug 29 14:46:56.698 INFO [hubris-staging] running task
18992024-08-29T14:46:57.913ZAug 29 14:46:56.698 INFO [hubris-production] running task
19002024-08-29T14:46:57.913ZAug 29 14:46:56.698 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19012024-08-29T14:46:57.916ZAug 29 14:46:56.702 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
19022024-08-29T14:46:58.194Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19032024-08-29T14:46:58.429Z[ omicron-package] Blocking waiting for file lock on package cache
19042024-08-29T14:46:59.045Z[ omicron-package] Blocking waiting for file lock on package cache
19052024-08-29T14:46:59.298Z[ omicron-package] Blocking waiting for file lock on package cache
19062024-08-29T14:46:59.442ZAug 29 14:46:58.227 INFO [hubris-production] task succeeded (1.529371025s)
19072024-08-29T14:47:00.013Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19082024-08-29T14:47:00.013Z[ omicron-package] Compiling heapless v0.8.0
19092024-08-29T14:47:00.016Z[ omicron-package] Compiling hash32 v0.3.1
19102024-08-29T14:47:00.016Z[ omicron-package] Compiling smoltcp v0.11.0
19112024-08-29T14:47:00.016Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19122024-08-29T14:47:00.191Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19132024-08-29T14:47:00.191Z[ omicron-package] Compiling cobs v0.2.3
19142024-08-29T14:47:00.193Z[ omicron-package] Compiling embedded-io v0.4.0
19152024-08-29T14:47:00.502Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19162024-08-29T14:47:00.954Z[ omicron-package] Compiling postcard v1.0.8
19172024-08-29T14:47:01.325Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19182024-08-29T14:47:01.575Z[ omicron-package] Compiling proc-macro-error v1.0.4
19192024-08-29T14:47:01.930Z[ omicron-package] Compiling num_enum_derive v0.5.11
19202024-08-29T14:47:02.178Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19212024-08-29T14:47:02.179Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19222024-08-29T14:47:02.346Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19232024-08-29T14:47:02.424Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19242024-08-29T14:47:03.400Z[ omicron-package] Compiling tabwriter v1.4.0
19252024-08-29T14:47:03.402Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19262024-08-29T14:47:03.625Z[ omicron-package] Compiling cstr-argument v0.1.2
19272024-08-29T14:47:04.218Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19282024-08-29T14:47:04.299Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19292024-08-29T14:47:04.694Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19302024-08-29T14:47:04.742Z[ omicron-package] Compiling foreign-types v0.5.0
19312024-08-29T14:47:04.868Z[ omicron-package] Compiling pretty-hex v0.2.1
19322024-08-29T14:47:05.073Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19332024-08-29T14:47:05.477Z[ omicron-package] Compiling colored v2.1.0
19342024-08-29T14:47:05.656Z[ omicron-package] Compiling num_enum v0.5.11
19352024-08-29T14:47:05.660Z[ omicron-package] Compiling socket2 v0.4.10
19362024-08-29T14:47:05.998Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19372024-08-29T14:47:06.257Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19382024-08-29T14:47:06.478Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19392024-08-29T14:47:06.634Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19402024-08-29T14:47:06.866Z[ omicron-package] Compiling sigpipe v0.1.3
19412024-08-29T14:47:07.187Z[ omicron-package] Compiling num-derive v0.4.2
19422024-08-29T14:47:07.367Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19432024-08-29T14:47:07.911Z[ omicron-package] Compiling libefi-sys v0.1.0
19442024-08-29T14:47:08.190Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19452024-08-29T14:47:08.430Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19462024-08-29T14:47:08.750Z[ omicron-package] Compiling smf v0.2.3
19472024-08-29T14:47:08.839Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19482024-08-29T14:47:09.228Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19492024-08-29T14:47:09.287ZAug 29 14:47:08.070 INFO [hubris-staging] task succeeded (11.371809542s)
19502024-08-29T14:47:09.352Z[ omicron-package] Compiling bitfield-struct v0.6.1
19512024-08-29T14:47:09.658Z[ omicron-package] Compiling portable-atomic v1.6.0
19522024-08-29T14:47:11.771Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19532024-08-29T14:47:12.184Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19542024-08-29T14:47:12.306Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19552024-08-29T14:47:14.193Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19562024-08-29T14:47:14.267Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19572024-08-29T14:47:14.615Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19582024-08-29T14:47:14.882Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19592024-08-29T14:47:15.360Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19602024-08-29T14:47:15.950Z[ omicron-package] Compiling gethostname v0.5.0
19612024-08-29T14:47:16.306Z[ omicron-package] Compiling number_prefix v0.4.0
19622024-08-29T14:47:17.490Z[ omicron-package] Compiling indicatif v0.17.8
19632024-08-29T14:47:18.013Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19642024-08-29T14:47:21.259Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19652024-08-29T14:47:21.858Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19662024-08-29T14:47:23.457Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19672024-08-29T14:47:39.862Z[ helios-setup] Aug 29 14:47:38.635 INFO helios repository root is: /work/oxidecomputer/helios
19682024-08-29T14:47:39.865Z[ helios-setup] Aug 29 14:47:38.638 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
19692024-08-29T14:47:39.865Z[ helios-setup] Aug 29 14:47:38.638 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19702024-08-29T14:47:39.870Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19712024-08-29T14:47:42.291Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.35s
19722024-08-29T14:47:42.504Z[ omicron-package]
19732024-08-29T14:47:42.506Z[ omicron-package] real 44.533751941
19742024-08-29T14:47:42.506Z[ omicron-package] user 2:43.334081107
19752024-08-29T14:47:42.506Z[ omicron-package] sys 21.746511402
19762024-08-29T14:47:42.506Z[ omicron-package] trap 0.149476381
19772024-08-29T14:47:42.506Z[ omicron-package] tflt 0.357263687
19782024-08-29T14:47:42.506Z[ omicron-package] dflt 0.920319949
19792024-08-29T14:47:42.506Z[ omicron-package] kflt 0.006123542
19802024-08-29T14:47:42.506Z[ omicron-package] lock 5:18.996083932
19812024-08-29T14:47:42.506Z[ omicron-package] slp 9:03.774134804
19822024-08-29T14:47:42.506Z[ omicron-package] lat 1:37.637645785
19832024-08-29T14:47:42.506Z[ omicron-package] stop 59.779664254
19842024-08-29T14:47:42.506ZAug 29 14:47:41.277 INFO [omicron-package] process exited with exit status: 0 (44.574964595s)
19852024-08-29T14:47:42.506ZAug 29 14:47:41.277 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
19862024-08-29T14:47:42.541ZAug 29 14:47:41.314 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19872024-08-29T14:47:42.554Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19882024-08-29T14:47:42.556Z[ host-target] Created new build target 'host' and set it as active
19892024-08-29T14:47:42.556Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19902024-08-29T14:47:42.559ZAug 29 14:47:41.329 INFO [host-target] process exited with exit status: 0 (51.881279ms)
19912024-08-29T14:47:42.559Z[ recovery-target] Created new build target 'recovery' and set it as active
19922024-08-29T14:47:42.559ZAug 29 14:47:41.329 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19932024-08-29T14:47:42.563ZAug 29 14:47:41.336 INFO [recovery-target] process exited with exit status: 0 (21.737846ms)
19942024-08-29T14:47:42.571Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19952024-08-29T14:47:43.738Z[ host-package] Compiling camino v1.1.9
19962024-08-29T14:47:43.738Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19972024-08-29T14:47:43.741Z[ host-package] Compiling newline-converter v0.3.0
19982024-08-29T14:47:43.741Z[ host-package] Compiling password-hash v0.5.0
19992024-08-29T14:47:43.862Z[ host-package] Compiling blake2 v0.10.6
20002024-08-29T14:47:43.865Z[ host-package] Compiling derive-where v1.2.7
20012024-08-29T14:47:43.865Z[ host-package] Compiling convert_case v0.4.0
20022024-08-29T14:47:43.925Z[ host-package] Compiling humantime v2.1.0
20032024-08-29T14:47:44.081Z[ host-package] Compiling expectorate v1.1.0
20042024-08-29T14:47:44.101Z[ host-package] Compiling toml v0.8.19
20052024-08-29T14:47:44.284Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20062024-08-29T14:47:44.328Z[ helios-setup] Aug 29 14:47:43.099 INFO clone ok!, project: amd-firmware
20072024-08-29T14:47:44.330Z[ helios-setup] Aug 29 14:47:43.100 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
20082024-08-29T14:47:44.330Z[ helios-setup] Aug 29 14:47:43.100 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20092024-08-29T14:47:44.332Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20102024-08-29T14:47:44.651Z[ host-package] Compiling argon2 v0.5.3
20112024-08-29T14:47:44.716Z[ host-package] Compiling derive_more v0.99.18
20122024-08-29T14:47:44.764Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20132024-08-29T14:47:44.811Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20142024-08-29T14:47:44.991Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20152024-08-29T14:47:45.120Z[ host-package] Compiling num-rational v0.4.2
20162024-08-29T14:47:45.528Z[ helios-setup] Aug 29 14:47:44.300 INFO clone ok!, project: chelsio-t6-roms
20172024-08-29T14:47:45.531Z[ helios-setup] Aug 29 14:47:44.300 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20182024-08-29T14:47:45.531Z[ helios-setup] Aug 29 14:47:44.300 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
20192024-08-29T14:47:45.531Z[ helios-setup] Aug 29 14:47:44.300 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
20202024-08-29T14:47:45.533Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20212024-08-29T14:47:45.709Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20222024-08-29T14:47:46.121Z[ host-package] Compiling num-complex v0.4.6
20232024-08-29T14:47:46.289Z[ host-package] Compiling dirs-sys-next v0.1.2
20242024-08-29T14:47:46.766Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20252024-08-29T14:47:46.800Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20262024-08-29T14:47:46.930Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20272024-08-29T14:47:47.233Z[ host-package] Compiling num v0.4.3
20282024-08-29T14:47:47.308Z[ host-package] Compiling dirs-next v2.0.0
20292024-08-29T14:47:47.360Z[ host-package] Compiling float-ord v0.3.2
20302024-08-29T14:47:47.452Z[ host-package] Compiling term v0.7.0
20312024-08-29T14:47:47.509Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20322024-08-29T14:47:47.529Z[ host-package] Compiling prettyplease v0.2.20
20332024-08-29T14:47:47.693Z[ host-package] Compiling semver v0.1.20
20342024-08-29T14:47:47.833Z[ host-package] Compiling is-terminal v0.4.12
20352024-08-29T14:47:47.978Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20362024-08-29T14:47:48.257Z[ host-package] Compiling rustc_version v0.1.7
20372024-08-29T14:47:48.466Z[ host-package] Compiling cookie v0.18.1
20382024-08-29T14:47:48.639Z[ host-package] Compiling highway v1.2.0
20392024-08-29T14:47:48.696Z[ host-package] Compiling newtype_derive v0.1.6
20402024-08-29T14:47:48.914Z[ host-package] Compiling linked-hash-map v0.5.6
20412024-08-29T14:47:49.263Z[ host-package] Compiling rustls-pki-types v1.7.0
20422024-08-29T14:47:49.381Z[ host-package] Compiling lru-cache v0.1.2
20432024-08-29T14:47:49.650Z[ host-package] Compiling steno v0.4.1
20442024-08-29T14:47:50.102Z[ host-package] Compiling quick-error v1.2.3
20452024-08-29T14:47:50.274Z[ host-package] Compiling home v0.5.9
20462024-08-29T14:47:50.531Z[ host-package] Compiling utf-8 v0.7.6
20472024-08-29T14:47:50.955Z[ host-package] Compiling resolv-conf v0.7.0
20482024-08-29T14:47:51.077Z[ host-package] Compiling rustls-webpki v0.102.4
20492024-08-29T14:47:52.548Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20502024-08-29T14:47:52.699Z[ host-package] Compiling rustls v0.22.4
20512024-08-29T14:47:52.731Z[ host-package] Compiling thread_local v1.1.8
20522024-08-29T14:47:52.904Z[ host-package] Compiling match_cfg v0.1.0
20532024-08-29T14:47:53.022Z[ host-package] Compiling hostname v0.3.1
20542024-08-29T14:47:53.262Z[ host-package] Compiling hickory-resolver v0.24.1
20552024-08-29T14:47:53.929Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20562024-08-29T14:47:53.942Z[ helios-setup] Aug 29 14:47:52.711 INFO clone ok!, project: amd-host-image-builder
20572024-08-29T14:47:53.945Z[ helios-setup] Aug 29 14:47:52.712 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
20582024-08-29T14:47:53.945Z[ helios-setup] Aug 29 14:47:52.712 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
20592024-08-29T14:47:53.947Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
20602024-08-29T14:47:54.339Z[ host-package] Compiling multer v3.1.0
20612024-08-29T14:47:54.441Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20622024-08-29T14:47:54.628Z[ helios-setup] Aug 29 14:47:53.397 INFO clone ok!, project: pinprick
20632024-08-29T14:47:54.631Z[ helios-setup] Aug 29 14:47:53.397 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
20642024-08-29T14:47:54.631Z[ helios-setup] Aug 29 14:47:53.398 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20652024-08-29T14:47:54.633Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20662024-08-29T14:47:54.893Z[ host-package] Compiling slog-async v2.8.0
20672024-08-29T14:47:54.973Z[ host-package] Compiling slog-json v2.6.1
20682024-08-29T14:47:55.381Z[ host-package] Compiling crossbeam-channel v0.5.12
20692024-08-29T14:47:55.502Z[ helios-setup] Aug 29 14:47:54.270 INFO clone ok!, project: image-builder
20702024-08-29T14:47:55.504Z[ helios-setup] Aug 29 14:47:54.271 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20712024-08-29T14:47:55.504Z[ helios-setup] Aug 29 14:47:54.271 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
20722024-08-29T14:47:55.504Z[ helios-setup] Aug 29 14:47:54.271 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20732024-08-29T14:47:55.507Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20742024-08-29T14:47:56.330Z[ helios-setup] Aug 29 14:47:55.098 INFO clone ok!, project: phbl
20752024-08-29T14:47:56.333Z[ helios-setup] Aug 29 14:47:55.098 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
20762024-08-29T14:47:56.333Z[ helios-setup] Aug 29 14:47:55.098 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20772024-08-29T14:47:56.336Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20782024-08-29T14:47:56.521Z[ host-package] Compiling http v1.1.0
20792024-08-29T14:47:57.094Z[ helios-setup] Aug 29 14:47:55.862 INFO clone ok!, project: bootserver
20802024-08-29T14:47:57.097Z[ helios-setup] Aug 29 14:47:55.862 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
20812024-08-29T14:47:57.097Z[ helios-setup] Aug 29 14:47:55.863 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20822024-08-29T14:47:57.099Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20832024-08-29T14:47:58.157Z[ helios-setup] Aug 29 14:47:56.925 INFO clone ok!, project: pilot
20842024-08-29T14:47:58.160Z[ helios-setup] Aug 29 14:47:56.925 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20852024-08-29T14:47:58.160Z[ helios-setup] Aug 29 14:47:56.925 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20862024-08-29T14:47:58.971Z[ host-package] Compiling atomic-waker v1.1.2
20872024-08-29T14:47:59.162Z[ host-package] Compiling take_mut v0.2.2
20882024-08-29T14:47:59.230Z[ helios-setup] Aug 29 14:47:57.997 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20892024-08-29T14:47:59.711Z[ host-package] Compiling waitgroup v0.1.2
20902024-08-29T14:47:59.819Z[ helios-setup] Aug 29 14:47:58.586 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20912024-08-29T14:47:59.821Z[ helios-setup] Aug 29 14:47:58.586 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20922024-08-29T14:48:00.425Z[ helios-setup] Aug 29 14:47:59.192 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20932024-08-29T14:48:00.658Z[ host-package] Compiling tokio-rustls v0.25.0
20942024-08-29T14:48:00.971Z[ helios-setup] Aug 29 14:47:59.738 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20952024-08-29T14:48:00.972Z[ helios-setup] Aug 29 14:47:59.738 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20962024-08-29T14:48:01.037Z[ host-package] Compiling slog-bunyan v2.5.0
20972024-08-29T14:48:01.183Z[ host-package] Compiling slog-term v2.9.1
20982024-08-29T14:48:01.328Z[ host-package] Compiling rustls-pemfile v2.1.3
20992024-08-29T14:48:01.519Z[ helios-setup] Aug 29 14:48:00.285 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
21002024-08-29T14:48:01.813Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21012024-08-29T14:48:01.907Z[ host-package] Compiling async-stream v0.3.5
21022024-08-29T14:48:02.086Z[ helios-setup] Aug 29 14:48:00.853 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21032024-08-29T14:48:02.089Z[ helios-setup] Aug 29 14:48:00.853 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21042024-08-29T14:48:02.089Z[ helios-setup] Aug 29 14:48:00.853 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21052024-08-29T14:48:02.089Z[ helios-setup] Aug 29 14:48:00.853 INFO ok!
21062024-08-29T14:48:02.089Z[ helios-setup] Aug 29 14:48:00.853 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21072024-08-29T14:48:02.089Z[ helios-setup] Aug 29 14:48:00.853 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21082024-08-29T14:48:02.089Z[ helios-setup] Aug 29 14:48:00.853 INFO ok!
21092024-08-29T14:48:02.089Z[ helios-setup] Aug 29 14:48:00.853 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21102024-08-29T14:48:02.089Z[ helios-setup] Aug 29 14:48:00.853 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21112024-08-29T14:48:02.089Z[ helios-setup] Aug 29 14:48:00.853 INFO ok!
21122024-08-29T14:48:02.089Z[ helios-setup] Aug 29 14:48:00.853 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
21132024-08-29T14:48:02.089Z[ helios-setup] Aug 29 14:48:00.853 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
21142024-08-29T14:48:02.096Z[ helios-setup] Aug 29 14:48:00.863 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
21152024-08-29T14:48:02.253Z[ host-package] Compiling ipnetwork v0.20.0
21162024-08-29T14:48:02.402Z[ helios-setup] Aug 29 14:48:01.169 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
21172024-08-29T14:48:02.402Z[ helios-setup] Aug 29 14:48:01.169 INFO E| info: downloading component 'cargo'
21182024-08-29T14:48:02.429Z[ host-package] Compiling newtype-uuid v1.1.0
21192024-08-29T14:48:02.751Z[ host-package] Compiling serde_path_to_error v0.1.16
21202024-08-29T14:48:02.839Z[ host-package] Compiling hostname v0.4.0
21212024-08-29T14:48:03.079Z[ host-package] Compiling instant v0.1.12
21222024-08-29T14:48:03.082Z[ host-package] Compiling debug-ignore v1.0.5
21232024-08-29T14:48:03.240Z[ host-package] Compiling backoff v0.4.0
21242024-08-29T14:48:03.258Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21252024-08-29T14:48:03.621Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21262024-08-29T14:48:03.745Z[ helios-setup] Aug 29 14:48:02.511 INFO E| info: downloading component 'clippy'
21272024-08-29T14:48:03.945Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21282024-08-29T14:48:03.968Z[ host-package] Compiling parse-display v0.10.0
21292024-08-29T14:48:04.427Z[ helios-setup] Aug 29 14:48:03.193 INFO E| info: downloading component 'rust-docs'
21302024-08-29T14:48:04.552Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21312024-08-29T14:48:04.755Z[ host-package] Compiling serde_with v3.9.0
21322024-08-29T14:48:06.276Z[ helios-setup] Aug 29 14:48:05.041 INFO E| info: downloading component 'rust-src'
21332024-08-29T14:48:06.592Z[ helios-setup] Aug 29 14:48:05.357 INFO E| info: downloading component 'rust-std'
21342024-08-29T14:48:08.742Z[ helios-setup] Aug 29 14:48:07.507 INFO E| info: downloading component 'rustc'
21352024-08-29T14:48:08.891Z[ host-package] Compiling strum v0.26.3
21362024-08-29T14:48:09.028Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21372024-08-29T14:48:10.374Z[ host-package] Compiling macaddr v1.0.1
21382024-08-29T14:48:10.740Z[ host-package] Compiling slog-dtrace v0.3.0
21392024-08-29T14:48:10.837Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21402024-08-29T14:48:12.032Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21412024-08-29T14:48:12.655Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21422024-08-29T14:48:13.076Z[ host-package] Compiling swrite v0.1.0
21432024-08-29T14:48:13.152Z[ host-package] Compiling rayon-core v1.12.1
21442024-08-29T14:48:13.185Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21452024-08-29T14:48:13.227Z[ host-package] Compiling crossbeam-deque v0.8.5
21462024-08-29T14:48:13.597Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21472024-08-29T14:48:13.713Z[ host-package] Compiling half v2.4.1
21482024-08-29T14:48:14.465Z[ host-package] Compiling display-error-chain v0.2.1
21492024-08-29T14:48:14.679Z[ host-package] Compiling ciborium-io v0.2.2
21502024-08-29T14:48:14.835Z[ host-package] Compiling same-file v1.0.6
21512024-08-29T14:48:15.088Z[ host-package] Compiling fastrand v2.1.0
21522024-08-29T14:48:15.410Z[ helios-setup] Aug 29 14:48:14.173 INFO E| info: downloading component 'rustfmt'
21532024-08-29T14:48:15.638Z[ host-package] Compiling tempfile v3.10.1
21542024-08-29T14:48:16.348Z[ helios-setup] Aug 29 14:48:15.110 INFO E| info: installing component 'cargo'
21552024-08-29T14:48:16.449Z[ host-package] Compiling walkdir v2.5.0
21562024-08-29T14:48:17.062Z[ host-package] Compiling ciborium-ll v0.2.2
21572024-08-29T14:48:17.697Z[ host-package] Compiling ring v0.16.20
21582024-08-29T14:48:17.777Z[ helios-setup] Aug 29 14:48:16.539 INFO E| info: installing component 'clippy'
21592024-08-29T14:48:18.228Z[ helios-setup] Aug 29 14:48:16.989 INFO E| info: installing component 'rust-docs'
21602024-08-29T14:48:18.927Z[ host-package] Compiling rayon v1.10.0
21612024-08-29T14:48:19.844Z[ host-package] Compiling blake3 v1.5.1
21622024-08-29T14:48:20.673Z[ host-package] Compiling ciborium v0.2.2
21632024-08-29T14:48:21.342Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21642024-08-29T14:48:23.502Z[ host-package] Compiling xattr v1.3.1
21652024-08-29T14:48:23.828Z[ host-package] Compiling memmap2 v0.9.4
21662024-08-29T14:48:23.846Z[ helios-setup] Aug 29 14:48:22.606 INFO E| info: installing component 'rust-src'
21672024-08-29T14:48:24.551Z[ host-package] Compiling filetime v0.2.24
21682024-08-29T14:48:24.578Z[ helios-setup] Aug 29 14:48:23.338 INFO E| info: installing component 'rust-std'
21692024-08-29T14:48:24.943Z[ host-package] Compiling spin v0.5.2
21702024-08-29T14:48:25.349Z[ host-package] Compiling constant_time_eq v0.3.0
21712024-08-29T14:48:25.649Z[ host-package] Compiling arrayvec v0.7.4
21722024-08-29T14:48:26.181Z[ host-package] Compiling arrayref v0.3.7
21732024-08-29T14:48:26.360Z[ host-package] Compiling cancel-safe-futures v0.1.5
21742024-08-29T14:48:26.852Z[ host-package] Compiling untrusted v0.7.1
21752024-08-29T14:48:27.360Z[ helios-setup] Aug 29 14:48:26.119 INFO E| info: installing component 'rustc'
21762024-08-29T14:48:30.745Z[ host-package] Compiling tar v0.4.41
21772024-08-29T14:48:31.310Z[ host-package] Compiling toolchain_find v0.4.0
21782024-08-29T14:48:31.882Z[ host-package] Compiling camino-tempfile v1.1.1
21792024-08-29T14:48:32.359Z[ host-package] Compiling nibble_vec v0.1.0
21802024-08-29T14:48:32.519Z[ host-package] Compiling atty v0.2.14
21812024-08-29T14:48:32.628Z[ host-package] Compiling topological-sort v0.2.2
21822024-08-29T14:48:32.752Z[ host-package] Compiling endian-type v0.1.2
21832024-08-29T14:48:32.795Z[ host-package] Compiling glob v0.3.1
21842024-08-29T14:48:32.948Z[ host-package] Compiling crunchy v0.2.2
21852024-08-29T14:48:33.031Z[ host-package] Compiling maplit v1.0.2
21862024-08-29T14:48:33.178Z[ host-package] Compiling radix_trie v0.2.1
21872024-08-29T14:48:33.592Z[ helios-setup] Aug 29 14:48:32.349 INFO E| info: installing component 'rustfmt'
21882024-08-29T14:48:33.615Z[ host-package] Compiling omicron-zone-package v0.11.0
21892024-08-29T14:48:33.697Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21902024-08-29T14:48:33.727Z[ host-package] Compiling clang-sys v1.7.0
21912024-08-29T14:48:34.275Z[ host-package] Compiling rustfmt-wrapper v0.2.1
21922024-08-29T14:48:34.476Z[ helios-setup] Aug 29 14:48:33.233 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
21932024-08-29T14:48:34.893Z[ host-package] Compiling tungstenite v0.21.0
21942024-08-29T14:48:35.201Z[ host-package] Compiling tiny-keccak v2.0.2
21952024-08-29T14:48:35.341Z[ helios-setup] Aug 29 14:48:34.097 INFO E| From https://github.com/oxidecomputer/amd-apcb
21962024-08-29T14:48:35.341Z[ helios-setup] Aug 29 14:48:34.097 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
21972024-08-29T14:48:35.343Z[ helios-setup] Aug 29 14:48:34.098 INFO E| * [new tag] v0.3.3 -> v0.3.3
21982024-08-29T14:48:35.371Z[ helios-setup] Aug 29 14:48:34.127 INFO E| * [new tag] v0.1.3 -> v0.1.3
21992024-08-29T14:48:35.371Z[ helios-setup] Aug 29 14:48:34.127 INFO E| * [new tag] v0.1.4 -> v0.1.4
22002024-08-29T14:48:35.371Z[ helios-setup] Aug 29 14:48:34.127 INFO E| * [new tag] v0.1.5 -> v0.1.5
22012024-08-29T14:48:35.371Z[ helios-setup] Aug 29 14:48:34.127 INFO E| * [new tag] v0.2.0 -> v0.2.0
22022024-08-29T14:48:35.373Z[ helios-setup] Aug 29 14:48:34.128 INFO E| * [new tag] v0.3.0 -> v0.3.0
22032024-08-29T14:48:35.373Z[ helios-setup] Aug 29 14:48:34.128 INFO E| * [new tag] v0.3.1 -> v0.3.1
22042024-08-29T14:48:35.373Z[ helios-setup] Aug 29 14:48:34.128 INFO E| * [new tag] v0.3.2 -> v0.3.2
22052024-08-29T14:48:35.404Z[ helios-setup] Aug 29 14:48:34.161 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
22062024-08-29T14:48:35.802Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22072024-08-29T14:48:35.940Z[ host-package] Compiling dsl_auto_type v0.1.2
22082024-08-29T14:48:36.686Z[ helios-setup] Aug 29 14:48:35.442 INFO E| From https://github.com/oxidecomputer/amd-efs
22092024-08-29T14:48:36.686Z[ helios-setup] Aug 29 14:48:35.442 INFO E| * [new branch] empty -> origin/empty
22102024-08-29T14:48:36.689Z[ helios-setup] Aug 29 14:48:35.442 INFO E| * [new branch] issue-99 -> origin/issue-99
22112024-08-29T14:48:36.689Z[ helios-setup] Aug 29 14:48:35.442 INFO E| * [new branch] main -> origin/main
22122024-08-29T14:48:36.689Z[ helios-setup] Aug 29 14:48:35.443 INFO E| * [new branch] review -> origin/review
22132024-08-29T14:48:36.689Z[ helios-setup] Aug 29 14:48:35.443 INFO E| * [new ref] -> origin/HEAD
22142024-08-29T14:48:36.689Z[ helios-setup] Aug 29 14:48:35.443 INFO E| * [new tag] v0.2.0 -> v0.2.0
22152024-08-29T14:48:36.689Z[ helios-setup] Aug 29 14:48:35.443 INFO E| * [new tag] v0.2.1 -> v0.2.1
22162024-08-29T14:48:36.689Z[ helios-setup] Aug 29 14:48:35.443 INFO E| * [new tag] v0.2.2 -> v0.2.2
22172024-08-29T14:48:36.689Z[ helios-setup] Aug 29 14:48:35.443 INFO E| * [new tag] v0.2.3 -> v0.2.3
22182024-08-29T14:48:36.689Z[ helios-setup] Aug 29 14:48:35.444 INFO E| * [new tag] v0.2.4 -> v0.2.4
22192024-08-29T14:48:36.689Z[ helios-setup] Aug 29 14:48:35.444 INFO E| * [new tag] v0.2.5 -> v0.2.5
22202024-08-29T14:48:36.689Z[ helios-setup] Aug 29 14:48:35.444 INFO E| * [new tag] v0.2.6 -> v0.2.6
22212024-08-29T14:48:36.689Z[ helios-setup] Aug 29 14:48:35.444 INFO E| * [new tag] v0.2.7 -> v0.2.7
22222024-08-29T14:48:36.689Z[ helios-setup] Aug 29 14:48:35.444 INFO E| * [new tag] v0.3.0 -> v0.3.0
22232024-08-29T14:48:36.689Z[ helios-setup] Aug 29 14:48:35.444 INFO E| * [new tag] v0.3.1 -> v0.3.1
22242024-08-29T14:48:36.689Z[ helios-setup] Aug 29 14:48:35.444 INFO E| * [new tag] v0.4.0 -> v0.4.0
22252024-08-29T14:48:36.712Z[ helios-setup] Aug 29 14:48:35.468 INFO E| Updating crates.io index
22262024-08-29T14:48:36.886Z[ helios-setup] Aug 29 14:48:35.643 INFO E| Downloading crates ...
22272024-08-29T14:48:37.018Z[ host-package] Compiling tokio-tungstenite v0.21.0
22282024-08-29T14:48:37.063Z[ helios-setup] Aug 29 14:48:35.820 INFO E| Downloaded cfg-if v0.1.10
22292024-08-29T14:48:37.094Z[ helios-setup] Aug 29 14:48:35.851 INFO E| Downloaded unic-char-range v0.9.0
22302024-08-29T14:48:37.103Z[ helios-setup] Aug 29 14:48:35.853 INFO E| Downloaded strum v0.23.0
22312024-08-29T14:48:37.103Z[ helios-setup] Aug 29 14:48:35.854 INFO E| Downloaded semver-parser v0.7.0
22322024-08-29T14:48:37.103Z[ helios-setup] Aug 29 14:48:35.856 INFO E| Downloaded scroll_derive v0.10.5
22332024-08-29T14:48:37.103Z[ helios-setup] Aug 29 14:48:35.857 INFO E| Downloaded rustc_version v0.2.3
22342024-08-29T14:48:37.103Z[ helios-setup] Aug 29 14:48:35.859 INFO E| Downloaded num-derive v0.3.3
22352024-08-29T14:48:37.112Z[ helios-setup] Aug 29 14:48:35.861 INFO E| Downloaded unic-ucd-version v0.9.0
22362024-08-29T14:48:37.112Z[ helios-setup] Aug 29 14:48:35.863 INFO E| Downloaded parse_int v0.6.0
22372024-08-29T14:48:37.112Z[ helios-setup] Aug 29 14:48:35.864 INFO E| Downloaded memoffset v0.5.6
22382024-08-29T14:48:37.112Z[ helios-setup] Aug 29 14:48:35.865 INFO E| Downloaded fletcher v0.1.0
22392024-08-29T14:48:37.112Z[ helios-setup] Aug 29 14:48:35.867 INFO E| Downloaded unic-common v0.9.0
22402024-08-29T14:48:37.112Z[ helios-setup] Aug 29 14:48:35.868 INFO E| Downloaded unic-char-property v0.9.0
22412024-08-29T14:48:37.120Z[ helios-setup] Aug 29 14:48:35.870 INFO E| Downloaded strsim v0.8.0
22422024-08-29T14:48:37.120Z[ helios-setup] Aug 29 14:48:35.872 INFO E| Downloaded four-cc v0.3.0
22432024-08-29T14:48:37.125Z[ helios-setup] Aug 29 14:48:35.881 INFO E| Downloaded unic-ucd-ident v0.9.0
22442024-08-29T14:48:37.127Z[ helios-setup] Aug 29 14:48:35.884 INFO E| Downloaded modular-bitfield-impl v0.11.2
22452024-08-29T14:48:37.130Z[ helios-setup] Aug 29 14:48:35.886 INFO E| Downloaded structopt-derive v0.4.18
22462024-08-29T14:48:37.138Z[ helios-setup] Aug 29 14:48:35.888 INFO E| Downloaded textwrap v0.11.0
22472024-08-29T14:48:37.138Z[ helios-setup] Aug 29 14:48:35.890 INFO E| Downloaded pest_generator v2.7.11
22482024-08-29T14:48:37.138Z[ helios-setup] Aug 29 14:48:35.892 INFO E| Downloaded vec_map v0.8.2
22492024-08-29T14:48:37.138Z[ helios-setup] Aug 29 14:48:35.894 INFO E| Downloaded structopt v0.3.26
22502024-08-29T14:48:37.149Z[ helios-setup] Aug 29 14:48:35.905 INFO E| Downloaded semver v0.9.0
22512024-08-29T14:48:37.167Z[ helios-setup] Aug 29 14:48:35.923 INFO E| Downloaded toml v0.5.11
22522024-08-29T14:48:37.170Z[ helios-setup] Aug 29 14:48:35.926 INFO E| Downloaded serde_derive v1.0.204
22532024-08-29T14:48:37.173Z[ helios-setup] Aug 29 14:48:35.930 INFO E| Downloaded log v0.4.22
22542024-08-29T14:48:37.176Z[ helios-setup] Aug 29 14:48:35.933 INFO E| Downloaded serde v1.0.204
22552024-08-29T14:48:37.195Z[ helios-setup] Aug 29 14:48:35.952 INFO E| Downloaded goblin v0.4.3
22562024-08-29T14:48:37.208Z[ helios-setup] Aug 29 14:48:35.964 INFO E| Downloaded serde_json v1.0.120
22572024-08-29T14:48:37.222Z[ helios-setup] Aug 29 14:48:35.978 INFO E| Downloaded syn v2.0.71
22582024-08-29T14:48:37.249Z[ helios-setup] Aug 29 14:48:36.005 INFO E| Downloaded clap v2.34.0
22592024-08-29T14:48:37.257Z[ helios-setup] Aug 29 14:48:36.014 INFO E| Downloaded memchr v2.7.4
22602024-08-29T14:48:37.264Z[ helios-setup] Aug 29 14:48:36.020 INFO E| Downloaded scroll v0.10.2
22612024-08-29T14:48:37.266Z[ helios-setup] Aug 29 14:48:36.023 INFO E| Downloaded libc v0.2.155
22622024-08-29T14:48:37.305Z[ helios-setup] Aug 29 14:48:36.061 INFO E| Downloaded pest_meta v2.7.11
22632024-08-29T14:48:37.307Z[ helios-setup] Aug 29 14:48:36.064 INFO E| Downloaded pest v2.7.11
22642024-08-29T14:48:37.315Z[ helios-setup] Aug 29 14:48:36.071 INFO E| Downloaded ansi_term v0.12.1
22652024-08-29T14:48:37.317Z[ helios-setup] Aug 29 14:48:36.074 INFO E| Downloaded pre v0.2.1
22662024-08-29T14:48:37.320Z[ helios-setup] Aug 29 14:48:36.075 INFO E| Downloaded strum_macros v0.23.1
22672024-08-29T14:48:37.322Z[ helios-setup] Aug 29 14:48:36.078 INFO E| Downloaded proc-macro-crate v0.1.5
22682024-08-29T14:48:37.324Z[ helios-setup] Aug 29 14:48:36.079 INFO E| Downloaded modular-bitfield v0.11.2
22692024-08-29T14:48:37.339Z[ helios-setup] Aug 29 14:48:36.095 INFO E| Downloaded pre-proc-macro v0.2.1
22702024-08-29T14:48:37.342Z[ helios-setup] Aug 29 14:48:36.098 INFO E| Downloaded pest_derive v2.7.11
22712024-08-29T14:48:37.346Z[ helios-setup] Aug 29 14:48:36.102 INFO E| Downloaded bytesize v1.3.0
22722024-08-29T14:48:37.406Z[ host-package] Compiling scheduled-thread-pool v0.2.7
22732024-08-29T14:48:37.432Z[ helios-setup] Aug 29 14:48:36.188 INFO E| Compiling proc-macro2 v1.0.86
22742024-08-29T14:48:37.432Z[ helios-setup] Aug 29 14:48:36.188 INFO E| Compiling unicode-ident v1.0.12
22752024-08-29T14:48:37.432Z[ helios-setup] Aug 29 14:48:36.188 INFO E| Compiling syn v1.0.109
22762024-08-29T14:48:37.432Z[ helios-setup] Aug 29 14:48:36.188 INFO E| Compiling version_check v0.9.4
22772024-08-29T14:48:37.435Z[ helios-setup] Aug 29 14:48:36.188 INFO E| Compiling autocfg v1.3.0
22782024-08-29T14:48:37.435Z[ helios-setup] Aug 29 14:48:36.188 INFO E| Compiling semver-parser v0.7.0
22792024-08-29T14:48:37.435Z[ helios-setup] Aug 29 14:48:36.188 INFO E| Compiling thiserror v1.0.63
22802024-08-29T14:48:37.435Z[ helios-setup] Aug 29 14:48:36.188 INFO E| Compiling serde v1.0.204
22812024-08-29T14:48:37.752Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
22822024-08-29T14:48:38.256Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22832024-08-29T14:48:38.354Z[ host-package] Compiling arc-swap v1.7.1
22842024-08-29T14:48:39.030Z[ host-package] Compiling slog-scope v4.4.0
22852024-08-29T14:48:39.067Z[ helios-setup] Aug 29 14:48:37.822 INFO E| Compiling semver v0.9.0
22862024-08-29T14:48:39.116Z[ helios-setup] Aug 29 14:48:37.872 INFO E| Compiling serde_json v1.0.120
22872024-08-29T14:48:39.211Z[ host-package] Compiling diesel_derives v2.2.2
22882024-08-29T14:48:39.339Z[ host-package] Compiling r2d2 v0.8.10
22892024-08-29T14:48:39.492Z[ helios-setup] Aug 29 14:48:38.248 INFO E| Compiling num-traits v0.2.19
22902024-08-29T14:48:39.507Z[ helios-setup] Aug 29 14:48:38.262 INFO E| Compiling ryu v1.0.18
22912024-08-29T14:48:39.657Z[ helios-setup] Aug 29 14:48:38.413 INFO E| Compiling proc-macro-error-attr v1.0.4
22922024-08-29T14:48:39.841Z[ helios-setup] Aug 29 14:48:38.596 INFO E| Compiling proc-macro-error v1.0.4
22932024-08-29T14:48:39.943Z[ helios-setup] Aug 29 14:48:38.698 INFO E| Compiling rustc_version v0.2.3
22942024-08-29T14:48:40.114Z[ helios-setup] Aug 29 14:48:38.869 INFO E| Compiling schemars v0.8.21
22952024-08-29T14:48:40.209Z[ helios-setup] Aug 29 14:48:38.961 INFO E| Compiling unicode-segmentation v1.11.0
22962024-08-29T14:48:40.290Z[ helios-setup] Aug 29 14:48:39.046 INFO E| Compiling itoa v1.0.11
22972024-08-29T14:48:40.324Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22982024-08-29T14:48:40.771Z[ helios-setup] Aug 29 14:48:39.526 INFO E| Compiling quote v1.0.36
22992024-08-29T14:48:40.804Z[ helios-setup] Aug 29 14:48:39.559 INFO E| Compiling memoffset v0.5.6
23002024-08-29T14:48:40.811Z[ helios-setup] Aug 29 14:48:39.566 INFO E| Compiling libc v0.2.155
23012024-08-29T14:48:40.887Z[ helios-setup] Aug 29 14:48:39.642 INFO E| Compiling pre-proc-macro v0.2.1
23022024-08-29T14:48:40.919Z[ helios-setup] Aug 29 14:48:39.674 INFO E| Compiling ucd-trie v0.1.6
23032024-08-29T14:48:41.111Z[ host-package] Compiling ascii-canvas v3.0.0
23042024-08-29T14:48:41.334Z[ helios-setup] Aug 29 14:48:40.089 INFO E| Compiling syn v2.0.71
23052024-08-29T14:48:41.432Z[ host-package] Compiling ena v0.14.3
23062024-08-29T14:48:41.507Z[ host-package] Compiling libloading v0.8.3
23072024-08-29T14:48:42.053Z[ helios-setup] Aug 29 14:48:40.807 INFO E| Compiling heck v0.3.3
23082024-08-29T14:48:42.063Z[ host-package] Compiling regex-syntax v0.6.29
23092024-08-29T14:48:42.129Z[ helios-setup] Aug 29 14:48:40.883 INFO E| Compiling paste v1.0.15
23102024-08-29T14:48:42.180Z[ helios-setup] Aug 29 14:48:40.935 INFO E| Compiling memchr v2.7.4
23112024-08-29T14:48:42.324Z[ helios-setup] Aug 29 14:48:41.079 INFO E| Compiling rustversion v1.0.17
23122024-08-29T14:48:42.338Z[ host-package] Compiling bindgen v0.69.4
23132024-08-29T14:48:42.341Z[ host-package] Compiling diff v0.1.13
23142024-08-29T14:48:43.230Z[ helios-setup] Aug 29 14:48:41.984 INFO E| Compiling dyn-clone v1.0.17
23152024-08-29T14:48:43.331Z[ helios-setup] Aug 29 14:48:42.085 INFO E| Compiling lazy_static v1.5.0
23162024-08-29T14:48:43.863Z[ host-package] Compiling slog-stdlog v4.1.1
23172024-08-29T14:48:43.878Z[ helios-setup] Aug 29 14:48:42.632 INFO E| Compiling pre v0.2.1
23182024-08-29T14:48:44.069Z[ helios-setup] Aug 29 14:48:42.823 INFO E| Compiling once_cell v1.19.0
23192024-08-29T14:48:44.105Z[ helios-setup] Aug 29 14:48:42.860 INFO E| Compiling cfg-if v0.1.10
23202024-08-29T14:48:44.186Z[ helios-setup] Aug 29 14:48:42.941 INFO E| Compiling byteorder v1.5.0
23212024-08-29T14:48:44.635Z[ helios-setup] Aug 29 14:48:43.389 INFO E| Compiling static_assertions v1.1.0
23222024-08-29T14:48:45.746Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23232024-08-29T14:48:45.756Z[ helios-setup] Aug 29 14:48:44.510 INFO E| Compiling unicode-width v0.1.13
23242024-08-29T14:48:46.264Z[ helios-setup] Aug 29 14:48:45.018 INFO E| Compiling atty v0.2.14
23252024-08-29T14:48:46.457Z[ helios-setup] Aug 29 14:48:45.209 INFO E| Compiling textwrap v0.11.0
23262024-08-29T14:48:46.559Z[ helios-setup] Aug 29 14:48:45.313 INFO E| Compiling bitflags v1.3.2
23272024-08-29T14:48:46.821Z[ helios-setup] Aug 29 14:48:45.574 INFO E| Compiling vec_map v0.8.2
23282024-08-29T14:48:47.355Z[ helios-setup] Aug 29 14:48:46.109 INFO E| Compiling unic-char-range v0.9.0
23292024-08-29T14:48:47.566Z[ helios-setup] Aug 29 14:48:46.320 INFO E| Compiling strum v0.23.0
23302024-08-29T14:48:47.681Z[ helios-setup] Aug 29 14:48:46.434 INFO E| Compiling strsim v0.8.0
23312024-08-29T14:48:47.803Z[ helios-setup] Aug 29 14:48:46.556 INFO E| Compiling ansi_term v0.12.1
23322024-08-29T14:48:47.870Z[ helios-setup] Aug 29 14:48:46.623 INFO E| Compiling fletcher v0.1.0
23332024-08-29T14:48:48.078Z[ helios-setup] Aug 29 14:48:46.830 INFO E| Compiling parse_int v0.6.0
23342024-08-29T14:48:48.155Z[ helios-setup] Aug 29 14:48:46.908 INFO E| Compiling unic-common v0.9.0
23352024-08-29T14:48:48.244Z[ helios-setup] Aug 29 14:48:46.997 INFO E| Compiling unic-char-property v0.9.0
23362024-08-29T14:48:48.350Z[ helios-setup] Aug 29 14:48:47.103 INFO E| Compiling clap v2.34.0
23372024-08-29T14:48:48.359Z[ helios-setup] Aug 29 14:48:47.112 INFO E| Compiling unic-ucd-version v0.9.0
23382024-08-29T14:48:48.452Z[ helios-setup] Aug 29 14:48:47.205 INFO E| Compiling plain v0.2.3
23392024-08-29T14:48:48.624Z[ host-package] Compiling which v4.4.2
23402024-08-29T14:48:48.647Z[ helios-setup] Aug 29 14:48:47.400 INFO E| Compiling log v0.4.22
23412024-08-29T14:48:48.657Z[ helios-setup] Aug 29 14:48:47.410 INFO E| Compiling unic-ucd-ident v0.9.0
23422024-08-29T14:48:48.907Z[ helios-setup] Aug 29 14:48:47.660 INFO E| Compiling bytesize v1.3.0
23432024-08-29T14:48:49.510Z[ host-package] Compiling lalrpop v0.19.12
23442024-08-29T14:48:49.561Z[ helios-setup] Aug 29 14:48:48.314 INFO E| Compiling serde_derive_internals v0.29.1
23452024-08-29T14:48:51.928Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23462024-08-29T14:48:52.030Z[ helios-setup] Aug 29 14:48:50.782 INFO E| Compiling toml v0.5.11
23472024-08-29T14:48:52.304Z[ host-package] Compiling cexpr v0.6.0
23482024-08-29T14:48:55.029Z[ helios-setup] Aug 29 14:48:53.780 INFO E| Compiling proc-macro-crate v0.1.5
23492024-08-29T14:48:55.305Z[ host-package] Compiling libsw v3.3.1
23502024-08-29T14:48:55.511Z[ helios-setup] Aug 29 14:48:54.262 INFO E| Compiling thiserror-impl v1.0.63
23512024-08-29T14:48:55.696Z[ helios-setup] Aug 29 14:48:54.447 INFO E| Compiling serde_derive v1.0.204
23522024-08-29T14:48:55.711Z[ helios-setup] Aug 29 14:48:54.461 INFO E| Compiling schemars_derive v0.8.21
23532024-08-29T14:48:56.244Z[ host-package] Compiling rustc-hash v1.1.0
23542024-08-29T14:48:56.482Z[ helios-setup] Aug 29 14:48:55.232 INFO E| Compiling zerocopy-derive v0.6.6
23552024-08-29T14:48:57.123Z[ host-package] Compiling owo-colors v4.0.0
23562024-08-29T14:48:59.770Z[ helios-setup] Aug 29 14:48:58.519 INFO E| Compiling zerocopy v0.6.6
23572024-08-29T14:49:00.512Z[ host-package] Compiling diesel v2.2.3
23582024-08-29T14:49:01.519Z[ helios-setup] Aug 29 14:49:00.268 INFO E| Compiling pest v2.7.11
23592024-08-29T14:49:02.279Z[ host-package] Compiling lazycell v1.3.0
23602024-08-29T14:49:02.572Z[ helios-setup] Aug 29 14:49:01.321 INFO E| Compiling modular-bitfield-impl v0.11.2
23612024-08-29T14:49:02.572Z[ helios-setup] Aug 29 14:49:01.321 INFO E| Compiling num-derive v0.3.3
23622024-08-29T14:49:02.718Z[ host-package] Compiling shlex v1.3.0
23632024-08-29T14:49:02.987Z[ host-package] Compiling linear-map v1.2.0
23642024-08-29T14:49:03.316Z[ host-package] Compiling ref-cast v1.0.23
23652024-08-29T14:49:03.644Z[ helios-setup] Aug 29 14:49:02.393 INFO E| Compiling scroll_derive v0.10.5
23662024-08-29T14:49:03.778Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23672024-08-29T14:49:04.360Z[ helios-setup] Aug 29 14:49:03.109 INFO E| Compiling strum_macros v0.23.1
23682024-08-29T14:49:06.278Z[ helios-setup] Aug 29 14:49:05.026 INFO E| Compiling pest_meta v2.7.11
23692024-08-29T14:49:06.634Z[ helios-setup] Aug 29 14:49:05.382 INFO E| Compiling scroll v0.10.2
23702024-08-29T14:49:06.806Z[ helios-setup] Aug 29 14:49:05.553 INFO E| Compiling structopt-derive v0.4.18
23712024-08-29T14:49:07.577Z[ helios-setup] Aug 29 14:49:06.324 INFO E| Compiling goblin v0.4.3
23722024-08-29T14:49:07.616Z[ helios-setup] Aug 29 14:49:06.363 INFO E| Compiling modular-bitfield v0.11.2
23732024-08-29T14:49:08.731Z[ helios-setup] Aug 29 14:49:07.478 INFO E| Compiling pest_generator v2.7.11
23742024-08-29T14:49:11.782Z[ helios-setup] Aug 29 14:49:10.528 INFO E| Compiling structopt v0.3.26
23752024-08-29T14:49:14.482Z[ helios-setup] Aug 29 14:49:13.227 INFO E| Compiling pest_derive v2.7.11
23762024-08-29T14:49:15.846Z[ host-package] Compiling slog-envlogger v2.2.0
23772024-08-29T14:49:18.482Z[ helios-setup] Aug 29 14:49:17.226 INFO E| Compiling json5 v0.4.1
23782024-08-29T14:49:18.800Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23792024-08-29T14:49:19.456Z[ host-package] Compiling derive_builder_core v0.20.0
23802024-08-29T14:49:23.032Z[ host-package] Compiling headers-core v0.2.0
23812024-08-29T14:49:23.257Z[ host-package] Compiling fxhash v0.2.1
23822024-08-29T14:49:23.868Z[ host-package] Compiling libxml v0.3.3
23832024-08-29T14:49:24.136Z[ helios-setup] Aug 29 14:49:22.878 INFO E| Compiling four-cc v0.3.0
23842024-08-29T14:49:24.136Z[ helios-setup] Aug 29 14:49:22.878 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
23852024-08-29T14:49:24.314Z[ helios-setup] Aug 29 14:49:23.056 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
23862024-08-29T14:49:24.404Z[ host-package] Compiling ref-cast-impl v1.0.23
23872024-08-29T14:49:24.637Z[ host-package] Compiling headers v0.3.9
23882024-08-29T14:49:25.644Z[ host-package] Compiling samael v0.0.15
23892024-08-29T14:49:26.156Z[ host-package] Compiling derive_builder_macro v0.20.0
23902024-08-29T14:49:27.633Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23912024-08-29T14:49:28.275Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23922024-08-29T14:49:29.098Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23932024-08-29T14:49:29.633Z[ host-package] Compiling strum_macros v0.24.3
23942024-08-29T14:49:29.746Z[ host-package] Compiling kstat-rs v0.2.4
23952024-08-29T14:49:30.941Z[ host-package] Compiling dropshot v0.10.1
23962024-08-29T14:49:31.477Z[ host-package] Compiling unicase v2.7.0
23972024-08-29T14:49:32.012Z[ host-package] Compiling indoc v1.0.9
23982024-08-29T14:49:32.190Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23992024-08-29T14:49:32.370Z[ host-package] Compiling polar-core v0.27.3
24002024-08-29T14:49:33.570Z[ host-package] Compiling derive_builder v0.20.0
24012024-08-29T14:49:35.171Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24022024-08-29T14:49:38.806Z[ host-package] Compiling tungstenite v0.23.0
24032024-08-29T14:49:39.521Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24042024-08-29T14:49:39.935Z[ host-package] Compiling crossterm v0.28.1
24052024-08-29T14:49:45.316Z[ host-package] Compiling curve25519-dalek v4.1.3
24062024-08-29T14:49:45.800Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
24072024-08-29T14:49:49.064Z[ host-package] Compiling oso-derive v0.27.3
24082024-08-29T14:49:49.499Z[ host-package] Compiling dropshot_endpoint v0.10.1
24092024-08-29T14:49:49.653Z[ host-package] Compiling libz-sys v1.1.16
24102024-08-29T14:49:50.311Z[ host-package] Compiling quick-xml v0.31.0
24112024-08-29T14:49:50.477Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
24122024-08-29T14:49:51.033Z[ host-package] Compiling keccak v0.1.5
24132024-08-29T14:49:51.773Z[ host-package] Compiling parking_lot_core v0.8.6
24142024-08-29T14:49:52.377Z[ host-package] Compiling sha3 v0.10.8
24152024-08-29T14:49:53.733Z[ host-package] Compiling tokio-tungstenite v0.23.1
24162024-08-29T14:49:53.804Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24172024-08-29T14:49:53.904Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24182024-08-29T14:49:54.377Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24192024-08-29T14:49:55.712Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24202024-08-29T14:49:56.092Z[ host-package] Compiling bb8 v0.8.5
24212024-08-29T14:49:56.872Z[ host-package] Compiling const_format_proc_macros v0.2.32
24222024-08-29T14:49:59.676Z[ host-package] Compiling oso v0.27.3
24232024-08-29T14:50:05.590Z[ helios-setup] Aug 29 14:50:04.320 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
24242024-08-29T14:50:07.450Z[ host-package] Compiling universal-hash v0.5.1
24252024-08-29T14:50:07.923Z[ host-package] Compiling secrecy v0.8.0
24262024-08-29T14:50:08.315Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
24272024-08-29T14:50:11.931Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
24282024-08-29T14:50:13.765Z[ host-package] Compiling vte_generate_state_changes v0.1.1
24292024-08-29T14:50:14.514Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
24302024-08-29T14:50:14.865Z[ host-package] Compiling opaque-debug v0.3.1
24312024-08-29T14:50:15.004Z[ host-package] Compiling poly1305 v0.8.0
24322024-08-29T14:50:15.634Z[ host-package] Compiling vte v0.11.1
24332024-08-29T14:50:17.422Z[ host-package] Compiling thiserror-no-std v2.0.2
24342024-08-29T14:50:17.628Z[ host-package] Compiling const_format v0.2.32
24352024-08-29T14:50:19.097Z[ host-package] Compiling async-bb8-diesel v0.2.1
24362024-08-29T14:50:19.251Z[ helios-setup] Aug 29 14:50:17.977 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
24372024-08-29T14:50:19.941Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
24382024-08-29T14:50:21.705Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24392024-08-29T14:50:22.154Z[ host-package] Compiling chacha20 v0.9.1
24402024-08-29T14:50:22.671Z[ host-package] Compiling fd-lock v4.0.2
24412024-08-29T14:50:22.957Z[ host-package] Compiling aead v0.5.2
24422024-08-29T14:50:23.372Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
24432024-08-29T14:50:24.564Z[ host-package] Compiling bytecount v0.6.8
24442024-08-29T14:50:24.946Z[ host-package] Compiling papergrid v0.11.0
24452024-08-29T14:50:26.166Z[ host-package] Compiling chacha20poly1305 v0.10.1
24462024-08-29T14:50:26.846Z[ host-package] Compiling parking_lot v0.11.2
24472024-08-29T14:50:29.006Z[ host-package] Compiling vsss-rs v3.3.4
24482024-08-29T14:50:34.021Z[ host-package] Compiling strip-ansi-escapes v0.2.0
24492024-08-29T14:50:35.867Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24502024-08-29T14:50:37.964Z[ host-package] Compiling tabled_derive v0.7.0
24512024-08-29T14:50:40.518Z[ host-package] Compiling crossterm v0.27.0
24522024-08-29T14:50:41.299Z[ host-package] Compiling peg-macros v0.8.4
24532024-08-29T14:50:45.167Z[ host-package] Compiling sqlparser_derive v0.2.2
24542024-08-29T14:50:46.119Z[ host-package] Compiling nu-ansi-term v0.50.0
24552024-08-29T14:50:47.272Z[ host-package] Compiling unicode_categories v0.1.1
24562024-08-29T14:50:47.746Z[ host-package] Compiling sqlformat v0.2.4
24572024-08-29T14:50:47.850Z[ host-package] Compiling rustyline v14.0.0
24582024-08-29T14:50:48.611Z[ host-package] Compiling sqlparser v0.45.0
24592024-08-29T14:50:51.976Z[ host-package] Compiling reedline v0.33.0
24602024-08-29T14:50:58.926Z[ helios-setup] Aug 29 14:50:57.640 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 24s
24612024-08-29T14:50:58.960Z[ helios-setup] Aug 29 14:50:57.675 INFO building project "amd-host-image-builder" ok (176 seconds)
24622024-08-29T14:50:58.963Z[ helios-setup] Aug 29 14:50:57.675 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
24632024-08-29T14:50:58.963Z[ helios-setup] Aug 29 14:50:57.675 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
24642024-08-29T14:50:58.963Z[ host-package] Compiling peg v0.8.4
24652024-08-29T14:50:59.111Z[ host-package] Compiling tabled v0.15.0
24662024-08-29T14:50:59.299Z[ helios-setup] Aug 29 14:50:58.013 INFO E| Compiling adler v1.0.2
24672024-08-29T14:50:59.435Z[ helios-setup] Aug 29 14:50:58.149 INFO E| Compiling miniz_oxide v0.7.2
24682024-08-29T14:51:00.461Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24692024-08-29T14:51:01.997Z[ helios-setup] Aug 29 14:51:00.711 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24702024-08-29T14:51:02.902Z[ helios-setup] Aug 29 14:51:01.615 INFO E| Finished `release` profile [optimized] target(s) in 3.83s
24712024-08-29T14:51:02.909Z[ helios-setup] Aug 29 14:51:01.622 INFO building project "pinprick" ok (3 seconds)
24722024-08-29T14:51:02.909Z[ helios-setup] Aug 29 14:51:01.622 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24732024-08-29T14:51:02.911Z[ helios-setup] Aug 29 14:51:01.622 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24742024-08-29T14:51:03.208Z[ helios-setup] Aug 29 14:51:01.921 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24752024-08-29T14:51:03.300Z[ host-package] Compiling sled v0.34.7
24762024-08-29T14:51:03.745Z[ helios-setup] Aug 29 14:51:02.457 INFO E| From https://github.com/jclulow/rust-jmclib
24772024-08-29T14:51:03.747Z[ helios-setup] Aug 29 14:51:02.458 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24782024-08-29T14:51:03.768Z[ helios-setup] Aug 29 14:51:02.481 INFO E| Updating crates.io index
24792024-08-29T14:51:03.895Z[ helios-setup] Aug 29 14:51:02.607 INFO E| Downloading crates ...
24802024-08-29T14:51:04.021Z[ helios-setup] Aug 29 14:51:02.734 INFO E| Downloaded bitflags v2.3.3
24812024-08-29T14:51:04.026Z[ helios-setup] Aug 29 14:51:02.739 INFO E| Downloaded opaque-debug v0.3.0
24822024-08-29T14:51:04.028Z[ helios-setup] Aug 29 14:51:02.740 INFO E| Downloaded quote v1.0.31
24832024-08-29T14:51:04.032Z[ helios-setup] Aug 29 14:51:02.745 INFO E| Downloaded md-5 v0.9.1
24842024-08-29T14:51:04.034Z[ helios-setup] Aug 29 14:51:02.747 INFO E| Downloaded serde v1.0.193
24852024-08-29T14:51:04.040Z[ helios-setup] Aug 29 14:51:02.753 INFO E| Downloaded serde_derive v1.0.193
24862024-08-29T14:51:04.044Z[ helios-setup] Aug 29 14:51:02.757 INFO E| Downloaded anyhow v1.0.72
24872024-08-29T14:51:04.050Z[ helios-setup] Aug 29 14:51:02.763 INFO E| Downloaded sha-1 v0.9.8
24882024-08-29T14:51:04.082Z[ helios-setup] Aug 29 14:51:02.794 INFO E| Downloaded walkdir v2.3.3
24892024-08-29T14:51:04.085Z[ helios-setup] Aug 29 14:51:02.798 INFO E| Downloaded typenum v1.16.0
24902024-08-29T14:51:04.089Z[ helios-setup] Aug 29 14:51:02.802 INFO E| Downloaded tempfile v3.7.0
24912024-08-29T14:51:04.093Z[ helios-setup] Aug 29 14:51:02.806 INFO E| Downloaded cpufeatures v0.2.9
24922024-08-29T14:51:04.095Z[ helios-setup] Aug 29 14:51:02.808 INFO E| Downloaded once_cell v1.18.0
24932024-08-29T14:51:04.099Z[ helios-setup] Aug 29 14:51:02.812 INFO E| Downloaded unicode-ident v1.0.11
24942024-08-29T14:51:04.104Z[ helios-setup] Aug 29 14:51:02.817 INFO E| Downloaded proc-macro2 v1.0.66
24952024-08-29T14:51:04.108Z[ helios-setup] Aug 29 14:51:02.821 INFO E| Downloaded uuid v0.8.2
24962024-08-29T14:51:04.113Z[ helios-setup] Aug 29 14:51:02.826 INFO E| Downloaded ryu v1.0.15
24972024-08-29T14:51:04.118Z[ helios-setup] Aug 29 14:51:02.831 INFO E| Downloaded unicode-width v0.1.10
24982024-08-29T14:51:04.121Z[ helios-setup] Aug 29 14:51:02.833 INFO E| Downloaded getrandom v0.2.10
24992024-08-29T14:51:04.125Z[ helios-setup] Aug 29 14:51:02.838 INFO E| Downloaded fastrand v2.0.0
25002024-08-29T14:51:04.127Z[ helios-setup] Aug 29 14:51:02.840 INFO E| Downloaded syn v2.0.32
25012024-08-29T14:51:04.144Z[ helios-setup] Aug 29 14:51:02.857 INFO E| Downloaded errno v0.3.1
25022024-08-29T14:51:04.147Z[ helios-setup] Aug 29 14:51:02.860 INFO E| Downloaded serde_json v1.0.103
25032024-08-29T14:51:04.158Z[ helios-setup] Aug 29 14:51:02.871 INFO E| Downloaded itoa v1.0.9
25042024-08-29T14:51:04.161Z[ helios-setup] Aug 29 14:51:02.874 INFO E| Downloaded digest v0.9.0
25052024-08-29T14:51:04.164Z[ helios-setup] Aug 29 14:51:02.876 INFO E| Downloaded block-buffer v0.9.0
25062024-08-29T14:51:04.166Z[ helios-setup] Aug 29 14:51:02.878 INFO E| Downloaded libdevinfo-sys v1.0.0
25072024-08-29T14:51:04.166Z[ helios-setup] Aug 29 14:51:02.879 INFO E| Downloaded rustix v0.38.4
25082024-08-29T14:51:04.211Z[ helios-setup] Aug 29 14:51:02.924 INFO E| Downloaded libc v0.2.147
25092024-08-29T14:51:04.504Z[ helios-setup] Aug 29 14:51:03.178 INFO E| Compiling libc v0.2.147
25102024-08-29T14:51:04.504Z[ helios-setup] Aug 29 14:51:03.178 INFO E| Compiling proc-macro2 v1.0.66
25112024-08-29T14:51:04.504Z[ helios-setup] Aug 29 14:51:03.178 INFO E| Compiling cfg-if v1.0.0
25122024-08-29T14:51:04.507Z[ helios-setup] Aug 29 14:51:03.178 INFO E| Compiling unicode-ident v1.0.11
25132024-08-29T14:51:04.507Z[ helios-setup] Aug 29 14:51:03.178 INFO E| Compiling version_check v0.9.4
25142024-08-29T14:51:04.507Z[ helios-setup] Aug 29 14:51:03.179 INFO E| Compiling typenum v1.16.0
25152024-08-29T14:51:04.507Z[ helios-setup] Aug 29 14:51:03.179 INFO E| Compiling serde v1.0.193
25162024-08-29T14:51:04.507Z[ helios-setup] Aug 29 14:51:03.179 INFO E| Compiling powerfmt v0.2.0
25172024-08-29T14:51:05.241Z[ helios-setup] Aug 29 14:51:03.953 INFO E| Compiling num-conv v0.1.0
25182024-08-29T14:51:05.260Z[ helios-setup] Aug 29 14:51:03.972 INFO E| Compiling time-core v0.1.2
25192024-08-29T14:51:05.802Z[ helios-setup] Aug 29 14:51:04.514 INFO E| Compiling rustix v0.38.4
25202024-08-29T14:51:05.802Z[ helios-setup] Aug 29 14:51:04.514 INFO E| Compiling slog v2.7.0
25212024-08-29T14:51:06.061Z[ helios-setup] Aug 29 14:51:04.774 INFO E| Compiling itoa v1.0.9
25222024-08-29T14:51:06.201Z[ helios-setup] Aug 29 14:51:04.913 INFO E| Compiling deranged v0.3.11
25232024-08-29T14:51:06.635Z[ helios-setup] Aug 29 14:51:05.347 INFO E| Compiling generic-array v0.14.7
25242024-08-29T14:51:06.818Z[ helios-setup] Aug 29 14:51:05.530 INFO E| Compiling time-macros v0.2.18
25252024-08-29T14:51:06.906Z[ helios-setup] Aug 29 14:51:05.618 INFO E| Compiling once_cell v1.18.0
25262024-08-29T14:51:06.996Z[ helios-setup] Aug 29 14:51:05.708 INFO E| Compiling bitflags v2.3.3
25272024-08-29T14:51:07.263Z[ helios-setup] Aug 29 14:51:05.975 INFO E| Compiling quote v1.0.31
25282024-08-29T14:51:07.877Z[ helios-setup] Aug 29 14:51:06.589 INFO E| Compiling num_threads v0.1.6
25292024-08-29T14:51:08.167Z[ helios-setup] Aug 29 14:51:06.879 INFO E| Compiling syn v2.0.32
25302024-08-29T14:51:08.225Z[ helios-setup] Aug 29 14:51:06.936 INFO E| Compiling thread_local v1.1.7
25312024-08-29T14:51:08.607Z[ helios-setup] Aug 29 14:51:07.319 INFO E| Compiling anyhow v1.0.72
25322024-08-29T14:51:09.627Z[ helios-setup] Aug 29 14:51:08.338 INFO E| Compiling dirs-sys-next v0.1.2
25332024-08-29T14:51:09.850Z[ helios-setup] Aug 29 14:51:08.561 INFO E| Compiling errno v0.3.1
25342024-08-29T14:51:10.036Z[ helios-setup] Aug 29 14:51:08.747 INFO E| Compiling dirs-next v2.0.0
25352024-08-29T14:51:10.124Z[ helios-setup] Aug 29 14:51:08.835 INFO E| Compiling atty v0.2.14
25362024-08-29T14:51:10.310Z[ helios-setup] Aug 29 14:51:09.021 INFO E| Compiling term v0.7.0
25372024-08-29T14:51:10.407Z[ helios-setup] Aug 29 14:51:09.118 INFO E| Compiling serde_json v1.0.103
25382024-08-29T14:51:10.454Z[ helios-setup] Aug 29 14:51:09.165 INFO E| Compiling opaque-debug v0.3.0
25392024-08-29T14:51:10.544Z[ helios-setup] Aug 29 14:51:09.254 INFO E| Compiling fastrand v2.0.0
25402024-08-29T14:51:11.373Z[ helios-setup] Aug 29 14:51:10.083 INFO E| Compiling digest v0.9.0
25412024-08-29T14:51:11.432Z[ helios-setup] Aug 29 14:51:10.142 INFO E| Compiling block-buffer v0.9.0
25422024-08-29T14:51:11.766Z[ helios-setup] Aug 29 14:51:10.476 INFO E| Compiling getrandom v0.2.10
25432024-08-29T14:51:11.781Z[ helios-setup] Aug 29 14:51:10.491 INFO E| Compiling same-file v1.0.6
25442024-08-29T14:51:11.797Z[ helios-setup] Aug 29 14:51:10.508 INFO E| Compiling ryu v1.0.15
25452024-08-29T14:51:12.161Z[ helios-setup] Aug 29 14:51:10.871 INFO E| Compiling cpufeatures v0.2.9
25462024-08-29T14:51:12.217Z[ helios-setup] Aug 29 14:51:10.927 INFO E| Compiling time v0.3.36
25472024-08-29T14:51:12.250Z[ helios-setup] Aug 29 14:51:10.961 INFO E| Compiling unicode-width v0.1.10
25482024-08-29T14:51:12.378Z[ helios-setup] Aug 29 14:51:11.087 INFO E| Compiling sha-1 v0.9.8
25492024-08-29T14:51:12.626Z[ helios-setup] Aug 29 14:51:11.333 INFO E| Compiling getopts v0.2.21
25502024-08-29T14:51:12.735Z[ helios-setup] Aug 29 14:51:11.445 INFO E| Compiling walkdir v2.3.3
25512024-08-29T14:51:13.488Z[ helios-setup] Aug 29 14:51:12.198 INFO E| Compiling tempfile v3.7.0
25522024-08-29T14:51:13.843Z[ helios-setup] Aug 29 14:51:12.553 INFO E| Compiling md-5 v0.9.1
25532024-08-29T14:51:13.990Z[ helios-setup] Aug 29 14:51:12.699 INFO E| Compiling glob v0.3.1
25542024-08-29T14:51:14.368Z[ helios-setup] Aug 29 14:51:13.078 INFO E| Compiling libdevinfo-sys v1.0.0
25552024-08-29T14:51:15.947Z[ helios-setup] Aug 29 14:51:14.657 INFO E| Compiling slog-term v2.9.0
25562024-08-29T14:51:17.505Z[ helios-setup] Aug 29 14:51:16.213 INFO E| Compiling serde_derive v1.0.193
25572024-08-29T14:51:20.193Z[ host-package] Compiling mime_guess v2.0.4
25582024-08-29T14:51:21.711Z[ host-package] Compiling hickory-client v0.24.1
25592024-08-29T14:51:21.992Z[ host-package] Compiling env_logger v0.9.3
25602024-08-29T14:51:22.378Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
25612024-08-29T14:51:22.712Z[ host-package] Compiling tungstenite v0.20.1
25622024-08-29T14:51:26.082Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25632024-08-29T14:51:26.707Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
25642024-08-29T14:51:27.767Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25652024-08-29T14:51:28.405Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25662024-08-29T14:51:29.583Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25672024-08-29T14:51:30.199Z[ host-package] Compiling hickory-server v0.24.1
25682024-08-29T14:51:30.326Z[ host-package] Compiling bcs v0.1.6
25692024-08-29T14:51:31.410Z[ host-package] Compiling vergen v8.3.2
25702024-08-29T14:51:31.863Z[ host-package] Compiling bitstruct_derive v0.1.0
25712024-08-29T14:51:32.117Z[ helios-setup] Aug 29 14:51:30.821 INFO E| Compiling toml v0.5.11
25722024-08-29T14:51:32.119Z[ helios-setup] Aug 29 14:51:30.821 INFO E| Compiling uuid v0.8.2
25732024-08-29T14:51:33.727Z[ host-package] Compiling cargo-platform v0.1.8
25742024-08-29T14:51:34.347Z[ host-package] Compiling nanorand v0.7.0
25752024-08-29T14:51:34.450Z[ helios-setup] Aug 29 14:51:33.154 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25762024-08-29T14:51:35.235Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25772024-08-29T14:51:35.647Z[ host-package] Compiling memoffset v0.9.1
25782024-08-29T14:51:36.428Z[ host-package] Compiling ascii v1.1.0
25792024-08-29T14:51:36.771Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25802024-08-29T14:51:36.901Z[ host-package] Compiling flume v0.11.0
25812024-08-29T14:51:37.348Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25822024-08-29T14:51:37.388Z[ host-package] Compiling cargo_metadata v0.18.1
25832024-08-29T14:51:37.518Z[ helios-setup] Aug 29 14:51:36.221 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25842024-08-29T14:51:37.902Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25852024-08-29T14:51:42.004Z[ host-package] Compiling bitstruct v0.1.1
25862024-08-29T14:51:42.230Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25872024-08-29T14:51:44.358Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25882024-08-29T14:51:45.031Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25892024-08-29T14:51:45.378Z[ host-package] Compiling tokio-tungstenite v0.20.1
25902024-08-29T14:51:46.149Z[ host-package] Compiling git2 v0.19.0
25912024-08-29T14:51:51.890Z[ helios-setup] Aug 29 14:51:50.589 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.88s
25922024-08-29T14:51:51.923Z[ helios-setup] Aug 29 14:51:50.621 INFO building project "image-builder" ok (48 seconds)
25932024-08-29T14:51:51.923Z[ helios-setup] Aug 29 14:51:50.622 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
25942024-08-29T14:51:51.926Z[ helios-setup] Aug 29 14:51:50.622 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
25952024-08-29T14:51:52.233Z[ helios-setup] Aug 29 14:51:50.931 INFO E| Downloading crates ...
25962024-08-29T14:51:52.313Z[ helios-setup] Aug 29 14:51:51.012 INFO E| Downloaded anyhow v1.0.62
25972024-08-29T14:51:52.320Z[ helios-setup] Aug 29 14:51:51.019 INFO E| Downloaded bytes v1.2.1
25982024-08-29T14:51:52.327Z[ helios-setup] Aug 29 14:51:51.025 INFO E| Downloaded flate2 v1.0.25
25992024-08-29T14:51:52.335Z[ helios-setup] Aug 29 14:51:51.033 INFO E| Downloaded typenum v1.15.0
26002024-08-29T14:51:52.339Z[ helios-setup] Aug 29 14:51:51.037 INFO E| Downloaded generic-array v0.14.6
26012024-08-29T14:51:52.341Z[ helios-setup] Aug 29 14:51:51.040 INFO E| Downloaded sha2 v0.10.5
26022024-08-29T14:51:52.344Z[ helios-setup] Aug 29 14:51:51.043 INFO E| Downloaded digest v0.10.3
26032024-08-29T14:51:52.347Z[ helios-setup] Aug 29 14:51:51.046 INFO E| Downloaded cpufeatures v0.2.5
26042024-08-29T14:51:52.349Z[ helios-setup] Aug 29 14:51:51.048 INFO E| Downloaded block-buffer v0.10.3
26052024-08-29T14:51:52.352Z[ helios-setup] Aug 29 14:51:51.049 INFO E| Downloaded miniz_oxide v0.6.2
26062024-08-29T14:51:52.430Z[ helios-setup] Aug 29 14:51:51.128 INFO E| Compiling typenum v1.15.0
26072024-08-29T14:51:52.430Z[ helios-setup] Aug 29 14:51:51.128 INFO E| Compiling version_check v0.9.4
26082024-08-29T14:51:52.430Z[ helios-setup] Aug 29 14:51:51.128 INFO E| Compiling crc32fast v1.3.2
26092024-08-29T14:51:52.430Z[ helios-setup] Aug 29 14:51:51.128 INFO E| Compiling cfg-if v1.0.0
26102024-08-29T14:51:52.432Z[ helios-setup] Aug 29 14:51:51.128 INFO E| Compiling adler v1.0.2
26112024-08-29T14:51:52.432Z[ helios-setup] Aug 29 14:51:51.128 INFO E| Compiling anyhow v1.0.62
26122024-08-29T14:51:52.432Z[ helios-setup] Aug 29 14:51:51.128 INFO E| Compiling cpufeatures v0.2.5
26132024-08-29T14:51:52.432Z[ helios-setup] Aug 29 14:51:51.129 INFO E| Compiling unicode-width v0.1.10
26142024-08-29T14:51:53.314Z[ helios-setup] Aug 29 14:51:52.012 INFO E| Compiling miniz_oxide v0.6.2
26152024-08-29T14:51:53.403Z[ helios-setup] Aug 29 14:51:52.102 INFO E| Compiling bitflags v1.3.2
26162024-08-29T14:51:53.493Z[ helios-setup] Aug 29 14:51:52.192 INFO E| Compiling bytes v1.2.1
26172024-08-29T14:51:53.515Z[ helios-setup] Aug 29 14:51:52.214 INFO E| Compiling generic-array v0.14.6
26182024-08-29T14:51:53.597Z[ helios-setup] Aug 29 14:51:52.295 INFO E| Compiling getopts v0.2.21
26192024-08-29T14:51:54.849Z[ helios-setup] Aug 29 14:51:53.547 INFO E| Compiling flate2 v1.0.25
26202024-08-29T14:51:58.031Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26212024-08-29T14:51:58.434Z[ helios-setup] Aug 29 14:51:57.131 INFO E| Compiling crypto-common v0.1.6
26222024-08-29T14:51:58.434Z[ helios-setup] Aug 29 14:51:57.131 INFO E| Compiling block-buffer v0.10.3
26232024-08-29T14:51:58.444Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26242024-08-29T14:51:58.650Z[ helios-setup] Aug 29 14:51:57.347 INFO E| Compiling digest v0.10.3
26252024-08-29T14:51:59.025Z[ helios-setup] Aug 29 14:51:57.721 INFO E| Compiling sha2 v0.10.5
26262024-08-29T14:51:59.508Z[ helios-setup] Aug 29 14:51:58.204 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
26272024-08-29T14:52:05.088Z[ helios-setup] Aug 29 14:52:03.783 INFO E| Finished `release` profile [optimized] target(s) in 13.05s
26282024-08-29T14:52:05.104Z[ helios-setup] Aug 29 14:52:03.799 INFO building project "bootserver" ok (13 seconds)
26292024-08-29T14:52:05.104Z[ helios-setup] Aug 29 14:52:03.799 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26302024-08-29T14:52:05.104Z[ helios-setup] Aug 29 14:52:03.799 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26312024-08-29T14:52:05.638Z[ helios-setup] Aug 29 14:52:04.333 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26322024-08-29T14:52:06.322Z[ helios-setup] Aug 29 14:52:05.016 INFO E| From https://github.com/jclulow/hiercmd
26332024-08-29T14:52:06.322Z[ helios-setup] Aug 29 14:52:05.016 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
26342024-08-29T14:52:06.367Z[ helios-setup] Aug 29 14:52:05.061 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
26352024-08-29T14:52:06.894Z[ helios-setup] Aug 29 14:52:05.589 INFO E| From https://github.com/jclulow/network-interface
26362024-08-29T14:52:06.894Z[ helios-setup] Aug 29 14:52:05.589 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
26372024-08-29T14:52:06.932Z[ helios-setup] Aug 29 14:52:05.626 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26382024-08-29T14:52:07.478Z[ helios-setup] Aug 29 14:52:06.172 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26392024-08-29T14:52:07.478Z[ helios-setup] Aug 29 14:52:06.172 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26402024-08-29T14:52:07.516Z[ helios-setup] Aug 29 14:52:06.210 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26412024-08-29T14:52:08.301Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26422024-08-29T14:52:08.344Z[ helios-setup] Aug 29 14:52:07.037 INFO E| From https://github.com/oxidecomputer/facade
26432024-08-29T14:52:08.344Z[ helios-setup] Aug 29 14:52:07.037 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26442024-08-29T14:52:08.429Z[ helios-setup] Aug 29 14:52:07.122 INFO E| Updating crates.io index
26452024-08-29T14:52:09.031Z[ helios-setup] Aug 29 14:52:07.724 INFO E| Downloading crates ...
26462024-08-29T14:52:09.209Z[ helios-setup] Aug 29 14:52:07.903 INFO E| Downloaded ahash v0.8.3
26472024-08-29T14:52:09.226Z[ helios-setup] Aug 29 14:52:07.920 INFO E| Downloaded const-random v0.1.15
26482024-08-29T14:52:09.230Z[ helios-setup] Aug 29 14:52:07.924 INFO E| Downloaded concolor-override v1.0.0
26492024-08-29T14:52:09.233Z[ helios-setup] Aug 29 14:52:07.926 INFO E| Downloaded is-terminal v0.4.7
26502024-08-29T14:52:09.235Z[ helios-setup] Aug 29 14:52:07.928 INFO E| Downloaded anstream v0.2.6
26512024-08-29T14:52:09.241Z[ helios-setup] Aug 29 14:52:07.935 INFO E| Downloaded either v1.8.0
26522024-08-29T14:52:09.243Z[ helios-setup] Aug 29 14:52:07.937 INFO E| Downloaded num_cpus v1.15.0
26532024-08-29T14:52:09.248Z[ helios-setup] Aug 29 14:52:07.942 INFO E| Downloaded digest v0.10.6
26542024-08-29T14:52:09.252Z[ helios-setup] Aug 29 14:52:07.946 INFO E| Downloaded const-random-macro v0.1.15
26552024-08-29T14:52:09.254Z[ helios-setup] Aug 29 14:52:07.947 INFO E| Downloaded futures-core v0.3.28
26562024-08-29T14:52:09.257Z[ helios-setup] Aug 29 14:52:07.950 INFO E| Downloaded fastrand v1.9.0
26572024-08-29T14:52:09.259Z[ helios-setup] Aug 29 14:52:07.952 INFO E| Downloaded num_enum_derive v0.5.7
26582024-08-29T14:52:09.261Z[ helios-setup] Aug 29 14:52:07.954 INFO E| Downloaded futures-macro v0.3.28
26592024-08-29T14:52:09.264Z[ helios-setup] Aug 29 14:52:07.956 INFO E| Downloaded want v0.3.0
26602024-08-29T14:52:09.266Z[ helios-setup] Aug 29 14:52:07.958 INFO E| Downloaded scopeguard v1.1.0
26612024-08-29T14:52:09.269Z[ helios-setup] Aug 29 14:52:07.960 INFO E| Downloaded memoffset v0.7.1
26622024-08-29T14:52:09.269Z[ helios-setup] Aug 29 14:52:07.962 INFO E| Downloaded futures-sink v0.3.28
26632024-08-29T14:52:09.271Z[ helios-setup] Aug 29 14:52:07.964 INFO E| Downloaded project-root v0.2.2
26642024-08-29T14:52:09.271Z[ helios-setup] Aug 29 14:52:07.965 INFO E| Downloaded iana-time-zone v0.1.56
26652024-08-29T14:52:09.277Z[ helios-setup] Aug 29 14:52:07.971 INFO E| Downloaded byteorder v1.4.3
26662024-08-29T14:52:09.280Z[ helios-setup] Aug 29 14:52:07.974 INFO E| Downloaded autocfg v1.1.0
26672024-08-29T14:52:09.283Z[ helios-setup] Aug 29 14:52:07.977 INFO E| Downloaded try-lock v0.2.4
26682024-08-29T14:52:09.286Z[ helios-setup] Aug 29 14:52:07.979 INFO E| Downloaded built v0.6.0
26692024-08-29T14:52:09.288Z[ helios-setup] Aug 29 14:52:07.981 INFO E| Downloaded anstyle-parse v0.1.1
26702024-08-29T14:52:09.290Z[ helios-setup] Aug 29 14:52:07.984 INFO E| Downloaded clap_derive v4.2.0
26712024-08-29T14:52:09.294Z[ helios-setup] Aug 29 14:52:07.988 INFO E| Downloaded toolchain_find v0.2.0
26722024-08-29T14:52:09.297Z[ helios-setup] Aug 29 14:52:07.989 INFO E| Downloaded form_urlencoded v1.1.0
26732024-08-29T14:52:09.302Z[ helios-setup] Aug 29 14:52:07.991 INFO E| Downloaded serde_derive_internals v0.26.0
26742024-08-29T14:52:09.304Z[ helios-setup] Aug 29 14:52:07.994 INFO E| Downloaded itoa v1.0.6
26752024-08-29T14:52:09.304Z[ helios-setup] Aug 29 14:52:07.996 INFO E| Downloaded thiserror-impl v1.0.38
26762024-08-29T14:52:09.306Z[ helios-setup] Aug 29 14:52:07.998 INFO E| Downloaded sha2 v0.10.6
26772024-08-29T14:52:09.310Z[ helios-setup] Aug 29 14:52:08.002 INFO E| Downloaded http-body v0.4.5
26782024-08-29T14:52:09.313Z[ helios-setup] Aug 29 14:52:08.005 INFO E| Downloaded num_enum v0.5.7
26792024-08-29T14:52:09.317Z[ helios-setup] Aug 29 14:52:08.011 INFO E| Downloaded tokio-macros v2.0.0
26802024-08-29T14:52:09.320Z[ helios-setup] Aug 29 14:52:08.013 INFO E| Downloaded smawk v0.3.1
26812024-08-29T14:52:09.322Z[ helios-setup] Aug 29 14:52:08.016 INFO E| Downloaded toml_datetime v0.6.1
26822024-08-29T14:52:09.325Z[ helios-setup] Aug 29 14:52:08.018 INFO E| Downloaded strsim v0.10.0
26832024-08-29T14:52:09.327Z[ helios-setup] Aug 29 14:52:08.021 INFO E| Downloaded signal-hook-registry v1.4.0
26842024-08-29T14:52:09.330Z[ helios-setup] Aug 29 14:52:08.023 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26852024-08-29T14:52:09.333Z[ helios-setup] Aug 29 14:52:08.027 INFO E| Downloaded serde_spanned v0.6.1
26862024-08-29T14:52:09.335Z[ helios-setup] Aug 29 14:52:08.028 INFO E| Downloaded smartstring v1.0.1
26872024-08-29T14:52:09.338Z[ helios-setup] Aug 29 14:52:08.032 INFO E| Downloaded semver v0.11.0
26882024-08-29T14:52:09.341Z[ helios-setup] Aug 29 14:52:08.035 INFO E| Downloaded tokio-rustls v0.24.0
26892024-08-29T14:52:09.344Z[ helios-setup] Aug 29 14:52:08.038 INFO E| Downloaded time v0.1.45
26902024-08-29T14:52:09.347Z[ helios-setup] Aug 29 14:52:08.041 INFO E| Downloaded cargo-lock v8.0.3
26912024-08-29T14:52:09.352Z[ helios-setup] Aug 29 14:52:08.045 INFO E| Downloaded tokio-tungstenite v0.18.0
26922024-08-29T14:52:09.356Z[ helios-setup] Aug 29 14:52:08.050 INFO E| Downloaded ucd-trie v0.1.5
26932024-08-29T14:52:09.359Z[ helios-setup] Aug 29 14:52:08.053 INFO E| Downloaded terminal_size v0.2.6
26942024-08-29T14:52:09.362Z[ helios-setup] Aug 29 14:52:08.056 INFO E| Downloaded unicode-ident v1.0.8
26952024-08-29T14:52:09.367Z[ helios-setup] Aug 29 14:52:08.061 INFO E| Downloaded tungstenite v0.18.0
26962024-08-29T14:52:09.373Z[ helios-setup] Aug 29 14:52:08.067 INFO E| Downloaded thiserror v1.0.38
26972024-08-29T14:52:09.381Z[ helios-setup] Aug 29 14:52:08.075 INFO E| Downloaded unsafe-libyaml v0.2.8
26982024-08-29T14:52:09.387Z[ helios-setup] Aug 29 14:52:08.081 INFO E| Downloaded tracing-core v0.1.30
26992024-08-29T14:52:09.393Z[ helios-setup] Aug 29 14:52:08.086 INFO E| Downloaded async-trait v0.1.68
27002024-08-29T14:52:09.399Z[ helios-setup] Aug 29 14:52:08.092 INFO E| Downloaded unicode-linebreak v0.1.4
27012024-08-29T14:52:09.402Z[ helios-setup] Aug 29 14:52:08.096 INFO E| Downloaded winnow v0.4.1
27022024-08-29T14:52:09.418Z[ helios-setup] Aug 29 14:52:08.111 INFO E| Downloaded toml_edit v0.19.8
27032024-08-29T14:52:09.447Z[ helios-setup] Aug 29 14:52:08.141 INFO E| Downloaded unicode-normalization v0.1.22
27042024-08-29T14:52:09.453Z[ helios-setup] Aug 29 14:52:08.146 INFO E| Downloaded syn v1.0.107
27052024-08-29T14:52:09.471Z[ helios-setup] Aug 29 14:52:08.165 INFO E| Downloaded uuid v1.3.0
27062024-08-29T14:52:09.478Z[ helios-setup] Aug 29 14:52:08.171 INFO E| Downloaded serde_yaml v0.9.21
27072024-08-29T14:52:09.484Z[ helios-setup] Aug 29 14:52:08.178 INFO E| Downloaded tokio v1.27.0
27082024-08-29T14:52:09.544Z[ helios-setup] Aug 29 14:52:08.237 INFO E| Downloaded url v2.3.1
27092024-08-29T14:52:09.549Z[ helios-setup] Aug 29 14:52:08.242 INFO E| Downloaded mio v0.8.5
27102024-08-29T14:52:09.559Z[ helios-setup] Aug 29 14:52:08.253 INFO E| Downloaded http v0.2.9
27112024-08-29T14:52:09.565Z[ helios-setup] Aug 29 14:52:08.259 INFO E| Downloaded rayon-core v1.10.2
27122024-08-29T14:52:09.572Z[ helios-setup] Aug 29 14:52:08.266 INFO E| Downloaded rustls-webpki v0.100.1
27132024-08-29T14:52:09.588Z[ helios-setup] Aug 29 14:52:08.282 INFO E| Downloaded pest v2.5.7
27142024-08-29T14:52:09.597Z[ helios-setup] Aug 29 14:52:08.291 INFO E| Downloaded aho-corasick v0.7.20
27152024-08-29T14:52:09.604Z[ helios-setup] Aug 29 14:52:08.297 INFO E| Downloaded memchr v2.5.0
27162024-08-29T14:52:09.610Z[ helios-setup] Aug 29 14:52:08.304 INFO E| Downloaded h2 v0.3.16
27172024-08-29T14:52:09.616Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27182024-08-29T14:52:09.620Z[ helios-setup] Aug 29 14:52:08.314 INFO E| Downloaded crossbeam-channel v0.5.6
27192024-08-29T14:52:09.626Z[ helios-setup] Aug 29 14:52:08.319 INFO E| Downloaded futures-util v0.3.28
27202024-08-29T14:52:09.643Z[ helios-setup] Aug 29 14:52:08.336 INFO E| Downloaded reqwest v0.11.16
27212024-08-29T14:52:09.655Z[ helios-setup] Aug 29 14:52:08.349 INFO E| Downloaded clap_builder v4.2.1
27222024-08-29T14:52:09.667Z[ helios-setup] Aug 29 14:52:08.360 INFO E| Downloaded rayon v1.6.1
27232024-08-29T14:52:09.681Z[ helios-setup] Aug 29 14:52:08.374 INFO E| Downloaded hyper v0.14.25
27242024-08-29T14:52:09.698Z[ helios-setup] Aug 29 14:52:08.391 INFO E| Downloaded git2 v0.16.1
27252024-08-29T14:52:09.711Z[ helios-setup] Aug 29 14:52:08.404 INFO E| Downloaded regress v0.5.0
27262024-08-29T14:52:09.722Z[ helios-setup] Aug 29 14:52:08.416 INFO E| Downloaded regex v1.7.3
27272024-08-29T14:52:09.735Z[ helios-setup] Aug 29 14:52:08.428 INFO E| Downloaded syn v2.0.72
27282024-08-29T14:52:09.753Z[ helios-setup] Aug 29 14:52:08.446 INFO E| Downloaded rustls v0.21.0
27292024-08-29T14:52:09.770Z[ helios-setup] Aug 29 14:52:08.463 INFO E| Downloaded rustix v0.37.3
27302024-08-29T14:52:09.800Z[ helios-setup] Aug 29 14:52:08.493 INFO E| Downloaded openapiv3 v1.0.2
27312024-08-29T14:52:09.820Z[ helios-setup] Aug 29 14:52:08.513 INFO E| Downloaded rhai v1.14.0
27322024-08-29T14:52:09.842Z[ helios-setup] Aug 29 14:52:08.535 INFO E| Downloaded chrono v0.4.24
27332024-08-29T14:52:09.853Z[ helios-setup] Aug 29 14:52:08.547 INFO E| Downloaded base64 v0.21.0
27342024-08-29T14:52:09.859Z[ helios-setup] Aug 29 14:52:08.552 INFO E| Downloaded unicode-bidi v0.3.13
27352024-08-29T14:52:09.862Z[ helios-setup] Aug 29 14:52:08.556 INFO E| Downloaded libc v0.2.139
27362024-08-29T14:52:09.903Z[ helios-setup] Aug 29 14:52:08.596 INFO E| Downloaded textwrap v0.16.0
27372024-08-29T14:52:09.906Z[ helios-setup] Aug 29 14:52:08.600 INFO E| Downloaded bytes v1.4.0
27382024-08-29T14:52:09.912Z[ helios-setup] Aug 29 14:52:08.606 INFO E| Downloaded serde_json v1.0.95
27392024-08-29T14:52:09.925Z[ helios-setup] Aug 29 14:52:08.618 INFO E| Downloaded schemars v0.8.12
27402024-08-29T14:52:10.003Z[ helios-setup] Aug 29 14:52:08.696 INFO E| Downloaded ryu v1.0.13
27412024-08-29T14:52:10.008Z[ helios-setup] Aug 29 14:52:08.701 INFO E| Downloaded cc v1.0.78
27422024-08-29T14:52:10.012Z[ helios-setup] Aug 29 14:52:08.705 INFO E| Downloaded tempfile v3.5.0
27432024-08-29T14:52:10.015Z[ helios-setup] Aug 29 14:52:08.709 INFO E| Downloaded tokio-util v0.7.7
27442024-08-29T14:52:10.024Z[ helios-setup] Aug 29 14:52:08.717 INFO E| Downloaded parking_lot v0.12.1
27452024-08-29T14:52:10.027Z[ helios-setup] Aug 29 14:52:08.721 INFO E| Downloaded crossbeam-utils v0.8.14
27462024-08-29T14:52:10.031Z[ helios-setup] Aug 29 14:52:08.725 INFO E| Downloaded tracing v0.1.37
27472024-08-29T14:52:10.037Z[ helios-setup] Aug 29 14:52:08.731 INFO E| Downloaded sct v0.7.0
27482024-08-29T14:52:10.043Z[ helios-setup] Aug 29 14:52:08.737 INFO E| Downloaded smallvec v1.10.0
27492024-08-29T14:52:10.047Z[ helios-setup] Aug 29 14:52:08.740 INFO E| Downloaded rhai_codegen v1.5.0
27502024-08-29T14:52:10.059Z[ helios-setup] Aug 29 14:52:08.753 INFO E| Downloaded pkg-config v0.3.26
27512024-08-29T14:52:10.062Z[ helios-setup] Aug 29 14:52:08.755 INFO E| Downloaded pin-project-lite v0.2.9
27522024-08-29T14:52:10.068Z[ helios-setup] Aug 29 14:52:08.762 INFO E| Downloaded futures v0.3.28
27532024-08-29T14:52:10.075Z[ helios-setup] Aug 29 14:52:08.769 INFO E| Downloaded toml v0.7.3
27542024-08-29T14:52:10.080Z[ helios-setup] Aug 29 14:52:08.774 INFO E| Downloaded num-traits v0.2.15
27552024-08-29T14:52:10.084Z[ helios-setup] Aug 29 14:52:08.778 INFO E| Downloaded encoding_rs v0.8.32
27562024-08-29T14:52:10.123Z[ helios-setup] Aug 29 14:52:08.816 INFO E| Downloaded once_cell v1.17.0
27572024-08-29T14:52:10.126Z[ helios-setup] Aug 29 14:52:08.820 INFO E| Downloaded log v0.4.17
27582024-08-29T14:52:10.130Z[ helios-setup] Aug 29 14:52:08.823 INFO E| Downloaded ipnet v2.7.2
27592024-08-29T14:52:10.133Z[ helios-setup] Aug 29 14:52:08.827 INFO E| Downloaded socket2 v0.4.9
27602024-08-29T14:52:10.136Z[ helios-setup] Aug 29 14:52:08.830 INFO E| Downloaded sha1 v0.10.5
27612024-08-29T14:52:10.139Z[ helios-setup] Aug 29 14:52:08.833 INFO E| Downloaded serde_tokenstream v0.2.0
27622024-08-29T14:52:10.146Z[ helios-setup] Aug 29 14:52:08.839 INFO E| Downloaded parking_lot_core v0.9.6
27632024-08-29T14:52:10.149Z[ helios-setup] Aug 29 14:52:08.843 INFO E| Downloaded lazy_static v1.4.0
27642024-08-29T14:52:10.152Z[ helios-setup] Aug 29 14:52:08.845 INFO E| Downloaded futures-channel v0.3.28
27652024-08-29T14:52:10.155Z[ helios-setup] Aug 29 14:52:08.849 INFO E| Downloaded semver v1.0.17
27662024-08-29T14:52:10.160Z[ helios-setup] Aug 29 14:52:08.853 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
27672024-08-29T14:52:10.269Z[ helios-setup] Aug 29 14:52:08.962 INFO E| Downloaded anyhow v1.0.68
27682024-08-29T14:52:10.275Z[ helios-setup] Aug 29 14:52:08.968 INFO E| Downloaded crossbeam-epoch v0.9.13
27692024-08-29T14:52:10.280Z[ helios-setup] Aug 29 14:52:08.973 INFO E| Downloaded rustfmt-wrapper v0.2.0
27702024-08-29T14:52:10.283Z[ helios-setup] Aug 29 14:52:08.975 INFO E| Downloaded schemars_derive v0.8.12
27712024-08-29T14:52:10.287Z[ helios-setup] Aug 29 14:52:08.980 INFO E| Downloaded rustls-pemfile v1.0.2
27722024-08-29T14:52:10.290Z[ helios-setup] Aug 29 14:52:08.983 INFO E| Downloaded proc-macro-crate v1.2.1
27732024-08-29T14:52:10.292Z[ helios-setup] Aug 29 14:52:08.985 INFO E| Downloaded percent-encoding v2.2.0
27742024-08-29T14:52:10.295Z[ helios-setup] Aug 29 14:52:08.986 INFO E| Downloaded home v0.5.4
27752024-08-29T14:52:10.295Z[ helios-setup] Aug 29 14:52:08.988 INFO E| Downloaded slog-async v2.7.0
27762024-08-29T14:52:10.297Z[ helios-setup] Aug 29 14:52:08.990 INFO E| Downloaded libz-sys v1.1.8
27772024-08-29T14:52:10.381Z[ helios-setup] Aug 29 14:52:09.074 INFO E| Downloaded semver-parser v0.10.2
27782024-08-29T14:52:10.385Z[ helios-setup] Aug 29 14:52:09.078 INFO E| Downloaded paste v1.0.12
27792024-08-29T14:52:10.390Z[ helios-setup] Aug 29 14:52:09.084 INFO E| Downloaded lock_api v0.4.9
27802024-08-29T14:52:10.393Z[ helios-setup] Aug 29 14:52:09.086 INFO E| Downloaded io-lifetimes v1.0.10
27812024-08-29T14:52:10.396Z[ helios-setup] Aug 29 14:52:09.089 INFO E| Downloaded getrandom v0.2.8
27822024-08-29T14:52:10.400Z[ helios-setup] Aug 29 14:52:09.093 INFO E| Downloaded futures-executor v0.3.28
27832024-08-29T14:52:10.402Z[ helios-setup] Aug 29 14:52:09.095 INFO E| Downloaded slog-bunyan v2.4.0
27842024-08-29T14:52:10.405Z[ helios-setup] Aug 29 14:52:09.097 INFO E| Downloaded slab v0.4.7
27852024-08-29T14:52:10.407Z[ helios-setup] Aug 29 14:52:09.098 INFO E| Downloaded serde_path_to_error v0.1.11
27862024-08-29T14:52:10.410Z[ helios-setup] Aug 29 14:52:09.101 INFO E| Downloaded futures-io v0.3.28
27872024-08-29T14:52:10.410Z[ helios-setup] Aug 29 14:52:09.103 INFO E| Downloaded bincode v1.3.3
27882024-08-29T14:52:10.413Z[ helios-setup] Aug 29 14:52:09.106 INFO E| Downloaded futures-task v0.3.28
27892024-08-29T14:52:10.416Z[ helios-setup] Aug 29 14:52:09.108 INFO E| Downloaded num-integer v0.1.45
27902024-08-29T14:52:10.419Z[ helios-setup] Aug 29 14:52:09.111 INFO E| Downloaded jobserver v0.1.26
27912024-08-29T14:52:10.421Z[ helios-setup] Aug 29 14:52:09.113 INFO E| Downloaded clap v4.2.1
27922024-08-29T14:52:10.434Z[ helios-setup] Aug 29 14:52:09.127 INFO E| Downloaded dyn-clone v1.0.11
27932024-08-29T14:52:10.437Z[ helios-setup] Aug 29 14:52:09.130 INFO E| Downloaded concolor-query v0.3.3
27942024-08-29T14:52:10.439Z[ helios-setup] Aug 29 14:52:09.132 INFO E| Downloaded clap_lex v0.4.1
27952024-08-29T14:52:10.442Z[ helios-setup] Aug 29 14:52:09.133 INFO E| Downloaded httpdate v1.0.2
27962024-08-29T14:52:10.442Z[ helios-setup] Aug 29 14:52:09.135 INFO E| Downloaded crossbeam-deque v0.8.2
27972024-08-29T14:52:10.444Z[ helios-setup] Aug 29 14:52:09.137 INFO E| Downloaded camino v1.1.4
27982024-08-29T14:52:10.447Z[ helios-setup] Aug 29 14:52:09.140 INFO E| Downloaded anstyle v0.3.5
27992024-08-29T14:52:10.449Z[ helios-setup] Aug 29 14:52:09.143 INFO E| Downloaded ahash v0.7.6
28002024-08-29T14:52:10.835Z[ helios-setup] Aug 29 14:52:09.528 INFO E| Compiling proc-macro2 v1.0.86
28012024-08-29T14:52:10.838Z[ helios-setup] Aug 29 14:52:09.529 INFO E| Compiling libc v0.2.139
28022024-08-29T14:52:10.838Z[ helios-setup] Aug 29 14:52:09.529 INFO E| Compiling unicode-ident v1.0.8
28032024-08-29T14:52:10.838Z[ helios-setup] Aug 29 14:52:09.529 INFO E| Compiling autocfg v1.1.0
28042024-08-29T14:52:10.838Z[ helios-setup] Aug 29 14:52:09.529 INFO E| Compiling cfg-if v1.0.0
28052024-08-29T14:52:10.838Z[ helios-setup] Aug 29 14:52:09.529 INFO E| Compiling version_check v0.9.4
28062024-08-29T14:52:10.838Z[ helios-setup] Aug 29 14:52:09.529 INFO E| Compiling serde v1.0.204
28072024-08-29T14:52:10.838Z[ helios-setup] Aug 29 14:52:09.530 INFO E| Compiling syn v1.0.107
28082024-08-29T14:52:11.519Z[ helios-setup] Aug 29 14:52:10.212 INFO E| Compiling memchr v2.5.0
28092024-08-29T14:52:12.005Z[ host-package] Compiling libsqlite3-sys v0.28.0
28102024-08-29T14:52:12.204Z[ helios-setup] Aug 29 14:52:10.896 INFO E| Compiling once_cell v1.17.0
28112024-08-29T14:52:12.273Z[ host-package] Compiling serde_arrays v0.1.0
28122024-08-29T14:52:12.469Z[ helios-setup] Aug 29 14:52:11.161 INFO E| Compiling log v0.4.17
28132024-08-29T14:52:12.928Z[ helios-setup] Aug 29 14:52:11.620 INFO E| Compiling thiserror v1.0.38
28142024-08-29T14:52:12.931Z[ host-package] Compiling erased-serde v0.3.31
28152024-08-29T14:52:13.303Z[ helios-setup] Aug 29 14:52:11.995 INFO E| Compiling serde_json v1.0.95
28162024-08-29T14:52:13.617Z[ helios-setup] Aug 29 14:52:12.309 INFO E| Compiling quote v1.0.36
28172024-08-29T14:52:14.382Z[ helios-setup] Aug 29 14:52:13.074 INFO E| Compiling itoa v1.0.6
28182024-08-29T14:52:14.519Z[ helios-setup] Aug 29 14:52:13.211 INFO E| Compiling syn v2.0.72
28192024-08-29T14:52:15.033Z[ helios-setup] Aug 29 14:52:13.725 INFO E| Compiling getrandom v0.2.8
28202024-08-29T14:52:15.224Z[ helios-setup] Aug 29 14:52:13.915 INFO E| Compiling jobserver v0.1.26
28212024-08-29T14:52:15.979Z[ helios-setup] Aug 29 14:52:14.669 INFO E| Compiling indexmap v1.9.3
28222024-08-29T14:52:16.052Z[ helios-setup] Aug 29 14:52:14.740 INFO E| Compiling pin-project-lite v0.2.9
28232024-08-29T14:52:16.278Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28242024-08-29T14:52:16.335Z[ helios-setup] Aug 29 14:52:15.026 INFO E| Compiling cc v1.0.78
28252024-08-29T14:52:16.492Z[ helios-setup] Aug 29 14:52:15.184 INFO E| Compiling scopeguard v1.1.0
28262024-08-29T14:52:16.629Z[ helios-setup] Aug 29 14:52:15.321 INFO E| Compiling num-integer v0.1.45
28272024-08-29T14:52:16.762Z[ helios-setup] Aug 29 14:52:15.453 INFO E| Compiling futures-core v0.3.28
28282024-08-29T14:52:16.895Z[ helios-setup] Aug 29 14:52:15.587 INFO E| Compiling bytes v1.4.0
28292024-08-29T14:52:17.495Z[ helios-setup] Aug 29 14:52:16.186 INFO E| Compiling ryu v1.0.13
28302024-08-29T14:52:18.554Z[ helios-setup] Aug 29 14:52:17.245 INFO E| Compiling lock_api v0.4.9
28312024-08-29T14:52:18.785Z[ helios-setup] Aug 29 14:52:17.475 INFO E| Compiling typenum v1.16.0
28322024-08-29T14:52:19.053Z[ helios-setup] Aug 29 14:52:17.743 INFO E| Compiling parking_lot_core v0.9.6
28332024-08-29T14:52:19.395Z[ helios-setup] Aug 29 14:52:18.085 INFO E| Compiling bitflags v1.3.2
28342024-08-29T14:52:19.474Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28352024-08-29T14:52:19.842Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28362024-08-29T14:52:19.935Z[ helios-setup] Aug 29 14:52:18.625 INFO E| Compiling num_cpus v1.15.0
28372024-08-29T14:52:20.204Z[ helios-setup] Aug 29 14:52:18.894 INFO E| Compiling slab v0.4.7
28382024-08-29T14:52:20.264Z[ helios-setup] Aug 29 14:52:18.954 INFO E| Compiling generic-array v0.14.6
28392024-08-29T14:52:20.266Z[ helios-setup] Aug 29 14:52:18.955 INFO E| Compiling futures-task v0.3.28
28402024-08-29T14:52:20.269Z[ helios-setup] Aug 29 14:52:18.956 INFO E| Compiling futures-sink v0.3.28
28412024-08-29T14:52:20.429Z[ helios-setup] Aug 29 14:52:19.119 INFO E| Compiling futures-channel v0.3.28
28422024-08-29T14:52:21.009Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28432024-08-29T14:52:21.272Z[ helios-setup] Aug 29 14:52:19.962 INFO E| Compiling tokio v1.27.0
28442024-08-29T14:52:21.272Z[ helios-setup] Aug 29 14:52:19.962 INFO E| Compiling schemars v0.8.12
28452024-08-29T14:52:21.359Z[ helios-setup] Aug 29 14:52:20.049 INFO E| Compiling futures-util v0.3.28
28462024-08-29T14:52:21.641Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28472024-08-29T14:52:22.442Z[ helios-setup] Aug 29 14:52:21.132 INFO E| Compiling mio v0.8.5
28482024-08-29T14:52:22.597Z[ helios-setup] Aug 29 14:52:21.286 INFO E| Compiling signal-hook-registry v1.4.0
28492024-08-29T14:52:22.886Z[ helios-setup] Aug 29 14:52:21.575 INFO E| Compiling socket2 v0.4.9
28502024-08-29T14:52:23.011Z[ helios-setup] Aug 29 14:52:21.700 INFO E| Compiling num-traits v0.2.15
28512024-08-29T14:52:23.295Z[ helios-setup] Aug 29 14:52:21.985 INFO E| Compiling ahash v0.7.6
28522024-08-29T14:52:23.860Z[ helios-setup] Aug 29 14:52:22.549 INFO E| Compiling crunchy v0.2.2
28532024-08-29T14:52:24.325Z[ helios-setup] Aug 29 14:52:23.014 INFO E| Compiling pin-utils v0.1.0
28542024-08-29T14:52:24.832Z[ helios-setup] Aug 29 14:52:23.521 INFO E| Compiling futures-io v0.3.28
28552024-08-29T14:52:24.962Z[ host-package] Compiling heck v0.3.3
28562024-08-29T14:52:25.129Z[ helios-setup] Aug 29 14:52:23.818 INFO E| Compiling io-lifetimes v1.0.10
28572024-08-29T14:52:25.747Z[ helios-setup] Aug 29 14:52:24.436 INFO E| Compiling serde_derive_internals v0.26.0
28582024-08-29T14:52:25.749Z[ host-package] Compiling castaway v0.2.3
28592024-08-29T14:52:26.240Z[ host-package] Compiling rand_seeder v0.3.0
28602024-08-29T14:52:26.308Z[ helios-setup] Aug 29 14:52:24.996 INFO E| Compiling ahash v0.8.3
28612024-08-29T14:52:27.208Z[ host-package] Compiling csv-core v0.1.11
28622024-08-29T14:52:27.510Z[ helios-setup] Aug 29 14:52:26.198 INFO E| Compiling tiny-keccak v2.0.2
28632024-08-29T14:52:27.558Z[ helios-setup] Aug 29 14:52:26.246 INFO E| Compiling hashbrown v0.12.3
28642024-08-29T14:52:27.655Z[ helios-setup] Aug 29 14:52:26.343 INFO E| Compiling rustix v0.37.3
28652024-08-29T14:52:27.850Z[ helios-setup] Aug 29 14:52:26.538 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
28662024-08-29T14:52:28.586Z[ helios-setup] Aug 29 14:52:27.274 INFO E| Compiling crypto-common v0.1.6
28672024-08-29T14:52:28.984Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
28682024-08-29T14:52:29.055Z[ helios-setup] Aug 29 14:52:27.743 INFO E| Compiling block-buffer v0.10.3
28692024-08-29T14:52:29.744Z[ host-package] Compiling http-range v0.1.5
28702024-08-29T14:52:29.833Z[ helios-setup] Aug 29 14:52:28.519 INFO E| Compiling errno v0.3.1
28712024-08-29T14:52:30.264Z[ helios-setup] Aug 29 14:52:28.951 INFO E| Compiling pkg-config v0.3.26
28722024-08-29T14:52:30.376Z[ helios-setup] Aug 29 14:52:29.063 INFO E| Compiling slog v2.7.0
28732024-08-29T14:52:30.398Z[ helios-setup] Aug 29 14:52:29.085 INFO E| Compiling crossbeam-utils v0.8.14
28742024-08-29T14:52:30.460Z[ helios-setup] Aug 29 14:52:29.147 INFO E| Compiling fnv v1.0.7
28752024-08-29T14:52:30.743Z[ helios-setup] Aug 29 14:52:29.430 INFO E| Compiling http v0.2.9
28762024-08-29T14:52:33.578Z[ helios-setup] Aug 29 14:52:32.264 INFO E| Compiling digest v0.10.6
28772024-08-29T14:52:33.706Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28782024-08-29T14:52:34.044Z[ helios-setup] Aug 29 14:52:32.730 INFO E| Compiling aho-corasick v0.7.20
28792024-08-29T14:52:34.376Z[ helios-setup] Aug 29 14:52:33.062 INFO E| Compiling tinyvec_macros v0.1.1
28802024-08-29T14:52:34.560Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28812024-08-29T14:52:34.724Z[ host-package] Compiling hyper-staticfile v0.9.5
28822024-08-29T14:52:34.735Z[ helios-setup] Aug 29 14:52:33.421 INFO E| Compiling anyhow v1.0.68
28832024-08-29T14:52:34.834Z[ helios-setup] Aug 29 14:52:33.517 INFO E| Compiling cpufeatures v0.2.5
28842024-08-29T14:52:35.375Z[ helios-setup] Aug 29 14:52:34.060 INFO E| Compiling regex-syntax v0.6.29
28852024-08-29T14:52:36.061Z[ helios-setup] Aug 29 14:52:34.746 INFO E| Compiling thiserror-impl v1.0.38
28862024-08-29T14:52:36.302Z[ helios-setup] Aug 29 14:52:34.988 INFO E| Compiling schemars_derive v0.8.12
28872024-08-29T14:52:37.011Z[ helios-setup] Aug 29 14:52:35.697 INFO E| Compiling httparse v1.8.0
28882024-08-29T14:52:37.291Z[ helios-setup] Aug 29 14:52:35.976 INFO E| Compiling heck v0.4.1
28892024-08-29T14:52:38.008Z[ helios-setup] Aug 29 14:52:36.693 INFO E| Compiling serde_derive v1.0.204
28902024-08-29T14:52:38.258Z[ helios-setup] Aug 29 14:52:36.942 INFO E| Compiling futures-macro v0.3.28
28912024-08-29T14:52:38.476Z[ helios-setup] Aug 29 14:52:37.161 INFO E| Compiling tokio-macros v2.0.0
28922024-08-29T14:52:38.671Z[ helios-setup] Aug 29 14:52:37.280 INFO E| Compiling percent-encoding v2.2.0
28932024-08-29T14:52:39.128Z[ helios-setup] Aug 29 14:52:37.812 INFO E| Compiling unicode-width v0.1.10
28942024-08-29T14:52:39.723Z[ helios-setup] Aug 29 14:52:38.407 INFO E| Compiling form_urlencoded v1.1.0
28952024-08-29T14:52:39.927Z[ helios-setup] Aug 29 14:52:38.612 INFO E| Compiling const-random-macro v0.1.15
28962024-08-29T14:52:40.204Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28972024-08-29T14:52:41.570Z[ helios-setup] Aug 29 14:52:40.254 INFO E| Compiling tinyvec v1.6.0
28982024-08-29T14:52:41.743Z[ host-package] Compiling csv v1.3.0
28992024-08-29T14:52:41.877Z[ helios-setup] Aug 29 14:52:40.561 INFO E| Compiling regex v1.7.3
29002024-08-29T14:52:42.895Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29012024-08-29T14:52:42.902Z[ helios-setup] Aug 29 14:52:41.586 INFO E| Compiling hashbrown v0.13.2
29022024-08-29T14:52:42.902Z[ helios-setup] Aug 29 14:52:41.586 INFO E| Compiling chrono v0.4.24
29032024-08-29T14:52:43.339Z[ host-package] Compiling compact_str v0.8.0
29042024-08-29T14:52:45.215Z[ helios-setup] Aug 29 14:52:43.898 INFO E| Compiling libz-sys v1.1.8
29052024-08-29T14:52:45.772Z[ host-package] Compiling zone_cfg_derive v0.1.2
29062024-08-29T14:52:46.550Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
29072024-08-29T14:52:47.198Z[ helios-setup] Aug 29 14:52:45.880 INFO E| Compiling uuid v1.3.0
29082024-08-29T14:52:47.958Z[ helios-setup] Aug 29 14:52:46.640 INFO E| Compiling dyn-clone v1.0.11
29092024-08-29T14:52:48.396Z[ helios-setup] Aug 29 14:52:47.078 INFO E| Compiling unicode-normalization v0.1.22
29102024-08-29T14:52:48.460Z[ helios-setup] Aug 29 14:52:47.142 INFO E| Compiling regress v0.5.0
29112024-08-29T14:52:48.583Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29122024-08-29T14:52:48.813Z[ helios-setup] Aug 29 14:52:47.495 INFO E| Compiling const-random v0.1.15
29132024-08-29T14:52:48.934Z[ host-package] Compiling nix v0.27.1
29142024-08-29T14:52:50.632Z[ helios-setup] Aug 29 14:52:49.313 INFO E| Compiling getopts v0.2.21
29152024-08-29T14:52:51.259Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29162024-08-29T14:52:51.545Z[ helios-setup] Aug 29 14:52:50.226 INFO E| Compiling tracing-core v0.1.30
29172024-08-29T14:52:51.646Z[ helios-setup] Aug 29 14:52:50.327 INFO E| Compiling memoffset v0.7.1
29182024-08-29T14:52:51.916Z[ helios-setup] Aug 29 14:52:50.597 INFO E| Compiling time-core v0.1.2
29192024-08-29T14:52:52.014Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29202024-08-29T14:52:52.361Z[ helios-setup] Aug 29 14:52:51.042 INFO E| Compiling powerfmt v0.2.0
29212024-08-29T14:52:52.508Z[ helios-setup] Aug 29 14:52:51.186 INFO E| Compiling ucd-trie v0.1.5
29222024-08-29T14:52:53.573Z[ helios-setup] Aug 29 14:52:52.254 INFO E| Compiling unicode-bidi v0.3.13
29232024-08-29T14:52:54.276Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29242024-08-29T14:52:55.084Z[ helios-setup] Aug 29 14:52:53.764 INFO E| Compiling num-conv v0.1.0
29252024-08-29T14:52:56.007Z[ helios-setup] Aug 29 14:52:54.686 INFO E| Compiling time-macros v0.2.18
29262024-08-29T14:52:56.279Z[ helios-setup] Aug 29 14:52:54.959 INFO E| Compiling idna v0.3.0
29272024-08-29T14:52:57.099Z[ helios-setup] Aug 29 14:52:55.778 INFO E| Compiling pest v2.5.7
29282024-08-29T14:52:59.139Z[ helios-setup] Aug 29 14:52:57.817 INFO E| Compiling deranged v0.3.11
29292024-08-29T14:53:01.164Z[ helios-setup] Aug 29 14:52:59.843 INFO E| Compiling tracing v0.1.37
29302024-08-29T14:53:02.441Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29312024-08-29T14:53:03.132Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29322024-08-29T14:53:03.254Z[ helios-setup] Aug 29 14:53:01.932 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29332024-08-29T14:53:03.638Z[ helios-setup] Aug 29 14:53:02.315 INFO E| Compiling time v0.1.45
29342024-08-29T14:53:03.797Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29352024-08-29T14:53:04.102Z[ helios-setup] Aug 29 14:53:02.780 INFO E| Compiling crossbeam-epoch v0.9.13
29362024-08-29T14:53:04.447Z[ host-package] Compiling unicode-truncate v1.0.0
29372024-08-29T14:53:05.070Z[ helios-setup] Aug 29 14:53:03.747 INFO E| Compiling num_threads v0.1.6
29382024-08-29T14:53:05.284Z[ host-package] Compiling hashlink v0.9.1
29392024-08-29T14:53:05.347Z[ helios-setup] Aug 29 14:53:04.024 INFO E| Compiling iana-time-zone v0.1.56
29402024-08-29T14:53:05.819Z[ helios-setup] Aug 29 14:53:04.496 INFO E| Compiling toml v0.5.11
29412024-08-29T14:53:06.550Z[ helios-setup] Aug 29 14:53:05.227 INFO E| Compiling smallvec v1.10.0
29422024-08-29T14:53:07.029Z[ helios-setup] Aug 29 14:53:05.706 INFO E| Compiling serde_tokenstream v0.2.0
29432024-08-29T14:53:07.215Z[ host-package] Compiling lru v0.12.3
29442024-08-29T14:53:07.747Z[ helios-setup] Aug 29 14:53:06.418 INFO E| Compiling semver v1.0.17
29452024-08-29T14:53:08.167Z[ host-package] Compiling serde-big-array v0.5.1
29462024-08-29T14:53:08.353Z[ host-package] Compiling instability v0.3.2
29472024-08-29T14:53:08.436Z[ helios-setup] Aug 29 14:53:07.112 INFO E| Compiling parking_lot v0.12.1
29482024-08-29T14:53:08.768Z[ host-package] Compiling fallible-iterator v0.3.0
29492024-08-29T14:53:10.685Z[ host-package] Compiling base64 v0.13.1
29502024-08-29T14:53:10.918Z[ host-package] Compiling cassowary v0.3.0
29512024-08-29T14:53:11.833Z[ helios-setup] Aug 29 14:53:10.508 INFO E| Compiling time v0.3.36
29522024-08-29T14:53:12.335Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
29532024-08-29T14:53:12.872Z[ helios-setup] Aug 29 14:53:11.546 INFO E| Compiling url v2.3.1
29542024-08-29T14:53:13.191Z[ host-package] Compiling rusqlite v0.31.0
29552024-08-29T14:53:15.996Z[ helios-setup] Aug 29 14:53:14.669 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29562024-08-29T14:53:16.734Z[ helios-setup] Aug 29 14:53:15.407 INFO E| Compiling semver-parser v0.10.2
29572024-08-29T14:53:18.664Z[ host-package] Compiling ratatui v0.28.0
29582024-08-29T14:53:19.902Z[ helios-setup] Aug 29 14:53:18.574 INFO E| Compiling crossbeam-channel v0.5.6
29592024-08-29T14:53:20.503Z[ helios-setup] Aug 29 14:53:19.176 INFO E| Compiling dirs-sys-next v0.1.2
29602024-08-29T14:53:23.015Z[ host-package] Compiling ron v0.7.1
29612024-08-29T14:53:23.229Z[ helios-setup] Aug 29 14:53:21.900 INFO E| Compiling same-file v1.0.6
29622024-08-29T14:53:23.737Z[ helios-setup] Aug 29 14:53:22.408 INFO E| Compiling crc32fast v1.3.2
29632024-08-29T14:53:23.919Z[ helios-setup] Aug 29 14:53:22.590 INFO E| Compiling try-lock v0.2.4
29642024-08-29T14:53:24.348Z[ helios-setup] Aug 29 14:53:23.019 INFO E| Compiling want v0.3.0
29652024-08-29T14:53:25.020Z[ helios-setup] Aug 29 14:53:23.691 INFO E| Compiling walkdir v2.3.3
29662024-08-29T14:53:26.655Z[ helios-setup] Aug 29 14:53:25.325 INFO E| Compiling tokio-util v0.7.7
29672024-08-29T14:53:27.605Z[ helios-setup] Aug 29 14:53:26.275 INFO E| Compiling dirs-next v2.0.0
29682024-08-29T14:53:28.319Z[ helios-setup] Aug 29 14:53:26.989 INFO E| Compiling semver v0.11.0
29692024-08-29T14:53:29.542Z[ helios-setup] Aug 29 14:53:28.211 INFO E| Compiling h2 v0.3.16
29702024-08-29T14:53:31.244Z[ helios-setup] Aug 29 14:53:29.913 INFO E| Compiling proc-macro-crate v1.2.1
29712024-08-29T14:53:33.145Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29722024-08-29T14:53:33.339Z[ helios-setup] Aug 29 14:53:32.007 INFO E| Compiling futures-executor v0.3.28
29732024-08-29T14:53:33.872Z[ helios-setup] Aug 29 14:53:32.540 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29742024-08-29T14:53:34.488Z[ helios-setup] Aug 29 14:53:33.156 INFO E| Compiling http-body v0.4.5
29752024-08-29T14:53:35.404Z[ helios-setup] Aug 29 14:53:34.072 INFO E| Compiling ring v0.16.20
29762024-08-29T14:53:35.508Z[ helios-setup] Aug 29 14:53:34.176 INFO E| Compiling rand_core v0.6.4
29772024-08-29T14:53:36.613Z[ helios-setup] Aug 29 14:53:35.281 INFO E| Compiling thread_local v1.1.7
29782024-08-29T14:53:37.464Z[ helios-setup] Aug 29 14:53:36.131 INFO E| Compiling home v0.5.4
29792024-08-29T14:53:38.126Z[ helios-setup] Aug 29 14:53:36.793 INFO E| Compiling rayon-core v1.10.2
29802024-08-29T14:53:38.318Z[ helios-setup] Aug 29 14:53:36.985 INFO E| Compiling fastrand v1.9.0
29812024-08-29T14:53:38.941Z[ helios-setup] Aug 29 14:53:37.608 INFO E| Compiling lazy_static v1.4.0
29822024-08-29T14:53:39.288Z[ helios-setup] Aug 29 14:53:37.955 INFO E| Compiling tower-service v0.3.2
29832024-08-29T14:53:39.920Z[ helios-setup] Aug 29 14:53:38.586 INFO E| Compiling base64 v0.21.0
29842024-08-29T14:53:40.096Z[ helios-setup] Aug 29 14:53:38.763 INFO E| Compiling utf8parse v0.2.1
29852024-08-29T14:53:40.491Z[ helios-setup] Aug 29 14:53:39.157 INFO E| Compiling ppv-lite86 v0.2.17
29862024-08-29T14:53:42.248Z[ helios-setup] Aug 29 14:53:40.914 INFO E| Compiling adler v1.0.2
29872024-08-29T14:53:42.339Z[ helios-setup] Aug 29 14:53:41.005 INFO E| Compiling httpdate v1.0.2
29882024-08-29T14:53:42.835Z[ helios-setup] Aug 29 14:53:41.499 INFO E| Compiling hyper v0.14.25
29892024-08-29T14:53:43.065Z[ helios-setup] Aug 29 14:53:41.731 INFO E| Compiling miniz_oxide v0.6.2
29902024-08-29T14:53:43.817Z[ helios-setup] Aug 29 14:53:42.482 INFO E| Compiling rand_chacha v0.3.1
29912024-08-29T14:53:47.023Z[ helios-setup] Aug 29 14:53:45.688 INFO E| Compiling anstyle-parse v0.1.1
29922024-08-29T14:53:47.760Z[ helios-setup] Aug 29 14:53:46.424 INFO E| Compiling toolchain_find v0.2.0
29932024-08-29T14:53:48.000Z[ helios-setup] Aug 29 14:53:46.665 INFO E| Compiling tempfile v3.5.0
29942024-08-29T14:53:48.395Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29952024-08-29T14:53:50.409Z[ helios-setup] Aug 29 14:53:49.072 INFO E| Compiling futures v0.3.28
29962024-08-29T14:53:50.989Z[ helios-setup] Aug 29 14:53:49.653 INFO E| Compiling num_enum_derive v0.5.7
29972024-08-29T14:53:54.021Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29982024-08-29T14:53:57.279Z[ host-package] Compiling zone v0.1.8
29992024-08-29T14:53:58.700Z[ helios-setup] Aug 29 14:53:57.361 INFO E| Compiling cargo-lock v8.0.3
30002024-08-29T14:53:58.747Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30012024-08-29T14:54:03.721Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30022024-08-29T14:54:05.109Z[ helios-setup] Aug 29 14:54:03.768 INFO E| Compiling crossbeam-deque v0.8.2
30032024-08-29T14:54:05.376Z[ helios-setup] Aug 29 14:54:04.035 INFO E| Compiling term v0.7.0
30042024-08-29T14:54:06.844Z[ helios-setup] Aug 29 14:54:05.503 INFO E| Compiling serde_urlencoded v0.7.1
30052024-08-29T14:54:08.157Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30062024-08-29T14:54:08.369Z[ helios-setup] Aug 29 14:54:07.027 INFO E| Compiling is-terminal v0.4.7
30072024-08-29T14:54:08.608Z[ helios-setup] Aug 29 14:54:07.266 INFO E| Compiling sha2 v0.10.6
30082024-08-29T14:54:08.679Z[ helios-setup] Aug 29 14:54:07.337 INFO E| Compiling sha1 v0.10.5
30092024-08-29T14:54:09.303Z[ helios-setup] Aug 29 14:54:07.961 INFO E| Compiling atty v0.2.14
30102024-08-29T14:54:11.259Z[ helios-setup] Aug 29 14:54:09.916 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30112024-08-29T14:54:11.756Z[ helios-setup] Aug 29 14:54:10.413 INFO E| Compiling anstyle v0.3.5
30122024-08-29T14:54:12.324Z[ helios-setup] Aug 29 14:54:10.982 INFO E| Compiling concolor-query v0.3.3
30132024-08-29T14:54:12.482Z[ helios-setup] Aug 29 14:54:11.139 INFO E| Compiling concolor-override v1.0.0
30142024-08-29T14:54:13.317Z[ helios-setup] Aug 29 14:54:11.974 INFO E| Compiling anstream v0.2.6
30152024-08-29T14:54:15.260Z[ helios-setup] Aug 29 14:54:13.916 INFO E| Compiling slog-term v2.9.0
30162024-08-29T14:54:15.753Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30172024-08-29T14:54:15.843Z[ helios-setup] Aug 29 14:54:14.498 INFO E| Compiling flate2 v1.0.25
30182024-08-29T14:54:18.083Z[ helios-setup] Aug 29 14:54:16.739 INFO E| Compiling num_enum v0.5.7
30192024-08-29T14:54:18.404Z[ helios-setup] Aug 29 14:54:17.059 INFO E| Compiling rustfmt-wrapper v0.2.0
30202024-08-29T14:54:18.677Z[ helios-setup] Aug 29 14:54:17.332 INFO E| Compiling rand v0.8.5
30212024-08-29T14:54:19.764Z[ helios-setup] Aug 29 14:54:18.419 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30222024-08-29T14:54:20.341Z[ helios-setup] Aug 29 14:54:18.995 INFO E| Compiling openapiv3 v1.0.2
30232024-08-29T14:54:22.050Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30242024-08-29T14:54:22.466Z[ helios-setup] Aug 29 14:54:21.120 INFO E| Compiling encoding_rs v0.8.32
30252024-08-29T14:54:23.929Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30262024-08-29T14:54:24.493Z[ helios-setup] Aug 29 14:54:23.146 INFO E| Compiling project-root v0.2.2
30272024-08-29T14:54:24.653Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30282024-08-29T14:54:25.148Z[ helios-setup] Aug 29 14:54:23.801 INFO E| Compiling spin v0.5.2
30292024-08-29T14:54:25.911Z[ helios-setup] Aug 29 14:54:24.564 INFO E| Compiling ipnet v2.7.2
30302024-08-29T14:54:28.529Z[ helios-setup] Aug 29 14:54:27.181 INFO E| Compiling either v1.8.0
30312024-08-29T14:54:29.336Z[ helios-setup] Aug 29 14:54:27.989 INFO E| Compiling mime v0.3.17
30322024-08-29T14:54:29.782Z[ helios-setup] Aug 29 14:54:28.434 INFO E| Compiling clap_lex v0.4.1
30332024-08-29T14:54:30.136Z[ helios-setup] Aug 29 14:54:28.788 INFO E| Compiling base64 v0.13.1
30342024-08-29T14:54:31.506Z[ helios-setup] Aug 29 14:54:30.157 INFO E| Compiling strsim v0.10.0
30352024-08-29T14:54:31.589Z[ helios-setup] Aug 29 14:54:30.240 INFO E| Compiling untrusted v0.7.1
30362024-08-29T14:54:31.731Z[ helios-setup] Aug 29 14:54:30.383 INFO E| Compiling byteorder v1.4.3
30372024-08-29T14:54:32.253Z[ helios-setup] Aug 29 14:54:30.904 INFO E| Compiling unsafe-libyaml v0.2.8
30382024-08-29T14:54:32.838Z[ helios-setup] Aug 29 14:54:31.489 INFO E| Compiling utf-8 v0.7.6
30392024-08-29T14:54:33.605Z[ helios-setup] Aug 29 14:54:32.255 INFO E| Compiling tungstenite v0.18.0
30402024-08-29T14:54:33.772Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30412024-08-29T14:54:34.334Z[ host-package] Compiling signal-hook-tokio v0.3.1
30422024-08-29T14:54:34.896Z[ helios-setup] Aug 29 14:54:33.546 INFO E| Compiling clap_builder v4.2.1
30432024-08-29T14:54:35.070Z[ host-package] Compiling twox-hash v1.6.3
30442024-08-29T14:54:35.352Z[ helios-setup] Aug 29 14:54:34.002 INFO E| Compiling reqwest v0.11.16
30452024-08-29T14:54:36.388Z[ helios-setup] Aug 29 14:54:35.038 INFO E| Compiling serde_yaml v0.9.21
30462024-08-29T14:54:37.342Z[ host-package] Compiling yasna v0.5.2
30472024-08-29T14:54:37.891Z[ helios-setup] Aug 29 14:54:36.540 INFO E| Compiling rayon v1.6.1
30482024-08-29T14:54:38.029Z[ host-package] Compiling portpicker v0.1.1
30492024-08-29T14:54:39.505Z[ host-package] Compiling unicode-linebreak v0.1.5
30502024-08-29T14:54:41.181Z[ host-package] Compiling smawk v0.3.2
30512024-08-29T14:54:41.264Z[ host-package] Compiling rcgen v0.12.1
30522024-08-29T14:54:42.137Z[ host-package] Compiling textwrap v0.16.1
30532024-08-29T14:54:43.624Z[ helios-setup] Aug 29 14:54:42.271 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30542024-08-29T14:54:44.043Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30552024-08-29T14:54:44.061Z[ helios-setup] Aug 29 14:54:42.709 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
30562024-08-29T14:54:46.993Z[ helios-setup] Aug 29 14:54:45.638 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30572024-08-29T14:54:50.359Z[ helios-setup] Aug 29 14:54:49.004 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30582024-08-29T14:54:52.070Z[ helios-setup] Aug 29 14:54:50.715 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
30592024-08-29T14:54:52.487Z[ helios-setup] Aug 29 14:54:51.132 INFO E| Compiling clap_derive v4.2.0
30602024-08-29T14:54:53.604Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30612024-08-29T14:54:56.414Z[ helios-setup] Aug 29 14:54:55.058 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30622024-08-29T14:54:58.279Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30632024-08-29T14:55:02.519Z[ helios-setup] Aug 29 14:55:01.161 INFO E| Compiling clap v4.2.1
30642024-08-29T14:55:05.734Z[ helios-setup] Aug 29 14:55:04.375 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30652024-08-29T14:55:09.138Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30662024-08-29T14:55:12.398Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30672024-08-29T14:55:19.435Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30682024-08-29T14:55:20.527Z[ helios-setup] Aug 29 14:55:19.164 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30692024-08-29T14:55:21.321Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30702024-08-29T14:55:22.442Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30712024-08-29T14:55:23.627Z[ helios-setup] Aug 29 14:55:22.263 INFO E| Compiling tokio-tungstenite v0.18.0
30722024-08-29T14:55:24.870Z[ helios-setup] Aug 29 14:55:23.506 INFO E| Compiling smartstring v1.0.1
30732024-08-29T14:55:26.111Z[ helios-setup] Aug 29 14:55:24.747 INFO E| Compiling rustls v0.21.0
30742024-08-29T14:55:26.938Z[ helios-setup] Aug 29 14:55:25.573 INFO E| Compiling serde_spanned v0.6.1
30752024-08-29T14:55:27.417Z[ helios-setup] Aug 29 14:55:26.052 INFO E| Compiling toml_datetime v0.6.1
30762024-08-29T14:55:27.867Z[ helios-setup] Aug 29 14:55:26.502 INFO E| Compiling paste v1.0.12
30772024-08-29T14:55:28.807Z[ helios-setup] Aug 29 14:55:27.441 INFO E| Compiling async-trait v0.1.68
30782024-08-29T14:55:29.095Z[ helios-setup] Aug 29 14:55:27.730 INFO E| Compiling camino v1.1.4
30792024-08-29T14:55:30.189Z[ helios-setup] Aug 29 14:55:28.823 INFO E| Compiling match_cfg v0.1.0
30802024-08-29T14:55:30.363Z[ helios-setup] Aug 29 14:55:28.997 INFO E| Compiling slog-async v2.7.0
30812024-08-29T14:55:30.760Z[ helios-setup] Aug 29 14:55:29.394 INFO E| Compiling winnow v0.4.1
30822024-08-29T14:55:31.589Z[ helios-setup] Aug 29 14:55:30.223 INFO E| Compiling static_assertions v1.1.0
30832024-08-29T14:55:32.037Z[ helios-setup] Aug 29 14:55:30.671 INFO E| Compiling hostname v0.3.1
30842024-08-29T14:55:33.042Z[ helios-setup] Aug 29 14:55:31.675 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
30852024-08-29T14:55:33.083Z[ helios-setup] Aug 29 14:55:31.717 INFO E| Compiling slog-json v2.6.1
30862024-08-29T14:55:33.196Z[ helios-setup] Aug 29 14:55:31.830 INFO E| Compiling unicode-linebreak v0.1.4
30872024-08-29T14:55:34.370Z[ helios-setup] Aug 29 14:55:33.002 INFO E| Compiling async-stream-impl v0.3.5
30882024-08-29T14:55:34.682Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30892024-08-29T14:55:35.595Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30902024-08-29T14:55:37.227Z[ helios-setup] Aug 29 14:55:35.858 INFO E| Compiling sct v0.7.0
30912024-08-29T14:55:38.387Z[ helios-setup] Aug 29 14:55:37.019 INFO E| Compiling rustls-webpki v0.100.1
30922024-08-29T14:55:38.431Z[ helios-setup] Aug 29 14:55:37.063 INFO E| Compiling toml_edit v0.19.8
30932024-08-29T14:55:38.734Z[ helios-setup] Aug 29 14:55:37.366 INFO E| Compiling rhai_codegen v1.5.0
30942024-08-29T14:55:44.926Z[ helios-setup] Aug 29 14:55:43.556 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30952024-08-29T14:55:45.596Z[ host-package] Compiling atomicwrites v0.4.3
30962024-08-29T14:55:45.815Z[ helios-setup] Aug 29 14:55:44.445 INFO E| Compiling take_mut v0.2.2
30972024-08-29T14:55:45.974Z[ helios-setup] Aug 29 14:55:44.603 INFO E| Compiling toml v0.7.3
30982024-08-29T14:55:46.820Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30992024-08-29T14:55:47.224Z[ host-package] Compiling fatfs v0.3.6
31002024-08-29T14:55:48.102Z[ host-package] Compiling rtoolbox v0.0.2
31012024-08-29T14:55:49.325Z[ helios-setup] Aug 29 14:55:47.954 INFO E| Compiling rhai v1.14.0
31022024-08-29T14:55:49.435Z[ host-package] Compiling subprocess v0.2.9
31032024-08-29T14:55:50.977Z[ helios-setup] Aug 29 14:55:49.605 INFO E| Compiling async-stream v0.3.5
31042024-08-29T14:55:51.641Z[ helios-setup] Aug 29 14:55:50.269 INFO E| Compiling tokio-rustls v0.24.0
31052024-08-29T14:55:51.693Z[ helios-setup] Aug 29 14:55:50.321 INFO E| Compiling slog-bunyan v2.4.0
31062024-08-29T14:55:53.462Z[ host-package] Compiling is_ci v1.2.0
31072024-08-29T14:55:54.198Z[ helios-setup] Aug 29 14:55:52.824 INFO E| Compiling rustls-pemfile v1.0.2
31082024-08-29T14:55:54.471Z[ host-package] Compiling assert_matches v1.5.0
31092024-08-29T14:55:55.639Z[ helios-setup] Aug 29 14:55:54.265 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31102024-08-29T14:55:56.471Z[ helios-setup] Aug 29 14:55:55.085 INFO E| Compiling serde_path_to_error v0.1.11
31112024-08-29T14:55:57.012Z[ helios-setup] Aug 29 14:55:55.638 INFO E| Compiling bincode v1.3.3
31122024-08-29T14:55:57.842Z[ host-package] Compiling supports-color v3.0.0
31132024-08-29T14:55:58.676Z[ helios-setup] Aug 29 14:55:57.302 INFO E| Compiling terminal_size v0.2.6
31142024-08-29T14:55:59.270Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31152024-08-29T14:55:59.358Z[ helios-setup] Aug 29 14:55:57.983 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
31162024-08-29T14:55:59.407Z[ helios-setup] Aug 29 14:55:58.033 INFO E| Compiling smawk v0.3.1
31172024-08-29T14:56:00.046Z[ host-package] Compiling rpassword v7.3.1
31182024-08-29T14:56:00.370Z[ helios-setup] Aug 29 14:55:58.995 INFO E| Compiling textwrap v0.16.0
31192024-08-29T14:56:01.040Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31202024-08-29T14:56:03.798Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31212024-08-29T14:56:04.852Z[ host-package] Compiling tui-tree-widget v0.22.0
31222024-08-29T14:56:06.114Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31232024-08-29T14:56:12.396Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31242024-08-29T14:56:16.735Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31252024-08-29T14:56:28.008Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31262024-08-29T14:56:28.704Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31272024-08-29T14:56:32.654Z[ helios-setup] Aug 29 14:56:31.270 INFO E| Compiling git2 v0.16.1
31282024-08-29T14:56:37.438Z[ host-package] Compiling uzers v0.11.3
31292024-08-29T14:56:37.911Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31302024-08-29T14:56:38.147Z[ helios-setup] Aug 29 14:56:36.760 INFO E| Compiling built v0.6.0
31312024-08-29T14:56:40.913Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31322024-08-29T14:56:41.080Z[ helios-setup] Aug 29 14:56:39.693 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31332024-08-29T14:56:42.636Z[ helios-setup] Aug 29 14:56:41.249 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31342024-08-29T14:56:43.022Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31352024-08-29T14:56:43.336Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31362024-08-29T14:56:43.502Z[ helios-setup] Aug 29 14:56:42.114 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31372024-08-29T14:57:01.275Z[ helios-setup] Aug 29 14:56:59.882 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
31382024-08-29T14:57:03.324Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31392024-08-29T14:57:03.767Z[ helios-setup] Aug 29 14:57:02.374 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
31402024-08-29T14:57:21.809Z[ host-package] Compiling multimap v0.10.0
31412024-08-29T14:57:47.079Z[ helios-setup] Aug 29 14:57:45.672 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31422024-08-29T14:58:53.942Z[ helios-setup] Aug 29 14:58:52.516 INFO E| Finished `release` profile [optimized] target(s) in 6m 48s
31432024-08-29T14:58:54.090Z[ helios-setup] Aug 29 14:58:52.664 INFO building project "pilot" ok (408 seconds)
31442024-08-29T14:58:54.093Z[ helios-setup] rm -f helios-build
31452024-08-29T14:58:54.095Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
31462024-08-29T14:58:54.099Z[ helios-setup]
31472024-08-29T14:58:54.102Z[ helios-setup] Setup complete! ./helios-build is now available.
31482024-08-29T14:58:54.102Z[ helios-setup]
31492024-08-29T14:58:54.105Z[ helios-setup]
31502024-08-29T14:58:54.105Z[ helios-setup] real 11:55.972522299
31512024-08-29T14:58:54.105Z[ helios-setup] user 28:37.060071377
31522024-08-29T14:58:54.105Z[ helios-setup] sys 3:34.080193967
31532024-08-29T14:58:54.105Z[ helios-setup] trap 1.666979962
31542024-08-29T14:58:54.105Z[ helios-setup] tflt 6.366921507
31552024-08-29T14:58:54.105Z[ helios-setup] dflt 34.712462442
31562024-08-29T14:58:54.105Z[ helios-setup] kflt 0.041750940
31572024-08-29T14:58:54.105Z[ helios-setup] lock 1:58:12.184348066
31582024-08-29T14:58:54.105Z[ helios-setup] slp 3:37:16.353668563
31592024-08-29T14:58:54.105Z[ helios-setup] lat 32:16.719692812
31602024-08-29T14:58:54.105Z[ helios-setup] stop 4:21.682573806
31612024-08-29T14:58:54.105ZAug 29 14:58:52.677 INFO [helios-setup] process exited with exit status: 0 (715.978354734s)
31622024-08-29T14:58:54.105ZAug 29 14:58:52.677 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31632024-08-29T14:58:54.122Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
31642024-08-29T14:58:54.349Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
31652024-08-29T14:58:54.351Z[ phbl-toolchain] info: downloading component 'cargo'
31662024-08-29T14:58:55.405Z[ phbl-toolchain] info: downloading component 'clippy'
31672024-08-29T14:58:55.685Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31682024-08-29T14:59:00.704Z[ phbl-toolchain] info: downloading component 'miri'
31692024-08-29T14:59:01.484Z[ phbl-toolchain] info: downloading component 'rust-docs'
31702024-08-29T14:59:02.809Z[ phbl-toolchain] info: downloading component 'rust-src'
31712024-08-29T14:59:03.051Z[ phbl-toolchain] info: downloading component 'rust-std'
31722024-08-29T14:59:05.100Z[ phbl-toolchain] info: downloading component 'rustc'
31732024-08-29T14:59:10.900Z[ phbl-toolchain] info: downloading component 'rustfmt'
31742024-08-29T14:59:11.590Z[ phbl-toolchain] info: installing component 'cargo'
31752024-08-29T14:59:12.900Z[ phbl-toolchain] info: installing component 'clippy'
31762024-08-29T14:59:13.387Z[ phbl-toolchain] info: installing component 'llvm-tools'
31772024-08-29T14:59:19.231Z[ phbl-toolchain] info: installing component 'miri'
31782024-08-29T14:59:19.533Z[ phbl-toolchain] info: installing component 'rust-docs'
31792024-08-29T14:59:24.667Z[ phbl-toolchain] info: installing component 'rust-src'
31802024-08-29T14:59:25.805Z[ phbl-toolchain] info: installing component 'rust-std'
31812024-08-29T14:59:28.151Z[ phbl-toolchain] info: installing component 'rustc'
31822024-08-29T14:59:34.839Z[ phbl-toolchain] info: installing component 'rustfmt'
31832024-08-29T14:59:35.485Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31842024-08-29T14:59:35.488ZAug 29 14:59:34.050 INFO [phbl-toolchain] process exited with exit status: 0 (41.372748209s)
31852024-08-29T14:59:49.293Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31862024-08-29T15:00:05.071Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872024-08-29T15:06:21.499Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 38s
31882024-08-29T15:07:23.820ZAug 29 15:07:22.243 INFO [host-package] process exited with exit status: 0 (1180.913538609s)
31892024-08-29T15:07:23.822ZAug 29 15:07:22.243 INFO [host-stamp] running task
31902024-08-29T15:07:23.822ZAug 29 15:07:22.243 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31912024-08-29T15:07:23.826ZAug 29 15:07:22.250 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+gitccb9f122643
31922024-08-29T15:07:23.831ZAug 29 15:07:22.255 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+gitccb9f122643
31932024-08-29T15:07:23.835Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31942024-08-29T15:07:23.838ZAug 29 15:07:22.260 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+gitccb9f122643
31952024-08-29T15:07:23.841Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
31962024-08-29T15:07:23.843ZAug 29 15:07:22.265 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+gitccb9f122643
31972024-08-29T15:07:23.845Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
31982024-08-29T15:07:23.848Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31992024-08-29T15:07:23.848ZAug 29 15:07:22.270 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+gitccb9f122643
32002024-08-29T15:07:23.851Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32012024-08-29T15:07:23.854ZAug 29 15:07:22.276 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+gitccb9f122643
32022024-08-29T15:07:23.856Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32032024-08-29T15:07:23.859ZAug 29 15:07:22.282 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+gitccb9f122643
32042024-08-29T15:07:23.864Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32052024-08-29T15:07:23.866Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32062024-08-29T15:07:23.866ZAug 29 15:07:22.290 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+gitccb9f122643
32072024-08-29T15:07:23.870Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32082024-08-29T15:07:23.873Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32092024-08-29T15:07:23.873ZAug 29 15:07:22.297 INFO [stamp-oxlog] process exited with exit status: 0 (36.671076ms)
32102024-08-29T15:07:23.873ZAug 29 15:07:22.297 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (46.615578ms)
32112024-08-29T15:07:23.875ZAug 29 15:07:22.299 INFO [stamp-overlay] process exited with exit status: 0 (23.034989ms)
32122024-08-29T15:07:23.878Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32132024-08-29T15:07:23.884Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32142024-08-29T15:07:23.978Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32152024-08-29T15:07:23.982ZAug 29 15:07:22.405 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (122.736814ms)
32162024-08-29T15:07:24.084Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32172024-08-29T15:07:24.087ZAug 29 15:07:22.510 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (255.555392ms)
32182024-08-29T15:07:24.186Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32192024-08-29T15:07:24.189ZAug 29 15:07:22.613 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (347.925696ms)
32202024-08-29T15:07:25.044Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32212024-08-29T15:07:25.048ZAug 29 15:07:23.472 INFO [stamp-propolis-server] process exited with exit status: 0 (1.181528187s)
32222024-08-29T15:07:25.233Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32232024-08-29T15:07:27.557Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32242024-08-29T15:07:34.328Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32252024-08-29T15:07:34.331ZAug 29 15:07:32.751 INFO [stamp-switch-asic] process exited with exit status: 0 (10.48102922s)
32262024-08-29T15:07:34.331ZAug 29 15:07:32.751 INFO [host-stamp] task succeeded (10.508255765s)
32272024-08-29T15:07:34.331ZAug 29 15:07:32.751 INFO [host-proto] running task
32282024-08-29T15:07:34.740ZAug 29 15:07:33.160 INFO [host-proto] task succeeded (408.72015ms)
32292024-08-29T15:07:34.740ZAug 29 15:07:33.160 INFO [host-profile] running task
32302024-08-29T15:07:34.742ZAug 29 15:07:33.160 INFO [host-profile] task succeeded (269.336µs)
32312024-08-29T15:07:34.743ZAug 29 15:07:33.161 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmpaaMxE7/proto/host/root -N 'ci ccb9f12/${os_short_commit} 2024-08-29 14:46' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32322024-08-29T15:07:34.755Z[ host-image] Aug 29 15:07:33.176 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32332024-08-29T15:07:34.756Z[ host-image] Aug 29 15:07:33.176 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32342024-08-29T15:07:34.770Z[ host-image] Aug 29 15:07:33.191 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpaaMxE7/proto/host/root"
32352024-08-29T15:07:34.770Z[ host-image] Aug 29 15:07:33.191 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32362024-08-29T15:07:34.773Z[ host-image] Aug 29 15:07:33.191 INFO image builder template: ramdisk-01-os...
32372024-08-29T15:07:34.773Z[ host-image] Aug 29 15:07:33.191 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/.tmpaaMxE7/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
32382024-08-29T15:07:34.791Z[ host-image] Aug 29 15:07:33.211 INFO O| Aug 29 15:07:33.211 INFO CREATE DATASET: rpool/images/build/host/output
32392024-08-29T15:07:35.028Z[ host-image] Aug 29 15:07:33.448 INFO O| Aug 29 15:07:33.448 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32402024-08-29T15:07:35.033Z[ host-image] Aug 29 15:07:33.453 INFO O| Aug 29 15:07:33.453 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32412024-08-29T15:07:35.261Z[ host-image] Aug 29 15:07:33.681 INFO O| Aug 29 15:07:33.681 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
32422024-08-29T15:07:35.320Z[ host-image] Aug 29 15:07:33.740 INFO O| Aug 29 15:07:33.740 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32432024-08-29T15:07:35.322Z[ host-image] Aug 29 15:07:33.740 INFO O| Aug 29 15:07:33.740 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
32442024-08-29T15:07:35.322Z[ host-image] Aug 29 15:07:33.740 INFO O| Aug 29 15:07:33.740 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
32452024-08-29T15:07:35.322Z[ host-image] Aug 29 15:07:33.740 INFO O| Aug 29 15:07:33.740 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
32462024-08-29T15:07:35.332Z[ host-image] Aug 29 15:07:33.752 INFO O| Aug 29 15:07:33.752 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
32472024-08-29T15:07:35.547Z[ host-image] Aug 29 15:07:33.967 INFO O| Aug 29 15:07:33.966 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32482024-08-29T15:07:35.559Z[ host-image] Aug 29 15:07:33.979 INFO O| Aug 29 15:07:33.979 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
32492024-08-29T15:07:36.173Z[ host-image] Aug 29 15:07:34.586 INFO O| Aug 29 15:07:34.585 INFO O| Caching catalogs ... Done
32502024-08-29T15:07:36.286Z[ host-image] Aug 29 15:07:34.705 INFO O| Aug 29 15:07:34.705 INFO STEP 0 (pkg_image_create) COMPLETE
32512024-08-29T15:07:36.286Z[ host-image] Aug 29 15:07:34.706 INFO O| Aug 29 15:07:34.705 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32522024-08-29T15:07:36.288Z[ host-image] Aug 29 15:07:34.706 INFO O| Aug 29 15:07:34.705 INFO skip step because feature "repo_redist" is not enabled
32532024-08-29T15:07:36.289Z[ host-image] Aug 29 15:07:34.706 INFO O| Aug 29 15:07:34.705 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32542024-08-29T15:07:36.302Z[ host-image] Aug 29 15:07:34.722 INFO O| Aug 29 15:07:34.722 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"]
32552024-08-29T15:07:36.894Z[ host-image] Aug 29 15:07:35.313 INFO O| Aug 29 15:07:35.313 INFO STEP 2 (pkg_set_publisher) COMPLETE
32562024-08-29T15:07:36.894Z[ host-image] Aug 29 15:07:35.313 INFO O| Aug 29 15:07:35.313 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32572024-08-29T15:07:36.910Z[ host-image] Aug 29 15:07:35.330 INFO O| Aug 29 15:07:35.330 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"]
32582024-08-29T15:07:37.429Z[ host-image] Aug 29 15:07:35.849 INFO O| Aug 29 15:07:35.849 INFO STEP 3 (pkg_set_publisher) COMPLETE
32592024-08-29T15:07:37.429Z[ host-image] Aug 29 15:07:35.849 INFO O| Aug 29 15:07:35.849 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32602024-08-29T15:07:37.432Z[ host-image] Aug 29 15:07:35.849 INFO O| Aug 29 15:07:35.849 INFO skip step because feature "repo_redist" is not enabled
32612024-08-29T15:07:37.432Z[ host-image] Aug 29 15:07:35.849 INFO O| Aug 29 15:07:35.849 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32622024-08-29T15:07:37.983Z[ host-image] Aug 29 15:07:36.403 INFO O| Aug 29 15:07:36.402 INFO variant opensolaris.zone is already global
32632024-08-29T15:07:37.983Z[ host-image] Aug 29 15:07:36.403 INFO O| Aug 29 15:07:36.403 INFO STEP 5 (pkg_change_variant) COMPLETE
32642024-08-29T15:07:37.986Z[ host-image] Aug 29 15:07:36.403 INFO O| Aug 29 15:07:36.403 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32652024-08-29T15:07:38.496Z[ host-image] Aug 29 15:07:36.915 INFO O| Aug 29 15:07:36.915 INFO variant opensolaris.imagetype is full; changing to partial
32662024-08-29T15:07:38.496Z[ host-image] Aug 29 15:07:36.915 INFO O| Aug 29 15:07:36.915 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32672024-08-29T15:07:44.822Z[ host-image] Aug 29 15:07:43.239 INFO O| Aug 29 15:07:43.239 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32682024-08-29T15:07:45.942Z[recovery-package] Finished `release` profile [optimized] target(s) in 21.90s
32692024-08-29T15:07:47.090Z[ host-image] Aug 29 15:07:45.505 INFO O| Aug 29 15:07:45.504 INFO O| Startup: Caching catalogs ... Done
32702024-08-29T15:07:47.139Z[ host-image] Aug 29 15:07:45.555 INFO O| Aug 29 15:07:45.555 INFO O| Planning: Planning completed in 0.00 seconds
32712024-08-29T15:07:47.142Z[ host-image] Aug 29 15:07:45.556 INFO O| Aug 29 15:07:45.556 INFO O| Planning: Consolidating action changes ... Done
32722024-08-29T15:07:47.142Z[ host-image] Aug 29 15:07:45.556 INFO O| Aug 29 15:07:45.556 INFO O| Planning: Evaluating mediators ... Done
32732024-08-29T15:07:47.142Z[ host-image] Aug 29 15:07:45.556 INFO O| Aug 29 15:07:45.556 INFO O| Planning: Planning completed in 0.00 seconds
32742024-08-29T15:07:47.142Z[ host-image] Aug 29 15:07:45.556 INFO O| Aug 29 15:07:45.556 INFO O| Variants/Facets to change: 1
32752024-08-29T15:07:47.161Z[ host-image] Aug 29 15:07:45.577 INFO O| Aug 29 15:07:45.577 INFO O| Done
32762024-08-29T15:07:47.161Z[ host-image] Aug 29 15:07:45.577 INFO O| Aug 29 15:07:45.577 INFO O| Done
32772024-08-29T15:07:47.274ZAug 29 15:07:45.690 INFO [recovery-package] process exited with exit status: 0 (23.446853552s)
32782024-08-29T15:07:47.276ZAug 29 15:07:45.690 INFO [recovery-stamp] running task
32792024-08-29T15:07:47.276ZAug 29 15:07:45.691 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32802024-08-29T15:07:47.279ZAug 29 15:07:45.696 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitccb9f122643
32812024-08-29T15:07:47.285ZAug 29 15:07:45.702 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+gitccb9f122643
32822024-08-29T15:07:47.295Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32832024-08-29T15:07:47.300Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32842024-08-29T15:07:47.372Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
32852024-08-29T15:07:47.375ZAug 29 15:07:45.792 INFO [stamp-installinator] process exited with exit status: 0 (96.101774ms)
32862024-08-29T15:07:47.421Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
32872024-08-29T15:07:47.424ZAug 29 15:07:45.841 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (139.127861ms)
32882024-08-29T15:07:47.426ZAug 29 15:07:45.841 INFO [recovery-stamp] task succeeded (150.32183ms)
32892024-08-29T15:07:47.426ZAug 29 15:07:45.841 INFO [recovery-proto] running task
32902024-08-29T15:07:47.426ZAug 29 15:07:45.841 INFO [tuf-stamp] running task
32912024-08-29T15:07:47.426ZAug 29 15:07:45.842 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+gitccb9f122643
32922024-08-29T15:07:47.434ZAug 29 15:07:45.851 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+gitccb9f122643
32932024-08-29T15:07:47.441ZAug 29 15:07:45.858 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+gitccb9f122643
32942024-08-29T15:07:47.447Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32952024-08-29T15:07:47.449ZAug 29 15:07:45.866 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+gitccb9f122643
32962024-08-29T15:07:47.455Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32972024-08-29T15:07:47.457ZAug 29 15:07:45.874 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+gitccb9f122643
32982024-08-29T15:07:47.464Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32992024-08-29T15:07:47.469Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33002024-08-29T15:07:47.471ZAug 29 15:07:45.886 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+gitccb9f122643
33012024-08-29T15:07:47.486Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33022024-08-29T15:07:47.488ZAug 29 15:07:45.903 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+gitccb9f122643
33032024-08-29T15:07:47.511Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33042024-08-29T15:07:47.513ZAug 29 15:07:45.928 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+gitccb9f122643
33052024-08-29T15:07:47.536Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33062024-08-29T15:07:47.538ZAug 29 15:07:45.953 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+gitccb9f122643
33072024-08-29T15:07:47.560Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33082024-08-29T15:07:47.562ZAug 29 15:07:45.977 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+gitccb9f122643
33092024-08-29T15:07:47.580Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33102024-08-29T15:07:47.583Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33112024-08-29T15:07:47.583ZAug 29 15:07:45.997 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+gitccb9f122643
33122024-08-29T15:07:47.598Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33132024-08-29T15:07:47.600ZAug 29 15:07:46.015 INFO [stamp-probe] process exited with exit status: 0 (148.910619ms)
33142024-08-29T15:07:47.620Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33152024-08-29T15:07:47.638ZAug 29 15:07:46.055 INFO [recovery-proto] task succeeded (213.918014ms)
33162024-08-29T15:07:47.641ZAug 29 15:07:46.055 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmpaaMxE7/proto/recovery/root -N 'recovery ccb9f12/${os_short_commit} 2024-08-29 14:46' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33172024-08-29T15:07:47.675Z[ host-image] Aug 29 15:07:46.092 INFO O| Aug 29 15:07:46.092 INFO O| Done
33182024-08-29T15:07:47.681Z[ recovery-image] Aug 29 15:07:46.098 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33192024-08-29T15:07:47.681Z[ recovery-image] Aug 29 15:07:46.098 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33202024-08-29T15:07:47.698Z[ recovery-image] Aug 29 15:07:46.114 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpaaMxE7/proto/recovery/root"
33212024-08-29T15:07:47.698Z[ recovery-image] Aug 29 15:07:46.114 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33222024-08-29T15:07:47.700Z[ recovery-image] Aug 29 15:07:46.115 INFO image builder template: ramdisk-01-os...
33232024-08-29T15:07:47.700Z[ recovery-image] Aug 29 15:07:46.115 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/.tmpaaMxE7/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33242024-08-29T15:07:47.726Z[ host-image] Aug 29 15:07:46.142 INFO O| Aug 29 15:07:46.142 INFO O| Done
33252024-08-29T15:07:47.728Z[ host-image] Aug 29 15:07:46.144 INFO O| Aug 29 15:07:46.143 INFO O| Done
33262024-08-29T15:07:47.728Z[ host-image] Aug 29 15:07:46.144 INFO O| Aug 29 15:07:46.144 INFO O| Done
33272024-08-29T15:07:47.730Z[ host-image] Aug 29 15:07:46.145 INFO O| Aug 29 15:07:46.145 INFO O| Done
33282024-08-29T15:07:47.755Z[ recovery-image] Aug 29 15:07:46.171 INFO O| Aug 29 15:07:46.171 INFO CREATE DATASET: rpool/images/build/recovery/output
33292024-08-29T15:07:48.112Z[ recovery-image] Aug 29 15:07:46.528 INFO O| Aug 29 15:07:46.528 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33302024-08-29T15:07:48.159Z[ recovery-image] Aug 29 15:07:46.575 INFO O| Aug 29 15:07:46.575 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33312024-08-29T15:07:48.214Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33322024-08-29T15:07:48.271ZAug 29 15:07:46.687 INFO [stamp-ntp] process exited with exit status: 0 (733.92438ms)
33332024-08-29T15:07:48.299Z[ host-image] Aug 29 15:07:46.715 INFO O| Aug 29 15:07:46.715 INFO STEP 6 (pkg_change_variant) COMPLETE
33342024-08-29T15:07:48.299Z[ host-image] Aug 29 15:07:46.715 INFO O| Aug 29 15:07:46.715 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33352024-08-29T15:07:48.299Z[ host-image] Aug 29 15:07:46.715 INFO O| Aug 29 15:07:46.715 INFO skip step because feature "debug_variant" is not enabled
33362024-08-29T15:07:48.299Z[ host-image] Aug 29 15:07:46.715 INFO O| Aug 29 15:07:46.715 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33372024-08-29T15:07:48.564Z[ recovery-image] Aug 29 15:07:46.980 INFO O| Aug 29 15:07:46.980 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33382024-08-29T15:07:48.667Z[ recovery-image] Aug 29 15:07:47.083 INFO O| Aug 29 15:07:47.083 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33392024-08-29T15:07:48.667Z[ recovery-image] Aug 29 15:07:47.084 INFO O| Aug 29 15:07:47.084 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33402024-08-29T15:07:48.670Z[ recovery-image] Aug 29 15:07:47.084 INFO O| Aug 29 15:07:47.084 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33412024-08-29T15:07:48.670Z[ recovery-image] Aug 29 15:07:47.084 INFO O| Aug 29 15:07:47.084 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33422024-08-29T15:07:48.679Z[ recovery-image] Aug 29 15:07:47.095 INFO O| Aug 29 15:07:47.095 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33432024-08-29T15:07:48.711Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33442024-08-29T15:07:48.763ZAug 29 15:07:47.179 INFO [stamp-external-dns] process exited with exit status: 0 (1.328443945s)
33452024-08-29T15:07:48.889Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33462024-08-29T15:07:48.894ZAug 29 15:07:47.310 INFO [stamp-internal-dns] process exited with exit status: 0 (1.333674355s)
33472024-08-29T15:07:48.927Z[ recovery-image] Aug 29 15:07:47.343 INFO O| Aug 29 15:07:47.343 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33482024-08-29T15:07:48.951Z[ recovery-image] Aug 29 15:07:47.367 INFO O| Aug 29 15:07:47.367 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33492024-08-29T15:07:48.981Z[ host-image] Aug 29 15:07:47.398 INFO O| Aug 29 15:07:47.397 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33502024-08-29T15:07:49.179Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
33512024-08-29T15:07:49.194Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33522024-08-29T15:07:49.232Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33532024-08-29T15:07:49.268ZAug 29 15:07:47.684 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.798126104s)
33542024-08-29T15:07:49.426Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33552024-08-29T15:07:49.439ZAug 29 15:07:47.855 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.01294193s)
33562024-08-29T15:07:49.575Z[ recovery-image] Aug 29 15:07:47.991 INFO O| Aug 29 15:07:47.991 INFO O| Caching catalogs ... Done
33572024-08-29T15:07:49.649Z[ host-image] Aug 29 15:07:48.065 INFO O| Aug 29 15:07:48.065 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33582024-08-29T15:07:49.652Z[ host-image] Aug 29 15:07:48.067 INFO O| Aug 29 15:07:48.067 INFO O| Planning: Planning completed in 0.00 seconds
33592024-08-29T15:07:49.652Z[ host-image] Aug 29 15:07:48.067 INFO O| Aug 29 15:07:48.067 INFO O| Planning: Consolidating action changes ... Done
33602024-08-29T15:07:49.652Z[ host-image] Aug 29 15:07:48.068 INFO O| Aug 29 15:07:48.068 INFO O| Planning: Evaluating mediators ... Done
33612024-08-29T15:07:49.654Z[ host-image] Aug 29 15:07:48.068 INFO O| Aug 29 15:07:48.068 INFO O| Planning: Planning completed in 0.00 seconds
33622024-08-29T15:07:49.654Z[ host-image] Aug 29 15:07:48.068 INFO O| Aug 29 15:07:48.068 INFO O| Variants/Facets to change: 1
33632024-08-29T15:07:49.675Z[ host-image] Aug 29 15:07:48.091 INFO O| Aug 29 15:07:48.091 INFO O| Done
33642024-08-29T15:07:49.675Z[ host-image] Aug 29 15:07:48.091 INFO O| Aug 29 15:07:48.091 INFO O| Done
33652024-08-29T15:07:49.683Z[ recovery-image] Aug 29 15:07:48.099 INFO O| Aug 29 15:07:48.099 INFO STEP 0 (pkg_image_create) COMPLETE
33662024-08-29T15:07:49.685Z[ recovery-image] Aug 29 15:07:48.099 INFO O| Aug 29 15:07:48.099 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33672024-08-29T15:07:49.685Z[ recovery-image] Aug 29 15:07:48.099 INFO O| Aug 29 15:07:48.099 INFO skip step because feature "repo_redist" is not enabled
33682024-08-29T15:07:49.685Z[ recovery-image] Aug 29 15:07:48.099 INFO O| Aug 29 15:07:48.099 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33692024-08-29T15:07:49.699Z[ recovery-image] Aug 29 15:07:48.114 INFO O| Aug 29 15:07:48.114 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"]
33702024-08-29T15:07:49.721Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33712024-08-29T15:07:49.725ZAug 29 15:07:48.141 INFO [stamp-oximeter] process exited with exit status: 0 (2.144241487s)
33722024-08-29T15:07:50.086Z[ host-image] Aug 29 15:07:48.501 INFO O| Aug 29 15:07:48.501 INFO O| Done
33732024-08-29T15:07:50.131Z[ host-image] Aug 29 15:07:48.546 INFO O| Aug 29 15:07:48.546 INFO O| Done
33742024-08-29T15:07:50.133Z[ host-image] Aug 29 15:07:48.547 INFO O| Aug 29 15:07:48.547 INFO O| Done
33752024-08-29T15:07:50.133Z[ host-image] Aug 29 15:07:48.548 INFO O| Aug 29 15:07:48.547 INFO O| Done
33762024-08-29T15:07:50.135Z[ host-image] Aug 29 15:07:48.549 INFO O| Aug 29 15:07:48.549 INFO O| Done
33772024-08-29T15:07:50.179Z[ recovery-image] Aug 29 15:07:48.595 INFO O| Aug 29 15:07:48.595 INFO STEP 2 (pkg_set_publisher) COMPLETE
33782024-08-29T15:07:50.179Z[ recovery-image] Aug 29 15:07:48.595 INFO O| Aug 29 15:07:48.595 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33792024-08-29T15:07:50.196Z[ recovery-image] Aug 29 15:07:48.612 INFO O| Aug 29 15:07:48.612 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"]
33802024-08-29T15:07:50.208Z[ host-image] Aug 29 15:07:48.624 INFO O| Aug 29 15:07:48.624 INFO STEP 8 (pkg_change_facet) COMPLETE
33812024-08-29T15:07:50.208Z[ host-image] Aug 29 15:07:48.624 INFO O| Aug 29 15:07:48.624 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33822024-08-29T15:07:50.211Z[ host-image] Aug 29 15:07:48.624 INFO O| Aug 29 15:07:48.624 INFO skip step because feature "recovery" is not enabled
33832024-08-29T15:07:50.211Z[ host-image] Aug 29 15:07:48.624 INFO O| Aug 29 15:07:48.624 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33842024-08-29T15:07:50.211Z[ host-image] Aug 29 15:07:48.624 INFO O| Aug 29 15:07:48.624 INFO skip step because feature "recovery" is not enabled
33852024-08-29T15:07:50.211Z[ host-image] Aug 29 15:07:48.624 INFO O| Aug 29 15:07:48.624 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33862024-08-29T15:07:50.223Z[ host-image] Aug 29 15:07:48.639 INFO O| Aug 29 15:07:48.639 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"]
33872024-08-29T15:07:50.582Z[ recovery-image] Aug 29 15:07:48.997 INFO O| Aug 29 15:07:48.997 INFO STEP 3 (pkg_set_publisher) COMPLETE
33882024-08-29T15:07:50.582Z[ recovery-image] Aug 29 15:07:48.998 INFO O| Aug 29 15:07:48.997 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33892024-08-29T15:07:50.582Z[ recovery-image] Aug 29 15:07:48.998 INFO O| Aug 29 15:07:48.997 INFO skip step because feature "repo_redist" is not enabled
33902024-08-29T15:07:50.585Z[ recovery-image] Aug 29 15:07:48.998 INFO O| Aug 29 15:07:48.997 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33912024-08-29T15:07:50.817Z[ host-image] Aug 29 15:07:49.233 INFO O| Aug 29 15:07:49.233 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33922024-08-29T15:07:51.075Z[ recovery-image] Aug 29 15:07:49.490 INFO O| Aug 29 15:07:49.490 INFO variant opensolaris.zone is already global
33932024-08-29T15:07:51.075Z[ recovery-image] Aug 29 15:07:49.491 INFO O| Aug 29 15:07:49.490 INFO STEP 5 (pkg_change_variant) COMPLETE
33942024-08-29T15:07:51.078Z[ recovery-image] Aug 29 15:07:49.491 INFO O| Aug 29 15:07:49.490 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33952024-08-29T15:07:51.370Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33962024-08-29T15:07:51.374ZAug 29 15:07:49.790 INFO [stamp-nexus] process exited with exit status: 0 (3.886944637s)
33972024-08-29T15:07:51.513Z[ recovery-image] Aug 29 15:07:49.928 INFO O| Aug 29 15:07:49.928 INFO variant opensolaris.imagetype is full; changing to partial
33982024-08-29T15:07:51.513Z[ recovery-image] Aug 29 15:07:49.928 INFO O| Aug 29 15:07:49.928 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33992024-08-29T15:07:53.252Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
34002024-08-29T15:07:53.255ZAug 29 15:07:51.670 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.812284622s)
34012024-08-29T15:07:54.108Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34022024-08-29T15:07:54.259Z[verify-libraries] Compiling polyval v0.6.2
34032024-08-29T15:07:54.262Z[verify-libraries] Compiling rfc6979 v0.4.0
34042024-08-29T15:07:54.290Z[verify-libraries] Compiling primeorder v0.13.6
34052024-08-29T15:07:54.293Z[verify-libraries] Compiling ctr v0.9.2
34062024-08-29T15:07:54.455Z[verify-libraries] Compiling ed25519 v2.2.3
34072024-08-29T15:07:54.455Z[verify-libraries] Compiling ssh-encoding v0.2.0
34082024-08-29T15:07:54.457Z[verify-libraries] Compiling blowfish v0.9.1
34092024-08-29T15:07:54.588Z[verify-libraries] Compiling ecdsa v0.16.9
34102024-08-29T15:07:54.709Z[verify-libraries] Compiling ghash v0.5.1
34112024-08-29T15:07:54.802Z[verify-libraries] Compiling option-ext v0.2.0
34122024-08-29T15:07:55.194Z[verify-libraries] Compiling aes-gcm v0.10.3
34132024-08-29T15:07:55.307Z[verify-libraries] Compiling dirs-sys v0.4.1
34142024-08-29T15:07:55.429Z[verify-libraries] Compiling ed25519-dalek v2.1.1
34152024-08-29T15:07:55.641Z[verify-libraries] Compiling ssh-cipher v0.2.0
34162024-08-29T15:07:55.703Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34172024-08-29T15:07:56.227Z[verify-libraries] Compiling password-hash v0.4.2
34182024-08-29T15:07:56.300Z[verify-libraries] Compiling matches v0.1.10
34192024-08-29T15:07:56.559Z[verify-libraries] Compiling idna v0.2.3
34202024-08-29T15:07:56.649Z[verify-libraries] Compiling ssh-key v0.6.6
34212024-08-29T15:07:56.690Z[verify-libraries] Compiling p256 v0.13.2
34222024-08-29T15:07:56.873Z[verify-libraries] Compiling p384 v0.13.0
34232024-08-29T15:07:57.033Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34242024-08-29T15:07:57.036Z[verify-libraries] Compiling pbkdf2 v0.11.0
34252024-08-29T15:07:57.073ZAug 29 15:07:55.487 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.612801909s)
34262024-08-29T15:07:57.401Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34272024-08-29T15:07:57.453ZAug 29 15:07:55.867 INFO [stamp-clickhouse] process exited with exit status: 0 (9.93890947s)
34282024-08-29T15:07:57.453ZAug 29 15:07:55.867 INFO [tuf-stamp] task succeeded (10.02602688s)
34292024-08-29T15:07:57.634Z[verify-libraries] Compiling p521 v0.13.3
34302024-08-29T15:07:57.652Z[ recovery-image] Aug 29 15:07:56.065 INFO O| Aug 29 15:07:56.065 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34312024-08-29T15:07:58.771Z[verify-libraries] Compiling dirs v5.0.1
34322024-08-29T15:07:59.150Z[verify-libraries] Compiling enum-as-inner v0.5.1
34332024-08-29T15:07:59.327Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34342024-08-29T15:07:59.792Z[verify-libraries] Compiling md5 v0.7.0
34352024-08-29T15:08:00.423Z[verify-libraries] Compiling russh-keys v0.44.0
34362024-08-29T15:08:00.502Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34372024-08-29T15:08:00.555Z[verify-libraries] Compiling num-bigint v0.4.5
34382024-08-29T15:08:00.755Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34392024-08-29T15:08:02.014Z[verify-libraries] Compiling hex-literal v0.4.1
34402024-08-29T15:08:02.294Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34412024-08-29T15:08:04.161Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34422024-08-29T15:08:04.690Z[ recovery-image] Aug 29 15:08:03.101 INFO O| Aug 29 15:08:03.101 INFO O| Startup: Caching catalogs ... Done
34432024-08-29T15:08:04.766Z[ recovery-image] Aug 29 15:08:03.177 INFO O| Aug 29 15:08:03.177 INFO O| Planning: Planning completed in 0.00 seconds
34442024-08-29T15:08:04.768Z[ recovery-image] Aug 29 15:08:03.178 INFO O| Aug 29 15:08:03.178 INFO O| Planning: Consolidating action changes ... Done
34452024-08-29T15:08:04.768Z[ recovery-image] Aug 29 15:08:03.178 INFO O| Aug 29 15:08:03.178 INFO O| Planning: Evaluating mediators ... Done
34462024-08-29T15:08:04.768Z[ recovery-image] Aug 29 15:08:03.179 INFO O| Aug 29 15:08:03.179 INFO O| Planning: Planning completed in 0.00 seconds
34472024-08-29T15:08:04.768Z[ recovery-image] Aug 29 15:08:03.179 INFO O| Aug 29 15:08:03.179 INFO O| Variants/Facets to change: 1
34482024-08-29T15:08:04.790Z[verify-libraries] Compiling russh v0.44.1
34492024-08-29T15:08:04.799Z[ recovery-image] Aug 29 15:08:03.210 INFO O| Aug 29 15:08:03.210 INFO O| Done
34502024-08-29T15:08:04.799Z[ recovery-image] Aug 29 15:08:03.210 INFO O| Aug 29 15:08:03.210 INFO O| Done
34512024-08-29T15:08:05.508Z[ recovery-image] Aug 29 15:08:03.919 INFO O| Aug 29 15:08:03.919 INFO O| Done
34522024-08-29T15:08:05.553Z[ recovery-image] Aug 29 15:08:03.964 INFO O| Aug 29 15:08:03.964 INFO O| Done
34532024-08-29T15:08:05.556Z[ recovery-image] Aug 29 15:08:03.966 INFO O| Aug 29 15:08:03.966 INFO O| Done
34542024-08-29T15:08:05.556Z[ recovery-image] Aug 29 15:08:03.966 INFO O| Aug 29 15:08:03.966 INFO O| Done
34552024-08-29T15:08:05.558Z[ recovery-image] Aug 29 15:08:03.968 INFO O| Aug 29 15:08:03.968 INFO O| Done
34562024-08-29T15:08:06.126Z[ recovery-image] Aug 29 15:08:04.537 INFO O| Aug 29 15:08:04.537 INFO STEP 6 (pkg_change_variant) COMPLETE
34572024-08-29T15:08:06.126Z[ recovery-image] Aug 29 15:08:04.537 INFO O| Aug 29 15:08:04.537 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34582024-08-29T15:08:06.129Z[ recovery-image] Aug 29 15:08:04.537 INFO O| Aug 29 15:08:04.537 INFO skip step because feature "debug_variant" is not enabled
34592024-08-29T15:08:06.129Z[ recovery-image] Aug 29 15:08:04.537 INFO O| Aug 29 15:08:04.537 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34602024-08-29T15:08:06.847Z[ recovery-image] Aug 29 15:08:05.258 INFO O| Aug 29 15:08:05.258 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34612024-08-29T15:08:07.898Z[ recovery-image] Aug 29 15:08:06.308 INFO O| Aug 29 15:08:06.308 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34622024-08-29T15:08:07.901Z[ recovery-image] Aug 29 15:08:06.310 INFO O| Aug 29 15:08:06.310 INFO O| Planning: Planning completed in 0.00 seconds
34632024-08-29T15:08:07.901Z[ recovery-image] Aug 29 15:08:06.311 INFO O| Aug 29 15:08:06.311 INFO O| Planning: Consolidating action changes ... Done
34642024-08-29T15:08:07.901Z[ recovery-image] Aug 29 15:08:06.311 INFO O| Aug 29 15:08:06.311 INFO O| Planning: Evaluating mediators ... Done
34652024-08-29T15:08:07.903Z[ recovery-image] Aug 29 15:08:06.312 INFO O| Aug 29 15:08:06.312 INFO O| Planning: Planning completed in 0.00 seconds
34662024-08-29T15:08:07.903Z[ recovery-image] Aug 29 15:08:06.312 INFO O| Aug 29 15:08:06.312 INFO O| Variants/Facets to change: 1
34672024-08-29T15:08:07.973Z[ recovery-image] Aug 29 15:08:06.383 INFO O| Aug 29 15:08:06.383 INFO O| Done
34682024-08-29T15:08:07.973Z[ recovery-image] Aug 29 15:08:06.383 INFO O| Aug 29 15:08:06.383 INFO O| Done
34692024-08-29T15:08:08.474Z[ recovery-image] Aug 29 15:08:06.885 INFO O| Aug 29 15:08:06.884 INFO O| Done
34702024-08-29T15:08:08.543Z[ recovery-image] Aug 29 15:08:06.953 INFO O| Aug 29 15:08:06.953 INFO O| Done
34712024-08-29T15:08:08.545Z[ recovery-image] Aug 29 15:08:06.954 INFO O| Aug 29 15:08:06.954 INFO O| Done
34722024-08-29T15:08:08.545Z[ recovery-image] Aug 29 15:08:06.955 INFO O| Aug 29 15:08:06.954 INFO O| Done
34732024-08-29T15:08:08.548Z[ recovery-image] Aug 29 15:08:06.957 INFO O| Aug 29 15:08:06.957 INFO O| Done
34742024-08-29T15:08:08.634Z[ recovery-image] Aug 29 15:08:07.044 INFO O| Aug 29 15:08:07.044 INFO STEP 8 (pkg_change_facet) COMPLETE
34752024-08-29T15:08:08.634Z[ recovery-image] Aug 29 15:08:07.044 INFO O| Aug 29 15:08:07.044 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34762024-08-29T15:08:09.291Z[ recovery-image] Aug 29 15:08:07.701 INFO O| Aug 29 15:08:07.701 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34772024-08-29T15:08:09.971Z[verify-libraries] Compiling dhcproto v0.12.0
34782024-08-29T15:08:10.399Z[ recovery-image] Aug 29 15:08:08.809 INFO O| Aug 29 15:08:08.809 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34792024-08-29T15:08:10.402Z[ recovery-image] Aug 29 15:08:08.811 INFO O| Aug 29 15:08:08.811 INFO O| Planning: Planning completed in 0.00 seconds
34802024-08-29T15:08:10.404Z[ recovery-image] Aug 29 15:08:08.812 INFO O| Aug 29 15:08:08.812 INFO O| Planning: Consolidating action changes ... Done
34812024-08-29T15:08:10.404Z[ recovery-image] Aug 29 15:08:08.812 INFO O| Aug 29 15:08:08.812 INFO O| Planning: Evaluating mediators ... Done
34822024-08-29T15:08:10.404Z[ recovery-image] Aug 29 15:08:08.813 INFO O| Aug 29 15:08:08.813 INFO O| Planning: Planning completed in 0.00 seconds
34832024-08-29T15:08:10.404Z[ recovery-image] Aug 29 15:08:08.813 INFO O| Aug 29 15:08:08.813 INFO O| Variants/Facets to change: 1
34842024-08-29T15:08:10.595Z[ recovery-image] Aug 29 15:08:09.005 INFO O| Aug 29 15:08:09.005 INFO O| Done
34852024-08-29T15:08:10.595Z[ recovery-image] Aug 29 15:08:09.005 INFO O| Aug 29 15:08:09.005 INFO O| Done
34862024-08-29T15:08:11.143Z[ recovery-image] Aug 29 15:08:09.552 INFO O| Aug 29 15:08:09.552 INFO O| Done
34872024-08-29T15:08:11.198Z[ recovery-image] Aug 29 15:08:09.607 INFO O| Aug 29 15:08:09.607 INFO O| Done
34882024-08-29T15:08:11.200Z[ recovery-image] Aug 29 15:08:09.608 INFO O| Aug 29 15:08:09.608 INFO O| Done
34892024-08-29T15:08:11.200Z[ recovery-image] Aug 29 15:08:09.608 INFO O| Aug 29 15:08:09.608 INFO O| Done
34902024-08-29T15:08:11.203Z[ recovery-image] Aug 29 15:08:09.611 INFO O| Aug 29 15:08:09.610 INFO O| Done
34912024-08-29T15:08:11.292Z[ recovery-image] Aug 29 15:08:09.702 INFO O| Aug 29 15:08:09.702 INFO STEP 9 (pkg_change_facet) COMPLETE
34922024-08-29T15:08:11.292Z[ recovery-image] Aug 29 15:08:09.702 INFO O| Aug 29 15:08:09.702 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34932024-08-29T15:08:11.441Z[verify-libraries] Compiling internet-checksum v0.2.1
34942024-08-29T15:08:11.768Z[verify-libraries] Compiling heck v0.4.1
34952024-08-29T15:08:11.940Z[ recovery-image] Aug 29 15:08:10.349 INFO O| Aug 29 15:08:10.349 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34962024-08-29T15:08:12.897Z[ recovery-image] Aug 29 15:08:11.305 INFO O| Aug 29 15:08:11.305 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34972024-08-29T15:08:12.899Z[ recovery-image] Aug 29 15:08:11.308 INFO O| Aug 29 15:08:11.307 INFO O| Planning: Planning completed in 0.00 seconds
34982024-08-29T15:08:12.899Z[ recovery-image] Aug 29 15:08:11.308 INFO O| Aug 29 15:08:11.308 INFO O| Planning: Consolidating action changes ... Done
34992024-08-29T15:08:12.899Z[ recovery-image] Aug 29 15:08:11.308 INFO O| Aug 29 15:08:11.308 INFO O| Planning: Evaluating mediators ... Done
35002024-08-29T15:08:12.902Z[ recovery-image] Aug 29 15:08:11.309 INFO O| Aug 29 15:08:11.309 INFO O| Planning: Planning completed in 0.00 seconds
35012024-08-29T15:08:12.902Z[ recovery-image] Aug 29 15:08:11.309 INFO O| Aug 29 15:08:11.309 INFO O| Variants/Facets to change: 1
35022024-08-29T15:08:12.997Z[ recovery-image] Aug 29 15:08:11.406 INFO O| Aug 29 15:08:11.406 INFO O| Done
35032024-08-29T15:08:12.997Z[ recovery-image] Aug 29 15:08:11.406 INFO O| Aug 29 15:08:11.406 INFO O| Done
35042024-08-29T15:08:13.353Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35052024-08-29T15:08:13.520Z[ recovery-image] Aug 29 15:08:11.929 INFO O| Aug 29 15:08:11.929 INFO O| Done
35062024-08-29T15:08:13.639Z[ recovery-image] Aug 29 15:08:12.047 INFO O| Aug 29 15:08:12.047 INFO O| Done
35072024-08-29T15:08:13.641Z[ recovery-image] Aug 29 15:08:12.048 INFO O| Aug 29 15:08:12.048 INFO O| Done
35082024-08-29T15:08:13.641Z[ recovery-image] Aug 29 15:08:12.049 INFO O| Aug 29 15:08:12.049 INFO O| Done
35092024-08-29T15:08:13.643Z[ recovery-image] Aug 29 15:08:12.050 INFO O| Aug 29 15:08:12.050 INFO O| Done
35102024-08-29T15:08:13.753Z[ recovery-image] Aug 29 15:08:12.161 INFO O| Aug 29 15:08:12.161 INFO STEP 10 (pkg_change_facet) COMPLETE
35112024-08-29T15:08:13.753Z[ recovery-image] Aug 29 15:08:12.161 INFO O| Aug 29 15:08:12.161 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35122024-08-29T15:08:13.772Z[ recovery-image] Aug 29 15:08:12.180 INFO O| Aug 29 15:08:12.180 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"]
35132024-08-29T15:08:15.199Z[ recovery-image] Aug 29 15:08:13.607 INFO O| Aug 29 15:08:13.607 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35142024-08-29T15:08:19.114Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35152024-08-29T15:08:19.913Z[ host-image] Aug 29 15:08:18.320 INFO O| Aug 29 15:08:18.320 INFO O| Planning: Solver setup ... Done
35162024-08-29T15:08:21.953Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35172024-08-29T15:08:22.133Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35182024-08-29T15:08:22.462Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35192024-08-29T15:08:22.661Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35202024-08-29T15:08:22.913Z[verify-libraries] Compiling indent_write v2.2.0
35212024-08-29T15:08:23.373Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35222024-08-29T15:08:23.556Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35232024-08-29T15:08:23.783Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35242024-08-29T15:08:25.617Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35252024-08-29T15:08:25.980Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35262024-08-29T15:08:32.185Z[verify-libraries] Compiling termios v0.3.3
35272024-08-29T15:08:32.600Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35282024-08-29T15:08:45.036Z[ host-image] Aug 29 15:08:43.436 INFO O| Aug 29 15:08:43.435 INFO O| Planning: Running solver ... Done
35292024-08-29T15:08:45.377Z[ host-image] Aug 29 15:08:43.775 INFO O| Aug 29 15:08:43.775 INFO O| Planning: Finding local manifests ... Done
35302024-08-29T15:08:45.391Z[ host-image] Aug 29 15:08:43.791 INFO O| Aug 29 15:08:43.791 INFO O| Planning: Fetching manifests: 0/124 0% complete
35312024-08-29T15:08:46.707Z[ recovery-image] Aug 29 15:08:45.104 INFO O| Aug 29 15:08:45.104 INFO O| Planning: Solver setup ... Done
35322024-08-29T15:08:50.641Z[ host-image] Aug 29 15:08:49.039 INFO O| Aug 29 15:08:49.038 INFO O| Planning: Fetching manifests: 124/124 100% complete
35332024-08-29T15:08:51.854Z[ host-image] Aug 29 15:08:50.251 INFO O| Aug 29 15:08:50.251 INFO O| Planning: Package planning ... Done
35342024-08-29T15:08:53.701Z[ host-image] Aug 29 15:08:52.098 INFO O| Aug 29 15:08:52.098 INFO O| Planning: Merging actions ... Done
35352024-08-29T15:08:54.039Z[ host-image] Aug 29 15:08:52.436 INFO O| Aug 29 15:08:52.436 INFO O| Planning: Checking for conflicting actions ... Done
35362024-08-29T15:08:54.388Z[ host-image] Aug 29 15:08:52.785 INFO O| Aug 29 15:08:52.785 INFO O| Planning: Consolidating action changes ... Done
35372024-08-29T15:08:54.881Z[ host-image] Aug 29 15:08:53.278 INFO O| Aug 29 15:08:53.278 INFO O| Planning: Evaluating mediators ... Done
35382024-08-29T15:08:56.936Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35392024-08-29T15:09:01.496Z[ host-image] Aug 29 15:08:59.891 INFO O| Aug 29 15:08:59.891 INFO O| Planning: Planning completed in 70.66 seconds
35402024-08-29T15:09:01.504Z[ host-image] Aug 29 15:08:59.898 INFO O| Aug 29 15:08:59.898 INFO O| Packages to install: 124
35412024-08-29T15:09:01.504Z[ host-image] Aug 29 15:08:59.898 INFO O| Aug 29 15:08:59.898 INFO O| Mediators to change: 4
35422024-08-29T15:09:01.506Z[ host-image] Aug 29 15:08:59.898 INFO O| Aug 29 15:08:59.898 INFO O| Services to change: 6
35432024-08-29T15:09:01.628Z[ host-image] Aug 29 15:09:00.022 INFO O| Aug 29 15:09:00.022 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
35442024-08-29T15:09:06.660Z[ host-image] Aug 29 15:09:05.054 INFO O| Aug 29 15:09:05.054 INFO O| Download: 1019/22728 items 6.3/196.4MB 3% complete (1.4M/s)
35452024-08-29T15:09:11.397Z[ recovery-image] Aug 29 15:09:09.789 INFO O| Aug 29 15:09:09.788 INFO O| Planning: Running solver ... Done
35462024-08-29T15:09:11.691Z[ recovery-image] Aug 29 15:09:10.083 INFO O| Aug 29 15:09:10.082 INFO O| Planning: Finding local manifests ... Done
35472024-08-29T15:09:11.706Z[ recovery-image] Aug 29 15:09:10.097 INFO O| Aug 29 15:09:10.096 INFO O| Planning: Fetching manifests: 0/124 0% complete
35482024-08-29T15:09:11.958Z[ host-image] Aug 29 15:09:10.349 INFO O| Aug 29 15:09:10.349 INFO O| Download: 1694/22728 items 11.2/196.4MB 5% complete (1.1M/s)
35492024-08-29T15:09:16.308Z[ recovery-image] Aug 29 15:09:14.698 INFO O| Aug 29 15:09:14.698 INFO O| Planning: Fetching manifests: 124/124 100% complete
35502024-08-29T15:09:17.017Z[ host-image] Aug 29 15:09:15.407 INFO O| Aug 29 15:09:15.407 INFO O| Download: 2221/22728 items 24.4/196.4MB 12% complete (1.8M/s)
35512024-08-29T15:09:17.472Z[ recovery-image] Aug 29 15:09:15.862 INFO O| Aug 29 15:09:15.862 INFO O| Planning: Package planning ... Done
35522024-08-29T15:09:18.217Z[ recovery-image] Aug 29 15:09:16.607 INFO O| Aug 29 15:09:16.607 INFO O| Planning: Merging actions ... Done
35532024-08-29T15:09:18.523Z[ recovery-image] Aug 29 15:09:16.912 INFO O| Aug 29 15:09:16.912 INFO O| Planning: Checking for conflicting actions ... Done
35542024-08-29T15:09:18.657Z[ recovery-image] Aug 29 15:09:17.046 INFO O| Aug 29 15:09:17.046 INFO O| Planning: Consolidating action changes ... Done
35552024-08-29T15:09:19.003Z[ recovery-image] Aug 29 15:09:17.392 INFO O| Aug 29 15:09:17.392 INFO O| Planning: Evaluating mediators ... Done
35562024-08-29T15:09:22.044Z[ host-image] Aug 29 15:09:20.432 INFO O| Aug 29 15:09:20.432 INFO O| Download: 3307/22728 items 34.1/196.4MB 17% complete (2.3M/s)
35572024-08-29T15:09:24.926Z[ recovery-image] Aug 29 15:09:23.314 INFO O| Aug 29 15:09:23.314 INFO O| Planning: Planning completed in 69.71 seconds
35582024-08-29T15:09:24.933Z[ recovery-image] Aug 29 15:09:23.321 INFO O| Aug 29 15:09:23.321 INFO O| Packages to install: 124
35592024-08-29T15:09:24.936Z[ recovery-image] Aug 29 15:09:23.321 INFO O| Aug 29 15:09:23.321 INFO O| Mediators to change: 4
35602024-08-29T15:09:24.936Z[ recovery-image] Aug 29 15:09:23.321 INFO O| Aug 29 15:09:23.321 INFO O| Services to change: 5
35612024-08-29T15:09:25.011Z[ recovery-image] Aug 29 15:09:23.399 INFO O| Aug 29 15:09:23.399 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
35622024-08-29T15:09:27.047Z[ host-image] Aug 29 15:09:25.433 INFO O| Aug 29 15:09:25.433 INFO O| Download: 4413/22728 items 41.2/196.4MB 20% complete (1.7M/s)
35632024-08-29T15:09:30.165Z[ recovery-image] Aug 29 15:09:28.551 INFO O| Aug 29 15:09:28.551 INFO O| Download: 1007/15831 items 7.9/173.2MB 4% complete (1.6M/s)
35642024-08-29T15:09:32.215Z[ host-image] Aug 29 15:09:30.600 INFO O| Aug 29 15:09:30.600 INFO O| Download: 4741/22728 items 45.1/196.4MB 22% complete (1.1M/s)
35652024-08-29T15:09:35.947Z[ recovery-image] Aug 29 15:09:34.332 INFO O| Aug 29 15:09:34.332 INFO O| Download: 1179/15831 items 12.4/173.2MB 7% complete (1.2M/s)
35662024-08-29T15:09:36.550Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
35672024-08-29T15:09:37.442Z[ host-image] Aug 29 15:09:35.825 INFO O| Aug 29 15:09:35.825 INFO O| Download: 5765/22728 items 46.3/196.4MB 23% complete (516k/s)
35682024-08-29T15:09:40.836Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35692024-08-29T15:09:41.115Z[ recovery-image] Aug 29 15:09:39.498 INFO O| Aug 29 15:09:39.498 INFO O| Download: 1609/15831 items 25.0/173.2MB 14% complete (1.7M/s)
35702024-08-29T15:09:41.153Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35712024-08-29T15:09:42.693Z[ host-image] Aug 29 15:09:41.076 INFO O| Aug 29 15:09:41.076 INFO O| Download: 6797/22728 items 48.7/196.4MB 24% complete (312k/s)
35722024-08-29T15:09:46.137Z[ recovery-image] Aug 29 15:09:44.518 INFO O| Aug 29 15:09:44.518 INFO O| Download: 2557/15831 items 32.6/173.2MB 18% complete (1.7M/s)
35732024-08-29T15:09:47.696Z[ host-image] Aug 29 15:09:46.077 INFO O| Aug 29 15:09:46.077 INFO O| Download: 7156/22728 items 56.8/196.4MB 28% complete (1.0M/s)
35742024-08-29T15:09:51.145Z[ recovery-image] Aug 29 15:09:49.525 INFO O| Aug 29 15:09:49.525 INFO O| Download: 3344/15831 items 38.0/173.2MB 21% complete (1.3M/s)
35752024-08-29T15:09:51.332Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35762024-08-29T15:09:52.705Z[ host-image] Aug 29 15:09:51.084 INFO O| Aug 29 15:09:51.084 INFO O| Download: 8069/22728 items 60.3/196.4MB 30% complete (1.1M/s)
35772024-08-29T15:09:56.159Z[ recovery-image] Aug 29 15:09:54.537 INFO O| Aug 29 15:09:54.537 INFO O| Download: 4032/15831 items 42.6/173.2MB 24% complete (1.1M/s)
35782024-08-29T15:09:57.712Z[ host-image] Aug 29 15:09:56.090 INFO O| Aug 29 15:09:56.090 INFO O| Download: 8569/22728 items 70.1/196.4MB 35% complete (1.3M/s)
35792024-08-29T15:10:03.486Z[ recovery-image] Aug 29 15:10:01.862 INFO O| Aug 29 15:10:01.862 INFO O| Download: 4777/15831 items 43.0/173.2MB 24% complete (628k/s)
35802024-08-29T15:10:03.686Z[ host-image] Aug 29 15:10:02.062 INFO O| Aug 29 15:10:02.062 INFO O| Download: 9381/22728 items 81.5/196.4MB 41% complete (2.1M/s)
35812024-08-29T15:10:08.494Z[ recovery-image] Aug 29 15:10:06.869 INFO O| Aug 29 15:10:06.869 INFO O| Download: 5642/15831 items 44.4/173.2MB 25% complete (96.0k/s)
35822024-08-29T15:10:08.688Z[ host-image] Aug 29 15:10:07.063 INFO O| Aug 29 15:10:07.062 INFO O| Download: 10256/22728 items 87.1/196.4MB 44% complete (1.6M/s)
35832024-08-29T15:10:13.513Z[ recovery-image] Aug 29 15:10:11.886 INFO O| Aug 29 15:10:11.886 INFO O| Download: 5931/15831 items 53.6/173.2MB 30% complete (1.1M/s)
35842024-08-29T15:10:13.906Z[ host-image] Aug 29 15:10:12.279 INFO O| Aug 29 15:10:12.279 INFO O| Download: 11083/22728 items 92.0/196.4MB 46% complete (1.1M/s)
35852024-08-29T15:10:18.523Z[ recovery-image] Aug 29 15:10:16.895 INFO O| Aug 29 15:10:16.895 INFO O| Download: 6399/15831 items 63.1/173.2MB 36% complete (1.9M/s)
35862024-08-29T15:10:18.922Z[ host-image] Aug 29 15:10:17.294 INFO O| Aug 29 15:10:17.294 INFO O| Download: 11477/22728 items 96.2/196.4MB 48% complete (951k/s)
35872024-08-29T15:10:19.769Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35882024-08-29T15:10:23.542Z[ recovery-image] Aug 29 15:10:21.912 INFO O| Aug 29 15:10:21.912 INFO O| Download: 7269/15831 items 73.3/173.2MB 42% complete (2.0M/s)
35892024-08-29T15:10:23.924Z[ host-image] Aug 29 15:10:22.295 INFO O| Aug 29 15:10:22.295 INFO O| Download: 12006/22728 items 99.9/196.4MB 50% complete (721k/s)
35902024-08-29T15:10:24.760Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35912024-08-29T15:10:29.285Z[ recovery-image] Aug 29 15:10:27.654 INFO O| Aug 29 15:10:27.654 INFO O| Download: 7632/15831 items 73.7/173.2MB 42% complete (1.2M/s)
35922024-08-29T15:10:29.421Z[ host-image] Aug 29 15:10:27.789 INFO O| Aug 29 15:10:27.789 INFO O| Download: 12100/22728 items 100.7/196.4MB 51% complete (584k/s)
35932024-08-29T15:10:29.962Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
35942024-08-29T15:10:34.343Z[ recovery-image] Aug 29 15:10:32.710 INFO O| Aug 29 15:10:32.709 INFO O| Download: 7979/15831 items 78.9/173.2MB 45% complete (528k/s)
35952024-08-29T15:10:34.489Z[ host-image] Aug 29 15:10:32.856 INFO O| Aug 29 15:10:32.856 INFO O| Download: 12742/22728 items 109.6/196.4MB 55% complete (1.2M/s)
35962024-08-29T15:10:39.485Z[ recovery-image] Aug 29 15:10:37.850 INFO O| Aug 29 15:10:37.850 INFO O| Download: 8672/15831 items 83.1/173.2MB 47% complete (956k/s)
35972024-08-29T15:10:39.528Z[ host-image] Aug 29 15:10:37.893 INFO O| Aug 29 15:10:37.893 INFO O| Download: 13694/22728 items 110.1/196.4MB 56% complete (944k/s)
35982024-08-29T15:10:44.492Z[ recovery-image] Aug 29 15:10:42.856 INFO O| Aug 29 15:10:42.856 INFO O| Download: 9213/15831 items 92.7/173.2MB 53% complete (1.4M/s)
35992024-08-29T15:10:45.305Z[ host-image] Aug 29 15:10:43.668 INFO O| Aug 29 15:10:43.668 INFO O| Download: 14416/22728 items 111.6/196.4MB 56% complete (199k/s)
36002024-08-29T15:10:49.510Z[ recovery-image] Aug 29 15:10:47.873 INFO O| Aug 29 15:10:47.873 INFO O| Download: 10200/15831 items 93.2/173.2MB 53% complete (1.0M/s)
36012024-08-29T15:10:50.318Z[ host-image] Aug 29 15:10:48.681 INFO O| Aug 29 15:10:48.681 INFO O| Download: 15076/22728 items 118.4/196.4MB 60% complete (828k/s)
36022024-08-29T15:10:54.514Z[ recovery-image] Aug 29 15:10:52.876 INFO O| Aug 29 15:10:52.875 INFO O| Download: 11014/15831 items 94.8/173.2MB 54% complete (196k/s)
36032024-08-29T15:10:55.320Z[ host-image] Aug 29 15:10:53.681 INFO O| Aug 29 15:10:53.681 INFO O| Download: 15917/22728 items 130.5/196.4MB 66% complete (1.9M/s)
36042024-08-29T15:10:59.538Z[ recovery-image] Aug 29 15:10:57.898 INFO O| Aug 29 15:10:57.898 INFO O| Download: 11389/15831 items 106.8/173.2MB 61% complete (1.3M/s)
36052024-08-29T15:11:00.324Z[ host-image] Aug 29 15:10:58.684 INFO O| Aug 29 15:10:58.684 INFO O| Download: 17543/22728 items 149.0/196.4MB 75% complete (3.0M/s)
36062024-08-29T15:11:04.661Z[ recovery-image] Aug 29 15:11:03.019 INFO O| Aug 29 15:11:03.019 INFO O| Download: 11922/15831 items 128.2/173.2MB 74% complete (3.4M/s)
36072024-08-29T15:11:05.326Z[ host-image] Aug 29 15:11:03.684 INFO O| Aug 29 15:11:03.684 INFO O| Download: 18354/22728 items 160.3/196.4MB 81% complete (3.0M/s)
36082024-08-29T15:11:09.663Z[ recovery-image] Aug 29 15:11:08.020 INFO O| Aug 29 15:11:08.020 INFO O| Download: 12087/15831 items 137.3/173.2MB 79% complete (3.1M/s)
36092024-08-29T15:11:10.340Z[ host-image] Aug 29 15:11:08.697 INFO O| Aug 29 15:11:08.696 INFO O| Download: 19256/22728 items 164.0/196.4MB 83% complete (1.6M/s)
36102024-08-29T15:11:15.313Z[ recovery-image] Aug 29 15:11:13.668 INFO O| Aug 29 15:11:13.668 INFO O| Download: 13002/15831 items 140.9/173.2MB 81% complete (1.3M/s)
36112024-08-29T15:11:15.342Z[ host-image] Aug 29 15:11:13.697 INFO O| Aug 29 15:11:13.697 INFO O| Download: 19968/22728 items 167.2/196.4MB 85% complete (722k/s)
36122024-08-29T15:11:20.315Z[ recovery-image] Aug 29 15:11:18.668 INFO O| Aug 29 15:11:18.668 INFO O| Download: 14072/15831 items 145.5/173.2MB 84% complete (795k/s)
36132024-08-29T15:11:20.345Z[ host-image] Aug 29 15:11:18.698 INFO O| Aug 29 15:11:18.698 INFO O| Download: 20765/22728 items 170.9/196.4MB 87% complete (721k/s)
36142024-08-29T15:11:25.484Z[ recovery-image] Aug 29 15:11:23.674 INFO O| Aug 29 15:11:23.674 INFO O| Download: 14751/15831 items 153.1/173.2MB 88% complete (1.2M/s)
36152024-08-29T15:11:25.488Z[ host-image] Aug 29 15:11:23.717 INFO O| Aug 29 15:11:23.717 INFO O| Download: 21200/22728 items 176.8/196.4MB 90% complete (984k/s)
36162024-08-29T15:11:30.332Z[ recovery-image] Aug 29 15:11:28.682 INFO O| Aug 29 15:11:28.682 INFO O| Download: 15341/15831 items 158.2/173.2MB 91% complete (1.3M/s)
36172024-08-29T15:11:30.634Z[ host-image] Aug 29 15:11:28.984 INFO O| Aug 29 15:11:28.984 INFO O| Download: 21873/22728 items 188.2/196.4MB 95% complete (1.8M/s)
36182024-08-29T15:11:34.566Z[ recovery-image] Aug 29 15:11:32.915 INFO O| Aug 29 15:11:32.915 INFO O| Download: Completed 173.17 MB in 129.52 seconds (1.3M/s)
36192024-08-29T15:11:35.425Z[ recovery-image] Aug 29 15:11:33.774 INFO O| Aug 29 15:11:33.774 INFO O| Actions: 1/24965 actions (Installing new actions)
36202024-08-29T15:11:35.635Z[ host-image] Aug 29 15:11:33.984 INFO O| Aug 29 15:11:33.984 INFO O| Download: 22262/22728 items 195.3/196.4MB 99% complete (1.8M/s)
36212024-08-29T15:11:37.214Z[ host-image] Aug 29 15:11:35.563 INFO O| Aug 29 15:11:35.563 INFO O| Download: Completed 196.40 MB in 155.54 seconds (1.3M/s)
36222024-08-29T15:11:38.097Z[ host-image] Aug 29 15:11:36.446 INFO O| Aug 29 15:11:36.446 INFO O| Actions: 1/49262 actions (Installing new actions)
36232024-08-29T15:11:40.427Z[ recovery-image] Aug 29 15:11:38.774 INFO O| Aug 29 15:11:38.774 INFO O| Actions: 11942/24965 actions (Installing new actions)
36242024-08-29T15:11:43.101Z[ host-image] Aug 29 15:11:41.448 INFO O| Aug 29 15:11:41.448 INFO O| Actions: 9738/49262 actions (Installing new actions)
36252024-08-29T15:11:45.428Z[ recovery-image] Aug 29 15:11:43.774 INFO O| Aug 29 15:11:43.774 INFO O| Actions: 16625/24965 actions (Installing new actions)
36262024-08-29T15:11:48.121Z[ host-image] Aug 29 15:11:46.467 INFO O| Aug 29 15:11:46.467 INFO O| Actions: 14542/49262 actions (Installing new actions)
36272024-08-29T15:11:50.927Z[ recovery-image] Aug 29 15:11:49.271 INFO O| Aug 29 15:11:49.271 INFO O| Actions: 24412/24965 actions (Installing new actions)
36282024-08-29T15:11:53.123Z[ host-image] Aug 29 15:11:51.467 INFO O| Aug 29 15:11:51.467 INFO O| Actions: 22342/49262 actions (Installing new actions)
36292024-08-29T15:11:55.011Z[ recovery-image] Aug 29 15:11:53.354 INFO O| Aug 29 15:11:53.354 INFO O| Actions: Completed 24965 actions in 19.58 seconds.
36302024-08-29T15:11:55.549Z[ recovery-image] Aug 29 15:11:53.892 INFO O| Aug 29 15:11:53.892 INFO O| Done
36312024-08-29T15:11:55.549Z[ recovery-image] Aug 29 15:11:53.892 INFO O| Aug 29 15:11:53.892 INFO O| Done
36322024-08-29T15:11:56.668Z[ recovery-image] Aug 29 15:11:55.010 INFO O| Aug 29 15:11:55.010 INFO O| Done
36332024-08-29T15:11:58.125Z[ host-image] Aug 29 15:11:56.467 INFO O| Aug 29 15:11:56.467 INFO O| Actions: 42932/49262 actions (Installing new actions)
36342024-08-29T15:11:58.437Z[ recovery-image] Aug 29 15:11:56.779 INFO O| Aug 29 15:11:56.778 INFO O| Done
36352024-08-29T15:11:58.457Z[ recovery-image] Aug 29 15:11:56.799 INFO O| Aug 29 15:11:56.799 INFO O| Done
36362024-08-29T15:12:03.007Z[ recovery-image] Aug 29 15:12:01.348 INFO O| Aug 29 15:12:01.347 INFO O| Done
36372024-08-29T15:12:03.221Z[ host-image] Aug 29 15:12:01.562 INFO O| Aug 29 15:12:01.562 INFO O| Actions: 48840/49262 actions (Installing new actions)
36382024-08-29T15:12:03.658Z[ recovery-image] Aug 29 15:12:01.999 INFO O| Aug 29 15:12:01.999 INFO O| Done
36392024-08-29T15:12:04.032Z[ recovery-image] Aug 29 15:12:02.373 INFO O| Aug 29 15:12:02.372 INFO STEP 11 (pkg_install) COMPLETE
36402024-08-29T15:12:04.032Z[ recovery-image] Aug 29 15:12:02.373 INFO O| Aug 29 15:12:02.373 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36412024-08-29T15:12:04.035Z[ recovery-image] Aug 29 15:12:02.373 INFO O| Aug 29 15:12:02.373 INFO skip step because feature "recovery" is enabled
36422024-08-29T15:12:04.035Z[ recovery-image] Aug 29 15:12:02.373 INFO O| Aug 29 15:12:02.373 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36432024-08-29T15:12:04.035Z[ recovery-image] Aug 29 15:12:02.373 INFO O| Aug 29 15:12:02.373 INFO skip step because feature "omicron1" is not enabled
36442024-08-29T15:12:04.035Z[ recovery-image] Aug 29 15:12:02.373 INFO O| Aug 29 15:12:02.373 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36452024-08-29T15:12:04.051Z[ recovery-image] Aug 29 15:12:02.392 INFO O| Aug 29 15:12:02.392 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
36462024-08-29T15:12:04.923Z[ host-image] Aug 29 15:12:03.263 INFO O| Aug 29 15:12:03.263 INFO O| Actions: Completed 49262 actions in 26.81 seconds.
36472024-08-29T15:12:04.969Z[ recovery-image] Aug 29 15:12:03.309 INFO O| Aug 29 15:12:03.309 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36482024-08-29T15:12:05.447Z[ host-image] Aug 29 15:12:03.787 INFO O| Aug 29 15:12:03.787 INFO O| Done
36492024-08-29T15:12:05.447Z[ host-image] Aug 29 15:12:03.787 INFO O| Aug 29 15:12:03.787 INFO O| Done
36502024-08-29T15:12:06.648Z[ host-image] Aug 29 15:12:04.988 INFO O| Aug 29 15:12:04.988 INFO O| Done
36512024-08-29T15:12:08.425Z[ recovery-image] Aug 29 15:12:06.764 INFO O| Aug 29 15:12:06.764 INFO O| Planning: Solver setup ... Done
36522024-08-29T15:12:08.431Z[ recovery-image] Aug 29 15:12:06.770 INFO O| Aug 29 15:12:06.770 INFO O| Planning: Running solver ... Done
36532024-08-29T15:12:08.493Z[ recovery-image] Aug 29 15:12:06.833 INFO O| Aug 29 15:12:06.833 INFO O| Planning: Finding local manifests ... Done
36542024-08-29T15:12:08.496Z[ recovery-image] Aug 29 15:12:06.834 INFO O| Aug 29 15:12:06.833 INFO O| Planning: Fetching manifests: 0/1 0% complete
36552024-08-29T15:12:08.664Z[ recovery-image] Aug 29 15:12:07.003 INFO O| Aug 29 15:12:07.003 INFO O| Planning: Fetching manifests: 1/1 100% complete
36562024-08-29T15:12:08.696Z[ recovery-image] Aug 29 15:12:07.035 INFO O| Aug 29 15:12:07.035 INFO O| Planning: Package planning ... Done
36572024-08-29T15:12:08.699Z[ recovery-image] Aug 29 15:12:07.036 INFO O| Aug 29 15:12:07.036 INFO O| Planning: Merging actions ... Done
36582024-08-29T15:12:08.803Z[ recovery-image] Aug 29 15:12:07.142 INFO O| Aug 29 15:12:07.142 INFO O| Planning: Checking for conflicting actions ... Done
36592024-08-29T15:12:08.806Z[ recovery-image] Aug 29 15:12:07.143 INFO O| Aug 29 15:12:07.143 INFO O| Planning: Consolidating action changes ... Done
36602024-08-29T15:12:09.084Z[ recovery-image] Aug 29 15:12:07.423 INFO O| Aug 29 15:12:07.423 INFO O| Planning: Evaluating mediators ... Done
36612024-08-29T15:12:09.087Z[ recovery-image] Aug 29 15:12:07.424 INFO O| Aug 29 15:12:07.424 INFO O| Planning: Planning completed in 4.11 seconds
36622024-08-29T15:12:09.089Z[ recovery-image] Aug 29 15:12:07.427 INFO O| Aug 29 15:12:07.426 INFO O| Packages to install: 1
36632024-08-29T15:12:09.106Z[ recovery-image] Aug 29 15:12:07.445 INFO O| Aug 29 15:12:07.445 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
36642024-08-29T15:12:09.265Z[ host-image] Aug 29 15:12:07.604 INFO O| Aug 29 15:12:07.604 INFO O| Done
36652024-08-29T15:12:09.304Z[ host-image] Aug 29 15:12:07.643 INFO O| Aug 29 15:12:07.643 INFO O| Done
36662024-08-29T15:12:10.141Z[ recovery-image] Aug 29 15:12:08.480 INFO O| Aug 29 15:12:08.480 INFO O| Download: Completed 20.80 MB in 1.03 seconds (20.1M/s)
36672024-08-29T15:12:10.249Z[ recovery-image] Aug 29 15:12:08.588 INFO O| Aug 29 15:12:08.587 INFO O| Actions: 1/22 actions (Installing new actions)
36682024-08-29T15:12:11.174Z[ recovery-image] Aug 29 15:12:09.512 INFO O| Aug 29 15:12:09.512 INFO O| Actions: Completed 22 actions in 0.92 seconds.
36692024-08-29T15:12:11.555Z[ recovery-image] Aug 29 15:12:09.894 INFO O| Aug 29 15:12:09.894 INFO O| Done
36702024-08-29T15:12:11.556Z[ recovery-image] Aug 29 15:12:09.894 INFO O| Aug 29 15:12:09.894 INFO O| Done
36712024-08-29T15:12:12.441Z[ recovery-image] Aug 29 15:12:10.779 INFO O| Aug 29 15:12:10.779 INFO O| Done
36722024-08-29T15:12:14.404Z[ recovery-image] Aug 29 15:12:12.741 INFO O| Aug 29 15:12:12.741 INFO O| Done
36732024-08-29T15:12:14.442Z[ recovery-image] Aug 29 15:12:12.780 INFO O| Aug 29 15:12:12.779 INFO O| Done
36742024-08-29T15:12:14.445Z[ recovery-image] Aug 29 15:12:12.780 INFO O| Aug 29 15:12:12.780 INFO O| Done
36752024-08-29T15:12:14.461Z[ recovery-image] Aug 29 15:12:12.799 INFO O| Aug 29 15:12:12.798 INFO O| Done
36762024-08-29T15:12:14.617Z[ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO STEP 14 (pkg_install) COMPLETE
36772024-08-29T15:12:14.617Z[ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36782024-08-29T15:12:14.620Z[ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO skip step because feature "mfg" is not enabled
36792024-08-29T15:12:14.620Z[ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36802024-08-29T15:12:14.620Z[ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO skip step because feature "compliance" is not enabled
36812024-08-29T15:12:14.620Z[ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36822024-08-29T15:12:14.620Z[ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO skip step because feature "stress" is not enabled
36832024-08-29T15:12:14.620Z[ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36842024-08-29T15:12:14.620Z[ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO skip step because feature "nfs" is not enabled
36852024-08-29T15:12:14.620Z[ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36862024-08-29T15:12:14.620Z[ recovery-image] Aug 29 15:12:12.954 INFO O| Aug 29 15:12:12.954 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36872024-08-29T15:12:14.694Z[ recovery-image] Aug 29 15:12:13.032 INFO O| Aug 29 15:12:13.032 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36882024-08-29T15:12:14.828Z[ recovery-image] Aug 29 15:12:13.165 INFO O| Aug 29 15:12:13.165 INFO completed processing gimlet/ramdisk-01-os
36892024-08-29T15:12:14.831Z[ recovery-image] Aug 29 15:12:13.168 INFO image builder template: ramdisk-02-trim...
36902024-08-29T15:12:14.833Z[ recovery-image] Aug 29 15:12:13.169 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/.tmpaaMxE7/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
36912024-08-29T15:12:14.871Z[ recovery-image] Aug 29 15:12:13.208 INFO O| Aug 29 15:12:13.208 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36922024-08-29T15:12:14.878Z[ recovery-image] Aug 29 15:12:13.215 INFO O| Aug 29 15:12:13.215 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36932024-08-29T15:12:14.974Z[ recovery-image] Aug 29 15:12:13.311 INFO O| Aug 29 15:12:13.311 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36942024-08-29T15:12:15.126Z[ recovery-image] Aug 29 15:12:13.463 INFO O| Aug 29 15:12:13.463 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36952024-08-29T15:12:15.129Z[ recovery-image] Aug 29 15:12:13.463 INFO O| Aug 29 15:12:13.463 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36962024-08-29T15:12:15.138Z[ recovery-image] Aug 29 15:12:13.474 INFO O| Aug 29 15:12:13.474 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36972024-08-29T15:12:15.145Z[ recovery-image] Aug 29 15:12:13.482 INFO O| Aug 29 15:12:13.482 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36982024-08-29T15:12:15.154Z[ recovery-image] Aug 29 15:12:13.492 INFO O| Aug 29 15:12:13.491 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36992024-08-29T15:12:15.583Z[ recovery-image] Aug 29 15:12:13.920 INFO O| Aug 29 15:12:13.920 INFO rolled back to input snapshot; work may begin
37002024-08-29T15:12:15.583Z[ recovery-image] Aug 29 15:12:13.920 INFO O| Aug 29 15:12:13.920 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37012024-08-29T15:12:15.624Z[ recovery-image] Aug 29 15:12:13.961 INFO O| Aug 29 15:12:13.961 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37022024-08-29T15:12:15.643Z[ recovery-image] Aug 29 15:12:13.980 INFO O| Aug 29 15:12:13.980 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37032024-08-29T15:12:15.859Z[ recovery-image] Aug 29 15:12:14.113 INFO O| Aug 29 15:12:14.113 INFO STEP 0 (remove_files) COMPLETE
37042024-08-29T15:12:15.859Z[ recovery-image] Aug 29 15:12:14.113 INFO O| Aug 29 15:12:14.113 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37052024-08-29T15:12:15.862Z[ recovery-image] Aug 29 15:12:14.149 INFO O| Aug 29 15:12:14.149 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37062024-08-29T15:12:15.862Z[ recovery-image] Aug 29 15:12:14.152 INFO O| Aug 29 15:12:14.152 INFO STEP 1 (remove_files) COMPLETE
37072024-08-29T15:12:15.862Z[ recovery-image] Aug 29 15:12:14.152 INFO O| Aug 29 15:12:14.152 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37082024-08-29T15:12:15.862Z[ recovery-image] Aug 29 15:12:14.195 INFO O| Aug 29 15:12:14.195 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37092024-08-29T15:12:15.883Z[ recovery-image] Aug 29 15:12:14.221 INFO O| Aug 29 15:12:14.220 INFO STEP 2 (remove_files) COMPLETE
37102024-08-29T15:12:15.883Z[ recovery-image] Aug 29 15:12:14.221 INFO O| Aug 29 15:12:14.221 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37112024-08-29T15:12:15.915Z[ recovery-image] Aug 29 15:12:14.252 INFO O| Aug 29 15:12:14.252 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37122024-08-29T15:12:15.918Z[ recovery-image] Aug 29 15:12:14.255 INFO O| Aug 29 15:12:14.255 INFO STEP 3 (remove_files) COMPLETE
37132024-08-29T15:12:15.920Z[ recovery-image] Aug 29 15:12:14.255 INFO O| Aug 29 15:12:14.255 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37142024-08-29T15:12:15.944Z[ recovery-image] Aug 29 15:12:14.281 INFO O| Aug 29 15:12:14.281 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37152024-08-29T15:12:15.952Z[ recovery-image] Aug 29 15:12:14.289 INFO O| Aug 29 15:12:14.288 INFO STEP 4 (remove_files) COMPLETE
37162024-08-29T15:12:15.952Z[ recovery-image] Aug 29 15:12:14.289 INFO O| Aug 29 15:12:14.289 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37172024-08-29T15:12:15.970Z[ recovery-image] Aug 29 15:12:14.307 INFO O| Aug 29 15:12:14.307 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37182024-08-29T15:12:15.973Z[ recovery-image] Aug 29 15:12:14.307 INFO O| Aug 29 15:12:14.307 INFO STEP 5 (remove_files) COMPLETE
37192024-08-29T15:12:15.973Z[ recovery-image] Aug 29 15:12:14.307 INFO O| Aug 29 15:12:14.307 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37202024-08-29T15:12:16.007Z[ recovery-image] Aug 29 15:12:14.344 INFO O| Aug 29 15:12:14.344 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37212024-08-29T15:12:16.028Z[ recovery-image] Aug 29 15:12:14.365 INFO O| Aug 29 15:12:14.365 INFO STEP 6 (remove_files) COMPLETE
37222024-08-29T15:12:16.028Z[ recovery-image] Aug 29 15:12:14.365 INFO O| Aug 29 15:12:14.365 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37232024-08-29T15:12:16.028Z[ recovery-image] Aug 29 15:12:14.365 INFO O| Aug 29 15:12:14.365 INFO skip step because feature "recovery" is enabled
37242024-08-29T15:12:16.028Z[ recovery-image] Aug 29 15:12:14.365 INFO O| Aug 29 15:12:14.365 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37252024-08-29T15:12:16.028Z[ recovery-image] Aug 29 15:12:14.365 INFO O| Aug 29 15:12:14.365 INFO skip step because feature "recovery" is enabled
37262024-08-29T15:12:16.028Z[ recovery-image] Aug 29 15:12:14.365 INFO O| Aug 29 15:12:14.365 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37272024-08-29T15:12:16.028Z[ recovery-image] Aug 29 15:12:14.365 INFO O| Aug 29 15:12:14.365 INFO skip step because feature "recovery" is enabled
37282024-08-29T15:12:16.028Z[ recovery-image] Aug 29 15:12:14.365 INFO O| Aug 29 15:12:14.365 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37292024-08-29T15:12:16.048Z[ recovery-image] Aug 29 15:12:14.385 INFO O| Aug 29 15:12:14.385 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37302024-08-29T15:12:16.055Z[ recovery-image] Aug 29 15:12:14.392 INFO O| Aug 29 15:12:14.392 INFO STEP 10 (remove_files) COMPLETE
37312024-08-29T15:12:16.055Z[ recovery-image] Aug 29 15:12:14.392 INFO O| Aug 29 15:12:14.392 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37322024-08-29T15:12:16.075Z[ recovery-image] Aug 29 15:12:14.412 INFO O| Aug 29 15:12:14.412 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
37332024-08-29T15:12:16.077Z[ recovery-image] Aug 29 15:12:14.413 INFO O| Aug 29 15:12:14.413 INFO STEP 11 (remove_files) COMPLETE
37342024-08-29T15:12:16.077Z[ recovery-image] Aug 29 15:12:14.413 INFO O| Aug 29 15:12:14.413 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37352024-08-29T15:12:16.103Z[ recovery-image] Aug 29 15:12:14.440 INFO O| Aug 29 15:12:14.440 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
37362024-08-29T15:12:16.106Z[ recovery-image] Aug 29 15:12:14.443 INFO O| Aug 29 15:12:14.443 INFO STEP 12 (remove_files) COMPLETE
37372024-08-29T15:12:16.106Z[ recovery-image] Aug 29 15:12:14.443 INFO O| Aug 29 15:12:14.443 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37382024-08-29T15:12:16.130Z[ recovery-image] Aug 29 15:12:14.467 INFO O| Aug 29 15:12:14.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
37392024-08-29T15:12:16.229Z[ recovery-image] Aug 29 15:12:14.566 INFO O| Aug 29 15:12:14.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
37402024-08-29T15:12:16.243Z[ recovery-image] Aug 29 15:12:14.580 INFO O| Aug 29 15:12:14.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
37412024-08-29T15:12:16.246Z[ recovery-image] Aug 29 15:12:14.581 INFO O| Aug 29 15:12:14.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
37422024-08-29T15:12:16.332Z[ recovery-image] Aug 29 15:12:14.669 INFO O| Aug 29 15:12:14.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
37432024-08-29T15:12:16.555Z[ recovery-image] Aug 29 15:12:14.891 INFO O| Aug 29 15:12:14.891 INFO STEP 13 (remove_files) COMPLETE
37442024-08-29T15:12:16.555Z[ recovery-image] Aug 29 15:12:14.891 INFO O| Aug 29 15:12:14.891 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37452024-08-29T15:12:16.615Z[ recovery-image] Aug 29 15:12:14.952 INFO O| Aug 29 15:12:14.952 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
37462024-08-29T15:12:16.617Z[ recovery-image] Aug 29 15:12:14.954 INFO O| Aug 29 15:12:14.954 INFO STEP 14 (remove_files) COMPLETE
37472024-08-29T15:12:16.618Z[ recovery-image] Aug 29 15:12:14.954 INFO O| Aug 29 15:12:14.954 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37482024-08-29T15:12:16.688Z[ recovery-image] Aug 29 15:12:15.025 INFO O| Aug 29 15:12:15.025 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
37492024-08-29T15:12:16.698Z[ recovery-image] Aug 29 15:12:15.035 INFO O| Aug 29 15:12:15.035 INFO STEP 15 (remove_files) COMPLETE
37502024-08-29T15:12:16.698Z[ recovery-image] Aug 29 15:12:15.035 INFO O| Aug 29 15:12:15.035 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37512024-08-29T15:12:16.734Z[ recovery-image] Aug 29 15:12:15.071 INFO O| Aug 29 15:12:15.071 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
37522024-08-29T15:12:16.737Z[ recovery-image] Aug 29 15:12:15.072 INFO O| Aug 29 15:12:15.072 INFO STEP 16 (remove_files) COMPLETE
37532024-08-29T15:12:16.737Z[ recovery-image] Aug 29 15:12:15.072 INFO O| Aug 29 15:12:15.072 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37542024-08-29T15:12:16.761Z[ recovery-image] Aug 29 15:12:15.098 INFO O| Aug 29 15:12:15.098 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
37552024-08-29T15:12:16.764Z[ recovery-image] Aug 29 15:12:15.100 INFO O| Aug 29 15:12:15.100 INFO STEP 17 (remove_files) COMPLETE
37562024-08-29T15:12:16.764Z[ recovery-image] Aug 29 15:12:15.100 INFO O| Aug 29 15:12:15.100 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37572024-08-29T15:12:16.834Z[ recovery-image] Aug 29 15:12:15.171 INFO O| Aug 29 15:12:15.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
37582024-08-29T15:12:16.834Z[ recovery-image] Aug 29 15:12:15.171 INFO O| Aug 29 15:12:15.171 INFO STEP 18 (remove_files) COMPLETE
37592024-08-29T15:12:16.834Z[ recovery-image] Aug 29 15:12:15.171 INFO O| Aug 29 15:12:15.171 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37602024-08-29T15:12:16.852Z[ recovery-image] Aug 29 15:12:15.189 INFO O| Aug 29 15:12:15.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
37612024-08-29T15:12:16.853Z[ recovery-image] Aug 29 15:12:15.189 INFO O| Aug 29 15:12:15.189 INFO STEP 19 (remove_files) COMPLETE
37622024-08-29T15:12:16.855Z[ recovery-image] Aug 29 15:12:15.189 INFO O| Aug 29 15:12:15.189 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37632024-08-29T15:12:16.898Z[ recovery-image] Aug 29 15:12:15.235 INFO O| Aug 29 15:12:15.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
37642024-08-29T15:12:16.901Z[ recovery-image] Aug 29 15:12:15.235 INFO O| Aug 29 15:12:15.235 INFO STEP 20 (remove_files) COMPLETE
37652024-08-29T15:12:16.901Z[ recovery-image] Aug 29 15:12:15.235 INFO O| Aug 29 15:12:15.235 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37662024-08-29T15:12:16.918Z[ recovery-image] Aug 29 15:12:15.255 INFO O| Aug 29 15:12:15.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
37672024-08-29T15:12:16.921Z[ recovery-image] Aug 29 15:12:15.255 INFO O| Aug 29 15:12:15.255 INFO STEP 21 (remove_files) COMPLETE
37682024-08-29T15:12:16.921Z[ recovery-image] Aug 29 15:12:15.255 INFO O| Aug 29 15:12:15.255 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37692024-08-29T15:12:16.939Z[ recovery-image] Aug 29 15:12:15.276 INFO O| Aug 29 15:12:15.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
37702024-08-29T15:12:16.939Z[ recovery-image] Aug 29 15:12:15.276 INFO O| Aug 29 15:12:15.276 INFO STEP 22 (remove_files) COMPLETE
37712024-08-29T15:12:16.939Z[ recovery-image] Aug 29 15:12:15.276 INFO O| Aug 29 15:12:15.276 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37722024-08-29T15:12:16.983Z[ recovery-image] Aug 29 15:12:15.320 INFO O| Aug 29 15:12:15.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
37732024-08-29T15:12:16.984Z[ recovery-image] Aug 29 15:12:15.320 INFO O| Aug 29 15:12:15.320 INFO STEP 23 (remove_files) COMPLETE
37742024-08-29T15:12:16.984Z[ recovery-image] Aug 29 15:12:15.320 INFO O| Aug 29 15:12:15.320 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37752024-08-29T15:12:17.005Z[ recovery-image] Aug 29 15:12:15.342 INFO O| Aug 29 15:12:15.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
37762024-08-29T15:12:17.006Z[ recovery-image] Aug 29 15:12:15.342 INFO O| Aug 29 15:12:15.342 INFO STEP 24 (remove_files) COMPLETE
37772024-08-29T15:12:17.008Z[ recovery-image] Aug 29 15:12:15.342 INFO O| Aug 29 15:12:15.342 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37782024-08-29T15:12:17.028Z[ recovery-image] Aug 29 15:12:15.364 INFO O| Aug 29 15:12:15.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
37792024-08-29T15:12:17.028Z[ recovery-image] Aug 29 15:12:15.364 INFO O| Aug 29 15:12:15.364 INFO STEP 25 (remove_files) COMPLETE
37802024-08-29T15:12:17.030Z[ recovery-image] Aug 29 15:12:15.365 INFO O| Aug 29 15:12:15.364 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37812024-08-29T15:12:17.112Z[ recovery-image] Aug 29 15:12:15.402 INFO O| Aug 29 15:12:15.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
37822024-08-29T15:12:17.112Z[ recovery-image] Aug 29 15:12:15.402 INFO O| Aug 29 15:12:15.402 INFO STEP 26 (remove_files) COMPLETE
37832024-08-29T15:12:17.112Z[ recovery-image] Aug 29 15:12:15.402 INFO O| Aug 29 15:12:15.402 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37842024-08-29T15:12:17.112Z[ recovery-image] Aug 29 15:12:15.448 INFO O| Aug 29 15:12:15.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
37852024-08-29T15:12:17.113Z[ recovery-image] Aug 29 15:12:15.448 INFO O| Aug 29 15:12:15.448 INFO STEP 27 (remove_files) COMPLETE
37862024-08-29T15:12:17.113Z[ recovery-image] Aug 29 15:12:15.448 INFO O| Aug 29 15:12:15.448 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37872024-08-29T15:12:17.119Z[ host-image] Aug 29 15:12:15.456 INFO O| Aug 29 15:12:15.456 INFO O| Done
37882024-08-29T15:12:17.176Z[ recovery-image] Aug 29 15:12:15.512 INFO O| Aug 29 15:12:15.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
37892024-08-29T15:12:17.176Z[ recovery-image] Aug 29 15:12:15.512 INFO O| Aug 29 15:12:15.512 INFO STEP 28 (remove_files) COMPLETE
37902024-08-29T15:12:17.176Z[ recovery-image] Aug 29 15:12:15.513 INFO O| Aug 29 15:12:15.512 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37912024-08-29T15:12:17.224Z[ recovery-image] Aug 29 15:12:15.561 INFO O| Aug 29 15:12:15.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37922024-08-29T15:12:17.224Z[ recovery-image] Aug 29 15:12:15.561 INFO O| Aug 29 15:12:15.560 INFO STEP 29 (remove_files) COMPLETE
37932024-08-29T15:12:17.226Z[ recovery-image] Aug 29 15:12:15.561 INFO O| Aug 29 15:12:15.560 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37942024-08-29T15:12:17.241Z[ recovery-image] Aug 29 15:12:15.578 INFO O| Aug 29 15:12:15.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37952024-08-29T15:12:17.241Z[ recovery-image] Aug 29 15:12:15.578 INFO O| Aug 29 15:12:15.578 INFO STEP 30 (remove_files) COMPLETE
37962024-08-29T15:12:17.241Z[ recovery-image] Aug 29 15:12:15.578 INFO O| Aug 29 15:12:15.578 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37972024-08-29T15:12:17.305Z[ recovery-image] Aug 29 15:12:15.642 INFO O| Aug 29 15:12:15.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37982024-08-29T15:12:17.305Z[ recovery-image] Aug 29 15:12:15.642 INFO O| Aug 29 15:12:15.623 INFO STEP 31 (remove_files) COMPLETE
37992024-08-29T15:12:17.308Z[ recovery-image] Aug 29 15:12:15.642 INFO O| Aug 29 15:12:15.623 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38002024-08-29T15:12:17.308Z[ recovery-image] Aug 29 15:12:15.642 INFO O| Aug 29 15:12:15.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
38012024-08-29T15:12:17.308Z[ recovery-image] Aug 29 15:12:15.643 INFO O| Aug 29 15:12:15.643 INFO STEP 32 (remove_files) COMPLETE
38022024-08-29T15:12:17.308Z[ recovery-image] Aug 29 15:12:15.643 INFO O| Aug 29 15:12:15.643 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38032024-08-29T15:12:17.350Z[ recovery-image] Aug 29 15:12:15.687 INFO O| Aug 29 15:12:15.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38042024-08-29T15:12:17.353Z[ recovery-image] Aug 29 15:12:15.687 INFO O| Aug 29 15:12:15.687 INFO STEP 33 (remove_files) COMPLETE
38052024-08-29T15:12:17.353Z[ recovery-image] Aug 29 15:12:15.687 INFO O| Aug 29 15:12:15.687 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38062024-08-29T15:12:17.367Z[ recovery-image] Aug 29 15:12:15.704 INFO O| Aug 29 15:12:15.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38072024-08-29T15:12:17.370Z[ recovery-image] Aug 29 15:12:15.704 INFO O| Aug 29 15:12:15.704 INFO STEP 34 (remove_files) COMPLETE
38082024-08-29T15:12:17.370Z[ recovery-image] Aug 29 15:12:15.704 INFO O| Aug 29 15:12:15.704 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38092024-08-29T15:12:17.383Z[ recovery-image] Aug 29 15:12:15.719 INFO O| Aug 29 15:12:15.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38102024-08-29T15:12:17.385Z[ recovery-image] Aug 29 15:12:15.720 INFO O| Aug 29 15:12:15.719 INFO STEP 35 (remove_files) COMPLETE
38112024-08-29T15:12:17.385Z[ recovery-image] Aug 29 15:12:15.720 INFO O| Aug 29 15:12:15.720 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38122024-08-29T15:12:17.400Z[ recovery-image] Aug 29 15:12:15.737 INFO O| Aug 29 15:12:15.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38132024-08-29T15:12:17.403Z[ recovery-image] Aug 29 15:12:15.737 INFO O| Aug 29 15:12:15.737 INFO STEP 36 (remove_files) COMPLETE
38142024-08-29T15:12:17.403Z[ recovery-image] Aug 29 15:12:15.737 INFO O| Aug 29 15:12:15.737 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38152024-08-29T15:12:17.418Z[ recovery-image] Aug 29 15:12:15.755 INFO O| Aug 29 15:12:15.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38162024-08-29T15:12:17.421Z[ recovery-image] Aug 29 15:12:15.755 INFO O| Aug 29 15:12:15.755 INFO STEP 37 (remove_files) COMPLETE
38172024-08-29T15:12:17.421Z[ recovery-image] Aug 29 15:12:15.756 INFO O| Aug 29 15:12:15.756 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38182024-08-29T15:12:17.436Z[ recovery-image] Aug 29 15:12:15.773 INFO O| Aug 29 15:12:15.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38192024-08-29T15:12:17.438Z[ recovery-image] Aug 29 15:12:15.773 INFO O| Aug 29 15:12:15.773 INFO STEP 38 (remove_files) COMPLETE
38202024-08-29T15:12:17.438Z[ recovery-image] Aug 29 15:12:15.773 INFO O| Aug 29 15:12:15.773 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38212024-08-29T15:12:17.492Z[ recovery-image] Aug 29 15:12:15.817 INFO O| Aug 29 15:12:15.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38222024-08-29T15:12:17.493Z[ recovery-image] Aug 29 15:12:15.817 INFO O| Aug 29 15:12:15.817 INFO STEP 39 (remove_files) COMPLETE
38232024-08-29T15:12:17.493Z[ recovery-image] Aug 29 15:12:15.818 INFO O| Aug 29 15:12:15.818 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38242024-08-29T15:12:17.507Z[ recovery-image] Aug 29 15:12:15.836 INFO O| Aug 29 15:12:15.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38252024-08-29T15:12:17.507Z[ recovery-image] Aug 29 15:12:15.836 INFO O| Aug 29 15:12:15.836 INFO STEP 40 (remove_files) COMPLETE
38262024-08-29T15:12:17.507Z[ recovery-image] Aug 29 15:12:15.836 INFO O| Aug 29 15:12:15.836 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38272024-08-29T15:12:17.517Z[ recovery-image] Aug 29 15:12:15.854 INFO O| Aug 29 15:12:15.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38282024-08-29T15:12:17.517Z[ recovery-image] Aug 29 15:12:15.854 INFO O| Aug 29 15:12:15.854 INFO STEP 41 (remove_files) COMPLETE
38292024-08-29T15:12:17.517Z[ recovery-image] Aug 29 15:12:15.854 INFO O| Aug 29 15:12:15.854 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38302024-08-29T15:12:17.658Z[ recovery-image] Aug 29 15:12:15.994 INFO O| Aug 29 15:12:15.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38312024-08-29T15:12:17.658Z[ recovery-image] Aug 29 15:12:15.994 INFO O| Aug 29 15:12:15.994 INFO STEP 42 (remove_files) COMPLETE
38322024-08-29T15:12:17.660Z[ recovery-image] Aug 29 15:12:15.994 INFO O| Aug 29 15:12:15.994 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38332024-08-29T15:12:17.685Z[ recovery-image] Aug 29 15:12:16.021 INFO O| Aug 29 15:12:16.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
38342024-08-29T15:12:17.685Z[ recovery-image] Aug 29 15:12:16.021 INFO O| Aug 29 15:12:16.021 INFO STEP 43 (remove_files) COMPLETE
38352024-08-29T15:12:17.687Z[ recovery-image] Aug 29 15:12:16.021 INFO O| Aug 29 15:12:16.021 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38362024-08-29T15:12:17.716Z[ recovery-image] Aug 29 15:12:16.052 INFO O| Aug 29 15:12:16.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
38372024-08-29T15:12:17.716Z[ recovery-image] Aug 29 15:12:16.052 INFO O| Aug 29 15:12:16.052 INFO STEP 44 (remove_files) COMPLETE
38382024-08-29T15:12:17.716Z[ recovery-image] Aug 29 15:12:16.052 INFO O| Aug 29 15:12:16.052 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38392024-08-29T15:12:17.771Z[ recovery-image] Aug 29 15:12:16.108 INFO O| Aug 29 15:12:16.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
38402024-08-29T15:12:17.771Z[ recovery-image] Aug 29 15:12:16.108 INFO O| Aug 29 15:12:16.108 INFO STEP 45 (remove_files) COMPLETE
38412024-08-29T15:12:17.771Z[ recovery-image] Aug 29 15:12:16.108 INFO O| Aug 29 15:12:16.108 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38422024-08-29T15:12:17.841Z[ recovery-image] Aug 29 15:12:16.177 INFO O| Aug 29 15:12:16.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
38432024-08-29T15:12:17.841Z[ recovery-image] Aug 29 15:12:16.177 INFO O| Aug 29 15:12:16.177 INFO STEP 46 (remove_files) COMPLETE
38442024-08-29T15:12:17.841Z[ recovery-image] Aug 29 15:12:16.177 INFO O| Aug 29 15:12:16.177 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38452024-08-29T15:12:17.865Z[ recovery-image] Aug 29 15:12:16.201 INFO O| Aug 29 15:12:16.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
38462024-08-29T15:12:17.865Z[ recovery-image] Aug 29 15:12:16.201 INFO O| Aug 29 15:12:16.201 INFO STEP 47 (remove_files) COMPLETE
38472024-08-29T15:12:17.865Z[ recovery-image] Aug 29 15:12:16.201 INFO O| Aug 29 15:12:16.201 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38482024-08-29T15:12:17.898Z[ recovery-image] Aug 29 15:12:16.234 INFO O| Aug 29 15:12:16.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
38492024-08-29T15:12:17.898Z[ recovery-image] Aug 29 15:12:16.234 INFO O| Aug 29 15:12:16.234 INFO STEP 48 (remove_files) COMPLETE
38502024-08-29T15:12:17.898Z[ recovery-image] Aug 29 15:12:16.234 INFO O| Aug 29 15:12:16.234 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38512024-08-29T15:12:17.915Z[ recovery-image] Aug 29 15:12:16.251 INFO O| Aug 29 15:12:16.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
38522024-08-29T15:12:17.915Z[ recovery-image] Aug 29 15:12:16.252 INFO O| Aug 29 15:12:16.251 INFO STEP 49 (remove_files) COMPLETE
38532024-08-29T15:12:17.915Z[ recovery-image] Aug 29 15:12:16.252 INFO O| Aug 29 15:12:16.252 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38542024-08-29T15:12:17.933Z[ recovery-image] Aug 29 15:12:16.269 INFO O| Aug 29 15:12:16.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
38552024-08-29T15:12:17.933Z[ recovery-image] Aug 29 15:12:16.269 INFO O| Aug 29 15:12:16.269 INFO STEP 50 (remove_files) COMPLETE
38562024-08-29T15:12:17.933Z[ recovery-image] Aug 29 15:12:16.269 INFO O| Aug 29 15:12:16.269 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38572024-08-29T15:12:17.951Z[ recovery-image] Aug 29 15:12:16.287 INFO O| Aug 29 15:12:16.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
38582024-08-29T15:12:17.951Z[ recovery-image] Aug 29 15:12:16.287 INFO O| Aug 29 15:12:16.287 INFO STEP 51 (remove_files) COMPLETE
38592024-08-29T15:12:17.951Z[ recovery-image] Aug 29 15:12:16.287 INFO O| Aug 29 15:12:16.287 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38602024-08-29T15:12:18.087Z[ recovery-image] Aug 29 15:12:16.423 INFO O| Aug 29 15:12:16.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
38612024-08-29T15:12:18.087Z[ recovery-image] Aug 29 15:12:16.423 INFO O| Aug 29 15:12:16.423 INFO STEP 52 (remove_files) COMPLETE
38622024-08-29T15:12:18.087Z[ recovery-image] Aug 29 15:12:16.423 INFO O| Aug 29 15:12:16.423 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38632024-08-29T15:12:18.114Z[ host-image] Aug 29 15:12:16.450 INFO O| Aug 29 15:12:16.450 INFO O| Done
38642024-08-29T15:12:18.146Z[ recovery-image] Aug 29 15:12:16.482 INFO O| Aug 29 15:12:16.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
38652024-08-29T15:12:18.149Z[ recovery-image] Aug 29 15:12:16.483 INFO O| Aug 29 15:12:16.483 INFO STEP 53 (remove_files) COMPLETE
38662024-08-29T15:12:18.149Z[ recovery-image] Aug 29 15:12:16.483 INFO O| Aug 29 15:12:16.483 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38672024-08-29T15:12:18.165Z[ recovery-image] Aug 29 15:12:16.502 INFO O| Aug 29 15:12:16.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
38682024-08-29T15:12:18.168Z[ recovery-image] Aug 29 15:12:16.502 INFO O| Aug 29 15:12:16.502 INFO STEP 54 (remove_files) COMPLETE
38692024-08-29T15:12:18.168Z[ recovery-image] Aug 29 15:12:16.502 INFO O| Aug 29 15:12:16.502 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38702024-08-29T15:12:18.196Z[ recovery-image] Aug 29 15:12:16.532 INFO O| Aug 29 15:12:16.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
38712024-08-29T15:12:18.196Z[ recovery-image] Aug 29 15:12:16.532 INFO O| Aug 29 15:12:16.532 INFO STEP 55 (remove_files) COMPLETE
38722024-08-29T15:12:18.198Z[ recovery-image] Aug 29 15:12:16.532 INFO O| Aug 29 15:12:16.532 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38732024-08-29T15:12:18.215Z[ recovery-image] Aug 29 15:12:16.552 INFO O| Aug 29 15:12:16.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
38742024-08-29T15:12:18.215Z[ recovery-image] Aug 29 15:12:16.552 INFO O| Aug 29 15:12:16.552 INFO STEP 56 (remove_files) COMPLETE
38752024-08-29T15:12:18.218Z[ recovery-image] Aug 29 15:12:16.552 INFO O| Aug 29 15:12:16.552 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-08-29T15:12:18.249Z[ recovery-image] Aug 29 15:12:16.586 INFO O| Aug 29 15:12:16.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
38772024-08-29T15:12:18.249Z[ recovery-image] Aug 29 15:12:16.586 INFO O| Aug 29 15:12:16.586 INFO STEP 57 (remove_files) COMPLETE
38782024-08-29T15:12:18.252Z[ recovery-image] Aug 29 15:12:16.586 INFO O| Aug 29 15:12:16.586 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38792024-08-29T15:12:18.272Z[ recovery-image] Aug 29 15:12:16.608 INFO O| Aug 29 15:12:16.608 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
38802024-08-29T15:12:18.272Z[ recovery-image] Aug 29 15:12:16.608 INFO O| Aug 29 15:12:16.608 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
38812024-08-29T15:12:18.274Z[ recovery-image] Aug 29 15:12:16.609 INFO O| Aug 29 15:12:16.609 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38822024-08-29T15:12:18.274Z[ recovery-image] Aug 29 15:12:16.609 INFO O| Aug 29 15:12:16.609 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38832024-08-29T15:12:18.274Z[ recovery-image] Aug 29 15:12:16.609 INFO O| Aug 29 15:12:16.609 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38842024-08-29T15:12:18.275Z[ recovery-image] Aug 29 15:12:16.609 INFO O| Aug 29 15:12:16.609 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38852024-08-29T15:12:18.275Z[ recovery-image] Aug 29 15:12:16.609 INFO O| Aug 29 15:12:16.609 INFO ok!
38862024-08-29T15:12:18.275Z[ recovery-image] Aug 29 15:12:16.609 INFO O| Aug 29 15:12:16.609 INFO STEP 58 (ensure_file) COMPLETE
38872024-08-29T15:12:18.275Z[ recovery-image] Aug 29 15:12:16.609 INFO O| Aug 29 15:12:16.609 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38882024-08-29T15:12:18.333Z[ recovery-image] Aug 29 15:12:16.670 INFO O| Aug 29 15:12:16.669 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
38892024-08-29T15:12:18.333Z[ recovery-image] Aug 29 15:12:16.670 INFO O| Aug 29 15:12:16.670 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38902024-08-29T15:12:18.336Z[ recovery-image] Aug 29 15:12:16.670 INFO O| Aug 29 15:12:16.670 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38912024-08-29T15:12:18.336Z[ recovery-image] Aug 29 15:12:16.670 INFO O| Aug 29 15:12:16.670 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38922024-08-29T15:12:18.336Z[ recovery-image] Aug 29 15:12:16.670 INFO O| Aug 29 15:12:16.670 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38932024-08-29T15:12:18.336Z[ recovery-image] Aug 29 15:12:16.670 INFO O| Aug 29 15:12:16.670 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38942024-08-29T15:12:18.336Z[ recovery-image] Aug 29 15:12:16.670 INFO O| Aug 29 15:12:16.670 INFO ok!
38952024-08-29T15:12:18.336Z[ recovery-image] Aug 29 15:12:16.670 INFO O| Aug 29 15:12:16.670 INFO STEP 59 (ensure_file) COMPLETE
38962024-08-29T15:12:18.336Z[ recovery-image] Aug 29 15:12:16.670 INFO O| Aug 29 15:12:16.670 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38972024-08-29T15:12:18.369Z[ recovery-image] Aug 29 15:12:16.706 INFO O| Aug 29 15:12:16.705 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
38982024-08-29T15:12:18.369Z[ recovery-image] Aug 29 15:12:16.706 INFO O| Aug 29 15:12:16.706 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
38992024-08-29T15:12:18.372Z[ recovery-image] Aug 29 15:12:16.706 INFO O| Aug 29 15:12:16.706 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
39002024-08-29T15:12:18.372Z[ recovery-image] Aug 29 15:12:16.706 INFO O| Aug 29 15:12:16.706 INFO ok!
39012024-08-29T15:12:18.372Z[ recovery-image] Aug 29 15:12:16.706 INFO O| Aug 29 15:12:16.706 INFO STEP 60 (ensure_file) COMPLETE
39022024-08-29T15:12:18.372Z[ recovery-image] Aug 29 15:12:16.706 INFO O| Aug 29 15:12:16.706 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39032024-08-29T15:12:18.431Z[ recovery-image] Aug 29 15:12:16.767 INFO O| Aug 29 15:12:16.767 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39042024-08-29T15:12:18.431Z[ recovery-image] Aug 29 15:12:16.767 INFO O| Aug 29 15:12:16.767 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39052024-08-29T15:12:18.433Z[ recovery-image] Aug 29 15:12:16.768 INFO O| Aug 29 15:12:16.767 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39062024-08-29T15:12:18.433Z[ recovery-image] Aug 29 15:12:16.768 INFO O| Aug 29 15:12:16.768 INFO ok!
39072024-08-29T15:12:18.433Z[ recovery-image] Aug 29 15:12:16.768 INFO O| Aug 29 15:12:16.768 INFO STEP 61 (ensure_file) COMPLETE
39082024-08-29T15:12:18.433Z[ recovery-image] Aug 29 15:12:16.768 INFO O| Aug 29 15:12:16.768 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39092024-08-29T15:12:18.442Z[ host-image] Aug 29 15:12:16.779 INFO O| Aug 29 15:12:16.779 INFO STEP 11 (pkg_install) COMPLETE
39102024-08-29T15:12:18.445Z[ host-image] Aug 29 15:12:16.779 INFO O| Aug 29 15:12:16.779 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39112024-08-29T15:12:18.460Z[ host-image] Aug 29 15:12:16.796 INFO O| Aug 29 15:12:16.796 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
39122024-08-29T15:12:18.462Z[ recovery-image] Aug 29 15:12:16.799 INFO O| Aug 29 15:12:16.799 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39132024-08-29T15:12:18.465Z[ recovery-image] Aug 29 15:12:16.799 INFO O| Aug 29 15:12:16.799 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39142024-08-29T15:12:18.465Z[ recovery-image] Aug 29 15:12:16.800 INFO O| Aug 29 15:12:16.799 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39152024-08-29T15:12:18.465Z[ recovery-image] Aug 29 15:12:16.800 INFO O| Aug 29 15:12:16.800 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39162024-08-29T15:12:18.465Z[ recovery-image] Aug 29 15:12:16.800 INFO O| Aug 29 15:12:16.800 INFO ok!
39172024-08-29T15:12:18.465Z[ recovery-image] Aug 29 15:12:16.800 INFO O| Aug 29 15:12:16.800 INFO STEP 62 (ensure_file) COMPLETE
39182024-08-29T15:12:18.465Z[ recovery-image] Aug 29 15:12:16.800 INFO O| Aug 29 15:12:16.800 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39192024-08-29T15:12:18.480Z[ recovery-image] Aug 29 15:12:16.816 INFO O| Aug 29 15:12:16.816 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39202024-08-29T15:12:18.480Z[ recovery-image] Aug 29 15:12:16.816 INFO O| Aug 29 15:12:16.816 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39212024-08-29T15:12:18.483Z[ recovery-image] Aug 29 15:12:16.817 INFO O| Aug 29 15:12:16.816 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39222024-08-29T15:12:18.483Z[ recovery-image] Aug 29 15:12:16.817 INFO O| Aug 29 15:12:16.817 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39232024-08-29T15:12:18.483Z[ recovery-image] Aug 29 15:12:16.817 INFO O| Aug 29 15:12:16.817 INFO ok!
39242024-08-29T15:12:18.483Z[ recovery-image] Aug 29 15:12:16.817 INFO O| Aug 29 15:12:16.817 INFO STEP 63 (ensure_file) COMPLETE
39252024-08-29T15:12:18.483Z[ recovery-image] Aug 29 15:12:16.817 INFO O| Aug 29 15:12:16.817 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39262024-08-29T15:12:18.497Z[ recovery-image] Aug 29 15:12:16.834 INFO O| Aug 29 15:12:16.834 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39272024-08-29T15:12:18.497Z[ recovery-image] Aug 29 15:12:16.834 INFO O| Aug 29 15:12:16.834 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39282024-08-29T15:12:18.497Z[ recovery-image] Aug 29 15:12:16.834 INFO O| Aug 29 15:12:16.834 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39292024-08-29T15:12:18.500Z[ recovery-image] Aug 29 15:12:16.834 INFO O| Aug 29 15:12:16.834 INFO ok!
39302024-08-29T15:12:18.500Z[ recovery-image] Aug 29 15:12:16.834 INFO O| Aug 29 15:12:16.834 INFO STEP 64 (assemble_files) COMPLETE
39312024-08-29T15:12:18.500Z[ recovery-image] Aug 29 15:12:16.834 INFO O| Aug 29 15:12:16.834 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39322024-08-29T15:12:18.514Z[ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39332024-08-29T15:12:18.514Z[ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39342024-08-29T15:12:18.517Z[ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39352024-08-29T15:12:18.517Z[ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39362024-08-29T15:12:18.517Z[ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO ok!
39372024-08-29T15:12:18.517Z[ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO STEP 65 (ensure_file) COMPLETE
39382024-08-29T15:12:18.517Z[ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39392024-08-29T15:12:18.517Z[ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO skip step because feature "omicron1" is not enabled
39402024-08-29T15:12:18.517Z[ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39412024-08-29T15:12:18.517Z[ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO skip step because feature "omicron1" is not enabled
39422024-08-29T15:12:18.517Z[ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39432024-08-29T15:12:18.517Z[ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO skip step because feature "omicron1" is not enabled
39442024-08-29T15:12:18.517Z[ recovery-image] Aug 29 15:12:16.851 INFO O| Aug 29 15:12:16.851 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39452024-08-29T15:12:18.541Z[ recovery-image] Aug 29 15:12:16.877 INFO O| Aug 29 15:12:16.877 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
39462024-08-29T15:12:18.541Z[ recovery-image] Aug 29 15:12:16.877 INFO O| Aug 29 15:12:16.877 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
39472024-08-29T15:12:19.662Z[ host-image] Aug 29 15:12:17.997 INFO O| Aug 29 15:12:17.997 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39482024-08-29T15:12:21.701Z[ recovery-image] Aug 29 15:12:20.036 INFO O| Aug 29 15:12:20.036 INFO STEP 69 (pack_tar) COMPLETE
39492024-08-29T15:12:21.701Z[ recovery-image] Aug 29 15:12:20.036 INFO O| Aug 29 15:12:20.036 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39502024-08-29T15:12:21.701Z[ recovery-image] Aug 29 15:12:20.036 INFO O| Aug 29 15:12:20.036 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39512024-08-29T15:12:21.941Z[ recovery-image] Aug 29 15:12:20.277 INFO O| Aug 29 15:12:20.277 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39522024-08-29T15:12:22.057Z[ recovery-image] Aug 29 15:12:20.392 INFO O| Aug 29 15:12:20.391 INFO completed processing gimlet/ramdisk-02-trim
39532024-08-29T15:12:22.062Z[ recovery-image] Aug 29 15:12:20.395 INFO image builder template: ramdisk-03-recovery-trim...
39542024-08-29T15:12:22.062Z[ recovery-image] Aug 29 15:12:20.395 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/.tmpaaMxE7/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
39552024-08-29T15:12:22.284Z[ recovery-image] Aug 29 15:12:20.619 INFO O| Aug 29 15:12:20.619 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39562024-08-29T15:12:22.294Z[ recovery-image] Aug 29 15:12:20.628 INFO O| Aug 29 15:12:20.628 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39572024-08-29T15:12:22.430Z[ recovery-image] Aug 29 15:12:20.765 INFO O| Aug 29 15:12:20.765 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
39582024-08-29T15:12:22.514Z[ recovery-image] Aug 29 15:12:20.850 INFO O| Aug 29 15:12:20.849 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39592024-08-29T15:12:22.518Z[ recovery-image] Aug 29 15:12:20.850 INFO O| Aug 29 15:12:20.850 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39602024-08-29T15:12:22.532Z[ recovery-image] Aug 29 15:12:20.868 INFO O| Aug 29 15:12:20.867 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
39612024-08-29T15:12:22.543Z[ recovery-image] Aug 29 15:12:20.877 INFO O| Aug 29 15:12:20.877 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39622024-08-29T15:12:22.551Z[ recovery-image] Aug 29 15:12:20.887 INFO O| Aug 29 15:12:20.886 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39632024-08-29T15:12:23.196Z[ recovery-image] Aug 29 15:12:21.531 INFO O| Aug 29 15:12:21.531 INFO rolled back to input snapshot; work may begin
39642024-08-29T15:12:23.197Z[ recovery-image] Aug 29 15:12:21.531 INFO O| Aug 29 15:12:21.531 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
39652024-08-29T15:12:23.205Z[ recovery-image] Aug 29 15:12:21.541 INFO O| Aug 29 15:12:21.540 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39662024-08-29T15:12:23.223Z[ recovery-image] Aug 29 15:12:21.558 INFO O| Aug 29 15:12:21.558 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
39672024-08-29T15:12:23.227Z[ recovery-image] Aug 29 15:12:21.562 INFO O| Aug 29 15:12:21.562 INFO STEP 0 (remove_files) COMPLETE
39682024-08-29T15:12:23.227Z[ recovery-image] Aug 29 15:12:21.562 INFO O| Aug 29 15:12:21.562 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39692024-08-29T15:12:23.314Z[ recovery-image] Aug 29 15:12:21.649 INFO O| Aug 29 15:12:21.649 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
39702024-08-29T15:12:23.750Z[ recovery-image] Aug 29 15:12:22.085 INFO O| Aug 29 15:12:22.085 INFO STEP 1 (remove_files) COMPLETE
39712024-08-29T15:12:23.750Z[ recovery-image] Aug 29 15:12:22.085 INFO O| Aug 29 15:12:22.085 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39722024-08-29T15:12:23.788Z[ host-image] Aug 29 15:12:22.123 INFO O| Aug 29 15:12:22.123 INFO O| Planning: Solver setup ... Done
39732024-08-29T15:12:23.794Z[ host-image] Aug 29 15:12:22.130 INFO O| Aug 29 15:12:22.129 INFO O| Planning: Running solver ... Done
39742024-08-29T15:12:23.808Z[ recovery-image] Aug 29 15:12:22.142 INFO O| Aug 29 15:12:22.142 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
39752024-08-29T15:12:23.810Z[ recovery-image] Aug 29 15:12:22.144 INFO O| Aug 29 15:12:22.144 INFO STEP 2 (remove_files) COMPLETE
39762024-08-29T15:12:23.810Z[ recovery-image] Aug 29 15:12:22.144 INFO O| Aug 29 15:12:22.144 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39772024-08-29T15:12:23.869Z[ recovery-image] Aug 29 15:12:22.202 INFO O| Aug 29 15:12:22.202 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
39782024-08-29T15:12:23.895Z[ host-image] Aug 29 15:12:22.230 INFO O| Aug 29 15:12:22.229 INFO O| Planning: Finding local manifests ... Done
39792024-08-29T15:12:23.897Z[ host-image] Aug 29 15:12:22.231 INFO O| Aug 29 15:12:22.231 INFO O| Planning: Fetching manifests: 0/4 0% complete
39802024-08-29T15:12:23.963Z[ recovery-image] Aug 29 15:12:22.298 INFO O| Aug 29 15:12:22.298 INFO STEP 3 (remove_files) COMPLETE
39812024-08-29T15:12:23.963Z[ recovery-image] Aug 29 15:12:22.298 INFO O| Aug 29 15:12:22.298 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39822024-08-29T15:12:24.032Z[ recovery-image] Aug 29 15:12:22.367 INFO O| Aug 29 15:12:22.366 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
39832024-08-29T15:12:24.111Z[ host-image] Aug 29 15:12:22.446 INFO O| Aug 29 15:12:22.446 INFO O| Planning: Fetching manifests: 4/4 100% complete
39842024-08-29T15:12:24.188Z[ host-image] Aug 29 15:12:22.523 INFO O| Aug 29 15:12:22.523 INFO O| Planning: Package planning ... Done
39852024-08-29T15:12:24.193Z[ host-image] Aug 29 15:12:22.528 INFO O| Aug 29 15:12:22.528 INFO O| Planning: Merging actions ... Done
39862024-08-29T15:12:24.278Z[ recovery-image] Aug 29 15:12:22.613 INFO O| Aug 29 15:12:22.613 INFO STEP 4 (remove_files) COMPLETE
39872024-08-29T15:12:24.278Z[ recovery-image] Aug 29 15:12:22.613 INFO O| Aug 29 15:12:22.613 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39882024-08-29T15:12:24.317Z[ recovery-image] Aug 29 15:12:22.652 INFO O| Aug 29 15:12:22.652 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
39892024-08-29T15:12:24.337Z[ host-image] Aug 29 15:12:22.672 INFO O| Aug 29 15:12:22.672 INFO O| Planning: Checking for conflicting actions ... Done
39902024-08-29T15:12:24.340Z[ host-image] Aug 29 15:12:22.674 INFO O| Aug 29 15:12:22.674 INFO O| Planning: Consolidating action changes ... Done
39912024-08-29T15:12:24.411Z[ recovery-image] Aug 29 15:12:22.746 INFO O| Aug 29 15:12:22.746 INFO STEP 5 (remove_files) COMPLETE
39922024-08-29T15:12:24.411Z[ recovery-image] Aug 29 15:12:22.746 INFO O| Aug 29 15:12:22.746 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39932024-08-29T15:12:24.474Z[ recovery-image] Aug 29 15:12:22.809 INFO O| Aug 29 15:12:22.809 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
39942024-08-29T15:12:24.492Z[ recovery-image] Aug 29 15:12:22.827 INFO O| Aug 29 15:12:22.827 INFO STEP 6 (remove_files) COMPLETE
39952024-08-29T15:12:24.492Z[ recovery-image] Aug 29 15:12:22.827 INFO O| Aug 29 15:12:22.827 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39962024-08-29T15:12:24.513Z[ recovery-image] Aug 29 15:12:22.847 INFO O| Aug 29 15:12:22.847 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
39972024-08-29T15:12:24.533Z[ recovery-image] Aug 29 15:12:22.868 INFO O| Aug 29 15:12:22.867 INFO STEP 7 (remove_files) COMPLETE
39982024-08-29T15:12:24.533Z[ recovery-image] Aug 29 15:12:22.868 INFO O| Aug 29 15:12:22.868 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39992024-08-29T15:12:24.554Z[ recovery-image] Aug 29 15:12:22.888 INFO O| Aug 29 15:12:22.888 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
40002024-08-29T15:12:24.669Z[ recovery-image] Aug 29 15:12:23.004 INFO O| Aug 29 15:12:23.004 INFO STEP 8 (remove_files) COMPLETE
40012024-08-29T15:12:24.669Z[ recovery-image] Aug 29 15:12:23.004 INFO O| Aug 29 15:12:23.004 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40022024-08-29T15:12:24.693Z[ recovery-image] Aug 29 15:12:23.027 INFO O| Aug 29 15:12:23.027 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40032024-08-29T15:12:24.695Z[ recovery-image] Aug 29 15:12:23.028 INFO O| Aug 29 15:12:23.028 INFO STEP 9 (remove_files) COMPLETE
40042024-08-29T15:12:24.696Z[ recovery-image] Aug 29 15:12:23.028 INFO O| Aug 29 15:12:23.028 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-08-29T15:12:24.737Z[ recovery-image] Aug 29 15:12:23.072 INFO O| Aug 29 15:12:23.072 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40062024-08-29T15:12:24.760Z[ recovery-image] Aug 29 15:12:23.094 INFO O| Aug 29 15:12:23.094 INFO STEP 10 (remove_files) COMPLETE
40072024-08-29T15:12:24.760Z[ recovery-image] Aug 29 15:12:23.094 INFO O| Aug 29 15:12:23.094 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40082024-08-29T15:12:24.845Z[ recovery-image] Aug 29 15:12:23.179 INFO O| Aug 29 15:12:23.179 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40092024-08-29T15:12:24.936Z[ host-image] Aug 29 15:12:23.271 INFO O| Aug 29 15:12:23.271 INFO O| Planning: Evaluating mediators ... Done
40102024-08-29T15:12:24.939Z[ host-image] Aug 29 15:12:23.273 INFO O| Aug 29 15:12:23.273 INFO O| Planning: Planning completed in 5.28 seconds
40112024-08-29T15:12:24.941Z[ host-image] Aug 29 15:12:23.275 INFO O| Aug 29 15:12:23.275 INFO O| Packages to install: 4
40122024-08-29T15:12:24.941Z[ host-image] Aug 29 15:12:23.276 INFO O| Aug 29 15:12:23.275 INFO O| Services to change: 2
40132024-08-29T15:12:24.957Z[ host-image] Aug 29 15:12:23.292 INFO O| Aug 29 15:12:23.292 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
40142024-08-29T15:12:25.425Z[ recovery-image] Aug 29 15:12:23.758 INFO O| Aug 29 15:12:23.758 INFO STEP 11 (remove_files) COMPLETE
40152024-08-29T15:12:25.425Z[ recovery-image] Aug 29 15:12:23.758 INFO O| Aug 29 15:12:23.758 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40162024-08-29T15:12:25.466Z[ recovery-image] Aug 29 15:12:23.800 INFO O| Aug 29 15:12:23.800 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40172024-08-29T15:12:25.493Z[ recovery-image] Aug 29 15:12:23.824 INFO O| Aug 29 15:12:23.823 INFO STEP 12 (remove_files) COMPLETE
40182024-08-29T15:12:25.493Z[ recovery-image] Aug 29 15:12:23.824 INFO O| Aug 29 15:12:23.823 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40192024-08-29T15:12:25.524Z[ recovery-image] Aug 29 15:12:23.859 INFO O| Aug 29 15:12:23.859 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40202024-08-29T15:12:25.608Z[ recovery-image] Aug 29 15:12:23.942 INFO O| Aug 29 15:12:23.942 INFO STEP 13 (remove_files) COMPLETE
40212024-08-29T15:12:25.608Z[ recovery-image] Aug 29 15:12:23.942 INFO O| Aug 29 15:12:23.942 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40222024-08-29T15:12:25.626Z[ recovery-image] Aug 29 15:12:23.961 INFO O| Aug 29 15:12:23.961 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40232024-08-29T15:12:25.629Z[ recovery-image] Aug 29 15:12:23.962 INFO O| Aug 29 15:12:23.961 INFO STEP 14 (remove_files) COMPLETE
40242024-08-29T15:12:25.629Z[ recovery-image] Aug 29 15:12:23.962 INFO O| Aug 29 15:12:23.962 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40252024-08-29T15:12:25.645Z[ recovery-image] Aug 29 15:12:23.979 INFO O| Aug 29 15:12:23.979 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40262024-08-29T15:12:25.668Z[ recovery-image] Aug 29 15:12:24.002 INFO O| Aug 29 15:12:24.002 INFO STEP 15 (remove_files) COMPLETE
40272024-08-29T15:12:25.668Z[ recovery-image] Aug 29 15:12:24.003 INFO O| Aug 29 15:12:24.002 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40282024-08-29T15:12:25.697Z[ recovery-image] Aug 29 15:12:24.031 INFO O| Aug 29 15:12:24.031 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40292024-08-29T15:12:25.708Z[ recovery-image] Aug 29 15:12:24.043 INFO O| Aug 29 15:12:24.043 INFO STEP 16 (remove_files) COMPLETE
40302024-08-29T15:12:25.708Z[ recovery-image] Aug 29 15:12:24.043 INFO O| Aug 29 15:12:24.043 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40312024-08-29T15:12:25.732Z[ recovery-image] Aug 29 15:12:24.067 INFO O| Aug 29 15:12:24.067 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40322024-08-29T15:12:25.735Z[ recovery-image] Aug 29 15:12:24.067 INFO O| Aug 29 15:12:24.067 INFO STEP 17 (remove_files) COMPLETE
40332024-08-29T15:12:25.735Z[ recovery-image] Aug 29 15:12:24.067 INFO O| Aug 29 15:12:24.067 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40342024-08-29T15:12:25.758Z[ recovery-image] Aug 29 15:12:24.092 INFO O| Aug 29 15:12:24.092 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
40352024-08-29T15:12:25.760Z[ recovery-image] Aug 29 15:12:24.092 INFO O| Aug 29 15:12:24.092 INFO STEP 18 (remove_files) COMPLETE
40362024-08-29T15:12:25.760Z[ recovery-image] Aug 29 15:12:24.092 INFO O| Aug 29 15:12:24.092 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40372024-08-29T15:12:25.779Z[ recovery-image] Aug 29 15:12:24.113 INFO O| Aug 29 15:12:24.113 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
40382024-08-29T15:12:25.908Z[ recovery-image] Aug 29 15:12:24.241 INFO O| Aug 29 15:12:24.241 INFO STEP 19 (remove_files) COMPLETE
40392024-08-29T15:12:25.908Z[ recovery-image] Aug 29 15:12:24.241 INFO O| Aug 29 15:12:24.241 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40402024-08-29T15:12:25.941Z[ recovery-image] Aug 29 15:12:24.275 INFO O| Aug 29 15:12:24.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
40412024-08-29T15:12:25.983Z[ recovery-image] Aug 29 15:12:24.317 INFO O| Aug 29 15:12:24.317 INFO STEP 20 (remove_files) COMPLETE
40422024-08-29T15:12:25.983Z[ recovery-image] Aug 29 15:12:24.317 INFO O| Aug 29 15:12:24.317 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40432024-08-29T15:12:26.004Z[ recovery-image] Aug 29 15:12:24.338 INFO O| Aug 29 15:12:24.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
40442024-08-29T15:12:26.006Z[ recovery-image] Aug 29 15:12:24.338 INFO O| Aug 29 15:12:24.338 INFO STEP 21 (remove_files) COMPLETE
40452024-08-29T15:12:26.006Z[ recovery-image] Aug 29 15:12:24.338 INFO O| Aug 29 15:12:24.338 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40462024-08-29T15:12:26.024Z[ recovery-image] Aug 29 15:12:24.357 INFO O| Aug 29 15:12:24.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
40472024-08-29T15:12:26.046Z[ recovery-image] Aug 29 15:12:24.380 INFO O| Aug 29 15:12:24.380 INFO STEP 22 (remove_files) COMPLETE
40482024-08-29T15:12:26.046Z[ recovery-image] Aug 29 15:12:24.380 INFO O| Aug 29 15:12:24.380 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40492024-08-29T15:12:26.067Z[ recovery-image] Aug 29 15:12:24.400 INFO O| Aug 29 15:12:24.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
40502024-08-29T15:12:26.090Z[ recovery-image] Aug 29 15:12:24.424 INFO O| Aug 29 15:12:24.424 INFO STEP 23 (remove_files) COMPLETE
40512024-08-29T15:12:26.090Z[ recovery-image] Aug 29 15:12:24.424 INFO O| Aug 29 15:12:24.424 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40522024-08-29T15:12:26.110Z[ recovery-image] Aug 29 15:12:24.444 INFO O| Aug 29 15:12:24.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
40532024-08-29T15:12:26.131Z[ recovery-image] Aug 29 15:12:24.465 INFO O| Aug 29 15:12:24.465 INFO STEP 24 (remove_files) COMPLETE
40542024-08-29T15:12:26.131Z[ recovery-image] Aug 29 15:12:24.465 INFO O| Aug 29 15:12:24.465 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40552024-08-29T15:12:26.150Z[ recovery-image] Aug 29 15:12:24.484 INFO O| Aug 29 15:12:24.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
40562024-08-29T15:12:26.150Z[ recovery-image] Aug 29 15:12:24.485 INFO O| Aug 29 15:12:24.484 INFO STEP 25 (remove_files) COMPLETE
40572024-08-29T15:12:26.153Z[ recovery-image] Aug 29 15:12:24.485 INFO O| Aug 29 15:12:24.485 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40582024-08-29T15:12:26.168Z[ recovery-image] Aug 29 15:12:24.502 INFO O| Aug 29 15:12:24.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
40592024-08-29T15:12:26.170Z[ recovery-image] Aug 29 15:12:24.502 INFO O| Aug 29 15:12:24.502 INFO STEP 26 (remove_files) COMPLETE
40602024-08-29T15:12:26.170Z[ recovery-image] Aug 29 15:12:24.502 INFO O| Aug 29 15:12:24.502 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40612024-08-29T15:12:26.178Z[ host-image] Aug 29 15:12:24.512 INFO O| Aug 29 15:12:24.512 INFO O| Download: Completed 1.39 MB in 1.22 seconds (1.1M/s)
40622024-08-29T15:12:26.240Z[ recovery-image] Aug 29 15:12:24.574 INFO O| Aug 29 15:12:24.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
40632024-08-29T15:12:26.278Z[ host-image] Aug 29 15:12:24.612 INFO O| Aug 29 15:12:24.612 INFO O| Actions: 1/238 actions (Installing new actions)
40642024-08-29T15:12:26.297Z[ recovery-image] Aug 29 15:12:24.631 INFO O| Aug 29 15:12:24.631 INFO STEP 27 (remove_files) COMPLETE
40652024-08-29T15:12:26.297Z[ recovery-image] Aug 29 15:12:24.631 INFO O| Aug 29 15:12:24.631 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-08-29T15:12:26.316Z[ recovery-image] Aug 29 15:12:24.650 INFO O| Aug 29 15:12:24.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
40672024-08-29T15:12:26.337Z[ recovery-image] Aug 29 15:12:24.671 INFO O| Aug 29 15:12:24.671 INFO STEP 28 (remove_files) COMPLETE
40682024-08-29T15:12:26.337Z[ recovery-image] Aug 29 15:12:24.671 INFO O| Aug 29 15:12:24.671 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-08-29T15:12:26.356Z[ recovery-image] Aug 29 15:12:24.690 INFO O| Aug 29 15:12:24.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
40702024-08-29T15:12:26.378Z[ recovery-image] Aug 29 15:12:24.712 INFO O| Aug 29 15:12:24.712 INFO STEP 29 (remove_files) COMPLETE
40712024-08-29T15:12:26.378Z[ recovery-image] Aug 29 15:12:24.712 INFO O| Aug 29 15:12:24.712 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-08-29T15:12:26.397Z[ recovery-image] Aug 29 15:12:24.731 INFO O| Aug 29 15:12:24.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
40732024-08-29T15:12:26.400Z[ recovery-image] Aug 29 15:12:24.734 INFO O| Aug 29 15:12:24.734 INFO STEP 30 (remove_files) COMPLETE
40742024-08-29T15:12:26.400Z[ recovery-image] Aug 29 15:12:24.734 INFO O| Aug 29 15:12:24.734 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40752024-08-29T15:12:26.475Z[ recovery-image] Aug 29 15:12:24.809 INFO O| Aug 29 15:12:24.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
40762024-08-29T15:12:26.477Z[ recovery-image] Aug 29 15:12:24.809 INFO O| Aug 29 15:12:24.809 INFO STEP 31 (remove_files) COMPLETE
40772024-08-29T15:12:26.477Z[ recovery-image] Aug 29 15:12:24.809 INFO O| Aug 29 15:12:24.809 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40782024-08-29T15:12:26.493Z[ recovery-image] Aug 29 15:12:24.827 INFO O| Aug 29 15:12:24.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
40792024-08-29T15:12:26.496Z[ recovery-image] Aug 29 15:12:24.828 INFO O| Aug 29 15:12:24.828 INFO STEP 32 (remove_files) COMPLETE
40802024-08-29T15:12:26.496Z[ recovery-image] Aug 29 15:12:24.828 INFO O| Aug 29 15:12:24.828 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-08-29T15:12:26.512Z[ recovery-image] Aug 29 15:12:24.846 INFO O| Aug 29 15:12:24.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
40822024-08-29T15:12:26.523Z[ recovery-image] Aug 29 15:12:24.857 INFO O| Aug 29 15:12:24.857 INFO STEP 33 (remove_files) COMPLETE
40832024-08-29T15:12:26.523Z[ recovery-image] Aug 29 15:12:24.857 INFO O| Aug 29 15:12:24.857 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-08-29T15:12:26.541Z[ recovery-image] Aug 29 15:12:24.875 INFO O| Aug 29 15:12:24.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
40852024-08-29T15:12:26.562Z[ recovery-image] Aug 29 15:12:24.896 INFO O| Aug 29 15:12:24.896 INFO STEP 34 (remove_files) COMPLETE
40862024-08-29T15:12:26.562Z[ recovery-image] Aug 29 15:12:24.896 INFO O| Aug 29 15:12:24.896 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-08-29T15:12:26.582Z[ recovery-image] Aug 29 15:12:24.916 INFO O| Aug 29 15:12:24.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
40882024-08-29T15:12:26.584Z[ recovery-image] Aug 29 15:12:24.916 INFO O| Aug 29 15:12:24.916 INFO STEP 35 (remove_files) COMPLETE
40892024-08-29T15:12:26.584Z[ recovery-image] Aug 29 15:12:24.916 INFO O| Aug 29 15:12:24.916 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-08-29T15:12:26.601Z[ recovery-image] Aug 29 15:12:24.935 INFO O| Aug 29 15:12:24.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
40912024-08-29T15:12:26.612Z[ recovery-image] Aug 29 15:12:24.946 INFO O| Aug 29 15:12:24.946 INFO STEP 36 (remove_files) COMPLETE
40922024-08-29T15:12:26.612Z[ recovery-image] Aug 29 15:12:24.946 INFO O| Aug 29 15:12:24.946 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-08-29T15:12:26.632Z[ recovery-image] Aug 29 15:12:24.966 INFO O| Aug 29 15:12:24.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
40942024-08-29T15:12:26.635Z[ recovery-image] Aug 29 15:12:24.966 INFO O| Aug 29 15:12:24.966 INFO STEP 37 (remove_files) COMPLETE
40952024-08-29T15:12:26.635Z[ recovery-image] Aug 29 15:12:24.967 INFO O| Aug 29 15:12:24.966 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-08-29T15:12:26.635Z[ host-image] Aug 29 15:12:24.968 INFO O| Aug 29 15:12:24.968 INFO O| Actions: Completed 238 actions in 0.36 seconds.
40972024-08-29T15:12:26.655Z[ recovery-image] Aug 29 15:12:24.989 INFO O| Aug 29 15:12:24.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
40982024-08-29T15:12:26.658Z[ recovery-image] Aug 29 15:12:24.989 INFO O| Aug 29 15:12:24.989 INFO STEP 38 (remove_files) COMPLETE
40992024-08-29T15:12:26.658Z[ recovery-image] Aug 29 15:12:24.989 INFO O| Aug 29 15:12:24.989 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41002024-08-29T15:12:26.677Z[ recovery-image] Aug 29 15:12:25.011 INFO O| Aug 29 15:12:25.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
41012024-08-29T15:12:26.677Z[ recovery-image] Aug 29 15:12:25.011 INFO O| Aug 29 15:12:25.011 INFO STEP 39 (remove_files) COMPLETE
41022024-08-29T15:12:26.680Z[ recovery-image] Aug 29 15:12:25.011 INFO O| Aug 29 15:12:25.011 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41032024-08-29T15:12:26.708Z[ recovery-image] Aug 29 15:12:25.042 INFO O| Aug 29 15:12:25.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41042024-08-29T15:12:26.708Z[ recovery-image] Aug 29 15:12:25.042 INFO O| Aug 29 15:12:25.042 INFO STEP 40 (remove_files) COMPLETE
41052024-08-29T15:12:26.711Z[ recovery-image] Aug 29 15:12:25.042 INFO O| Aug 29 15:12:25.042 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41062024-08-29T15:12:26.749Z[ recovery-image] Aug 29 15:12:25.082 INFO O| Aug 29 15:12:25.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41072024-08-29T15:12:26.749Z[ recovery-image] Aug 29 15:12:25.082 INFO O| Aug 29 15:12:25.082 INFO STEP 41 (remove_files) COMPLETE
41082024-08-29T15:12:26.749Z[ recovery-image] Aug 29 15:12:25.082 INFO O| Aug 29 15:12:25.082 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41092024-08-29T15:12:26.804Z[ recovery-image] Aug 29 15:12:25.137 INFO O| Aug 29 15:12:25.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41102024-08-29T15:12:26.804Z[ recovery-image] Aug 29 15:12:25.137 INFO O| Aug 29 15:12:25.137 INFO STEP 42 (remove_files) COMPLETE
41112024-08-29T15:12:26.804Z[ recovery-image] Aug 29 15:12:25.137 INFO O| Aug 29 15:12:25.137 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41122024-08-29T15:12:26.821Z[ recovery-image] Aug 29 15:12:25.155 INFO O| Aug 29 15:12:25.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
41132024-08-29T15:12:26.821Z[ recovery-image] Aug 29 15:12:25.155 INFO O| Aug 29 15:12:25.155 INFO STEP 43 (remove_files) COMPLETE
41142024-08-29T15:12:26.823Z[ recovery-image] Aug 29 15:12:25.155 INFO O| Aug 29 15:12:25.155 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41152024-08-29T15:12:26.839Z[ recovery-image] Aug 29 15:12:25.173 INFO O| Aug 29 15:12:25.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41162024-08-29T15:12:26.839Z[ recovery-image] Aug 29 15:12:25.173 INFO O| Aug 29 15:12:25.173 INFO STEP 44 (remove_files) COMPLETE
41172024-08-29T15:12:26.842Z[ recovery-image] Aug 29 15:12:25.173 INFO O| Aug 29 15:12:25.173 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41182024-08-29T15:12:26.857Z[ recovery-image] Aug 29 15:12:25.191 INFO O| Aug 29 15:12:25.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41192024-08-29T15:12:26.857Z[ recovery-image] Aug 29 15:12:25.191 INFO O| Aug 29 15:12:25.191 INFO STEP 45 (remove_files) COMPLETE
41202024-08-29T15:12:26.857Z[ recovery-image] Aug 29 15:12:25.191 INFO O| Aug 29 15:12:25.191 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41212024-08-29T15:12:26.874Z[ recovery-image] Aug 29 15:12:25.208 INFO O| Aug 29 15:12:25.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41222024-08-29T15:12:26.874Z[ recovery-image] Aug 29 15:12:25.208 INFO O| Aug 29 15:12:25.208 INFO STEP 46 (remove_files) COMPLETE
41232024-08-29T15:12:26.877Z[ recovery-image] Aug 29 15:12:25.208 INFO O| Aug 29 15:12:25.208 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41242024-08-29T15:12:26.893Z[ recovery-image] Aug 29 15:12:25.227 INFO O| Aug 29 15:12:25.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41252024-08-29T15:12:26.895Z[ recovery-image] Aug 29 15:12:25.227 INFO O| Aug 29 15:12:25.227 INFO STEP 47 (remove_files) COMPLETE
41262024-08-29T15:12:26.895Z[ recovery-image] Aug 29 15:12:25.227 INFO O| Aug 29 15:12:25.227 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41272024-08-29T15:12:26.930Z[ recovery-image] Aug 29 15:12:25.264 INFO O| Aug 29 15:12:25.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
41282024-08-29T15:12:26.930Z[ recovery-image] Aug 29 15:12:25.264 INFO O| Aug 29 15:12:25.264 INFO STEP 48 (remove_files) COMPLETE
41292024-08-29T15:12:26.930Z[ recovery-image] Aug 29 15:12:25.264 INFO O| Aug 29 15:12:25.264 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41302024-08-29T15:12:26.950Z[ recovery-image] Aug 29 15:12:25.283 INFO O| Aug 29 15:12:25.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
41312024-08-29T15:12:26.950Z[ recovery-image] Aug 29 15:12:25.283 INFO O| Aug 29 15:12:25.283 INFO STEP 49 (remove_files) COMPLETE
41322024-08-29T15:12:26.950Z[ recovery-image] Aug 29 15:12:25.284 INFO O| Aug 29 15:12:25.283 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41332024-08-29T15:12:26.970Z[ recovery-image] Aug 29 15:12:25.304 INFO O| Aug 29 15:12:25.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
41342024-08-29T15:12:26.970Z[ recovery-image] Aug 29 15:12:25.304 INFO O| Aug 29 15:12:25.304 INFO STEP 50 (remove_files) COMPLETE
41352024-08-29T15:12:26.973Z[ recovery-image] Aug 29 15:12:25.304 INFO O| Aug 29 15:12:25.304 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41362024-08-29T15:12:26.994Z[ recovery-image] Aug 29 15:12:25.328 INFO O| Aug 29 15:12:25.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
41372024-08-29T15:12:26.996Z[ recovery-image] Aug 29 15:12:25.328 INFO O| Aug 29 15:12:25.328 INFO STEP 51 (remove_files) COMPLETE
41382024-08-29T15:12:26.996Z[ recovery-image] Aug 29 15:12:25.328 INFO O| Aug 29 15:12:25.328 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41392024-08-29T15:12:27.016Z[ recovery-image] Aug 29 15:12:25.350 INFO O| Aug 29 15:12:25.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
41402024-08-29T15:12:27.019Z[ recovery-image] Aug 29 15:12:25.350 INFO O| Aug 29 15:12:25.350 INFO STEP 52 (remove_files) COMPLETE
41412024-08-29T15:12:27.019Z[ recovery-image] Aug 29 15:12:25.350 INFO O| Aug 29 15:12:25.350 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-08-29T15:12:27.036Z[ recovery-image] Aug 29 15:12:25.370 INFO O| Aug 29 15:12:25.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
41432024-08-29T15:12:27.038Z[ recovery-image] Aug 29 15:12:25.370 INFO O| Aug 29 15:12:25.370 INFO STEP 53 (remove_files) COMPLETE
41442024-08-29T15:12:27.038Z[ recovery-image] Aug 29 15:12:25.370 INFO O| Aug 29 15:12:25.370 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-08-29T15:12:27.053Z[ recovery-image] Aug 29 15:12:25.387 INFO O| Aug 29 15:12:25.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
41462024-08-29T15:12:27.062Z[ host-image] Aug 29 15:12:25.396 INFO O| Aug 29 15:12:25.396 INFO O| Done
41472024-08-29T15:12:27.062Z[ host-image] Aug 29 15:12:25.396 INFO O| Aug 29 15:12:25.396 INFO O| Done
41482024-08-29T15:12:27.075Z[ recovery-image] Aug 29 15:12:25.408 INFO O| Aug 29 15:12:25.408 INFO STEP 54 (remove_files) COMPLETE
41492024-08-29T15:12:27.075Z[ recovery-image] Aug 29 15:12:25.408 INFO O| Aug 29 15:12:25.408 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-08-29T15:12:27.122Z[ recovery-image] Aug 29 15:12:25.456 INFO O| Aug 29 15:12:25.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
41512024-08-29T15:12:27.125Z[ recovery-image] Aug 29 15:12:25.456 INFO O| Aug 29 15:12:25.456 INFO STEP 55 (remove_files) COMPLETE
41522024-08-29T15:12:27.125Z[ recovery-image] Aug 29 15:12:25.456 INFO O| Aug 29 15:12:25.456 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-08-29T15:12:27.177Z[ recovery-image] Aug 29 15:12:25.511 INFO O| Aug 29 15:12:25.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
41542024-08-29T15:12:27.180Z[ recovery-image] Aug 29 15:12:25.511 INFO O| Aug 29 15:12:25.511 INFO STEP 56 (remove_files) COMPLETE
41552024-08-29T15:12:27.180Z[ recovery-image] Aug 29 15:12:25.511 INFO O| Aug 29 15:12:25.511 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-08-29T15:12:27.197Z[ recovery-image] Aug 29 15:12:25.531 INFO O| Aug 29 15:12:25.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
41572024-08-29T15:12:27.217Z[ recovery-image] Aug 29 15:12:25.551 INFO O| Aug 29 15:12:25.551 INFO STEP 57 (remove_files) COMPLETE
41582024-08-29T15:12:27.217Z[ recovery-image] Aug 29 15:12:25.551 INFO O| Aug 29 15:12:25.551 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-08-29T15:12:27.235Z[ recovery-image] Aug 29 15:12:25.569 INFO O| Aug 29 15:12:25.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
41602024-08-29T15:12:27.238Z[ recovery-image] Aug 29 15:12:25.569 INFO O| Aug 29 15:12:25.569 INFO STEP 58 (remove_files) COMPLETE
41612024-08-29T15:12:27.238Z[ recovery-image] Aug 29 15:12:25.570 INFO O| Aug 29 15:12:25.569 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-08-29T15:12:27.258Z[ recovery-image] Aug 29 15:12:25.592 INFO O| Aug 29 15:12:25.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
41632024-08-29T15:12:27.258Z[ recovery-image] Aug 29 15:12:25.592 INFO O| Aug 29 15:12:25.592 INFO STEP 59 (remove_files) COMPLETE
41642024-08-29T15:12:27.261Z[ recovery-image] Aug 29 15:12:25.592 INFO O| Aug 29 15:12:25.592 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-08-29T15:12:27.311Z[ recovery-image] Aug 29 15:12:25.645 INFO O| Aug 29 15:12:25.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
41662024-08-29T15:12:27.314Z[ recovery-image] Aug 29 15:12:25.646 INFO O| Aug 29 15:12:25.646 INFO STEP 60 (remove_files) COMPLETE
41672024-08-29T15:12:27.314Z[ recovery-image] Aug 29 15:12:25.646 INFO O| Aug 29 15:12:25.646 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-08-29T15:12:27.328Z[ recovery-image] Aug 29 15:12:25.662 INFO O| Aug 29 15:12:25.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
41692024-08-29T15:12:27.331Z[ recovery-image] Aug 29 15:12:25.662 INFO O| Aug 29 15:12:25.662 INFO STEP 61 (remove_files) COMPLETE
41702024-08-29T15:12:27.331Z[ recovery-image] Aug 29 15:12:25.663 INFO O| Aug 29 15:12:25.662 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-08-29T15:12:27.345Z[ recovery-image] Aug 29 15:12:25.678 INFO O| Aug 29 15:12:25.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
41722024-08-29T15:12:27.345Z[ recovery-image] Aug 29 15:12:25.678 INFO O| Aug 29 15:12:25.678 INFO STEP 62 (remove_files) COMPLETE
41732024-08-29T15:12:27.351Z[ recovery-image] Aug 29 15:12:25.679 INFO O| Aug 29 15:12:25.679 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-08-29T15:12:27.361Z[ recovery-image] Aug 29 15:12:25.694 INFO O| Aug 29 15:12:25.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
41752024-08-29T15:12:27.370Z[ recovery-image] Aug 29 15:12:25.704 INFO O| Aug 29 15:12:25.703 INFO STEP 63 (remove_files) COMPLETE
41762024-08-29T15:12:27.370Z[ recovery-image] Aug 29 15:12:25.704 INFO O| Aug 29 15:12:25.703 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-08-29T15:12:27.388Z[ recovery-image] Aug 29 15:12:25.722 INFO O| Aug 29 15:12:25.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
41782024-08-29T15:12:27.388Z[ recovery-image] Aug 29 15:12:25.722 INFO O| Aug 29 15:12:25.722 INFO STEP 64 (remove_files) COMPLETE
41792024-08-29T15:12:27.390Z[ recovery-image] Aug 29 15:12:25.722 INFO O| Aug 29 15:12:25.722 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-08-29T15:12:27.404Z[ recovery-image] Aug 29 15:12:25.738 INFO O| Aug 29 15:12:25.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
41812024-08-29T15:12:27.404Z[ recovery-image] Aug 29 15:12:25.738 INFO O| Aug 29 15:12:25.738 INFO STEP 65 (remove_files) COMPLETE
41822024-08-29T15:12:27.407Z[ recovery-image] Aug 29 15:12:25.738 INFO O| Aug 29 15:12:25.738 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-08-29T15:12:27.420Z[ recovery-image] Aug 29 15:12:25.754 INFO O| Aug 29 15:12:25.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
41842024-08-29T15:12:27.420Z[ recovery-image] Aug 29 15:12:25.754 INFO O| Aug 29 15:12:25.754 INFO STEP 66 (remove_files) COMPLETE
41852024-08-29T15:12:27.420Z[ recovery-image] Aug 29 15:12:25.754 INFO O| Aug 29 15:12:25.754 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-08-29T15:12:27.436Z[ recovery-image] Aug 29 15:12:25.770 INFO O| Aug 29 15:12:25.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
41872024-08-29T15:12:27.436Z[ recovery-image] Aug 29 15:12:25.770 INFO O| Aug 29 15:12:25.770 INFO STEP 67 (remove_files) COMPLETE
41882024-08-29T15:12:27.436Z[ recovery-image] Aug 29 15:12:25.770 INFO O| Aug 29 15:12:25.770 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-08-29T15:12:27.451Z[ recovery-image] Aug 29 15:12:25.785 INFO O| Aug 29 15:12:25.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
41902024-08-29T15:12:27.465Z[ recovery-image] Aug 29 15:12:25.798 INFO O| Aug 29 15:12:25.798 INFO STEP 68 (remove_files) COMPLETE
41912024-08-29T15:12:27.465Z[ recovery-image] Aug 29 15:12:25.798 INFO O| Aug 29 15:12:25.798 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-08-29T15:12:27.482Z[ recovery-image] Aug 29 15:12:25.815 INFO O| Aug 29 15:12:25.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
41932024-08-29T15:12:27.482Z[ recovery-image] Aug 29 15:12:25.815 INFO O| Aug 29 15:12:25.815 INFO STEP 69 (remove_files) COMPLETE
41942024-08-29T15:12:27.482Z[ recovery-image] Aug 29 15:12:25.815 INFO O| Aug 29 15:12:25.815 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-08-29T15:12:27.497Z[ recovery-image] Aug 29 15:12:25.831 INFO O| Aug 29 15:12:25.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
41962024-08-29T15:12:27.497Z[ recovery-image] Aug 29 15:12:25.831 INFO O| Aug 29 15:12:25.831 INFO STEP 70 (remove_files) COMPLETE
41972024-08-29T15:12:27.497Z[ recovery-image] Aug 29 15:12:25.831 INFO O| Aug 29 15:12:25.831 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-08-29T15:12:27.578Z[ recovery-image] Aug 29 15:12:25.912 INFO O| Aug 29 15:12:25.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
41992024-08-29T15:12:27.581Z[ recovery-image] Aug 29 15:12:25.912 INFO O| Aug 29 15:12:25.912 INFO STEP 71 (remove_files) COMPLETE
42002024-08-29T15:12:27.581Z[ recovery-image] Aug 29 15:12:25.912 INFO O| Aug 29 15:12:25.912 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-08-29T15:12:27.598Z[ recovery-image] Aug 29 15:12:25.932 INFO O| Aug 29 15:12:25.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
42022024-08-29T15:12:27.598Z[ recovery-image] Aug 29 15:12:25.932 INFO O| Aug 29 15:12:25.931 INFO STEP 72 (remove_files) COMPLETE
42032024-08-29T15:12:27.601Z[ recovery-image] Aug 29 15:12:25.932 INFO O| Aug 29 15:12:25.931 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-08-29T15:12:27.617Z[ recovery-image] Aug 29 15:12:25.950 INFO O| Aug 29 15:12:25.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42052024-08-29T15:12:27.634Z[ recovery-image] Aug 29 15:12:25.968 INFO O| Aug 29 15:12:25.968 INFO STEP 73 (remove_files) COMPLETE
42062024-08-29T15:12:27.634Z[ recovery-image] Aug 29 15:12:25.968 INFO O| Aug 29 15:12:25.968 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-08-29T15:12:27.665Z[ recovery-image] Aug 29 15:12:25.999 INFO O| Aug 29 15:12:25.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42082024-08-29T15:12:27.665Z[ recovery-image] Aug 29 15:12:25.999 INFO O| Aug 29 15:12:25.999 INFO STEP 74 (remove_files) COMPLETE
42092024-08-29T15:12:27.665Z[ recovery-image] Aug 29 15:12:25.999 INFO O| Aug 29 15:12:25.999 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-08-29T15:12:27.695Z[ recovery-image] Aug 29 15:12:26.029 INFO O| Aug 29 15:12:26.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42112024-08-29T15:12:27.695Z[ recovery-image] Aug 29 15:12:26.029 INFO O| Aug 29 15:12:26.029 INFO STEP 75 (remove_files) COMPLETE
42122024-08-29T15:12:27.695Z[ recovery-image] Aug 29 15:12:26.029 INFO O| Aug 29 15:12:26.029 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-08-29T15:12:27.720Z[ recovery-image] Aug 29 15:12:26.054 INFO O| Aug 29 15:12:26.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
42142024-08-29T15:12:27.723Z[ recovery-image] Aug 29 15:12:26.054 INFO O| Aug 29 15:12:26.054 INFO STEP 76 (remove_files) COMPLETE
42152024-08-29T15:12:27.723Z[ recovery-image] Aug 29 15:12:26.054 INFO O| Aug 29 15:12:26.054 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-08-29T15:12:27.740Z[ recovery-image] Aug 29 15:12:26.073 INFO O| Aug 29 15:12:26.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
42172024-08-29T15:12:27.740Z[ recovery-image] Aug 29 15:12:26.074 INFO O| Aug 29 15:12:26.074 INFO STEP 77 (remove_files) COMPLETE
42182024-08-29T15:12:27.742Z[ recovery-image] Aug 29 15:12:26.074 INFO O| Aug 29 15:12:26.074 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-08-29T15:12:27.797Z[ recovery-image] Aug 29 15:12:26.130 INFO O| Aug 29 15:12:26.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42202024-08-29T15:12:27.797Z[ recovery-image] Aug 29 15:12:26.130 INFO O| Aug 29 15:12:26.130 INFO STEP 78 (remove_files) COMPLETE
42212024-08-29T15:12:27.799Z[ recovery-image] Aug 29 15:12:26.131 INFO O| Aug 29 15:12:26.130 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-08-29T15:12:27.838Z[ recovery-image] Aug 29 15:12:26.171 INFO O| Aug 29 15:12:26.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42232024-08-29T15:12:27.838Z[ recovery-image] Aug 29 15:12:26.171 INFO O| Aug 29 15:12:26.171 INFO STEP 79 (remove_files) COMPLETE
42242024-08-29T15:12:27.840Z[ recovery-image] Aug 29 15:12:26.171 INFO O| Aug 29 15:12:26.171 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-08-29T15:12:27.881Z[ host-image] Aug 29 15:12:26.214 INFO O| Aug 29 15:12:26.214 INFO O| Done
42262024-08-29T15:12:27.892Z[ recovery-image] Aug 29 15:12:26.226 INFO O| Aug 29 15:12:26.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42272024-08-29T15:12:27.895Z[ recovery-image] Aug 29 15:12:26.226 INFO O| Aug 29 15:12:26.226 INFO STEP 80 (remove_files) COMPLETE
42282024-08-29T15:12:27.895Z[ recovery-image] Aug 29 15:12:26.226 INFO O| Aug 29 15:12:26.226 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-08-29T15:12:27.917Z[ recovery-image] Aug 29 15:12:26.250 INFO O| Aug 29 15:12:26.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
42302024-08-29T15:12:27.917Z[ recovery-image] Aug 29 15:12:26.250 INFO O| Aug 29 15:12:26.250 INFO STEP 81 (remove_files) COMPLETE
42312024-08-29T15:12:27.917Z[ recovery-image] Aug 29 15:12:26.250 INFO O| Aug 29 15:12:26.250 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-08-29T15:12:27.973Z[ recovery-image] Aug 29 15:12:26.307 INFO O| Aug 29 15:12:26.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
42332024-08-29T15:12:27.973Z[ recovery-image] Aug 29 15:12:26.307 INFO O| Aug 29 15:12:26.306 INFO STEP 82 (remove_files) COMPLETE
42342024-08-29T15:12:27.976Z[ recovery-image] Aug 29 15:12:26.307 INFO O| Aug 29 15:12:26.306 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-08-29T15:12:28.993Z[ recovery-image] Aug 29 15:12:26.323 INFO O| Aug 29 15:12:26.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
42362024-08-29T15:12:28.993Z[ recovery-image] Aug 29 15:12:26.323 INFO O| Aug 29 15:12:26.323 INFO STEP 83 (remove_files) COMPLETE
42372024-08-29T15:12:28.993Z[ recovery-image] Aug 29 15:12:26.323 INFO O| Aug 29 15:12:26.323 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-08-29T15:12:28.997Z[ recovery-image] Aug 29 15:12:26.354 INFO O| Aug 29 15:12:26.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
42392024-08-29T15:12:28.997Z[ recovery-image] Aug 29 15:12:26.354 INFO O| Aug 29 15:12:26.354 INFO STEP 84 (remove_files) COMPLETE
42402024-08-29T15:12:28.997Z[ recovery-image] Aug 29 15:12:26.355 INFO O| Aug 29 15:12:26.354 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-08-29T15:12:28.997Z[ recovery-image] Aug 29 15:12:26.374 INFO O| Aug 29 15:12:26.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
42422024-08-29T15:12:28.997Z[ recovery-image] Aug 29 15:12:26.374 INFO O| Aug 29 15:12:26.374 INFO STEP 85 (remove_files) COMPLETE
42432024-08-29T15:12:28.997Z[ recovery-image] Aug 29 15:12:26.374 INFO O| Aug 29 15:12:26.374 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-08-29T15:12:28.997Z[ recovery-image] Aug 29 15:12:26.396 INFO O| Aug 29 15:12:26.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
42452024-08-29T15:12:28.997Z[ recovery-image] Aug 29 15:12:26.396 INFO O| Aug 29 15:12:26.396 INFO STEP 86 (remove_files) COMPLETE
42462024-08-29T15:12:28.997Z[ recovery-image] Aug 29 15:12:26.397 INFO O| Aug 29 15:12:26.397 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-08-29T15:12:28.997Z[ recovery-image] Aug 29 15:12:26.452 INFO O| Aug 29 15:12:26.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
42482024-08-29T15:12:28.997Z[ recovery-image] Aug 29 15:12:26.467 INFO O| Aug 29 15:12:26.467 INFO STEP 87 (remove_files) COMPLETE
42492024-08-29T15:12:28.997Z[ recovery-image] Aug 29 15:12:26.467 INFO O| Aug 29 15:12:26.467 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-08-29T15:12:28.997Z[ recovery-image] Aug 29 15:12:26.488 INFO O| Aug 29 15:12:26.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
42512024-08-29T15:12:28.997Z[ recovery-image] Aug 29 15:12:26.488 INFO O| Aug 29 15:12:26.488 INFO STEP 88 (remove_files) COMPLETE
42522024-08-29T15:12:28.997Z[ recovery-image] Aug 29 15:12:26.488 INFO O| Aug 29 15:12:26.488 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-08-29T15:12:28.997Z[ recovery-image] Aug 29 15:12:26.528 INFO O| Aug 29 15:12:26.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
42542024-08-29T15:12:28.997Z[ recovery-image] Aug 29 15:12:26.528 INFO O| Aug 29 15:12:26.528 INFO STEP 89 (remove_files) COMPLETE
42552024-08-29T15:12:28.997Z[ recovery-image] Aug 29 15:12:26.528 INFO O| Aug 29 15:12:26.528 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-08-29T15:12:28.997Z[ recovery-image] Aug 29 15:12:26.563 INFO O| Aug 29 15:12:26.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
42572024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.563 INFO O| Aug 29 15:12:26.563 INFO STEP 90 (remove_files) COMPLETE
42582024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.563 INFO O| Aug 29 15:12:26.563 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.581 INFO O| Aug 29 15:12:26.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
42602024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.581 INFO O| Aug 29 15:12:26.581 INFO STEP 91 (remove_files) COMPLETE
42612024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.581 INFO O| Aug 29 15:12:26.581 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.611 INFO O| Aug 29 15:12:26.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
42632024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.652 INFO O| Aug 29 15:12:26.652 INFO STEP 92 (remove_files) COMPLETE
42642024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.652 INFO O| Aug 29 15:12:26.652 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.684 INFO O| Aug 29 15:12:26.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
42662024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.684 INFO O| Aug 29 15:12:26.684 INFO STEP 93 (remove_files) COMPLETE
42672024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.684 INFO O| Aug 29 15:12:26.684 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.702 INFO O| Aug 29 15:12:26.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
42692024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.723 INFO O| Aug 29 15:12:26.723 INFO STEP 94 (remove_files) COMPLETE
42702024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.723 INFO O| Aug 29 15:12:26.723 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.742 INFO O| Aug 29 15:12:26.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
42722024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.743 INFO O| Aug 29 15:12:26.742 INFO STEP 95 (remove_files) COMPLETE
42732024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.743 INFO O| Aug 29 15:12:26.743 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.761 INFO O| Aug 29 15:12:26.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
42752024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.761 INFO O| Aug 29 15:12:26.761 INFO STEP 96 (remove_files) COMPLETE
42762024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.761 INFO O| Aug 29 15:12:26.761 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.827 INFO O| Aug 29 15:12:26.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
42782024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.827 INFO O| Aug 29 15:12:26.827 INFO STEP 97 (remove_files) COMPLETE
42792024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.827 INFO O| Aug 29 15:12:26.827 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.883 INFO O| Aug 29 15:12:26.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
42812024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.883 INFO O| Aug 29 15:12:26.883 INFO STEP 98 (remove_files) COMPLETE
42822024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.883 INFO O| Aug 29 15:12:26.883 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.901 INFO O| Aug 29 15:12:26.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
42842024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.901 INFO O| Aug 29 15:12:26.901 INFO STEP 99 (remove_files) COMPLETE
42852024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.901 INFO O| Aug 29 15:12:26.901 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.919 INFO O| Aug 29 15:12:26.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
42872024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.919 INFO O| Aug 29 15:12:26.919 INFO STEP 100 (remove_files) COMPLETE
42882024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.919 INFO O| Aug 29 15:12:26.919 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.936 INFO O| Aug 29 15:12:26.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
42902024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.936 INFO O| Aug 29 15:12:26.936 INFO STEP 101 (remove_files) COMPLETE
42912024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.936 INFO O| Aug 29 15:12:26.936 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.953 INFO O| Aug 29 15:12:26.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
42932024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.953 INFO O| Aug 29 15:12:26.953 INFO STEP 102 (remove_files) COMPLETE
42942024-08-29T15:12:28.998Z[ recovery-image] Aug 29 15:12:26.953 INFO O| Aug 29 15:12:26.953 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:26.969 INFO O| Aug 29 15:12:26.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
42962024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:26.969 INFO O| Aug 29 15:12:26.969 INFO STEP 103 (remove_files) COMPLETE
42972024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:26.969 INFO O| Aug 29 15:12:26.969 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:26.987 INFO O| Aug 29 15:12:26.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
42992024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:26.987 INFO O| Aug 29 15:12:26.987 INFO STEP 104 (remove_files) COMPLETE
43002024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:26.987 INFO O| Aug 29 15:12:26.987 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.005 INFO O| Aug 29 15:12:27.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
43022024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.012 INFO O| Aug 29 15:12:27.012 INFO STEP 105 (remove_files) COMPLETE
43032024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.012 INFO O| Aug 29 15:12:27.012 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.030 INFO O| Aug 29 15:12:27.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
43052024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.030 INFO O| Aug 29 15:12:27.030 INFO STEP 106 (remove_files) COMPLETE
43062024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.030 INFO O| Aug 29 15:12:27.030 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.057 INFO O| Aug 29 15:12:27.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43082024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.057 INFO O| Aug 29 15:12:27.057 INFO STEP 107 (remove_files) COMPLETE
43092024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.057 INFO O| Aug 29 15:12:27.057 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.080 INFO O| Aug 29 15:12:27.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43112024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.081 INFO O| Aug 29 15:12:27.081 INFO STEP 108 (remove_files) COMPLETE
43122024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.081 INFO O| Aug 29 15:12:27.081 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.101 INFO O| Aug 29 15:12:27.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
43142024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.108 INFO O| Aug 29 15:12:27.108 INFO STEP 109 (remove_files) COMPLETE
43152024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.108 INFO O| Aug 29 15:12:27.108 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.127 INFO O| Aug 29 15:12:27.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
43172024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.127 INFO O| Aug 29 15:12:27.127 INFO STEP 110 (remove_files) COMPLETE
43182024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.127 INFO O| Aug 29 15:12:27.127 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.144 INFO O| Aug 29 15:12:27.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43202024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.145 INFO O| Aug 29 15:12:27.145 INFO STEP 111 (remove_files) COMPLETE
43212024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.145 INFO O| Aug 29 15:12:27.145 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.162 INFO O| Aug 29 15:12:27.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43232024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.163 INFO O| Aug 29 15:12:27.162 INFO STEP 112 (remove_files) COMPLETE
43242024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.163 INFO O| Aug 29 15:12:27.163 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.181 INFO O| Aug 29 15:12:27.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43262024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.181 INFO O| Aug 29 15:12:27.181 INFO STEP 113 (remove_files) COMPLETE
43272024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.181 INFO O| Aug 29 15:12:27.181 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.209 INFO O| Aug 29 15:12:27.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43292024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.209 INFO O| Aug 29 15:12:27.209 INFO STEP 114 (remove_files) COMPLETE
43302024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.209 INFO O| Aug 29 15:12:27.209 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.230 INFO O| Aug 29 15:12:27.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
43322024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.230 INFO O| Aug 29 15:12:27.230 INFO STEP 115 (remove_files) COMPLETE
43332024-08-29T15:12:28.999Z[ recovery-image] Aug 29 15:12:27.230 INFO O| Aug 29 15:12:27.230 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-08-29T15:12:29.000Z[ recovery-image] Aug 29 15:12:27.279 INFO O| Aug 29 15:12:27.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
43352024-08-29T15:12:29.000Z[ recovery-image] Aug 29 15:12:27.279 INFO O| Aug 29 15:12:27.279 INFO STEP 116 (remove_files) COMPLETE
43362024-08-29T15:12:29.000Z[ recovery-image] Aug 29 15:12:27.279 INFO O| Aug 29 15:12:27.279 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-08-29T15:12:29.000Z[ recovery-image] Aug 29 15:12:27.316 INFO O| Aug 29 15:12:27.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
43382024-08-29T15:12:29.003Z[ recovery-image] Aug 29 15:12:27.317 INFO O| Aug 29 15:12:27.317 INFO STEP 117 (remove_files) COMPLETE
43392024-08-29T15:12:29.003Z[ recovery-image] Aug 29 15:12:27.317 INFO O| Aug 29 15:12:27.317 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-08-29T15:12:29.005Z[ recovery-image] Aug 29 15:12:27.339 INFO O| Aug 29 15:12:27.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
43412024-08-29T15:12:29.030Z[ recovery-image] Aug 29 15:12:27.363 INFO O| Aug 29 15:12:27.363 INFO STEP 118 (remove_files) COMPLETE
43422024-08-29T15:12:29.030Z[ recovery-image] Aug 29 15:12:27.363 INFO O| Aug 29 15:12:27.363 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-08-29T15:12:29.082Z[ recovery-image] Aug 29 15:12:27.415 INFO O| Aug 29 15:12:27.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
43442024-08-29T15:12:29.082Z[ recovery-image] Aug 29 15:12:27.415 INFO O| Aug 29 15:12:27.415 INFO STEP 119 (remove_files) COMPLETE
43452024-08-29T15:12:29.084Z[ recovery-image] Aug 29 15:12:27.415 INFO O| Aug 29 15:12:27.415 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-08-29T15:12:29.110Z[ recovery-image] Aug 29 15:12:27.443 INFO O| Aug 29 15:12:27.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
43472024-08-29T15:12:29.110Z[ recovery-image] Aug 29 15:12:27.443 INFO O| Aug 29 15:12:27.443 INFO STEP 120 (remove_files) COMPLETE
43482024-08-29T15:12:29.110Z[ recovery-image] Aug 29 15:12:27.443 INFO O| Aug 29 15:12:27.443 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-08-29T15:12:29.131Z[ recovery-image] Aug 29 15:12:27.464 INFO O| Aug 29 15:12:27.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
43502024-08-29T15:12:29.131Z[ recovery-image] Aug 29 15:12:27.464 INFO O| Aug 29 15:12:27.464 INFO STEP 121 (remove_files) COMPLETE
43512024-08-29T15:12:29.131Z[ recovery-image] Aug 29 15:12:27.464 INFO O| Aug 29 15:12:27.464 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-08-29T15:12:29.151Z[ recovery-image] Aug 29 15:12:27.483 INFO O| Aug 29 15:12:27.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
43532024-08-29T15:12:29.151Z[ recovery-image] Aug 29 15:12:27.483 INFO O| Aug 29 15:12:27.483 INFO STEP 122 (remove_files) COMPLETE
43542024-08-29T15:12:29.154Z[ recovery-image] Aug 29 15:12:27.483 INFO O| Aug 29 15:12:27.483 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-08-29T15:12:29.255Z[ recovery-image] Aug 29 15:12:27.540 INFO O| Aug 29 15:12:27.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
43562024-08-29T15:12:29.255Z[ recovery-image] Aug 29 15:12:27.540 INFO O| Aug 29 15:12:27.540 INFO STEP 123 (remove_files) COMPLETE
43572024-08-29T15:12:29.255Z[ recovery-image] Aug 29 15:12:27.540 INFO O| Aug 29 15:12:27.540 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-08-29T15:12:29.255Z[ recovery-image] Aug 29 15:12:27.563 INFO O| Aug 29 15:12:27.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
43592024-08-29T15:12:29.255Z[ recovery-image] Aug 29 15:12:27.563 INFO O| Aug 29 15:12:27.563 INFO STEP 124 (remove_files) COMPLETE
43602024-08-29T15:12:29.255Z[ recovery-image] Aug 29 15:12:27.563 INFO O| Aug 29 15:12:27.563 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-08-29T15:12:29.255Z[ recovery-image] Aug 29 15:12:27.584 INFO O| Aug 29 15:12:27.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
43622024-08-29T15:12:29.255Z[ recovery-image] Aug 29 15:12:27.584 INFO O| Aug 29 15:12:27.584 INFO STEP 125 (remove_files) COMPLETE
43632024-08-29T15:12:29.255Z[ recovery-image] Aug 29 15:12:27.584 INFO O| Aug 29 15:12:27.584 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-08-29T15:12:29.269Z[ recovery-image] Aug 29 15:12:27.602 INFO O| Aug 29 15:12:27.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
43652024-08-29T15:12:29.269Z[ recovery-image] Aug 29 15:12:27.603 INFO O| Aug 29 15:12:27.602 INFO STEP 126 (remove_files) COMPLETE
43662024-08-29T15:12:29.272Z[ recovery-image] Aug 29 15:12:27.603 INFO O| Aug 29 15:12:27.602 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-08-29T15:12:29.288Z[ recovery-image] Aug 29 15:12:27.621 INFO O| Aug 29 15:12:27.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
43682024-08-29T15:12:29.288Z[ recovery-image] Aug 29 15:12:27.621 INFO O| Aug 29 15:12:27.621 INFO STEP 127 (remove_files) COMPLETE
43692024-08-29T15:12:29.291Z[ recovery-image] Aug 29 15:12:27.622 INFO O| Aug 29 15:12:27.621 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-08-29T15:12:29.305Z[ recovery-image] Aug 29 15:12:27.639 INFO O| Aug 29 15:12:27.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
43712024-08-29T15:12:29.306Z[ recovery-image] Aug 29 15:12:27.639 INFO O| Aug 29 15:12:27.639 INFO STEP 128 (remove_files) COMPLETE
43722024-08-29T15:12:29.308Z[ recovery-image] Aug 29 15:12:27.639 INFO O| Aug 29 15:12:27.639 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-08-29T15:12:29.323Z[ recovery-image] Aug 29 15:12:27.656 INFO O| Aug 29 15:12:27.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
43742024-08-29T15:12:29.323Z[ recovery-image] Aug 29 15:12:27.656 INFO O| Aug 29 15:12:27.656 INFO STEP 129 (remove_files) COMPLETE
43752024-08-29T15:12:29.325Z[ recovery-image] Aug 29 15:12:27.656 INFO O| Aug 29 15:12:27.656 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-08-29T15:12:29.341Z[ recovery-image] Aug 29 15:12:27.674 INFO O| Aug 29 15:12:27.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
43772024-08-29T15:12:29.341Z[ recovery-image] Aug 29 15:12:27.674 INFO O| Aug 29 15:12:27.674 INFO STEP 130 (remove_files) COMPLETE
43782024-08-29T15:12:29.341Z[ recovery-image] Aug 29 15:12:27.674 INFO O| Aug 29 15:12:27.674 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-08-29T15:12:29.363Z[ recovery-image] Aug 29 15:12:27.696 INFO O| Aug 29 15:12:27.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
43802024-08-29T15:12:29.363Z[ recovery-image] Aug 29 15:12:27.696 INFO O| Aug 29 15:12:27.696 INFO STEP 131 (remove_files) COMPLETE
43812024-08-29T15:12:29.363Z[ recovery-image] Aug 29 15:12:27.696 INFO O| Aug 29 15:12:27.696 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-08-29T15:12:29.404Z[ recovery-image] Aug 29 15:12:27.737 INFO O| Aug 29 15:12:27.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
43832024-08-29T15:12:29.406Z[ recovery-image] Aug 29 15:12:27.737 INFO O| Aug 29 15:12:27.737 INFO STEP 132 (remove_files) COMPLETE
43842024-08-29T15:12:29.406Z[ recovery-image] Aug 29 15:12:27.737 INFO O| Aug 29 15:12:27.737 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-08-29T15:12:29.422Z[ recovery-image] Aug 29 15:12:27.755 INFO O| Aug 29 15:12:27.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
43862024-08-29T15:12:29.422Z[ recovery-image] Aug 29 15:12:27.756 INFO O| Aug 29 15:12:27.755 INFO STEP 133 (remove_files) COMPLETE
43872024-08-29T15:12:29.425Z[ recovery-image] Aug 29 15:12:27.756 INFO O| Aug 29 15:12:27.756 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-08-29T15:12:29.439Z[ recovery-image] Aug 29 15:12:27.773 INFO O| Aug 29 15:12:27.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
43892024-08-29T15:12:29.442Z[ recovery-image] Aug 29 15:12:27.773 INFO O| Aug 29 15:12:27.773 INFO STEP 134 (remove_files) COMPLETE
43902024-08-29T15:12:29.442Z[ recovery-image] Aug 29 15:12:27.773 INFO O| Aug 29 15:12:27.773 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-08-29T15:12:29.467Z[ recovery-image] Aug 29 15:12:27.800 INFO O| Aug 29 15:12:27.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
43922024-08-29T15:12:29.467Z[ recovery-image] Aug 29 15:12:27.800 INFO O| Aug 29 15:12:27.800 INFO STEP 135 (remove_files) COMPLETE
43932024-08-29T15:12:29.469Z[ recovery-image] Aug 29 15:12:27.800 INFO O| Aug 29 15:12:27.800 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-08-29T15:12:29.485Z[ recovery-image] Aug 29 15:12:27.818 INFO O| Aug 29 15:12:27.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
43952024-08-29T15:12:29.485Z[ recovery-image] Aug 29 15:12:27.819 INFO O| Aug 29 15:12:27.818 INFO STEP 136 (remove_files) COMPLETE
43962024-08-29T15:12:29.485Z[ recovery-image] Aug 29 15:12:27.819 INFO O| Aug 29 15:12:27.818 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-08-29T15:12:29.516Z[ recovery-image] Aug 29 15:12:27.849 INFO O| Aug 29 15:12:27.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
43982024-08-29T15:12:29.516Z[ recovery-image] Aug 29 15:12:27.849 INFO O| Aug 29 15:12:27.849 INFO STEP 137 (remove_files) COMPLETE
43992024-08-29T15:12:29.519Z[ recovery-image] Aug 29 15:12:27.849 INFO O| Aug 29 15:12:27.849 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-08-29T15:12:29.539Z[ recovery-image] Aug 29 15:12:27.872 INFO O| Aug 29 15:12:27.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
44012024-08-29T15:12:29.539Z[ recovery-image] Aug 29 15:12:27.872 INFO O| Aug 29 15:12:27.872 INFO STEP 138 (remove_files) COMPLETE
44022024-08-29T15:12:29.541Z[ recovery-image] Aug 29 15:12:27.872 INFO O| Aug 29 15:12:27.872 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-08-29T15:12:29.558Z[ recovery-image] Aug 29 15:12:27.891 INFO O| Aug 29 15:12:27.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
44042024-08-29T15:12:29.558Z[ recovery-image] Aug 29 15:12:27.891 INFO O| Aug 29 15:12:27.891 INFO STEP 139 (remove_files) COMPLETE
44052024-08-29T15:12:29.567Z[ recovery-image] Aug 29 15:12:27.891 INFO O| Aug 29 15:12:27.891 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-08-29T15:12:29.576Z[ recovery-image] Aug 29 15:12:27.909 INFO O| Aug 29 15:12:27.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
44072024-08-29T15:12:29.578Z[ recovery-image] Aug 29 15:12:27.909 INFO O| Aug 29 15:12:27.909 INFO STEP 140 (remove_files) COMPLETE
44082024-08-29T15:12:29.578Z[ recovery-image] Aug 29 15:12:27.909 INFO O| Aug 29 15:12:27.909 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-08-29T15:12:29.612Z[ recovery-image] Aug 29 15:12:27.945 INFO O| Aug 29 15:12:27.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
44102024-08-29T15:12:29.614Z[ recovery-image] Aug 29 15:12:27.945 INFO O| Aug 29 15:12:27.945 INFO STEP 141 (remove_files) COMPLETE
44112024-08-29T15:12:29.614Z[ recovery-image] Aug 29 15:12:27.945 INFO O| Aug 29 15:12:27.945 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-08-29T15:12:29.630Z[ recovery-image] Aug 29 15:12:27.964 INFO O| Aug 29 15:12:27.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
44132024-08-29T15:12:29.633Z[ recovery-image] Aug 29 15:12:27.964 INFO O| Aug 29 15:12:27.964 INFO STEP 142 (remove_files) COMPLETE
44142024-08-29T15:12:29.633Z[ recovery-image] Aug 29 15:12:27.964 INFO O| Aug 29 15:12:27.964 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-08-29T15:12:29.649Z[ recovery-image] Aug 29 15:12:27.982 INFO O| Aug 29 15:12:27.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
44162024-08-29T15:12:29.649Z[ recovery-image] Aug 29 15:12:27.982 INFO O| Aug 29 15:12:27.982 INFO STEP 143 (remove_files) COMPLETE
44172024-08-29T15:12:29.652Z[ recovery-image] Aug 29 15:12:27.983 INFO O| Aug 29 15:12:27.982 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-08-29T15:12:29.667Z[ recovery-image] Aug 29 15:12:28.000 INFO O| Aug 29 15:12:28.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44192024-08-29T15:12:29.668Z[ recovery-image] Aug 29 15:12:28.000 INFO O| Aug 29 15:12:28.000 INFO STEP 144 (remove_files) COMPLETE
44202024-08-29T15:12:29.672Z[ recovery-image] Aug 29 15:12:28.000 INFO O| Aug 29 15:12:28.000 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-08-29T15:12:29.689Z[ recovery-image] Aug 29 15:12:28.022 INFO O| Aug 29 15:12:28.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44222024-08-29T15:12:29.691Z[ recovery-image] Aug 29 15:12:28.022 INFO O| Aug 29 15:12:28.022 INFO STEP 145 (remove_files) COMPLETE
44232024-08-29T15:12:29.691Z[ recovery-image] Aug 29 15:12:28.022 INFO O| Aug 29 15:12:28.022 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-08-29T15:12:29.722Z[ recovery-image] Aug 29 15:12:28.054 INFO O| Aug 29 15:12:28.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44252024-08-29T15:12:29.722Z[ recovery-image] Aug 29 15:12:28.054 INFO O| Aug 29 15:12:28.054 INFO STEP 146 (remove_files) COMPLETE
44262024-08-29T15:12:29.722Z[ recovery-image] Aug 29 15:12:28.054 INFO O| Aug 29 15:12:28.054 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-08-29T15:12:29.761Z[ recovery-image] Aug 29 15:12:28.094 INFO O| Aug 29 15:12:28.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44282024-08-29T15:12:29.785Z[ recovery-image] Aug 29 15:12:28.118 INFO O| Aug 29 15:12:28.118 INFO STEP 147 (remove_files) COMPLETE
44292024-08-29T15:12:29.785Z[ recovery-image] Aug 29 15:12:28.118 INFO O| Aug 29 15:12:28.118 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-08-29T15:12:29.804Z[ recovery-image] Aug 29 15:12:28.137 INFO O| Aug 29 15:12:28.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
44312024-08-29T15:12:29.804Z[ recovery-image] Aug 29 15:12:28.137 INFO O| Aug 29 15:12:28.137 INFO STEP 148 (remove_files) COMPLETE
44322024-08-29T15:12:29.804Z[ recovery-image] Aug 29 15:12:28.137 INFO O| Aug 29 15:12:28.137 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-08-29T15:12:29.837Z[ recovery-image] Aug 29 15:12:28.170 INFO O| Aug 29 15:12:28.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
44342024-08-29T15:12:29.837Z[ recovery-image] Aug 29 15:12:28.170 INFO O| Aug 29 15:12:28.170 INFO STEP 149 (remove_files) COMPLETE
44352024-08-29T15:12:29.837Z[ recovery-image] Aug 29 15:12:28.170 INFO O| Aug 29 15:12:28.170 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-08-29T15:12:29.856Z[ recovery-image] Aug 29 15:12:28.190 INFO O| Aug 29 15:12:28.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
44372024-08-29T15:12:29.856Z[ recovery-image] Aug 29 15:12:28.190 INFO O| Aug 29 15:12:28.190 INFO STEP 150 (remove_files) COMPLETE
44382024-08-29T15:12:29.859Z[ recovery-image] Aug 29 15:12:28.190 INFO O| Aug 29 15:12:28.190 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-08-29T15:12:29.894Z[ recovery-image] Aug 29 15:12:28.227 INFO O| Aug 29 15:12:28.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
44402024-08-29T15:12:29.920Z[ recovery-image] Aug 29 15:12:28.253 INFO O| Aug 29 15:12:28.253 INFO STEP 151 (remove_files) COMPLETE
44412024-08-29T15:12:29.920Z[ recovery-image] Aug 29 15:12:28.253 INFO O| Aug 29 15:12:28.253 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-08-29T15:12:29.977Z[ recovery-image] Aug 29 15:12:28.310 INFO O| Aug 29 15:12:28.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
44432024-08-29T15:12:29.977Z[ recovery-image] Aug 29 15:12:28.310 INFO O| Aug 29 15:12:28.310 INFO STEP 152 (remove_files) COMPLETE
44442024-08-29T15:12:29.977Z[ recovery-image] Aug 29 15:12:28.310 INFO O| Aug 29 15:12:28.310 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-08-29T15:12:30.041Z[ recovery-image] Aug 29 15:12:28.373 INFO O| Aug 29 15:12:28.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
44462024-08-29T15:12:30.043Z[ recovery-image] Aug 29 15:12:28.374 INFO O| Aug 29 15:12:28.374 INFO STEP 153 (remove_files) COMPLETE
44472024-08-29T15:12:30.043Z[ recovery-image] Aug 29 15:12:28.374 INFO O| Aug 29 15:12:28.374 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-08-29T15:12:30.066Z[ recovery-image] Aug 29 15:12:28.399 INFO O| Aug 29 15:12:28.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
44492024-08-29T15:12:30.066Z[ recovery-image] Aug 29 15:12:28.399 INFO O| Aug 29 15:12:28.399 INFO STEP 154 (remove_files) COMPLETE
44502024-08-29T15:12:30.066Z[ recovery-image] Aug 29 15:12:28.399 INFO O| Aug 29 15:12:28.399 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-08-29T15:12:30.100Z[ recovery-image] Aug 29 15:12:28.433 INFO O| Aug 29 15:12:28.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
44522024-08-29T15:12:30.100Z[ recovery-image] Aug 29 15:12:28.433 INFO O| Aug 29 15:12:28.433 INFO STEP 155 (remove_files) COMPLETE
44532024-08-29T15:12:30.100Z[ recovery-image] Aug 29 15:12:28.433 INFO O| Aug 29 15:12:28.433 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-08-29T15:12:30.157Z[ recovery-image] Aug 29 15:12:28.489 INFO O| Aug 29 15:12:28.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
44552024-08-29T15:12:30.157Z[ recovery-image] Aug 29 15:12:28.489 INFO O| Aug 29 15:12:28.489 INFO STEP 156 (remove_files) COMPLETE
44562024-08-29T15:12:30.157Z[ recovery-image] Aug 29 15:12:28.489 INFO O| Aug 29 15:12:28.489 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-08-29T15:12:30.189Z[ recovery-image] Aug 29 15:12:28.522 INFO O| Aug 29 15:12:28.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
44582024-08-29T15:12:30.189Z[ recovery-image] Aug 29 15:12:28.522 INFO O| Aug 29 15:12:28.522 INFO STEP 157 (remove_files) COMPLETE
44592024-08-29T15:12:30.192Z[ recovery-image] Aug 29 15:12:28.522 INFO O| Aug 29 15:12:28.522 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-08-29T15:12:30.207Z[ recovery-image] Aug 29 15:12:28.540 INFO O| Aug 29 15:12:28.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
44612024-08-29T15:12:30.207Z[ recovery-image] Aug 29 15:12:28.540 INFO O| Aug 29 15:12:28.540 INFO STEP 158 (remove_files) COMPLETE
44622024-08-29T15:12:30.207Z[ recovery-image] Aug 29 15:12:28.540 INFO O| Aug 29 15:12:28.540 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-08-29T15:12:30.224Z[ recovery-image] Aug 29 15:12:28.557 INFO O| Aug 29 15:12:28.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
44642024-08-29T15:12:30.224Z[ recovery-image] Aug 29 15:12:28.557 INFO O| Aug 29 15:12:28.557 INFO STEP 159 (remove_files) COMPLETE
44652024-08-29T15:12:30.224Z[ recovery-image] Aug 29 15:12:28.557 INFO O| Aug 29 15:12:28.557 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-08-29T15:12:30.256Z[ recovery-image] Aug 29 15:12:28.589 INFO O| Aug 29 15:12:28.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
44672024-08-29T15:12:30.256Z[ recovery-image] Aug 29 15:12:28.589 INFO O| Aug 29 15:12:28.589 INFO STEP 160 (remove_files) COMPLETE
44682024-08-29T15:12:30.256Z[ recovery-image] Aug 29 15:12:28.589 INFO O| Aug 29 15:12:28.589 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-08-29T15:12:30.294Z[ recovery-image] Aug 29 15:12:28.627 INFO O| Aug 29 15:12:28.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
44702024-08-29T15:12:30.294Z[ recovery-image] Aug 29 15:12:28.627 INFO O| Aug 29 15:12:28.627 INFO STEP 161 (remove_files) COMPLETE
44712024-08-29T15:12:30.297Z[ recovery-image] Aug 29 15:12:28.628 INFO O| Aug 29 15:12:28.627 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-08-29T15:12:30.349Z[ recovery-image] Aug 29 15:12:28.682 INFO O| Aug 29 15:12:28.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
44732024-08-29T15:12:30.349Z[ recovery-image] Aug 29 15:12:28.682 INFO O| Aug 29 15:12:28.682 INFO STEP 162 (remove_files) COMPLETE
44742024-08-29T15:12:30.349Z[ recovery-image] Aug 29 15:12:28.682 INFO O| Aug 29 15:12:28.682 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-08-29T15:12:30.376Z[ recovery-image] Aug 29 15:12:28.709 INFO O| Aug 29 15:12:28.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
44762024-08-29T15:12:30.376Z[ recovery-image] Aug 29 15:12:28.709 INFO O| Aug 29 15:12:28.709 INFO STEP 163 (remove_files) COMPLETE
44772024-08-29T15:12:30.379Z[ recovery-image] Aug 29 15:12:28.709 INFO O| Aug 29 15:12:28.709 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-08-29T15:12:30.433Z[ recovery-image] Aug 29 15:12:28.766 INFO O| Aug 29 15:12:28.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
44792024-08-29T15:12:30.433Z[ recovery-image] Aug 29 15:12:28.766 INFO O| Aug 29 15:12:28.766 INFO STEP 164 (remove_files) COMPLETE
44802024-08-29T15:12:30.436Z[ recovery-image] Aug 29 15:12:28.766 INFO O| Aug 29 15:12:28.766 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-08-29T15:12:30.470Z[ recovery-image] Aug 29 15:12:28.803 INFO O| Aug 29 15:12:28.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
44822024-08-29T15:12:30.470Z[ recovery-image] Aug 29 15:12:28.803 INFO O| Aug 29 15:12:28.803 INFO STEP 165 (remove_files) COMPLETE
44832024-08-29T15:12:30.470Z[ recovery-image] Aug 29 15:12:28.803 INFO O| Aug 29 15:12:28.803 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-08-29T15:12:30.484Z[ host-image] Aug 29 15:12:28.817 INFO O| Aug 29 15:12:28.817 INFO O| Done
44852024-08-29T15:12:30.490Z[ recovery-image] Aug 29 15:12:28.823 INFO O| Aug 29 15:12:28.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
44862024-08-29T15:12:30.510Z[ recovery-image] Aug 29 15:12:28.843 INFO O| Aug 29 15:12:28.843 INFO STEP 166 (remove_files) COMPLETE
44872024-08-29T15:12:30.510Z[ recovery-image] Aug 29 15:12:28.843 INFO O| Aug 29 15:12:28.843 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-08-29T15:12:30.530Z[ recovery-image] Aug 29 15:12:28.863 INFO O| Aug 29 15:12:28.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
44892024-08-29T15:12:30.530Z[ recovery-image] Aug 29 15:12:28.863 INFO O| Aug 29 15:12:28.863 INFO STEP 167 (remove_files) COMPLETE
44902024-08-29T15:12:30.532Z[ recovery-image] Aug 29 15:12:28.863 INFO O| Aug 29 15:12:28.863 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-08-29T15:12:30.549Z[ host-image] Aug 29 15:12:28.882 INFO O| Aug 29 15:12:28.882 INFO O| Done
44922024-08-29T15:12:30.552Z[ host-image] Aug 29 15:12:28.882 INFO O| Aug 29 15:12:28.882 INFO O| Done
44932024-08-29T15:12:30.564Z[ recovery-image] Aug 29 15:12:28.897 INFO O| Aug 29 15:12:28.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
44942024-08-29T15:12:30.564Z[ recovery-image] Aug 29 15:12:28.897 INFO O| Aug 29 15:12:28.897 INFO STEP 168 (remove_files) COMPLETE
44952024-08-29T15:12:30.566Z[ recovery-image] Aug 29 15:12:28.897 INFO O| Aug 29 15:12:28.897 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-08-29T15:12:30.573Z[ host-image] Aug 29 15:12:28.906 INFO O| Aug 29 15:12:28.906 INFO O| Done
44972024-08-29T15:12:30.584Z[ recovery-image] Aug 29 15:12:28.917 INFO O| Aug 29 15:12:28.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
44982024-08-29T15:12:30.584Z[ recovery-image] Aug 29 15:12:28.917 INFO O| Aug 29 15:12:28.917 INFO STEP 169 (remove_files) COMPLETE
44992024-08-29T15:12:30.584Z[ recovery-image] Aug 29 15:12:28.917 INFO O| Aug 29 15:12:28.917 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-08-29T15:12:30.602Z[ recovery-image] Aug 29 15:12:28.935 INFO O| Aug 29 15:12:28.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
45012024-08-29T15:12:30.602Z[ recovery-image] Aug 29 15:12:28.935 INFO O| Aug 29 15:12:28.935 INFO STEP 170 (remove_files) COMPLETE
45022024-08-29T15:12:30.603Z[ recovery-image] Aug 29 15:12:28.935 INFO O| Aug 29 15:12:28.935 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-08-29T15:12:30.620Z[ recovery-image] Aug 29 15:12:28.953 INFO O| Aug 29 15:12:28.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
45042024-08-29T15:12:30.620Z[ recovery-image] Aug 29 15:12:28.953 INFO O| Aug 29 15:12:28.953 INFO STEP 171 (remove_files) COMPLETE
45052024-08-29T15:12:30.623Z[ recovery-image] Aug 29 15:12:28.953 INFO O| Aug 29 15:12:28.953 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-08-29T15:12:30.637Z[ recovery-image] Aug 29 15:12:28.970 INFO O| Aug 29 15:12:28.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
45072024-08-29T15:12:30.638Z[ recovery-image] Aug 29 15:12:28.970 INFO O| Aug 29 15:12:28.970 INFO STEP 172 (remove_files) COMPLETE
45082024-08-29T15:12:30.638Z[ recovery-image] Aug 29 15:12:28.970 INFO O| Aug 29 15:12:28.970 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-08-29T15:12:30.655Z[ recovery-image] Aug 29 15:12:28.988 INFO O| Aug 29 15:12:28.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
45102024-08-29T15:12:30.655Z[ recovery-image] Aug 29 15:12:28.988 INFO O| Aug 29 15:12:28.988 INFO STEP 173 (remove_files) COMPLETE
45112024-08-29T15:12:30.655Z[ recovery-image] Aug 29 15:12:28.988 INFO O| Aug 29 15:12:28.988 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-08-29T15:12:30.674Z[ recovery-image] Aug 29 15:12:29.007 INFO O| Aug 29 15:12:29.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
45132024-08-29T15:12:30.674Z[ recovery-image] Aug 29 15:12:29.007 INFO O| Aug 29 15:12:29.007 INFO STEP 174 (remove_files) COMPLETE
45142024-08-29T15:12:30.674Z[ recovery-image] Aug 29 15:12:29.007 INFO O| Aug 29 15:12:29.007 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-08-29T15:12:30.692Z[ recovery-image] Aug 29 15:12:29.025 INFO O| Aug 29 15:12:29.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
45162024-08-29T15:12:30.692Z[ recovery-image] Aug 29 15:12:29.025 INFO O| Aug 29 15:12:29.025 INFO STEP 175 (remove_files) COMPLETE
45172024-08-29T15:12:30.694Z[ recovery-image] Aug 29 15:12:29.025 INFO O| Aug 29 15:12:29.025 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-08-29T15:12:30.750Z[ recovery-image] Aug 29 15:12:29.083 INFO O| Aug 29 15:12:29.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
45192024-08-29T15:12:30.753Z[ recovery-image] Aug 29 15:12:29.083 INFO O| Aug 29 15:12:29.083 INFO STEP 176 (remove_files) COMPLETE
45202024-08-29T15:12:30.753Z[ recovery-image] Aug 29 15:12:29.083 INFO O| Aug 29 15:12:29.083 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-08-29T15:12:30.806Z[ recovery-image] Aug 29 15:12:29.138 INFO O| Aug 29 15:12:29.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45222024-08-29T15:12:30.806Z[ recovery-image] Aug 29 15:12:29.138 INFO O| Aug 29 15:12:29.138 INFO STEP 177 (remove_files) COMPLETE
45232024-08-29T15:12:30.806Z[ recovery-image] Aug 29 15:12:29.138 INFO O| Aug 29 15:12:29.138 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-08-29T15:12:30.840Z[ host-image] Aug 29 15:12:29.173 INFO O| Aug 29 15:12:29.173 INFO STEP 12 (pkg_install) COMPLETE
45252024-08-29T15:12:30.840Z[ host-image] Aug 29 15:12:29.173 INFO O| Aug 29 15:12:29.173 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
45262024-08-29T15:12:30.845Z[ recovery-image] Aug 29 15:12:29.178 INFO O| Aug 29 15:12:29.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45272024-08-29T15:12:30.845Z[ recovery-image] Aug 29 15:12:29.178 INFO O| Aug 29 15:12:29.178 INFO STEP 178 (remove_files) COMPLETE
45282024-08-29T15:12:30.848Z[ recovery-image] Aug 29 15:12:29.178 INFO O| Aug 29 15:12:29.178 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-08-29T15:12:30.857Z[ host-image] Aug 29 15:12:29.189 INFO O| Aug 29 15:12:29.189 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
45302024-08-29T15:12:30.903Z[ recovery-image] Aug 29 15:12:29.236 INFO O| Aug 29 15:12:29.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45312024-08-29T15:12:30.903Z[ recovery-image] Aug 29 15:12:29.236 INFO O| Aug 29 15:12:29.236 INFO STEP 179 (remove_files) COMPLETE
45322024-08-29T15:12:30.906Z[ recovery-image] Aug 29 15:12:29.236 INFO O| Aug 29 15:12:29.236 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-08-29T15:12:30.922Z[ recovery-image] Aug 29 15:12:29.255 INFO O| Aug 29 15:12:29.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
45342024-08-29T15:12:30.922Z[ recovery-image] Aug 29 15:12:29.255 INFO O| Aug 29 15:12:29.255 INFO STEP 180 (remove_files) COMPLETE
45352024-08-29T15:12:30.922Z[ recovery-image] Aug 29 15:12:29.255 INFO O| Aug 29 15:12:29.255 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-08-29T15:12:30.961Z[ recovery-image] Aug 29 15:12:29.293 INFO O| Aug 29 15:12:29.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
45372024-08-29T15:12:30.961Z[ recovery-image] Aug 29 15:12:29.294 INFO O| Aug 29 15:12:29.294 INFO STEP 181 (remove_files) COMPLETE
45382024-08-29T15:12:30.961Z[ recovery-image] Aug 29 15:12:29.294 INFO O| Aug 29 15:12:29.294 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-08-29T15:12:30.982Z[ recovery-image] Aug 29 15:12:29.314 INFO O| Aug 29 15:12:29.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
45402024-08-29T15:12:30.982Z[ recovery-image] Aug 29 15:12:29.314 INFO O| Aug 29 15:12:29.314 INFO STEP 182 (remove_files) COMPLETE
45412024-08-29T15:12:30.982Z[ recovery-image] Aug 29 15:12:29.314 INFO O| Aug 29 15:12:29.314 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-08-29T15:12:31.002Z[ recovery-image] Aug 29 15:12:29.335 INFO O| Aug 29 15:12:29.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
45432024-08-29T15:12:31.026Z[ recovery-image] Aug 29 15:12:29.359 INFO O| Aug 29 15:12:29.359 INFO STEP 183 (remove_files) COMPLETE
45442024-08-29T15:12:31.026Z[ recovery-image] Aug 29 15:12:29.359 INFO O| Aug 29 15:12:29.359 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-08-29T15:12:31.077Z[ recovery-image] Aug 29 15:12:29.410 INFO O| Aug 29 15:12:29.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
45462024-08-29T15:12:31.077Z[ recovery-image] Aug 29 15:12:29.410 INFO O| Aug 29 15:12:29.410 INFO STEP 184 (remove_files) COMPLETE
45472024-08-29T15:12:31.077Z[ recovery-image] Aug 29 15:12:29.410 INFO O| Aug 29 15:12:29.410 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-08-29T15:12:31.098Z[ recovery-image] Aug 29 15:12:29.430 INFO O| Aug 29 15:12:29.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
45492024-08-29T15:12:31.098Z[ recovery-image] Aug 29 15:12:29.430 INFO O| Aug 29 15:12:29.430 INFO STEP 185 (remove_files) COMPLETE
45502024-08-29T15:12:31.098Z[ recovery-image] Aug 29 15:12:29.430 INFO O| Aug 29 15:12:29.430 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-08-29T15:12:31.156Z[ recovery-image] Aug 29 15:12:29.488 INFO O| Aug 29 15:12:29.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
45522024-08-29T15:12:31.156Z[ recovery-image] Aug 29 15:12:29.488 INFO O| Aug 29 15:12:29.488 INFO STEP 186 (remove_files) COMPLETE
45532024-08-29T15:12:31.156Z[ recovery-image] Aug 29 15:12:29.488 INFO O| Aug 29 15:12:29.488 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-08-29T15:12:31.178Z[ recovery-image] Aug 29 15:12:29.510 INFO O| Aug 29 15:12:29.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
45552024-08-29T15:12:31.178Z[ recovery-image] Aug 29 15:12:29.510 INFO O| Aug 29 15:12:29.510 INFO STEP 187 (remove_files) COMPLETE
45562024-08-29T15:12:31.178Z[ recovery-image] Aug 29 15:12:29.510 INFO O| Aug 29 15:12:29.510 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-08-29T15:12:31.213Z[ recovery-image] Aug 29 15:12:29.546 INFO O| Aug 29 15:12:29.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
45582024-08-29T15:12:31.213Z[ recovery-image] Aug 29 15:12:29.546 INFO O| Aug 29 15:12:29.546 INFO STEP 188 (remove_files) COMPLETE
45592024-08-29T15:12:31.213Z[ recovery-image] Aug 29 15:12:29.546 INFO O| Aug 29 15:12:29.546 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-08-29T15:12:31.274Z[ recovery-image] Aug 29 15:12:29.607 INFO O| Aug 29 15:12:29.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
45612024-08-29T15:12:31.274Z[ recovery-image] Aug 29 15:12:29.607 INFO O| Aug 29 15:12:29.607 INFO STEP 189 (remove_files) COMPLETE
45622024-08-29T15:12:31.277Z[ recovery-image] Aug 29 15:12:29.607 INFO O| Aug 29 15:12:29.607 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-08-29T15:12:31.291Z[ recovery-image] Aug 29 15:12:29.624 INFO O| Aug 29 15:12:29.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
45642024-08-29T15:12:31.298Z[ recovery-image] Aug 29 15:12:29.631 INFO O| Aug 29 15:12:29.631 INFO STEP 190 (remove_files) COMPLETE
45652024-08-29T15:12:31.298Z[ recovery-image] Aug 29 15:12:29.631 INFO O| Aug 29 15:12:29.631 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-08-29T15:12:31.352Z[ recovery-image] Aug 29 15:12:29.684 INFO O| Aug 29 15:12:29.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
45672024-08-29T15:12:31.352Z[ recovery-image] Aug 29 15:12:29.684 INFO O| Aug 29 15:12:29.684 INFO STEP 191 (remove_files) COMPLETE
45682024-08-29T15:12:31.352Z[ recovery-image] Aug 29 15:12:29.684 INFO O| Aug 29 15:12:29.684 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-08-29T15:12:31.398Z[ recovery-image] Aug 29 15:12:29.730 INFO O| Aug 29 15:12:29.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
45702024-08-29T15:12:31.398Z[ recovery-image] Aug 29 15:12:29.730 INFO O| Aug 29 15:12:29.730 INFO STEP 192 (remove_files) COMPLETE
45712024-08-29T15:12:31.398Z[ recovery-image] Aug 29 15:12:29.730 INFO O| Aug 29 15:12:29.730 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-08-29T15:12:31.440Z[ recovery-image] Aug 29 15:12:29.773 INFO O| Aug 29 15:12:29.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
45732024-08-29T15:12:31.443Z[ recovery-image] Aug 29 15:12:29.773 INFO O| Aug 29 15:12:29.773 INFO STEP 193 (remove_files) COMPLETE
45742024-08-29T15:12:31.443Z[ recovery-image] Aug 29 15:12:29.773 INFO O| Aug 29 15:12:29.773 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-08-29T15:12:31.531Z[ recovery-image] Aug 29 15:12:29.864 INFO O| Aug 29 15:12:29.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
45762024-08-29T15:12:31.531Z[ recovery-image] Aug 29 15:12:29.864 INFO O| Aug 29 15:12:29.864 INFO STEP 194 (remove_files) COMPLETE
45772024-08-29T15:12:31.534Z[ recovery-image] Aug 29 15:12:29.864 INFO O| Aug 29 15:12:29.864 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-08-29T15:12:31.566Z[ recovery-image] Aug 29 15:12:29.898 INFO O| Aug 29 15:12:29.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
45792024-08-29T15:12:31.566Z[ recovery-image] Aug 29 15:12:29.898 INFO O| Aug 29 15:12:29.898 INFO STEP 195 (remove_files) COMPLETE
45802024-08-29T15:12:31.568Z[ recovery-image] Aug 29 15:12:29.898 INFO O| Aug 29 15:12:29.898 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-08-29T15:12:31.648Z[ recovery-image] Aug 29 15:12:29.980 INFO O| Aug 29 15:12:29.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
45822024-08-29T15:12:31.648Z[ recovery-image] Aug 29 15:12:29.980 INFO O| Aug 29 15:12:29.980 INFO STEP 196 (remove_files) COMPLETE
45832024-08-29T15:12:31.648Z[ recovery-image] Aug 29 15:12:29.980 INFO O| Aug 29 15:12:29.980 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-08-29T15:12:31.672Z[ recovery-image] Aug 29 15:12:30.004 INFO O| Aug 29 15:12:30.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
45852024-08-29T15:12:31.672Z[ recovery-image] Aug 29 15:12:30.004 INFO O| Aug 29 15:12:30.004 INFO STEP 197 (remove_files) COMPLETE
45862024-08-29T15:12:31.672Z[ recovery-image] Aug 29 15:12:30.004 INFO O| Aug 29 15:12:30.004 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-08-29T15:12:31.698Z[ recovery-image] Aug 29 15:12:30.030 INFO O| Aug 29 15:12:30.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
45882024-08-29T15:12:31.698Z[ recovery-image] Aug 29 15:12:30.031 INFO O| Aug 29 15:12:30.030 INFO STEP 198 (remove_files) COMPLETE
45892024-08-29T15:12:31.701Z[ recovery-image] Aug 29 15:12:30.031 INFO O| Aug 29 15:12:30.031 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-08-29T15:12:31.719Z[ recovery-image] Aug 29 15:12:30.051 INFO O| Aug 29 15:12:30.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
45912024-08-29T15:12:31.719Z[ recovery-image] Aug 29 15:12:30.051 INFO O| Aug 29 15:12:30.051 INFO STEP 199 (remove_files) COMPLETE
45922024-08-29T15:12:31.721Z[ recovery-image] Aug 29 15:12:30.051 INFO O| Aug 29 15:12:30.051 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-08-29T15:12:31.767Z[ recovery-image] Aug 29 15:12:30.099 INFO O| Aug 29 15:12:30.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
45942024-08-29T15:12:31.767Z[ recovery-image] Aug 29 15:12:30.099 INFO O| Aug 29 15:12:30.099 INFO STEP 200 (remove_files) COMPLETE
45952024-08-29T15:12:31.767Z[ recovery-image] Aug 29 15:12:30.099 INFO O| Aug 29 15:12:30.099 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-08-29T15:12:31.786Z[ recovery-image] Aug 29 15:12:30.118 INFO O| Aug 29 15:12:30.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
45972024-08-29T15:12:31.786Z[ recovery-image] Aug 29 15:12:30.118 INFO O| Aug 29 15:12:30.118 INFO STEP 201 (remove_files) COMPLETE
45982024-08-29T15:12:31.786Z[ recovery-image] Aug 29 15:12:30.118 INFO O| Aug 29 15:12:30.118 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-08-29T15:12:31.805Z[ recovery-image] Aug 29 15:12:30.138 INFO O| Aug 29 15:12:30.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
46002024-08-29T15:12:31.805Z[ recovery-image] Aug 29 15:12:30.138 INFO O| Aug 29 15:12:30.138 INFO STEP 202 (remove_files) COMPLETE
46012024-08-29T15:12:31.805Z[ recovery-image] Aug 29 15:12:30.138 INFO O| Aug 29 15:12:30.138 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-08-29T15:12:31.828Z[ recovery-image] Aug 29 15:12:30.160 INFO O| Aug 29 15:12:30.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
46032024-08-29T15:12:31.830Z[ recovery-image] Aug 29 15:12:30.160 INFO O| Aug 29 15:12:30.160 INFO STEP 203 (remove_files) COMPLETE
46042024-08-29T15:12:31.830Z[ recovery-image] Aug 29 15:12:30.161 INFO O| Aug 29 15:12:30.160 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-08-29T15:12:31.847Z[ recovery-image] Aug 29 15:12:30.179 INFO O| Aug 29 15:12:30.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
46062024-08-29T15:12:31.849Z[ recovery-image] Aug 29 15:12:30.179 INFO O| Aug 29 15:12:30.179 INFO STEP 204 (remove_files) COMPLETE
46072024-08-29T15:12:31.849Z[ recovery-image] Aug 29 15:12:30.179 INFO O| Aug 29 15:12:30.179 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-08-29T15:12:31.866Z[ recovery-image] Aug 29 15:12:30.197 INFO O| Aug 29 15:12:30.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
46092024-08-29T15:12:31.869Z[ recovery-image] Aug 29 15:12:30.197 INFO O| Aug 29 15:12:30.197 INFO STEP 205 (remove_files) COMPLETE
46102024-08-29T15:12:31.869Z[ recovery-image] Aug 29 15:12:30.197 INFO O| Aug 29 15:12:30.197 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-08-29T15:12:31.895Z[ recovery-image] Aug 29 15:12:30.227 INFO O| Aug 29 15:12:30.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
46122024-08-29T15:12:31.898Z[ recovery-image] Aug 29 15:12:30.228 INFO O| Aug 29 15:12:30.227 INFO STEP 206 (remove_files) COMPLETE
46132024-08-29T15:12:31.898Z[ recovery-image] Aug 29 15:12:30.228 INFO O| Aug 29 15:12:30.228 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-08-29T15:12:31.912Z[ recovery-image] Aug 29 15:12:30.245 INFO O| Aug 29 15:12:30.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
46152024-08-29T15:12:31.915Z[ recovery-image] Aug 29 15:12:30.245 INFO O| Aug 29 15:12:30.245 INFO STEP 207 (remove_files) COMPLETE
46162024-08-29T15:12:31.915Z[ recovery-image] Aug 29 15:12:30.245 INFO O| Aug 29 15:12:30.245 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-08-29T15:12:31.944Z[ host-image] Aug 29 15:12:30.276 INFO O| Aug 29 15:12:30.276 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46182024-08-29T15:12:31.946Z[ recovery-image] Aug 29 15:12:30.276 INFO O| Aug 29 15:12:30.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
46192024-08-29T15:12:31.946Z[ recovery-image] Aug 29 15:12:30.277 INFO O| Aug 29 15:12:30.276 INFO STEP 208 (remove_files) COMPLETE
46202024-08-29T15:12:31.946Z[ recovery-image] Aug 29 15:12:30.277 INFO O| Aug 29 15:12:30.277 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-08-29T15:12:31.961Z[ recovery-image] Aug 29 15:12:30.294 INFO O| Aug 29 15:12:30.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
46222024-08-29T15:12:31.964Z[ recovery-image] Aug 29 15:12:30.294 INFO O| Aug 29 15:12:30.294 INFO STEP 209 (remove_files) COMPLETE
46232024-08-29T15:12:31.964Z[ recovery-image] Aug 29 15:12:30.294 INFO O| Aug 29 15:12:30.294 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-08-29T15:12:32.000Z[ recovery-image] Aug 29 15:12:30.332 INFO O| Aug 29 15:12:30.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46252024-08-29T15:12:32.000Z[ recovery-image] Aug 29 15:12:30.332 INFO O| Aug 29 15:12:30.332 INFO STEP 210 (remove_files) COMPLETE
46262024-08-29T15:12:32.000Z[ recovery-image] Aug 29 15:12:30.332 INFO O| Aug 29 15:12:30.332 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-08-29T15:12:32.055Z[ recovery-image] Aug 29 15:12:30.386 INFO O| Aug 29 15:12:30.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
46282024-08-29T15:12:32.055Z[ recovery-image] Aug 29 15:12:30.387 INFO O| Aug 29 15:12:30.387 INFO STEP 211 (remove_files) COMPLETE
46292024-08-29T15:12:32.055Z[ recovery-image] Aug 29 15:12:30.387 INFO O| Aug 29 15:12:30.387 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-08-29T15:12:32.073Z[ recovery-image] Aug 29 15:12:30.405 INFO O| Aug 29 15:12:30.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
46312024-08-29T15:12:32.074Z[ recovery-image] Aug 29 15:12:30.405 INFO O| Aug 29 15:12:30.405 INFO STEP 212 (remove_files) COMPLETE
46322024-08-29T15:12:32.074Z[ recovery-image] Aug 29 15:12:30.405 INFO O| Aug 29 15:12:30.405 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-08-29T15:12:32.091Z[ recovery-image] Aug 29 15:12:30.423 INFO O| Aug 29 15:12:30.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
46342024-08-29T15:12:32.091Z[ recovery-image] Aug 29 15:12:30.423 INFO O| Aug 29 15:12:30.423 INFO STEP 213 (remove_files) COMPLETE
46352024-08-29T15:12:32.091Z[ recovery-image] Aug 29 15:12:30.423 INFO O| Aug 29 15:12:30.423 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-08-29T15:12:32.124Z[ recovery-image] Aug 29 15:12:30.456 INFO O| Aug 29 15:12:30.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
46372024-08-29T15:12:32.127Z[ recovery-image] Aug 29 15:12:30.456 INFO O| Aug 29 15:12:30.456 INFO STEP 214 (remove_files) COMPLETE
46382024-08-29T15:12:32.127Z[ recovery-image] Aug 29 15:12:30.457 INFO O| Aug 29 15:12:30.457 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-08-29T15:12:32.181Z[ recovery-image] Aug 29 15:12:30.513 INFO O| Aug 29 15:12:30.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
46402024-08-29T15:12:32.181Z[ recovery-image] Aug 29 15:12:30.513 INFO O| Aug 29 15:12:30.513 INFO STEP 215 (remove_files) COMPLETE
46412024-08-29T15:12:32.184Z[ recovery-image] Aug 29 15:12:30.513 INFO O| Aug 29 15:12:30.513 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-08-29T15:12:32.199Z[ recovery-image] Aug 29 15:12:30.531 INFO O| Aug 29 15:12:30.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
46432024-08-29T15:12:32.199Z[ recovery-image] Aug 29 15:12:30.532 INFO O| Aug 29 15:12:30.531 INFO STEP 216 (remove_files) COMPLETE
46442024-08-29T15:12:32.202Z[ recovery-image] Aug 29 15:12:30.532 INFO O| Aug 29 15:12:30.531 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-08-29T15:12:32.217Z[ recovery-image] Aug 29 15:12:30.549 INFO O| Aug 29 15:12:30.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
46462024-08-29T15:12:32.217Z[ recovery-image] Aug 29 15:12:30.549 INFO O| Aug 29 15:12:30.549 INFO STEP 217 (remove_files) COMPLETE
46472024-08-29T15:12:32.219Z[ recovery-image] Aug 29 15:12:30.550 INFO O| Aug 29 15:12:30.549 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-08-29T15:12:32.257Z[ recovery-image] Aug 29 15:12:30.590 INFO O| Aug 29 15:12:30.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
46492024-08-29T15:12:32.257Z[ recovery-image] Aug 29 15:12:30.590 INFO O| Aug 29 15:12:30.590 INFO STEP 218 (remove_files) COMPLETE
46502024-08-29T15:12:32.257Z[ recovery-image] Aug 29 15:12:30.590 INFO O| Aug 29 15:12:30.590 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-08-29T15:12:32.307Z[ recovery-image] Aug 29 15:12:30.640 INFO O| Aug 29 15:12:30.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
46522024-08-29T15:12:32.307Z[ recovery-image] Aug 29 15:12:30.640 INFO O| Aug 29 15:12:30.640 INFO STEP 219 (remove_files) COMPLETE
46532024-08-29T15:12:32.307Z[ recovery-image] Aug 29 15:12:30.640 INFO O| Aug 29 15:12:30.640 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-08-29T15:12:32.343Z[ recovery-image] Aug 29 15:12:30.675 INFO O| Aug 29 15:12:30.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
46552024-08-29T15:12:32.343Z[ recovery-image] Aug 29 15:12:30.676 INFO O| Aug 29 15:12:30.675 INFO STEP 220 (remove_files) COMPLETE
46562024-08-29T15:12:32.343Z[ recovery-image] Aug 29 15:12:30.676 INFO O| Aug 29 15:12:30.676 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-08-29T15:12:32.368Z[ recovery-image] Aug 29 15:12:30.700 INFO O| Aug 29 15:12:30.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
46582024-08-29T15:12:32.368Z[ recovery-image] Aug 29 15:12:30.700 INFO O| Aug 29 15:12:30.700 INFO STEP 221 (remove_files) COMPLETE
46592024-08-29T15:12:32.368Z[ recovery-image] Aug 29 15:12:30.700 INFO O| Aug 29 15:12:30.700 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-08-29T15:12:32.391Z[ recovery-image] Aug 29 15:12:30.723 INFO O| Aug 29 15:12:30.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
46612024-08-29T15:12:32.391Z[ recovery-image] Aug 29 15:12:30.723 INFO O| Aug 29 15:12:30.723 INFO STEP 222 (remove_files) COMPLETE
46622024-08-29T15:12:32.391Z[ recovery-image] Aug 29 15:12:30.723 INFO O| Aug 29 15:12:30.723 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-08-29T15:12:32.410Z[ recovery-image] Aug 29 15:12:30.743 INFO O| Aug 29 15:12:30.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
46642024-08-29T15:12:32.410Z[ recovery-image] Aug 29 15:12:30.743 INFO O| Aug 29 15:12:30.743 INFO STEP 223 (remove_files) COMPLETE
46652024-08-29T15:12:32.410Z[ recovery-image] Aug 29 15:12:30.743 INFO O| Aug 29 15:12:30.743 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-08-29T15:12:32.430Z[ recovery-image] Aug 29 15:12:30.762 INFO O| Aug 29 15:12:30.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
46672024-08-29T15:12:32.430Z[ recovery-image] Aug 29 15:12:30.762 INFO O| Aug 29 15:12:30.762 INFO STEP 224 (remove_files) COMPLETE
46682024-08-29T15:12:32.432Z[ recovery-image] Aug 29 15:12:30.762 INFO O| Aug 29 15:12:30.762 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-08-29T15:12:32.448Z[ recovery-image] Aug 29 15:12:30.781 INFO O| Aug 29 15:12:30.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
46702024-08-29T15:12:32.448Z[ recovery-image] Aug 29 15:12:30.781 INFO O| Aug 29 15:12:30.781 INFO STEP 225 (remove_files) COMPLETE
46712024-08-29T15:12:32.451Z[ recovery-image] Aug 29 15:12:30.781 INFO O| Aug 29 15:12:30.781 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-08-29T15:12:32.523Z[ recovery-image] Aug 29 15:12:30.855 INFO O| Aug 29 15:12:30.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
46732024-08-29T15:12:32.523Z[ recovery-image] Aug 29 15:12:30.855 INFO O| Aug 29 15:12:30.855 INFO STEP 226 (remove_files) COMPLETE
46742024-08-29T15:12:32.523Z[ recovery-image] Aug 29 15:12:30.855 INFO O| Aug 29 15:12:30.855 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-08-29T15:12:32.542Z[ recovery-image] Aug 29 15:12:30.874 INFO O| Aug 29 15:12:30.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
46762024-08-29T15:12:32.542Z[ recovery-image] Aug 29 15:12:30.874 INFO O| Aug 29 15:12:30.874 INFO STEP 227 (remove_files) COMPLETE
46772024-08-29T15:12:32.545Z[ recovery-image] Aug 29 15:12:30.875 INFO O| Aug 29 15:12:30.874 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-08-29T15:12:32.584Z[ recovery-image] Aug 29 15:12:30.916 INFO O| Aug 29 15:12:30.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
46792024-08-29T15:12:32.584Z[ recovery-image] Aug 29 15:12:30.916 INFO O| Aug 29 15:12:30.916 INFO STEP 228 (remove_files) COMPLETE
46802024-08-29T15:12:32.587Z[ recovery-image] Aug 29 15:12:30.916 INFO O| Aug 29 15:12:30.916 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-08-29T15:12:32.615Z[ recovery-image] Aug 29 15:12:30.947 INFO O| Aug 29 15:12:30.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
46822024-08-29T15:12:32.615Z[ recovery-image] Aug 29 15:12:30.947 INFO O| Aug 29 15:12:30.947 INFO STEP 229 (remove_files) COMPLETE
46832024-08-29T15:12:32.618Z[ recovery-image] Aug 29 15:12:30.947 INFO O| Aug 29 15:12:30.947 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-08-29T15:12:32.673Z[ recovery-image] Aug 29 15:12:31.005 INFO O| Aug 29 15:12:31.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
46852024-08-29T15:12:32.673Z[ recovery-image] Aug 29 15:12:31.005 INFO O| Aug 29 15:12:31.005 INFO STEP 230 (remove_files) COMPLETE
46862024-08-29T15:12:32.673Z[ recovery-image] Aug 29 15:12:31.005 INFO O| Aug 29 15:12:31.005 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-08-29T15:12:32.692Z[ recovery-image] Aug 29 15:12:31.025 INFO O| Aug 29 15:12:31.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
46882024-08-29T15:12:32.692Z[ recovery-image] Aug 29 15:12:31.025 INFO O| Aug 29 15:12:31.025 INFO STEP 231 (remove_files) COMPLETE
46892024-08-29T15:12:32.693Z[ recovery-image] Aug 29 15:12:31.025 INFO O| Aug 29 15:12:31.025 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-08-29T15:12:32.737Z[ recovery-image] Aug 29 15:12:31.069 INFO O| Aug 29 15:12:31.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
46912024-08-29T15:12:32.737Z[ recovery-image] Aug 29 15:12:31.069 INFO O| Aug 29 15:12:31.069 INFO STEP 232 (remove_files) COMPLETE
46922024-08-29T15:12:32.739Z[ recovery-image] Aug 29 15:12:31.069 INFO O| Aug 29 15:12:31.069 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-08-29T15:12:32.773Z[ recovery-image] Aug 29 15:12:31.105 INFO O| Aug 29 15:12:31.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
46942024-08-29T15:12:32.776Z[ recovery-image] Aug 29 15:12:31.105 INFO O| Aug 29 15:12:31.105 INFO STEP 233 (remove_files) COMPLETE
46952024-08-29T15:12:32.776Z[ recovery-image] Aug 29 15:12:31.105 INFO O| Aug 29 15:12:31.105 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-08-29T15:12:32.792Z[ recovery-image] Aug 29 15:12:31.124 INFO O| Aug 29 15:12:31.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
46972024-08-29T15:12:32.795Z[ recovery-image] Aug 29 15:12:31.125 INFO O| Aug 29 15:12:31.125 INFO STEP 234 (remove_files) COMPLETE
46982024-08-29T15:12:32.795Z[ recovery-image] Aug 29 15:12:31.125 INFO O| Aug 29 15:12:31.125 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-08-29T15:12:32.812Z[ recovery-image] Aug 29 15:12:31.144 INFO O| Aug 29 15:12:31.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
47002024-08-29T15:12:32.814Z[ recovery-image] Aug 29 15:12:31.144 INFO O| Aug 29 15:12:31.144 INFO STEP 235 (remove_files) COMPLETE
47012024-08-29T15:12:32.814Z[ recovery-image] Aug 29 15:12:31.144 INFO O| Aug 29 15:12:31.144 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-08-29T15:12:32.830Z[ recovery-image] Aug 29 15:12:31.162 INFO O| Aug 29 15:12:31.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
47032024-08-29T15:12:32.833Z[ recovery-image] Aug 29 15:12:31.162 INFO O| Aug 29 15:12:31.162 INFO STEP 236 (remove_files) COMPLETE
47042024-08-29T15:12:32.833Z[ recovery-image] Aug 29 15:12:31.163 INFO O| Aug 29 15:12:31.162 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-08-29T15:12:32.848Z[ recovery-image] Aug 29 15:12:31.181 INFO O| Aug 29 15:12:31.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47062024-08-29T15:12:32.869Z[ recovery-image] Aug 29 15:12:31.201 INFO O| Aug 29 15:12:31.201 INFO STEP 237 (remove_files) COMPLETE
47072024-08-29T15:12:32.869Z[ recovery-image] Aug 29 15:12:31.201 INFO O| Aug 29 15:12:31.201 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-08-29T15:12:32.888Z[ recovery-image] Aug 29 15:12:31.220 INFO O| Aug 29 15:12:31.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
47092024-08-29T15:12:32.891Z[ recovery-image] Aug 29 15:12:31.221 INFO O| Aug 29 15:12:31.220 INFO STEP 238 (remove_files) COMPLETE
47102024-08-29T15:12:32.891Z[ recovery-image] Aug 29 15:12:31.221 INFO O| Aug 29 15:12:31.221 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-08-29T15:12:32.906Z[ recovery-image] Aug 29 15:12:31.238 INFO O| Aug 29 15:12:31.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
47122024-08-29T15:12:32.906Z[ recovery-image] Aug 29 15:12:31.238 INFO O| Aug 29 15:12:31.238 INFO STEP 239 (remove_files) COMPLETE
47132024-08-29T15:12:32.908Z[ recovery-image] Aug 29 15:12:31.238 INFO O| Aug 29 15:12:31.238 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-08-29T15:12:32.923Z[ recovery-image] Aug 29 15:12:31.255 INFO O| Aug 29 15:12:31.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
47152024-08-29T15:12:32.923Z[ recovery-image] Aug 29 15:12:31.256 INFO O| Aug 29 15:12:31.255 INFO STEP 240 (remove_files) COMPLETE
47162024-08-29T15:12:32.926Z[ recovery-image] Aug 29 15:12:31.256 INFO O| Aug 29 15:12:31.256 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-08-29T15:12:32.946Z[ recovery-image] Aug 29 15:12:31.277 INFO O| Aug 29 15:12:31.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47182024-08-29T15:12:32.949Z[ recovery-image] Aug 29 15:12:31.277 INFO O| Aug 29 15:12:31.277 INFO STEP 241 (remove_files) COMPLETE
47192024-08-29T15:12:32.949Z[ recovery-image] Aug 29 15:12:31.278 INFO O| Aug 29 15:12:31.277 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-08-29T15:12:32.964Z[ recovery-image] Aug 29 15:12:31.296 INFO O| Aug 29 15:12:31.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47212024-08-29T15:12:32.966Z[ recovery-image] Aug 29 15:12:31.296 INFO O| Aug 29 15:12:31.296 INFO STEP 242 (remove_files) COMPLETE
47222024-08-29T15:12:32.966Z[ recovery-image] Aug 29 15:12:31.296 INFO O| Aug 29 15:12:31.296 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-08-29T15:12:32.986Z[ recovery-image] Aug 29 15:12:31.317 INFO O| Aug 29 15:12:31.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
47242024-08-29T15:12:32.989Z[ recovery-image] Aug 29 15:12:31.318 INFO O| Aug 29 15:12:31.317 INFO STEP 243 (remove_files) COMPLETE
47252024-08-29T15:12:32.989Z[ recovery-image] Aug 29 15:12:31.318 INFO O| Aug 29 15:12:31.318 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-08-29T15:12:33.038Z[ recovery-image] Aug 29 15:12:31.370 INFO O| Aug 29 15:12:31.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
47272024-08-29T15:12:33.039Z[ recovery-image] Aug 29 15:12:31.371 INFO O| Aug 29 15:12:31.371 INFO STEP 244 (remove_files) COMPLETE
47282024-08-29T15:12:33.041Z[ recovery-image] Aug 29 15:12:31.371 INFO O| Aug 29 15:12:31.371 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-08-29T15:12:33.099Z[ recovery-image] Aug 29 15:12:31.432 INFO O| Aug 29 15:12:31.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
47302024-08-29T15:12:33.099Z[ recovery-image] Aug 29 15:12:31.432 INFO O| Aug 29 15:12:31.432 INFO STEP 245 (remove_files) COMPLETE
47312024-08-29T15:12:33.100Z[ recovery-image] Aug 29 15:12:31.432 INFO O| Aug 29 15:12:31.432 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-08-29T15:12:33.137Z[ recovery-image] Aug 29 15:12:31.469 INFO O| Aug 29 15:12:31.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
47332024-08-29T15:12:33.161Z[ recovery-image] Aug 29 15:12:31.493 INFO O| Aug 29 15:12:31.493 INFO STEP 246 (remove_files) COMPLETE
47342024-08-29T15:12:33.161Z[ recovery-image] Aug 29 15:12:31.493 INFO O| Aug 29 15:12:31.493 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-08-29T15:12:33.220Z[ recovery-image] Aug 29 15:12:31.552 INFO O| Aug 29 15:12:31.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
47362024-08-29T15:12:33.221Z[ recovery-image] Aug 29 15:12:31.553 INFO O| Aug 29 15:12:31.553 INFO STEP 247 (remove_files) COMPLETE
47372024-08-29T15:12:33.223Z[ recovery-image] Aug 29 15:12:31.553 INFO O| Aug 29 15:12:31.553 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-08-29T15:12:33.239Z[ recovery-image] Aug 29 15:12:31.571 INFO O| Aug 29 15:12:31.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
47392024-08-29T15:12:33.241Z[ recovery-image] Aug 29 15:12:31.571 INFO O| Aug 29 15:12:31.571 INFO STEP 248 (remove_files) COMPLETE
47402024-08-29T15:12:33.241Z[ recovery-image] Aug 29 15:12:31.571 INFO O| Aug 29 15:12:31.571 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-08-29T15:12:33.257Z[ recovery-image] Aug 29 15:12:31.589 INFO O| Aug 29 15:12:31.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
47422024-08-29T15:12:33.257Z[ recovery-image] Aug 29 15:12:31.589 INFO O| Aug 29 15:12:31.589 INFO STEP 249 (remove_files) COMPLETE
47432024-08-29T15:12:33.257Z[ recovery-image] Aug 29 15:12:31.589 INFO O| Aug 29 15:12:31.589 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-08-29T15:12:33.275Z[ recovery-image] Aug 29 15:12:31.608 INFO O| Aug 29 15:12:31.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
47452024-08-29T15:12:33.276Z[ recovery-image] Aug 29 15:12:31.608 INFO O| Aug 29 15:12:31.608 INFO STEP 250 (remove_files) COMPLETE
47462024-08-29T15:12:33.276Z[ recovery-image] Aug 29 15:12:31.608 INFO O| Aug 29 15:12:31.608 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-08-29T15:12:33.293Z[ recovery-image] Aug 29 15:12:31.625 INFO O| Aug 29 15:12:31.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
47482024-08-29T15:12:33.293Z[ recovery-image] Aug 29 15:12:31.625 INFO O| Aug 29 15:12:31.625 INFO STEP 251 (remove_files) COMPLETE
47492024-08-29T15:12:33.293Z[ recovery-image] Aug 29 15:12:31.625 INFO O| Aug 29 15:12:31.625 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-08-29T15:12:33.311Z[ recovery-image] Aug 29 15:12:31.643 INFO O| Aug 29 15:12:31.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
47512024-08-29T15:12:33.311Z[ recovery-image] Aug 29 15:12:31.643 INFO O| Aug 29 15:12:31.643 INFO STEP 252 (remove_files) COMPLETE
47522024-08-29T15:12:33.313Z[ recovery-image] Aug 29 15:12:31.643 INFO O| Aug 29 15:12:31.643 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-08-29T15:12:33.328Z[ recovery-image] Aug 29 15:12:31.660 INFO O| Aug 29 15:12:31.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
47542024-08-29T15:12:33.328Z[ recovery-image] Aug 29 15:12:31.660 INFO O| Aug 29 15:12:31.660 INFO STEP 253 (remove_files) COMPLETE
47552024-08-29T15:12:33.328Z[ recovery-image] Aug 29 15:12:31.661 INFO O| Aug 29 15:12:31.660 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-08-29T15:12:33.345Z[ recovery-image] Aug 29 15:12:31.677 INFO O| Aug 29 15:12:31.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
47572024-08-29T15:12:33.345Z[ recovery-image] Aug 29 15:12:31.677 INFO O| Aug 29 15:12:31.677 INFO STEP 254 (remove_files) COMPLETE
47582024-08-29T15:12:33.348Z[ recovery-image] Aug 29 15:12:31.677 INFO O| Aug 29 15:12:31.677 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-08-29T15:12:33.363Z[ recovery-image] Aug 29 15:12:31.695 INFO O| Aug 29 15:12:31.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
47602024-08-29T15:12:33.363Z[ recovery-image] Aug 29 15:12:31.695 INFO O| Aug 29 15:12:31.695 INFO STEP 255 (remove_files) COMPLETE
47612024-08-29T15:12:33.366Z[ recovery-image] Aug 29 15:12:31.695 INFO O| Aug 29 15:12:31.695 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-08-29T15:12:33.380Z[ recovery-image] Aug 29 15:12:31.713 INFO O| Aug 29 15:12:31.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
47632024-08-29T15:12:33.381Z[ recovery-image] Aug 29 15:12:31.713 INFO O| Aug 29 15:12:31.713 INFO STEP 256 (remove_files) COMPLETE
47642024-08-29T15:12:33.383Z[ recovery-image] Aug 29 15:12:31.713 INFO O| Aug 29 15:12:31.713 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-08-29T15:12:33.398Z[ recovery-image] Aug 29 15:12:31.730 INFO O| Aug 29 15:12:31.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
47662024-08-29T15:12:33.398Z[ recovery-image] Aug 29 15:12:31.730 INFO O| Aug 29 15:12:31.730 INFO STEP 257 (remove_files) COMPLETE
47672024-08-29T15:12:33.401Z[ recovery-image] Aug 29 15:12:31.730 INFO O| Aug 29 15:12:31.730 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-08-29T15:12:33.436Z[ recovery-image] Aug 29 15:12:31.768 INFO O| Aug 29 15:12:31.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
47692024-08-29T15:12:33.436Z[ recovery-image] Aug 29 15:12:31.768 INFO O| Aug 29 15:12:31.768 INFO STEP 258 (remove_files) COMPLETE
47702024-08-29T15:12:33.438Z[ recovery-image] Aug 29 15:12:31.768 INFO O| Aug 29 15:12:31.768 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-08-29T15:12:33.465Z[ recovery-image] Aug 29 15:12:31.797 INFO O| Aug 29 15:12:31.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
47722024-08-29T15:12:33.465Z[ recovery-image] Aug 29 15:12:31.797 INFO O| Aug 29 15:12:31.797 INFO STEP 259 (remove_files) COMPLETE
47732024-08-29T15:12:33.468Z[ recovery-image] Aug 29 15:12:31.797 INFO O| Aug 29 15:12:31.797 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-08-29T15:12:33.486Z[ recovery-image] Aug 29 15:12:31.817 INFO O| Aug 29 15:12:31.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
47752024-08-29T15:12:33.486Z[ recovery-image] Aug 29 15:12:31.817 INFO O| Aug 29 15:12:31.817 INFO STEP 260 (remove_files) COMPLETE
47762024-08-29T15:12:33.489Z[ recovery-image] Aug 29 15:12:31.817 INFO O| Aug 29 15:12:31.817 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-08-29T15:12:33.504Z[ recovery-image] Aug 29 15:12:31.835 INFO O| Aug 29 15:12:31.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
47782024-08-29T15:12:33.504Z[ recovery-image] Aug 29 15:12:31.835 INFO O| Aug 29 15:12:31.835 INFO STEP 261 (remove_files) COMPLETE
47792024-08-29T15:12:33.504Z[ recovery-image] Aug 29 15:12:31.836 INFO O| Aug 29 15:12:31.835 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-08-29T15:12:33.581Z[ recovery-image] Aug 29 15:12:31.913 INFO O| Aug 29 15:12:31.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
47812024-08-29T15:12:33.581Z[ recovery-image] Aug 29 15:12:31.913 INFO O| Aug 29 15:12:31.913 INFO STEP 262 (remove_files) COMPLETE
47822024-08-29T15:12:33.582Z[ recovery-image] Aug 29 15:12:31.913 INFO O| Aug 29 15:12:31.913 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-08-29T15:12:33.601Z[ recovery-image] Aug 29 15:12:31.933 INFO O| Aug 29 15:12:31.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
47842024-08-29T15:12:33.601Z[ recovery-image] Aug 29 15:12:31.933 INFO O| Aug 29 15:12:31.933 INFO STEP 263 (remove_files) COMPLETE
47852024-08-29T15:12:33.604Z[ recovery-image] Aug 29 15:12:31.933 INFO O| Aug 29 15:12:31.933 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-08-29T15:12:33.621Z[ recovery-image] Aug 29 15:12:31.953 INFO O| Aug 29 15:12:31.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
47872024-08-29T15:12:33.621Z[ recovery-image] Aug 29 15:12:31.953 INFO O| Aug 29 15:12:31.953 INFO STEP 264 (remove_files) COMPLETE
47882024-08-29T15:12:33.623Z[ recovery-image] Aug 29 15:12:31.953 INFO O| Aug 29 15:12:31.953 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-08-29T15:12:33.639Z[ recovery-image] Aug 29 15:12:31.971 INFO O| Aug 29 15:12:31.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
47902024-08-29T15:12:33.639Z[ recovery-image] Aug 29 15:12:31.971 INFO O| Aug 29 15:12:31.971 INFO STEP 265 (remove_files) COMPLETE
47912024-08-29T15:12:33.639Z[ recovery-image] Aug 29 15:12:31.971 INFO O| Aug 29 15:12:31.971 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-08-29T15:12:33.657Z[ recovery-image] Aug 29 15:12:31.989 INFO O| Aug 29 15:12:31.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
47932024-08-29T15:12:33.658Z[ recovery-image] Aug 29 15:12:31.989 INFO O| Aug 29 15:12:31.989 INFO STEP 266 (remove_files) COMPLETE
47942024-08-29T15:12:33.660Z[ recovery-image] Aug 29 15:12:31.990 INFO O| Aug 29 15:12:31.989 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-08-29T15:12:33.676Z[ recovery-image] Aug 29 15:12:32.008 INFO O| Aug 29 15:12:32.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
47962024-08-29T15:12:33.676Z[ recovery-image] Aug 29 15:12:32.008 INFO O| Aug 29 15:12:32.008 INFO STEP 267 (remove_files) COMPLETE
47972024-08-29T15:12:33.678Z[ recovery-image] Aug 29 15:12:32.008 INFO O| Aug 29 15:12:32.008 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-08-29T15:12:33.727Z[ recovery-image] Aug 29 15:12:32.042 INFO O| Aug 29 15:12:32.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
47992024-08-29T15:12:33.727Z[ recovery-image] Aug 29 15:12:32.042 INFO O| Aug 29 15:12:32.042 INFO STEP 268 (remove_files) COMPLETE
48002024-08-29T15:12:33.727Z[ recovery-image] Aug 29 15:12:32.042 INFO O| Aug 29 15:12:32.042 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-08-29T15:12:33.783Z[ recovery-image] Aug 29 15:12:32.115 INFO O| Aug 29 15:12:32.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
48022024-08-29T15:12:33.783Z[ recovery-image] Aug 29 15:12:32.115 INFO O| Aug 29 15:12:32.115 INFO STEP 269 (remove_files) COMPLETE
48032024-08-29T15:12:33.783Z[ recovery-image] Aug 29 15:12:32.115 INFO O| Aug 29 15:12:32.115 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-08-29T15:12:33.806Z[ recovery-image] Aug 29 15:12:32.138 INFO O| Aug 29 15:12:32.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48052024-08-29T15:12:33.806Z[ recovery-image] Aug 29 15:12:32.138 INFO O| Aug 29 15:12:32.138 INFO STEP 270 (remove_files) COMPLETE
48062024-08-29T15:12:33.809Z[ recovery-image] Aug 29 15:12:32.138 INFO O| Aug 29 15:12:32.138 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-08-29T15:12:33.828Z[ recovery-image] Aug 29 15:12:32.159 INFO O| Aug 29 15:12:32.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
48082024-08-29T15:12:33.828Z[ recovery-image] Aug 29 15:12:32.159 INFO O| Aug 29 15:12:32.159 INFO STEP 271 (remove_files) COMPLETE
48092024-08-29T15:12:33.830Z[ recovery-image] Aug 29 15:12:32.160 INFO O| Aug 29 15:12:32.159 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-08-29T15:12:33.864Z[ recovery-image] Aug 29 15:12:32.196 INFO O| Aug 29 15:12:32.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
48112024-08-29T15:12:33.867Z[ recovery-image] Aug 29 15:12:32.196 INFO O| Aug 29 15:12:32.196 INFO STEP 272 (remove_files) COMPLETE
48122024-08-29T15:12:33.867Z[ recovery-image] Aug 29 15:12:32.196 INFO O| Aug 29 15:12:32.196 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-08-29T15:12:33.905Z[ recovery-image] Aug 29 15:12:32.236 INFO O| Aug 29 15:12:32.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
48142024-08-29T15:12:33.905Z[ recovery-image] Aug 29 15:12:32.236 INFO O| Aug 29 15:12:32.236 INFO STEP 273 (remove_files) COMPLETE
48152024-08-29T15:12:33.905Z[ recovery-image] Aug 29 15:12:32.236 INFO O| Aug 29 15:12:32.236 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-08-29T15:12:33.960Z[ recovery-image] Aug 29 15:12:32.292 INFO O| Aug 29 15:12:32.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48172024-08-29T15:12:33.960Z[ recovery-image] Aug 29 15:12:32.292 INFO O| Aug 29 15:12:32.292 INFO STEP 274 (remove_files) COMPLETE
48182024-08-29T15:12:33.963Z[ recovery-image] Aug 29 15:12:32.292 INFO O| Aug 29 15:12:32.292 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-08-29T15:12:33.980Z[ recovery-image] Aug 29 15:12:32.311 INFO O| Aug 29 15:12:32.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48202024-08-29T15:12:33.980Z[ recovery-image] Aug 29 15:12:32.311 INFO O| Aug 29 15:12:32.311 INFO STEP 275 (remove_files) COMPLETE
48212024-08-29T15:12:33.983Z[ recovery-image] Aug 29 15:12:32.311 INFO O| Aug 29 15:12:32.311 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-08-29T15:12:33.998Z[ recovery-image] Aug 29 15:12:32.329 INFO O| Aug 29 15:12:32.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48232024-08-29T15:12:33.998Z[ recovery-image] Aug 29 15:12:32.330 INFO O| Aug 29 15:12:32.330 INFO STEP 276 (remove_files) COMPLETE
48242024-08-29T15:12:33.998Z[ recovery-image] Aug 29 15:12:32.330 INFO O| Aug 29 15:12:32.330 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-08-29T15:12:34.016Z[ recovery-image] Aug 29 15:12:32.347 INFO O| Aug 29 15:12:32.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
48262024-08-29T15:12:34.016Z[ recovery-image] Aug 29 15:12:32.348 INFO O| Aug 29 15:12:32.348 INFO STEP 277 (remove_files) COMPLETE
48272024-08-29T15:12:34.016Z[ recovery-image] Aug 29 15:12:32.348 INFO O| Aug 29 15:12:32.348 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-08-29T15:12:34.035Z[ recovery-image] Aug 29 15:12:32.367 INFO O| Aug 29 15:12:32.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
48292024-08-29T15:12:34.038Z[ recovery-image] Aug 29 15:12:32.367 INFO O| Aug 29 15:12:32.367 INFO STEP 278 (remove_files) COMPLETE
48302024-08-29T15:12:34.038Z[ recovery-image] Aug 29 15:12:32.367 INFO O| Aug 29 15:12:32.367 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-08-29T15:12:34.054Z[ recovery-image] Aug 29 15:12:32.386 INFO O| Aug 29 15:12:32.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
48322024-08-29T15:12:34.054Z[ recovery-image] Aug 29 15:12:32.386 INFO O| Aug 29 15:12:32.386 INFO STEP 279 (remove_files) COMPLETE
48332024-08-29T15:12:34.058Z[ recovery-image] Aug 29 15:12:32.386 INFO O| Aug 29 15:12:32.386 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-08-29T15:12:34.071Z[ recovery-image] Aug 29 15:12:32.402 INFO O| Aug 29 15:12:32.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
48352024-08-29T15:12:34.071Z[ recovery-image] Aug 29 15:12:32.403 INFO O| Aug 29 15:12:32.402 INFO STEP 280 (remove_files) COMPLETE
48362024-08-29T15:12:34.074Z[ recovery-image] Aug 29 15:12:32.403 INFO O| Aug 29 15:12:32.403 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-08-29T15:12:34.088Z[ recovery-image] Aug 29 15:12:32.419 INFO O| Aug 29 15:12:32.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
48382024-08-29T15:12:34.088Z[ recovery-image] Aug 29 15:12:32.420 INFO O| Aug 29 15:12:32.420 INFO STEP 281 (remove_files) COMPLETE
48392024-08-29T15:12:34.088Z[ recovery-image] Aug 29 15:12:32.420 INFO O| Aug 29 15:12:32.420 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-08-29T15:12:34.122Z[ recovery-image] Aug 29 15:12:32.454 INFO O| Aug 29 15:12:32.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
48412024-08-29T15:12:34.145Z[ recovery-image] Aug 29 15:12:32.477 INFO O| Aug 29 15:12:32.477 INFO STEP 282 (remove_files) COMPLETE
48422024-08-29T15:12:34.145Z[ recovery-image] Aug 29 15:12:32.477 INFO O| Aug 29 15:12:32.477 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-08-29T15:12:34.197Z[ recovery-image] Aug 29 15:12:32.528 INFO O| Aug 29 15:12:32.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
48442024-08-29T15:12:34.197Z[ recovery-image] Aug 29 15:12:32.528 INFO O| Aug 29 15:12:32.528 INFO STEP 283 (remove_files) COMPLETE
48452024-08-29T15:12:34.197Z[ recovery-image] Aug 29 15:12:32.528 INFO O| Aug 29 15:12:32.528 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-08-29T15:12:34.256Z[ recovery-image] Aug 29 15:12:32.587 INFO O| Aug 29 15:12:32.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
48472024-08-29T15:12:34.256Z[ recovery-image] Aug 29 15:12:32.587 INFO O| Aug 29 15:12:32.587 INFO STEP 284 (remove_files) COMPLETE
48482024-08-29T15:12:34.258Z[ recovery-image] Aug 29 15:12:32.588 INFO O| Aug 29 15:12:32.587 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-08-29T15:12:34.274Z[ recovery-image] Aug 29 15:12:32.606 INFO O| Aug 29 15:12:32.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
48502024-08-29T15:12:34.299Z[ recovery-image] Aug 29 15:12:32.630 INFO O| Aug 29 15:12:32.630 INFO STEP 285 (remove_files) COMPLETE
48512024-08-29T15:12:34.299Z[ recovery-image] Aug 29 15:12:32.630 INFO O| Aug 29 15:12:32.630 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-08-29T15:12:34.353Z[ recovery-image] Aug 29 15:12:32.685 INFO O| Aug 29 15:12:32.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
48532024-08-29T15:12:34.407Z[ recovery-image] Aug 29 15:12:32.709 INFO O| Aug 29 15:12:32.709 INFO STEP 286 (remove_files) COMPLETE
48542024-08-29T15:12:34.407Z[ recovery-image] Aug 29 15:12:32.709 INFO O| Aug 29 15:12:32.709 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-08-29T15:12:34.427Z[ recovery-image] Aug 29 15:12:32.759 INFO O| Aug 29 15:12:32.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
48562024-08-29T15:12:34.427Z[ recovery-image] Aug 29 15:12:32.759 INFO O| Aug 29 15:12:32.759 INFO STEP 287 (remove_files) COMPLETE
48572024-08-29T15:12:34.427Z[ recovery-image] Aug 29 15:12:32.759 INFO O| Aug 29 15:12:32.759 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-08-29T15:12:34.447Z[ recovery-image] Aug 29 15:12:32.778 INFO O| Aug 29 15:12:32.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
48592024-08-29T15:12:34.449Z[ recovery-image] Aug 29 15:12:32.778 INFO O| Aug 29 15:12:32.778 INFO STEP 288 (remove_files) COMPLETE
48602024-08-29T15:12:34.449Z[ recovery-image] Aug 29 15:12:32.778 INFO O| Aug 29 15:12:32.778 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-08-29T15:12:34.522Z[ recovery-image] Aug 29 15:12:32.853 INFO O| Aug 29 15:12:32.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
48622024-08-29T15:12:34.522Z[ recovery-image] Aug 29 15:12:32.853 INFO O| Aug 29 15:12:32.853 INFO STEP 289 (remove_files) COMPLETE
48632024-08-29T15:12:34.525Z[ recovery-image] Aug 29 15:12:32.853 INFO O| Aug 29 15:12:32.853 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-08-29T15:12:34.542Z[ recovery-image] Aug 29 15:12:32.874 INFO O| Aug 29 15:12:32.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
48652024-08-29T15:12:34.542Z[ recovery-image] Aug 29 15:12:32.874 INFO O| Aug 29 15:12:32.874 INFO STEP 290 (remove_files) COMPLETE
48662024-08-29T15:12:34.542Z[ recovery-image] Aug 29 15:12:32.874 INFO O| Aug 29 15:12:32.874 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-08-29T15:12:34.565Z[ recovery-image] Aug 29 15:12:32.896 INFO O| Aug 29 15:12:32.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
48682024-08-29T15:12:34.565Z[ recovery-image] Aug 29 15:12:32.896 INFO O| Aug 29 15:12:32.896 INFO STEP 291 (remove_files) COMPLETE
48692024-08-29T15:12:34.565Z[ recovery-image] Aug 29 15:12:32.897 INFO O| Aug 29 15:12:32.896 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-08-29T15:12:34.584Z[ recovery-image] Aug 29 15:12:32.916 INFO O| Aug 29 15:12:32.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
48712024-08-29T15:12:34.584Z[ recovery-image] Aug 29 15:12:32.916 INFO O| Aug 29 15:12:32.916 INFO STEP 292 (remove_files) COMPLETE
48722024-08-29T15:12:34.584Z[ recovery-image] Aug 29 15:12:32.916 INFO O| Aug 29 15:12:32.916 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-08-29T15:12:34.604Z[ recovery-image] Aug 29 15:12:32.935 INFO O| Aug 29 15:12:32.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
48742024-08-29T15:12:34.604Z[ recovery-image] Aug 29 15:12:32.935 INFO O| Aug 29 15:12:32.935 INFO STEP 293 (remove_files) COMPLETE
48752024-08-29T15:12:34.604Z[ recovery-image] Aug 29 15:12:32.935 INFO O| Aug 29 15:12:32.935 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-08-29T15:12:34.622Z[ recovery-image] Aug 29 15:12:32.953 INFO O| Aug 29 15:12:32.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
48772024-08-29T15:12:34.622Z[ recovery-image] Aug 29 15:12:32.953 INFO O| Aug 29 15:12:32.953 INFO STEP 294 (remove_files) COMPLETE
48782024-08-29T15:12:34.624Z[ recovery-image] Aug 29 15:12:32.953 INFO O| Aug 29 15:12:32.953 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-08-29T15:12:34.640Z[ recovery-image] Aug 29 15:12:32.972 INFO O| Aug 29 15:12:32.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
48802024-08-29T15:12:34.640Z[ recovery-image] Aug 29 15:12:32.972 INFO O| Aug 29 15:12:32.972 INFO STEP 295 (remove_files) COMPLETE
48812024-08-29T15:12:34.642Z[ recovery-image] Aug 29 15:12:32.972 INFO O| Aug 29 15:12:32.972 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-08-29T15:12:34.681Z[ recovery-image] Aug 29 15:12:33.013 INFO O| Aug 29 15:12:33.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
48832024-08-29T15:12:34.681Z[ recovery-image] Aug 29 15:12:33.013 INFO O| Aug 29 15:12:33.013 INFO STEP 296 (remove_files) COMPLETE
48842024-08-29T15:12:34.681Z[ recovery-image] Aug 29 15:12:33.013 INFO O| Aug 29 15:12:33.013 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-08-29T15:12:34.698Z[ recovery-image] Aug 29 15:12:33.030 INFO O| Aug 29 15:12:33.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
48862024-08-29T15:12:34.698Z[ recovery-image] Aug 29 15:12:33.030 INFO O| Aug 29 15:12:33.030 INFO STEP 297 (remove_files) COMPLETE
48872024-08-29T15:12:34.698Z[ recovery-image] Aug 29 15:12:33.030 INFO O| Aug 29 15:12:33.030 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-08-29T15:12:34.720Z[ recovery-image] Aug 29 15:12:33.051 INFO O| Aug 29 15:12:33.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
48892024-08-29T15:12:34.720Z[ recovery-image] Aug 29 15:12:33.051 INFO O| Aug 29 15:12:33.051 INFO STEP 298 (remove_files) COMPLETE
48902024-08-29T15:12:34.720Z[ recovery-image] Aug 29 15:12:33.051 INFO O| Aug 29 15:12:33.051 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-08-29T15:12:34.771Z[ recovery-image] Aug 29 15:12:33.103 INFO O| Aug 29 15:12:33.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
48922024-08-29T15:12:34.774Z[ recovery-image] Aug 29 15:12:33.104 INFO O| Aug 29 15:12:33.103 INFO STEP 299 (remove_files) COMPLETE
48932024-08-29T15:12:34.774Z[ recovery-image] Aug 29 15:12:33.104 INFO O| Aug 29 15:12:33.103 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-08-29T15:12:34.873Z[ recovery-image] Aug 29 15:12:33.204 INFO O| Aug 29 15:12:33.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
48952024-08-29T15:12:34.873Z[ recovery-image] Aug 29 15:12:33.205 INFO O| Aug 29 15:12:33.205 INFO STEP 300 (remove_files) COMPLETE
48962024-08-29T15:12:34.875Z[ recovery-image] Aug 29 15:12:33.205 INFO O| Aug 29 15:12:33.205 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-08-29T15:12:34.875Z[ host-image] Aug 29 15:12:33.207 INFO O| Aug 29 15:12:33.206 INFO O| Planning: Solver setup ... Done
48982024-08-29T15:12:34.881Z[ host-image] Aug 29 15:12:33.213 INFO O| Aug 29 15:12:33.213 INFO O| Planning: Running solver ... Done
48992024-08-29T15:12:34.893Z[ recovery-image] Aug 29 15:12:33.224 INFO O| Aug 29 15:12:33.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
49002024-08-29T15:12:34.894Z[ recovery-image] Aug 29 15:12:33.225 INFO O| Aug 29 15:12:33.224 INFO STEP 301 (remove_files) COMPLETE
49012024-08-29T15:12:34.894Z[ recovery-image] Aug 29 15:12:33.225 INFO O| Aug 29 15:12:33.225 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-08-29T15:12:34.912Z[ recovery-image] Aug 29 15:12:33.244 INFO O| Aug 29 15:12:33.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
49032024-08-29T15:12:34.912Z[ recovery-image] Aug 29 15:12:33.244 INFO O| Aug 29 15:12:33.244 INFO STEP 302 (remove_files) COMPLETE
49042024-08-29T15:12:34.912Z[ recovery-image] Aug 29 15:12:33.244 INFO O| Aug 29 15:12:33.244 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-08-29T15:12:34.931Z[ recovery-image] Aug 29 15:12:33.262 INFO O| Aug 29 15:12:33.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49062024-08-29T15:12:34.931Z[ recovery-image] Aug 29 15:12:33.262 INFO O| Aug 29 15:12:33.262 INFO STEP 303 (remove_files) COMPLETE
49072024-08-29T15:12:34.931Z[ recovery-image] Aug 29 15:12:33.262 INFO O| Aug 29 15:12:33.262 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-08-29T15:12:34.941Z[ host-image] Aug 29 15:12:33.273 INFO O| Aug 29 15:12:33.273 INFO O| Planning: Finding local manifests ... Done
49092024-08-29T15:12:34.944Z[ host-image] Aug 29 15:12:33.275 INFO O| Aug 29 15:12:33.275 INFO O| Planning: Fetching manifests: 0/6 0% complete
49102024-08-29T15:12:34.991Z[ recovery-image] Aug 29 15:12:33.323 INFO O| Aug 29 15:12:33.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
49112024-08-29T15:12:34.995Z[ recovery-image] Aug 29 15:12:33.323 INFO O| Aug 29 15:12:33.323 INFO STEP 304 (remove_files) COMPLETE
49122024-08-29T15:12:34.995Z[ recovery-image] Aug 29 15:12:33.323 INFO O| Aug 29 15:12:33.323 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-08-29T15:12:35.013Z[ recovery-image] Aug 29 15:12:33.345 INFO O| Aug 29 15:12:33.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
49142024-08-29T15:12:35.016Z[ recovery-image] Aug 29 15:12:33.345 INFO O| Aug 29 15:12:33.345 INFO STEP 305 (remove_files) COMPLETE
49152024-08-29T15:12:35.016Z[ recovery-image] Aug 29 15:12:33.345 INFO O| Aug 29 15:12:33.345 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-08-29T15:12:35.036Z[ recovery-image] Aug 29 15:12:33.367 INFO O| Aug 29 15:12:33.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
49172024-08-29T15:12:35.038Z[ recovery-image] Aug 29 15:12:33.367 INFO O| Aug 29 15:12:33.367 INFO STEP 306 (remove_files) COMPLETE
49182024-08-29T15:12:35.038Z[ recovery-image] Aug 29 15:12:33.368 INFO O| Aug 29 15:12:33.368 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-08-29T15:12:35.056Z[ recovery-image] Aug 29 15:12:33.387 INFO O| Aug 29 15:12:33.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49202024-08-29T15:12:35.058Z[ recovery-image] Aug 29 15:12:33.388 INFO O| Aug 29 15:12:33.388 INFO STEP 307 (remove_files) COMPLETE
49212024-08-29T15:12:35.058Z[ recovery-image] Aug 29 15:12:33.388 INFO O| Aug 29 15:12:33.388 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-08-29T15:12:35.075Z[ recovery-image] Aug 29 15:12:33.407 INFO O| Aug 29 15:12:33.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49232024-08-29T15:12:35.078Z[ recovery-image] Aug 29 15:12:33.407 INFO O| Aug 29 15:12:33.407 INFO STEP 308 (remove_files) COMPLETE
49242024-08-29T15:12:35.078Z[ recovery-image] Aug 29 15:12:33.407 INFO O| Aug 29 15:12:33.407 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-08-29T15:12:35.094Z[ recovery-image] Aug 29 15:12:33.426 INFO O| Aug 29 15:12:33.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49262024-08-29T15:12:35.097Z[ recovery-image] Aug 29 15:12:33.426 INFO O| Aug 29 15:12:33.426 INFO STEP 309 (remove_files) COMPLETE
49272024-08-29T15:12:35.097Z[ recovery-image] Aug 29 15:12:33.426 INFO O| Aug 29 15:12:33.426 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-08-29T15:12:35.114Z[ recovery-image] Aug 29 15:12:33.446 INFO O| Aug 29 15:12:33.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
49292024-08-29T15:12:35.117Z[ recovery-image] Aug 29 15:12:33.446 INFO O| Aug 29 15:12:33.446 INFO STEP 310 (remove_files) COMPLETE
49302024-08-29T15:12:35.117Z[ recovery-image] Aug 29 15:12:33.446 INFO O| Aug 29 15:12:33.446 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-08-29T15:12:35.134Z[ recovery-image] Aug 29 15:12:33.465 INFO O| Aug 29 15:12:33.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
49322024-08-29T15:12:35.134Z[ recovery-image] Aug 29 15:12:33.466 INFO O| Aug 29 15:12:33.465 INFO STEP 311 (remove_files) COMPLETE
49332024-08-29T15:12:35.136Z[ recovery-image] Aug 29 15:12:33.466 INFO O| Aug 29 15:12:33.466 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-08-29T15:12:35.151Z[ recovery-image] Aug 29 15:12:33.483 INFO O| Aug 29 15:12:33.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
49352024-08-29T15:12:35.154Z[ recovery-image] Aug 29 15:12:33.483 INFO O| Aug 29 15:12:33.483 INFO STEP 312 (remove_files) COMPLETE
49362024-08-29T15:12:35.154Z[ recovery-image] Aug 29 15:12:33.484 INFO O| Aug 29 15:12:33.483 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-08-29T15:12:35.168Z[ recovery-image] Aug 29 15:12:33.500 INFO O| Aug 29 15:12:33.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
49382024-08-29T15:12:35.171Z[ recovery-image] Aug 29 15:12:33.500 INFO O| Aug 29 15:12:33.500 INFO STEP 313 (remove_files) COMPLETE
49392024-08-29T15:12:35.171Z[ recovery-image] Aug 29 15:12:33.500 INFO O| Aug 29 15:12:33.500 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-08-29T15:12:35.189Z[ recovery-image] Aug 29 15:12:33.518 INFO O| Aug 29 15:12:33.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
49412024-08-29T15:12:35.189Z[ recovery-image] Aug 29 15:12:33.518 INFO O| Aug 29 15:12:33.518 INFO STEP 314 (remove_files) COMPLETE
49422024-08-29T15:12:35.189Z[ recovery-image] Aug 29 15:12:33.519 INFO O| Aug 29 15:12:33.518 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-08-29T15:12:35.189Z[ host-image] Aug 29 15:12:33.519 INFO O| Aug 29 15:12:33.519 INFO O| Planning: Fetching manifests: 6/6 100% complete
49442024-08-29T15:12:35.205Z[ recovery-image] Aug 29 15:12:33.537 INFO O| Aug 29 15:12:33.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49452024-08-29T15:12:35.208Z[ recovery-image] Aug 29 15:12:33.537 INFO O| Aug 29 15:12:33.537 INFO STEP 315 (remove_files) COMPLETE
49462024-08-29T15:12:35.208Z[ recovery-image] Aug 29 15:12:33.537 INFO O| Aug 29 15:12:33.537 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-08-29T15:12:35.225Z[ recovery-image] Aug 29 15:12:33.556 INFO O| Aug 29 15:12:33.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
49482024-08-29T15:12:35.225Z[ recovery-image] Aug 29 15:12:33.556 INFO O| Aug 29 15:12:33.556 INFO STEP 316 (remove_files) COMPLETE
49492024-08-29T15:12:35.227Z[ recovery-image] Aug 29 15:12:33.556 INFO O| Aug 29 15:12:33.556 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-08-29T15:12:35.251Z[ host-image] Aug 29 15:12:33.582 INFO O| Aug 29 15:12:33.582 INFO O| Planning: Package planning ... Done
49512024-08-29T15:12:35.283Z[ host-image] Aug 29 15:12:33.615 INFO O| Aug 29 15:12:33.615 INFO O| Planning: Merging actions ... Done
49522024-08-29T15:12:35.286Z[ recovery-image] Aug 29 15:12:33.615 INFO O| Aug 29 15:12:33.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
49532024-08-29T15:12:35.286Z[ recovery-image] Aug 29 15:12:33.616 INFO O| Aug 29 15:12:33.616 INFO STEP 317 (remove_files) COMPLETE
49542024-08-29T15:12:35.286Z[ recovery-image] Aug 29 15:12:33.616 INFO O| Aug 29 15:12:33.616 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-08-29T15:12:35.304Z[ recovery-image] Aug 29 15:12:33.635 INFO O| Aug 29 15:12:33.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
49562024-08-29T15:12:35.304Z[ recovery-image] Aug 29 15:12:33.635 INFO O| Aug 29 15:12:33.635 INFO STEP 318 (remove_files) COMPLETE
49572024-08-29T15:12:35.307Z[ recovery-image] Aug 29 15:12:33.635 INFO O| Aug 29 15:12:33.635 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-08-29T15:12:35.388Z[ recovery-image] Aug 29 15:12:33.719 INFO O| Aug 29 15:12:33.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
49592024-08-29T15:12:35.388Z[ recovery-image] Aug 29 15:12:33.719 INFO O| Aug 29 15:12:33.719 INFO STEP 319 (remove_files) COMPLETE
49602024-08-29T15:12:35.388Z[ recovery-image] Aug 29 15:12:33.719 INFO O| Aug 29 15:12:33.719 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-08-29T15:12:35.405Z[ recovery-image] Aug 29 15:12:33.737 INFO O| Aug 29 15:12:33.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
49622024-08-29T15:12:35.405Z[ recovery-image] Aug 29 15:12:33.737 INFO O| Aug 29 15:12:33.737 INFO STEP 320 (remove_files) COMPLETE
49632024-08-29T15:12:35.408Z[ recovery-image] Aug 29 15:12:33.737 INFO O| Aug 29 15:12:33.737 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-08-29T15:12:35.423Z[ recovery-image] Aug 29 15:12:33.755 INFO O| Aug 29 15:12:33.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
49652024-08-29T15:12:35.423Z[ recovery-image] Aug 29 15:12:33.755 INFO O| Aug 29 15:12:33.755 INFO STEP 321 (remove_files) COMPLETE
49662024-08-29T15:12:35.426Z[ recovery-image] Aug 29 15:12:33.755 INFO O| Aug 29 15:12:33.755 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-08-29T15:12:35.442Z[ recovery-image] Aug 29 15:12:33.774 INFO O| Aug 29 15:12:33.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
49682024-08-29T15:12:35.442Z[ recovery-image] Aug 29 15:12:33.774 INFO O| Aug 29 15:12:33.774 INFO STEP 322 (remove_files) COMPLETE
49692024-08-29T15:12:35.442Z[ recovery-image] Aug 29 15:12:33.774 INFO O| Aug 29 15:12:33.774 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-08-29T15:12:35.460Z[ recovery-image] Aug 29 15:12:33.792 INFO O| Aug 29 15:12:33.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
49712024-08-29T15:12:35.463Z[ recovery-image] Aug 29 15:12:33.792 INFO O| Aug 29 15:12:33.792 INFO STEP 323 (remove_files) COMPLETE
49722024-08-29T15:12:35.463Z[ recovery-image] Aug 29 15:12:33.792 INFO O| Aug 29 15:12:33.792 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-08-29T15:12:35.478Z[ recovery-image] Aug 29 15:12:33.810 INFO O| Aug 29 15:12:33.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
49742024-08-29T15:12:35.478Z[ recovery-image] Aug 29 15:12:33.810 INFO O| Aug 29 15:12:33.810 INFO STEP 324 (remove_files) COMPLETE
49752024-08-29T15:12:35.479Z[ recovery-image] Aug 29 15:12:33.810 INFO O| Aug 29 15:12:33.810 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-08-29T15:12:35.516Z[ recovery-image] Aug 29 15:12:33.847 INFO O| Aug 29 15:12:33.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
49772024-08-29T15:12:35.516Z[ recovery-image] Aug 29 15:12:33.847 INFO O| Aug 29 15:12:33.847 INFO STEP 325 (remove_files) COMPLETE
49782024-08-29T15:12:35.516Z[ recovery-image] Aug 29 15:12:33.847 INFO O| Aug 29 15:12:33.847 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-08-29T15:12:35.525Z[ host-image] Aug 29 15:12:33.856 INFO O| Aug 29 15:12:33.856 INFO O| Planning: Checking for conflicting actions ... Done
49802024-08-29T15:12:35.532Z[ host-image] Aug 29 15:12:33.863 INFO O| Aug 29 15:12:33.863 INFO O| Planning: Consolidating action changes ... Done
49812024-08-29T15:12:35.534Z[ recovery-image] Aug 29 15:12:33.864 INFO O| Aug 29 15:12:33.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
49822024-08-29T15:12:35.534Z[ recovery-image] Aug 29 15:12:33.864 INFO O| Aug 29 15:12:33.864 INFO STEP 326 (remove_files) COMPLETE
49832024-08-29T15:12:35.534Z[ recovery-image] Aug 29 15:12:33.864 INFO O| Aug 29 15:12:33.864 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-08-29T15:12:35.549Z[ recovery-image] Aug 29 15:12:33.880 INFO O| Aug 29 15:12:33.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
49852024-08-29T15:12:35.549Z[ recovery-image] Aug 29 15:12:33.880 INFO O| Aug 29 15:12:33.880 INFO STEP 327 (remove_files) COMPLETE
49862024-08-29T15:12:35.551Z[ recovery-image] Aug 29 15:12:33.880 INFO O| Aug 29 15:12:33.880 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-08-29T15:12:35.581Z[ recovery-image] Aug 29 15:12:33.912 INFO O| Aug 29 15:12:33.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
49882024-08-29T15:12:35.581Z[ recovery-image] Aug 29 15:12:33.912 INFO O| Aug 29 15:12:33.912 INFO STEP 328 (remove_files) COMPLETE
49892024-08-29T15:12:35.581Z[ recovery-image] Aug 29 15:12:33.912 INFO O| Aug 29 15:12:33.912 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-08-29T15:12:35.639Z[ recovery-image] Aug 29 15:12:33.970 INFO O| Aug 29 15:12:33.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
49912024-08-29T15:12:35.639Z[ recovery-image] Aug 29 15:12:33.970 INFO O| Aug 29 15:12:33.970 INFO STEP 329 (remove_files) COMPLETE
49922024-08-29T15:12:35.639Z[ recovery-image] Aug 29 15:12:33.971 INFO O| Aug 29 15:12:33.970 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-08-29T15:12:35.687Z[ recovery-image] Aug 29 15:12:34.019 INFO O| Aug 29 15:12:34.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
49942024-08-29T15:12:35.687Z[ recovery-image] Aug 29 15:12:34.019 INFO O| Aug 29 15:12:34.019 INFO STEP 330 (remove_files) COMPLETE
49952024-08-29T15:12:35.687Z[ recovery-image] Aug 29 15:12:34.019 INFO O| Aug 29 15:12:34.019 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-08-29T15:12:35.704Z[ recovery-image] Aug 29 15:12:34.036 INFO O| Aug 29 15:12:34.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
49972024-08-29T15:12:35.707Z[ recovery-image] Aug 29 15:12:34.036 INFO O| Aug 29 15:12:34.036 INFO STEP 331 (remove_files) COMPLETE
49982024-08-29T15:12:35.707Z[ recovery-image] Aug 29 15:12:34.036 INFO O| Aug 29 15:12:34.036 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-08-29T15:12:35.729Z[ recovery-image] Aug 29 15:12:34.060 INFO O| Aug 29 15:12:34.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50002024-08-29T15:12:35.731Z[ recovery-image] Aug 29 15:12:34.061 INFO O| Aug 29 15:12:34.060 INFO STEP 332 (remove_files) COMPLETE
50012024-08-29T15:12:35.732Z[ recovery-image] Aug 29 15:12:34.061 INFO O| Aug 29 15:12:34.061 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-08-29T15:12:35.779Z[ recovery-image] Aug 29 15:12:34.111 INFO O| Aug 29 15:12:34.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50032024-08-29T15:12:35.782Z[ recovery-image] Aug 29 15:12:34.111 INFO O| Aug 29 15:12:34.111 INFO STEP 333 (remove_files) COMPLETE
50042024-08-29T15:12:35.782Z[ recovery-image] Aug 29 15:12:34.111 INFO O| Aug 29 15:12:34.111 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-08-29T15:12:35.797Z[ recovery-image] Aug 29 15:12:34.129 INFO O| Aug 29 15:12:34.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
50062024-08-29T15:12:35.800Z[ recovery-image] Aug 29 15:12:34.129 INFO O| Aug 29 15:12:34.129 INFO STEP 334 (remove_files) COMPLETE
50072024-08-29T15:12:35.800Z[ recovery-image] Aug 29 15:12:34.129 INFO O| Aug 29 15:12:34.129 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-08-29T15:12:35.824Z[ recovery-image] Aug 29 15:12:34.155 INFO O| Aug 29 15:12:34.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
50092024-08-29T15:12:35.824Z[ recovery-image] Aug 29 15:12:34.155 INFO O| Aug 29 15:12:34.155 INFO STEP 335 (remove_files) COMPLETE
50102024-08-29T15:12:35.827Z[ recovery-image] Aug 29 15:12:34.155 INFO O| Aug 29 15:12:34.155 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-08-29T15:12:35.842Z[ recovery-image] Aug 29 15:12:34.174 INFO O| Aug 29 15:12:34.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50122024-08-29T15:12:35.842Z[ recovery-image] Aug 29 15:12:34.174 INFO O| Aug 29 15:12:34.174 INFO STEP 336 (remove_files) COMPLETE
50132024-08-29T15:12:35.846Z[ recovery-image] Aug 29 15:12:34.174 INFO O| Aug 29 15:12:34.174 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-08-29T15:12:35.877Z[ recovery-image] Aug 29 15:12:34.208 INFO O| Aug 29 15:12:34.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50152024-08-29T15:12:35.877Z[ recovery-image] Aug 29 15:12:34.208 INFO O| Aug 29 15:12:34.208 INFO STEP 337 (remove_files) COMPLETE
50162024-08-29T15:12:35.879Z[ recovery-image] Aug 29 15:12:34.208 INFO O| Aug 29 15:12:34.208 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-08-29T15:12:35.925Z[ recovery-image] Aug 29 15:12:34.256 INFO O| Aug 29 15:12:34.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
50182024-08-29T15:12:35.927Z[ host-image] Aug 29 15:12:34.258 INFO O| Aug 29 15:12:34.258 INFO O| Planning: Evaluating mediators ... Done
50192024-08-29T15:12:35.932Z[ host-image] Aug 29 15:12:34.264 INFO O| Aug 29 15:12:34.264 INFO O| Planning: Planning completed in 3.99 seconds
50202024-08-29T15:12:35.935Z[ host-image] Aug 29 15:12:34.266 INFO O| Aug 29 15:12:34.266 INFO O| Packages to install: 6
50212024-08-29T15:12:35.935Z[ host-image] Aug 29 15:12:34.266 INFO O| Aug 29 15:12:34.266 INFO O| Mediators to change: 1
50222024-08-29T15:12:35.937Z[ host-image] Aug 29 15:12:34.267 INFO O| Aug 29 15:12:34.266 INFO O| Services to change: 1
50232024-08-29T15:12:35.946Z[ recovery-image] Aug 29 15:12:34.277 INFO O| Aug 29 15:12:34.277 INFO STEP 338 (remove_files) COMPLETE
50242024-08-29T15:12:35.946Z[ recovery-image] Aug 29 15:12:34.277 INFO O| Aug 29 15:12:34.277 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-08-29T15:12:35.959Z[ host-image] Aug 29 15:12:34.290 INFO O| Aug 29 15:12:34.290 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
50262024-08-29T15:12:35.982Z[ recovery-image] Aug 29 15:12:34.312 INFO O| Aug 29 15:12:34.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50272024-08-29T15:12:35.982Z[ recovery-image] Aug 29 15:12:34.312 INFO O| Aug 29 15:12:34.312 INFO STEP 339 (remove_files) COMPLETE
50282024-08-29T15:12:35.982Z[ recovery-image] Aug 29 15:12:34.312 INFO O| Aug 29 15:12:34.312 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-08-29T15:12:36.000Z[ recovery-image] Aug 29 15:12:34.331 INFO O| Aug 29 15:12:34.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50302024-08-29T15:12:36.000Z[ recovery-image] Aug 29 15:12:34.331 INFO O| Aug 29 15:12:34.331 INFO STEP 340 (remove_files) COMPLETE
50312024-08-29T15:12:36.000Z[ recovery-image] Aug 29 15:12:34.331 INFO O| Aug 29 15:12:34.331 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-08-29T15:12:36.018Z[ recovery-image] Aug 29 15:12:34.350 INFO O| Aug 29 15:12:34.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50332024-08-29T15:12:36.018Z[ recovery-image] Aug 29 15:12:34.350 INFO O| Aug 29 15:12:34.350 INFO STEP 341 (remove_files) COMPLETE
50342024-08-29T15:12:36.018Z[ recovery-image] Aug 29 15:12:34.350 INFO O| Aug 29 15:12:34.350 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-08-29T15:12:36.037Z[ recovery-image] Aug 29 15:12:34.369 INFO O| Aug 29 15:12:34.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50362024-08-29T15:12:36.038Z[ recovery-image] Aug 29 15:12:34.369 INFO O| Aug 29 15:12:34.369 INFO STEP 342 (remove_files) COMPLETE
50372024-08-29T15:12:36.040Z[ recovery-image] Aug 29 15:12:34.369 INFO O| Aug 29 15:12:34.369 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-08-29T15:12:36.055Z[ recovery-image] Aug 29 15:12:34.386 INFO O| Aug 29 15:12:34.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
50392024-08-29T15:12:36.055Z[ recovery-image] Aug 29 15:12:34.386 INFO O| Aug 29 15:12:34.386 INFO STEP 343 (remove_files) COMPLETE
50402024-08-29T15:12:36.055Z[ recovery-image] Aug 29 15:12:34.386 INFO O| Aug 29 15:12:34.386 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-08-29T15:12:36.073Z[ recovery-image] Aug 29 15:12:34.404 INFO O| Aug 29 15:12:34.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
50422024-08-29T15:12:36.075Z[ recovery-image] Aug 29 15:12:34.404 INFO O| Aug 29 15:12:34.404 INFO STEP 344 (remove_files) COMPLETE
50432024-08-29T15:12:36.076Z[ recovery-image] Aug 29 15:12:34.404 INFO O| Aug 29 15:12:34.404 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-08-29T15:12:36.090Z[ recovery-image] Aug 29 15:12:34.421 INFO O| Aug 29 15:12:34.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
50452024-08-29T15:12:36.090Z[ recovery-image] Aug 29 15:12:34.421 INFO O| Aug 29 15:12:34.421 INFO STEP 345 (remove_files) COMPLETE
50462024-08-29T15:12:36.093Z[ recovery-image] Aug 29 15:12:34.421 INFO O| Aug 29 15:12:34.421 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-08-29T15:12:36.106Z[ recovery-image] Aug 29 15:12:34.437 INFO O| Aug 29 15:12:34.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
50482024-08-29T15:12:36.106Z[ recovery-image] Aug 29 15:12:34.438 INFO O| Aug 29 15:12:34.438 INFO STEP 346 (remove_files) COMPLETE
50492024-08-29T15:12:36.109Z[ recovery-image] Aug 29 15:12:34.438 INFO O| Aug 29 15:12:34.438 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-08-29T15:12:36.139Z[ recovery-image] Aug 29 15:12:34.470 INFO O| Aug 29 15:12:34.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
50512024-08-29T15:12:36.139Z[ recovery-image] Aug 29 15:12:34.470 INFO O| Aug 29 15:12:34.470 INFO STEP 347 (remove_files) COMPLETE
50522024-08-29T15:12:36.139Z[ recovery-image] Aug 29 15:12:34.470 INFO O| Aug 29 15:12:34.470 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-08-29T15:12:36.200Z[ recovery-image] Aug 29 15:12:34.531 INFO O| Aug 29 15:12:34.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50542024-08-29T15:12:36.200Z[ recovery-image] Aug 29 15:12:34.531 INFO O| Aug 29 15:12:34.531 INFO STEP 348 (remove_files) COMPLETE
50552024-08-29T15:12:36.200Z[ recovery-image] Aug 29 15:12:34.531 INFO O| Aug 29 15:12:34.531 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-08-29T15:12:36.237Z[ recovery-image] Aug 29 15:12:34.568 INFO O| Aug 29 15:12:34.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
50572024-08-29T15:12:36.237Z[ recovery-image] Aug 29 15:12:34.568 INFO O| Aug 29 15:12:34.568 INFO STEP 349 (remove_files) COMPLETE
50582024-08-29T15:12:36.239Z[ recovery-image] Aug 29 15:12:34.568 INFO O| Aug 29 15:12:34.568 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-08-29T15:12:36.255Z[ recovery-image] Aug 29 15:12:34.586 INFO O| Aug 29 15:12:34.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
50602024-08-29T15:12:36.255Z[ recovery-image] Aug 29 15:12:34.586 INFO O| Aug 29 15:12:34.586 INFO STEP 350 (remove_files) COMPLETE
50612024-08-29T15:12:36.255Z[ recovery-image] Aug 29 15:12:34.586 INFO O| Aug 29 15:12:34.586 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-08-29T15:12:36.273Z[ recovery-image] Aug 29 15:12:34.604 INFO O| Aug 29 15:12:34.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
50632024-08-29T15:12:36.273Z[ recovery-image] Aug 29 15:12:34.605 INFO O| Aug 29 15:12:34.604 INFO STEP 351 (remove_files) COMPLETE
50642024-08-29T15:12:36.276Z[ recovery-image] Aug 29 15:12:34.605 INFO O| Aug 29 15:12:34.605 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-08-29T15:12:36.291Z[ recovery-image] Aug 29 15:12:34.622 INFO O| Aug 29 15:12:34.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
50662024-08-29T15:12:36.291Z[ recovery-image] Aug 29 15:12:34.622 INFO O| Aug 29 15:12:34.622 INFO STEP 352 (remove_files) COMPLETE
50672024-08-29T15:12:36.294Z[ recovery-image] Aug 29 15:12:34.623 INFO O| Aug 29 15:12:34.623 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-08-29T15:12:36.309Z[ recovery-image] Aug 29 15:12:34.640 INFO O| Aug 29 15:12:34.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
50692024-08-29T15:12:36.311Z[ recovery-image] Aug 29 15:12:34.640 INFO O| Aug 29 15:12:34.640 INFO STEP 353 (remove_files) COMPLETE
50702024-08-29T15:12:36.311Z[ recovery-image] Aug 29 15:12:34.640 INFO O| Aug 29 15:12:34.640 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-08-29T15:12:36.326Z[ recovery-image] Aug 29 15:12:34.658 INFO O| Aug 29 15:12:34.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
50722024-08-29T15:12:36.326Z[ recovery-image] Aug 29 15:12:34.658 INFO O| Aug 29 15:12:34.658 INFO STEP 354 (remove_files) COMPLETE
50732024-08-29T15:12:36.329Z[ recovery-image] Aug 29 15:12:34.658 INFO O| Aug 29 15:12:34.658 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-08-29T15:12:36.345Z[ recovery-image] Aug 29 15:12:34.676 INFO O| Aug 29 15:12:34.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
50752024-08-29T15:12:36.347Z[ recovery-image] Aug 29 15:12:34.676 INFO O| Aug 29 15:12:34.676 INFO STEP 355 (remove_files) COMPLETE
50762024-08-29T15:12:36.347Z[ recovery-image] Aug 29 15:12:34.676 INFO O| Aug 29 15:12:34.676 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-08-29T15:12:36.362Z[ recovery-image] Aug 29 15:12:34.693 INFO O| Aug 29 15:12:34.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
50782024-08-29T15:12:36.365Z[ recovery-image] Aug 29 15:12:34.694 INFO O| Aug 29 15:12:34.694 INFO STEP 356 (remove_files) COMPLETE
50792024-08-29T15:12:36.365Z[ recovery-image] Aug 29 15:12:34.694 INFO O| Aug 29 15:12:34.694 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-08-29T15:12:36.380Z[ recovery-image] Aug 29 15:12:34.711 INFO O| Aug 29 15:12:34.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
50812024-08-29T15:12:36.382Z[ recovery-image] Aug 29 15:12:34.711 INFO O| Aug 29 15:12:34.711 INFO STEP 357 (remove_files) COMPLETE
50822024-08-29T15:12:36.382Z[ recovery-image] Aug 29 15:12:34.711 INFO O| Aug 29 15:12:34.711 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-08-29T15:12:36.397Z[ recovery-image] Aug 29 15:12:34.728 INFO O| Aug 29 15:12:34.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
50842024-08-29T15:12:36.399Z[ recovery-image] Aug 29 15:12:34.728 INFO O| Aug 29 15:12:34.728 INFO STEP 358 (remove_files) COMPLETE
50852024-08-29T15:12:36.399Z[ recovery-image] Aug 29 15:12:34.728 INFO O| Aug 29 15:12:34.728 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-08-29T15:12:36.414Z[ recovery-image] Aug 29 15:12:34.745 INFO O| Aug 29 15:12:34.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
50872024-08-29T15:12:36.417Z[ recovery-image] Aug 29 15:12:34.746 INFO O| Aug 29 15:12:34.745 INFO STEP 359 (remove_files) COMPLETE
50882024-08-29T15:12:36.417Z[ recovery-image] Aug 29 15:12:34.746 INFO O| Aug 29 15:12:34.745 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-08-29T15:12:36.432Z[ recovery-image] Aug 29 15:12:34.763 INFO O| Aug 29 15:12:34.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
50902024-08-29T15:12:36.432Z[ recovery-image] Aug 29 15:12:34.763 INFO O| Aug 29 15:12:34.763 INFO STEP 360 (remove_files) COMPLETE
50912024-08-29T15:12:36.432Z[ recovery-image] Aug 29 15:12:34.763 INFO O| Aug 29 15:12:34.763 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-08-29T15:12:36.448Z[ recovery-image] Aug 29 15:12:34.779 INFO O| Aug 29 15:12:34.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
50932024-08-29T15:12:36.448Z[ recovery-image] Aug 29 15:12:34.779 INFO O| Aug 29 15:12:34.779 INFO STEP 361 (remove_files) COMPLETE
50942024-08-29T15:12:36.448Z[ recovery-image] Aug 29 15:12:34.780 INFO O| Aug 29 15:12:34.779 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-08-29T15:12:36.465Z[ recovery-image] Aug 29 15:12:34.796 INFO O| Aug 29 15:12:34.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
50962024-08-29T15:12:36.476Z[ recovery-image] Aug 29 15:12:34.807 INFO O| Aug 29 15:12:34.807 INFO STEP 362 (remove_files) COMPLETE
50972024-08-29T15:12:36.476Z[ recovery-image] Aug 29 15:12:34.807 INFO O| Aug 29 15:12:34.807 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-08-29T15:12:36.507Z[ recovery-image] Aug 29 15:12:34.838 INFO O| Aug 29 15:12:34.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
50992024-08-29T15:12:36.507Z[ recovery-image] Aug 29 15:12:34.838 INFO O| Aug 29 15:12:34.838 INFO STEP 363 (remove_files) COMPLETE
51002024-08-29T15:12:36.507Z[ recovery-image] Aug 29 15:12:34.838 INFO O| Aug 29 15:12:34.838 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-08-29T15:12:36.525Z[ recovery-image] Aug 29 15:12:34.856 INFO O| Aug 29 15:12:34.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
51022024-08-29T15:12:36.525Z[ recovery-image] Aug 29 15:12:34.856 INFO O| Aug 29 15:12:34.856 INFO STEP 364 (remove_files) COMPLETE
51032024-08-29T15:12:36.525Z[ recovery-image] Aug 29 15:12:34.856 INFO O| Aug 29 15:12:34.856 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-08-29T15:12:36.544Z[ recovery-image] Aug 29 15:12:34.875 INFO O| Aug 29 15:12:34.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
51052024-08-29T15:12:36.544Z[ recovery-image] Aug 29 15:12:34.875 INFO O| Aug 29 15:12:34.875 INFO STEP 365 (remove_files) COMPLETE
51062024-08-29T15:12:36.546Z[ recovery-image] Aug 29 15:12:34.875 INFO O| Aug 29 15:12:34.875 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-08-29T15:12:36.561Z[ recovery-image] Aug 29 15:12:34.892 INFO O| Aug 29 15:12:34.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
51082024-08-29T15:12:36.561Z[ recovery-image] Aug 29 15:12:34.892 INFO O| Aug 29 15:12:34.892 INFO STEP 366 (remove_files) COMPLETE
51092024-08-29T15:12:36.563Z[ recovery-image] Aug 29 15:12:34.892 INFO O| Aug 29 15:12:34.892 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-08-29T15:12:36.578Z[ recovery-image] Aug 29 15:12:34.909 INFO O| Aug 29 15:12:34.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
51112024-08-29T15:12:36.578Z[ recovery-image] Aug 29 15:12:34.909 INFO O| Aug 29 15:12:34.909 INFO STEP 367 (remove_files) COMPLETE
51122024-08-29T15:12:36.580Z[ recovery-image] Aug 29 15:12:34.909 INFO O| Aug 29 15:12:34.909 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-08-29T15:12:36.594Z[ recovery-image] Aug 29 15:12:34.926 INFO O| Aug 29 15:12:34.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
51142024-08-29T15:12:36.595Z[ recovery-image] Aug 29 15:12:34.926 INFO O| Aug 29 15:12:34.926 INFO STEP 368 (remove_files) COMPLETE
51152024-08-29T15:12:36.595Z[ recovery-image] Aug 29 15:12:34.926 INFO O| Aug 29 15:12:34.926 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-08-29T15:12:36.611Z[ recovery-image] Aug 29 15:12:34.942 INFO O| Aug 29 15:12:34.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
51172024-08-29T15:12:36.611Z[ recovery-image] Aug 29 15:12:34.942 INFO O| Aug 29 15:12:34.942 INFO STEP 369 (remove_files) COMPLETE
51182024-08-29T15:12:36.611Z[ recovery-image] Aug 29 15:12:34.942 INFO O| Aug 29 15:12:34.942 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-08-29T15:12:36.628Z[ recovery-image] Aug 29 15:12:34.959 INFO O| Aug 29 15:12:34.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51202024-08-29T15:12:36.628Z[ recovery-image] Aug 29 15:12:34.959 INFO O| Aug 29 15:12:34.959 INFO STEP 370 (remove_files) COMPLETE
51212024-08-29T15:12:36.628Z[ recovery-image] Aug 29 15:12:34.959 INFO O| Aug 29 15:12:34.959 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-08-29T15:12:36.646Z[ recovery-image] Aug 29 15:12:34.977 INFO O| Aug 29 15:12:34.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51232024-08-29T15:12:36.646Z[ recovery-image] Aug 29 15:12:34.977 INFO O| Aug 29 15:12:34.977 INFO STEP 371 (remove_files) COMPLETE
51242024-08-29T15:12:36.649Z[ recovery-image] Aug 29 15:12:34.977 INFO O| Aug 29 15:12:34.977 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-08-29T15:12:36.662Z[ recovery-image] Aug 29 15:12:34.993 INFO O| Aug 29 15:12:34.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51262024-08-29T15:12:36.665Z[ recovery-image] Aug 29 15:12:34.993 INFO O| Aug 29 15:12:34.993 INFO STEP 372 (remove_files) COMPLETE
51272024-08-29T15:12:36.665Z[ recovery-image] Aug 29 15:12:34.994 INFO O| Aug 29 15:12:34.993 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-08-29T15:12:36.681Z[ recovery-image] Aug 29 15:12:35.013 INFO O| Aug 29 15:12:35.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51292024-08-29T15:12:36.682Z[ recovery-image] Aug 29 15:12:35.013 INFO O| Aug 29 15:12:35.013 INFO STEP 373 (remove_files) COMPLETE
51302024-08-29T15:12:36.684Z[ recovery-image] Aug 29 15:12:35.013 INFO O| Aug 29 15:12:35.013 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-08-29T15:12:36.710Z[ recovery-image] Aug 29 15:12:35.040 INFO O| Aug 29 15:12:35.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51322024-08-29T15:12:36.710Z[ recovery-image] Aug 29 15:12:35.040 INFO O| Aug 29 15:12:35.040 INFO STEP 374 (remove_files) COMPLETE
51332024-08-29T15:12:36.710Z[ recovery-image] Aug 29 15:12:35.040 INFO O| Aug 29 15:12:35.040 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-08-29T15:12:36.769Z[ recovery-image] Aug 29 15:12:35.100 INFO O| Aug 29 15:12:35.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51352024-08-29T15:12:36.769Z[ recovery-image] Aug 29 15:12:35.100 INFO O| Aug 29 15:12:35.100 INFO STEP 375 (remove_files) COMPLETE
51362024-08-29T15:12:36.769Z[ recovery-image] Aug 29 15:12:35.100 INFO O| Aug 29 15:12:35.100 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-08-29T15:12:36.812Z[ recovery-image] Aug 29 15:12:35.144 INFO O| Aug 29 15:12:35.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
51382024-08-29T15:12:36.813Z[ recovery-image] Aug 29 15:12:35.144 INFO O| Aug 29 15:12:35.144 INFO STEP 376 (remove_files) COMPLETE
51392024-08-29T15:12:36.815Z[ recovery-image] Aug 29 15:12:35.144 INFO O| Aug 29 15:12:35.144 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-08-29T15:12:36.831Z[ recovery-image] Aug 29 15:12:35.162 INFO O| Aug 29 15:12:35.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
51412024-08-29T15:12:36.831Z[ recovery-image] Aug 29 15:12:35.163 INFO O| Aug 29 15:12:35.163 INFO STEP 377 (remove_files) COMPLETE
51422024-08-29T15:12:36.834Z[ recovery-image] Aug 29 15:12:35.163 INFO O| Aug 29 15:12:35.163 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-08-29T15:12:36.850Z[ recovery-image] Aug 29 15:12:35.181 INFO O| Aug 29 15:12:35.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
51442024-08-29T15:12:36.850Z[ recovery-image] Aug 29 15:12:35.181 INFO O| Aug 29 15:12:35.181 INFO STEP 378 (remove_files) COMPLETE
51452024-08-29T15:12:36.850Z[ recovery-image] Aug 29 15:12:35.181 INFO O| Aug 29 15:12:35.181 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-08-29T15:12:36.868Z[ recovery-image] Aug 29 15:12:35.199 INFO O| Aug 29 15:12:35.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
51472024-08-29T15:12:36.868Z[ recovery-image] Aug 29 15:12:35.199 INFO O| Aug 29 15:12:35.199 INFO STEP 379 (remove_files) COMPLETE
51482024-08-29T15:12:36.870Z[ recovery-image] Aug 29 15:12:35.199 INFO O| Aug 29 15:12:35.199 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-08-29T15:12:36.886Z[ recovery-image] Aug 29 15:12:35.217 INFO O| Aug 29 15:12:35.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
51502024-08-29T15:12:36.886Z[ recovery-image] Aug 29 15:12:35.217 INFO O| Aug 29 15:12:35.217 INFO STEP 380 (remove_files) COMPLETE
51512024-08-29T15:12:36.886Z[ recovery-image] Aug 29 15:12:35.217 INFO O| Aug 29 15:12:35.217 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-08-29T15:12:36.921Z[ recovery-image] Aug 29 15:12:35.252 INFO O| Aug 29 15:12:35.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51532024-08-29T15:12:36.924Z[ recovery-image] Aug 29 15:12:35.252 INFO O| Aug 29 15:12:35.252 INFO STEP 381 (remove_files) COMPLETE
51542024-08-29T15:12:36.924Z[ recovery-image] Aug 29 15:12:35.252 INFO O| Aug 29 15:12:35.252 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-08-29T15:12:36.952Z[ recovery-image] Aug 29 15:12:35.283 INFO O| Aug 29 15:12:35.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
51562024-08-29T15:12:36.952Z[ recovery-image] Aug 29 15:12:35.283 INFO O| Aug 29 15:12:35.283 INFO STEP 382 (remove_files) COMPLETE
51572024-08-29T15:12:36.952Z[ recovery-image] Aug 29 15:12:35.283 INFO O| Aug 29 15:12:35.283 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-08-29T15:12:37.003Z[ recovery-image] Aug 29 15:12:35.334 INFO O| Aug 29 15:12:35.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
51592024-08-29T15:12:37.014Z[ recovery-image] Aug 29 15:12:35.344 INFO O| Aug 29 15:12:35.344 INFO STEP 383 (remove_files) COMPLETE
51602024-08-29T15:12:37.014Z[ recovery-image] Aug 29 15:12:35.344 INFO O| Aug 29 15:12:35.344 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-08-29T15:12:37.035Z[ recovery-image] Aug 29 15:12:35.366 INFO O| Aug 29 15:12:35.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
51622024-08-29T15:12:37.038Z[ recovery-image] Aug 29 15:12:35.367 INFO O| Aug 29 15:12:35.366 INFO STEP 384 (remove_files) COMPLETE
51632024-08-29T15:12:37.038Z[ recovery-image] Aug 29 15:12:35.367 INFO O| Aug 29 15:12:35.366 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-08-29T15:12:37.056Z[ recovery-image] Aug 29 15:12:35.387 INFO O| Aug 29 15:12:35.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
51652024-08-29T15:12:37.056Z[ recovery-image] Aug 29 15:12:35.387 INFO O| Aug 29 15:12:35.387 INFO STEP 385 (remove_files) COMPLETE
51662024-08-29T15:12:37.056Z[ recovery-image] Aug 29 15:12:35.387 INFO O| Aug 29 15:12:35.387 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-08-29T15:12:37.075Z[ recovery-image] Aug 29 15:12:35.406 INFO O| Aug 29 15:12:35.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
51682024-08-29T15:12:37.075Z[ recovery-image] Aug 29 15:12:35.406 INFO O| Aug 29 15:12:35.406 INFO STEP 386 (remove_files) COMPLETE
51692024-08-29T15:12:37.075Z[ recovery-image] Aug 29 15:12:35.406 INFO O| Aug 29 15:12:35.406 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-08-29T15:12:37.095Z[ recovery-image] Aug 29 15:12:35.426 INFO O| Aug 29 15:12:35.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
51712024-08-29T15:12:37.095Z[ recovery-image] Aug 29 15:12:35.426 INFO O| Aug 29 15:12:35.426 INFO STEP 387 (remove_files) COMPLETE
51722024-08-29T15:12:37.095Z[ recovery-image] Aug 29 15:12:35.426 INFO O| Aug 29 15:12:35.426 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-08-29T15:12:37.114Z[ recovery-image] Aug 29 15:12:35.445 INFO O| Aug 29 15:12:35.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
51742024-08-29T15:12:37.114Z[ recovery-image] Aug 29 15:12:35.445 INFO O| Aug 29 15:12:35.445 INFO STEP 388 (remove_files) COMPLETE
51752024-08-29T15:12:37.117Z[ recovery-image] Aug 29 15:12:35.445 INFO O| Aug 29 15:12:35.445 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-08-29T15:12:37.154Z[ recovery-image] Aug 29 15:12:35.485 INFO O| Aug 29 15:12:35.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
51772024-08-29T15:12:37.154Z[ recovery-image] Aug 29 15:12:35.485 INFO O| Aug 29 15:12:35.485 INFO STEP 389 (remove_files) COMPLETE
51782024-08-29T15:12:37.155Z[ recovery-image] Aug 29 15:12:35.485 INFO O| Aug 29 15:12:35.485 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-08-29T15:12:37.234Z[ recovery-image] Aug 29 15:12:35.565 INFO O| Aug 29 15:12:35.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
51802024-08-29T15:12:37.237Z[ recovery-image] Aug 29 15:12:35.565 INFO O| Aug 29 15:12:35.565 INFO STEP 390 (remove_files) COMPLETE
51812024-08-29T15:12:37.237Z[ recovery-image] Aug 29 15:12:35.565 INFO O| Aug 29 15:12:35.565 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-08-29T15:12:37.273Z[ recovery-image] Aug 29 15:12:35.604 INFO O| Aug 29 15:12:35.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
51832024-08-29T15:12:37.278Z[ recovery-image] Aug 29 15:12:35.604 INFO O| Aug 29 15:12:35.604 INFO STEP 391 (remove_files) COMPLETE
51842024-08-29T15:12:37.278Z[ recovery-image] Aug 29 15:12:35.604 INFO O| Aug 29 15:12:35.604 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-08-29T15:12:37.290Z[ recovery-image] Aug 29 15:12:35.621 INFO O| Aug 29 15:12:35.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
51862024-08-29T15:12:37.290Z[ recovery-image] Aug 29 15:12:35.621 INFO O| Aug 29 15:12:35.621 INFO STEP 392 (remove_files) COMPLETE
51872024-08-29T15:12:37.292Z[ recovery-image] Aug 29 15:12:35.621 INFO O| Aug 29 15:12:35.621 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-08-29T15:12:37.310Z[ recovery-image] Aug 29 15:12:35.639 INFO O| Aug 29 15:12:35.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
51892024-08-29T15:12:37.310Z[ recovery-image] Aug 29 15:12:35.639 INFO O| Aug 29 15:12:35.639 INFO STEP 393 (remove_files) COMPLETE
51902024-08-29T15:12:37.313Z[ recovery-image] Aug 29 15:12:35.639 INFO O| Aug 29 15:12:35.639 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-08-29T15:12:37.332Z[ recovery-image] Aug 29 15:12:35.662 INFO O| Aug 29 15:12:35.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
51922024-08-29T15:12:37.332Z[ recovery-image] Aug 29 15:12:35.663 INFO O| Aug 29 15:12:35.662 INFO STEP 394 (remove_files) COMPLETE
51932024-08-29T15:12:37.335Z[ recovery-image] Aug 29 15:12:35.663 INFO O| Aug 29 15:12:35.663 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-08-29T15:12:37.351Z[ recovery-image] Aug 29 15:12:35.682 INFO O| Aug 29 15:12:35.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
51952024-08-29T15:12:37.351Z[ recovery-image] Aug 29 15:12:35.682 INFO O| Aug 29 15:12:35.682 INFO STEP 395 (remove_files) COMPLETE
51962024-08-29T15:12:37.351Z[ recovery-image] Aug 29 15:12:35.682 INFO O| Aug 29 15:12:35.682 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-08-29T15:12:37.383Z[ recovery-image] Aug 29 15:12:35.714 INFO O| Aug 29 15:12:35.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
51982024-08-29T15:12:37.383Z[ recovery-image] Aug 29 15:12:35.714 INFO O| Aug 29 15:12:35.714 INFO STEP 396 (remove_files) COMPLETE
51992024-08-29T15:12:37.386Z[ recovery-image] Aug 29 15:12:35.714 INFO O| Aug 29 15:12:35.714 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-08-29T15:12:37.402Z[ recovery-image] Aug 29 15:12:35.733 INFO O| Aug 29 15:12:35.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
52012024-08-29T15:12:37.402Z[ recovery-image] Aug 29 15:12:35.733 INFO O| Aug 29 15:12:35.733 INFO STEP 397 (remove_files) COMPLETE
52022024-08-29T15:12:37.404Z[ recovery-image] Aug 29 15:12:35.733 INFO O| Aug 29 15:12:35.733 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-08-29T15:12:37.419Z[ recovery-image] Aug 29 15:12:35.750 INFO O| Aug 29 15:12:35.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
52042024-08-29T15:12:37.419Z[ recovery-image] Aug 29 15:12:35.750 INFO O| Aug 29 15:12:35.750 INFO STEP 398 (remove_files) COMPLETE
52052024-08-29T15:12:37.421Z[ recovery-image] Aug 29 15:12:35.750 INFO O| Aug 29 15:12:35.750 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-08-29T15:12:37.438Z[ recovery-image] Aug 29 15:12:35.768 INFO O| Aug 29 15:12:35.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
52072024-08-29T15:12:37.440Z[ recovery-image] Aug 29 15:12:35.769 INFO O| Aug 29 15:12:35.768 INFO STEP 399 (remove_files) COMPLETE
52082024-08-29T15:12:37.440Z[ recovery-image] Aug 29 15:12:35.769 INFO O| Aug 29 15:12:35.769 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-08-29T15:12:37.458Z[ recovery-image] Aug 29 15:12:35.788 INFO O| Aug 29 15:12:35.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
52102024-08-29T15:12:37.458Z[ recovery-image] Aug 29 15:12:35.788 INFO O| Aug 29 15:12:35.788 INFO STEP 400 (remove_files) COMPLETE
52112024-08-29T15:12:37.460Z[ recovery-image] Aug 29 15:12:35.789 INFO O| Aug 29 15:12:35.788 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-08-29T15:12:37.475Z[ recovery-image] Aug 29 15:12:35.805 INFO O| Aug 29 15:12:35.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
52132024-08-29T15:12:37.475Z[ recovery-image] Aug 29 15:12:35.806 INFO O| Aug 29 15:12:35.806 INFO STEP 401 (remove_files) COMPLETE
52142024-08-29T15:12:37.475Z[ recovery-image] Aug 29 15:12:35.806 INFO O| Aug 29 15:12:35.806 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-08-29T15:12:37.495Z[ recovery-image] Aug 29 15:12:35.825 INFO O| Aug 29 15:12:35.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52162024-08-29T15:12:37.495Z[ recovery-image] Aug 29 15:12:35.825 INFO O| Aug 29 15:12:35.825 INFO STEP 402 (remove_files) COMPLETE
52172024-08-29T15:12:37.497Z[ recovery-image] Aug 29 15:12:35.826 INFO O| Aug 29 15:12:35.825 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-08-29T15:12:37.512Z[ recovery-image] Aug 29 15:12:35.843 INFO O| Aug 29 15:12:35.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52192024-08-29T15:12:37.513Z[ recovery-image] Aug 29 15:12:35.844 INFO O| Aug 29 15:12:35.843 INFO STEP 403 (remove_files) COMPLETE
52202024-08-29T15:12:37.515Z[ recovery-image] Aug 29 15:12:35.844 INFO O| Aug 29 15:12:35.844 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-08-29T15:12:37.531Z[ recovery-image] Aug 29 15:12:35.861 INFO O| Aug 29 15:12:35.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52222024-08-29T15:12:37.531Z[ recovery-image] Aug 29 15:12:35.862 INFO O| Aug 29 15:12:35.862 INFO STEP 404 (remove_files) COMPLETE
52232024-08-29T15:12:37.531Z[ recovery-image] Aug 29 15:12:35.862 INFO O| Aug 29 15:12:35.862 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-08-29T15:12:37.548Z[ recovery-image] Aug 29 15:12:35.879 INFO O| Aug 29 15:12:35.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52252024-08-29T15:12:37.548Z[ recovery-image] Aug 29 15:12:35.879 INFO O| Aug 29 15:12:35.879 INFO STEP 405 (remove_files) COMPLETE
52262024-08-29T15:12:37.548Z[ recovery-image] Aug 29 15:12:35.879 INFO O| Aug 29 15:12:35.879 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-08-29T15:12:37.567Z[ recovery-image] Aug 29 15:12:35.898 INFO O| Aug 29 15:12:35.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52282024-08-29T15:12:37.567Z[ recovery-image] Aug 29 15:12:35.898 INFO O| Aug 29 15:12:35.898 INFO STEP 406 (remove_files) COMPLETE
52292024-08-29T15:12:37.569Z[ recovery-image] Aug 29 15:12:35.898 INFO O| Aug 29 15:12:35.898 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-08-29T15:12:37.585Z[ recovery-image] Aug 29 15:12:35.916 INFO O| Aug 29 15:12:35.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52312024-08-29T15:12:37.603Z[ recovery-image] Aug 29 15:12:35.934 INFO O| Aug 29 15:12:35.934 INFO STEP 407 (remove_files) COMPLETE
52322024-08-29T15:12:37.603Z[ recovery-image] Aug 29 15:12:35.934 INFO O| Aug 29 15:12:35.934 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-08-29T15:12:37.659Z[ recovery-image] Aug 29 15:12:35.989 INFO O| Aug 29 15:12:35.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52342024-08-29T15:12:37.659Z[ recovery-image] Aug 29 15:12:35.989 INFO O| Aug 29 15:12:35.989 INFO STEP 408 (remove_files) COMPLETE
52352024-08-29T15:12:37.659Z[ recovery-image] Aug 29 15:12:35.989 INFO O| Aug 29 15:12:35.989 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-08-29T15:12:37.684Z[ recovery-image] Aug 29 15:12:36.014 INFO O| Aug 29 15:12:36.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
52372024-08-29T15:12:37.684Z[ recovery-image] Aug 29 15:12:36.015 INFO O| Aug 29 15:12:36.015 INFO STEP 409 (remove_files) COMPLETE
52382024-08-29T15:12:37.686Z[ recovery-image] Aug 29 15:12:36.015 INFO O| Aug 29 15:12:36.015 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-08-29T15:12:37.703Z[ recovery-image] Aug 29 15:12:36.034 INFO O| Aug 29 15:12:36.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
52402024-08-29T15:12:37.703Z[ recovery-image] Aug 29 15:12:36.034 INFO O| Aug 29 15:12:36.034 INFO STEP 410 (remove_files) COMPLETE
52412024-08-29T15:12:37.703Z[ recovery-image] Aug 29 15:12:36.034 INFO O| Aug 29 15:12:36.034 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-08-29T15:12:37.764Z[ recovery-image] Aug 29 15:12:36.094 INFO O| Aug 29 15:12:36.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
52432024-08-29T15:12:37.766Z[ recovery-image] Aug 29 15:12:36.094 INFO O| Aug 29 15:12:36.094 INFO STEP 411 (remove_files) COMPLETE
52442024-08-29T15:12:37.766Z[ recovery-image] Aug 29 15:12:36.095 INFO O| Aug 29 15:12:36.094 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-08-29T15:12:37.785Z[ recovery-image] Aug 29 15:12:36.116 INFO O| Aug 29 15:12:36.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
52462024-08-29T15:12:37.787Z[ recovery-image] Aug 29 15:12:36.116 INFO O| Aug 29 15:12:36.116 INFO STEP 412 (remove_files) COMPLETE
52472024-08-29T15:12:37.787Z[ recovery-image] Aug 29 15:12:36.116 INFO O| Aug 29 15:12:36.116 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-08-29T15:12:37.807Z[ recovery-image] Aug 29 15:12:36.137 INFO O| Aug 29 15:12:36.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
52492024-08-29T15:12:37.810Z[ recovery-image] Aug 29 15:12:36.137 INFO O| Aug 29 15:12:36.137 INFO STEP 413 (remove_files) COMPLETE
52502024-08-29T15:12:37.810Z[ recovery-image] Aug 29 15:12:36.137 INFO O| Aug 29 15:12:36.137 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-08-29T15:12:37.826Z[ recovery-image] Aug 29 15:12:36.157 INFO O| Aug 29 15:12:36.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
52522024-08-29T15:12:37.829Z[ recovery-image] Aug 29 15:12:36.157 INFO O| Aug 29 15:12:36.157 INFO STEP 414 (remove_files) COMPLETE
52532024-08-29T15:12:37.829Z[ recovery-image] Aug 29 15:12:36.157 INFO O| Aug 29 15:12:36.157 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-08-29T15:12:37.846Z[ recovery-image] Aug 29 15:12:36.177 INFO O| Aug 29 15:12:36.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
52552024-08-29T15:12:37.848Z[ recovery-image] Aug 29 15:12:36.177 INFO O| Aug 29 15:12:36.177 INFO STEP 415 (remove_files) COMPLETE
52562024-08-29T15:12:37.848Z[ recovery-image] Aug 29 15:12:36.177 INFO O| Aug 29 15:12:36.177 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-08-29T15:12:37.865Z[ recovery-image] Aug 29 15:12:36.196 INFO O| Aug 29 15:12:36.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
52582024-08-29T15:12:37.886Z[ recovery-image] Aug 29 15:12:36.217 INFO O| Aug 29 15:12:36.217 INFO STEP 416 (remove_files) COMPLETE
52592024-08-29T15:12:37.886Z[ recovery-image] Aug 29 15:12:36.217 INFO O| Aug 29 15:12:36.217 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-08-29T15:12:37.917Z[ recovery-image] Aug 29 15:12:36.248 INFO O| Aug 29 15:12:36.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
52612024-08-29T15:12:37.917Z[ recovery-image] Aug 29 15:12:36.248 INFO O| Aug 29 15:12:36.248 INFO STEP 417 (remove_files) COMPLETE
52622024-08-29T15:12:37.917Z[ recovery-image] Aug 29 15:12:36.248 INFO O| Aug 29 15:12:36.248 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-08-29T15:12:37.957Z[ recovery-image] Aug 29 15:12:36.288 INFO O| Aug 29 15:12:36.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
52642024-08-29T15:12:37.957Z[ recovery-image] Aug 29 15:12:36.288 INFO O| Aug 29 15:12:36.288 INFO STEP 418 (remove_files) COMPLETE
52652024-08-29T15:12:37.957Z[ recovery-image] Aug 29 15:12:36.288 INFO O| Aug 29 15:12:36.288 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-08-29T15:12:38.038Z[ recovery-image] Aug 29 15:12:36.369 INFO O| Aug 29 15:12:36.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
52672024-08-29T15:12:38.042Z[ recovery-image] Aug 29 15:12:36.369 INFO O| Aug 29 15:12:36.369 INFO STEP 419 (remove_files) COMPLETE
52682024-08-29T15:12:38.042Z[ recovery-image] Aug 29 15:12:36.369 INFO O| Aug 29 15:12:36.369 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-08-29T15:12:38.099Z[ recovery-image] Aug 29 15:12:36.430 INFO O| Aug 29 15:12:36.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
52702024-08-29T15:12:38.099Z[ recovery-image] Aug 29 15:12:36.430 INFO O| Aug 29 15:12:36.430 INFO STEP 420 (remove_files) COMPLETE
52712024-08-29T15:12:38.099Z[ recovery-image] Aug 29 15:12:36.430 INFO O| Aug 29 15:12:36.430 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-08-29T15:12:38.138Z[ recovery-image] Aug 29 15:12:36.468 INFO O| Aug 29 15:12:36.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
52732024-08-29T15:12:38.138Z[ recovery-image] Aug 29 15:12:36.468 INFO O| Aug 29 15:12:36.468 INFO STEP 421 (remove_files) COMPLETE
52742024-08-29T15:12:38.138Z[ recovery-image] Aug 29 15:12:36.468 INFO O| Aug 29 15:12:36.468 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-08-29T15:12:38.176Z[ recovery-image] Aug 29 15:12:36.507 INFO O| Aug 29 15:12:36.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
52762024-08-29T15:12:38.176Z[ recovery-image] Aug 29 15:12:36.507 INFO O| Aug 29 15:12:36.507 INFO STEP 422 (remove_files) COMPLETE
52772024-08-29T15:12:38.176Z[ recovery-image] Aug 29 15:12:36.507 INFO O| Aug 29 15:12:36.507 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-08-29T15:12:38.237Z[ recovery-image] Aug 29 15:12:36.568 INFO O| Aug 29 15:12:36.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
52792024-08-29T15:12:38.237Z[ recovery-image] Aug 29 15:12:36.568 INFO O| Aug 29 15:12:36.568 INFO STEP 423 (remove_files) COMPLETE
52802024-08-29T15:12:38.237Z[ recovery-image] Aug 29 15:12:36.568 INFO O| Aug 29 15:12:36.568 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-08-29T15:12:38.301Z[ recovery-image] Aug 29 15:12:36.631 INFO O| Aug 29 15:12:36.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
52822024-08-29T15:12:38.301Z[ recovery-image] Aug 29 15:12:36.631 INFO O| Aug 29 15:12:36.631 INFO STEP 424 (remove_files) COMPLETE
52832024-08-29T15:12:38.304Z[ recovery-image] Aug 29 15:12:36.631 INFO O| Aug 29 15:12:36.631 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-08-29T15:12:38.358Z[ recovery-image] Aug 29 15:12:36.689 INFO O| Aug 29 15:12:36.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
52852024-08-29T15:12:38.358Z[ recovery-image] Aug 29 15:12:36.689 INFO O| Aug 29 15:12:36.689 INFO STEP 425 (remove_files) COMPLETE
52862024-08-29T15:12:38.358Z[ recovery-image] Aug 29 15:12:36.689 INFO O| Aug 29 15:12:36.689 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-08-29T15:12:38.377Z[ recovery-image] Aug 29 15:12:36.706 INFO O| Aug 29 15:12:36.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
52882024-08-29T15:12:38.377Z[ recovery-image] Aug 29 15:12:36.706 INFO O| Aug 29 15:12:36.706 INFO STEP 426 (remove_files) COMPLETE
52892024-08-29T15:12:38.377Z[ recovery-image] Aug 29 15:12:36.706 INFO O| Aug 29 15:12:36.706 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-08-29T15:12:38.393Z[ recovery-image] Aug 29 15:12:36.724 INFO O| Aug 29 15:12:36.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
52912024-08-29T15:12:38.394Z[ recovery-image] Aug 29 15:12:36.724 INFO O| Aug 29 15:12:36.724 INFO STEP 427 (remove_files) COMPLETE
52922024-08-29T15:12:38.394Z[ recovery-image] Aug 29 15:12:36.724 INFO O| Aug 29 15:12:36.724 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-08-29T15:12:38.411Z[ recovery-image] Aug 29 15:12:36.741 INFO O| Aug 29 15:12:36.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
52942024-08-29T15:12:38.411Z[ recovery-image] Aug 29 15:12:36.741 INFO O| Aug 29 15:12:36.741 INFO STEP 428 (remove_files) COMPLETE
52952024-08-29T15:12:38.411Z[ recovery-image] Aug 29 15:12:36.741 INFO O| Aug 29 15:12:36.741 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-08-29T15:12:38.428Z[ recovery-image] Aug 29 15:12:36.759 INFO O| Aug 29 15:12:36.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
52972024-08-29T15:12:38.428Z[ recovery-image] Aug 29 15:12:36.759 INFO O| Aug 29 15:12:36.759 INFO STEP 429 (remove_files) COMPLETE
52982024-08-29T15:12:38.431Z[ recovery-image] Aug 29 15:12:36.759 INFO O| Aug 29 15:12:36.759 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-08-29T15:12:38.446Z[ recovery-image] Aug 29 15:12:36.777 INFO O| Aug 29 15:12:36.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
53002024-08-29T15:12:38.446Z[ recovery-image] Aug 29 15:12:36.777 INFO O| Aug 29 15:12:36.777 INFO STEP 430 (remove_files) COMPLETE
53012024-08-29T15:12:38.449Z[ recovery-image] Aug 29 15:12:36.777 INFO O| Aug 29 15:12:36.777 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-08-29T15:12:38.475Z[ recovery-image] Aug 29 15:12:36.805 INFO O| Aug 29 15:12:36.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
53032024-08-29T15:12:38.475Z[ recovery-image] Aug 29 15:12:36.805 INFO O| Aug 29 15:12:36.805 INFO STEP 431 (remove_files) COMPLETE
53042024-08-29T15:12:38.475Z[ recovery-image] Aug 29 15:12:36.805 INFO O| Aug 29 15:12:36.805 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-08-29T15:12:38.532Z[ recovery-image] Aug 29 15:12:36.863 INFO O| Aug 29 15:12:36.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53062024-08-29T15:12:38.532Z[ recovery-image] Aug 29 15:12:36.863 INFO O| Aug 29 15:12:36.863 INFO STEP 432 (remove_files) COMPLETE
53072024-08-29T15:12:38.535Z[ recovery-image] Aug 29 15:12:36.863 INFO O| Aug 29 15:12:36.863 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-08-29T15:12:38.550Z[ recovery-image] Aug 29 15:12:36.880 INFO O| Aug 29 15:12:36.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
53092024-08-29T15:12:38.550Z[ recovery-image] Aug 29 15:12:36.880 INFO O| Aug 29 15:12:36.880 INFO STEP 433 (remove_files) COMPLETE
53102024-08-29T15:12:38.552Z[ recovery-image] Aug 29 15:12:36.880 INFO O| Aug 29 15:12:36.880 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-08-29T15:12:38.567Z[ recovery-image] Aug 29 15:12:36.897 INFO O| Aug 29 15:12:36.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
53122024-08-29T15:12:38.567Z[ recovery-image] Aug 29 15:12:36.897 INFO O| Aug 29 15:12:36.897 INFO STEP 434 (remove_files) COMPLETE
53132024-08-29T15:12:38.569Z[ recovery-image] Aug 29 15:12:36.897 INFO O| Aug 29 15:12:36.897 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-08-29T15:12:38.585Z[ recovery-image] Aug 29 15:12:36.915 INFO O| Aug 29 15:12:36.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
53152024-08-29T15:12:38.585Z[ recovery-image] Aug 29 15:12:36.915 INFO O| Aug 29 15:12:36.915 INFO STEP 435 (remove_files) COMPLETE
53162024-08-29T15:12:38.585Z[ recovery-image] Aug 29 15:12:36.915 INFO O| Aug 29 15:12:36.915 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-08-29T15:12:38.603Z[ recovery-image] Aug 29 15:12:36.933 INFO O| Aug 29 15:12:36.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53182024-08-29T15:12:38.603Z[ recovery-image] Aug 29 15:12:36.934 INFO O| Aug 29 15:12:36.934 INFO STEP 436 (remove_files) COMPLETE
53192024-08-29T15:12:38.603Z[ recovery-image] Aug 29 15:12:36.934 INFO O| Aug 29 15:12:36.934 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-08-29T15:12:38.622Z[ recovery-image] Aug 29 15:12:36.952 INFO O| Aug 29 15:12:36.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53212024-08-29T15:12:38.622Z[ recovery-image] Aug 29 15:12:36.952 INFO O| Aug 29 15:12:36.952 INFO STEP 437 (remove_files) COMPLETE
53222024-08-29T15:12:38.622Z[ recovery-image] Aug 29 15:12:36.952 INFO O| Aug 29 15:12:36.952 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-08-29T15:12:38.639Z[ recovery-image] Aug 29 15:12:36.970 INFO O| Aug 29 15:12:36.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53242024-08-29T15:12:38.639Z[ recovery-image] Aug 29 15:12:36.970 INFO O| Aug 29 15:12:36.970 INFO STEP 438 (remove_files) COMPLETE
53252024-08-29T15:12:38.642Z[ recovery-image] Aug 29 15:12:36.970 INFO O| Aug 29 15:12:36.970 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-08-29T15:12:38.658Z[ recovery-image] Aug 29 15:12:36.988 INFO O| Aug 29 15:12:36.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53272024-08-29T15:12:38.658Z[ recovery-image] Aug 29 15:12:36.988 INFO O| Aug 29 15:12:36.988 INFO STEP 439 (remove_files) COMPLETE
53282024-08-29T15:12:38.661Z[ recovery-image] Aug 29 15:12:36.988 INFO O| Aug 29 15:12:36.988 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-08-29T15:12:38.677Z[ recovery-image] Aug 29 15:12:37.008 INFO O| Aug 29 15:12:37.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53302024-08-29T15:12:38.677Z[ recovery-image] Aug 29 15:12:37.008 INFO O| Aug 29 15:12:37.008 INFO STEP 440 (remove_files) COMPLETE
53312024-08-29T15:12:38.680Z[ recovery-image] Aug 29 15:12:37.008 INFO O| Aug 29 15:12:37.008 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-08-29T15:12:38.698Z[ recovery-image] Aug 29 15:12:37.028 INFO O| Aug 29 15:12:37.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
53332024-08-29T15:12:38.698Z[ recovery-image] Aug 29 15:12:37.028 INFO O| Aug 29 15:12:37.028 INFO STEP 441 (remove_files) COMPLETE
53342024-08-29T15:12:38.698Z[ recovery-image] Aug 29 15:12:37.028 INFO O| Aug 29 15:12:37.028 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-08-29T15:12:38.770Z[ recovery-image] Aug 29 15:12:37.100 INFO O| Aug 29 15:12:37.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
53362024-08-29T15:12:38.772Z[ recovery-image] Aug 29 15:12:37.100 INFO O| Aug 29 15:12:37.100 INFO STEP 442 (remove_files) COMPLETE
53372024-08-29T15:12:38.773Z[ recovery-image] Aug 29 15:12:37.101 INFO O| Aug 29 15:12:37.100 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-08-29T15:12:38.791Z[ recovery-image] Aug 29 15:12:37.121 INFO O| Aug 29 15:12:37.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
53392024-08-29T15:12:38.794Z[ recovery-image] Aug 29 15:12:37.121 INFO O| Aug 29 15:12:37.121 INFO STEP 443 (remove_files) COMPLETE
53402024-08-29T15:12:38.794Z[ recovery-image] Aug 29 15:12:37.121 INFO O| Aug 29 15:12:37.121 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-08-29T15:12:38.810Z[ recovery-image] Aug 29 15:12:37.140 INFO O| Aug 29 15:12:37.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
53422024-08-29T15:12:38.812Z[ recovery-image] Aug 29 15:12:37.140 INFO O| Aug 29 15:12:37.140 INFO STEP 444 (remove_files) COMPLETE
53432024-08-29T15:12:38.812Z[ recovery-image] Aug 29 15:12:37.140 INFO O| Aug 29 15:12:37.140 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-08-29T15:12:38.828Z[ recovery-image] Aug 29 15:12:37.159 INFO O| Aug 29 15:12:37.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
53452024-08-29T15:12:38.831Z[ recovery-image] Aug 29 15:12:37.159 INFO O| Aug 29 15:12:37.159 INFO STEP 445 (remove_files) COMPLETE
53462024-08-29T15:12:38.831Z[ recovery-image] Aug 29 15:12:37.159 INFO O| Aug 29 15:12:37.159 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-08-29T15:12:38.847Z[ recovery-image] Aug 29 15:12:37.177 INFO O| Aug 29 15:12:37.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
53482024-08-29T15:12:38.849Z[ recovery-image] Aug 29 15:12:37.177 INFO O| Aug 29 15:12:37.177 INFO STEP 446 (remove_files) COMPLETE
53492024-08-29T15:12:38.849Z[ recovery-image] Aug 29 15:12:37.177 INFO O| Aug 29 15:12:37.177 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-08-29T15:12:38.864Z[ recovery-image] Aug 29 15:12:37.195 INFO O| Aug 29 15:12:37.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53512024-08-29T15:12:38.867Z[ recovery-image] Aug 29 15:12:37.195 INFO O| Aug 29 15:12:37.195 INFO STEP 447 (remove_files) COMPLETE
53522024-08-29T15:12:38.867Z[ recovery-image] Aug 29 15:12:37.195 INFO O| Aug 29 15:12:37.195 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-08-29T15:12:38.882Z[ recovery-image] Aug 29 15:12:37.213 INFO O| Aug 29 15:12:37.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
53542024-08-29T15:12:38.885Z[ recovery-image] Aug 29 15:12:37.213 INFO O| Aug 29 15:12:37.213 INFO STEP 448 (remove_files) COMPLETE
53552024-08-29T15:12:38.885Z[ recovery-image] Aug 29 15:12:37.213 INFO O| Aug 29 15:12:37.213 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-08-29T15:12:39.005Z[ recovery-image] Aug 29 15:12:37.335 INFO O| Aug 29 15:12:37.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
53572024-08-29T15:12:39.005Z[ recovery-image] Aug 29 15:12:37.335 INFO O| Aug 29 15:12:37.335 INFO STEP 449 (remove_files) COMPLETE
53582024-08-29T15:12:39.005Z[ recovery-image] Aug 29 15:12:37.335 INFO O| Aug 29 15:12:37.335 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-08-29T15:12:39.028Z[ recovery-image] Aug 29 15:12:37.358 INFO O| Aug 29 15:12:37.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
53602024-08-29T15:12:39.030Z[ recovery-image] Aug 29 15:12:37.360 INFO O| Aug 29 15:12:37.360 INFO STEP 450 (remove_files) COMPLETE
53612024-08-29T15:12:39.030Z[ recovery-image] Aug 29 15:12:37.360 INFO O| Aug 29 15:12:37.360 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-08-29T15:12:39.048Z[ recovery-image] Aug 29 15:12:37.379 INFO O| Aug 29 15:12:37.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
53632024-08-29T15:12:39.048Z[ recovery-image] Aug 29 15:12:37.379 INFO O| Aug 29 15:12:37.379 INFO STEP 451 (remove_files) COMPLETE
53642024-08-29T15:12:39.050Z[ recovery-image] Aug 29 15:12:37.379 INFO O| Aug 29 15:12:37.379 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-08-29T15:12:39.066Z[ recovery-image] Aug 29 15:12:37.397 INFO O| Aug 29 15:12:37.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
53662024-08-29T15:12:39.066Z[ recovery-image] Aug 29 15:12:37.397 INFO O| Aug 29 15:12:37.397 INFO STEP 452 (remove_files) COMPLETE
53672024-08-29T15:12:39.066Z[ recovery-image] Aug 29 15:12:37.397 INFO O| Aug 29 15:12:37.397 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-08-29T15:12:39.100Z[ recovery-image] Aug 29 15:12:37.430 INFO O| Aug 29 15:12:37.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
53692024-08-29T15:12:39.100Z[ recovery-image] Aug 29 15:12:37.430 INFO O| Aug 29 15:12:37.430 INFO STEP 453 (remove_files) COMPLETE
53702024-08-29T15:12:39.102Z[ recovery-image] Aug 29 15:12:37.430 INFO O| Aug 29 15:12:37.430 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-08-29T15:12:39.137Z[ recovery-image] Aug 29 15:12:37.466 INFO O| Aug 29 15:12:37.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
53722024-08-29T15:12:39.137Z[ recovery-image] Aug 29 15:12:37.467 INFO O| Aug 29 15:12:37.466 INFO STEP 454 (remove_files) COMPLETE
53732024-08-29T15:12:39.137Z[ recovery-image] Aug 29 15:12:37.467 INFO O| Aug 29 15:12:37.466 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-08-29T15:12:39.156Z[ recovery-image] Aug 29 15:12:37.486 INFO O| Aug 29 15:12:37.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
53752024-08-29T15:12:39.156Z[ recovery-image] Aug 29 15:12:37.487 INFO O| Aug 29 15:12:37.487 INFO STEP 455 (remove_files) COMPLETE
53762024-08-29T15:12:39.156Z[ recovery-image] Aug 29 15:12:37.487 INFO O| Aug 29 15:12:37.487 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-08-29T15:12:39.175Z[ recovery-image] Aug 29 15:12:37.505 INFO O| Aug 29 15:12:37.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
53782024-08-29T15:12:39.175Z[ recovery-image] Aug 29 15:12:37.506 INFO O| Aug 29 15:12:37.506 INFO STEP 456 (remove_files) COMPLETE
53792024-08-29T15:12:39.175Z[ recovery-image] Aug 29 15:12:37.506 INFO O| Aug 29 15:12:37.506 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-08-29T15:12:39.193Z[ recovery-image] Aug 29 15:12:37.524 INFO O| Aug 29 15:12:37.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
53812024-08-29T15:12:39.193Z[ recovery-image] Aug 29 15:12:37.524 INFO O| Aug 29 15:12:37.524 INFO STEP 457 (remove_files) COMPLETE
53822024-08-29T15:12:39.193Z[ recovery-image] Aug 29 15:12:37.524 INFO O| Aug 29 15:12:37.524 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-08-29T15:12:39.222Z[ recovery-image] Aug 29 15:12:37.552 INFO O| Aug 29 15:12:37.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
53842024-08-29T15:12:39.222Z[ recovery-image] Aug 29 15:12:37.552 INFO O| Aug 29 15:12:37.552 INFO STEP 458 (remove_files) COMPLETE
53852024-08-29T15:12:39.224Z[ recovery-image] Aug 29 15:12:37.552 INFO O| Aug 29 15:12:37.552 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-08-29T15:12:39.275Z[ recovery-image] Aug 29 15:12:37.606 INFO O| Aug 29 15:12:37.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
53872024-08-29T15:12:39.275Z[ recovery-image] Aug 29 15:12:37.606 INFO O| Aug 29 15:12:37.606 INFO STEP 459 (remove_files) COMPLETE
53882024-08-29T15:12:39.278Z[ recovery-image] Aug 29 15:12:37.606 INFO O| Aug 29 15:12:37.606 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-08-29T15:12:39.336Z[ recovery-image] Aug 29 15:12:37.666 INFO O| Aug 29 15:12:37.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
53902024-08-29T15:12:39.336Z[ recovery-image] Aug 29 15:12:37.666 INFO O| Aug 29 15:12:37.666 INFO STEP 460 (remove_files) COMPLETE
53912024-08-29T15:12:39.336Z[ recovery-image] Aug 29 15:12:37.666 INFO O| Aug 29 15:12:37.666 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-08-29T15:12:39.373Z[ recovery-image] Aug 29 15:12:37.703 INFO O| Aug 29 15:12:37.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
53932024-08-29T15:12:39.373Z[ recovery-image] Aug 29 15:12:37.703 INFO O| Aug 29 15:12:37.703 INFO STEP 461 (remove_files) COMPLETE
53942024-08-29T15:12:39.373Z[ recovery-image] Aug 29 15:12:37.703 INFO O| Aug 29 15:12:37.703 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-08-29T15:12:39.391Z[ recovery-image] Aug 29 15:12:37.721 INFO O| Aug 29 15:12:37.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
53962024-08-29T15:12:39.391Z[ recovery-image] Aug 29 15:12:37.721 INFO O| Aug 29 15:12:37.721 INFO STEP 462 (remove_files) COMPLETE
53972024-08-29T15:12:39.393Z[ recovery-image] Aug 29 15:12:37.721 INFO O| Aug 29 15:12:37.721 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-08-29T15:12:39.408Z[ recovery-image] Aug 29 15:12:37.738 INFO O| Aug 29 15:12:37.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
53992024-08-29T15:12:39.408Z[ recovery-image] Aug 29 15:12:37.738 INFO O| Aug 29 15:12:37.738 INFO STEP 463 (remove_files) COMPLETE
54002024-08-29T15:12:39.410Z[ recovery-image] Aug 29 15:12:37.738 INFO O| Aug 29 15:12:37.738 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-08-29T15:12:39.426Z[ recovery-image] Aug 29 15:12:37.756 INFO O| Aug 29 15:12:37.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
54022024-08-29T15:12:39.426Z[ recovery-image] Aug 29 15:12:37.756 INFO O| Aug 29 15:12:37.756 INFO STEP 464 (remove_files) COMPLETE
54032024-08-29T15:12:39.426Z[ recovery-image] Aug 29 15:12:37.756 INFO O| Aug 29 15:12:37.756 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-08-29T15:12:39.444Z[ recovery-image] Aug 29 15:12:37.775 INFO O| Aug 29 15:12:37.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
54052024-08-29T15:12:39.444Z[ recovery-image] Aug 29 15:12:37.775 INFO O| Aug 29 15:12:37.775 INFO STEP 465 (remove_files) COMPLETE
54062024-08-29T15:12:39.445Z[ recovery-image] Aug 29 15:12:37.775 INFO O| Aug 29 15:12:37.775 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-08-29T15:12:39.462Z[ recovery-image] Aug 29 15:12:37.793 INFO O| Aug 29 15:12:37.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
54082024-08-29T15:12:39.465Z[ recovery-image] Aug 29 15:12:37.794 INFO O| Aug 29 15:12:37.794 INFO STEP 466 (remove_files) COMPLETE
54092024-08-29T15:12:39.465Z[ recovery-image] Aug 29 15:12:37.794 INFO O| Aug 29 15:12:37.794 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-08-29T15:12:39.547Z[ recovery-image] Aug 29 15:12:37.877 INFO O| Aug 29 15:12:37.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
54112024-08-29T15:12:39.547Z[ recovery-image] Aug 29 15:12:37.877 INFO O| Aug 29 15:12:37.877 INFO STEP 467 (remove_files) COMPLETE
54122024-08-29T15:12:39.549Z[ recovery-image] Aug 29 15:12:37.877 INFO O| Aug 29 15:12:37.877 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-08-29T15:12:39.587Z[ recovery-image] Aug 29 15:12:37.917 INFO O| Aug 29 15:12:37.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
54142024-08-29T15:12:39.587Z[ recovery-image] Aug 29 15:12:37.917 INFO O| Aug 29 15:12:37.917 INFO STEP 468 (remove_files) COMPLETE
54152024-08-29T15:12:39.589Z[ recovery-image] Aug 29 15:12:37.917 INFO O| Aug 29 15:12:37.917 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-08-29T15:12:39.604Z[ recovery-image] Aug 29 15:12:37.934 INFO O| Aug 29 15:12:37.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54172024-08-29T15:12:39.604Z[ recovery-image] Aug 29 15:12:37.934 INFO O| Aug 29 15:12:37.934 INFO STEP 469 (remove_files) COMPLETE
54182024-08-29T15:12:39.604Z[ recovery-image] Aug 29 15:12:37.934 INFO O| Aug 29 15:12:37.934 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-08-29T15:12:39.621Z[ recovery-image] Aug 29 15:12:37.951 INFO O| Aug 29 15:12:37.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54202024-08-29T15:12:39.621Z[ recovery-image] Aug 29 15:12:37.951 INFO O| Aug 29 15:12:37.951 INFO STEP 470 (remove_files) COMPLETE
54212024-08-29T15:12:39.621Z[ recovery-image] Aug 29 15:12:37.951 INFO O| Aug 29 15:12:37.951 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-08-29T15:12:39.637Z[ recovery-image] Aug 29 15:12:37.967 INFO O| Aug 29 15:12:37.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54232024-08-29T15:12:39.637Z[ recovery-image] Aug 29 15:12:37.967 INFO O| Aug 29 15:12:37.967 INFO STEP 471 (remove_files) COMPLETE
54242024-08-29T15:12:39.637Z[ recovery-image] Aug 29 15:12:37.967 INFO O| Aug 29 15:12:37.967 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-08-29T15:12:39.654Z[ recovery-image] Aug 29 15:12:37.984 INFO O| Aug 29 15:12:37.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54262024-08-29T15:12:39.654Z[ recovery-image] Aug 29 15:12:37.984 INFO O| Aug 29 15:12:37.984 INFO STEP 472 (remove_files) COMPLETE
54272024-08-29T15:12:39.656Z[ recovery-image] Aug 29 15:12:37.984 INFO O| Aug 29 15:12:37.984 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-08-29T15:12:39.682Z[ recovery-image] Aug 29 15:12:38.011 INFO O| Aug 29 15:12:38.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54292024-08-29T15:12:39.682Z[ recovery-image] Aug 29 15:12:38.011 INFO O| Aug 29 15:12:38.011 INFO STEP 473 (remove_files) COMPLETE
54302024-08-29T15:12:39.682Z[ recovery-image] Aug 29 15:12:38.011 INFO O| Aug 29 15:12:38.011 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-08-29T15:12:39.706Z[ recovery-image] Aug 29 15:12:38.036 INFO O| Aug 29 15:12:38.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
54322024-08-29T15:12:39.706Z[ recovery-image] Aug 29 15:12:38.036 INFO O| Aug 29 15:12:38.036 INFO STEP 474 (remove_files) COMPLETE
54332024-08-29T15:12:39.709Z[ recovery-image] Aug 29 15:12:38.037 INFO O| Aug 29 15:12:38.036 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-08-29T15:12:39.731Z[ recovery-image] Aug 29 15:12:38.061 INFO O| Aug 29 15:12:38.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
54352024-08-29T15:12:39.731Z[ recovery-image] Aug 29 15:12:38.061 INFO O| Aug 29 15:12:38.061 INFO STEP 475 (remove_files) COMPLETE
54362024-08-29T15:12:39.731Z[ recovery-image] Aug 29 15:12:38.061 INFO O| Aug 29 15:12:38.061 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-08-29T15:12:39.816Z[ recovery-image] Aug 29 15:12:38.146 INFO O| Aug 29 15:12:38.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
54382024-08-29T15:12:39.819Z[ recovery-image] Aug 29 15:12:38.146 INFO O| Aug 29 15:12:38.146 INFO STEP 476 (remove_files) COMPLETE
54392024-08-29T15:12:39.819Z[ recovery-image] Aug 29 15:12:38.146 INFO O| Aug 29 15:12:38.146 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-08-29T15:12:39.872Z[ recovery-image] Aug 29 15:12:38.202 INFO O| Aug 29 15:12:38.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
54412024-08-29T15:12:39.875Z[ recovery-image] Aug 29 15:12:38.203 INFO O| Aug 29 15:12:38.203 INFO STEP 477 (remove_files) COMPLETE
54422024-08-29T15:12:39.875Z[ recovery-image] Aug 29 15:12:38.203 INFO O| Aug 29 15:12:38.203 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-08-29T15:12:39.987Z[ recovery-image] Aug 29 15:12:38.317 INFO O| Aug 29 15:12:38.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
54442024-08-29T15:12:39.987Z[ recovery-image] Aug 29 15:12:38.317 INFO O| Aug 29 15:12:38.317 INFO STEP 478 (remove_files) COMPLETE
54452024-08-29T15:12:39.989Z[ recovery-image] Aug 29 15:12:38.317 INFO O| Aug 29 15:12:38.317 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-08-29T15:12:40.065Z[ recovery-image] Aug 29 15:12:38.395 INFO O| Aug 29 15:12:38.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
54472024-08-29T15:12:40.065Z[ recovery-image] Aug 29 15:12:38.395 INFO O| Aug 29 15:12:38.395 INFO STEP 479 (remove_files) COMPLETE
54482024-08-29T15:12:40.068Z[ recovery-image] Aug 29 15:12:38.396 INFO O| Aug 29 15:12:38.395 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-08-29T15:12:40.100Z[ recovery-image] Aug 29 15:12:38.430 INFO O| Aug 29 15:12:38.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
54502024-08-29T15:12:40.100Z[ recovery-image] Aug 29 15:12:38.430 INFO O| Aug 29 15:12:38.430 INFO STEP 480 (remove_files) COMPLETE
54512024-08-29T15:12:40.100Z[ recovery-image] Aug 29 15:12:38.430 INFO O| Aug 29 15:12:38.430 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-08-29T15:12:40.120Z[ recovery-image] Aug 29 15:12:38.450 INFO O| Aug 29 15:12:38.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
54532024-08-29T15:12:40.120Z[ recovery-image] Aug 29 15:12:38.450 INFO O| Aug 29 15:12:38.450 INFO STEP 481 (remove_files) COMPLETE
54542024-08-29T15:12:40.123Z[ recovery-image] Aug 29 15:12:38.450 INFO O| Aug 29 15:12:38.450 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-08-29T15:12:40.155Z[ recovery-image] Aug 29 15:12:38.485 INFO O| Aug 29 15:12:38.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
54562024-08-29T15:12:40.157Z[ recovery-image] Aug 29 15:12:38.485 INFO O| Aug 29 15:12:38.485 INFO STEP 482 (remove_files) COMPLETE
54572024-08-29T15:12:40.157Z[ recovery-image] Aug 29 15:12:38.485 INFO O| Aug 29 15:12:38.485 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-08-29T15:12:40.231Z[ recovery-image] Aug 29 15:12:38.561 INFO O| Aug 29 15:12:38.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
54592024-08-29T15:12:40.251Z[ recovery-image] Aug 29 15:12:38.581 INFO O| Aug 29 15:12:38.581 INFO STEP 483 (remove_files) COMPLETE
54602024-08-29T15:12:40.251Z[ recovery-image] Aug 29 15:12:38.581 INFO O| Aug 29 15:12:38.581 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-08-29T15:12:40.290Z[ recovery-image] Aug 29 15:12:38.620 INFO O| Aug 29 15:12:38.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
54622024-08-29T15:12:40.291Z[ recovery-image] Aug 29 15:12:38.620 INFO O| Aug 29 15:12:38.620 INFO STEP 484 (remove_files) COMPLETE
54632024-08-29T15:12:40.293Z[ recovery-image] Aug 29 15:12:38.620 INFO O| Aug 29 15:12:38.620 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-08-29T15:12:40.308Z[ recovery-image] Aug 29 15:12:38.639 INFO O| Aug 29 15:12:38.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
54652024-08-29T15:12:40.308Z[ recovery-image] Aug 29 15:12:38.639 INFO O| Aug 29 15:12:38.639 INFO STEP 485 (remove_files) COMPLETE
54662024-08-29T15:12:40.311Z[ recovery-image] Aug 29 15:12:38.639 INFO O| Aug 29 15:12:38.639 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-08-29T15:12:40.327Z[ recovery-image] Aug 29 15:12:38.657 INFO O| Aug 29 15:12:38.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
54682024-08-29T15:12:40.327Z[ recovery-image] Aug 29 15:12:38.657 INFO O| Aug 29 15:12:38.657 INFO STEP 486 (remove_files) COMPLETE
54692024-08-29T15:12:40.335Z[ recovery-image] Aug 29 15:12:38.657 INFO O| Aug 29 15:12:38.657 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-08-29T15:12:40.346Z[ recovery-image] Aug 29 15:12:38.676 INFO O| Aug 29 15:12:38.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
54712024-08-29T15:12:40.346Z[ recovery-image] Aug 29 15:12:38.676 INFO O| Aug 29 15:12:38.676 INFO STEP 487 (remove_files) COMPLETE
54722024-08-29T15:12:40.348Z[ recovery-image] Aug 29 15:12:38.676 INFO O| Aug 29 15:12:38.676 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-08-29T15:12:40.365Z[ recovery-image] Aug 29 15:12:38.695 INFO O| Aug 29 15:12:38.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
54742024-08-29T15:12:40.365Z[ recovery-image] Aug 29 15:12:38.695 INFO O| Aug 29 15:12:38.695 INFO STEP 488 (remove_files) COMPLETE
54752024-08-29T15:12:40.367Z[ recovery-image] Aug 29 15:12:38.695 INFO O| Aug 29 15:12:38.695 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-08-29T15:12:40.384Z[ recovery-image] Aug 29 15:12:38.714 INFO O| Aug 29 15:12:38.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
54772024-08-29T15:12:40.386Z[ recovery-image] Aug 29 15:12:38.714 INFO O| Aug 29 15:12:38.714 INFO STEP 489 (remove_files) COMPLETE
54782024-08-29T15:12:40.386Z[ recovery-image] Aug 29 15:12:38.714 INFO O| Aug 29 15:12:38.714 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-08-29T15:12:40.403Z[ recovery-image] Aug 29 15:12:38.733 INFO O| Aug 29 15:12:38.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
54802024-08-29T15:12:40.406Z[ recovery-image] Aug 29 15:12:38.733 INFO O| Aug 29 15:12:38.733 INFO STEP 490 (remove_files) COMPLETE
54812024-08-29T15:12:40.406Z[ recovery-image] Aug 29 15:12:38.734 INFO O| Aug 29 15:12:38.733 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-08-29T15:12:40.422Z[ recovery-image] Aug 29 15:12:38.752 INFO O| Aug 29 15:12:38.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
54832024-08-29T15:12:40.422Z[ recovery-image] Aug 29 15:12:38.752 INFO O| Aug 29 15:12:38.752 INFO STEP 491 (remove_files) COMPLETE
54842024-08-29T15:12:40.424Z[ recovery-image] Aug 29 15:12:38.752 INFO O| Aug 29 15:12:38.752 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-08-29T15:12:40.440Z[ recovery-image] Aug 29 15:12:38.770 INFO O| Aug 29 15:12:38.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
54862024-08-29T15:12:40.443Z[ recovery-image] Aug 29 15:12:38.771 INFO O| Aug 29 15:12:38.771 INFO STEP 492 (remove_files) COMPLETE
54872024-08-29T15:12:40.443Z[ recovery-image] Aug 29 15:12:38.771 INFO O| Aug 29 15:12:38.771 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-08-29T15:12:40.460Z[ recovery-image] Aug 29 15:12:38.790 INFO O| Aug 29 15:12:38.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
54892024-08-29T15:12:40.460Z[ recovery-image] Aug 29 15:12:38.790 INFO O| Aug 29 15:12:38.790 INFO STEP 493 (remove_files) COMPLETE
54902024-08-29T15:12:40.460Z[ recovery-image] Aug 29 15:12:38.790 INFO O| Aug 29 15:12:38.790 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-08-29T15:12:40.480Z[ recovery-image] Aug 29 15:12:38.810 INFO O| Aug 29 15:12:38.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
54922024-08-29T15:12:40.480Z[ recovery-image] Aug 29 15:12:38.810 INFO O| Aug 29 15:12:38.810 INFO STEP 494 (remove_files) COMPLETE
54932024-08-29T15:12:40.482Z[ recovery-image] Aug 29 15:12:38.810 INFO O| Aug 29 15:12:38.810 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-08-29T15:12:40.499Z[ recovery-image] Aug 29 15:12:38.829 INFO O| Aug 29 15:12:38.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
54952024-08-29T15:12:40.502Z[ recovery-image] Aug 29 15:12:38.829 INFO O| Aug 29 15:12:38.829 INFO STEP 495 (remove_files) COMPLETE
54962024-08-29T15:12:40.502Z[ recovery-image] Aug 29 15:12:38.830 INFO O| Aug 29 15:12:38.829 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-08-29T15:12:40.520Z[ recovery-image] Aug 29 15:12:38.850 INFO O| Aug 29 15:12:38.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
54982024-08-29T15:12:40.520Z[ recovery-image] Aug 29 15:12:38.850 INFO O| Aug 29 15:12:38.850 INFO STEP 496 (remove_files) COMPLETE
54992024-08-29T15:12:40.522Z[ recovery-image] Aug 29 15:12:38.850 INFO O| Aug 29 15:12:38.850 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-08-29T15:12:40.539Z[ recovery-image] Aug 29 15:12:38.869 INFO O| Aug 29 15:12:38.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
55012024-08-29T15:12:40.539Z[ recovery-image] Aug 29 15:12:38.869 INFO O| Aug 29 15:12:38.869 INFO STEP 497 (remove_files) COMPLETE
55022024-08-29T15:12:40.541Z[ recovery-image] Aug 29 15:12:38.869 INFO O| Aug 29 15:12:38.869 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-08-29T15:12:40.559Z[ recovery-image] Aug 29 15:12:38.889 INFO O| Aug 29 15:12:38.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
55042024-08-29T15:12:40.561Z[ recovery-image] Aug 29 15:12:38.889 INFO O| Aug 29 15:12:38.889 INFO STEP 498 (remove_files) COMPLETE
55052024-08-29T15:12:40.562Z[ recovery-image] Aug 29 15:12:38.889 INFO O| Aug 29 15:12:38.889 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-08-29T15:12:40.605Z[ recovery-image] Aug 29 15:12:38.933 INFO O| Aug 29 15:12:38.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
55072024-08-29T15:12:40.608Z[ recovery-image] Aug 29 15:12:38.933 INFO O| Aug 29 15:12:38.933 INFO STEP 499 (remove_files) COMPLETE
55082024-08-29T15:12:40.608Z[ recovery-image] Aug 29 15:12:38.933 INFO O| Aug 29 15:12:38.933 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-08-29T15:12:40.624Z[ recovery-image] Aug 29 15:12:38.953 INFO O| Aug 29 15:12:38.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
55102024-08-29T15:12:40.624Z[ recovery-image] Aug 29 15:12:38.954 INFO O| Aug 29 15:12:38.953 INFO STEP 500 (remove_files) COMPLETE
55112024-08-29T15:12:40.624Z[ recovery-image] Aug 29 15:12:38.954 INFO O| Aug 29 15:12:38.954 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-08-29T15:12:40.645Z[ recovery-image] Aug 29 15:12:38.974 INFO O| Aug 29 15:12:38.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
55132024-08-29T15:12:40.647Z[ recovery-image] Aug 29 15:12:38.975 INFO O| Aug 29 15:12:38.975 INFO STEP 501 (remove_files) COMPLETE
55142024-08-29T15:12:40.647Z[ recovery-image] Aug 29 15:12:38.975 INFO O| Aug 29 15:12:38.975 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-08-29T15:12:40.663Z[ recovery-image] Aug 29 15:12:38.993 INFO O| Aug 29 15:12:38.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55162024-08-29T15:12:40.665Z[ recovery-image] Aug 29 15:12:38.993 INFO O| Aug 29 15:12:38.993 INFO STEP 502 (remove_files) COMPLETE
55172024-08-29T15:12:40.665Z[ recovery-image] Aug 29 15:12:38.993 INFO O| Aug 29 15:12:38.993 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-08-29T15:12:40.690Z[ recovery-image] Aug 29 15:12:39.020 INFO O| Aug 29 15:12:39.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55192024-08-29T15:12:40.693Z[ recovery-image] Aug 29 15:12:39.020 INFO O| Aug 29 15:12:39.020 INFO STEP 503 (remove_files) COMPLETE
55202024-08-29T15:12:40.693Z[ recovery-image] Aug 29 15:12:39.020 INFO O| Aug 29 15:12:39.020 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-08-29T15:12:40.717Z[ recovery-image] Aug 29 15:12:39.047 INFO O| Aug 29 15:12:39.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55222024-08-29T15:12:40.717Z[ recovery-image] Aug 29 15:12:39.047 INFO O| Aug 29 15:12:39.047 INFO STEP 504 (remove_files) COMPLETE
55232024-08-29T15:12:40.720Z[ recovery-image] Aug 29 15:12:39.047 INFO O| Aug 29 15:12:39.047 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-08-29T15:12:40.758Z[ recovery-image] Aug 29 15:12:39.088 INFO O| Aug 29 15:12:39.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55252024-08-29T15:12:40.761Z[ recovery-image] Aug 29 15:12:39.088 INFO O| Aug 29 15:12:39.088 INFO STEP 505 (remove_files) COMPLETE
55262024-08-29T15:12:40.761Z[ recovery-image] Aug 29 15:12:39.089 INFO O| Aug 29 15:12:39.089 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-08-29T15:12:40.778Z[ recovery-image] Aug 29 15:12:39.108 INFO O| Aug 29 15:12:39.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55282024-08-29T15:12:40.781Z[ recovery-image] Aug 29 15:12:39.108 INFO O| Aug 29 15:12:39.108 INFO STEP 506 (remove_files) COMPLETE
55292024-08-29T15:12:40.781Z[ recovery-image] Aug 29 15:12:39.108 INFO O| Aug 29 15:12:39.108 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-08-29T15:12:40.798Z[ recovery-image] Aug 29 15:12:39.127 INFO O| Aug 29 15:12:39.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55312024-08-29T15:12:40.800Z[ recovery-image] Aug 29 15:12:39.128 INFO O| Aug 29 15:12:39.128 INFO STEP 507 (remove_files) COMPLETE
55322024-08-29T15:12:40.800Z[ recovery-image] Aug 29 15:12:39.128 INFO O| Aug 29 15:12:39.128 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-08-29T15:12:40.815Z[ recovery-image] Aug 29 15:12:39.145 INFO O| Aug 29 15:12:39.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
55342024-08-29T15:12:40.818Z[ recovery-image] Aug 29 15:12:39.145 INFO O| Aug 29 15:12:39.145 INFO STEP 508 (remove_files) COMPLETE
55352024-08-29T15:12:40.818Z[ recovery-image] Aug 29 15:12:39.145 INFO O| Aug 29 15:12:39.145 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-08-29T15:12:40.834Z[ recovery-image] Aug 29 15:12:39.164 INFO O| Aug 29 15:12:39.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
55372024-08-29T15:12:40.837Z[ recovery-image] Aug 29 15:12:39.164 INFO O| Aug 29 15:12:39.164 INFO STEP 509 (remove_files) COMPLETE
55382024-08-29T15:12:40.837Z[ recovery-image] Aug 29 15:12:39.164 INFO O| Aug 29 15:12:39.164 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-08-29T15:12:40.851Z[ recovery-image] Aug 29 15:12:39.180 INFO O| Aug 29 15:12:39.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
55402024-08-29T15:12:40.851Z[ recovery-image] Aug 29 15:12:39.180 INFO O| Aug 29 15:12:39.180 INFO STEP 510 (remove_files) COMPLETE
55412024-08-29T15:12:40.856Z[ recovery-image] Aug 29 15:12:39.180 INFO O| Aug 29 15:12:39.180 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-08-29T15:12:40.867Z[ recovery-image] Aug 29 15:12:39.196 INFO O| Aug 29 15:12:39.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
55432024-08-29T15:12:40.867Z[ recovery-image] Aug 29 15:12:39.197 INFO O| Aug 29 15:12:39.196 INFO STEP 511 (remove_files) COMPLETE
55442024-08-29T15:12:40.867Z[ recovery-image] Aug 29 15:12:39.197 INFO O| Aug 29 15:12:39.196 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-08-29T15:12:40.884Z[ recovery-image] Aug 29 15:12:39.213 INFO O| Aug 29 15:12:39.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
55462024-08-29T15:12:40.884Z[ recovery-image] Aug 29 15:12:39.213 INFO O| Aug 29 15:12:39.213 INFO STEP 512 (remove_files) COMPLETE
55472024-08-29T15:12:40.884Z[ recovery-image] Aug 29 15:12:39.213 INFO O| Aug 29 15:12:39.213 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-08-29T15:12:40.901Z[ recovery-image] Aug 29 15:12:39.230 INFO O| Aug 29 15:12:39.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
55492024-08-29T15:12:40.901Z[ recovery-image] Aug 29 15:12:39.230 INFO O| Aug 29 15:12:39.230 INFO STEP 513 (remove_files) COMPLETE
55502024-08-29T15:12:40.901Z[ recovery-image] Aug 29 15:12:39.230 INFO O| Aug 29 15:12:39.230 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-08-29T15:12:40.918Z[ recovery-image] Aug 29 15:12:39.248 INFO O| Aug 29 15:12:39.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
55522024-08-29T15:12:40.918Z[ recovery-image] Aug 29 15:12:39.248 INFO O| Aug 29 15:12:39.248 INFO STEP 514 (remove_files) COMPLETE
55532024-08-29T15:12:40.921Z[ recovery-image] Aug 29 15:12:39.248 INFO O| Aug 29 15:12:39.248 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-08-29T15:12:40.935Z[ recovery-image] Aug 29 15:12:39.265 INFO O| Aug 29 15:12:39.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
55552024-08-29T15:12:40.935Z[ recovery-image] Aug 29 15:12:39.265 INFO O| Aug 29 15:12:39.265 INFO STEP 515 (remove_files) COMPLETE
55562024-08-29T15:12:40.938Z[ recovery-image] Aug 29 15:12:39.265 INFO O| Aug 29 15:12:39.265 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-08-29T15:12:40.954Z[ recovery-image] Aug 29 15:12:39.282 INFO O| Aug 29 15:12:39.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
55582024-08-29T15:12:40.954Z[ recovery-image] Aug 29 15:12:39.282 INFO O| Aug 29 15:12:39.282 INFO STEP 516 (remove_files) COMPLETE
55592024-08-29T15:12:40.954Z[ recovery-image] Aug 29 15:12:39.282 INFO O| Aug 29 15:12:39.282 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-08-29T15:12:40.970Z[ recovery-image] Aug 29 15:12:39.300 INFO O| Aug 29 15:12:39.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
55612024-08-29T15:12:40.970Z[ recovery-image] Aug 29 15:12:39.300 INFO O| Aug 29 15:12:39.300 INFO STEP 517 (remove_files) COMPLETE
55622024-08-29T15:12:40.973Z[ recovery-image] Aug 29 15:12:39.300 INFO O| Aug 29 15:12:39.300 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-08-29T15:12:40.992Z[ host-image] Aug 29 15:12:39.321 INFO O| Aug 29 15:12:39.321 INFO O| Download: 1108/1140 items 6.5/8.4MB 77% complete (1.2M/s)
55642024-08-29T15:12:41.033Z[ recovery-image] Aug 29 15:12:39.362 INFO O| Aug 29 15:12:39.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
55652024-08-29T15:12:41.033Z[ recovery-image] Aug 29 15:12:39.362 INFO O| Aug 29 15:12:39.362 INFO STEP 518 (remove_files) COMPLETE
55662024-08-29T15:12:41.033Z[ recovery-image] Aug 29 15:12:39.362 INFO O| Aug 29 15:12:39.362 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-08-29T15:12:41.050Z[ recovery-image] Aug 29 15:12:39.380 INFO O| Aug 29 15:12:39.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
55682024-08-29T15:12:41.050Z[ recovery-image] Aug 29 15:12:39.380 INFO O| Aug 29 15:12:39.380 INFO STEP 519 (remove_files) COMPLETE
55692024-08-29T15:12:41.050Z[ recovery-image] Aug 29 15:12:39.380 INFO O| Aug 29 15:12:39.380 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-08-29T15:12:41.067Z[ recovery-image] Aug 29 15:12:39.397 INFO O| Aug 29 15:12:39.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
55712024-08-29T15:12:41.067Z[ recovery-image] Aug 29 15:12:39.397 INFO O| Aug 29 15:12:39.397 INFO STEP 520 (remove_files) COMPLETE
55722024-08-29T15:12:41.067Z[ recovery-image] Aug 29 15:12:39.397 INFO O| Aug 29 15:12:39.397 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-08-29T15:12:41.085Z[ recovery-image] Aug 29 15:12:39.415 INFO O| Aug 29 15:12:39.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
55742024-08-29T15:12:41.089Z[ recovery-image] Aug 29 15:12:39.419 INFO O| Aug 29 15:12:39.419 INFO STEP 521 (remove_files) COMPLETE
55752024-08-29T15:12:41.089Z[ recovery-image] Aug 29 15:12:39.419 INFO O| Aug 29 15:12:39.419 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-08-29T15:12:41.153Z[ recovery-image] Aug 29 15:12:39.483 INFO O| Aug 29 15:12:39.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
55772024-08-29T15:12:41.153Z[ recovery-image] Aug 29 15:12:39.483 INFO O| Aug 29 15:12:39.483 INFO STEP 522 (remove_files) COMPLETE
55782024-08-29T15:12:41.156Z[ recovery-image] Aug 29 15:12:39.483 INFO O| Aug 29 15:12:39.483 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-08-29T15:12:41.172Z[ recovery-image] Aug 29 15:12:39.501 INFO O| Aug 29 15:12:39.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
55802024-08-29T15:12:41.172Z[ recovery-image] Aug 29 15:12:39.501 INFO O| Aug 29 15:12:39.501 INFO STEP 523 (remove_files) COMPLETE
55812024-08-29T15:12:41.172Z[ recovery-image] Aug 29 15:12:39.501 INFO O| Aug 29 15:12:39.501 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-08-29T15:12:41.190Z[ recovery-image] Aug 29 15:12:39.519 INFO O| Aug 29 15:12:39.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
55832024-08-29T15:12:41.190Z[ recovery-image] Aug 29 15:12:39.519 INFO O| Aug 29 15:12:39.519 INFO STEP 524 (remove_files) COMPLETE
55842024-08-29T15:12:41.190Z[ recovery-image] Aug 29 15:12:39.519 INFO O| Aug 29 15:12:39.519 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-08-29T15:12:41.206Z[ recovery-image] Aug 29 15:12:39.535 INFO O| Aug 29 15:12:39.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
55862024-08-29T15:12:41.206Z[ recovery-image] Aug 29 15:12:39.535 INFO O| Aug 29 15:12:39.535 INFO STEP 525 (remove_files) COMPLETE
55872024-08-29T15:12:41.206Z[ recovery-image] Aug 29 15:12:39.535 INFO O| Aug 29 15:12:39.535 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-08-29T15:12:41.221Z[ recovery-image] Aug 29 15:12:39.551 INFO O| Aug 29 15:12:39.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
55892024-08-29T15:12:41.224Z[ recovery-image] Aug 29 15:12:39.551 INFO O| Aug 29 15:12:39.551 INFO STEP 526 (remove_files) COMPLETE
55902024-08-29T15:12:41.224Z[ recovery-image] Aug 29 15:12:39.551 INFO O| Aug 29 15:12:39.551 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-08-29T15:12:41.237Z[ recovery-image] Aug 29 15:12:39.567 INFO O| Aug 29 15:12:39.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
55922024-08-29T15:12:41.237Z[ recovery-image] Aug 29 15:12:39.567 INFO O| Aug 29 15:12:39.567 INFO STEP 527 (remove_files) COMPLETE
55932024-08-29T15:12:41.237Z[ recovery-image] Aug 29 15:12:39.567 INFO O| Aug 29 15:12:39.567 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-08-29T15:12:41.255Z[ recovery-image] Aug 29 15:12:39.585 INFO O| Aug 29 15:12:39.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
55952024-08-29T15:12:41.255Z[ recovery-image] Aug 29 15:12:39.585 INFO O| Aug 29 15:12:39.585 INFO STEP 528 (remove_files) COMPLETE
55962024-08-29T15:12:41.258Z[ recovery-image] Aug 29 15:12:39.585 INFO O| Aug 29 15:12:39.585 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-08-29T15:12:41.289Z[ recovery-image] Aug 29 15:12:39.618 INFO O| Aug 29 15:12:39.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
55982024-08-29T15:12:41.289Z[ recovery-image] Aug 29 15:12:39.618 INFO O| Aug 29 15:12:39.618 INFO STEP 529 (remove_files) COMPLETE
55992024-08-29T15:12:41.289Z[ recovery-image] Aug 29 15:12:39.618 INFO O| Aug 29 15:12:39.618 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-08-29T15:12:41.364Z[ recovery-image] Aug 29 15:12:39.693 INFO O| Aug 29 15:12:39.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
56012024-08-29T15:12:41.364Z[ recovery-image] Aug 29 15:12:39.693 INFO O| Aug 29 15:12:39.693 INFO STEP 530 (remove_files) COMPLETE
56022024-08-29T15:12:41.364Z[ recovery-image] Aug 29 15:12:39.694 INFO O| Aug 29 15:12:39.693 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-08-29T15:12:41.386Z[ recovery-image] Aug 29 15:12:39.715 INFO O| Aug 29 15:12:39.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
56042024-08-29T15:12:41.386Z[ recovery-image] Aug 29 15:12:39.715 INFO O| Aug 29 15:12:39.715 INFO STEP 531 (remove_files) COMPLETE
56052024-08-29T15:12:41.388Z[ recovery-image] Aug 29 15:12:39.715 INFO O| Aug 29 15:12:39.715 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-08-29T15:12:41.417Z[ host-image] Aug 29 15:12:39.746 INFO O| Aug 29 15:12:39.746 INFO O| Download: Completed 8.42 MB in 5.46 seconds (1.5M/s)
56072024-08-29T15:12:41.424Z[ recovery-image] Aug 29 15:12:39.754 INFO O| Aug 29 15:12:39.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
56082024-08-29T15:12:41.427Z[ recovery-image] Aug 29 15:12:39.754 INFO O| Aug 29 15:12:39.754 INFO STEP 532 (remove_files) COMPLETE
56092024-08-29T15:12:41.427Z[ recovery-image] Aug 29 15:12:39.754 INFO O| Aug 29 15:12:39.754 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-08-29T15:12:41.445Z[ recovery-image] Aug 29 15:12:39.774 INFO O| Aug 29 15:12:39.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
56112024-08-29T15:12:41.447Z[ recovery-image] Aug 29 15:12:39.774 INFO O| Aug 29 15:12:39.774 INFO STEP 533 (remove_files) COMPLETE
56122024-08-29T15:12:41.447Z[ recovery-image] Aug 29 15:12:39.774 INFO O| Aug 29 15:12:39.774 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-08-29T15:12:41.481Z[ recovery-image] Aug 29 15:12:39.810 INFO O| Aug 29 15:12:39.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
56142024-08-29T15:12:41.505Z[ recovery-image] Aug 29 15:12:39.834 INFO O| Aug 29 15:12:39.834 INFO STEP 534 (remove_files) COMPLETE
56152024-08-29T15:12:41.505Z[ recovery-image] Aug 29 15:12:39.834 INFO O| Aug 29 15:12:39.834 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-08-29T15:12:41.555Z[ host-image] Aug 29 15:12:39.885 INFO O| Aug 29 15:12:39.884 INFO O| Actions: 1/1361 actions (Installing new actions)
56172024-08-29T15:12:41.561Z[ recovery-image] Aug 29 15:12:39.891 INFO O| Aug 29 15:12:39.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
56182024-08-29T15:12:41.561Z[ recovery-image] Aug 29 15:12:39.891 INFO O| Aug 29 15:12:39.891 INFO STEP 535 (remove_files) COMPLETE
56192024-08-29T15:12:41.564Z[ recovery-image] Aug 29 15:12:39.891 INFO O| Aug 29 15:12:39.891 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-08-29T15:12:41.580Z[ recovery-image] Aug 29 15:12:39.910 INFO O| Aug 29 15:12:39.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56212024-08-29T15:12:41.614Z[ recovery-image] Aug 29 15:12:39.943 INFO O| Aug 29 15:12:39.943 INFO STEP 536 (remove_files) COMPLETE
56222024-08-29T15:12:41.614Z[ recovery-image] Aug 29 15:12:39.943 INFO O| Aug 29 15:12:39.943 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-08-29T15:12:41.647Z[ recovery-image] Aug 29 15:12:39.977 INFO O| Aug 29 15:12:39.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56242024-08-29T15:12:41.647Z[ recovery-image] Aug 29 15:12:39.977 INFO O| Aug 29 15:12:39.977 INFO STEP 537 (remove_files) COMPLETE
56252024-08-29T15:12:41.649Z[ recovery-image] Aug 29 15:12:39.977 INFO O| Aug 29 15:12:39.977 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-08-29T15:12:41.689Z[ recovery-image] Aug 29 15:12:40.018 INFO O| Aug 29 15:12:40.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56272024-08-29T15:12:41.689Z[ recovery-image] Aug 29 15:12:40.018 INFO O| Aug 29 15:12:40.018 INFO STEP 538 (remove_files) COMPLETE
56282024-08-29T15:12:41.691Z[ recovery-image] Aug 29 15:12:40.018 INFO O| Aug 29 15:12:40.018 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-08-29T15:12:41.707Z[ recovery-image] Aug 29 15:12:40.037 INFO O| Aug 29 15:12:40.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56302024-08-29T15:12:41.707Z[ recovery-image] Aug 29 15:12:40.037 INFO O| Aug 29 15:12:40.037 INFO STEP 539 (remove_files) COMPLETE
56312024-08-29T15:12:41.707Z[ recovery-image] Aug 29 15:12:40.037 INFO O| Aug 29 15:12:40.037 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-08-29T15:12:41.739Z[ recovery-image] Aug 29 15:12:40.068 INFO O| Aug 29 15:12:40.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56332024-08-29T15:12:41.739Z[ recovery-image] Aug 29 15:12:40.068 INFO O| Aug 29 15:12:40.068 INFO STEP 540 (remove_files) COMPLETE
56342024-08-29T15:12:41.739Z[ recovery-image] Aug 29 15:12:40.068 INFO O| Aug 29 15:12:40.068 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-08-29T15:12:41.805Z[ recovery-image] Aug 29 15:12:40.133 INFO O| Aug 29 15:12:40.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
56362024-08-29T15:12:41.805Z[ recovery-image] Aug 29 15:12:40.133 INFO O| Aug 29 15:12:40.133 INFO STEP 541 (remove_files) COMPLETE
56372024-08-29T15:12:41.805Z[ recovery-image] Aug 29 15:12:40.133 INFO O| Aug 29 15:12:40.133 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-08-29T15:12:41.875Z[ recovery-image] Aug 29 15:12:40.205 INFO O| Aug 29 15:12:40.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
56392024-08-29T15:12:41.875Z[ recovery-image] Aug 29 15:12:40.205 INFO O| Aug 29 15:12:40.205 INFO STEP 542 (remove_files) COMPLETE
56402024-08-29T15:12:41.878Z[ recovery-image] Aug 29 15:12:40.205 INFO O| Aug 29 15:12:40.205 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-08-29T15:12:41.903Z[ recovery-image] Aug 29 15:12:40.232 INFO O| Aug 29 15:12:40.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
56422024-08-29T15:12:41.905Z[ recovery-image] Aug 29 15:12:40.232 INFO O| Aug 29 15:12:40.232 INFO STEP 543 (remove_files) COMPLETE
56432024-08-29T15:12:41.905Z[ recovery-image] Aug 29 15:12:40.233 INFO O| Aug 29 15:12:40.233 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-08-29T15:12:41.921Z[ recovery-image] Aug 29 15:12:40.251 INFO O| Aug 29 15:12:40.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
56452024-08-29T15:12:41.921Z[ recovery-image] Aug 29 15:12:40.251 INFO O| Aug 29 15:12:40.251 INFO STEP 544 (remove_files) COMPLETE
56462024-08-29T15:12:41.924Z[ recovery-image] Aug 29 15:12:40.251 INFO O| Aug 29 15:12:40.251 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-08-29T15:12:41.938Z[ recovery-image] Aug 29 15:12:40.267 INFO O| Aug 29 15:12:40.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
56482024-08-29T15:12:41.940Z[ recovery-image] Aug 29 15:12:40.267 INFO O| Aug 29 15:12:40.267 INFO STEP 545 (remove_files) COMPLETE
56492024-08-29T15:12:41.940Z[ recovery-image] Aug 29 15:12:40.268 INFO O| Aug 29 15:12:40.267 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-08-29T15:12:41.956Z[ recovery-image] Aug 29 15:12:40.285 INFO O| Aug 29 15:12:40.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
56512024-08-29T15:12:41.958Z[ recovery-image] Aug 29 15:12:40.285 INFO O| Aug 29 15:12:40.285 INFO STEP 546 (remove_files) COMPLETE
56522024-08-29T15:12:41.959Z[ recovery-image] Aug 29 15:12:40.286 INFO O| Aug 29 15:12:40.286 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-08-29T15:12:41.978Z[ recovery-image] Aug 29 15:12:40.305 INFO O| Aug 29 15:12:40.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
56542024-08-29T15:12:41.980Z[ recovery-image] Aug 29 15:12:40.305 INFO O| Aug 29 15:12:40.305 INFO STEP 547 (remove_files) COMPLETE
56552024-08-29T15:12:41.981Z[ recovery-image] Aug 29 15:12:40.305 INFO O| Aug 29 15:12:40.305 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-08-29T15:12:41.992Z[ recovery-image] Aug 29 15:12:40.322 INFO O| Aug 29 15:12:40.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
56572024-08-29T15:12:41.992Z[ recovery-image] Aug 29 15:12:40.322 INFO O| Aug 29 15:12:40.322 INFO STEP 548 (remove_files) COMPLETE
56582024-08-29T15:12:41.995Z[ recovery-image] Aug 29 15:12:40.322 INFO O| Aug 29 15:12:40.322 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-08-29T15:12:42.010Z[ recovery-image] Aug 29 15:12:40.340 INFO O| Aug 29 15:12:40.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
56602024-08-29T15:12:42.013Z[ recovery-image] Aug 29 15:12:40.340 INFO O| Aug 29 15:12:40.340 INFO STEP 549 (remove_files) COMPLETE
56612024-08-29T15:12:42.013Z[ recovery-image] Aug 29 15:12:40.340 INFO O| Aug 29 15:12:40.340 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-08-29T15:12:42.047Z[ recovery-image] Aug 29 15:12:40.376 INFO O| Aug 29 15:12:40.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
56632024-08-29T15:12:42.049Z[ recovery-image] Aug 29 15:12:40.376 INFO O| Aug 29 15:12:40.376 INFO STEP 550 (remove_files) COMPLETE
56642024-08-29T15:12:42.049Z[ recovery-image] Aug 29 15:12:40.376 INFO O| Aug 29 15:12:40.376 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-08-29T15:12:42.065Z[ recovery-image] Aug 29 15:12:40.394 INFO O| Aug 29 15:12:40.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
56662024-08-29T15:12:42.065Z[ recovery-image] Aug 29 15:12:40.394 INFO O| Aug 29 15:12:40.394 INFO STEP 551 (remove_files) COMPLETE
56672024-08-29T15:12:42.067Z[ recovery-image] Aug 29 15:12:40.395 INFO O| Aug 29 15:12:40.395 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-08-29T15:12:42.084Z[ recovery-image] Aug 29 15:12:40.413 INFO O| Aug 29 15:12:40.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
56692024-08-29T15:12:42.087Z[ recovery-image] Aug 29 15:12:40.413 INFO O| Aug 29 15:12:40.413 INFO STEP 552 (remove_files) COMPLETE
56702024-08-29T15:12:42.087Z[ recovery-image] Aug 29 15:12:40.413 INFO O| Aug 29 15:12:40.413 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-08-29T15:12:42.101Z[ recovery-image] Aug 29 15:12:40.430 INFO O| Aug 29 15:12:40.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
56722024-08-29T15:12:42.104Z[ recovery-image] Aug 29 15:12:40.431 INFO O| Aug 29 15:12:40.431 INFO STEP 553 (remove_files) COMPLETE
56732024-08-29T15:12:42.104Z[ recovery-image] Aug 29 15:12:40.431 INFO O| Aug 29 15:12:40.431 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-08-29T15:12:42.120Z[ recovery-image] Aug 29 15:12:40.449 INFO O| Aug 29 15:12:40.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
56752024-08-29T15:12:42.122Z[ recovery-image] Aug 29 15:12:40.449 INFO O| Aug 29 15:12:40.449 INFO STEP 554 (remove_files) COMPLETE
56762024-08-29T15:12:42.122Z[ recovery-image] Aug 29 15:12:40.449 INFO O| Aug 29 15:12:40.449 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-08-29T15:12:42.137Z[ recovery-image] Aug 29 15:12:40.467 INFO O| Aug 29 15:12:40.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
56782024-08-29T15:12:42.140Z[ recovery-image] Aug 29 15:12:40.467 INFO O| Aug 29 15:12:40.467 INFO STEP 555 (remove_files) COMPLETE
56792024-08-29T15:12:42.140Z[ recovery-image] Aug 29 15:12:40.467 INFO O| Aug 29 15:12:40.467 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-08-29T15:12:42.162Z[ recovery-image] Aug 29 15:12:40.491 INFO O| Aug 29 15:12:40.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
56812024-08-29T15:12:42.163Z[ recovery-image] Aug 29 15:12:40.491 INFO O| Aug 29 15:12:40.491 INFO STEP 556 (remove_files) COMPLETE
56822024-08-29T15:12:42.163Z[ recovery-image] Aug 29 15:12:40.491 INFO O| Aug 29 15:12:40.491 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-08-29T15:12:42.180Z[ recovery-image] Aug 29 15:12:40.509 INFO O| Aug 29 15:12:40.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
56842024-08-29T15:12:42.182Z[ recovery-image] Aug 29 15:12:40.510 INFO O| Aug 29 15:12:40.510 INFO STEP 557 (remove_files) COMPLETE
56852024-08-29T15:12:42.182Z[ recovery-image] Aug 29 15:12:40.510 INFO O| Aug 29 15:12:40.510 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-08-29T15:12:42.243Z[ recovery-image] Aug 29 15:12:40.572 INFO O| Aug 29 15:12:40.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
56872024-08-29T15:12:42.243Z[ recovery-image] Aug 29 15:12:40.572 INFO O| Aug 29 15:12:40.572 INFO STEP 558 (remove_files) COMPLETE
56882024-08-29T15:12:42.243Z[ recovery-image] Aug 29 15:12:40.572 INFO O| Aug 29 15:12:40.572 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-08-29T15:12:42.308Z[ recovery-image] Aug 29 15:12:40.637 INFO O| Aug 29 15:12:40.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
56902024-08-29T15:12:42.308Z[ recovery-image] Aug 29 15:12:40.637 INFO O| Aug 29 15:12:40.637 INFO STEP 559 (remove_files) COMPLETE
56912024-08-29T15:12:42.308Z[ recovery-image] Aug 29 15:12:40.637 INFO O| Aug 29 15:12:40.637 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-08-29T15:12:42.325Z[ recovery-image] Aug 29 15:12:40.654 INFO O| Aug 29 15:12:40.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
56932024-08-29T15:12:42.325Z[ recovery-image] Aug 29 15:12:40.654 INFO O| Aug 29 15:12:40.654 INFO STEP 560 (remove_files) COMPLETE
56942024-08-29T15:12:42.325Z[ host-image] Aug 29 15:12:40.654 INFO O| Aug 29 15:12:40.654 INFO O| Actions: Completed 1361 actions in 0.77 seconds.
56952024-08-29T15:12:42.325Z[ recovery-image] Aug 29 15:12:40.654 INFO O| Aug 29 15:12:40.654 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-08-29T15:12:42.342Z[ recovery-image] Aug 29 15:12:40.671 INFO O| Aug 29 15:12:40.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
56972024-08-29T15:12:42.342Z[ recovery-image] Aug 29 15:12:40.671 INFO O| Aug 29 15:12:40.671 INFO STEP 561 (remove_files) COMPLETE
56982024-08-29T15:12:42.342Z[ recovery-image] Aug 29 15:12:40.671 INFO O| Aug 29 15:12:40.671 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-08-29T15:12:42.360Z[ recovery-image] Aug 29 15:12:40.689 INFO O| Aug 29 15:12:40.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
57002024-08-29T15:12:42.360Z[ recovery-image] Aug 29 15:12:40.689 INFO O| Aug 29 15:12:40.689 INFO STEP 562 (remove_files) COMPLETE
57012024-08-29T15:12:42.360Z[ recovery-image] Aug 29 15:12:40.689 INFO O| Aug 29 15:12:40.689 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-08-29T15:12:42.395Z[ recovery-image] Aug 29 15:12:40.723 INFO O| Aug 29 15:12:40.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
57032024-08-29T15:12:42.395Z[ recovery-image] Aug 29 15:12:40.724 INFO O| Aug 29 15:12:40.723 INFO STEP 563 (remove_files) COMPLETE
57042024-08-29T15:12:42.395Z[ recovery-image] Aug 29 15:12:40.724 INFO O| Aug 29 15:12:40.724 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-08-29T15:12:42.431Z[ recovery-image] Aug 29 15:12:40.760 INFO O| Aug 29 15:12:40.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
57062024-08-29T15:12:42.431Z[ recovery-image] Aug 29 15:12:40.760 INFO O| Aug 29 15:12:40.760 INFO STEP 564 (remove_files) COMPLETE
57072024-08-29T15:12:42.431Z[ recovery-image] Aug 29 15:12:40.760 INFO O| Aug 29 15:12:40.760 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-08-29T15:12:42.477Z[ recovery-image] Aug 29 15:12:40.805 INFO O| Aug 29 15:12:40.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
57092024-08-29T15:12:42.477Z[ recovery-image] Aug 29 15:12:40.805 INFO O| Aug 29 15:12:40.805 INFO STEP 565 (remove_files) COMPLETE
57102024-08-29T15:12:42.477Z[ recovery-image] Aug 29 15:12:40.805 INFO O| Aug 29 15:12:40.805 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-08-29T15:12:42.535Z[ recovery-image] Aug 29 15:12:40.865 INFO O| Aug 29 15:12:40.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
57122024-08-29T15:12:42.535Z[ recovery-image] Aug 29 15:12:40.865 INFO O| Aug 29 15:12:40.865 INFO STEP 566 (remove_files) COMPLETE
57132024-08-29T15:12:42.536Z[ recovery-image] Aug 29 15:12:40.865 INFO O| Aug 29 15:12:40.865 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-08-29T15:12:42.556Z[ recovery-image] Aug 29 15:12:40.885 INFO O| Aug 29 15:12:40.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
57152024-08-29T15:12:42.556Z[ recovery-image] Aug 29 15:12:40.885 INFO O| Aug 29 15:12:40.885 INFO STEP 567 (remove_files) COMPLETE
57162024-08-29T15:12:42.556Z[ recovery-image] Aug 29 15:12:40.885 INFO O| Aug 29 15:12:40.885 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-08-29T15:12:42.575Z[ recovery-image] Aug 29 15:12:40.903 INFO O| Aug 29 15:12:40.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57182024-08-29T15:12:42.575Z[ recovery-image] Aug 29 15:12:40.903 INFO O| Aug 29 15:12:40.903 INFO STEP 568 (remove_files) COMPLETE
57192024-08-29T15:12:42.575Z[ recovery-image] Aug 29 15:12:40.903 INFO O| Aug 29 15:12:40.903 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-08-29T15:12:42.593Z[ recovery-image] Aug 29 15:12:40.921 INFO O| Aug 29 15:12:40.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57212024-08-29T15:12:42.593Z[ recovery-image] Aug 29 15:12:40.921 INFO O| Aug 29 15:12:40.921 INFO STEP 569 (remove_files) COMPLETE
57222024-08-29T15:12:42.593Z[ recovery-image] Aug 29 15:12:40.921 INFO O| Aug 29 15:12:40.921 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-08-29T15:12:42.611Z[ recovery-image] Aug 29 15:12:40.941 INFO O| Aug 29 15:12:40.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57242024-08-29T15:12:42.611Z[ recovery-image] Aug 29 15:12:40.941 INFO O| Aug 29 15:12:40.941 INFO STEP 570 (remove_files) COMPLETE
57252024-08-29T15:12:42.611Z[ recovery-image] Aug 29 15:12:40.941 INFO O| Aug 29 15:12:40.941 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-08-29T15:12:42.631Z[ recovery-image] Aug 29 15:12:40.960 INFO O| Aug 29 15:12:40.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57272024-08-29T15:12:42.631Z[ recovery-image] Aug 29 15:12:40.960 INFO O| Aug 29 15:12:40.960 INFO STEP 571 (remove_files) COMPLETE
57282024-08-29T15:12:42.631Z[ recovery-image] Aug 29 15:12:40.960 INFO O| Aug 29 15:12:40.960 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-08-29T15:12:42.663Z[ recovery-image] Aug 29 15:12:40.992 INFO O| Aug 29 15:12:40.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57302024-08-29T15:12:42.665Z[ recovery-image] Aug 29 15:12:40.992 INFO O| Aug 29 15:12:40.992 INFO STEP 572 (remove_files) COMPLETE
57312024-08-29T15:12:42.665Z[ recovery-image] Aug 29 15:12:40.993 INFO O| Aug 29 15:12:40.992 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-08-29T15:12:42.696Z[ recovery-image] Aug 29 15:12:41.026 INFO O| Aug 29 15:12:41.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57332024-08-29T15:12:42.697Z[ recovery-image] Aug 29 15:12:41.026 INFO O| Aug 29 15:12:41.026 INFO STEP 573 (remove_files) COMPLETE
57342024-08-29T15:12:42.697Z[ recovery-image] Aug 29 15:12:41.026 INFO O| Aug 29 15:12:41.026 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-08-29T15:12:42.715Z[ recovery-image] Aug 29 15:12:41.044 INFO O| Aug 29 15:12:41.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
57362024-08-29T15:12:42.715Z[ recovery-image] Aug 29 15:12:41.044 INFO O| Aug 29 15:12:41.044 INFO STEP 574 (remove_files) COMPLETE
57372024-08-29T15:12:42.717Z[ recovery-image] Aug 29 15:12:41.044 INFO O| Aug 29 15:12:41.044 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-08-29T15:12:42.749Z[ host-image] Aug 29 15:12:41.077 INFO O| Aug 29 15:12:41.077 INFO O| Done
57392024-08-29T15:12:42.752Z[ host-image] Aug 29 15:12:41.077 INFO O| Aug 29 15:12:41.077 INFO O| Done
57402024-08-29T15:12:42.752Z[ recovery-image] Aug 29 15:12:41.078 INFO O| Aug 29 15:12:41.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
57412024-08-29T15:12:42.752Z[ recovery-image] Aug 29 15:12:41.078 INFO O| Aug 29 15:12:41.078 INFO STEP 575 (remove_files) COMPLETE
57422024-08-29T15:12:42.752Z[ recovery-image] Aug 29 15:12:41.078 INFO O| Aug 29 15:12:41.078 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-08-29T15:12:42.830Z[ recovery-image] Aug 29 15:12:41.159 INFO O| Aug 29 15:12:41.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
57442024-08-29T15:12:42.830Z[ recovery-image] Aug 29 15:12:41.159 INFO O| Aug 29 15:12:41.159 INFO STEP 576 (remove_files) COMPLETE
57452024-08-29T15:12:42.832Z[ recovery-image] Aug 29 15:12:41.159 INFO O| Aug 29 15:12:41.159 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-08-29T15:12:42.872Z[ recovery-image] Aug 29 15:12:41.201 INFO O| Aug 29 15:12:41.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
57472024-08-29T15:12:42.872Z[ recovery-image] Aug 29 15:12:41.201 INFO O| Aug 29 15:12:41.201 INFO STEP 577 (remove_files) COMPLETE
57482024-08-29T15:12:42.872Z[ recovery-image] Aug 29 15:12:41.201 INFO O| Aug 29 15:12:41.201 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-08-29T15:12:42.888Z[ recovery-image] Aug 29 15:12:41.218 INFO O| Aug 29 15:12:41.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
57502024-08-29T15:12:42.888Z[ recovery-image] Aug 29 15:12:41.218 INFO O| Aug 29 15:12:41.218 INFO STEP 578 (remove_files) COMPLETE
57512024-08-29T15:12:42.888Z[ recovery-image] Aug 29 15:12:41.218 INFO O| Aug 29 15:12:41.218 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-08-29T15:12:42.922Z[ recovery-image] Aug 29 15:12:41.251 INFO O| Aug 29 15:12:41.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
57532024-08-29T15:12:42.925Z[ recovery-image] Aug 29 15:12:41.252 INFO O| Aug 29 15:12:41.251 INFO STEP 579 (remove_files) COMPLETE
57542024-08-29T15:12:42.925Z[ recovery-image] Aug 29 15:12:41.252 INFO O| Aug 29 15:12:41.252 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-08-29T15:12:42.941Z[ recovery-image] Aug 29 15:12:41.271 INFO O| Aug 29 15:12:41.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
57562024-08-29T15:12:42.944Z[ recovery-image] Aug 29 15:12:41.271 INFO O| Aug 29 15:12:41.271 INFO STEP 580 (remove_files) COMPLETE
57572024-08-29T15:12:42.944Z[ recovery-image] Aug 29 15:12:41.271 INFO O| Aug 29 15:12:41.271 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-08-29T15:12:42.959Z[ recovery-image] Aug 29 15:12:41.288 INFO O| Aug 29 15:12:41.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
57592024-08-29T15:12:42.985Z[ recovery-image] Aug 29 15:12:41.314 INFO O| Aug 29 15:12:41.314 INFO STEP 581 (remove_files) COMPLETE
57602024-08-29T15:12:42.985Z[ recovery-image] Aug 29 15:12:41.314 INFO O| Aug 29 15:12:41.314 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-08-29T15:12:43.035Z[ recovery-image] Aug 29 15:12:41.363 INFO O| Aug 29 15:12:41.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
57622024-08-29T15:12:43.075Z[ recovery-image] Aug 29 15:12:41.404 INFO O| Aug 29 15:12:41.404 INFO STEP 582 (remove_files) COMPLETE
57632024-08-29T15:12:43.075Z[ recovery-image] Aug 29 15:12:41.404 INFO O| Aug 29 15:12:41.404 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-08-29T15:12:43.095Z[ recovery-image] Aug 29 15:12:41.424 INFO O| Aug 29 15:12:41.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
57652024-08-29T15:12:43.097Z[ recovery-image] Aug 29 15:12:41.424 INFO O| Aug 29 15:12:41.424 INFO STEP 583 (remove_files) COMPLETE
57662024-08-29T15:12:43.097Z[ recovery-image] Aug 29 15:12:41.424 INFO O| Aug 29 15:12:41.424 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-08-29T15:12:43.155Z[ recovery-image] Aug 29 15:12:41.484 INFO O| Aug 29 15:12:41.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
57682024-08-29T15:12:43.158Z[ recovery-image] Aug 29 15:12:41.484 INFO O| Aug 29 15:12:41.484 INFO STEP 584 (remove_files) COMPLETE
57692024-08-29T15:12:43.158Z[ recovery-image] Aug 29 15:12:41.484 INFO O| Aug 29 15:12:41.484 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-08-29T15:12:43.229Z[ recovery-image] Aug 29 15:12:41.558 INFO O| Aug 29 15:12:41.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
57712024-08-29T15:12:43.232Z[ recovery-image] Aug 29 15:12:41.558 INFO O| Aug 29 15:12:41.558 INFO STEP 585 (remove_files) COMPLETE
57722024-08-29T15:12:43.232Z[ recovery-image] Aug 29 15:12:41.558 INFO O| Aug 29 15:12:41.558 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-08-29T15:12:43.248Z[ recovery-image] Aug 29 15:12:41.577 INFO O| Aug 29 15:12:41.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
57742024-08-29T15:12:43.251Z[ recovery-image] Aug 29 15:12:41.578 INFO O| Aug 29 15:12:41.578 INFO STEP 586 (remove_files) COMPLETE
57752024-08-29T15:12:43.251Z[ recovery-image] Aug 29 15:12:41.578 INFO O| Aug 29 15:12:41.578 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-08-29T15:12:43.268Z[ recovery-image] Aug 29 15:12:41.597 INFO O| Aug 29 15:12:41.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
57772024-08-29T15:12:43.271Z[ recovery-image] Aug 29 15:12:41.598 INFO O| Aug 29 15:12:41.597 INFO STEP 587 (remove_files) COMPLETE
57782024-08-29T15:12:43.271Z[ recovery-image] Aug 29 15:12:41.598 INFO O| Aug 29 15:12:41.598 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-08-29T15:12:43.287Z[ recovery-image] Aug 29 15:12:41.616 INFO O| Aug 29 15:12:41.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
57802024-08-29T15:12:43.289Z[ recovery-image] Aug 29 15:12:41.616 INFO O| Aug 29 15:12:41.616 INFO STEP 588 (remove_files) COMPLETE
57812024-08-29T15:12:43.289Z[ recovery-image] Aug 29 15:12:41.617 INFO O| Aug 29 15:12:41.616 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-08-29T15:12:43.306Z[ recovery-image] Aug 29 15:12:41.635 INFO O| Aug 29 15:12:41.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
57832024-08-29T15:12:43.308Z[ recovery-image] Aug 29 15:12:41.635 INFO O| Aug 29 15:12:41.635 INFO STEP 589 (remove_files) COMPLETE
57842024-08-29T15:12:43.308Z[ recovery-image] Aug 29 15:12:41.635 INFO O| Aug 29 15:12:41.635 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-08-29T15:12:43.343Z[ recovery-image] Aug 29 15:12:41.672 INFO O| Aug 29 15:12:41.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
57862024-08-29T15:12:43.346Z[ recovery-image] Aug 29 15:12:41.673 INFO O| Aug 29 15:12:41.673 INFO STEP 590 (remove_files) COMPLETE
57872024-08-29T15:12:43.346Z[ recovery-image] Aug 29 15:12:41.673 INFO O| Aug 29 15:12:41.673 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-08-29T15:12:43.380Z[ recovery-image] Aug 29 15:12:41.709 INFO O| Aug 29 15:12:41.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
57892024-08-29T15:12:43.383Z[ recovery-image] Aug 29 15:12:41.710 INFO O| Aug 29 15:12:41.710 INFO STEP 591 (remove_files) COMPLETE
57902024-08-29T15:12:43.383Z[ recovery-image] Aug 29 15:12:41.710 INFO O| Aug 29 15:12:41.710 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-08-29T15:12:43.401Z[ recovery-image] Aug 29 15:12:41.729 INFO O| Aug 29 15:12:41.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
57922024-08-29T15:12:43.401Z[ recovery-image] Aug 29 15:12:41.729 INFO O| Aug 29 15:12:41.729 INFO STEP 592 (remove_files) COMPLETE
57932024-08-29T15:12:43.401Z[ recovery-image] Aug 29 15:12:41.729 INFO O| Aug 29 15:12:41.729 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-08-29T15:12:43.419Z[ recovery-image] Aug 29 15:12:41.748 INFO O| Aug 29 15:12:41.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
57952024-08-29T15:12:43.419Z[ recovery-image] Aug 29 15:12:41.748 INFO O| Aug 29 15:12:41.748 INFO STEP 593 (remove_files) COMPLETE
57962024-08-29T15:12:43.419Z[ recovery-image] Aug 29 15:12:41.748 INFO O| Aug 29 15:12:41.748 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-08-29T15:12:43.438Z[ recovery-image] Aug 29 15:12:41.767 INFO O| Aug 29 15:12:41.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
57982024-08-29T15:12:43.438Z[ recovery-image] Aug 29 15:12:41.767 INFO O| Aug 29 15:12:41.767 INFO STEP 594 (remove_files) COMPLETE
57992024-08-29T15:12:43.438Z[ recovery-image] Aug 29 15:12:41.767 INFO O| Aug 29 15:12:41.767 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-08-29T15:12:43.455Z[ recovery-image] Aug 29 15:12:41.784 INFO O| Aug 29 15:12:41.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
58012024-08-29T15:12:43.455Z[ recovery-image] Aug 29 15:12:41.784 INFO O| Aug 29 15:12:41.784 INFO STEP 595 (remove_files) COMPLETE
58022024-08-29T15:12:43.458Z[ recovery-image] Aug 29 15:12:41.784 INFO O| Aug 29 15:12:41.784 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-08-29T15:12:43.481Z[ recovery-image] Aug 29 15:12:41.810 INFO O| Aug 29 15:12:41.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
58042024-08-29T15:12:43.481Z[ recovery-image] Aug 29 15:12:41.810 INFO O| Aug 29 15:12:41.810 INFO STEP 596 (remove_files) COMPLETE
58052024-08-29T15:12:43.481Z[ recovery-image] Aug 29 15:12:41.810 INFO O| Aug 29 15:12:41.810 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-08-29T15:12:43.499Z[ recovery-image] Aug 29 15:12:41.828 INFO O| Aug 29 15:12:41.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
58072024-08-29T15:12:43.499Z[ recovery-image] Aug 29 15:12:41.828 INFO O| Aug 29 15:12:41.828 INFO STEP 597 (remove_files) COMPLETE
58082024-08-29T15:12:43.499Z[ recovery-image] Aug 29 15:12:41.828 INFO O| Aug 29 15:12:41.828 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-08-29T15:12:43.530Z[ recovery-image] Aug 29 15:12:41.859 INFO O| Aug 29 15:12:41.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
58102024-08-29T15:12:43.553Z[ recovery-image] Aug 29 15:12:41.882 INFO O| Aug 29 15:12:41.882 INFO STEP 598 (remove_files) COMPLETE
58112024-08-29T15:12:43.553Z[ recovery-image] Aug 29 15:12:41.882 INFO O| Aug 29 15:12:41.882 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-08-29T15:12:43.599Z[ recovery-image] Aug 29 15:12:41.927 INFO O| Aug 29 15:12:41.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
58132024-08-29T15:12:43.599Z[ recovery-image] Aug 29 15:12:41.927 INFO O| Aug 29 15:12:41.927 INFO STEP 599 (remove_files) COMPLETE
58142024-08-29T15:12:43.599Z[ recovery-image] Aug 29 15:12:41.927 INFO O| Aug 29 15:12:41.927 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-08-29T15:12:43.669Z[ recovery-image] Aug 29 15:12:41.998 INFO O| Aug 29 15:12:41.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
58162024-08-29T15:12:43.669Z[ recovery-image] Aug 29 15:12:41.998 INFO O| Aug 29 15:12:41.998 INFO STEP 600 (remove_files) COMPLETE
58172024-08-29T15:12:43.669Z[ recovery-image] Aug 29 15:12:41.998 INFO O| Aug 29 15:12:41.998 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-08-29T15:12:43.695Z[ recovery-image] Aug 29 15:12:42.024 INFO O| Aug 29 15:12:42.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58192024-08-29T15:12:43.695Z[ recovery-image] Aug 29 15:12:42.024 INFO O| Aug 29 15:12:42.024 INFO STEP 601 (remove_files) COMPLETE
58202024-08-29T15:12:43.695Z[ recovery-image] Aug 29 15:12:42.024 INFO O| Aug 29 15:12:42.024 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-08-29T15:12:43.715Z[ recovery-image] Aug 29 15:12:42.044 INFO O| Aug 29 15:12:42.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58222024-08-29T15:12:43.715Z[ recovery-image] Aug 29 15:12:42.044 INFO O| Aug 29 15:12:42.044 INFO STEP 602 (remove_files) COMPLETE
58232024-08-29T15:12:43.715Z[ recovery-image] Aug 29 15:12:42.044 INFO O| Aug 29 15:12:42.044 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-08-29T15:12:43.763Z[ recovery-image] Aug 29 15:12:42.092 INFO O| Aug 29 15:12:42.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58252024-08-29T15:12:43.766Z[ recovery-image] Aug 29 15:12:42.093 INFO O| Aug 29 15:12:42.092 INFO STEP 603 (remove_files) COMPLETE
58262024-08-29T15:12:43.766Z[ recovery-image] Aug 29 15:12:42.093 INFO O| Aug 29 15:12:42.093 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-08-29T15:12:43.778Z[ host-image] Aug 29 15:12:42.107 INFO O| Aug 29 15:12:42.107 INFO O| Done
58282024-08-29T15:12:43.781Z[ recovery-image] Aug 29 15:12:42.110 INFO O| Aug 29 15:12:42.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58292024-08-29T15:12:43.784Z[ recovery-image] Aug 29 15:12:42.111 INFO O| Aug 29 15:12:42.111 INFO STEP 604 (remove_files) COMPLETE
58302024-08-29T15:12:43.784Z[ recovery-image] Aug 29 15:12:42.111 INFO O| Aug 29 15:12:42.111 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-08-29T15:12:43.810Z[ recovery-image] Aug 29 15:12:42.139 INFO O| Aug 29 15:12:42.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
58322024-08-29T15:12:43.831Z[ recovery-image] Aug 29 15:12:42.160 INFO O| Aug 29 15:12:42.160 INFO STEP 605 (remove_files) COMPLETE
58332024-08-29T15:12:43.831Z[ recovery-image] Aug 29 15:12:42.160 INFO O| Aug 29 15:12:42.160 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-08-29T15:12:43.848Z[ recovery-image] Aug 29 15:12:42.177 INFO O| Aug 29 15:12:42.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
58352024-08-29T15:12:43.848Z[ recovery-image] Aug 29 15:12:42.177 INFO O| Aug 29 15:12:42.177 INFO STEP 606 (remove_files) COMPLETE
58362024-08-29T15:12:43.852Z[ recovery-image] Aug 29 15:12:42.177 INFO O| Aug 29 15:12:42.177 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-08-29T15:12:43.896Z[ recovery-image] Aug 29 15:12:42.225 INFO O| Aug 29 15:12:42.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
58382024-08-29T15:12:43.898Z[ recovery-image] Aug 29 15:12:42.225 INFO O| Aug 29 15:12:42.225 INFO STEP 607 (remove_files) COMPLETE
58392024-08-29T15:12:43.898Z[ recovery-image] Aug 29 15:12:42.225 INFO O| Aug 29 15:12:42.225 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-08-29T15:12:43.919Z[ recovery-image] Aug 29 15:12:42.243 INFO O| Aug 29 15:12:42.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
58412024-08-29T15:12:43.919Z[ recovery-image] Aug 29 15:12:42.244 INFO O| Aug 29 15:12:42.244 INFO STEP 608 (remove_files) COMPLETE
58422024-08-29T15:12:43.921Z[ recovery-image] Aug 29 15:12:42.244 INFO O| Aug 29 15:12:42.244 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-08-29T15:12:43.933Z[ recovery-image] Aug 29 15:12:42.262 INFO O| Aug 29 15:12:42.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
58442024-08-29T15:12:43.935Z[ recovery-image] Aug 29 15:12:42.262 INFO O| Aug 29 15:12:42.262 INFO STEP 609 (remove_files) COMPLETE
58452024-08-29T15:12:43.936Z[ recovery-image] Aug 29 15:12:42.262 INFO O| Aug 29 15:12:42.262 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-08-29T15:12:43.953Z[ recovery-image] Aug 29 15:12:42.281 INFO O| Aug 29 15:12:42.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
58472024-08-29T15:12:43.974Z[ recovery-image] Aug 29 15:12:42.303 INFO O| Aug 29 15:12:42.303 INFO STEP 610 (remove_files) COMPLETE
58482024-08-29T15:12:43.976Z[ recovery-image] Aug 29 15:12:42.303 INFO O| Aug 29 15:12:42.303 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-08-29T15:12:44.033Z[ recovery-image] Aug 29 15:12:42.362 INFO O| Aug 29 15:12:42.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
58502024-08-29T15:12:44.033Z[ recovery-image] Aug 29 15:12:42.362 INFO O| Aug 29 15:12:42.362 INFO STEP 611 (remove_files) COMPLETE
58512024-08-29T15:12:44.033Z[ recovery-image] Aug 29 15:12:42.362 INFO O| Aug 29 15:12:42.362 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-08-29T15:12:44.054Z[ recovery-image] Aug 29 15:12:42.382 INFO O| Aug 29 15:12:42.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
58532024-08-29T15:12:44.057Z[ recovery-image] Aug 29 15:12:42.383 INFO O| Aug 29 15:12:42.383 INFO STEP 612 (remove_files) COMPLETE
58542024-08-29T15:12:44.057Z[ recovery-image] Aug 29 15:12:42.383 INFO O| Aug 29 15:12:42.383 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-08-29T15:12:44.071Z[ recovery-image] Aug 29 15:12:42.400 INFO O| Aug 29 15:12:42.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
58562024-08-29T15:12:44.073Z[ recovery-image] Aug 29 15:12:42.400 INFO O| Aug 29 15:12:42.400 INFO STEP 613 (remove_files) COMPLETE
58572024-08-29T15:12:44.073Z[ recovery-image] Aug 29 15:12:42.400 INFO O| Aug 29 15:12:42.400 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-08-29T15:12:44.089Z[ recovery-image] Aug 29 15:12:42.418 INFO O| Aug 29 15:12:42.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
58592024-08-29T15:12:44.089Z[ recovery-image] Aug 29 15:12:42.418 INFO O| Aug 29 15:12:42.418 INFO STEP 614 (remove_files) COMPLETE
58602024-08-29T15:12:44.089Z[ recovery-image] Aug 29 15:12:42.418 INFO O| Aug 29 15:12:42.418 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-08-29T15:12:44.106Z[ recovery-image] Aug 29 15:12:42.435 INFO O| Aug 29 15:12:42.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
58622024-08-29T15:12:44.122Z[ recovery-image] Aug 29 15:12:42.451 INFO O| Aug 29 15:12:42.451 INFO STEP 615 (remove_files) COMPLETE
58632024-08-29T15:12:44.122Z[ recovery-image] Aug 29 15:12:42.451 INFO O| Aug 29 15:12:42.451 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-08-29T15:12:44.141Z[ recovery-image] Aug 29 15:12:42.470 INFO O| Aug 29 15:12:42.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
58652024-08-29T15:12:44.143Z[ recovery-image] Aug 29 15:12:42.470 INFO O| Aug 29 15:12:42.470 INFO STEP 616 (remove_files) COMPLETE
58662024-08-29T15:12:44.144Z[ recovery-image] Aug 29 15:12:42.470 INFO O| Aug 29 15:12:42.470 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-08-29T15:12:44.161Z[ recovery-image] Aug 29 15:12:42.489 INFO O| Aug 29 15:12:42.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
58682024-08-29T15:12:44.163Z[ recovery-image] Aug 29 15:12:42.490 INFO O| Aug 29 15:12:42.490 INFO STEP 617 (remove_files) COMPLETE
58692024-08-29T15:12:44.163Z[ recovery-image] Aug 29 15:12:42.490 INFO O| Aug 29 15:12:42.490 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-08-29T15:12:44.180Z[ recovery-image] Aug 29 15:12:42.509 INFO O| Aug 29 15:12:42.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
58712024-08-29T15:12:44.182Z[ recovery-image] Aug 29 15:12:42.509 INFO O| Aug 29 15:12:42.509 INFO STEP 618 (remove_files) COMPLETE
58722024-08-29T15:12:44.182Z[ recovery-image] Aug 29 15:12:42.509 INFO O| Aug 29 15:12:42.509 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-08-29T15:12:44.200Z[ recovery-image] Aug 29 15:12:42.529 INFO O| Aug 29 15:12:42.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
58742024-08-29T15:12:44.203Z[ recovery-image] Aug 29 15:12:42.529 INFO O| Aug 29 15:12:42.529 INFO STEP 619 (remove_files) COMPLETE
58752024-08-29T15:12:44.203Z[ recovery-image] Aug 29 15:12:42.529 INFO O| Aug 29 15:12:42.529 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-08-29T15:12:44.223Z[ recovery-image] Aug 29 15:12:42.551 INFO O| Aug 29 15:12:42.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
58772024-08-29T15:12:44.226Z[ recovery-image] Aug 29 15:12:42.551 INFO O| Aug 29 15:12:42.551 INFO STEP 620 (remove_files) COMPLETE
58782024-08-29T15:12:44.226Z[ recovery-image] Aug 29 15:12:42.551 INFO O| Aug 29 15:12:42.551 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-08-29T15:12:44.277Z[ recovery-image] Aug 29 15:12:42.606 INFO O| Aug 29 15:12:42.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
58802024-08-29T15:12:44.278Z[ recovery-image] Aug 29 15:12:42.606 INFO O| Aug 29 15:12:42.606 INFO STEP 621 (remove_files) COMPLETE
58812024-08-29T15:12:44.278Z[ recovery-image] Aug 29 15:12:42.606 INFO O| Aug 29 15:12:42.606 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-08-29T15:12:44.335Z[ recovery-image] Aug 29 15:12:42.663 INFO O| Aug 29 15:12:42.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
58832024-08-29T15:12:44.335Z[ recovery-image] Aug 29 15:12:42.663 INFO O| Aug 29 15:12:42.663 INFO STEP 622 (remove_files) COMPLETE
58842024-08-29T15:12:44.338Z[ recovery-image] Aug 29 15:12:42.664 INFO O| Aug 29 15:12:42.663 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-08-29T15:12:44.368Z[ recovery-image] Aug 29 15:12:42.697 INFO O| Aug 29 15:12:42.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
58862024-08-29T15:12:44.368Z[ recovery-image] Aug 29 15:12:42.697 INFO O| Aug 29 15:12:42.697 INFO STEP 623 (remove_files) COMPLETE
58872024-08-29T15:12:44.370Z[ recovery-image] Aug 29 15:12:42.697 INFO O| Aug 29 15:12:42.697 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-08-29T15:12:44.427Z[ recovery-image] Aug 29 15:12:42.756 INFO O| Aug 29 15:12:42.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
58892024-08-29T15:12:44.427Z[ recovery-image] Aug 29 15:12:42.756 INFO O| Aug 29 15:12:42.756 INFO STEP 624 (remove_files) COMPLETE
58902024-08-29T15:12:44.427Z[ recovery-image] Aug 29 15:12:42.756 INFO O| Aug 29 15:12:42.756 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-08-29T15:12:44.446Z[ recovery-image] Aug 29 15:12:42.774 INFO O| Aug 29 15:12:42.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
58922024-08-29T15:12:44.446Z[ recovery-image] Aug 29 15:12:42.774 INFO O| Aug 29 15:12:42.774 INFO STEP 625 (remove_files) COMPLETE
58932024-08-29T15:12:44.446Z[ recovery-image] Aug 29 15:12:42.774 INFO O| Aug 29 15:12:42.774 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-08-29T15:12:44.464Z[ recovery-image] Aug 29 15:12:42.793 INFO O| Aug 29 15:12:42.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
58952024-08-29T15:12:44.487Z[ recovery-image] Aug 29 15:12:42.816 INFO O| Aug 29 15:12:42.816 INFO STEP 626 (remove_files) COMPLETE
58962024-08-29T15:12:44.487Z[ recovery-image] Aug 29 15:12:42.816 INFO O| Aug 29 15:12:42.816 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-08-29T15:12:44.543Z[ recovery-image] Aug 29 15:12:42.872 INFO O| Aug 29 15:12:42.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
58982024-08-29T15:12:44.543Z[ recovery-image] Aug 29 15:12:42.872 INFO O| Aug 29 15:12:42.872 INFO STEP 627 (remove_files) COMPLETE
58992024-08-29T15:12:44.543Z[ recovery-image] Aug 29 15:12:42.872 INFO O| Aug 29 15:12:42.872 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-08-29T15:12:44.638Z[ recovery-image] Aug 29 15:12:42.967 INFO O| Aug 29 15:12:42.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
59012024-08-29T15:12:44.641Z[ recovery-image] Aug 29 15:12:42.967 INFO O| Aug 29 15:12:42.967 INFO STEP 628 (remove_files) COMPLETE
59022024-08-29T15:12:44.641Z[ recovery-image] Aug 29 15:12:42.967 INFO O| Aug 29 15:12:42.967 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-08-29T15:12:44.657Z[ recovery-image] Aug 29 15:12:42.986 INFO O| Aug 29 15:12:42.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
59042024-08-29T15:12:44.657Z[ recovery-image] Aug 29 15:12:42.986 INFO O| Aug 29 15:12:42.986 INFO STEP 629 (remove_files) COMPLETE
59052024-08-29T15:12:44.660Z[ recovery-image] Aug 29 15:12:42.986 INFO O| Aug 29 15:12:42.986 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-08-29T15:12:44.676Z[ recovery-image] Aug 29 15:12:43.005 INFO O| Aug 29 15:12:43.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
59072024-08-29T15:12:44.676Z[ recovery-image] Aug 29 15:12:43.005 INFO O| Aug 29 15:12:43.005 INFO STEP 630 (remove_files) COMPLETE
59082024-08-29T15:12:44.676Z[ recovery-image] Aug 29 15:12:43.005 INFO O| Aug 29 15:12:43.005 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-08-29T15:12:44.702Z[ recovery-image] Aug 29 15:12:43.030 INFO O| Aug 29 15:12:43.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
59102024-08-29T15:12:44.702Z[ recovery-image] Aug 29 15:12:43.030 INFO O| Aug 29 15:12:43.030 INFO STEP 631 (remove_files) COMPLETE
59112024-08-29T15:12:44.703Z[ recovery-image] Aug 29 15:12:43.030 INFO O| Aug 29 15:12:43.030 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-08-29T15:12:44.724Z[ recovery-image] Aug 29 15:12:43.052 INFO O| Aug 29 15:12:43.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
59132024-08-29T15:12:44.724Z[ recovery-image] Aug 29 15:12:43.052 INFO O| Aug 29 15:12:43.052 INFO STEP 632 (remove_files) COMPLETE
59142024-08-29T15:12:44.724Z[ recovery-image] Aug 29 15:12:43.052 INFO O| Aug 29 15:12:43.052 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-08-29T15:12:44.792Z[ recovery-image] Aug 29 15:12:43.121 INFO O| Aug 29 15:12:43.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
59162024-08-29T15:12:44.792Z[ recovery-image] Aug 29 15:12:43.121 INFO O| Aug 29 15:12:43.121 INFO STEP 633 (remove_files) COMPLETE
59172024-08-29T15:12:44.792Z[ recovery-image] Aug 29 15:12:43.121 INFO O| Aug 29 15:12:43.121 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-08-29T15:12:44.813Z[ recovery-image] Aug 29 15:12:43.141 INFO O| Aug 29 15:12:43.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59192024-08-29T15:12:44.813Z[ recovery-image] Aug 29 15:12:43.141 INFO O| Aug 29 15:12:43.141 INFO STEP 634 (remove_files) COMPLETE
59202024-08-29T15:12:44.813Z[ recovery-image] Aug 29 15:12:43.142 INFO O| Aug 29 15:12:43.141 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-08-29T15:12:44.834Z[ recovery-image] Aug 29 15:12:43.163 INFO O| Aug 29 15:12:43.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59222024-08-29T15:12:44.837Z[ recovery-image] Aug 29 15:12:43.163 INFO O| Aug 29 15:12:43.163 INFO STEP 635 (remove_files) COMPLETE
59232024-08-29T15:12:44.837Z[ recovery-image] Aug 29 15:12:43.163 INFO O| Aug 29 15:12:43.163 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-08-29T15:12:44.854Z[ recovery-image] Aug 29 15:12:43.183 INFO O| Aug 29 15:12:43.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59252024-08-29T15:12:44.854Z[ recovery-image] Aug 29 15:12:43.183 INFO O| Aug 29 15:12:43.183 INFO STEP 636 (remove_files) COMPLETE
59262024-08-29T15:12:44.856Z[ recovery-image] Aug 29 15:12:43.183 INFO O| Aug 29 15:12:43.183 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-08-29T15:12:44.897Z[ recovery-image] Aug 29 15:12:43.225 INFO O| Aug 29 15:12:43.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
59282024-08-29T15:12:44.897Z[ recovery-image] Aug 29 15:12:43.225 INFO O| Aug 29 15:12:43.225 INFO STEP 637 (remove_files) COMPLETE
59292024-08-29T15:12:44.897Z[ recovery-image] Aug 29 15:12:43.225 INFO O| Aug 29 15:12:43.225 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-08-29T15:12:44.932Z[ recovery-image] Aug 29 15:12:43.260 INFO O| Aug 29 15:12:43.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
59312024-08-29T15:12:44.932Z[ recovery-image] Aug 29 15:12:43.260 INFO O| Aug 29 15:12:43.260 INFO STEP 638 (remove_files) COMPLETE
59322024-08-29T15:12:44.932Z[ recovery-image] Aug 29 15:12:43.260 INFO O| Aug 29 15:12:43.260 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-08-29T15:12:44.949Z[ recovery-image] Aug 29 15:12:43.277 INFO O| Aug 29 15:12:43.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
59342024-08-29T15:12:44.949Z[ recovery-image] Aug 29 15:12:43.277 INFO O| Aug 29 15:12:43.277 INFO STEP 639 (remove_files) COMPLETE
59352024-08-29T15:12:44.949Z[ recovery-image] Aug 29 15:12:43.277 INFO O| Aug 29 15:12:43.277 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-08-29T15:12:44.969Z[ recovery-image] Aug 29 15:12:43.298 INFO O| Aug 29 15:12:43.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
59372024-08-29T15:12:44.969Z[ recovery-image] Aug 29 15:12:43.298 INFO O| Aug 29 15:12:43.298 INFO STEP 640 (remove_files) COMPLETE
59382024-08-29T15:12:44.969Z[ recovery-image] Aug 29 15:12:43.298 INFO O| Aug 29 15:12:43.298 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-08-29T15:12:44.990Z[ recovery-image] Aug 29 15:12:43.319 INFO O| Aug 29 15:12:43.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
59402024-08-29T15:12:44.990Z[ recovery-image] Aug 29 15:12:43.319 INFO O| Aug 29 15:12:43.319 INFO STEP 641 (remove_files) COMPLETE
59412024-08-29T15:12:44.990Z[ recovery-image] Aug 29 15:12:43.319 INFO O| Aug 29 15:12:43.319 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-08-29T15:12:45.009Z[ recovery-image] Aug 29 15:12:43.338 INFO O| Aug 29 15:12:43.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
59432024-08-29T15:12:45.010Z[ recovery-image] Aug 29 15:12:43.338 INFO O| Aug 29 15:12:43.338 INFO STEP 642 (remove_files) COMPLETE
59442024-08-29T15:12:45.010Z[ recovery-image] Aug 29 15:12:43.338 INFO O| Aug 29 15:12:43.338 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-08-29T15:12:45.038Z[ recovery-image] Aug 29 15:12:43.366 INFO O| Aug 29 15:12:43.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
59462024-08-29T15:12:45.038Z[ recovery-image] Aug 29 15:12:43.366 INFO O| Aug 29 15:12:43.366 INFO STEP 643 (remove_files) COMPLETE
59472024-08-29T15:12:45.038Z[ recovery-image] Aug 29 15:12:43.366 INFO O| Aug 29 15:12:43.366 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-08-29T15:12:45.083Z[ recovery-image] Aug 29 15:12:43.411 INFO O| Aug 29 15:12:43.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
59492024-08-29T15:12:45.083Z[ recovery-image] Aug 29 15:12:43.411 INFO O| Aug 29 15:12:43.411 INFO STEP 644 (remove_files) COMPLETE
59502024-08-29T15:12:45.083Z[ recovery-image] Aug 29 15:12:43.411 INFO O| Aug 29 15:12:43.411 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-08-29T15:12:45.103Z[ recovery-image] Aug 29 15:12:43.431 INFO O| Aug 29 15:12:43.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
59522024-08-29T15:12:45.103Z[ recovery-image] Aug 29 15:12:43.432 INFO O| Aug 29 15:12:43.432 INFO STEP 645 (remove_files) COMPLETE
59532024-08-29T15:12:45.103Z[ recovery-image] Aug 29 15:12:43.432 INFO O| Aug 29 15:12:43.432 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-08-29T15:12:45.153Z[ recovery-image] Aug 29 15:12:43.481 INFO O| Aug 29 15:12:43.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
59552024-08-29T15:12:45.153Z[ recovery-image] Aug 29 15:12:43.482 INFO O| Aug 29 15:12:43.481 INFO STEP 646 (remove_files) COMPLETE
59562024-08-29T15:12:45.153Z[ recovery-image] Aug 29 15:12:43.482 INFO O| Aug 29 15:12:43.482 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-08-29T15:12:45.174Z[ recovery-image] Aug 29 15:12:43.502 INFO O| Aug 29 15:12:43.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
59582024-08-29T15:12:45.174Z[ recovery-image] Aug 29 15:12:43.503 INFO O| Aug 29 15:12:43.503 INFO STEP 647 (remove_files) COMPLETE
59592024-08-29T15:12:45.177Z[ recovery-image] Aug 29 15:12:43.503 INFO O| Aug 29 15:12:43.503 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-08-29T15:12:45.194Z[ recovery-image] Aug 29 15:12:43.522 INFO O| Aug 29 15:12:43.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
59612024-08-29T15:12:45.194Z[ recovery-image] Aug 29 15:12:43.522 INFO O| Aug 29 15:12:43.522 INFO STEP 648 (remove_files) COMPLETE
59622024-08-29T15:12:45.196Z[ recovery-image] Aug 29 15:12:43.522 INFO O| Aug 29 15:12:43.522 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-08-29T15:12:45.214Z[ recovery-image] Aug 29 15:12:43.542 INFO O| Aug 29 15:12:43.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
59642024-08-29T15:12:45.214Z[ recovery-image] Aug 29 15:12:43.542 INFO O| Aug 29 15:12:43.542 INFO STEP 649 (remove_files) COMPLETE
59652024-08-29T15:12:45.214Z[ recovery-image] Aug 29 15:12:43.542 INFO O| Aug 29 15:12:43.542 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-08-29T15:12:45.232Z[ recovery-image] Aug 29 15:12:43.560 INFO O| Aug 29 15:12:43.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
59672024-08-29T15:12:45.232Z[ recovery-image] Aug 29 15:12:43.560 INFO O| Aug 29 15:12:43.560 INFO STEP 650 (remove_files) COMPLETE
59682024-08-29T15:12:45.232Z[ recovery-image] Aug 29 15:12:43.560 INFO O| Aug 29 15:12:43.560 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-08-29T15:12:45.252Z[ recovery-image] Aug 29 15:12:43.580 INFO O| Aug 29 15:12:43.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
59702024-08-29T15:12:45.252Z[ recovery-image] Aug 29 15:12:43.580 INFO O| Aug 29 15:12:43.580 INFO STEP 651 (remove_files) COMPLETE
59712024-08-29T15:12:45.252Z[ recovery-image] Aug 29 15:12:43.580 INFO O| Aug 29 15:12:43.580 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-08-29T15:12:45.270Z[ recovery-image] Aug 29 15:12:43.599 INFO O| Aug 29 15:12:43.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
59732024-08-29T15:12:45.273Z[ recovery-image] Aug 29 15:12:43.599 INFO O| Aug 29 15:12:43.599 INFO STEP 652 (remove_files) COMPLETE
59742024-08-29T15:12:45.273Z[ recovery-image] Aug 29 15:12:43.599 INFO O| Aug 29 15:12:43.599 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-08-29T15:12:45.292Z[ recovery-image] Aug 29 15:12:43.620 INFO O| Aug 29 15:12:43.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
59762024-08-29T15:12:45.292Z[ recovery-image] Aug 29 15:12:43.620 INFO O| Aug 29 15:12:43.620 INFO STEP 653 (remove_files) COMPLETE
59772024-08-29T15:12:45.292Z[ recovery-image] Aug 29 15:12:43.620 INFO O| Aug 29 15:12:43.620 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-08-29T15:12:45.314Z[ recovery-image] Aug 29 15:12:43.642 INFO O| Aug 29 15:12:43.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
59792024-08-29T15:12:45.314Z[ recovery-image] Aug 29 15:12:43.642 INFO O| Aug 29 15:12:43.642 INFO STEP 654 (remove_files) COMPLETE
59802024-08-29T15:12:45.316Z[ recovery-image] Aug 29 15:12:43.642 INFO O| Aug 29 15:12:43.642 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-08-29T15:12:45.361Z[ recovery-image] Aug 29 15:12:43.688 INFO O| Aug 29 15:12:43.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
59822024-08-29T15:12:45.361Z[ recovery-image] Aug 29 15:12:43.688 INFO O| Aug 29 15:12:43.688 INFO STEP 655 (remove_files) COMPLETE
59832024-08-29T15:12:45.361Z[ recovery-image] Aug 29 15:12:43.688 INFO O| Aug 29 15:12:43.688 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-08-29T15:12:45.380Z[ recovery-image] Aug 29 15:12:43.708 INFO O| Aug 29 15:12:43.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
59852024-08-29T15:12:45.380Z[ recovery-image] Aug 29 15:12:43.708 INFO O| Aug 29 15:12:43.708 INFO STEP 656 (remove_files) COMPLETE
59862024-08-29T15:12:45.380Z[ recovery-image] Aug 29 15:12:43.708 INFO O| Aug 29 15:12:43.708 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-08-29T15:12:45.436Z[ recovery-image] Aug 29 15:12:43.764 INFO O| Aug 29 15:12:43.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
59882024-08-29T15:12:45.438Z[ recovery-image] Aug 29 15:12:43.764 INFO O| Aug 29 15:12:43.764 INFO STEP 657 (remove_files) COMPLETE
59892024-08-29T15:12:45.438Z[ recovery-image] Aug 29 15:12:43.765 INFO O| Aug 29 15:12:43.764 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-08-29T15:12:45.456Z[ recovery-image] Aug 29 15:12:43.783 INFO O| Aug 29 15:12:43.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
59912024-08-29T15:12:45.456Z[ recovery-image] Aug 29 15:12:43.783 INFO O| Aug 29 15:12:43.783 INFO STEP 658 (remove_files) COMPLETE
59922024-08-29T15:12:45.456Z[ recovery-image] Aug 29 15:12:43.783 INFO O| Aug 29 15:12:43.783 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-08-29T15:12:45.473Z[ recovery-image] Aug 29 15:12:43.802 INFO O| Aug 29 15:12:43.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
59942024-08-29T15:12:45.476Z[ recovery-image] Aug 29 15:12:43.802 INFO O| Aug 29 15:12:43.802 INFO STEP 659 (remove_files) COMPLETE
59952024-08-29T15:12:45.476Z[ recovery-image] Aug 29 15:12:43.802 INFO O| Aug 29 15:12:43.802 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-08-29T15:12:45.491Z[ recovery-image] Aug 29 15:12:43.819 INFO O| Aug 29 15:12:43.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
59972024-08-29T15:12:45.491Z[ recovery-image] Aug 29 15:12:43.819 INFO O| Aug 29 15:12:43.819 INFO STEP 660 (remove_files) COMPLETE
59982024-08-29T15:12:45.491Z[ recovery-image] Aug 29 15:12:43.819 INFO O| Aug 29 15:12:43.819 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-08-29T15:12:45.509Z[ recovery-image] Aug 29 15:12:43.836 INFO O| Aug 29 15:12:43.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
60002024-08-29T15:12:45.509Z[ recovery-image] Aug 29 15:12:43.836 INFO O| Aug 29 15:12:43.836 INFO STEP 661 (remove_files) COMPLETE
60012024-08-29T15:12:45.509Z[ recovery-image] Aug 29 15:12:43.836 INFO O| Aug 29 15:12:43.836 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-08-29T15:12:45.545Z[ recovery-image] Aug 29 15:12:43.873 INFO O| Aug 29 15:12:43.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
60032024-08-29T15:12:45.547Z[ recovery-image] Aug 29 15:12:43.873 INFO O| Aug 29 15:12:43.873 INFO STEP 662 (remove_files) COMPLETE
60042024-08-29T15:12:45.547Z[ recovery-image] Aug 29 15:12:43.873 INFO O| Aug 29 15:12:43.873 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-08-29T15:12:45.597Z[ recovery-image] Aug 29 15:12:43.924 INFO O| Aug 29 15:12:43.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
60062024-08-29T15:12:45.597Z[ recovery-image] Aug 29 15:12:43.924 INFO O| Aug 29 15:12:43.924 INFO STEP 663 (remove_files) COMPLETE
60072024-08-29T15:12:45.597Z[ recovery-image] Aug 29 15:12:43.924 INFO O| Aug 29 15:12:43.924 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-08-29T15:12:45.617Z[ recovery-image] Aug 29 15:12:43.946 INFO O| Aug 29 15:12:43.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
60092024-08-29T15:12:45.617Z[ recovery-image] Aug 29 15:12:43.946 INFO O| Aug 29 15:12:43.946 INFO STEP 664 (remove_files) COMPLETE
60102024-08-29T15:12:45.617Z[ recovery-image] Aug 29 15:12:43.946 INFO O| Aug 29 15:12:43.946 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-08-29T15:12:45.637Z[ recovery-image] Aug 29 15:12:43.966 INFO O| Aug 29 15:12:43.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
60122024-08-29T15:12:45.638Z[ recovery-image] Aug 29 15:12:43.966 INFO O| Aug 29 15:12:43.966 INFO STEP 665 (remove_files) COMPLETE
60132024-08-29T15:12:45.638Z[ recovery-image] Aug 29 15:12:43.966 INFO O| Aug 29 15:12:43.966 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-08-29T15:12:45.655Z[ recovery-image] Aug 29 15:12:43.983 INFO O| Aug 29 15:12:43.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
60152024-08-29T15:12:45.655Z[ recovery-image] Aug 29 15:12:43.983 INFO O| Aug 29 15:12:43.983 INFO STEP 666 (remove_files) COMPLETE
60162024-08-29T15:12:45.657Z[ recovery-image] Aug 29 15:12:43.983 INFO O| Aug 29 15:12:43.983 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-08-29T15:12:45.672Z[ recovery-image] Aug 29 15:12:44.001 INFO O| Aug 29 15:12:44.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60182024-08-29T15:12:45.672Z[ recovery-image] Aug 29 15:12:44.001 INFO O| Aug 29 15:12:44.001 INFO STEP 667 (remove_files) COMPLETE
60192024-08-29T15:12:45.672Z[ recovery-image] Aug 29 15:12:44.001 INFO O| Aug 29 15:12:44.001 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-08-29T15:12:45.697Z[ recovery-image] Aug 29 15:12:44.026 INFO O| Aug 29 15:12:44.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60212024-08-29T15:12:45.697Z[ recovery-image] Aug 29 15:12:44.026 INFO O| Aug 29 15:12:44.026 INFO STEP 668 (remove_files) COMPLETE
60222024-08-29T15:12:45.697Z[ recovery-image] Aug 29 15:12:44.026 INFO O| Aug 29 15:12:44.026 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-08-29T15:12:45.731Z[ recovery-image] Aug 29 15:12:44.059 INFO O| Aug 29 15:12:44.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60242024-08-29T15:12:45.731Z[ recovery-image] Aug 29 15:12:44.059 INFO O| Aug 29 15:12:44.059 INFO STEP 669 (remove_files) COMPLETE
60252024-08-29T15:12:45.733Z[ recovery-image] Aug 29 15:12:44.059 INFO O| Aug 29 15:12:44.059 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-08-29T15:12:45.781Z[ recovery-image] Aug 29 15:12:44.109 INFO O| Aug 29 15:12:44.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
60272024-08-29T15:12:45.781Z[ recovery-image] Aug 29 15:12:44.109 INFO O| Aug 29 15:12:44.109 INFO STEP 670 (remove_files) COMPLETE
60282024-08-29T15:12:45.781Z[ recovery-image] Aug 29 15:12:44.109 INFO O| Aug 29 15:12:44.109 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-08-29T15:12:45.830Z[ recovery-image] Aug 29 15:12:44.159 INFO O| Aug 29 15:12:44.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
60302024-08-29T15:12:45.830Z[ recovery-image] Aug 29 15:12:44.159 INFO O| Aug 29 15:12:44.159 INFO STEP 671 (remove_files) COMPLETE
60312024-08-29T15:12:45.833Z[ recovery-image] Aug 29 15:12:44.159 INFO O| Aug 29 15:12:44.159 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-08-29T15:12:45.860Z[ recovery-image] Aug 29 15:12:44.188 INFO O| Aug 29 15:12:44.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
60332024-08-29T15:12:45.860Z[ recovery-image] Aug 29 15:12:44.188 INFO O| Aug 29 15:12:44.188 INFO STEP 672 (remove_files) COMPLETE
60342024-08-29T15:12:45.862Z[ recovery-image] Aug 29 15:12:44.188 INFO O| Aug 29 15:12:44.188 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-08-29T15:12:45.904Z[ recovery-image] Aug 29 15:12:44.233 INFO O| Aug 29 15:12:44.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
60362024-08-29T15:12:45.904Z[ recovery-image] Aug 29 15:12:44.233 INFO O| Aug 29 15:12:44.233 INFO STEP 673 (remove_files) COMPLETE
60372024-08-29T15:12:45.907Z[ recovery-image] Aug 29 15:12:44.233 INFO O| Aug 29 15:12:44.233 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-08-29T15:12:45.949Z[ recovery-image] Aug 29 15:12:44.278 INFO O| Aug 29 15:12:44.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
60392024-08-29T15:12:45.952Z[ recovery-image] Aug 29 15:12:44.278 INFO O| Aug 29 15:12:44.278 INFO STEP 674 (remove_files) COMPLETE
60402024-08-29T15:12:45.952Z[ recovery-image] Aug 29 15:12:44.278 INFO O| Aug 29 15:12:44.278 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-08-29T15:12:45.968Z[ recovery-image] Aug 29 15:12:44.296 INFO O| Aug 29 15:12:44.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
60422024-08-29T15:12:45.968Z[ recovery-image] Aug 29 15:12:44.296 INFO O| Aug 29 15:12:44.296 INFO STEP 675 (remove_files) COMPLETE
60432024-08-29T15:12:45.971Z[ recovery-image] Aug 29 15:12:44.297 INFO O| Aug 29 15:12:44.297 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-08-29T15:12:46.008Z[ recovery-image] Aug 29 15:12:44.336 INFO O| Aug 29 15:12:44.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
60452024-08-29T15:12:46.008Z[ recovery-image] Aug 29 15:12:44.336 INFO O| Aug 29 15:12:44.336 INFO STEP 676 (remove_files) COMPLETE
60462024-08-29T15:12:46.008Z[ recovery-image] Aug 29 15:12:44.336 INFO O| Aug 29 15:12:44.336 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-08-29T15:12:46.028Z[ recovery-image] Aug 29 15:12:44.356 INFO O| Aug 29 15:12:44.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
60482024-08-29T15:12:46.028Z[ recovery-image] Aug 29 15:12:44.356 INFO O| Aug 29 15:12:44.356 INFO STEP 677 (remove_files) COMPLETE
60492024-08-29T15:12:46.031Z[ recovery-image] Aug 29 15:12:44.356 INFO O| Aug 29 15:12:44.356 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-08-29T15:12:46.065Z[ recovery-image] Aug 29 15:12:44.393 INFO O| Aug 29 15:12:44.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
60512024-08-29T15:12:46.067Z[ recovery-image] Aug 29 15:12:44.393 INFO O| Aug 29 15:12:44.393 INFO STEP 678 (remove_files) COMPLETE
60522024-08-29T15:12:46.067Z[ recovery-image] Aug 29 15:12:44.393 INFO O| Aug 29 15:12:44.393 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-08-29T15:12:46.085Z[ recovery-image] Aug 29 15:12:44.413 INFO O| Aug 29 15:12:44.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
60542024-08-29T15:12:46.087Z[ recovery-image] Aug 29 15:12:44.413 INFO O| Aug 29 15:12:44.413 INFO STEP 679 (remove_files) COMPLETE
60552024-08-29T15:12:46.087Z[ recovery-image] Aug 29 15:12:44.413 INFO O| Aug 29 15:12:44.413 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-08-29T15:12:46.102Z[ recovery-image] Aug 29 15:12:44.430 INFO O| Aug 29 15:12:44.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
60572024-08-29T15:12:46.104Z[ recovery-image] Aug 29 15:12:44.431 INFO O| Aug 29 15:12:44.431 INFO STEP 680 (remove_files) COMPLETE
60582024-08-29T15:12:46.105Z[ recovery-image] Aug 29 15:12:44.431 INFO O| Aug 29 15:12:44.431 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-08-29T15:12:46.118Z[ recovery-image] Aug 29 15:12:44.447 INFO O| Aug 29 15:12:44.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
60602024-08-29T15:12:46.121Z[ recovery-image] Aug 29 15:12:44.447 INFO O| Aug 29 15:12:44.447 INFO STEP 681 (remove_files) COMPLETE
60612024-08-29T15:12:46.121Z[ recovery-image] Aug 29 15:12:44.447 INFO O| Aug 29 15:12:44.447 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-08-29T15:12:46.135Z[ host-image] Aug 29 15:12:44.463 INFO O| Aug 29 15:12:44.463 INFO O| Done
60632024-08-29T15:12:46.153Z[ recovery-image] Aug 29 15:12:44.482 INFO O| Aug 29 15:12:44.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
60642024-08-29T15:12:46.156Z[ recovery-image] Aug 29 15:12:44.482 INFO O| Aug 29 15:12:44.482 INFO STEP 682 (remove_files) COMPLETE
60652024-08-29T15:12:46.156Z[ recovery-image] Aug 29 15:12:44.482 INFO O| Aug 29 15:12:44.482 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-08-29T15:12:46.172Z[ recovery-image] Aug 29 15:12:44.500 INFO O| Aug 29 15:12:44.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
60672024-08-29T15:12:46.179Z[ host-image] Aug 29 15:12:44.506 INFO O| Aug 29 15:12:44.506 INFO O| Done
60682024-08-29T15:12:46.181Z[ host-image] Aug 29 15:12:44.506 INFO O| Aug 29 15:12:44.506 INFO O| Done
60692024-08-29T15:12:46.181Z[ recovery-image] Aug 29 15:12:44.507 INFO O| Aug 29 15:12:44.507 INFO STEP 683 (remove_files) COMPLETE
60702024-08-29T15:12:46.181Z[ recovery-image] Aug 29 15:12:44.507 INFO O| Aug 29 15:12:44.507 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-08-29T15:12:46.197Z[ recovery-image] Aug 29 15:12:44.525 INFO O| Aug 29 15:12:44.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
60722024-08-29T15:12:46.200Z[ recovery-image] Aug 29 15:12:44.525 INFO O| Aug 29 15:12:44.525 INFO STEP 684 (remove_files) COMPLETE
60732024-08-29T15:12:46.200Z[ recovery-image] Aug 29 15:12:44.526 INFO O| Aug 29 15:12:44.525 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-08-29T15:12:46.215Z[ recovery-image] Aug 29 15:12:44.543 INFO O| Aug 29 15:12:44.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
60752024-08-29T15:12:46.217Z[ recovery-image] Aug 29 15:12:44.543 INFO O| Aug 29 15:12:44.543 INFO STEP 685 (remove_files) COMPLETE
60762024-08-29T15:12:46.217Z[ recovery-image] Aug 29 15:12:44.543 INFO O| Aug 29 15:12:44.543 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-08-29T15:12:46.234Z[ recovery-image] Aug 29 15:12:44.562 INFO O| Aug 29 15:12:44.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
60782024-08-29T15:12:46.236Z[ recovery-image] Aug 29 15:12:44.562 INFO O| Aug 29 15:12:44.562 INFO STEP 686 (remove_files) COMPLETE
60792024-08-29T15:12:46.237Z[ recovery-image] Aug 29 15:12:44.563 INFO O| Aug 29 15:12:44.562 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-08-29T15:12:46.245Z[ host-image] Aug 29 15:12:44.573 INFO O| Aug 29 15:12:44.573 INFO O| Done
60812024-08-29T15:12:46.254Z[ recovery-image] Aug 29 15:12:44.582 INFO O| Aug 29 15:12:44.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
60822024-08-29T15:12:46.256Z[ recovery-image] Aug 29 15:12:44.582 INFO O| Aug 29 15:12:44.582 INFO STEP 687 (remove_files) COMPLETE
60832024-08-29T15:12:46.256Z[ recovery-image] Aug 29 15:12:44.582 INFO O| Aug 29 15:12:44.582 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-08-29T15:12:46.272Z[ recovery-image] Aug 29 15:12:44.600 INFO O| Aug 29 15:12:44.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
60852024-08-29T15:12:46.275Z[ recovery-image] Aug 29 15:12:44.601 INFO O| Aug 29 15:12:44.601 INFO STEP 688 (remove_files) COMPLETE
60862024-08-29T15:12:46.275Z[ recovery-image] Aug 29 15:12:44.601 INFO O| Aug 29 15:12:44.601 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-08-29T15:12:46.296Z[ recovery-image] Aug 29 15:12:44.624 INFO O| Aug 29 15:12:44.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
60882024-08-29T15:12:46.296Z[ recovery-image] Aug 29 15:12:44.624 INFO O| Aug 29 15:12:44.624 INFO STEP 689 (remove_files) COMPLETE
60892024-08-29T15:12:46.299Z[ recovery-image] Aug 29 15:12:44.624 INFO O| Aug 29 15:12:44.624 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-08-29T15:12:46.330Z[ recovery-image] Aug 29 15:12:44.657 INFO O| Aug 29 15:12:44.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
60912024-08-29T15:12:46.330Z[ recovery-image] Aug 29 15:12:44.658 INFO O| Aug 29 15:12:44.657 INFO STEP 690 (remove_files) COMPLETE
60922024-08-29T15:12:46.330Z[ recovery-image] Aug 29 15:12:44.658 INFO O| Aug 29 15:12:44.658 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-08-29T15:12:46.378Z[ recovery-image] Aug 29 15:12:44.706 INFO O| Aug 29 15:12:44.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
60942024-08-29T15:12:46.380Z[ recovery-image] Aug 29 15:12:44.706 INFO O| Aug 29 15:12:44.706 INFO STEP 691 (remove_files) COMPLETE
60952024-08-29T15:12:46.380Z[ recovery-image] Aug 29 15:12:44.706 INFO O| Aug 29 15:12:44.706 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-08-29T15:12:46.395Z[ recovery-image] Aug 29 15:12:44.724 INFO O| Aug 29 15:12:44.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
60972024-08-29T15:12:46.395Z[ recovery-image] Aug 29 15:12:44.724 INFO O| Aug 29 15:12:44.724 INFO STEP 692 (remove_files) COMPLETE
60982024-08-29T15:12:46.395Z[ recovery-image] Aug 29 15:12:44.724 INFO O| Aug 29 15:12:44.724 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-08-29T15:12:46.415Z[ recovery-image] Aug 29 15:12:44.740 INFO O| Aug 29 15:12:44.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
61002024-08-29T15:12:46.418Z[ recovery-image] Aug 29 15:12:44.740 INFO O| Aug 29 15:12:44.740 INFO STEP 693 (remove_files) COMPLETE
61012024-08-29T15:12:46.418Z[ recovery-image] Aug 29 15:12:44.740 INFO O| Aug 29 15:12:44.740 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-08-29T15:12:46.430Z[ recovery-image] Aug 29 15:12:44.757 INFO O| Aug 29 15:12:44.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
61032024-08-29T15:12:46.430Z[ recovery-image] Aug 29 15:12:44.757 INFO O| Aug 29 15:12:44.757 INFO STEP 694 (remove_files) COMPLETE
61042024-08-29T15:12:46.430Z[ recovery-image] Aug 29 15:12:44.757 INFO O| Aug 29 15:12:44.757 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-08-29T15:12:46.440Z[ host-image] Aug 29 15:12:44.761 INFO O| Aug 29 15:12:44.761 INFO STEP 13 (pkg_install) COMPLETE
61062024-08-29T15:12:46.440Z[ host-image] Aug 29 15:12:44.761 INFO O| Aug 29 15:12:44.761 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
61072024-08-29T15:12:46.448Z[ host-image] Aug 29 15:12:44.776 INFO O| Aug 29 15:12:44.775 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
61082024-08-29T15:12:46.465Z[ recovery-image] Aug 29 15:12:44.793 INFO O| Aug 29 15:12:44.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
61092024-08-29T15:12:46.467Z[ recovery-image] Aug 29 15:12:44.793 INFO O| Aug 29 15:12:44.793 INFO STEP 695 (remove_files) COMPLETE
61102024-08-29T15:12:46.467Z[ recovery-image] Aug 29 15:12:44.793 INFO O| Aug 29 15:12:44.793 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-08-29T15:12:46.506Z[ recovery-image] Aug 29 15:12:44.834 INFO O| Aug 29 15:12:44.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
61122024-08-29T15:12:46.508Z[ recovery-image] Aug 29 15:12:44.834 INFO O| Aug 29 15:12:44.834 INFO STEP 696 (remove_files) COMPLETE
61132024-08-29T15:12:46.508Z[ recovery-image] Aug 29 15:12:44.835 INFO O| Aug 29 15:12:44.835 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-08-29T15:12:46.524Z[ recovery-image] Aug 29 15:12:44.852 INFO O| Aug 29 15:12:44.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
61152024-08-29T15:12:46.526Z[ recovery-image] Aug 29 15:12:44.852 INFO O| Aug 29 15:12:44.852 INFO STEP 697 (remove_files) COMPLETE
61162024-08-29T15:12:46.526Z[ recovery-image] Aug 29 15:12:44.852 INFO O| Aug 29 15:12:44.852 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-08-29T15:12:46.541Z[ recovery-image] Aug 29 15:12:44.870 INFO O| Aug 29 15:12:44.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
61182024-08-29T15:12:46.544Z[ recovery-image] Aug 29 15:12:44.870 INFO O| Aug 29 15:12:44.870 INFO STEP 698 (remove_files) COMPLETE
61192024-08-29T15:12:46.544Z[ recovery-image] Aug 29 15:12:44.870 INFO O| Aug 29 15:12:44.870 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-08-29T15:12:46.560Z[ recovery-image] Aug 29 15:12:44.888 INFO O| Aug 29 15:12:44.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
61212024-08-29T15:12:46.562Z[ recovery-image] Aug 29 15:12:44.888 INFO O| Aug 29 15:12:44.888 INFO STEP 699 (remove_files) COMPLETE
61222024-08-29T15:12:46.562Z[ recovery-image] Aug 29 15:12:44.888 INFO O| Aug 29 15:12:44.888 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-08-29T15:12:46.578Z[ recovery-image] Aug 29 15:12:44.906 INFO O| Aug 29 15:12:44.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
61242024-08-29T15:12:46.580Z[ recovery-image] Aug 29 15:12:44.906 INFO O| Aug 29 15:12:44.906 INFO STEP 700 (remove_files) COMPLETE
61252024-08-29T15:12:46.580Z[ recovery-image] Aug 29 15:12:44.906 INFO O| Aug 29 15:12:44.906 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-08-29T15:12:46.595Z[ recovery-image] Aug 29 15:12:44.924 INFO O| Aug 29 15:12:44.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61272024-08-29T15:12:46.598Z[ recovery-image] Aug 29 15:12:44.924 INFO O| Aug 29 15:12:44.924 INFO STEP 701 (remove_files) COMPLETE
61282024-08-29T15:12:46.598Z[ recovery-image] Aug 29 15:12:44.924 INFO O| Aug 29 15:12:44.924 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-08-29T15:12:46.614Z[ recovery-image] Aug 29 15:12:44.941 INFO O| Aug 29 15:12:44.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61302024-08-29T15:12:46.614Z[ recovery-image] Aug 29 15:12:44.941 INFO O| Aug 29 15:12:44.941 INFO STEP 702 (remove_files) COMPLETE
61312024-08-29T15:12:46.614Z[ recovery-image] Aug 29 15:12:44.942 INFO O| Aug 29 15:12:44.941 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-08-29T15:12:46.631Z[ recovery-image] Aug 29 15:12:44.959 INFO O| Aug 29 15:12:44.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
61332024-08-29T15:12:46.631Z[ recovery-image] Aug 29 15:12:44.959 INFO O| Aug 29 15:12:44.959 INFO STEP 703 (remove_files) COMPLETE
61342024-08-29T15:12:46.631Z[ recovery-image] Aug 29 15:12:44.959 INFO O| Aug 29 15:12:44.959 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-08-29T15:12:46.648Z[ recovery-image] Aug 29 15:12:44.975 INFO O| Aug 29 15:12:44.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
61362024-08-29T15:12:46.648Z[ recovery-image] Aug 29 15:12:44.976 INFO O| Aug 29 15:12:44.976 INFO STEP 704 (remove_files) COMPLETE
61372024-08-29T15:12:46.648Z[ recovery-image] Aug 29 15:12:44.976 INFO O| Aug 29 15:12:44.976 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-08-29T15:12:46.664Z[ recovery-image] Aug 29 15:12:44.993 INFO O| Aug 29 15:12:44.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
61392024-08-29T15:12:46.664Z[ recovery-image] Aug 29 15:12:44.993 INFO O| Aug 29 15:12:44.993 INFO STEP 705 (remove_files) COMPLETE
61402024-08-29T15:12:46.664Z[ recovery-image] Aug 29 15:12:44.993 INFO O| Aug 29 15:12:44.993 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-08-29T15:12:46.687Z[ recovery-image] Aug 29 15:12:45.015 INFO O| Aug 29 15:12:45.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
61422024-08-29T15:12:46.687Z[ recovery-image] Aug 29 15:12:45.015 INFO O| Aug 29 15:12:45.015 INFO STEP 706 (remove_files) COMPLETE
61432024-08-29T15:12:46.687Z[ recovery-image] Aug 29 15:12:45.015 INFO O| Aug 29 15:12:45.015 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-08-29T15:12:46.706Z[ recovery-image] Aug 29 15:12:45.033 INFO O| Aug 29 15:12:45.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
61452024-08-29T15:12:46.706Z[ recovery-image] Aug 29 15:12:45.033 INFO O| Aug 29 15:12:45.033 INFO STEP 707 (remove_files) COMPLETE
61462024-08-29T15:12:46.706Z[ recovery-image] Aug 29 15:12:45.033 INFO O| Aug 29 15:12:45.033 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-08-29T15:12:46.726Z[ recovery-image] Aug 29 15:12:45.054 INFO O| Aug 29 15:12:45.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
61482024-08-29T15:12:46.726Z[ recovery-image] Aug 29 15:12:45.054 INFO O| Aug 29 15:12:45.054 INFO STEP 708 (remove_files) COMPLETE
61492024-08-29T15:12:46.729Z[ recovery-image] Aug 29 15:12:45.054 INFO O| Aug 29 15:12:45.054 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-08-29T15:12:46.777Z[ recovery-image] Aug 29 15:12:45.105 INFO O| Aug 29 15:12:45.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
61512024-08-29T15:12:46.777Z[ recovery-image] Aug 29 15:12:45.106 INFO O| Aug 29 15:12:45.105 INFO STEP 709 (remove_files) COMPLETE
61522024-08-29T15:12:46.777Z[ recovery-image] Aug 29 15:12:45.106 INFO O| Aug 29 15:12:45.106 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-08-29T15:12:46.836Z[ recovery-image] Aug 29 15:12:45.164 INFO O| Aug 29 15:12:45.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
61542024-08-29T15:12:46.836Z[ recovery-image] Aug 29 15:12:45.164 INFO O| Aug 29 15:12:45.164 INFO STEP 710 (remove_files) COMPLETE
61552024-08-29T15:12:46.836Z[ recovery-image] Aug 29 15:12:45.164 INFO O| Aug 29 15:12:45.164 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-08-29T15:12:46.853Z[ recovery-image] Aug 29 15:12:45.181 INFO O| Aug 29 15:12:45.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
61572024-08-29T15:12:46.853Z[ recovery-image] Aug 29 15:12:45.182 INFO O| Aug 29 15:12:45.181 INFO STEP 711 (remove_files) COMPLETE
61582024-08-29T15:12:46.856Z[ recovery-image] Aug 29 15:12:45.182 INFO O| Aug 29 15:12:45.182 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-08-29T15:12:46.882Z[ recovery-image] Aug 29 15:12:45.210 INFO O| Aug 29 15:12:45.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
61602024-08-29T15:12:46.882Z[ recovery-image] Aug 29 15:12:45.210 INFO O| Aug 29 15:12:45.210 INFO STEP 712 (remove_files) COMPLETE
61612024-08-29T15:12:46.885Z[ recovery-image] Aug 29 15:12:45.210 INFO O| Aug 29 15:12:45.210 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-08-29T15:12:46.935Z[ recovery-image] Aug 29 15:12:45.263 INFO O| Aug 29 15:12:45.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
61632024-08-29T15:12:46.935Z[ recovery-image] Aug 29 15:12:45.263 INFO O| Aug 29 15:12:45.263 INFO STEP 713 (remove_files) COMPLETE
61642024-08-29T15:12:46.935Z[ recovery-image] Aug 29 15:12:45.263 INFO O| Aug 29 15:12:45.263 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-08-29T15:12:47.004Z[ recovery-image] Aug 29 15:12:45.332 INFO O| Aug 29 15:12:45.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
61662024-08-29T15:12:47.004Z[ recovery-image] Aug 29 15:12:45.332 INFO O| Aug 29 15:12:45.332 INFO STEP 714 (remove_files) COMPLETE
61672024-08-29T15:12:47.007Z[ recovery-image] Aug 29 15:12:45.332 INFO O| Aug 29 15:12:45.332 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-08-29T15:12:47.051Z[ recovery-image] Aug 29 15:12:45.379 INFO O| Aug 29 15:12:45.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
61692024-08-29T15:12:47.051Z[ recovery-image] Aug 29 15:12:45.379 INFO O| Aug 29 15:12:45.379 INFO STEP 715 (remove_files) COMPLETE
61702024-08-29T15:12:47.053Z[ recovery-image] Aug 29 15:12:45.379 INFO O| Aug 29 15:12:45.379 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-08-29T15:12:47.102Z[ recovery-image] Aug 29 15:12:45.430 INFO O| Aug 29 15:12:45.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
61722024-08-29T15:12:47.102Z[ recovery-image] Aug 29 15:12:45.430 INFO O| Aug 29 15:12:45.430 INFO STEP 716 (remove_files) COMPLETE
61732024-08-29T15:12:47.103Z[ recovery-image] Aug 29 15:12:45.430 INFO O| Aug 29 15:12:45.430 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-08-29T15:12:47.150Z[ recovery-image] Aug 29 15:12:45.477 INFO O| Aug 29 15:12:45.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
61752024-08-29T15:12:47.150Z[ recovery-image] Aug 29 15:12:45.477 INFO O| Aug 29 15:12:45.477 INFO STEP 717 (remove_files) COMPLETE
61762024-08-29T15:12:47.150Z[ recovery-image] Aug 29 15:12:45.477 INFO O| Aug 29 15:12:45.477 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-08-29T15:12:47.170Z[ recovery-image] Aug 29 15:12:45.498 INFO O| Aug 29 15:12:45.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
61782024-08-29T15:12:47.172Z[ recovery-image] Aug 29 15:12:45.498 INFO O| Aug 29 15:12:45.498 INFO STEP 718 (remove_files) COMPLETE
61792024-08-29T15:12:47.172Z[ recovery-image] Aug 29 15:12:45.498 INFO O| Aug 29 15:12:45.498 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-08-29T15:12:47.188Z[ recovery-image] Aug 29 15:12:45.515 INFO O| Aug 29 15:12:45.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
61812024-08-29T15:12:47.188Z[ recovery-image] Aug 29 15:12:45.516 INFO O| Aug 29 15:12:45.516 INFO STEP 719 (remove_files) COMPLETE
61822024-08-29T15:12:47.190Z[ recovery-image] Aug 29 15:12:45.516 INFO O| Aug 29 15:12:45.516 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-08-29T15:12:47.207Z[ recovery-image] Aug 29 15:12:45.535 INFO O| Aug 29 15:12:45.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
61842024-08-29T15:12:47.208Z[ recovery-image] Aug 29 15:12:45.535 INFO O| Aug 29 15:12:45.535 INFO STEP 720 (remove_files) COMPLETE
61852024-08-29T15:12:47.208Z[ recovery-image] Aug 29 15:12:45.535 INFO O| Aug 29 15:12:45.535 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-08-29T15:12:47.247Z[ recovery-image] Aug 29 15:12:45.575 INFO O| Aug 29 15:12:45.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
61872024-08-29T15:12:47.249Z[ recovery-image] Aug 29 15:12:45.575 INFO O| Aug 29 15:12:45.575 INFO STEP 721 (remove_files) COMPLETE
61882024-08-29T15:12:47.249Z[ recovery-image] Aug 29 15:12:45.575 INFO O| Aug 29 15:12:45.575 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-08-29T15:12:47.296Z[ recovery-image] Aug 29 15:12:45.624 INFO O| Aug 29 15:12:45.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
61902024-08-29T15:12:47.298Z[ recovery-image] Aug 29 15:12:45.624 INFO O| Aug 29 15:12:45.624 INFO STEP 722 (remove_files) COMPLETE
61912024-08-29T15:12:47.298Z[ recovery-image] Aug 29 15:12:45.624 INFO O| Aug 29 15:12:45.624 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-08-29T15:12:47.316Z[ recovery-image] Aug 29 15:12:45.644 INFO O| Aug 29 15:12:45.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
61932024-08-29T15:12:47.318Z[ recovery-image] Aug 29 15:12:45.644 INFO O| Aug 29 15:12:45.644 INFO STEP 723 (remove_files) COMPLETE
61942024-08-29T15:12:47.318Z[ recovery-image] Aug 29 15:12:45.644 INFO O| Aug 29 15:12:45.644 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-08-29T15:12:47.334Z[ recovery-image] Aug 29 15:12:45.661 INFO O| Aug 29 15:12:45.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
61962024-08-29T15:12:47.334Z[ recovery-image] Aug 29 15:12:45.661 INFO O| Aug 29 15:12:45.661 INFO STEP 724 (remove_files) COMPLETE
61972024-08-29T15:12:47.335Z[ recovery-image] Aug 29 15:12:45.661 INFO O| Aug 29 15:12:45.661 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-08-29T15:12:47.346Z[ host-image] Aug 29 15:12:45.674 INFO O| Aug 29 15:12:45.674 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
61992024-08-29T15:12:47.381Z[ recovery-image] Aug 29 15:12:45.709 INFO O| Aug 29 15:12:45.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
62002024-08-29T15:12:47.381Z[ recovery-image] Aug 29 15:12:45.709 INFO O| Aug 29 15:12:45.709 INFO STEP 725 (remove_files) COMPLETE
62012024-08-29T15:12:47.384Z[ recovery-image] Aug 29 15:12:45.710 INFO O| Aug 29 15:12:45.709 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-08-29T15:12:47.408Z[ recovery-image] Aug 29 15:12:45.736 INFO O| Aug 29 15:12:45.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
62032024-08-29T15:12:47.408Z[ recovery-image] Aug 29 15:12:45.736 INFO O| Aug 29 15:12:45.736 INFO STEP 726 (remove_files) COMPLETE
62042024-08-29T15:12:47.408Z[ recovery-image] Aug 29 15:12:45.736 INFO O| Aug 29 15:12:45.736 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-08-29T15:12:47.433Z[ recovery-image] Aug 29 15:12:45.761 INFO O| Aug 29 15:12:45.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
62062024-08-29T15:12:47.436Z[ recovery-image] Aug 29 15:12:45.761 INFO O| Aug 29 15:12:45.761 INFO STEP 727 (remove_files) COMPLETE
62072024-08-29T15:12:47.436Z[ recovery-image] Aug 29 15:12:45.761 INFO O| Aug 29 15:12:45.761 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-08-29T15:12:47.469Z[ recovery-image] Aug 29 15:12:45.797 INFO O| Aug 29 15:12:45.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
62092024-08-29T15:12:47.469Z[ recovery-image] Aug 29 15:12:45.797 INFO O| Aug 29 15:12:45.797 INFO STEP 728 (remove_files) COMPLETE
62102024-08-29T15:12:47.473Z[ recovery-image] Aug 29 15:12:45.798 INFO O| Aug 29 15:12:45.797 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-08-29T15:12:47.489Z[ recovery-image] Aug 29 15:12:45.817 INFO O| Aug 29 15:12:45.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
62122024-08-29T15:12:47.493Z[ recovery-image] Aug 29 15:12:45.818 INFO O| Aug 29 15:12:45.817 INFO STEP 729 (remove_files) COMPLETE
62132024-08-29T15:12:47.494Z[ recovery-image] Aug 29 15:12:45.818 INFO O| Aug 29 15:12:45.818 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-08-29T15:12:47.546Z[ recovery-image] Aug 29 15:12:45.874 INFO O| Aug 29 15:12:45.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
62152024-08-29T15:12:47.546Z[ recovery-image] Aug 29 15:12:45.874 INFO O| Aug 29 15:12:45.874 INFO STEP 730 (remove_files) COMPLETE
62162024-08-29T15:12:47.549Z[ recovery-image] Aug 29 15:12:45.874 INFO O| Aug 29 15:12:45.874 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-08-29T15:12:47.565Z[ recovery-image] Aug 29 15:12:45.892 INFO O| Aug 29 15:12:45.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
62182024-08-29T15:12:47.565Z[ recovery-image] Aug 29 15:12:45.892 INFO O| Aug 29 15:12:45.892 INFO STEP 731 (remove_files) COMPLETE
62192024-08-29T15:12:47.565Z[ recovery-image] Aug 29 15:12:45.892 INFO O| Aug 29 15:12:45.892 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-08-29T15:12:47.583Z[ recovery-image] Aug 29 15:12:45.911 INFO O| Aug 29 15:12:45.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62212024-08-29T15:12:47.583Z[ recovery-image] Aug 29 15:12:45.911 INFO O| Aug 29 15:12:45.911 INFO STEP 732 (remove_files) COMPLETE
62222024-08-29T15:12:47.585Z[ recovery-image] Aug 29 15:12:45.911 INFO O| Aug 29 15:12:45.911 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-08-29T15:12:47.618Z[ recovery-image] Aug 29 15:12:45.946 INFO O| Aug 29 15:12:45.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62242024-08-29T15:12:47.619Z[ recovery-image] Aug 29 15:12:45.946 INFO O| Aug 29 15:12:45.946 INFO STEP 733 (remove_files) COMPLETE
62252024-08-29T15:12:47.621Z[ recovery-image] Aug 29 15:12:45.946 INFO O| Aug 29 15:12:45.946 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-08-29T15:12:47.637Z[ recovery-image] Aug 29 15:12:45.965 INFO O| Aug 29 15:12:45.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62272024-08-29T15:12:47.637Z[ recovery-image] Aug 29 15:12:45.965 INFO O| Aug 29 15:12:45.965 INFO STEP 734 (remove_files) COMPLETE
62282024-08-29T15:12:47.637Z[ recovery-image] Aug 29 15:12:45.965 INFO O| Aug 29 15:12:45.965 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-08-29T15:12:47.677Z[ recovery-image] Aug 29 15:12:46.005 INFO O| Aug 29 15:12:46.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62302024-08-29T15:12:47.677Z[ recovery-image] Aug 29 15:12:46.005 INFO O| Aug 29 15:12:46.005 INFO STEP 735 (remove_files) COMPLETE
62312024-08-29T15:12:47.680Z[ recovery-image] Aug 29 15:12:46.006 INFO O| Aug 29 15:12:46.005 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-08-29T15:12:47.709Z[ recovery-image] Aug 29 15:12:46.037 INFO O| Aug 29 15:12:46.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62332024-08-29T15:12:47.709Z[ recovery-image] Aug 29 15:12:46.037 INFO O| Aug 29 15:12:46.037 INFO STEP 736 (remove_files) COMPLETE
62342024-08-29T15:12:47.709Z[ recovery-image] Aug 29 15:12:46.037 INFO O| Aug 29 15:12:46.037 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-08-29T15:12:47.756Z[ recovery-image] Aug 29 15:12:46.084 INFO O| Aug 29 15:12:46.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
62362024-08-29T15:12:47.756Z[ recovery-image] Aug 29 15:12:46.084 INFO O| Aug 29 15:12:46.084 INFO STEP 737 (remove_files) COMPLETE
62372024-08-29T15:12:47.759Z[ recovery-image] Aug 29 15:12:46.084 INFO O| Aug 29 15:12:46.084 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-08-29T15:12:47.832Z[ recovery-image] Aug 29 15:12:46.160 INFO O| Aug 29 15:12:46.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
62392024-08-29T15:12:47.832Z[ recovery-image] Aug 29 15:12:46.160 INFO O| Aug 29 15:12:46.160 INFO STEP 738 (remove_files) COMPLETE
62402024-08-29T15:12:47.832Z[ recovery-image] Aug 29 15:12:46.160 INFO O| Aug 29 15:12:46.160 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-08-29T15:12:47.852Z[ recovery-image] Aug 29 15:12:46.180 INFO O| Aug 29 15:12:46.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
62422024-08-29T15:12:47.852Z[ recovery-image] Aug 29 15:12:46.180 INFO O| Aug 29 15:12:46.180 INFO STEP 739 (remove_files) COMPLETE
62432024-08-29T15:12:47.853Z[ recovery-image] Aug 29 15:12:46.180 INFO O| Aug 29 15:12:46.180 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-08-29T15:12:47.870Z[ recovery-image] Aug 29 15:12:46.198 INFO O| Aug 29 15:12:46.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
62452024-08-29T15:12:47.870Z[ recovery-image] Aug 29 15:12:46.198 INFO O| Aug 29 15:12:46.198 INFO STEP 740 (remove_files) COMPLETE
62462024-08-29T15:12:47.870Z[ recovery-image] Aug 29 15:12:46.198 INFO O| Aug 29 15:12:46.198 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-08-29T15:12:47.887Z[ recovery-image] Aug 29 15:12:46.215 INFO O| Aug 29 15:12:46.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
62482024-08-29T15:12:47.887Z[ recovery-image] Aug 29 15:12:46.215 INFO O| Aug 29 15:12:46.215 INFO STEP 741 (remove_files) COMPLETE
62492024-08-29T15:12:47.889Z[ recovery-image] Aug 29 15:12:46.215 INFO O| Aug 29 15:12:46.215 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-08-29T15:12:47.903Z[ recovery-image] Aug 29 15:12:46.231 INFO O| Aug 29 15:12:46.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
62512024-08-29T15:12:47.906Z[ recovery-image] Aug 29 15:12:46.231 INFO O| Aug 29 15:12:46.231 INFO STEP 742 (remove_files) COMPLETE
62522024-08-29T15:12:47.906Z[ recovery-image] Aug 29 15:12:46.231 INFO O| Aug 29 15:12:46.231 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-08-29T15:12:47.944Z[ recovery-image] Aug 29 15:12:46.271 INFO O| Aug 29 15:12:46.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
62542024-08-29T15:12:47.944Z[ recovery-image] Aug 29 15:12:46.272 INFO O| Aug 29 15:12:46.272 INFO STEP 743 (remove_files) COMPLETE
62552024-08-29T15:12:47.944Z[ recovery-image] Aug 29 15:12:46.272 INFO O| Aug 29 15:12:46.272 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-08-29T15:12:47.968Z[ recovery-image] Aug 29 15:12:46.296 INFO O| Aug 29 15:12:46.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
62572024-08-29T15:12:47.971Z[ recovery-image] Aug 29 15:12:46.296 INFO O| Aug 29 15:12:46.296 INFO STEP 744 (remove_files) COMPLETE
62582024-08-29T15:12:47.971Z[ recovery-image] Aug 29 15:12:46.297 INFO O| Aug 29 15:12:46.297 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-08-29T15:12:47.989Z[ recovery-image] Aug 29 15:12:46.316 INFO O| Aug 29 15:12:46.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
62602024-08-29T15:12:47.991Z[ recovery-image] Aug 29 15:12:46.316 INFO O| Aug 29 15:12:46.316 INFO STEP 745 (remove_files) COMPLETE
62612024-08-29T15:12:47.991Z[ recovery-image] Aug 29 15:12:46.317 INFO O| Aug 29 15:12:46.317 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-08-29T15:12:48.025Z[ recovery-image] Aug 29 15:12:46.352 INFO O| Aug 29 15:12:46.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
62632024-08-29T15:12:48.027Z[ recovery-image] Aug 29 15:12:46.353 INFO O| Aug 29 15:12:46.352 INFO STEP 746 (remove_files) COMPLETE
62642024-08-29T15:12:48.028Z[ recovery-image] Aug 29 15:12:46.353 INFO O| Aug 29 15:12:46.353 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-08-29T15:12:48.108Z[ recovery-image] Aug 29 15:12:46.436 INFO O| Aug 29 15:12:46.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
62662024-08-29T15:12:48.111Z[ recovery-image] Aug 29 15:12:46.436 INFO O| Aug 29 15:12:46.436 INFO STEP 747 (remove_files) COMPLETE
62672024-08-29T15:12:48.111Z[ recovery-image] Aug 29 15:12:46.436 INFO O| Aug 29 15:12:46.436 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-08-29T15:12:48.131Z[ recovery-image] Aug 29 15:12:46.458 INFO O| Aug 29 15:12:46.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
62692024-08-29T15:12:48.131Z[ recovery-image] Aug 29 15:12:46.458 INFO O| Aug 29 15:12:46.458 INFO STEP 748 (remove_files) COMPLETE
62702024-08-29T15:12:48.133Z[ recovery-image] Aug 29 15:12:46.458 INFO O| Aug 29 15:12:46.458 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-08-29T15:12:48.168Z[ recovery-image] Aug 29 15:12:46.496 INFO O| Aug 29 15:12:46.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
62722024-08-29T15:12:48.171Z[ recovery-image] Aug 29 15:12:46.496 INFO O| Aug 29 15:12:46.496 INFO STEP 749 (remove_files) COMPLETE
62732024-08-29T15:12:48.171Z[ recovery-image] Aug 29 15:12:46.496 INFO O| Aug 29 15:12:46.496 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-08-29T15:12:48.189Z[ recovery-image] Aug 29 15:12:46.517 INFO O| Aug 29 15:12:46.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
62752024-08-29T15:12:48.189Z[ recovery-image] Aug 29 15:12:46.517 INFO O| Aug 29 15:12:46.517 INFO STEP 750 (remove_files) COMPLETE
62762024-08-29T15:12:48.189Z[ recovery-image] Aug 29 15:12:46.517 INFO O| Aug 29 15:12:46.517 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-08-29T15:12:48.244Z[ recovery-image] Aug 29 15:12:46.554 INFO O| Aug 29 15:12:46.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
62782024-08-29T15:12:48.244Z[ recovery-image] Aug 29 15:12:46.554 INFO O| Aug 29 15:12:46.554 INFO STEP 751 (remove_files) COMPLETE
62792024-08-29T15:12:48.244Z[ recovery-image] Aug 29 15:12:46.554 INFO O| Aug 29 15:12:46.554 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-08-29T15:12:48.246Z[ recovery-image] Aug 29 15:12:46.572 INFO O| Aug 29 15:12:46.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
62812024-08-29T15:12:48.276Z[ recovery-image] Aug 29 15:12:46.602 INFO O| Aug 29 15:12:46.602 INFO STEP 752 (remove_files) COMPLETE
62822024-08-29T15:12:48.276Z[ recovery-image] Aug 29 15:12:46.602 INFO O| Aug 29 15:12:46.602 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-08-29T15:12:48.314Z[ recovery-image] Aug 29 15:12:46.641 INFO O| Aug 29 15:12:46.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
62842024-08-29T15:12:48.314Z[ recovery-image] Aug 29 15:12:46.641 INFO O| Aug 29 15:12:46.641 INFO STEP 753 (remove_files) COMPLETE
62852024-08-29T15:12:48.314Z[ recovery-image] Aug 29 15:12:46.641 INFO O| Aug 29 15:12:46.641 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-08-29T15:12:48.332Z[ recovery-image] Aug 29 15:12:46.659 INFO O| Aug 29 15:12:46.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
62872024-08-29T15:12:48.332Z[ recovery-image] Aug 29 15:12:46.659 INFO O| Aug 29 15:12:46.659 INFO STEP 754 (remove_files) COMPLETE
62882024-08-29T15:12:48.332Z[ recovery-image] Aug 29 15:12:46.659 INFO O| Aug 29 15:12:46.659 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-08-29T15:12:48.350Z[ recovery-image] Aug 29 15:12:46.677 INFO O| Aug 29 15:12:46.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
62902024-08-29T15:12:48.350Z[ recovery-image] Aug 29 15:12:46.677 INFO O| Aug 29 15:12:46.677 INFO STEP 755 (remove_files) COMPLETE
62912024-08-29T15:12:48.350Z[ recovery-image] Aug 29 15:12:46.677 INFO O| Aug 29 15:12:46.677 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-08-29T15:12:48.366Z[ recovery-image] Aug 29 15:12:46.694 INFO O| Aug 29 15:12:46.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
62932024-08-29T15:12:48.369Z[ recovery-image] Aug 29 15:12:46.694 INFO O| Aug 29 15:12:46.694 INFO STEP 756 (remove_files) COMPLETE
62942024-08-29T15:12:48.369Z[ recovery-image] Aug 29 15:12:46.694 INFO O| Aug 29 15:12:46.694 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-08-29T15:12:48.383Z[ recovery-image] Aug 29 15:12:46.710 INFO O| Aug 29 15:12:46.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
62962024-08-29T15:12:48.383Z[ recovery-image] Aug 29 15:12:46.710 INFO O| Aug 29 15:12:46.710 INFO STEP 757 (remove_files) COMPLETE
62972024-08-29T15:12:48.383Z[ recovery-image] Aug 29 15:12:46.710 INFO O| Aug 29 15:12:46.710 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-08-29T15:12:48.399Z[ recovery-image] Aug 29 15:12:46.727 INFO O| Aug 29 15:12:46.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
62992024-08-29T15:12:48.399Z[ recovery-image] Aug 29 15:12:46.727 INFO O| Aug 29 15:12:46.727 INFO STEP 758 (remove_files) COMPLETE
63002024-08-29T15:12:48.402Z[ recovery-image] Aug 29 15:12:46.727 INFO O| Aug 29 15:12:46.727 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-08-29T15:12:48.429Z[ recovery-image] Aug 29 15:12:46.757 INFO O| Aug 29 15:12:46.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
63022024-08-29T15:12:48.430Z[ recovery-image] Aug 29 15:12:46.757 INFO O| Aug 29 15:12:46.757 INFO STEP 759 (remove_files) COMPLETE
63032024-08-29T15:12:48.432Z[ recovery-image] Aug 29 15:12:46.757 INFO O| Aug 29 15:12:46.757 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-08-29T15:12:48.463Z[ recovery-image] Aug 29 15:12:46.790 INFO O| Aug 29 15:12:46.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
63052024-08-29T15:12:48.484Z[ recovery-image] Aug 29 15:12:46.812 INFO O| Aug 29 15:12:46.812 INFO STEP 760 (remove_files) COMPLETE
63062024-08-29T15:12:48.485Z[ recovery-image] Aug 29 15:12:46.812 INFO O| Aug 29 15:12:46.812 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-08-29T15:12:48.515Z[ recovery-image] Aug 29 15:12:46.843 INFO O| Aug 29 15:12:46.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
63082024-08-29T15:12:48.515Z[ recovery-image] Aug 29 15:12:46.843 INFO O| Aug 29 15:12:46.843 INFO STEP 761 (remove_files) COMPLETE
63092024-08-29T15:12:48.515Z[ recovery-image] Aug 29 15:12:46.843 INFO O| Aug 29 15:12:46.843 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-08-29T15:12:48.546Z[ recovery-image] Aug 29 15:12:46.873 INFO O| Aug 29 15:12:46.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
63112024-08-29T15:12:48.546Z[ recovery-image] Aug 29 15:12:46.873 INFO O| Aug 29 15:12:46.873 INFO STEP 762 (remove_files) COMPLETE
63122024-08-29T15:12:48.548Z[ recovery-image] Aug 29 15:12:46.873 INFO O| Aug 29 15:12:46.873 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-08-29T15:12:48.579Z[ recovery-image] Aug 29 15:12:46.906 INFO O| Aug 29 15:12:46.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63142024-08-29T15:12:48.581Z[ recovery-image] Aug 29 15:12:46.906 INFO O| Aug 29 15:12:46.906 INFO STEP 763 (remove_files) COMPLETE
63152024-08-29T15:12:48.581Z[ recovery-image] Aug 29 15:12:46.906 INFO O| Aug 29 15:12:46.906 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-08-29T15:12:48.597Z[ recovery-image] Aug 29 15:12:46.924 INFO O| Aug 29 15:12:46.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63172024-08-29T15:12:48.599Z[ recovery-image] Aug 29 15:12:46.924 INFO O| Aug 29 15:12:46.924 INFO STEP 764 (remove_files) COMPLETE
63182024-08-29T15:12:48.599Z[ recovery-image] Aug 29 15:12:46.924 INFO O| Aug 29 15:12:46.924 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-08-29T15:12:48.614Z[ recovery-image] Aug 29 15:12:46.941 INFO O| Aug 29 15:12:46.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63202024-08-29T15:12:48.616Z[ recovery-image] Aug 29 15:12:46.942 INFO O| Aug 29 15:12:46.941 INFO STEP 765 (remove_files) COMPLETE
63212024-08-29T15:12:48.616Z[ recovery-image] Aug 29 15:12:46.942 INFO O| Aug 29 15:12:46.942 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-08-29T15:12:48.632Z[ recovery-image] Aug 29 15:12:46.960 INFO O| Aug 29 15:12:46.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63232024-08-29T15:12:48.635Z[ recovery-image] Aug 29 15:12:46.960 INFO O| Aug 29 15:12:46.960 INFO STEP 766 (remove_files) COMPLETE
63242024-08-29T15:12:48.635Z[ recovery-image] Aug 29 15:12:46.960 INFO O| Aug 29 15:12:46.960 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-08-29T15:12:48.650Z[ recovery-image] Aug 29 15:12:46.978 INFO O| Aug 29 15:12:46.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63262024-08-29T15:12:48.653Z[ recovery-image] Aug 29 15:12:46.978 INFO O| Aug 29 15:12:46.978 INFO STEP 767 (remove_files) COMPLETE
63272024-08-29T15:12:48.653Z[ recovery-image] Aug 29 15:12:46.978 INFO O| Aug 29 15:12:46.978 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-08-29T15:12:48.667Z[ recovery-image] Aug 29 15:12:46.995 INFO O| Aug 29 15:12:46.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
63292024-08-29T15:12:48.667Z[ recovery-image] Aug 29 15:12:46.995 INFO O| Aug 29 15:12:46.995 INFO STEP 768 (remove_files) COMPLETE
63302024-08-29T15:12:48.670Z[ recovery-image] Aug 29 15:12:46.995 INFO O| Aug 29 15:12:46.995 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-08-29T15:12:48.685Z[ recovery-image] Aug 29 15:12:47.013 INFO O| Aug 29 15:12:47.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
63322024-08-29T15:12:48.685Z[ recovery-image] Aug 29 15:12:47.013 INFO O| Aug 29 15:12:47.013 INFO STEP 769 (remove_files) COMPLETE
63332024-08-29T15:12:48.688Z[ recovery-image] Aug 29 15:12:47.013 INFO O| Aug 29 15:12:47.013 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-08-29T15:12:48.712Z[ recovery-image] Aug 29 15:12:47.040 INFO O| Aug 29 15:12:47.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
63352024-08-29T15:12:48.712Z[ recovery-image] Aug 29 15:12:47.040 INFO O| Aug 29 15:12:47.040 INFO STEP 770 (remove_files) COMPLETE
63362024-08-29T15:12:48.713Z[ recovery-image] Aug 29 15:12:47.040 INFO O| Aug 29 15:12:47.040 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-08-29T15:12:48.738Z[ recovery-image] Aug 29 15:12:47.065 INFO O| Aug 29 15:12:47.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
63382024-08-29T15:12:48.738Z[ recovery-image] Aug 29 15:12:47.065 INFO O| Aug 29 15:12:47.065 INFO STEP 771 (remove_files) COMPLETE
63392024-08-29T15:12:48.738Z[ recovery-image] Aug 29 15:12:47.065 INFO O| Aug 29 15:12:47.065 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-08-29T15:12:48.794Z[ recovery-image] Aug 29 15:12:47.121 INFO O| Aug 29 15:12:47.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
63412024-08-29T15:12:48.794Z[ recovery-image] Aug 29 15:12:47.121 INFO O| Aug 29 15:12:47.121 INFO STEP 772 (remove_files) COMPLETE
63422024-08-29T15:12:48.794Z[ recovery-image] Aug 29 15:12:47.121 INFO O| Aug 29 15:12:47.121 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-08-29T15:12:48.816Z[ recovery-image] Aug 29 15:12:47.143 INFO O| Aug 29 15:12:47.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
63442024-08-29T15:12:48.816Z[ recovery-image] Aug 29 15:12:47.143 INFO O| Aug 29 15:12:47.143 INFO STEP 773 (remove_files) COMPLETE
63452024-08-29T15:12:48.816Z[ recovery-image] Aug 29 15:12:47.143 INFO O| Aug 29 15:12:47.143 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-08-29T15:12:48.834Z[ recovery-image] Aug 29 15:12:47.161 INFO O| Aug 29 15:12:47.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
63472024-08-29T15:12:48.834Z[ recovery-image] Aug 29 15:12:47.161 INFO O| Aug 29 15:12:47.161 INFO STEP 774 (remove_files) COMPLETE
63482024-08-29T15:12:48.836Z[ recovery-image] Aug 29 15:12:47.162 INFO O| Aug 29 15:12:47.161 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-08-29T15:12:48.851Z[ recovery-image] Aug 29 15:12:47.179 INFO O| Aug 29 15:12:47.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
63502024-08-29T15:12:48.851Z[ recovery-image] Aug 29 15:12:47.179 INFO O| Aug 29 15:12:47.179 INFO STEP 775 (remove_files) COMPLETE
63512024-08-29T15:12:48.854Z[ recovery-image] Aug 29 15:12:47.179 INFO O| Aug 29 15:12:47.179 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-08-29T15:12:48.879Z[ recovery-image] Aug 29 15:12:47.206 INFO O| Aug 29 15:12:47.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
63532024-08-29T15:12:48.882Z[ recovery-image] Aug 29 15:12:47.206 INFO O| Aug 29 15:12:47.206 INFO STEP 776 (remove_files) COMPLETE
63542024-08-29T15:12:48.882Z[ recovery-image] Aug 29 15:12:47.207 INFO O| Aug 29 15:12:47.207 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-08-29T15:12:48.898Z[ recovery-image] Aug 29 15:12:47.225 INFO O| Aug 29 15:12:47.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
63562024-08-29T15:12:48.900Z[ recovery-image] Aug 29 15:12:47.225 INFO O| Aug 29 15:12:47.225 INFO STEP 777 (remove_files) COMPLETE
63572024-08-29T15:12:48.900Z[ recovery-image] Aug 29 15:12:47.226 INFO O| Aug 29 15:12:47.226 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-08-29T15:12:48.938Z[ recovery-image] Aug 29 15:12:47.265 INFO O| Aug 29 15:12:47.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
63592024-08-29T15:12:48.944Z[ recovery-image] Aug 29 15:12:47.265 INFO O| Aug 29 15:12:47.265 INFO STEP 778 (remove_files) COMPLETE
63602024-08-29T15:12:48.944Z[ recovery-image] Aug 29 15:12:47.266 INFO O| Aug 29 15:12:47.266 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-08-29T15:12:48.985Z[ recovery-image] Aug 29 15:12:47.312 INFO O| Aug 29 15:12:47.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
63622024-08-29T15:12:48.987Z[ recovery-image] Aug 29 15:12:47.312 INFO O| Aug 29 15:12:47.312 INFO STEP 779 (remove_files) COMPLETE
63632024-08-29T15:12:48.987Z[ recovery-image] Aug 29 15:12:47.313 INFO O| Aug 29 15:12:47.312 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-08-29T15:12:49.006Z[ recovery-image] Aug 29 15:12:47.333 INFO O| Aug 29 15:12:47.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
63652024-08-29T15:12:49.008Z[ recovery-image] Aug 29 15:12:47.334 INFO O| Aug 29 15:12:47.334 INFO STEP 780 (remove_files) COMPLETE
63662024-08-29T15:12:49.009Z[ recovery-image] Aug 29 15:12:47.334 INFO O| Aug 29 15:12:47.334 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-08-29T15:12:49.026Z[ recovery-image] Aug 29 15:12:47.354 INFO O| Aug 29 15:12:47.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
63682024-08-29T15:12:49.029Z[ recovery-image] Aug 29 15:12:47.354 INFO O| Aug 29 15:12:47.354 INFO STEP 781 (remove_files) COMPLETE
63692024-08-29T15:12:49.029Z[ recovery-image] Aug 29 15:12:47.354 INFO O| Aug 29 15:12:47.354 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-08-29T15:12:49.062Z[ recovery-image] Aug 29 15:12:47.372 INFO O| Aug 29 15:12:47.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
63712024-08-29T15:12:49.072Z[ recovery-image] Aug 29 15:12:47.373 INFO O| Aug 29 15:12:47.373 INFO STEP 782 (remove_files) COMPLETE
63722024-08-29T15:12:49.072Z[ recovery-image] Aug 29 15:12:47.373 INFO O| Aug 29 15:12:47.373 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-08-29T15:12:49.093Z[ recovery-image] Aug 29 15:12:47.421 INFO O| Aug 29 15:12:47.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
63742024-08-29T15:12:49.096Z[ recovery-image] Aug 29 15:12:47.421 INFO O| Aug 29 15:12:47.421 INFO STEP 783 (remove_files) COMPLETE
63752024-08-29T15:12:49.096Z[ recovery-image] Aug 29 15:12:47.421 INFO O| Aug 29 15:12:47.421 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-08-29T15:12:49.113Z[ recovery-image] Aug 29 15:12:47.440 INFO O| Aug 29 15:12:47.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
63772024-08-29T15:12:49.116Z[ recovery-image] Aug 29 15:12:47.441 INFO O| Aug 29 15:12:47.441 INFO STEP 784 (remove_files) COMPLETE
63782024-08-29T15:12:49.116Z[ recovery-image] Aug 29 15:12:47.441 INFO O| Aug 29 15:12:47.441 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-08-29T15:12:49.131Z[ recovery-image] Aug 29 15:12:47.459 INFO O| Aug 29 15:12:47.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
63802024-08-29T15:12:49.134Z[ recovery-image] Aug 29 15:12:47.459 INFO O| Aug 29 15:12:47.459 INFO STEP 785 (remove_files) COMPLETE
63812024-08-29T15:12:49.134Z[ recovery-image] Aug 29 15:12:47.459 INFO O| Aug 29 15:12:47.459 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-08-29T15:12:49.150Z[ recovery-image] Aug 29 15:12:47.477 INFO O| Aug 29 15:12:47.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
63832024-08-29T15:12:49.152Z[ recovery-image] Aug 29 15:12:47.477 INFO O| Aug 29 15:12:47.477 INFO STEP 786 (remove_files) COMPLETE
63842024-08-29T15:12:49.152Z[ recovery-image] Aug 29 15:12:47.477 INFO O| Aug 29 15:12:47.477 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-08-29T15:12:49.232Z[ recovery-image] Aug 29 15:12:47.559 INFO O| Aug 29 15:12:47.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
63862024-08-29T15:12:49.232Z[ recovery-image] Aug 29 15:12:47.559 INFO O| Aug 29 15:12:47.559 INFO STEP 787 (remove_files) COMPLETE
63872024-08-29T15:12:49.235Z[ recovery-image] Aug 29 15:12:47.559 INFO O| Aug 29 15:12:47.559 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-08-29T15:12:49.275Z[ recovery-image] Aug 29 15:12:47.601 INFO O| Aug 29 15:12:47.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
63892024-08-29T15:12:49.275Z[ recovery-image] Aug 29 15:12:47.601 INFO O| Aug 29 15:12:47.601 INFO STEP 788 (remove_files) COMPLETE
63902024-08-29T15:12:49.275Z[ recovery-image] Aug 29 15:12:47.601 INFO O| Aug 29 15:12:47.601 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-08-29T15:12:49.314Z[ recovery-image] Aug 29 15:12:47.641 INFO O| Aug 29 15:12:47.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
63922024-08-29T15:12:49.316Z[ recovery-image] Aug 29 15:12:47.641 INFO O| Aug 29 15:12:47.641 INFO STEP 789 (remove_files) COMPLETE
63932024-08-29T15:12:49.316Z[ recovery-image] Aug 29 15:12:47.641 INFO O| Aug 29 15:12:47.641 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-08-29T15:12:49.370Z[ recovery-image] Aug 29 15:12:47.697 INFO O| Aug 29 15:12:47.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
63952024-08-29T15:12:49.370Z[ recovery-image] Aug 29 15:12:47.697 INFO O| Aug 29 15:12:47.697 INFO STEP 790 (remove_files) COMPLETE
63962024-08-29T15:12:49.372Z[ recovery-image] Aug 29 15:12:47.697 INFO O| Aug 29 15:12:47.697 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-08-29T15:12:49.387Z[ recovery-image] Aug 29 15:12:47.714 INFO O| Aug 29 15:12:47.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
63982024-08-29T15:12:49.387Z[ recovery-image] Aug 29 15:12:47.714 INFO O| Aug 29 15:12:47.714 INFO STEP 791 (remove_files) COMPLETE
63992024-08-29T15:12:49.390Z[ recovery-image] Aug 29 15:12:47.715 INFO O| Aug 29 15:12:47.714 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-08-29T15:12:49.419Z[ recovery-image] Aug 29 15:12:47.746 INFO O| Aug 29 15:12:47.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
64012024-08-29T15:12:49.421Z[ recovery-image] Aug 29 15:12:47.746 INFO O| Aug 29 15:12:47.746 INFO STEP 792 (remove_files) COMPLETE
64022024-08-29T15:12:49.421Z[ recovery-image] Aug 29 15:12:47.746 INFO O| Aug 29 15:12:47.746 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-08-29T15:12:49.438Z[ recovery-image] Aug 29 15:12:47.765 INFO O| Aug 29 15:12:47.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
64042024-08-29T15:12:49.440Z[ recovery-image] Aug 29 15:12:47.765 INFO O| Aug 29 15:12:47.765 INFO STEP 793 (remove_files) COMPLETE
64052024-08-29T15:12:49.440Z[ recovery-image] Aug 29 15:12:47.765 INFO O| Aug 29 15:12:47.765 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-08-29T15:12:49.456Z[ recovery-image] Aug 29 15:12:47.783 INFO O| Aug 29 15:12:47.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
64072024-08-29T15:12:49.458Z[ recovery-image] Aug 29 15:12:47.783 INFO O| Aug 29 15:12:47.783 INFO STEP 794 (remove_files) COMPLETE
64082024-08-29T15:12:49.458Z[ recovery-image] Aug 29 15:12:47.783 INFO O| Aug 29 15:12:47.783 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-08-29T15:12:49.497Z[ recovery-image] Aug 29 15:12:47.824 INFO O| Aug 29 15:12:47.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64102024-08-29T15:12:49.497Z[ recovery-image] Aug 29 15:12:47.824 INFO O| Aug 29 15:12:47.824 INFO STEP 795 (remove_files) COMPLETE
64112024-08-29T15:12:49.499Z[ recovery-image] Aug 29 15:12:47.824 INFO O| Aug 29 15:12:47.824 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-08-29T15:12:49.537Z[ recovery-image] Aug 29 15:12:47.864 INFO O| Aug 29 15:12:47.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64132024-08-29T15:12:49.537Z[ recovery-image] Aug 29 15:12:47.864 INFO O| Aug 29 15:12:47.864 INFO STEP 796 (remove_files) COMPLETE
64142024-08-29T15:12:49.537Z[ recovery-image] Aug 29 15:12:47.864 INFO O| Aug 29 15:12:47.864 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-08-29T15:12:49.556Z[ recovery-image] Aug 29 15:12:47.883 INFO O| Aug 29 15:12:47.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64162024-08-29T15:12:49.556Z[ recovery-image] Aug 29 15:12:47.883 INFO O| Aug 29 15:12:47.883 INFO STEP 797 (remove_files) COMPLETE
64172024-08-29T15:12:49.556Z[ recovery-image] Aug 29 15:12:47.884 INFO O| Aug 29 15:12:47.883 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-08-29T15:12:49.585Z[ recovery-image] Aug 29 15:12:47.912 INFO O| Aug 29 15:12:47.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64192024-08-29T15:12:49.585Z[ recovery-image] Aug 29 15:12:47.912 INFO O| Aug 29 15:12:47.912 INFO STEP 798 (remove_files) COMPLETE
64202024-08-29T15:12:49.585Z[ recovery-image] Aug 29 15:12:47.912 INFO O| Aug 29 15:12:47.912 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-08-29T15:12:49.604Z[ recovery-image] Aug 29 15:12:47.931 INFO O| Aug 29 15:12:47.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64222024-08-29T15:12:49.604Z[ recovery-image] Aug 29 15:12:47.932 INFO O| Aug 29 15:12:47.931 INFO STEP 799 (remove_files) COMPLETE
64232024-08-29T15:12:49.607Z[ recovery-image] Aug 29 15:12:47.932 INFO O| Aug 29 15:12:47.932 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-08-29T15:12:49.662Z[ recovery-image] Aug 29 15:12:47.989 INFO O| Aug 29 15:12:47.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
64252024-08-29T15:12:49.665Z[ recovery-image] Aug 29 15:12:47.989 INFO O| Aug 29 15:12:47.989 INFO STEP 800 (remove_files) COMPLETE
64262024-08-29T15:12:49.665Z[ recovery-image] Aug 29 15:12:47.989 INFO O| Aug 29 15:12:47.989 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-08-29T15:12:49.688Z[ recovery-image] Aug 29 15:12:48.015 INFO O| Aug 29 15:12:48.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
64282024-08-29T15:12:49.691Z[ recovery-image] Aug 29 15:12:48.015 INFO O| Aug 29 15:12:48.015 INFO STEP 801 (remove_files) COMPLETE
64292024-08-29T15:12:49.691Z[ recovery-image] Aug 29 15:12:48.015 INFO O| Aug 29 15:12:48.015 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-08-29T15:12:49.706Z[ recovery-image] Aug 29 15:12:48.033 INFO O| Aug 29 15:12:48.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
64312024-08-29T15:12:49.706Z[ recovery-image] Aug 29 15:12:48.033 INFO O| Aug 29 15:12:48.033 INFO STEP 802 (remove_files) COMPLETE
64322024-08-29T15:12:49.709Z[ recovery-image] Aug 29 15:12:48.033 INFO O| Aug 29 15:12:48.033 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-08-29T15:12:49.728Z[ recovery-image] Aug 29 15:12:48.055 INFO O| Aug 29 15:12:48.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
64342024-08-29T15:12:49.728Z[ recovery-image] Aug 29 15:12:48.055 INFO O| Aug 29 15:12:48.055 INFO STEP 803 (remove_files) COMPLETE
64352024-08-29T15:12:49.731Z[ recovery-image] Aug 29 15:12:48.055 INFO O| Aug 29 15:12:48.055 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-08-29T15:12:49.760Z[ recovery-image] Aug 29 15:12:48.087 INFO O| Aug 29 15:12:48.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
64372024-08-29T15:12:49.760Z[ recovery-image] Aug 29 15:12:48.087 INFO O| Aug 29 15:12:48.087 INFO STEP 804 (remove_files) COMPLETE
64382024-08-29T15:12:49.760Z[ recovery-image] Aug 29 15:12:48.087 INFO O| Aug 29 15:12:48.087 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-08-29T15:12:49.778Z[ recovery-image] Aug 29 15:12:48.105 INFO O| Aug 29 15:12:48.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
64402024-08-29T15:12:49.778Z[ recovery-image] Aug 29 15:12:48.105 INFO O| Aug 29 15:12:48.105 INFO STEP 805 (remove_files) COMPLETE
64412024-08-29T15:12:49.778Z[ recovery-image] Aug 29 15:12:48.105 INFO O| Aug 29 15:12:48.105 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-08-29T15:12:49.840Z[ recovery-image] Aug 29 15:12:48.167 INFO O| Aug 29 15:12:48.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
64432024-08-29T15:12:49.840Z[ recovery-image] Aug 29 15:12:48.167 INFO O| Aug 29 15:12:48.167 INFO STEP 806 (remove_files) COMPLETE
64442024-08-29T15:12:49.842Z[ recovery-image] Aug 29 15:12:48.167 INFO O| Aug 29 15:12:48.167 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-08-29T15:12:49.857Z[ recovery-image] Aug 29 15:12:48.184 INFO O| Aug 29 15:12:48.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
64462024-08-29T15:12:49.857Z[ recovery-image] Aug 29 15:12:48.184 INFO O| Aug 29 15:12:48.184 INFO STEP 807 (remove_files) COMPLETE
64472024-08-29T15:12:49.857Z[ recovery-image] Aug 29 15:12:48.184 INFO O| Aug 29 15:12:48.184 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-08-29T15:12:49.874Z[ recovery-image] Aug 29 15:12:48.201 INFO O| Aug 29 15:12:48.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
64492024-08-29T15:12:49.874Z[ recovery-image] Aug 29 15:12:48.201 INFO O| Aug 29 15:12:48.201 INFO STEP 808 (remove_files) COMPLETE
64502024-08-29T15:12:49.876Z[ recovery-image] Aug 29 15:12:48.201 INFO O| Aug 29 15:12:48.201 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-08-29T15:12:49.892Z[ recovery-image] Aug 29 15:12:48.219 INFO O| Aug 29 15:12:48.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
64522024-08-29T15:12:49.892Z[ recovery-image] Aug 29 15:12:48.219 INFO O| Aug 29 15:12:48.219 INFO STEP 809 (remove_files) COMPLETE
64532024-08-29T15:12:49.892Z[ recovery-image] Aug 29 15:12:48.219 INFO O| Aug 29 15:12:48.219 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-08-29T15:12:49.951Z[ recovery-image] Aug 29 15:12:48.278 INFO O| Aug 29 15:12:48.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
64552024-08-29T15:12:49.951Z[ recovery-image] Aug 29 15:12:48.278 INFO O| Aug 29 15:12:48.278 INFO STEP 810 (remove_files) COMPLETE
64562024-08-29T15:12:49.954Z[ recovery-image] Aug 29 15:12:48.278 INFO O| Aug 29 15:12:48.278 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-08-29T15:12:49.971Z[ recovery-image] Aug 29 15:12:48.297 INFO O| Aug 29 15:12:48.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
64582024-08-29T15:12:49.971Z[ recovery-image] Aug 29 15:12:48.297 INFO O| Aug 29 15:12:48.297 INFO STEP 811 (remove_files) COMPLETE
64592024-08-29T15:12:49.971Z[ recovery-image] Aug 29 15:12:48.297 INFO O| Aug 29 15:12:48.297 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-08-29T15:12:49.989Z[ recovery-image] Aug 29 15:12:48.317 INFO O| Aug 29 15:12:48.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
64612024-08-29T15:12:49.989Z[ recovery-image] Aug 29 15:12:48.317 INFO O| Aug 29 15:12:48.317 INFO STEP 812 (remove_files) COMPLETE
64622024-08-29T15:12:49.989Z[ recovery-image] Aug 29 15:12:48.317 INFO O| Aug 29 15:12:48.317 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-08-29T15:12:50.014Z[ recovery-image] Aug 29 15:12:48.341 INFO O| Aug 29 15:12:48.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
64642024-08-29T15:12:50.016Z[ recovery-image] Aug 29 15:12:48.341 INFO O| Aug 29 15:12:48.341 INFO STEP 813 (remove_files) COMPLETE
64652024-08-29T15:12:50.016Z[ recovery-image] Aug 29 15:12:48.341 INFO O| Aug 29 15:12:48.341 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-08-29T15:12:50.034Z[ recovery-image] Aug 29 15:12:48.361 INFO O| Aug 29 15:12:48.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
64672024-08-29T15:12:50.036Z[ recovery-image] Aug 29 15:12:48.361 INFO O| Aug 29 15:12:48.361 INFO STEP 814 (remove_files) COMPLETE
64682024-08-29T15:12:50.036Z[ recovery-image] Aug 29 15:12:48.361 INFO O| Aug 29 15:12:48.361 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-08-29T15:12:50.070Z[ recovery-image] Aug 29 15:12:48.397 INFO O| Aug 29 15:12:48.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
64702024-08-29T15:12:50.073Z[ recovery-image] Aug 29 15:12:48.398 INFO O| Aug 29 15:12:48.397 INFO STEP 815 (remove_files) COMPLETE
64712024-08-29T15:12:50.073Z[ recovery-image] Aug 29 15:12:48.398 INFO O| Aug 29 15:12:48.398 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-08-29T15:12:50.092Z[ recovery-image] Aug 29 15:12:48.419 INFO O| Aug 29 15:12:48.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
64732024-08-29T15:12:50.092Z[ recovery-image] Aug 29 15:12:48.419 INFO O| Aug 29 15:12:48.419 INFO STEP 816 (remove_files) COMPLETE
64742024-08-29T15:12:50.094Z[ recovery-image] Aug 29 15:12:48.419 INFO O| Aug 29 15:12:48.419 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-08-29T15:12:50.113Z[ recovery-image] Aug 29 15:12:48.439 INFO O| Aug 29 15:12:48.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
64762024-08-29T15:12:50.115Z[ recovery-image] Aug 29 15:12:48.440 INFO O| Aug 29 15:12:48.439 INFO STEP 817 (remove_files) COMPLETE
64772024-08-29T15:12:50.116Z[ recovery-image] Aug 29 15:12:48.440 INFO O| Aug 29 15:12:48.440 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-08-29T15:12:50.133Z[ recovery-image] Aug 29 15:12:48.460 INFO O| Aug 29 15:12:48.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
64792024-08-29T15:12:50.133Z[ recovery-image] Aug 29 15:12:48.460 INFO O| Aug 29 15:12:48.460 INFO STEP 818 (remove_files) COMPLETE
64802024-08-29T15:12:50.136Z[ recovery-image] Aug 29 15:12:48.460 INFO O| Aug 29 15:12:48.460 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-08-29T15:12:50.153Z[ recovery-image] Aug 29 15:12:48.480 INFO O| Aug 29 15:12:48.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
64822024-08-29T15:12:50.153Z[ recovery-image] Aug 29 15:12:48.480 INFO O| Aug 29 15:12:48.480 INFO STEP 819 (remove_files) COMPLETE
64832024-08-29T15:12:50.156Z[ recovery-image] Aug 29 15:12:48.481 INFO O| Aug 29 15:12:48.480 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-08-29T15:12:50.174Z[ recovery-image] Aug 29 15:12:48.501 INFO O| Aug 29 15:12:48.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
64852024-08-29T15:12:50.177Z[ recovery-image] Aug 29 15:12:48.502 INFO O| Aug 29 15:12:48.502 INFO STEP 820 (remove_files) COMPLETE
64862024-08-29T15:12:50.178Z[ recovery-image] Aug 29 15:12:48.502 INFO O| Aug 29 15:12:48.502 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-08-29T15:12:50.196Z[ recovery-image] Aug 29 15:12:48.523 INFO O| Aug 29 15:12:48.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
64882024-08-29T15:12:50.198Z[ recovery-image] Aug 29 15:12:48.523 INFO O| Aug 29 15:12:48.523 INFO STEP 821 (remove_files) COMPLETE
64892024-08-29T15:12:50.198Z[ recovery-image] Aug 29 15:12:48.523 INFO O| Aug 29 15:12:48.523 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-08-29T15:12:50.305Z[ recovery-image] Aug 29 15:12:48.632 INFO O| Aug 29 15:12:48.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
64912024-08-29T15:12:50.308Z[ recovery-image] Aug 29 15:12:48.632 INFO O| Aug 29 15:12:48.632 INFO STEP 822 (remove_files) COMPLETE
64922024-08-29T15:12:50.308Z[ recovery-image] Aug 29 15:12:48.633 INFO O| Aug 29 15:12:48.633 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-08-29T15:12:50.324Z[ recovery-image] Aug 29 15:12:48.651 INFO O| Aug 29 15:12:48.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
64942024-08-29T15:12:50.328Z[ recovery-image] Aug 29 15:12:48.652 INFO O| Aug 29 15:12:48.652 INFO STEP 823 (remove_files) COMPLETE
64952024-08-29T15:12:50.328Z[ recovery-image] Aug 29 15:12:48.652 INFO O| Aug 29 15:12:48.652 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-08-29T15:12:50.344Z[ recovery-image] Aug 29 15:12:48.670 INFO O| Aug 29 15:12:48.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
64972024-08-29T15:12:50.344Z[ recovery-image] Aug 29 15:12:48.671 INFO O| Aug 29 15:12:48.671 INFO STEP 824 (remove_files) COMPLETE
64982024-08-29T15:12:50.344Z[ recovery-image] Aug 29 15:12:48.671 INFO O| Aug 29 15:12:48.671 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-08-29T15:12:50.399Z[ recovery-image] Aug 29 15:12:48.725 INFO O| Aug 29 15:12:48.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
65002024-08-29T15:12:50.399Z[ recovery-image] Aug 29 15:12:48.725 INFO O| Aug 29 15:12:48.725 INFO STEP 825 (remove_files) COMPLETE
65012024-08-29T15:12:50.399Z[ recovery-image] Aug 29 15:12:48.725 INFO O| Aug 29 15:12:48.725 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-08-29T15:12:50.416Z[ recovery-image] Aug 29 15:12:48.743 INFO O| Aug 29 15:12:48.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
65032024-08-29T15:12:50.416Z[ recovery-image] Aug 29 15:12:48.743 INFO O| Aug 29 15:12:48.743 INFO STEP 826 (remove_files) COMPLETE
65042024-08-29T15:12:50.416Z[ recovery-image] Aug 29 15:12:48.743 INFO O| Aug 29 15:12:48.743 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-08-29T15:12:50.435Z[ recovery-image] Aug 29 15:12:48.760 INFO O| Aug 29 15:12:48.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
65062024-08-29T15:12:50.435Z[ recovery-image] Aug 29 15:12:48.760 INFO O| Aug 29 15:12:48.760 INFO STEP 827 (remove_files) COMPLETE
65072024-08-29T15:12:50.435Z[ recovery-image] Aug 29 15:12:48.760 INFO O| Aug 29 15:12:48.760 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-08-29T15:12:50.451Z[ recovery-image] Aug 29 15:12:48.777 INFO O| Aug 29 15:12:48.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65092024-08-29T15:12:50.451Z[ recovery-image] Aug 29 15:12:48.778 INFO O| Aug 29 15:12:48.777 INFO STEP 828 (remove_files) COMPLETE
65102024-08-29T15:12:50.451Z[ recovery-image] Aug 29 15:12:48.778 INFO O| Aug 29 15:12:48.778 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-08-29T15:12:50.476Z[ recovery-image] Aug 29 15:12:48.803 INFO O| Aug 29 15:12:48.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65122024-08-29T15:12:50.479Z[ recovery-image] Aug 29 15:12:48.803 INFO O| Aug 29 15:12:48.803 INFO STEP 829 (remove_files) COMPLETE
65132024-08-29T15:12:50.479Z[ recovery-image] Aug 29 15:12:48.804 INFO O| Aug 29 15:12:48.804 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-08-29T15:12:50.495Z[ recovery-image] Aug 29 15:12:48.822 INFO O| Aug 29 15:12:48.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
65152024-08-29T15:12:50.498Z[ recovery-image] Aug 29 15:12:48.823 INFO O| Aug 29 15:12:48.822 INFO STEP 830 (remove_files) COMPLETE
65162024-08-29T15:12:50.498Z[ recovery-image] Aug 29 15:12:48.823 INFO O| Aug 29 15:12:48.823 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-08-29T15:12:50.514Z[ recovery-image] Aug 29 15:12:48.841 INFO O| Aug 29 15:12:48.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65182024-08-29T15:12:50.516Z[ recovery-image] Aug 29 15:12:48.841 INFO O| Aug 29 15:12:48.841 INFO STEP 831 (remove_files) COMPLETE
65192024-08-29T15:12:50.516Z[ recovery-image] Aug 29 15:12:48.841 INFO O| Aug 29 15:12:48.841 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-08-29T15:12:50.555Z[ recovery-image] Aug 29 15:12:48.882 INFO O| Aug 29 15:12:48.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65212024-08-29T15:12:50.555Z[ recovery-image] Aug 29 15:12:48.882 INFO O| Aug 29 15:12:48.882 INFO STEP 832 (remove_files) COMPLETE
65222024-08-29T15:12:50.555Z[ recovery-image] Aug 29 15:12:48.882 INFO O| Aug 29 15:12:48.882 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-08-29T15:12:50.574Z[ host-image] Aug 29 15:12:48.901 INFO O| Aug 29 15:12:48.901 INFO O| Planning: Solver setup ... Done
65242024-08-29T15:12:50.574Z[ recovery-image] Aug 29 15:12:48.901 INFO O| Aug 29 15:12:48.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
65252024-08-29T15:12:50.577Z[ recovery-image] Aug 29 15:12:48.901 INFO O| Aug 29 15:12:48.901 INFO STEP 833 (remove_files) COMPLETE
65262024-08-29T15:12:50.577Z[ recovery-image] Aug 29 15:12:48.901 INFO O| Aug 29 15:12:48.901 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-08-29T15:12:50.581Z[ host-image] Aug 29 15:12:48.908 INFO O| Aug 29 15:12:48.908 INFO O| Planning: Running solver ... Done
65282024-08-29T15:12:50.593Z[ recovery-image] Aug 29 15:12:48.920 INFO O| Aug 29 15:12:48.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
65292024-08-29T15:12:50.593Z[ recovery-image] Aug 29 15:12:48.920 INFO O| Aug 29 15:12:48.920 INFO STEP 834 (remove_files) COMPLETE
65302024-08-29T15:12:50.595Z[ recovery-image] Aug 29 15:12:48.920 INFO O| Aug 29 15:12:48.920 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-08-29T15:12:50.613Z[ recovery-image] Aug 29 15:12:48.939 INFO O| Aug 29 15:12:48.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65322024-08-29T15:12:50.613Z[ recovery-image] Aug 29 15:12:48.939 INFO O| Aug 29 15:12:48.939 INFO STEP 835 (remove_files) COMPLETE
65332024-08-29T15:12:50.615Z[ recovery-image] Aug 29 15:12:48.939 INFO O| Aug 29 15:12:48.939 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-08-29T15:12:50.652Z[ host-image] Aug 29 15:12:48.979 INFO O| Aug 29 15:12:48.979 INFO O| Planning: Finding local manifests ... Done
65352024-08-29T15:12:50.655Z[ host-image] Aug 29 15:12:48.980 INFO O| Aug 29 15:12:48.980 INFO O| Planning: Fetching manifests: 0/1 0% complete
65362024-08-29T15:12:50.677Z[ recovery-image] Aug 29 15:12:49.003 INFO O| Aug 29 15:12:49.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
65372024-08-29T15:12:50.677Z[ recovery-image] Aug 29 15:12:49.003 INFO O| Aug 29 15:12:49.003 INFO STEP 836 (remove_files) COMPLETE
65382024-08-29T15:12:50.680Z[ recovery-image] Aug 29 15:12:49.003 INFO O| Aug 29 15:12:49.003 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-08-29T15:12:50.696Z[ recovery-image] Aug 29 15:12:49.023 INFO O| Aug 29 15:12:49.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
65402024-08-29T15:12:50.696Z[ recovery-image] Aug 29 15:12:49.023 INFO O| Aug 29 15:12:49.023 INFO STEP 837 (remove_files) COMPLETE
65412024-08-29T15:12:50.696Z[ recovery-image] Aug 29 15:12:49.023 INFO O| Aug 29 15:12:49.023 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-08-29T15:12:50.736Z[ recovery-image] Aug 29 15:12:49.063 INFO O| Aug 29 15:12:49.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
65432024-08-29T15:12:50.736Z[ recovery-image] Aug 29 15:12:49.063 INFO O| Aug 29 15:12:49.063 INFO STEP 838 (remove_files) COMPLETE
65442024-08-29T15:12:50.736Z[ recovery-image] Aug 29 15:12:49.063 INFO O| Aug 29 15:12:49.063 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-08-29T15:12:50.767Z[ recovery-image] Aug 29 15:12:49.093 INFO O| Aug 29 15:12:49.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
65462024-08-29T15:12:50.769Z[ recovery-image] Aug 29 15:12:49.094 INFO O| Aug 29 15:12:49.093 INFO STEP 839 (remove_files) COMPLETE
65472024-08-29T15:12:50.769Z[ recovery-image] Aug 29 15:12:49.094 INFO O| Aug 29 15:12:49.094 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-08-29T15:12:50.808Z[ host-image] Aug 29 15:12:49.135 INFO O| Aug 29 15:12:49.135 INFO O| Planning: Fetching manifests: 1/1 100% complete
65492024-08-29T15:12:50.830Z[ recovery-image] Aug 29 15:12:49.157 INFO O| Aug 29 15:12:49.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
65502024-08-29T15:12:50.830Z[ recovery-image] Aug 29 15:12:49.157 INFO O| Aug 29 15:12:49.157 INFO STEP 840 (remove_files) COMPLETE
65512024-08-29T15:12:50.833Z[ recovery-image] Aug 29 15:12:49.157 INFO O| Aug 29 15:12:49.157 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-08-29T15:12:50.837Z[ host-image] Aug 29 15:12:49.165 INFO O| Aug 29 15:12:49.165 INFO O| Planning: Package planning ... Done
65532024-08-29T15:12:50.840Z[ host-image] Aug 29 15:12:49.165 INFO O| Aug 29 15:12:49.165 INFO O| Planning: Merging actions ... Done
65542024-08-29T15:12:50.878Z[ recovery-image] Aug 29 15:12:49.205 INFO O| Aug 29 15:12:49.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
65552024-08-29T15:12:50.878Z[ recovery-image] Aug 29 15:12:49.205 INFO O| Aug 29 15:12:49.205 INFO STEP 841 (remove_files) COMPLETE
65562024-08-29T15:12:50.881Z[ recovery-image] Aug 29 15:12:49.205 INFO O| Aug 29 15:12:49.205 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-08-29T15:12:50.914Z[ recovery-image] Aug 29 15:12:49.241 INFO O| Aug 29 15:12:49.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
65582024-08-29T15:12:50.914Z[ recovery-image] Aug 29 15:12:49.241 INFO O| Aug 29 15:12:49.241 INFO STEP 842 (remove_files) COMPLETE
65592024-08-29T15:12:50.914Z[ recovery-image] Aug 29 15:12:49.241 INFO O| Aug 29 15:12:49.241 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-08-29T15:12:50.934Z[ recovery-image] Aug 29 15:12:49.261 INFO O| Aug 29 15:12:49.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
65612024-08-29T15:12:50.937Z[ recovery-image] Aug 29 15:12:49.261 INFO O| Aug 29 15:12:49.261 INFO STEP 843 (remove_files) COMPLETE
65622024-08-29T15:12:50.937Z[ recovery-image] Aug 29 15:12:49.262 INFO O| Aug 29 15:12:49.262 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-08-29T15:12:50.954Z[ recovery-image] Aug 29 15:12:49.281 INFO O| Aug 29 15:12:49.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
65642024-08-29T15:12:50.957Z[ recovery-image] Aug 29 15:12:49.281 INFO O| Aug 29 15:12:49.281 INFO STEP 844 (remove_files) COMPLETE
65652024-08-29T15:12:50.958Z[ recovery-image] Aug 29 15:12:49.281 INFO O| Aug 29 15:12:49.281 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-08-29T15:12:50.973Z[ recovery-image] Aug 29 15:12:49.300 INFO O| Aug 29 15:12:49.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
65672024-08-29T15:12:50.976Z[ recovery-image] Aug 29 15:12:49.300 INFO O| Aug 29 15:12:49.300 INFO STEP 845 (remove_files) COMPLETE
65682024-08-29T15:12:50.976Z[ recovery-image] Aug 29 15:12:49.300 INFO O| Aug 29 15:12:49.300 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-08-29T15:12:50.984Z[ host-image] Aug 29 15:12:49.310 INFO O| Aug 29 15:12:49.310 INFO O| Planning: Checking for conflicting actions ... Done
65702024-08-29T15:12:50.986Z[ host-image] Aug 29 15:12:49.311 INFO O| Aug 29 15:12:49.311 INFO O| Planning: Consolidating action changes ... Done
65712024-08-29T15:12:50.993Z[ recovery-image] Aug 29 15:12:49.320 INFO O| Aug 29 15:12:49.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
65722024-08-29T15:12:50.995Z[ recovery-image] Aug 29 15:12:49.320 INFO O| Aug 29 15:12:49.320 INFO STEP 846 (remove_files) COMPLETE
65732024-08-29T15:12:50.995Z[ recovery-image] Aug 29 15:12:49.320 INFO O| Aug 29 15:12:49.320 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-08-29T15:12:51.050Z[ recovery-image] Aug 29 15:12:49.376 INFO O| Aug 29 15:12:49.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
65752024-08-29T15:12:51.052Z[ recovery-image] Aug 29 15:12:49.377 INFO O| Aug 29 15:12:49.377 INFO STEP 847 (remove_files) COMPLETE
65762024-08-29T15:12:51.052Z[ recovery-image] Aug 29 15:12:49.377 INFO O| Aug 29 15:12:49.377 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-08-29T15:12:51.072Z[ recovery-image] Aug 29 15:12:49.399 INFO O| Aug 29 15:12:49.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
65782024-08-29T15:12:51.090Z[ recovery-image] Aug 29 15:12:49.417 INFO O| Aug 29 15:12:49.417 INFO STEP 848 (remove_files) COMPLETE
65792024-08-29T15:12:51.090Z[ recovery-image] Aug 29 15:12:49.417 INFO O| Aug 29 15:12:49.417 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-08-29T15:12:51.144Z[ recovery-image] Aug 29 15:12:49.471 INFO O| Aug 29 15:12:49.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
65812024-08-29T15:12:51.147Z[ recovery-image] Aug 29 15:12:49.471 INFO O| Aug 29 15:12:49.471 INFO STEP 849 (remove_files) COMPLETE
65822024-08-29T15:12:51.147Z[ recovery-image] Aug 29 15:12:49.471 INFO O| Aug 29 15:12:49.471 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-08-29T15:12:51.160Z[ recovery-image] Aug 29 15:12:49.487 INFO O| Aug 29 15:12:49.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
65842024-08-29T15:12:51.163Z[ recovery-image] Aug 29 15:12:49.488 INFO O| Aug 29 15:12:49.487 INFO STEP 850 (remove_files) COMPLETE
65852024-08-29T15:12:51.163Z[ recovery-image] Aug 29 15:12:49.488 INFO O| Aug 29 15:12:49.488 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-08-29T15:12:51.176Z[ recovery-image] Aug 29 15:12:49.503 INFO O| Aug 29 15:12:49.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
65872024-08-29T15:12:51.176Z[ recovery-image] Aug 29 15:12:49.503 INFO O| Aug 29 15:12:49.503 INFO STEP 851 (remove_files) COMPLETE
65882024-08-29T15:12:51.176Z[ recovery-image] Aug 29 15:12:49.503 INFO O| Aug 29 15:12:49.503 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-08-29T15:12:51.193Z[ recovery-image] Aug 29 15:12:49.520 INFO O| Aug 29 15:12:49.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
65902024-08-29T15:12:51.193Z[ recovery-image] Aug 29 15:12:49.520 INFO O| Aug 29 15:12:49.520 INFO STEP 852 (remove_files) COMPLETE
65912024-08-29T15:12:51.193Z[ recovery-image] Aug 29 15:12:49.520 INFO O| Aug 29 15:12:49.520 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-08-29T15:12:51.211Z[ recovery-image] Aug 29 15:12:49.538 INFO O| Aug 29 15:12:49.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
65932024-08-29T15:12:51.211Z[ recovery-image] Aug 29 15:12:49.538 INFO O| Aug 29 15:12:49.538 INFO STEP 853 (remove_files) COMPLETE
65942024-08-29T15:12:51.211Z[ recovery-image] Aug 29 15:12:49.538 INFO O| Aug 29 15:12:49.538 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-08-29T15:12:51.226Z[ recovery-image] Aug 29 15:12:49.553 INFO O| Aug 29 15:12:49.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
65962024-08-29T15:12:51.226Z[ recovery-image] Aug 29 15:12:49.553 INFO O| Aug 29 15:12:49.553 INFO STEP 854 (remove_files) COMPLETE
65972024-08-29T15:12:51.229Z[ recovery-image] Aug 29 15:12:49.553 INFO O| Aug 29 15:12:49.553 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-08-29T15:12:51.252Z[ recovery-image] Aug 29 15:12:49.577 INFO O| Aug 29 15:12:49.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
65992024-08-29T15:12:51.254Z[ recovery-image] Aug 29 15:12:49.577 INFO O| Aug 29 15:12:49.577 INFO STEP 855 (remove_files) COMPLETE
66002024-08-29T15:12:51.254Z[ recovery-image] Aug 29 15:12:49.577 INFO O| Aug 29 15:12:49.577 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-08-29T15:12:51.268Z[ recovery-image] Aug 29 15:12:49.595 INFO O| Aug 29 15:12:49.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66022024-08-29T15:12:51.271Z[ recovery-image] Aug 29 15:12:49.595 INFO O| Aug 29 15:12:49.595 INFO STEP 856 (remove_files) COMPLETE
66032024-08-29T15:12:51.271Z[ recovery-image] Aug 29 15:12:49.596 INFO O| Aug 29 15:12:49.595 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-08-29T15:12:51.286Z[ recovery-image] Aug 29 15:12:49.612 INFO O| Aug 29 15:12:49.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
66052024-08-29T15:12:51.288Z[ recovery-image] Aug 29 15:12:49.612 INFO O| Aug 29 15:12:49.612 INFO STEP 857 (remove_files) COMPLETE
66062024-08-29T15:12:51.288Z[ recovery-image] Aug 29 15:12:49.612 INFO O| Aug 29 15:12:49.612 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-08-29T15:12:51.315Z[ recovery-image] Aug 29 15:12:49.641 INFO O| Aug 29 15:12:49.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
66082024-08-29T15:12:51.315Z[ recovery-image] Aug 29 15:12:49.642 INFO O| Aug 29 15:12:49.642 INFO STEP 858 (remove_files) COMPLETE
66092024-08-29T15:12:51.315Z[ recovery-image] Aug 29 15:12:49.642 INFO O| Aug 29 15:12:49.642 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-08-29T15:12:51.350Z[ recovery-image] Aug 29 15:12:49.676 INFO O| Aug 29 15:12:49.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
66112024-08-29T15:12:51.352Z[ recovery-image] Aug 29 15:12:49.677 INFO O| Aug 29 15:12:49.676 INFO STEP 859 (remove_files) COMPLETE
66122024-08-29T15:12:51.352Z[ recovery-image] Aug 29 15:12:49.677 INFO O| Aug 29 15:12:49.677 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-08-29T15:12:51.389Z[ recovery-image] Aug 29 15:12:49.716 INFO O| Aug 29 15:12:49.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
66142024-08-29T15:12:51.389Z[ recovery-image] Aug 29 15:12:49.716 INFO O| Aug 29 15:12:49.716 INFO STEP 860 (remove_files) COMPLETE
66152024-08-29T15:12:51.389Z[ recovery-image] Aug 29 15:12:49.716 INFO O| Aug 29 15:12:49.716 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-08-29T15:12:51.409Z[ host-image] Aug 29 15:12:49.736 INFO O| Aug 29 15:12:49.736 INFO O| Planning: Evaluating mediators ... Done
66172024-08-29T15:12:51.412Z[ host-image] Aug 29 15:12:49.737 INFO O| Aug 29 15:12:49.737 INFO O| Planning: Planning completed in 4.06 seconds
66182024-08-29T15:12:51.414Z[ host-image] Aug 29 15:12:49.739 INFO O| Aug 29 15:12:49.739 INFO O| Packages to install: 1
66192024-08-29T15:12:51.427Z[ recovery-image] Aug 29 15:12:49.753 INFO O| Aug 29 15:12:49.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66202024-08-29T15:12:51.427Z[ recovery-image] Aug 29 15:12:49.754 INFO O| Aug 29 15:12:49.754 INFO STEP 861 (remove_files) COMPLETE
66212024-08-29T15:12:51.427Z[ recovery-image] Aug 29 15:12:49.754 INFO O| Aug 29 15:12:49.754 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-08-29T15:12:51.448Z[ recovery-image] Aug 29 15:12:49.774 INFO O| Aug 29 15:12:49.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66232024-08-29T15:12:51.448Z[ recovery-image] Aug 29 15:12:49.774 INFO O| Aug 29 15:12:49.774 INFO STEP 862 (remove_files) COMPLETE
66242024-08-29T15:12:51.448Z[ recovery-image] Aug 29 15:12:49.774 INFO O| Aug 29 15:12:49.774 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-08-29T15:12:51.453Z[ host-image] Aug 29 15:12:49.780 INFO O| Aug 29 15:12:49.780 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
66262024-08-29T15:12:51.474Z[ recovery-image] Aug 29 15:12:49.801 INFO O| Aug 29 15:12:49.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66272024-08-29T15:12:51.474Z[ recovery-image] Aug 29 15:12:49.801 INFO O| Aug 29 15:12:49.801 INFO STEP 863 (remove_files) COMPLETE
66282024-08-29T15:12:51.474Z[ recovery-image] Aug 29 15:12:49.801 INFO O| Aug 29 15:12:49.801 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-08-29T15:12:51.494Z[ recovery-image] Aug 29 15:12:49.820 INFO O| Aug 29 15:12:49.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66302024-08-29T15:12:51.494Z[ recovery-image] Aug 29 15:12:49.820 INFO O| Aug 29 15:12:49.820 INFO STEP 864 (remove_files) COMPLETE
66312024-08-29T15:12:51.496Z[ recovery-image] Aug 29 15:12:49.821 INFO O| Aug 29 15:12:49.820 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-08-29T15:12:51.512Z[ recovery-image] Aug 29 15:12:49.838 INFO O| Aug 29 15:12:49.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66332024-08-29T15:12:51.512Z[ recovery-image] Aug 29 15:12:49.838 INFO O| Aug 29 15:12:49.838 INFO STEP 865 (remove_files) COMPLETE
66342024-08-29T15:12:51.512Z[ recovery-image] Aug 29 15:12:49.838 INFO O| Aug 29 15:12:49.838 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-08-29T15:12:51.536Z[ recovery-image] Aug 29 15:12:49.863 INFO O| Aug 29 15:12:49.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
66362024-08-29T15:12:51.536Z[ recovery-image] Aug 29 15:12:49.863 INFO O| Aug 29 15:12:49.863 INFO STEP 866 (remove_files) COMPLETE
66372024-08-29T15:12:51.539Z[ recovery-image] Aug 29 15:12:49.863 INFO O| Aug 29 15:12:49.863 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-08-29T15:12:51.559Z[ recovery-image] Aug 29 15:12:49.886 INFO O| Aug 29 15:12:49.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66392024-08-29T15:12:51.562Z[ recovery-image] Aug 29 15:12:49.886 INFO O| Aug 29 15:12:49.886 INFO STEP 867 (remove_files) COMPLETE
66402024-08-29T15:12:51.562Z[ recovery-image] Aug 29 15:12:49.886 INFO O| Aug 29 15:12:49.886 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-08-29T15:12:51.579Z[ recovery-image] Aug 29 15:12:49.906 INFO O| Aug 29 15:12:49.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66422024-08-29T15:12:51.579Z[ recovery-image] Aug 29 15:12:49.906 INFO O| Aug 29 15:12:49.906 INFO STEP 868 (remove_files) COMPLETE
66432024-08-29T15:12:51.579Z[ recovery-image] Aug 29 15:12:49.906 INFO O| Aug 29 15:12:49.906 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-08-29T15:12:51.598Z[ recovery-image] Aug 29 15:12:49.925 INFO O| Aug 29 15:12:49.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66452024-08-29T15:12:51.598Z[ recovery-image] Aug 29 15:12:49.925 INFO O| Aug 29 15:12:49.925 INFO STEP 869 (remove_files) COMPLETE
66462024-08-29T15:12:51.600Z[ recovery-image] Aug 29 15:12:49.925 INFO O| Aug 29 15:12:49.925 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-08-29T15:12:51.650Z[ recovery-image] Aug 29 15:12:49.976 INFO O| Aug 29 15:12:49.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
66482024-08-29T15:12:51.650Z[ recovery-image] Aug 29 15:12:49.976 INFO O| Aug 29 15:12:49.976 INFO STEP 870 (remove_files) COMPLETE
66492024-08-29T15:12:51.650Z[ recovery-image] Aug 29 15:12:49.976 INFO O| Aug 29 15:12:49.976 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-08-29T15:12:51.723Z[ recovery-image] Aug 29 15:12:50.048 INFO O| Aug 29 15:12:50.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
66512024-08-29T15:12:51.723Z[ recovery-image] Aug 29 15:12:50.049 INFO O| Aug 29 15:12:50.049 INFO STEP 871 (remove_files) COMPLETE
66522024-08-29T15:12:51.723Z[ recovery-image] Aug 29 15:12:50.049 INFO O| Aug 29 15:12:50.049 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-08-29T15:12:51.740Z[ recovery-image] Aug 29 15:12:50.067 INFO O| Aug 29 15:12:50.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
66542024-08-29T15:12:51.740Z[ recovery-image] Aug 29 15:12:50.067 INFO O| Aug 29 15:12:50.067 INFO STEP 872 (remove_files) COMPLETE
66552024-08-29T15:12:51.743Z[ recovery-image] Aug 29 15:12:50.067 INFO O| Aug 29 15:12:50.067 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-08-29T15:12:51.786Z[ recovery-image] Aug 29 15:12:50.112 INFO O| Aug 29 15:12:50.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
66572024-08-29T15:12:51.786Z[ recovery-image] Aug 29 15:12:50.113 INFO O| Aug 29 15:12:50.112 INFO STEP 873 (remove_files) COMPLETE
66582024-08-29T15:12:51.788Z[ recovery-image] Aug 29 15:12:50.113 INFO O| Aug 29 15:12:50.113 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-08-29T15:12:51.833Z[ recovery-image] Aug 29 15:12:50.159 INFO O| Aug 29 15:12:50.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
66602024-08-29T15:12:51.835Z[ recovery-image] Aug 29 15:12:50.160 INFO O| Aug 29 15:12:50.159 INFO STEP 874 (remove_files) COMPLETE
66612024-08-29T15:12:51.835Z[ recovery-image] Aug 29 15:12:50.160 INFO O| Aug 29 15:12:50.160 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-08-29T15:12:51.851Z[ recovery-image] Aug 29 15:12:50.178 INFO O| Aug 29 15:12:50.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
66632024-08-29T15:12:51.854Z[ recovery-image] Aug 29 15:12:50.178 INFO O| Aug 29 15:12:50.178 INFO STEP 875 (remove_files) COMPLETE
66642024-08-29T15:12:51.854Z[ recovery-image] Aug 29 15:12:50.178 INFO O| Aug 29 15:12:50.178 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-08-29T15:12:51.869Z[ recovery-image] Aug 29 15:12:50.196 INFO O| Aug 29 15:12:50.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
66662024-08-29T15:12:51.872Z[ recovery-image] Aug 29 15:12:50.196 INFO O| Aug 29 15:12:50.196 INFO STEP 876 (remove_files) COMPLETE
66672024-08-29T15:12:51.872Z[ recovery-image] Aug 29 15:12:50.196 INFO O| Aug 29 15:12:50.196 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-08-29T15:12:51.886Z[ recovery-image] Aug 29 15:12:50.212 INFO O| Aug 29 15:12:50.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
66692024-08-29T15:12:51.888Z[ recovery-image] Aug 29 15:12:50.213 INFO O| Aug 29 15:12:50.213 INFO STEP 877 (remove_files) COMPLETE
66702024-08-29T15:12:51.888Z[ recovery-image] Aug 29 15:12:50.213 INFO O| Aug 29 15:12:50.213 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-08-29T15:12:51.904Z[ recovery-image] Aug 29 15:12:50.230 INFO O| Aug 29 15:12:50.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
66722024-08-29T15:12:51.906Z[ recovery-image] Aug 29 15:12:50.231 INFO O| Aug 29 15:12:50.231 INFO STEP 878 (remove_files) COMPLETE
66732024-08-29T15:12:51.906Z[ recovery-image] Aug 29 15:12:50.231 INFO O| Aug 29 15:12:50.231 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-08-29T15:12:51.943Z[ recovery-image] Aug 29 15:12:50.269 INFO O| Aug 29 15:12:50.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
66752024-08-29T15:12:51.946Z[ recovery-image] Aug 29 15:12:50.269 INFO O| Aug 29 15:12:50.269 INFO STEP 879 (remove_files) COMPLETE
66762024-08-29T15:12:51.946Z[ recovery-image] Aug 29 15:12:50.269 INFO O| Aug 29 15:12:50.269 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-08-29T15:12:51.962Z[ recovery-image] Aug 29 15:12:50.289 INFO O| Aug 29 15:12:50.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
66782024-08-29T15:12:51.962Z[ recovery-image] Aug 29 15:12:50.289 INFO O| Aug 29 15:12:50.289 INFO STEP 880 (remove_files) COMPLETE
66792024-08-29T15:12:51.965Z[ recovery-image] Aug 29 15:12:50.289 INFO O| Aug 29 15:12:50.289 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-08-29T15:12:51.981Z[ recovery-image] Aug 29 15:12:50.307 INFO O| Aug 29 15:12:50.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
66812024-08-29T15:12:51.981Z[ recovery-image] Aug 29 15:12:50.307 INFO O| Aug 29 15:12:50.307 INFO STEP 881 (remove_files) COMPLETE
66822024-08-29T15:12:51.981Z[ recovery-image] Aug 29 15:12:50.307 INFO O| Aug 29 15:12:50.307 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-08-29T15:12:52.005Z[ recovery-image] Aug 29 15:12:50.323 INFO O| Aug 29 15:12:50.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
66842024-08-29T15:12:52.005Z[ recovery-image] Aug 29 15:12:50.324 INFO O| Aug 29 15:12:50.324 INFO STEP 882 (remove_files) COMPLETE
66852024-08-29T15:12:52.008Z[ recovery-image] Aug 29 15:12:50.324 INFO O| Aug 29 15:12:50.324 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-08-29T15:12:52.014Z[ recovery-image] Aug 29 15:12:50.340 INFO O| Aug 29 15:12:50.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
66872024-08-29T15:12:52.016Z[ recovery-image] Aug 29 15:12:50.340 INFO O| Aug 29 15:12:50.340 INFO STEP 883 (remove_files) COMPLETE
66882024-08-29T15:12:52.016Z[ recovery-image] Aug 29 15:12:50.341 INFO O| Aug 29 15:12:50.340 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-08-29T15:12:52.034Z[ recovery-image] Aug 29 15:12:50.360 INFO O| Aug 29 15:12:50.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
66902024-08-29T15:12:52.055Z[ recovery-image] Aug 29 15:12:50.382 INFO O| Aug 29 15:12:50.382 INFO STEP 884 (remove_files) COMPLETE
66912024-08-29T15:12:52.055Z[ recovery-image] Aug 29 15:12:50.382 INFO O| Aug 29 15:12:50.382 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-08-29T15:12:52.094Z[ recovery-image] Aug 29 15:12:50.420 INFO O| Aug 29 15:12:50.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
66932024-08-29T15:12:52.094Z[ recovery-image] Aug 29 15:12:50.420 INFO O| Aug 29 15:12:50.420 INFO STEP 885 (remove_files) COMPLETE
66942024-08-29T15:12:52.094Z[ recovery-image] Aug 29 15:12:50.420 INFO O| Aug 29 15:12:50.420 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-08-29T15:12:52.112Z[ recovery-image] Aug 29 15:12:50.438 INFO O| Aug 29 15:12:50.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
66962024-08-29T15:12:52.112Z[ recovery-image] Aug 29 15:12:50.438 INFO O| Aug 29 15:12:50.438 INFO STEP 886 (remove_files) COMPLETE
66972024-08-29T15:12:52.112Z[ recovery-image] Aug 29 15:12:50.438 INFO O| Aug 29 15:12:50.438 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-08-29T15:12:52.132Z[ recovery-image] Aug 29 15:12:50.458 INFO O| Aug 29 15:12:50.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
66992024-08-29T15:12:52.132Z[ recovery-image] Aug 29 15:12:50.458 INFO O| Aug 29 15:12:50.458 INFO STEP 887 (remove_files) COMPLETE
67002024-08-29T15:12:52.134Z[ recovery-image] Aug 29 15:12:50.458 INFO O| Aug 29 15:12:50.458 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-08-29T15:12:52.149Z[ recovery-image] Aug 29 15:12:50.475 INFO O| Aug 29 15:12:50.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67022024-08-29T15:12:52.152Z[ recovery-image] Aug 29 15:12:50.476 INFO O| Aug 29 15:12:50.476 INFO STEP 888 (remove_files) COMPLETE
67032024-08-29T15:12:52.152Z[ recovery-image] Aug 29 15:12:50.476 INFO O| Aug 29 15:12:50.476 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-08-29T15:12:52.169Z[ recovery-image] Aug 29 15:12:50.496 INFO O| Aug 29 15:12:50.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
67052024-08-29T15:12:52.169Z[ recovery-image] Aug 29 15:12:50.496 INFO O| Aug 29 15:12:50.496 INFO STEP 889 (remove_files) COMPLETE
67062024-08-29T15:12:52.169Z[ recovery-image] Aug 29 15:12:50.496 INFO O| Aug 29 15:12:50.496 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-08-29T15:12:52.189Z[ recovery-image] Aug 29 15:12:50.515 INFO O| Aug 29 15:12:50.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
67082024-08-29T15:12:52.189Z[ recovery-image] Aug 29 15:12:50.515 INFO O| Aug 29 15:12:50.515 INFO STEP 890 (remove_files) COMPLETE
67092024-08-29T15:12:52.189Z[ recovery-image] Aug 29 15:12:50.515 INFO O| Aug 29 15:12:50.515 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-08-29T15:12:52.208Z[ recovery-image] Aug 29 15:12:50.534 INFO O| Aug 29 15:12:50.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
67112024-08-29T15:12:52.208Z[ recovery-image] Aug 29 15:12:50.534 INFO O| Aug 29 15:12:50.534 INFO STEP 891 (remove_files) COMPLETE
67122024-08-29T15:12:52.208Z[ recovery-image] Aug 29 15:12:50.534 INFO O| Aug 29 15:12:50.534 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-08-29T15:12:52.228Z[ recovery-image] Aug 29 15:12:50.554 INFO O| Aug 29 15:12:50.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
67142024-08-29T15:12:52.232Z[ recovery-image] Aug 29 15:12:50.555 INFO O| Aug 29 15:12:50.555 INFO STEP 892 (remove_files) COMPLETE
67152024-08-29T15:12:52.232Z[ recovery-image] Aug 29 15:12:50.555 INFO O| Aug 29 15:12:50.555 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-08-29T15:12:52.247Z[ recovery-image] Aug 29 15:12:50.573 INFO O| Aug 29 15:12:50.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67172024-08-29T15:12:52.249Z[ recovery-image] Aug 29 15:12:50.573 INFO O| Aug 29 15:12:50.573 INFO STEP 893 (remove_files) COMPLETE
67182024-08-29T15:12:52.249Z[ recovery-image] Aug 29 15:12:50.573 INFO O| Aug 29 15:12:50.573 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-08-29T15:12:52.264Z[ recovery-image] Aug 29 15:12:50.590 INFO O| Aug 29 15:12:50.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67202024-08-29T15:12:52.264Z[ recovery-image] Aug 29 15:12:50.590 INFO O| Aug 29 15:12:50.590 INFO STEP 894 (remove_files) COMPLETE
67212024-08-29T15:12:52.266Z[ recovery-image] Aug 29 15:12:50.591 INFO O| Aug 29 15:12:50.590 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-08-29T15:12:52.282Z[ recovery-image] Aug 29 15:12:50.608 INFO O| Aug 29 15:12:50.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67232024-08-29T15:12:52.282Z[ recovery-image] Aug 29 15:12:50.608 INFO O| Aug 29 15:12:50.608 INFO STEP 895 (remove_files) COMPLETE
67242024-08-29T15:12:52.282Z[ recovery-image] Aug 29 15:12:50.608 INFO O| Aug 29 15:12:50.608 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-08-29T15:12:52.301Z[ recovery-image] Aug 29 15:12:50.628 INFO O| Aug 29 15:12:50.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67262024-08-29T15:12:52.301Z[ recovery-image] Aug 29 15:12:50.628 INFO O| Aug 29 15:12:50.628 INFO STEP 896 (remove_files) COMPLETE
67272024-08-29T15:12:52.301Z[ recovery-image] Aug 29 15:12:50.628 INFO O| Aug 29 15:12:50.628 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-08-29T15:12:52.328Z[ recovery-image] Aug 29 15:12:50.655 INFO O| Aug 29 15:12:50.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67292024-08-29T15:12:52.328Z[ recovery-image] Aug 29 15:12:50.655 INFO O| Aug 29 15:12:50.655 INFO STEP 897 (remove_files) COMPLETE
67302024-08-29T15:12:52.328Z[ recovery-image] Aug 29 15:12:50.655 INFO O| Aug 29 15:12:50.655 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-08-29T15:12:52.345Z[ recovery-image] Aug 29 15:12:50.672 INFO O| Aug 29 15:12:50.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67322024-08-29T15:12:52.345Z[ recovery-image] Aug 29 15:12:50.672 INFO O| Aug 29 15:12:50.672 INFO STEP 898 (remove_files) COMPLETE
67332024-08-29T15:12:52.345Z[ recovery-image] Aug 29 15:12:50.672 INFO O| Aug 29 15:12:50.672 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-08-29T15:12:52.362Z[ recovery-image] Aug 29 15:12:50.688 INFO O| Aug 29 15:12:50.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
67352024-08-29T15:12:52.364Z[ recovery-image] Aug 29 15:12:50.688 INFO O| Aug 29 15:12:50.688 INFO STEP 899 (remove_files) COMPLETE
67362024-08-29T15:12:52.364Z[ recovery-image] Aug 29 15:12:50.688 INFO O| Aug 29 15:12:50.688 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-08-29T15:12:52.379Z[ recovery-image] Aug 29 15:12:50.705 INFO O| Aug 29 15:12:50.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67382024-08-29T15:12:52.379Z[ recovery-image] Aug 29 15:12:50.706 INFO O| Aug 29 15:12:50.705 INFO STEP 900 (remove_files) COMPLETE
67392024-08-29T15:12:52.382Z[ recovery-image] Aug 29 15:12:50.706 INFO O| Aug 29 15:12:50.706 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-08-29T15:12:52.414Z[ host-image] Aug 29 15:12:50.740 INFO O| Aug 29 15:12:50.740 INFO O| Download: Completed 20.80 MB in 0.96 seconds (21.7M/s)
67412024-08-29T15:12:52.417Z[ recovery-image] Aug 29 15:12:50.742 INFO O| Aug 29 15:12:50.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67422024-08-29T15:12:52.417Z[ recovery-image] Aug 29 15:12:50.742 INFO O| Aug 29 15:12:50.742 INFO STEP 901 (remove_files) COMPLETE
67432024-08-29T15:12:52.417Z[ recovery-image] Aug 29 15:12:50.742 INFO O| Aug 29 15:12:50.742 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-08-29T15:12:52.433Z[ recovery-image] Aug 29 15:12:50.759 INFO O| Aug 29 15:12:50.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67452024-08-29T15:12:52.433Z[ recovery-image] Aug 29 15:12:50.759 INFO O| Aug 29 15:12:50.759 INFO STEP 902 (remove_files) COMPLETE
67462024-08-29T15:12:52.433Z[ recovery-image] Aug 29 15:12:50.759 INFO O| Aug 29 15:12:50.759 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-08-29T15:12:52.501Z[ host-image] Aug 29 15:12:50.828 INFO O| Aug 29 15:12:50.828 INFO O| Actions: 1/22 actions (Installing new actions)
67482024-08-29T15:12:52.505Z[ recovery-image] Aug 29 15:12:50.832 INFO O| Aug 29 15:12:50.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
67492024-08-29T15:12:52.508Z[ recovery-image] Aug 29 15:12:50.832 INFO O| Aug 29 15:12:50.832 INFO STEP 903 (remove_files) COMPLETE
67502024-08-29T15:12:52.508Z[ recovery-image] Aug 29 15:12:50.832 INFO O| Aug 29 15:12:50.832 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-08-29T15:12:52.525Z[ recovery-image] Aug 29 15:12:50.851 INFO O| Aug 29 15:12:50.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
67522024-08-29T15:12:52.528Z[ recovery-image] Aug 29 15:12:50.852 INFO O| Aug 29 15:12:50.852 INFO STEP 904 (remove_files) COMPLETE
67532024-08-29T15:12:52.528Z[ recovery-image] Aug 29 15:12:50.852 INFO O| Aug 29 15:12:50.852 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-08-29T15:12:52.543Z[ recovery-image] Aug 29 15:12:50.869 INFO O| Aug 29 15:12:50.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
67552024-08-29T15:12:52.546Z[ recovery-image] Aug 29 15:12:50.870 INFO O| Aug 29 15:12:50.870 INFO STEP 905 (remove_files) COMPLETE
67562024-08-29T15:12:52.546Z[ recovery-image] Aug 29 15:12:50.870 INFO O| Aug 29 15:12:50.870 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-08-29T15:12:52.581Z[ recovery-image] Aug 29 15:12:50.907 INFO O| Aug 29 15:12:50.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
67582024-08-29T15:12:52.581Z[ recovery-image] Aug 29 15:12:50.907 INFO O| Aug 29 15:12:50.907 INFO STEP 906 (remove_files) COMPLETE
67592024-08-29T15:12:52.581Z[ recovery-image] Aug 29 15:12:50.907 INFO O| Aug 29 15:12:50.907 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-08-29T15:12:52.598Z[ recovery-image] Aug 29 15:12:50.924 INFO O| Aug 29 15:12:50.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
67612024-08-29T15:12:52.598Z[ recovery-image] Aug 29 15:12:50.924 INFO O| Aug 29 15:12:50.924 INFO STEP 907 (remove_files) COMPLETE
67622024-08-29T15:12:52.598Z[ recovery-image] Aug 29 15:12:50.924 INFO O| Aug 29 15:12:50.924 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-08-29T15:12:52.633Z[ recovery-image] Aug 29 15:12:50.959 INFO O| Aug 29 15:12:50.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
67642024-08-29T15:12:52.633Z[ recovery-image] Aug 29 15:12:50.959 INFO O| Aug 29 15:12:50.959 INFO STEP 908 (remove_files) COMPLETE
67652024-08-29T15:12:52.633Z[ recovery-image] Aug 29 15:12:50.959 INFO O| Aug 29 15:12:50.959 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-08-29T15:12:52.660Z[ recovery-image] Aug 29 15:12:50.986 INFO O| Aug 29 15:12:50.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
67672024-08-29T15:12:52.662Z[ recovery-image] Aug 29 15:12:50.986 INFO O| Aug 29 15:12:50.986 INFO STEP 909 (remove_files) COMPLETE
67682024-08-29T15:12:52.663Z[ recovery-image] Aug 29 15:12:50.987 INFO O| Aug 29 15:12:50.987 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-08-29T15:12:52.691Z[ recovery-image] Aug 29 15:12:51.017 INFO O| Aug 29 15:12:51.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
67702024-08-29T15:12:52.691Z[ recovery-image] Aug 29 15:12:51.017 INFO O| Aug 29 15:12:51.017 INFO STEP 910 (remove_files) COMPLETE
67712024-08-29T15:12:52.691Z[ recovery-image] Aug 29 15:12:51.017 INFO O| Aug 29 15:12:51.017 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-08-29T15:12:52.710Z[ recovery-image] Aug 29 15:12:51.035 INFO O| Aug 29 15:12:51.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
67732024-08-29T15:12:52.710Z[ recovery-image] Aug 29 15:12:51.035 INFO O| Aug 29 15:12:51.035 INFO STEP 911 (remove_files) COMPLETE
67742024-08-29T15:12:52.710Z[ recovery-image] Aug 29 15:12:51.035 INFO O| Aug 29 15:12:51.035 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-08-29T15:12:52.726Z[ recovery-image] Aug 29 15:12:51.052 INFO O| Aug 29 15:12:51.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
67762024-08-29T15:12:52.726Z[ recovery-image] Aug 29 15:12:51.052 INFO O| Aug 29 15:12:51.052 INFO STEP 912 (remove_files) COMPLETE
67772024-08-29T15:12:52.726Z[ recovery-image] Aug 29 15:12:51.052 INFO O| Aug 29 15:12:51.052 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-08-29T15:12:52.762Z[ recovery-image] Aug 29 15:12:51.088 INFO O| Aug 29 15:12:51.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
67792024-08-29T15:12:52.762Z[ recovery-image] Aug 29 15:12:51.088 INFO O| Aug 29 15:12:51.088 INFO STEP 913 (remove_files) COMPLETE
67802024-08-29T15:12:52.765Z[ recovery-image] Aug 29 15:12:51.088 INFO O| Aug 29 15:12:51.088 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-08-29T15:12:52.781Z[ recovery-image] Aug 29 15:12:51.106 INFO O| Aug 29 15:12:51.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
67822024-08-29T15:12:52.781Z[ recovery-image] Aug 29 15:12:51.106 INFO O| Aug 29 15:12:51.106 INFO STEP 914 (remove_files) COMPLETE
67832024-08-29T15:12:52.781Z[ recovery-image] Aug 29 15:12:51.106 INFO O| Aug 29 15:12:51.106 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-08-29T15:12:52.808Z[ recovery-image] Aug 29 15:12:51.135 INFO O| Aug 29 15:12:51.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
67852024-08-29T15:12:52.808Z[ recovery-image] Aug 29 15:12:51.135 INFO O| Aug 29 15:12:51.135 INFO STEP 915 (remove_files) COMPLETE
67862024-08-29T15:12:52.811Z[ recovery-image] Aug 29 15:12:51.135 INFO O| Aug 29 15:12:51.135 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-08-29T15:12:52.846Z[ recovery-image] Aug 29 15:12:51.172 INFO O| Aug 29 15:12:51.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
67882024-08-29T15:12:52.846Z[ recovery-image] Aug 29 15:12:51.172 INFO O| Aug 29 15:12:51.172 INFO STEP 916 (remove_files) COMPLETE
67892024-08-29T15:12:52.846Z[ recovery-image] Aug 29 15:12:51.172 INFO O| Aug 29 15:12:51.172 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-08-29T15:12:52.871Z[ recovery-image] Aug 29 15:12:51.196 INFO O| Aug 29 15:12:51.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
67912024-08-29T15:12:52.871Z[ recovery-image] Aug 29 15:12:51.196 INFO O| Aug 29 15:12:51.196 INFO STEP 917 (remove_files) COMPLETE
67922024-08-29T15:12:52.871Z[ recovery-image] Aug 29 15:12:51.196 INFO O| Aug 29 15:12:51.196 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-08-29T15:12:52.928Z[ recovery-image] Aug 29 15:12:51.254 INFO O| Aug 29 15:12:51.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
67942024-08-29T15:12:52.928Z[ recovery-image] Aug 29 15:12:51.254 INFO O| Aug 29 15:12:51.254 INFO STEP 918 (remove_files) COMPLETE
67952024-08-29T15:12:52.928Z[ recovery-image] Aug 29 15:12:51.254 INFO O| Aug 29 15:12:51.254 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-08-29T15:12:52.946Z[ recovery-image] Aug 29 15:12:51.272 INFO O| Aug 29 15:12:51.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
67972024-08-29T15:12:52.946Z[ recovery-image] Aug 29 15:12:51.272 INFO O| Aug 29 15:12:51.272 INFO STEP 919 (remove_files) COMPLETE
67982024-08-29T15:12:52.946Z[ recovery-image] Aug 29 15:12:51.272 INFO O| Aug 29 15:12:51.272 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-08-29T15:12:52.964Z[ recovery-image] Aug 29 15:12:51.291 INFO O| Aug 29 15:12:51.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
68002024-08-29T15:12:52.964Z[ recovery-image] Aug 29 15:12:51.291 INFO O| Aug 29 15:12:51.291 INFO STEP 920 (remove_files) COMPLETE
68012024-08-29T15:12:52.964Z[ recovery-image] Aug 29 15:12:51.291 INFO O| Aug 29 15:12:51.291 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-08-29T15:12:52.985Z[ recovery-image] Aug 29 15:12:51.311 INFO O| Aug 29 15:12:51.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
68032024-08-29T15:12:52.985Z[ recovery-image] Aug 29 15:12:51.311 INFO O| Aug 29 15:12:51.311 INFO STEP 921 (remove_files) COMPLETE
68042024-08-29T15:12:52.985Z[ recovery-image] Aug 29 15:12:51.311 INFO O| Aug 29 15:12:51.311 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-08-29T15:12:53.003Z[ recovery-image] Aug 29 15:12:51.329 INFO O| Aug 29 15:12:51.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
68062024-08-29T15:12:53.003Z[ recovery-image] Aug 29 15:12:51.329 INFO O| Aug 29 15:12:51.329 INFO STEP 922 (remove_files) COMPLETE
68072024-08-29T15:12:53.003Z[ recovery-image] Aug 29 15:12:51.329 INFO O| Aug 29 15:12:51.329 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-08-29T15:12:53.101Z[ recovery-image] Aug 29 15:12:51.427 INFO O| Aug 29 15:12:51.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
68092024-08-29T15:12:53.101Z[ recovery-image] Aug 29 15:12:51.427 INFO O| Aug 29 15:12:51.427 INFO STEP 923 (remove_files) COMPLETE
68102024-08-29T15:12:53.103Z[ recovery-image] Aug 29 15:12:51.427 INFO O| Aug 29 15:12:51.427 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-08-29T15:12:53.145Z[ recovery-image] Aug 29 15:12:51.470 INFO O| Aug 29 15:12:51.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
68122024-08-29T15:12:53.145Z[ recovery-image] Aug 29 15:12:51.470 INFO O| Aug 29 15:12:51.470 INFO STEP 924 (remove_files) COMPLETE
68132024-08-29T15:12:53.145Z[ recovery-image] Aug 29 15:12:51.470 INFO O| Aug 29 15:12:51.470 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-08-29T15:12:53.173Z[ recovery-image] Aug 29 15:12:51.498 INFO O| Aug 29 15:12:51.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
68152024-08-29T15:12:53.173Z[ recovery-image] Aug 29 15:12:51.498 INFO O| Aug 29 15:12:51.498 INFO STEP 925 (remove_files) COMPLETE
68162024-08-29T15:12:53.173Z[ recovery-image] Aug 29 15:12:51.498 INFO O| Aug 29 15:12:51.498 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-08-29T15:12:53.234Z[ recovery-image] Aug 29 15:12:51.560 INFO O| Aug 29 15:12:51.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68182024-08-29T15:12:53.234Z[ recovery-image] Aug 29 15:12:51.560 INFO O| Aug 29 15:12:51.560 INFO STEP 926 (remove_files) COMPLETE
68192024-08-29T15:12:53.237Z[ recovery-image] Aug 29 15:12:51.560 INFO O| Aug 29 15:12:51.560 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-08-29T15:12:53.295Z[ recovery-image] Aug 29 15:12:51.621 INFO O| Aug 29 15:12:51.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68212024-08-29T15:12:53.295Z[ recovery-image] Aug 29 15:12:51.621 INFO O| Aug 29 15:12:51.621 INFO STEP 927 (remove_files) COMPLETE
68222024-08-29T15:12:53.295Z[ recovery-image] Aug 29 15:12:51.621 INFO O| Aug 29 15:12:51.621 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-08-29T15:12:53.324Z[ recovery-image] Aug 29 15:12:51.650 INFO O| Aug 29 15:12:51.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68242024-08-29T15:12:53.324Z[ recovery-image] Aug 29 15:12:51.650 INFO O| Aug 29 15:12:51.650 INFO STEP 928 (remove_files) COMPLETE
68252024-08-29T15:12:53.324Z[ recovery-image] Aug 29 15:12:51.650 INFO O| Aug 29 15:12:51.650 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-08-29T15:12:53.342Z[ recovery-image] Aug 29 15:12:51.668 INFO O| Aug 29 15:12:51.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68272024-08-29T15:12:53.342Z[ recovery-image] Aug 29 15:12:51.668 INFO O| Aug 29 15:12:51.668 INFO STEP 929 (remove_files) COMPLETE
68282024-08-29T15:12:53.342Z[ recovery-image] Aug 29 15:12:51.668 INFO O| Aug 29 15:12:51.668 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-08-29T15:12:53.345Z[ host-image] Aug 29 15:12:51.669 INFO O| Aug 29 15:12:51.669 INFO O| Actions: Completed 22 actions in 0.84 seconds.
68302024-08-29T15:12:53.360Z[ recovery-image] Aug 29 15:12:51.686 INFO O| Aug 29 15:12:51.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68312024-08-29T15:12:53.360Z[ recovery-image] Aug 29 15:12:51.686 INFO O| Aug 29 15:12:51.686 INFO STEP 930 (remove_files) COMPLETE
68322024-08-29T15:12:53.363Z[ recovery-image] Aug 29 15:12:51.686 INFO O| Aug 29 15:12:51.686 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-08-29T15:12:53.397Z[ recovery-image] Aug 29 15:12:51.723 INFO O| Aug 29 15:12:51.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68342024-08-29T15:12:53.397Z[ recovery-image] Aug 29 15:12:51.723 INFO O| Aug 29 15:12:51.723 INFO STEP 931 (remove_files) COMPLETE
68352024-08-29T15:12:53.397Z[ recovery-image] Aug 29 15:12:51.723 INFO O| Aug 29 15:12:51.723 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-08-29T15:12:53.416Z[ recovery-image] Aug 29 15:12:51.742 INFO O| Aug 29 15:12:51.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
68372024-08-29T15:12:53.416Z[ recovery-image] Aug 29 15:12:51.742 INFO O| Aug 29 15:12:51.742 INFO STEP 932 (remove_files) COMPLETE
68382024-08-29T15:12:53.416Z[ recovery-image] Aug 29 15:12:51.743 INFO O| Aug 29 15:12:51.742 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-08-29T15:12:53.435Z[ recovery-image] Aug 29 15:12:51.762 INFO O| Aug 29 15:12:51.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
68402024-08-29T15:12:53.435Z[ recovery-image] Aug 29 15:12:51.762 INFO O| Aug 29 15:12:51.762 INFO STEP 933 (remove_files) COMPLETE
68412024-08-29T15:12:53.436Z[ recovery-image] Aug 29 15:12:51.762 INFO O| Aug 29 15:12:51.762 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-08-29T15:12:53.471Z[ recovery-image] Aug 29 15:12:51.797 INFO O| Aug 29 15:12:51.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68432024-08-29T15:12:53.471Z[ recovery-image] Aug 29 15:12:51.797 INFO O| Aug 29 15:12:51.797 INFO STEP 934 (remove_files) COMPLETE
68442024-08-29T15:12:53.471Z[ recovery-image] Aug 29 15:12:51.797 INFO O| Aug 29 15:12:51.797 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-08-29T15:12:53.491Z[ recovery-image] Aug 29 15:12:51.816 INFO O| Aug 29 15:12:51.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68462024-08-29T15:12:53.491Z[ recovery-image] Aug 29 15:12:51.817 INFO O| Aug 29 15:12:51.817 INFO STEP 935 (remove_files) COMPLETE
68472024-08-29T15:12:53.491Z[ recovery-image] Aug 29 15:12:51.817 INFO O| Aug 29 15:12:51.817 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-08-29T15:12:53.526Z[ recovery-image] Aug 29 15:12:51.852 INFO O| Aug 29 15:12:51.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
68492024-08-29T15:12:53.526Z[ recovery-image] Aug 29 15:12:51.853 INFO O| Aug 29 15:12:51.853 INFO STEP 936 (remove_files) COMPLETE
68502024-08-29T15:12:53.529Z[ recovery-image] Aug 29 15:12:51.853 INFO O| Aug 29 15:12:51.853 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-08-29T15:12:53.544Z[ recovery-image] Aug 29 15:12:51.870 INFO O| Aug 29 15:12:51.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
68522024-08-29T15:12:53.545Z[ recovery-image] Aug 29 15:12:51.871 INFO O| Aug 29 15:12:51.871 INFO STEP 937 (remove_files) COMPLETE
68532024-08-29T15:12:53.547Z[ recovery-image] Aug 29 15:12:51.871 INFO O| Aug 29 15:12:51.871 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-08-29T15:12:53.564Z[ recovery-image] Aug 29 15:12:51.890 INFO O| Aug 29 15:12:51.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
68552024-08-29T15:12:53.564Z[ recovery-image] Aug 29 15:12:51.890 INFO O| Aug 29 15:12:51.890 INFO STEP 938 (remove_files) COMPLETE
68562024-08-29T15:12:53.566Z[ recovery-image] Aug 29 15:12:51.890 INFO O| Aug 29 15:12:51.890 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-08-29T15:12:53.582Z[ recovery-image] Aug 29 15:12:51.907 INFO O| Aug 29 15:12:51.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
68582024-08-29T15:12:53.582Z[ recovery-image] Aug 29 15:12:51.908 INFO O| Aug 29 15:12:51.907 INFO STEP 939 (remove_files) COMPLETE
68592024-08-29T15:12:53.585Z[ recovery-image] Aug 29 15:12:51.908 INFO O| Aug 29 15:12:51.908 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-08-29T15:12:53.598Z[ recovery-image] Aug 29 15:12:51.924 INFO O| Aug 29 15:12:51.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
68612024-08-29T15:12:53.598Z[ recovery-image] Aug 29 15:12:51.924 INFO O| Aug 29 15:12:51.924 INFO STEP 940 (remove_files) COMPLETE
68622024-08-29T15:12:53.598Z[ recovery-image] Aug 29 15:12:51.924 INFO O| Aug 29 15:12:51.924 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-08-29T15:12:53.661Z[ recovery-image] Aug 29 15:12:51.987 INFO O| Aug 29 15:12:51.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
68642024-08-29T15:12:53.661Z[ recovery-image] Aug 29 15:12:51.987 INFO O| Aug 29 15:12:51.987 INFO STEP 941 (remove_files) COMPLETE
68652024-08-29T15:12:53.664Z[ recovery-image] Aug 29 15:12:51.987 INFO O| Aug 29 15:12:51.987 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-08-29T15:12:53.681Z[ recovery-image] Aug 29 15:12:52.007 INFO O| Aug 29 15:12:52.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
68672024-08-29T15:12:53.681Z[ recovery-image] Aug 29 15:12:52.007 INFO O| Aug 29 15:12:52.007 INFO STEP 942 (remove_files) COMPLETE
68682024-08-29T15:12:53.681Z[ recovery-image] Aug 29 15:12:52.007 INFO O| Aug 29 15:12:52.007 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-08-29T15:12:53.710Z[ recovery-image] Aug 29 15:12:52.036 INFO O| Aug 29 15:12:52.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
68702024-08-29T15:12:53.710Z[ recovery-image] Aug 29 15:12:52.036 INFO O| Aug 29 15:12:52.036 INFO STEP 943 (remove_files) COMPLETE
68712024-08-29T15:12:53.710Z[ recovery-image] Aug 29 15:12:52.036 INFO O| Aug 29 15:12:52.036 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-08-29T15:12:53.739Z[ recovery-image] Aug 29 15:12:52.065 INFO O| Aug 29 15:12:52.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
68732024-08-29T15:12:53.739Z[ recovery-image] Aug 29 15:12:52.065 INFO O| Aug 29 15:12:52.065 INFO STEP 944 (remove_files) COMPLETE
68742024-08-29T15:12:53.742Z[ recovery-image] Aug 29 15:12:52.065 INFO O| Aug 29 15:12:52.065 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-08-29T15:12:53.775Z[ recovery-image] Aug 29 15:12:52.101 INFO O| Aug 29 15:12:52.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
68762024-08-29T15:12:53.777Z[ recovery-image] Aug 29 15:12:52.101 INFO O| Aug 29 15:12:52.101 INFO STEP 945 (remove_files) COMPLETE
68772024-08-29T15:12:53.777Z[ recovery-image] Aug 29 15:12:52.101 INFO O| Aug 29 15:12:52.101 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-08-29T15:12:53.805Z[ recovery-image] Aug 29 15:12:52.131 INFO O| Aug 29 15:12:52.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
68792024-08-29T15:12:53.808Z[ recovery-image] Aug 29 15:12:52.131 INFO O| Aug 29 15:12:52.131 INFO STEP 946 (remove_files) COMPLETE
68802024-08-29T15:12:53.808Z[ recovery-image] Aug 29 15:12:52.132 INFO O| Aug 29 15:12:52.131 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-08-29T15:12:53.808Z[ host-image] Aug 29 15:12:52.133 INFO O| Aug 29 15:12:52.133 INFO O| Done
68822024-08-29T15:12:53.808Z[ host-image] Aug 29 15:12:52.133 INFO O| Aug 29 15:12:52.133 INFO O| Done
68832024-08-29T15:12:53.832Z[ recovery-image] Aug 29 15:12:52.152 INFO O| Aug 29 15:12:52.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
68842024-08-29T15:12:53.832Z[ recovery-image] Aug 29 15:12:52.152 INFO O| Aug 29 15:12:52.152 INFO STEP 947 (remove_files) COMPLETE
68852024-08-29T15:12:53.832Z[ recovery-image] Aug 29 15:12:52.152 INFO O| Aug 29 15:12:52.152 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-08-29T15:12:53.845Z[ recovery-image] Aug 29 15:12:52.171 INFO O| Aug 29 15:12:52.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
68872024-08-29T15:12:53.845Z[ recovery-image] Aug 29 15:12:52.171 INFO O| Aug 29 15:12:52.171 INFO STEP 948 (remove_files) COMPLETE
68882024-08-29T15:12:53.848Z[ recovery-image] Aug 29 15:12:52.171 INFO O| Aug 29 15:12:52.171 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-08-29T15:12:53.862Z[ recovery-image] Aug 29 15:12:52.188 INFO O| Aug 29 15:12:52.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
68902024-08-29T15:12:53.862Z[ recovery-image] Aug 29 15:12:52.188 INFO O| Aug 29 15:12:52.188 INFO STEP 949 (remove_files) COMPLETE
68912024-08-29T15:12:53.862Z[ recovery-image] Aug 29 15:12:52.188 INFO O| Aug 29 15:12:52.188 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-08-29T15:12:53.881Z[ recovery-image] Aug 29 15:12:52.207 INFO O| Aug 29 15:12:52.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
68932024-08-29T15:12:53.881Z[ recovery-image] Aug 29 15:12:52.207 INFO O| Aug 29 15:12:52.207 INFO STEP 950 (remove_files) COMPLETE
68942024-08-29T15:12:53.881Z[ recovery-image] Aug 29 15:12:52.207 INFO O| Aug 29 15:12:52.207 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-08-29T15:12:53.899Z[ recovery-image] Aug 29 15:12:52.225 INFO O| Aug 29 15:12:52.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
68962024-08-29T15:12:53.899Z[ recovery-image] Aug 29 15:12:52.225 INFO O| Aug 29 15:12:52.225 INFO STEP 951 (remove_files) COMPLETE
68972024-08-29T15:12:53.899Z[ recovery-image] Aug 29 15:12:52.225 INFO O| Aug 29 15:12:52.225 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-08-29T15:12:53.934Z[ recovery-image] Aug 29 15:12:52.260 INFO O| Aug 29 15:12:52.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
68992024-08-29T15:12:53.934Z[ recovery-image] Aug 29 15:12:52.260 INFO O| Aug 29 15:12:52.260 INFO STEP 952 (remove_files) COMPLETE
69002024-08-29T15:12:53.937Z[ recovery-image] Aug 29 15:12:52.260 INFO O| Aug 29 15:12:52.260 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-08-29T15:12:53.960Z[ recovery-image] Aug 29 15:12:52.286 INFO O| Aug 29 15:12:52.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
69022024-08-29T15:12:53.960Z[ recovery-image] Aug 29 15:12:52.286 INFO O| Aug 29 15:12:52.286 INFO STEP 953 (remove_files) COMPLETE
69032024-08-29T15:12:53.963Z[ recovery-image] Aug 29 15:12:52.286 INFO O| Aug 29 15:12:52.286 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-08-29T15:12:54.018Z[ recovery-image] Aug 29 15:12:52.343 INFO O| Aug 29 15:12:52.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
69052024-08-29T15:12:54.018Z[ recovery-image] Aug 29 15:12:52.343 INFO O| Aug 29 15:12:52.343 INFO STEP 954 (remove_files) COMPLETE
69062024-08-29T15:12:54.018Z[ recovery-image] Aug 29 15:12:52.343 INFO O| Aug 29 15:12:52.343 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-08-29T15:12:54.039Z[ recovery-image] Aug 29 15:12:52.365 INFO O| Aug 29 15:12:52.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
69082024-08-29T15:12:54.039Z[ recovery-image] Aug 29 15:12:52.365 INFO O| Aug 29 15:12:52.365 INFO STEP 955 (remove_files) COMPLETE
69092024-08-29T15:12:54.042Z[ recovery-image] Aug 29 15:12:52.365 INFO O| Aug 29 15:12:52.365 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-08-29T15:12:54.074Z[ recovery-image] Aug 29 15:12:52.400 INFO O| Aug 29 15:12:52.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
69112024-08-29T15:12:54.076Z[ recovery-image] Aug 29 15:12:52.400 INFO O| Aug 29 15:12:52.400 INFO STEP 956 (remove_files) COMPLETE
69122024-08-29T15:12:54.076Z[ recovery-image] Aug 29 15:12:52.400 INFO O| Aug 29 15:12:52.400 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-08-29T15:12:54.101Z[ recovery-image] Aug 29 15:12:52.427 INFO O| Aug 29 15:12:52.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
69142024-08-29T15:12:54.101Z[ recovery-image] Aug 29 15:12:52.427 INFO O| Aug 29 15:12:52.427 INFO STEP 957 (remove_files) COMPLETE
69152024-08-29T15:12:54.104Z[ recovery-image] Aug 29 15:12:52.427 INFO O| Aug 29 15:12:52.427 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-08-29T15:12:54.122Z[ recovery-image] Aug 29 15:12:52.448 INFO O| Aug 29 15:12:52.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
69172024-08-29T15:12:54.122Z[ recovery-image] Aug 29 15:12:52.448 INFO O| Aug 29 15:12:52.448 INFO STEP 958 (remove_files) COMPLETE
69182024-08-29T15:12:54.125Z[ recovery-image] Aug 29 15:12:52.448 INFO O| Aug 29 15:12:52.448 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-08-29T15:12:54.139Z[ recovery-image] Aug 29 15:12:52.465 INFO O| Aug 29 15:12:52.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69202024-08-29T15:12:54.139Z[ recovery-image] Aug 29 15:12:52.465 INFO O| Aug 29 15:12:52.465 INFO STEP 959 (remove_files) COMPLETE
69212024-08-29T15:12:54.142Z[ recovery-image] Aug 29 15:12:52.465 INFO O| Aug 29 15:12:52.465 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-08-29T15:12:54.156Z[ recovery-image] Aug 29 15:12:52.481 INFO O| Aug 29 15:12:52.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69232024-08-29T15:12:54.156Z[ recovery-image] Aug 29 15:12:52.481 INFO O| Aug 29 15:12:52.481 INFO STEP 960 (remove_files) COMPLETE
69242024-08-29T15:12:54.156Z[ recovery-image] Aug 29 15:12:52.481 INFO O| Aug 29 15:12:52.481 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-08-29T15:12:54.172Z[ recovery-image] Aug 29 15:12:52.498 INFO O| Aug 29 15:12:52.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69262024-08-29T15:12:54.172Z[ recovery-image] Aug 29 15:12:52.498 INFO O| Aug 29 15:12:52.498 INFO STEP 961 (remove_files) COMPLETE
69272024-08-29T15:12:54.175Z[ recovery-image] Aug 29 15:12:52.498 INFO O| Aug 29 15:12:52.498 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-08-29T15:12:54.207Z[ recovery-image] Aug 29 15:12:52.532 INFO O| Aug 29 15:12:52.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69292024-08-29T15:12:54.207Z[ recovery-image] Aug 29 15:12:52.532 INFO O| Aug 29 15:12:52.532 INFO STEP 962 (remove_files) COMPLETE
69302024-08-29T15:12:54.207Z[ recovery-image] Aug 29 15:12:52.532 INFO O| Aug 29 15:12:52.532 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-08-29T15:12:54.266Z[ recovery-image] Aug 29 15:12:52.591 INFO O| Aug 29 15:12:52.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69322024-08-29T15:12:54.266Z[ recovery-image] Aug 29 15:12:52.591 INFO O| Aug 29 15:12:52.591 INFO STEP 963 (remove_files) COMPLETE
69332024-08-29T15:12:54.266Z[ recovery-image] Aug 29 15:12:52.591 INFO O| Aug 29 15:12:52.591 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-08-29T15:12:54.302Z[ recovery-image] Aug 29 15:12:52.628 INFO O| Aug 29 15:12:52.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69352024-08-29T15:12:54.305Z[ recovery-image] Aug 29 15:12:52.628 INFO O| Aug 29 15:12:52.628 INFO STEP 964 (remove_files) COMPLETE
69362024-08-29T15:12:54.305Z[ recovery-image] Aug 29 15:12:52.628 INFO O| Aug 29 15:12:52.628 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-08-29T15:12:54.322Z[ recovery-image] Aug 29 15:12:52.648 INFO O| Aug 29 15:12:52.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
69382024-08-29T15:12:54.342Z[ recovery-image] Aug 29 15:12:52.668 INFO O| Aug 29 15:12:52.668 INFO STEP 965 (remove_files) COMPLETE
69392024-08-29T15:12:54.342Z[ recovery-image] Aug 29 15:12:52.668 INFO O| Aug 29 15:12:52.668 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-08-29T15:12:54.381Z[ recovery-image] Aug 29 15:12:52.706 INFO O| Aug 29 15:12:52.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
69412024-08-29T15:12:54.384Z[ recovery-image] Aug 29 15:12:52.707 INFO O| Aug 29 15:12:52.707 INFO STEP 966 (remove_files) COMPLETE
69422024-08-29T15:12:54.384Z[ recovery-image] Aug 29 15:12:52.707 INFO O| Aug 29 15:12:52.707 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-08-29T15:12:54.404Z[ recovery-image] Aug 29 15:12:52.730 INFO O| Aug 29 15:12:52.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69442024-08-29T15:12:54.404Z[ recovery-image] Aug 29 15:12:52.730 INFO O| Aug 29 15:12:52.730 INFO STEP 967 (remove_files) COMPLETE
69452024-08-29T15:12:54.407Z[ recovery-image] Aug 29 15:12:52.730 INFO O| Aug 29 15:12:52.730 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-08-29T15:12:54.462Z[ recovery-image] Aug 29 15:12:52.788 INFO O| Aug 29 15:12:52.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69472024-08-29T15:12:54.462Z[ recovery-image] Aug 29 15:12:52.788 INFO O| Aug 29 15:12:52.788 INFO STEP 968 (remove_files) COMPLETE
69482024-08-29T15:12:54.465Z[ recovery-image] Aug 29 15:12:52.788 INFO O| Aug 29 15:12:52.788 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-08-29T15:12:54.480Z[ recovery-image] Aug 29 15:12:52.806 INFO O| Aug 29 15:12:52.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69502024-08-29T15:12:54.480Z[ recovery-image] Aug 29 15:12:52.806 INFO O| Aug 29 15:12:52.806 INFO STEP 969 (remove_files) COMPLETE
69512024-08-29T15:12:54.483Z[ recovery-image] Aug 29 15:12:52.806 INFO O| Aug 29 15:12:52.806 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-08-29T15:12:54.499Z[ recovery-image] Aug 29 15:12:52.824 INFO O| Aug 29 15:12:52.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
69532024-08-29T15:12:54.499Z[ recovery-image] Aug 29 15:12:52.824 INFO O| Aug 29 15:12:52.824 INFO STEP 970 (remove_files) COMPLETE
69542024-08-29T15:12:54.502Z[ recovery-image] Aug 29 15:12:52.825 INFO O| Aug 29 15:12:52.825 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-08-29T15:12:54.517Z[ recovery-image] Aug 29 15:12:52.843 INFO O| Aug 29 15:12:52.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
69562024-08-29T15:12:54.520Z[ recovery-image] Aug 29 15:12:52.843 INFO O| Aug 29 15:12:52.843 INFO STEP 971 (remove_files) COMPLETE
69572024-08-29T15:12:54.520Z[ recovery-image] Aug 29 15:12:52.843 INFO O| Aug 29 15:12:52.843 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-08-29T15:12:54.535Z[ recovery-image] Aug 29 15:12:52.861 INFO O| Aug 29 15:12:52.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
69592024-08-29T15:12:54.538Z[ recovery-image] Aug 29 15:12:52.861 INFO O| Aug 29 15:12:52.861 INFO STEP 972 (remove_files) COMPLETE
69602024-08-29T15:12:54.538Z[ recovery-image] Aug 29 15:12:52.861 INFO O| Aug 29 15:12:52.861 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-08-29T15:12:54.553Z[ recovery-image] Aug 29 15:12:52.879 INFO O| Aug 29 15:12:52.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
69622024-08-29T15:12:54.556Z[ recovery-image] Aug 29 15:12:52.879 INFO O| Aug 29 15:12:52.879 INFO STEP 973 (remove_files) COMPLETE
69632024-08-29T15:12:54.556Z[ recovery-image] Aug 29 15:12:52.879 INFO O| Aug 29 15:12:52.879 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-08-29T15:12:54.590Z[ recovery-image] Aug 29 15:12:52.915 INFO O| Aug 29 15:12:52.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
69652024-08-29T15:12:54.590Z[ recovery-image] Aug 29 15:12:52.915 INFO O| Aug 29 15:12:52.915 INFO STEP 974 (remove_files) COMPLETE
69662024-08-29T15:12:54.592Z[ recovery-image] Aug 29 15:12:52.915 INFO O| Aug 29 15:12:52.915 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-08-29T15:12:54.619Z[ recovery-image] Aug 29 15:12:52.944 INFO O| Aug 29 15:12:52.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
69682024-08-29T15:12:54.619Z[ recovery-image] Aug 29 15:12:52.944 INFO O| Aug 29 15:12:52.944 INFO STEP 975 (remove_files) COMPLETE
69692024-08-29T15:12:54.619Z[ recovery-image] Aug 29 15:12:52.944 INFO O| Aug 29 15:12:52.944 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-08-29T15:12:54.652Z[ host-image] Aug 29 15:12:52.977 INFO O| Aug 29 15:12:52.977 INFO O| Done
69712024-08-29T15:12:54.681Z[ recovery-image] Aug 29 15:12:53.007 INFO O| Aug 29 15:12:53.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
69722024-08-29T15:12:54.681Z[ recovery-image] Aug 29 15:12:53.007 INFO O| Aug 29 15:12:53.007 INFO STEP 976 (remove_files) COMPLETE
69732024-08-29T15:12:54.684Z[ recovery-image] Aug 29 15:12:53.007 INFO O| Aug 29 15:12:53.007 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-08-29T15:12:54.709Z[ recovery-image] Aug 29 15:12:53.034 INFO O| Aug 29 15:12:53.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
69752024-08-29T15:12:54.709Z[ recovery-image] Aug 29 15:12:53.034 INFO O| Aug 29 15:12:53.034 INFO STEP 977 (remove_files) COMPLETE
69762024-08-29T15:12:54.709Z[ recovery-image] Aug 29 15:12:53.035 INFO O| Aug 29 15:12:53.034 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-08-29T15:12:54.738Z[ recovery-image] Aug 29 15:12:53.063 INFO O| Aug 29 15:12:53.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
69782024-08-29T15:12:54.738Z[ recovery-image] Aug 29 15:12:53.063 INFO O| Aug 29 15:12:53.063 INFO STEP 978 (remove_files) COMPLETE
69792024-08-29T15:12:54.738Z[ recovery-image] Aug 29 15:12:53.063 INFO O| Aug 29 15:12:53.063 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-08-29T15:12:54.768Z[ recovery-image] Aug 29 15:12:53.094 INFO O| Aug 29 15:12:53.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
69812024-08-29T15:12:54.768Z[ recovery-image] Aug 29 15:12:53.094 INFO O| Aug 29 15:12:53.094 INFO STEP 979 (remove_files) COMPLETE
69822024-08-29T15:12:54.769Z[ recovery-image] Aug 29 15:12:53.094 INFO O| Aug 29 15:12:53.094 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-08-29T15:12:54.786Z[ recovery-image] Aug 29 15:12:53.111 INFO O| Aug 29 15:12:53.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
69842024-08-29T15:12:54.786Z[ recovery-image] Aug 29 15:12:53.112 INFO O| Aug 29 15:12:53.112 INFO STEP 980 (remove_files) COMPLETE
69852024-08-29T15:12:54.786Z[ recovery-image] Aug 29 15:12:53.112 INFO O| Aug 29 15:12:53.112 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-08-29T15:12:54.803Z[ recovery-image] Aug 29 15:12:53.129 INFO O| Aug 29 15:12:53.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
69872024-08-29T15:12:54.803Z[ recovery-image] Aug 29 15:12:53.129 INFO O| Aug 29 15:12:53.129 INFO STEP 981 (remove_files) COMPLETE
69882024-08-29T15:12:54.806Z[ recovery-image] Aug 29 15:12:53.129 INFO O| Aug 29 15:12:53.129 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-08-29T15:12:54.821Z[ recovery-image] Aug 29 15:12:53.146 INFO O| Aug 29 15:12:53.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
69902024-08-29T15:12:54.821Z[ recovery-image] Aug 29 15:12:53.147 INFO O| Aug 29 15:12:53.146 INFO STEP 982 (remove_files) COMPLETE
69912024-08-29T15:12:54.821Z[ recovery-image] Aug 29 15:12:53.147 INFO O| Aug 29 15:12:53.146 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-08-29T15:12:54.838Z[ recovery-image] Aug 29 15:12:53.164 INFO O| Aug 29 15:12:53.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
69932024-08-29T15:12:54.838Z[ recovery-image] Aug 29 15:12:53.164 INFO O| Aug 29 15:12:53.164 INFO STEP 983 (remove_files) COMPLETE
69942024-08-29T15:12:54.838Z[ recovery-image] Aug 29 15:12:53.164 INFO O| Aug 29 15:12:53.164 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-08-29T15:12:54.866Z[ recovery-image] Aug 29 15:12:53.191 INFO O| Aug 29 15:12:53.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
69962024-08-29T15:12:54.866Z[ recovery-image] Aug 29 15:12:53.191 INFO O| Aug 29 15:12:53.191 INFO STEP 984 (remove_files) COMPLETE
69972024-08-29T15:12:54.866Z[ recovery-image] Aug 29 15:12:53.191 INFO O| Aug 29 15:12:53.191 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-08-29T15:12:54.912Z[ recovery-image] Aug 29 15:12:53.238 INFO O| Aug 29 15:12:53.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
69992024-08-29T15:12:54.915Z[ recovery-image] Aug 29 15:12:53.238 INFO O| Aug 29 15:12:53.238 INFO STEP 985 (remove_files) COMPLETE
70002024-08-29T15:12:54.915Z[ recovery-image] Aug 29 15:12:53.239 INFO O| Aug 29 15:12:53.238 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-08-29T15:12:54.954Z[ recovery-image] Aug 29 15:12:53.279 INFO O| Aug 29 15:12:53.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
70022024-08-29T15:12:54.956Z[ recovery-image] Aug 29 15:12:53.280 INFO O| Aug 29 15:12:53.280 INFO STEP 986 (remove_files) COMPLETE
70032024-08-29T15:12:54.957Z[ recovery-image] Aug 29 15:12:53.280 INFO O| Aug 29 15:12:53.280 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-08-29T15:12:54.973Z[ recovery-image] Aug 29 15:12:53.299 INFO O| Aug 29 15:12:53.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
70052024-08-29T15:12:54.976Z[ recovery-image] Aug 29 15:12:53.299 INFO O| Aug 29 15:12:53.299 INFO STEP 987 (remove_files) COMPLETE
70062024-08-29T15:12:54.976Z[ recovery-image] Aug 29 15:12:53.300 INFO O| Aug 29 15:12:53.299 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-08-29T15:12:55.016Z[ recovery-image] Aug 29 15:12:53.342 INFO O| Aug 29 15:12:53.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
70082024-08-29T15:12:55.017Z[ recovery-image] Aug 29 15:12:53.342 INFO O| Aug 29 15:12:53.342 INFO STEP 988 (remove_files) COMPLETE
70092024-08-29T15:12:55.017Z[ recovery-image] Aug 29 15:12:53.342 INFO O| Aug 29 15:12:53.342 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-08-29T15:12:55.076Z[ recovery-image] Aug 29 15:12:53.402 INFO O| Aug 29 15:12:53.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
70112024-08-29T15:12:55.076Z[ recovery-image] Aug 29 15:12:53.402 INFO O| Aug 29 15:12:53.402 INFO STEP 989 (remove_files) COMPLETE
70122024-08-29T15:12:55.079Z[ recovery-image] Aug 29 15:12:53.402 INFO O| Aug 29 15:12:53.402 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-08-29T15:12:55.111Z[ recovery-image] Aug 29 15:12:53.436 INFO O| Aug 29 15:12:53.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
70142024-08-29T15:12:55.111Z[ recovery-image] Aug 29 15:12:53.436 INFO O| Aug 29 15:12:53.436 INFO STEP 990 (remove_files) COMPLETE
70152024-08-29T15:12:55.114Z[ recovery-image] Aug 29 15:12:53.436 INFO O| Aug 29 15:12:53.436 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-08-29T15:12:55.162Z[ recovery-image] Aug 29 15:12:53.488 INFO O| Aug 29 15:12:53.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70172024-08-29T15:12:55.162Z[ recovery-image] Aug 29 15:12:53.488 INFO O| Aug 29 15:12:53.488 INFO STEP 991 (remove_files) COMPLETE
70182024-08-29T15:12:55.165Z[ recovery-image] Aug 29 15:12:53.488 INFO O| Aug 29 15:12:53.488 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-08-29T15:12:55.180Z[ recovery-image] Aug 29 15:12:53.505 INFO O| Aug 29 15:12:53.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70202024-08-29T15:12:55.180Z[ recovery-image] Aug 29 15:12:53.505 INFO O| Aug 29 15:12:53.505 INFO STEP 992 (remove_files) COMPLETE
70212024-08-29T15:12:55.182Z[ recovery-image] Aug 29 15:12:53.505 INFO O| Aug 29 15:12:53.505 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-08-29T15:12:55.215Z[ recovery-image] Aug 29 15:12:53.540 INFO O| Aug 29 15:12:53.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70232024-08-29T15:12:55.215Z[ recovery-image] Aug 29 15:12:53.540 INFO O| Aug 29 15:12:53.540 INFO STEP 993 (remove_files) COMPLETE
70242024-08-29T15:12:55.217Z[ recovery-image] Aug 29 15:12:53.540 INFO O| Aug 29 15:12:53.540 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-08-29T15:12:55.255Z[ recovery-image] Aug 29 15:12:53.581 INFO O| Aug 29 15:12:53.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70262024-08-29T15:12:55.256Z[ recovery-image] Aug 29 15:12:53.581 INFO O| Aug 29 15:12:53.581 INFO STEP 994 (remove_files) COMPLETE
70272024-08-29T15:12:55.258Z[ recovery-image] Aug 29 15:12:53.581 INFO O| Aug 29 15:12:53.581 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-08-29T15:12:55.318Z[ recovery-image] Aug 29 15:12:53.644 INFO O| Aug 29 15:12:53.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70292024-08-29T15:12:55.318Z[ recovery-image] Aug 29 15:12:53.644 INFO O| Aug 29 15:12:53.644 INFO STEP 995 (remove_files) COMPLETE
70302024-08-29T15:12:55.318Z[ recovery-image] Aug 29 15:12:53.644 INFO O| Aug 29 15:12:53.644 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-08-29T15:12:55.337Z[ recovery-image] Aug 29 15:12:53.663 INFO O| Aug 29 15:12:53.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70322024-08-29T15:12:55.337Z[ recovery-image] Aug 29 15:12:53.663 INFO O| Aug 29 15:12:53.663 INFO STEP 996 (remove_files) COMPLETE
70332024-08-29T15:12:55.337Z[ recovery-image] Aug 29 15:12:53.663 INFO O| Aug 29 15:12:53.663 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-08-29T15:12:55.354Z[ recovery-image] Aug 29 15:12:53.679 INFO O| Aug 29 15:12:53.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
70352024-08-29T15:12:55.356Z[ recovery-image] Aug 29 15:12:53.679 INFO O| Aug 29 15:12:53.679 INFO STEP 997 (remove_files) COMPLETE
70362024-08-29T15:12:55.356Z[ recovery-image] Aug 29 15:12:53.679 INFO O| Aug 29 15:12:53.679 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-08-29T15:12:55.371Z[ recovery-image] Aug 29 15:12:53.696 INFO O| Aug 29 15:12:53.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70382024-08-29T15:12:55.372Z[ recovery-image] Aug 29 15:12:53.696 INFO O| Aug 29 15:12:53.696 INFO STEP 998 (remove_files) COMPLETE
70392024-08-29T15:12:55.375Z[ recovery-image] Aug 29 15:12:53.696 INFO O| Aug 29 15:12:53.696 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-08-29T15:12:55.387Z[ recovery-image] Aug 29 15:12:53.712 INFO O| Aug 29 15:12:53.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
70412024-08-29T15:12:55.387Z[ recovery-image] Aug 29 15:12:53.712 INFO O| Aug 29 15:12:53.712 INFO STEP 999 (remove_files) COMPLETE
70422024-08-29T15:12:55.387Z[ recovery-image] Aug 29 15:12:53.712 INFO O| Aug 29 15:12:53.712 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-08-29T15:12:55.404Z[ recovery-image] Aug 29 15:12:53.730 INFO O| Aug 29 15:12:53.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70442024-08-29T15:12:55.404Z[ recovery-image] Aug 29 15:12:53.730 INFO O| Aug 29 15:12:53.730 INFO STEP 1000 (remove_files) COMPLETE
70452024-08-29T15:12:55.404Z[ recovery-image] Aug 29 15:12:53.730 INFO O| Aug 29 15:12:53.730 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-08-29T15:12:55.438Z[ recovery-image] Aug 29 15:12:53.764 INFO O| Aug 29 15:12:53.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70472024-08-29T15:12:55.438Z[ recovery-image] Aug 29 15:12:53.764 INFO O| Aug 29 15:12:53.764 INFO STEP 1001 (remove_files) COMPLETE
70482024-08-29T15:12:55.441Z[ recovery-image] Aug 29 15:12:53.764 INFO O| Aug 29 15:12:53.764 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-08-29T15:12:55.477Z[ recovery-image] Aug 29 15:12:53.803 INFO O| Aug 29 15:12:53.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70502024-08-29T15:12:55.477Z[ recovery-image] Aug 29 15:12:53.803 INFO O| Aug 29 15:12:53.803 INFO STEP 1002 (remove_files) COMPLETE
70512024-08-29T15:12:55.480Z[ recovery-image] Aug 29 15:12:53.803 INFO O| Aug 29 15:12:53.803 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-08-29T15:12:55.496Z[ recovery-image] Aug 29 15:12:53.820 INFO O| Aug 29 15:12:53.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
70532024-08-29T15:12:55.496Z[ recovery-image] Aug 29 15:12:53.820 INFO O| Aug 29 15:12:53.820 INFO STEP 1003 (remove_files) COMPLETE
70542024-08-29T15:12:55.496Z[ recovery-image] Aug 29 15:12:53.821 INFO O| Aug 29 15:12:53.820 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-08-29T15:12:55.530Z[ recovery-image] Aug 29 15:12:53.854 INFO O| Aug 29 15:12:53.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
70562024-08-29T15:12:55.530Z[ recovery-image] Aug 29 15:12:53.854 INFO O| Aug 29 15:12:53.854 INFO STEP 1004 (remove_files) COMPLETE
70572024-08-29T15:12:55.530Z[ recovery-image] Aug 29 15:12:53.854 INFO O| Aug 29 15:12:53.854 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-08-29T15:12:55.582Z[ recovery-image] Aug 29 15:12:53.906 INFO O| Aug 29 15:12:53.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
70592024-08-29T15:12:55.582Z[ recovery-image] Aug 29 15:12:53.907 INFO O| Aug 29 15:12:53.906 INFO STEP 1005 (remove_files) COMPLETE
70602024-08-29T15:12:55.582Z[ recovery-image] Aug 29 15:12:53.907 INFO O| Aug 29 15:12:53.907 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-08-29T15:12:55.600Z[ recovery-image] Aug 29 15:12:53.925 INFO O| Aug 29 15:12:53.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
70622024-08-29T15:12:55.600Z[ recovery-image] Aug 29 15:12:53.925 INFO O| Aug 29 15:12:53.925 INFO STEP 1006 (remove_files) COMPLETE
70632024-08-29T15:12:55.600Z[ recovery-image] Aug 29 15:12:53.925 INFO O| Aug 29 15:12:53.925 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-08-29T15:12:55.618Z[ recovery-image] Aug 29 15:12:53.943 INFO O| Aug 29 15:12:53.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
70652024-08-29T15:12:55.618Z[ recovery-image] Aug 29 15:12:53.943 INFO O| Aug 29 15:12:53.943 INFO STEP 1007 (remove_files) COMPLETE
70662024-08-29T15:12:55.620Z[ recovery-image] Aug 29 15:12:53.943 INFO O| Aug 29 15:12:53.943 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-08-29T15:12:55.657Z[ recovery-image] Aug 29 15:12:53.982 INFO O| Aug 29 15:12:53.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
70682024-08-29T15:12:55.660Z[ recovery-image] Aug 29 15:12:53.982 INFO O| Aug 29 15:12:53.982 INFO STEP 1008 (remove_files) COMPLETE
70692024-08-29T15:12:55.660Z[ recovery-image] Aug 29 15:12:53.982 INFO O| Aug 29 15:12:53.982 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-08-29T15:12:55.707Z[ recovery-image] Aug 29 15:12:54.032 INFO O| Aug 29 15:12:54.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
70712024-08-29T15:12:55.707Z[ recovery-image] Aug 29 15:12:54.033 INFO O| Aug 29 15:12:54.032 INFO STEP 1009 (remove_files) COMPLETE
70722024-08-29T15:12:55.707Z[ recovery-image] Aug 29 15:12:54.033 INFO O| Aug 29 15:12:54.033 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-08-29T15:12:55.724Z[ recovery-image] Aug 29 15:12:54.050 INFO O| Aug 29 15:12:54.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
70742024-08-29T15:12:55.727Z[ recovery-image] Aug 29 15:12:54.050 INFO O| Aug 29 15:12:54.050 INFO STEP 1010 (remove_files) COMPLETE
70752024-08-29T15:12:55.727Z[ recovery-image] Aug 29 15:12:54.050 INFO O| Aug 29 15:12:54.050 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-08-29T15:12:55.762Z[ recovery-image] Aug 29 15:12:54.087 INFO O| Aug 29 15:12:54.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
70772024-08-29T15:12:55.767Z[ recovery-image] Aug 29 15:12:54.088 INFO O| Aug 29 15:12:54.087 INFO STEP 1011 (remove_files) COMPLETE
70782024-08-29T15:12:55.767Z[ recovery-image] Aug 29 15:12:54.088 INFO O| Aug 29 15:12:54.088 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-08-29T15:12:55.790Z[ recovery-image] Aug 29 15:12:54.115 INFO O| Aug 29 15:12:54.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
70802024-08-29T15:12:55.790Z[ recovery-image] Aug 29 15:12:54.115 INFO O| Aug 29 15:12:54.115 INFO STEP 1012 (remove_files) COMPLETE
70812024-08-29T15:12:55.793Z[ recovery-image] Aug 29 15:12:54.115 INFO O| Aug 29 15:12:54.115 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-08-29T15:12:55.846Z[ recovery-image] Aug 29 15:12:54.171 INFO O| Aug 29 15:12:54.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
70832024-08-29T15:12:55.846Z[ recovery-image] Aug 29 15:12:54.171 INFO O| Aug 29 15:12:54.171 INFO STEP 1013 (remove_files) COMPLETE
70842024-08-29T15:12:55.848Z[ recovery-image] Aug 29 15:12:54.171 INFO O| Aug 29 15:12:54.171 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-08-29T15:12:55.906Z[ recovery-image] Aug 29 15:12:54.231 INFO O| Aug 29 15:12:54.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
70862024-08-29T15:12:55.906Z[ recovery-image] Aug 29 15:12:54.232 INFO O| Aug 29 15:12:54.232 INFO STEP 1014 (remove_files) COMPLETE
70872024-08-29T15:12:55.909Z[ recovery-image] Aug 29 15:12:54.232 INFO O| Aug 29 15:12:54.232 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-08-29T15:12:55.925Z[ recovery-image] Aug 29 15:12:54.250 INFO O| Aug 29 15:12:54.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
70892024-08-29T15:12:55.925Z[ recovery-image] Aug 29 15:12:54.250 INFO O| Aug 29 15:12:54.250 INFO STEP 1015 (remove_files) COMPLETE
70902024-08-29T15:12:55.927Z[ recovery-image] Aug 29 15:12:54.250 INFO O| Aug 29 15:12:54.250 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-08-29T15:12:55.962Z[ recovery-image] Aug 29 15:12:54.286 INFO O| Aug 29 15:12:54.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
70922024-08-29T15:12:55.962Z[ recovery-image] Aug 29 15:12:54.287 INFO O| Aug 29 15:12:54.287 INFO STEP 1016 (remove_files) COMPLETE
70932024-08-29T15:12:55.962Z[ recovery-image] Aug 29 15:12:54.287 INFO O| Aug 29 15:12:54.287 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-08-29T15:12:55.985Z[ recovery-image] Aug 29 15:12:54.310 INFO O| Aug 29 15:12:54.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
70952024-08-29T15:12:55.987Z[ recovery-image] Aug 29 15:12:54.310 INFO O| Aug 29 15:12:54.310 INFO STEP 1017 (remove_files) COMPLETE
70962024-08-29T15:12:55.987Z[ recovery-image] Aug 29 15:12:54.311 INFO O| Aug 29 15:12:54.310 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-08-29T15:12:56.003Z[ recovery-image] Aug 29 15:12:54.328 INFO O| Aug 29 15:12:54.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
70982024-08-29T15:12:56.005Z[ recovery-image] Aug 29 15:12:54.328 INFO O| Aug 29 15:12:54.328 INFO STEP 1018 (remove_files) COMPLETE
70992024-08-29T15:12:56.005Z[ recovery-image] Aug 29 15:12:54.328 INFO O| Aug 29 15:12:54.328 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-08-29T15:12:56.033Z[ recovery-image] Aug 29 15:12:54.358 INFO O| Aug 29 15:12:54.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
71012024-08-29T15:12:56.035Z[ recovery-image] Aug 29 15:12:54.358 INFO O| Aug 29 15:12:54.358 INFO STEP 1019 (remove_files) COMPLETE
71022024-08-29T15:12:56.035Z[ recovery-image] Aug 29 15:12:54.358 INFO O| Aug 29 15:12:54.358 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-08-29T15:12:56.107Z[ recovery-image] Aug 29 15:12:54.432 INFO O| Aug 29 15:12:54.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
71042024-08-29T15:12:56.110Z[ recovery-image] Aug 29 15:12:54.433 INFO O| Aug 29 15:12:54.432 INFO STEP 1020 (remove_files) COMPLETE
71052024-08-29T15:12:56.110Z[ recovery-image] Aug 29 15:12:54.433 INFO O| Aug 29 15:12:54.433 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-08-29T15:12:56.143Z[ recovery-image] Aug 29 15:12:54.468 INFO O| Aug 29 15:12:54.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
71072024-08-29T15:12:56.143Z[ recovery-image] Aug 29 15:12:54.468 INFO O| Aug 29 15:12:54.468 INFO STEP 1021 (remove_files) COMPLETE
71082024-08-29T15:12:56.145Z[ recovery-image] Aug 29 15:12:54.468 INFO O| Aug 29 15:12:54.468 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-08-29T15:12:56.161Z[ recovery-image] Aug 29 15:12:54.486 INFO O| Aug 29 15:12:54.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
71102024-08-29T15:12:56.161Z[ recovery-image] Aug 29 15:12:54.487 INFO O| Aug 29 15:12:54.487 INFO STEP 1022 (remove_files) COMPLETE
71112024-08-29T15:12:56.161Z[ recovery-image] Aug 29 15:12:54.487 INFO O| Aug 29 15:12:54.487 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-08-29T15:12:56.178Z[ recovery-image] Aug 29 15:12:54.503 INFO O| Aug 29 15:12:54.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
71132024-08-29T15:12:56.178Z[ recovery-image] Aug 29 15:12:54.503 INFO O| Aug 29 15:12:54.503 INFO STEP 1023 (remove_files) COMPLETE
71142024-08-29T15:12:56.180Z[ recovery-image] Aug 29 15:12:54.503 INFO O| Aug 29 15:12:54.503 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-08-29T15:12:56.218Z[ recovery-image] Aug 29 15:12:54.543 INFO O| Aug 29 15:12:54.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71162024-08-29T15:12:56.218Z[ recovery-image] Aug 29 15:12:54.543 INFO O| Aug 29 15:12:54.543 INFO STEP 1024 (remove_files) COMPLETE
71172024-08-29T15:12:56.218Z[ recovery-image] Aug 29 15:12:54.543 INFO O| Aug 29 15:12:54.543 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-08-29T15:12:56.260Z[ recovery-image] Aug 29 15:12:54.585 INFO O| Aug 29 15:12:54.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71192024-08-29T15:12:56.263Z[ recovery-image] Aug 29 15:12:54.585 INFO O| Aug 29 15:12:54.585 INFO STEP 1025 (remove_files) COMPLETE
71202024-08-29T15:12:56.263Z[ recovery-image] Aug 29 15:12:54.585 INFO O| Aug 29 15:12:54.585 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-08-29T15:12:56.277Z[ recovery-image] Aug 29 15:12:54.603 INFO O| Aug 29 15:12:54.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
71222024-08-29T15:12:56.280Z[ recovery-image] Aug 29 15:12:54.603 INFO O| Aug 29 15:12:54.603 INFO STEP 1026 (remove_files) COMPLETE
71232024-08-29T15:12:56.280Z[ recovery-image] Aug 29 15:12:54.603 INFO O| Aug 29 15:12:54.603 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-08-29T15:12:56.296Z[ recovery-image] Aug 29 15:12:54.621 INFO O| Aug 29 15:12:54.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
71252024-08-29T15:12:56.298Z[ recovery-image] Aug 29 15:12:54.621 INFO O| Aug 29 15:12:54.621 INFO STEP 1027 (remove_files) COMPLETE
71262024-08-29T15:12:56.298Z[ recovery-image] Aug 29 15:12:54.621 INFO O| Aug 29 15:12:54.621 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-08-29T15:12:56.329Z[ recovery-image] Aug 29 15:12:54.654 INFO O| Aug 29 15:12:54.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
71282024-08-29T15:12:56.329Z[ recovery-image] Aug 29 15:12:54.654 INFO O| Aug 29 15:12:54.654 INFO STEP 1028 (remove_files) COMPLETE
71292024-08-29T15:12:56.329Z[ recovery-image] Aug 29 15:12:54.654 INFO O| Aug 29 15:12:54.654 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-08-29T15:12:56.348Z[ recovery-image] Aug 29 15:12:54.673 INFO O| Aug 29 15:12:54.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
71312024-08-29T15:12:56.348Z[ recovery-image] Aug 29 15:12:54.673 INFO O| Aug 29 15:12:54.673 INFO STEP 1029 (remove_files) COMPLETE
71322024-08-29T15:12:56.348Z[ recovery-image] Aug 29 15:12:54.673 INFO O| Aug 29 15:12:54.673 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-08-29T15:12:56.382Z[ recovery-image] Aug 29 15:12:54.707 INFO O| Aug 29 15:12:54.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
71342024-08-29T15:12:56.382Z[ recovery-image] Aug 29 15:12:54.707 INFO O| Aug 29 15:12:54.707 INFO STEP 1030 (remove_files) COMPLETE
71352024-08-29T15:12:56.382Z[ recovery-image] Aug 29 15:12:54.707 INFO O| Aug 29 15:12:54.707 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-08-29T15:12:56.401Z[ recovery-image] Aug 29 15:12:54.726 INFO O| Aug 29 15:12:54.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71372024-08-29T15:12:56.401Z[ recovery-image] Aug 29 15:12:54.726 INFO O| Aug 29 15:12:54.726 INFO STEP 1031 (remove_files) COMPLETE
71382024-08-29T15:12:56.401Z[ recovery-image] Aug 29 15:12:54.726 INFO O| Aug 29 15:12:54.726 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-08-29T15:12:56.423Z[ recovery-image] Aug 29 15:12:54.748 INFO O| Aug 29 15:12:54.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
71402024-08-29T15:12:56.423Z[ recovery-image] Aug 29 15:12:54.748 INFO O| Aug 29 15:12:54.748 INFO STEP 1032 (remove_files) COMPLETE
71412024-08-29T15:12:56.423Z[ recovery-image] Aug 29 15:12:54.748 INFO O| Aug 29 15:12:54.748 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-08-29T15:12:56.462Z[ recovery-image] Aug 29 15:12:54.786 INFO O| Aug 29 15:12:54.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
71432024-08-29T15:12:56.462Z[ recovery-image] Aug 29 15:12:54.786 INFO O| Aug 29 15:12:54.786 INFO STEP 1033 (remove_files) COMPLETE
71442024-08-29T15:12:56.462Z[ recovery-image] Aug 29 15:12:54.786 INFO O| Aug 29 15:12:54.786 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-08-29T15:12:56.481Z[ recovery-image] Aug 29 15:12:54.806 INFO O| Aug 29 15:12:54.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71462024-08-29T15:12:56.481Z[ recovery-image] Aug 29 15:12:54.806 INFO O| Aug 29 15:12:54.806 INFO STEP 1034 (remove_files) COMPLETE
71472024-08-29T15:12:56.481Z[ recovery-image] Aug 29 15:12:54.806 INFO O| Aug 29 15:12:54.806 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-08-29T15:12:56.512Z[ recovery-image] Aug 29 15:12:54.837 INFO O| Aug 29 15:12:54.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71492024-08-29T15:12:56.515Z[ recovery-image] Aug 29 15:12:54.837 INFO O| Aug 29 15:12:54.837 INFO STEP 1035 (remove_files) COMPLETE
71502024-08-29T15:12:56.515Z[ recovery-image] Aug 29 15:12:54.838 INFO O| Aug 29 15:12:54.837 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-08-29T15:12:56.538Z[ recovery-image] Aug 29 15:12:54.863 INFO O| Aug 29 15:12:54.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
71522024-08-29T15:12:56.541Z[ recovery-image] Aug 29 15:12:54.863 INFO O| Aug 29 15:12:54.863 INFO STEP 1036 (remove_files) COMPLETE
71532024-08-29T15:12:56.541Z[ recovery-image] Aug 29 15:12:54.863 INFO O| Aug 29 15:12:54.863 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-08-29T15:12:56.557Z[ recovery-image] Aug 29 15:12:54.882 INFO O| Aug 29 15:12:54.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
71552024-08-29T15:12:56.557Z[ recovery-image] Aug 29 15:12:54.882 INFO O| Aug 29 15:12:54.882 INFO STEP 1037 (remove_files) COMPLETE
71562024-08-29T15:12:56.559Z[ recovery-image] Aug 29 15:12:54.882 INFO O| Aug 29 15:12:54.882 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-08-29T15:12:56.588Z[ recovery-image] Aug 29 15:12:54.913 INFO O| Aug 29 15:12:54.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
71582024-08-29T15:12:56.588Z[ recovery-image] Aug 29 15:12:54.913 INFO O| Aug 29 15:12:54.913 INFO STEP 1038 (remove_files) COMPLETE
71592024-08-29T15:12:56.591Z[ recovery-image] Aug 29 15:12:54.914 INFO O| Aug 29 15:12:54.913 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-08-29T15:12:56.633Z[ recovery-image] Aug 29 15:12:54.958 INFO O| Aug 29 15:12:54.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
71612024-08-29T15:12:56.633Z[ recovery-image] Aug 29 15:12:54.958 INFO O| Aug 29 15:12:54.958 INFO STEP 1039 (remove_files) COMPLETE
71622024-08-29T15:12:56.633Z[ recovery-image] Aug 29 15:12:54.958 INFO O| Aug 29 15:12:54.958 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-08-29T15:12:56.691Z[ recovery-image] Aug 29 15:12:55.016 INFO O| Aug 29 15:12:55.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
71642024-08-29T15:12:56.691Z[ recovery-image] Aug 29 15:12:55.016 INFO O| Aug 29 15:12:55.016 INFO STEP 1040 (remove_files) COMPLETE
71652024-08-29T15:12:56.693Z[ recovery-image] Aug 29 15:12:55.016 INFO O| Aug 29 15:12:55.016 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-08-29T15:12:56.707Z[ recovery-image] Aug 29 15:12:55.032 INFO O| Aug 29 15:12:55.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
71672024-08-29T15:12:56.707Z[ recovery-image] Aug 29 15:12:55.033 INFO O| Aug 29 15:12:55.033 INFO STEP 1041 (remove_files) COMPLETE
71682024-08-29T15:12:56.707Z[ recovery-image] Aug 29 15:12:55.033 INFO O| Aug 29 15:12:55.033 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-08-29T15:12:56.724Z[ recovery-image] Aug 29 15:12:55.049 INFO O| Aug 29 15:12:55.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
71702024-08-29T15:12:56.724Z[ recovery-image] Aug 29 15:12:55.049 INFO O| Aug 29 15:12:55.049 INFO STEP 1042 (remove_files) COMPLETE
71712024-08-29T15:12:56.726Z[ recovery-image] Aug 29 15:12:55.049 INFO O| Aug 29 15:12:55.049 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-08-29T15:12:56.780Z[ recovery-image] Aug 29 15:12:55.105 INFO O| Aug 29 15:12:55.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
71732024-08-29T15:12:56.782Z[ recovery-image] Aug 29 15:12:55.105 INFO O| Aug 29 15:12:55.105 INFO STEP 1043 (remove_files) COMPLETE
71742024-08-29T15:12:56.782Z[ recovery-image] Aug 29 15:12:55.105 INFO O| Aug 29 15:12:55.105 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-08-29T15:12:56.798Z[ recovery-image] Aug 29 15:12:55.123 INFO O| Aug 29 15:12:55.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
71762024-08-29T15:12:56.798Z[ recovery-image] Aug 29 15:12:55.123 INFO O| Aug 29 15:12:55.123 INFO STEP 1044 (remove_files) COMPLETE
71772024-08-29T15:12:56.801Z[ recovery-image] Aug 29 15:12:55.123 INFO O| Aug 29 15:12:55.123 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-08-29T15:12:56.816Z[ recovery-image] Aug 29 15:12:55.141 INFO O| Aug 29 15:12:55.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
71792024-08-29T15:12:56.816Z[ recovery-image] Aug 29 15:12:55.141 INFO O| Aug 29 15:12:55.141 INFO STEP 1045 (remove_files) COMPLETE
71802024-08-29T15:12:56.819Z[ recovery-image] Aug 29 15:12:55.142 INFO O| Aug 29 15:12:55.141 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-08-29T15:12:56.833Z[ recovery-image] Aug 29 15:12:55.158 INFO O| Aug 29 15:12:55.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
71822024-08-29T15:12:56.833Z[ recovery-image] Aug 29 15:12:55.158 INFO O| Aug 29 15:12:55.158 INFO STEP 1046 (remove_files) COMPLETE
71832024-08-29T15:12:56.833Z[ recovery-image] Aug 29 15:12:55.158 INFO O| Aug 29 15:12:55.158 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-08-29T15:12:56.849Z[ recovery-image] Aug 29 15:12:55.173 INFO O| Aug 29 15:12:55.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
71852024-08-29T15:12:56.851Z[ recovery-image] Aug 29 15:12:55.174 INFO O| Aug 29 15:12:55.174 INFO STEP 1047 (remove_files) COMPLETE
71862024-08-29T15:12:56.852Z[ recovery-image] Aug 29 15:12:55.174 INFO O| Aug 29 15:12:55.174 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-08-29T15:12:56.866Z[ recovery-image] Aug 29 15:12:55.188 INFO O| Aug 29 15:12:55.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
71882024-08-29T15:12:56.866Z[ recovery-image] Aug 29 15:12:55.188 INFO O| Aug 29 15:12:55.188 INFO STEP 1048 (remove_files) COMPLETE
71892024-08-29T15:12:56.866Z[ recovery-image] Aug 29 15:12:55.188 INFO O| Aug 29 15:12:55.188 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-08-29T15:12:56.878Z[ recovery-image] Aug 29 15:12:55.203 INFO O| Aug 29 15:12:55.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
71912024-08-29T15:12:56.878Z[ recovery-image] Aug 29 15:12:55.203 INFO O| Aug 29 15:12:55.203 INFO STEP 1049 (remove_files) COMPLETE
71922024-08-29T15:12:56.880Z[ recovery-image] Aug 29 15:12:55.203 INFO O| Aug 29 15:12:55.203 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-08-29T15:12:56.893Z[ recovery-image] Aug 29 15:12:55.218 INFO O| Aug 29 15:12:55.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
71942024-08-29T15:12:56.893Z[ recovery-image] Aug 29 15:12:55.218 INFO O| Aug 29 15:12:55.218 INFO STEP 1050 (remove_files) COMPLETE
71952024-08-29T15:12:56.893Z[ recovery-image] Aug 29 15:12:55.218 INFO O| Aug 29 15:12:55.218 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-08-29T15:12:56.910Z[ recovery-image] Aug 29 15:12:55.235 INFO O| Aug 29 15:12:55.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
71972024-08-29T15:12:56.910Z[ recovery-image] Aug 29 15:12:55.235 INFO O| Aug 29 15:12:55.235 INFO STEP 1051 (remove_files) COMPLETE
71982024-08-29T15:12:56.910Z[ recovery-image] Aug 29 15:12:55.235 INFO O| Aug 29 15:12:55.235 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-08-29T15:12:56.945Z[ recovery-image] Aug 29 15:12:55.270 INFO O| Aug 29 15:12:55.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
72002024-08-29T15:12:56.945Z[ recovery-image] Aug 29 15:12:55.270 INFO O| Aug 29 15:12:55.270 INFO STEP 1052 (remove_files) COMPLETE
72012024-08-29T15:12:56.945Z[ recovery-image] Aug 29 15:12:55.270 INFO O| Aug 29 15:12:55.270 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-08-29T15:12:57.005Z[ recovery-image] Aug 29 15:12:55.330 INFO O| Aug 29 15:12:55.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
72032024-08-29T15:12:57.005Z[ recovery-image] Aug 29 15:12:55.330 INFO O| Aug 29 15:12:55.330 INFO STEP 1053 (remove_files) COMPLETE
72042024-08-29T15:12:57.008Z[ recovery-image] Aug 29 15:12:55.330 INFO O| Aug 29 15:12:55.330 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-08-29T15:12:57.026Z[ recovery-image] Aug 29 15:12:55.351 INFO O| Aug 29 15:12:55.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
72062024-08-29T15:12:57.026Z[ recovery-image] Aug 29 15:12:55.351 INFO O| Aug 29 15:12:55.351 INFO STEP 1054 (remove_files) COMPLETE
72072024-08-29T15:12:57.028Z[ recovery-image] Aug 29 15:12:55.351 INFO O| Aug 29 15:12:55.351 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-08-29T15:12:57.060Z[ recovery-image] Aug 29 15:12:55.385 INFO O| Aug 29 15:12:55.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
72092024-08-29T15:12:57.060Z[ recovery-image] Aug 29 15:12:55.385 INFO O| Aug 29 15:12:55.385 INFO STEP 1055 (remove_files) COMPLETE
72102024-08-29T15:12:57.060Z[ recovery-image] Aug 29 15:12:55.385 INFO O| Aug 29 15:12:55.385 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-08-29T15:12:57.078Z[ recovery-image] Aug 29 15:12:55.403 INFO O| Aug 29 15:12:55.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72122024-08-29T15:12:57.078Z[ recovery-image] Aug 29 15:12:55.403 INFO O| Aug 29 15:12:55.403 INFO STEP 1056 (remove_files) COMPLETE
72132024-08-29T15:12:57.078Z[ recovery-image] Aug 29 15:12:55.403 INFO O| Aug 29 15:12:55.403 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-08-29T15:12:57.096Z[ recovery-image] Aug 29 15:12:55.420 INFO O| Aug 29 15:12:55.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72152024-08-29T15:12:57.096Z[ recovery-image] Aug 29 15:12:55.420 INFO O| Aug 29 15:12:55.420 INFO STEP 1057 (remove_files) COMPLETE
72162024-08-29T15:12:57.096Z[ recovery-image] Aug 29 15:12:55.420 INFO O| Aug 29 15:12:55.420 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-08-29T15:12:57.135Z[ recovery-image] Aug 29 15:12:55.460 INFO O| Aug 29 15:12:55.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72182024-08-29T15:12:57.138Z[ recovery-image] Aug 29 15:12:55.460 INFO O| Aug 29 15:12:55.460 INFO STEP 1058 (remove_files) COMPLETE
72192024-08-29T15:12:57.138Z[ recovery-image] Aug 29 15:12:55.460 INFO O| Aug 29 15:12:55.460 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-08-29T15:12:57.172Z[ host-image] Aug 29 15:12:55.497 INFO O| Aug 29 15:12:55.496 INFO O| Done
72212024-08-29T15:12:57.193Z[ recovery-image] Aug 29 15:12:55.518 INFO O| Aug 29 15:12:55.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72222024-08-29T15:12:57.195Z[ recovery-image] Aug 29 15:12:55.518 INFO O| Aug 29 15:12:55.518 INFO STEP 1059 (remove_files) COMPLETE
72232024-08-29T15:12:57.195Z[ recovery-image] Aug 29 15:12:55.518 INFO O| Aug 29 15:12:55.518 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-08-29T15:12:57.213Z[ host-image] Aug 29 15:12:55.538 INFO O| Aug 29 15:12:55.538 INFO O| Done
72252024-08-29T15:12:57.216Z[ host-image] Aug 29 15:12:55.539 INFO O| Aug 29 15:12:55.539 INFO O| Done
72262024-08-29T15:12:57.232Z[ host-image] Aug 29 15:12:55.557 INFO O| Aug 29 15:12:55.557 INFO O| Done
72272024-08-29T15:12:57.236Z[ recovery-image] Aug 29 15:12:55.561 INFO O| Aug 29 15:12:55.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
72282024-08-29T15:12:57.236Z[ recovery-image] Aug 29 15:12:55.562 INFO O| Aug 29 15:12:55.562 INFO STEP 1060 (remove_files) COMPLETE
72292024-08-29T15:12:57.239Z[ recovery-image] Aug 29 15:12:55.562 INFO O| Aug 29 15:12:55.562 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-08-29T15:12:57.279Z[ recovery-image] Aug 29 15:12:55.604 INFO O| Aug 29 15:12:55.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
72312024-08-29T15:12:57.283Z[ recovery-image] Aug 29 15:12:55.604 INFO O| Aug 29 15:12:55.604 INFO STEP 1061 (remove_files) COMPLETE
72322024-08-29T15:12:57.283Z[ recovery-image] Aug 29 15:12:55.604 INFO O| Aug 29 15:12:55.604 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-08-29T15:12:57.319Z[ recovery-image] Aug 29 15:12:55.643 INFO O| Aug 29 15:12:55.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
72342024-08-29T15:12:57.319Z[ recovery-image] Aug 29 15:12:55.644 INFO O| Aug 29 15:12:55.644 INFO STEP 1062 (remove_files) COMPLETE
72352024-08-29T15:12:57.319Z[ recovery-image] Aug 29 15:12:55.644 INFO O| Aug 29 15:12:55.644 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-08-29T15:12:57.351Z[ recovery-image] Aug 29 15:12:55.675 INFO O| Aug 29 15:12:55.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
72372024-08-29T15:12:57.356Z[ recovery-image] Aug 29 15:12:55.681 INFO O| Aug 29 15:12:55.681 INFO STEP 1063 (remove_files) COMPLETE
72382024-08-29T15:12:57.356Z[ recovery-image] Aug 29 15:12:55.681 INFO O| Aug 29 15:12:55.681 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-08-29T15:12:57.375Z[ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO STEP 14 (pkg_install) COMPLETE
72402024-08-29T15:12:57.376Z[ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72412024-08-29T15:12:57.384Z[ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO skip step because feature "mfg" is not enabled
72422024-08-29T15:12:57.384Z[ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72432024-08-29T15:12:57.384Z[ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO skip step because feature "compliance" is not enabled
72442024-08-29T15:12:57.384Z[ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72452024-08-29T15:12:57.384Z[ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO skip step because feature "stress" is not enabled
72462024-08-29T15:12:57.384Z[ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72472024-08-29T15:12:57.384Z[ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO skip step because feature "nfs" is not enabled
72482024-08-29T15:12:57.384Z[ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
72492024-08-29T15:12:57.384Z[ host-image] Aug 29 15:12:55.700 INFO O| Aug 29 15:12:55.700 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
72502024-08-29T15:12:57.418Z[ recovery-image] Aug 29 15:12:55.743 INFO O| Aug 29 15:12:55.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
72512024-08-29T15:12:57.421Z[ recovery-image] Aug 29 15:12:55.743 INFO O| Aug 29 15:12:55.743 INFO STEP 1064 (remove_files) COMPLETE
72522024-08-29T15:12:57.421Z[ recovery-image] Aug 29 15:12:55.744 INFO O| Aug 29 15:12:55.743 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-08-29T15:12:57.438Z[ recovery-image] Aug 29 15:12:55.762 INFO O| Aug 29 15:12:55.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
72542024-08-29T15:12:57.440Z[ recovery-image] Aug 29 15:12:55.763 INFO O| Aug 29 15:12:55.763 INFO STEP 1065 (remove_files) COMPLETE
72552024-08-29T15:12:57.440Z[ recovery-image] Aug 29 15:12:55.763 INFO O| Aug 29 15:12:55.763 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-08-29T15:12:57.456Z[ recovery-image] Aug 29 15:12:55.781 INFO O| Aug 29 15:12:55.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72572024-08-29T15:12:57.459Z[ recovery-image] Aug 29 15:12:55.781 INFO O| Aug 29 15:12:55.781 INFO STEP 1066 (remove_files) COMPLETE
72582024-08-29T15:12:57.459Z[ recovery-image] Aug 29 15:12:55.782 INFO O| Aug 29 15:12:55.781 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-08-29T15:12:57.475Z[ recovery-image] Aug 29 15:12:55.800 INFO O| Aug 29 15:12:55.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72602024-08-29T15:12:57.494Z[ recovery-image] Aug 29 15:12:55.819 INFO O| Aug 29 15:12:55.819 INFO STEP 1067 (remove_files) COMPLETE
72612024-08-29T15:12:57.494Z[ recovery-image] Aug 29 15:12:55.819 INFO O| Aug 29 15:12:55.819 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-08-29T15:12:57.514Z[ recovery-image] Aug 29 15:12:55.839 INFO O| Aug 29 15:12:55.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72632024-08-29T15:12:57.516Z[ recovery-image] Aug 29 15:12:55.839 INFO O| Aug 29 15:12:55.839 INFO STEP 1068 (remove_files) COMPLETE
72642024-08-29T15:12:57.517Z[ recovery-image] Aug 29 15:12:55.839 INFO O| Aug 29 15:12:55.839 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-08-29T15:12:57.532Z[ recovery-image] Aug 29 15:12:55.856 INFO O| Aug 29 15:12:55.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
72662024-08-29T15:12:57.534Z[ recovery-image] Aug 29 15:12:55.857 INFO O| Aug 29 15:12:55.857 INFO STEP 1069 (remove_files) COMPLETE
72672024-08-29T15:12:57.534Z[ recovery-image] Aug 29 15:12:55.857 INFO O| Aug 29 15:12:55.857 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-08-29T15:12:57.548Z[ recovery-image] Aug 29 15:12:55.873 INFO O| Aug 29 15:12:55.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
72692024-08-29T15:12:57.551Z[ recovery-image] Aug 29 15:12:55.873 INFO O| Aug 29 15:12:55.873 INFO STEP 1070 (remove_files) COMPLETE
72702024-08-29T15:12:57.551Z[ recovery-image] Aug 29 15:12:55.873 INFO O| Aug 29 15:12:55.873 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-08-29T15:12:57.586Z[ recovery-image] Aug 29 15:12:55.911 INFO O| Aug 29 15:12:55.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
72722024-08-29T15:12:57.586Z[ recovery-image] Aug 29 15:12:55.911 INFO O| Aug 29 15:12:55.911 INFO STEP 1071 (remove_files) COMPLETE
72732024-08-29T15:12:57.589Z[ recovery-image] Aug 29 15:12:55.911 INFO O| Aug 29 15:12:55.911 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-08-29T15:12:57.606Z[ recovery-image] Aug 29 15:12:55.931 INFO O| Aug 29 15:12:55.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
72752024-08-29T15:12:57.606Z[ recovery-image] Aug 29 15:12:55.931 INFO O| Aug 29 15:12:55.931 INFO STEP 1072 (remove_files) COMPLETE
72762024-08-29T15:12:57.608Z[ recovery-image] Aug 29 15:12:55.931 INFO O| Aug 29 15:12:55.931 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-08-29T15:12:57.623Z[ recovery-image] Aug 29 15:12:55.947 INFO O| Aug 29 15:12:55.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
72782024-08-29T15:12:57.623Z[ recovery-image] Aug 29 15:12:55.948 INFO O| Aug 29 15:12:55.947 INFO STEP 1073 (remove_files) COMPLETE
72792024-08-29T15:12:57.625Z[ recovery-image] Aug 29 15:12:55.948 INFO O| Aug 29 15:12:55.947 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-08-29T15:12:57.640Z[ recovery-image] Aug 29 15:12:55.965 INFO O| Aug 29 15:12:55.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
72812024-08-29T15:12:57.640Z[ recovery-image] Aug 29 15:12:55.965 INFO O| Aug 29 15:12:55.965 INFO STEP 1074 (remove_files) COMPLETE
72822024-08-29T15:12:57.642Z[ recovery-image] Aug 29 15:12:55.965 INFO O| Aug 29 15:12:55.965 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-08-29T15:12:57.658Z[ recovery-image] Aug 29 15:12:55.983 INFO O| Aug 29 15:12:55.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
72842024-08-29T15:12:57.658Z[ recovery-image] Aug 29 15:12:55.983 INFO O| Aug 29 15:12:55.983 INFO STEP 1075 (remove_files) COMPLETE
72852024-08-29T15:12:57.658Z[ recovery-image] Aug 29 15:12:55.983 INFO O| Aug 29 15:12:55.983 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-08-29T15:12:57.671Z[ host-image] Aug 29 15:12:55.996 INFO O| Aug 29 15:12:55.995 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
72872024-08-29T15:12:57.679Z[ recovery-image] Aug 29 15:12:56.004 INFO O| Aug 29 15:12:56.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
72882024-08-29T15:12:57.679Z[ recovery-image] Aug 29 15:12:56.004 INFO O| Aug 29 15:12:56.004 INFO STEP 1076 (remove_files) COMPLETE
72892024-08-29T15:12:57.680Z[ recovery-image] Aug 29 15:12:56.004 INFO O| Aug 29 15:12:56.004 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-08-29T15:12:57.710Z[ recovery-image] Aug 29 15:12:56.034 INFO O| Aug 29 15:12:56.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
72912024-08-29T15:12:57.710Z[ recovery-image] Aug 29 15:12:56.034 INFO O| Aug 29 15:12:56.034 INFO STEP 1077 (remove_files) COMPLETE
72922024-08-29T15:12:57.713Z[ recovery-image] Aug 29 15:12:56.034 INFO O| Aug 29 15:12:56.034 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-08-29T15:12:57.738Z[ recovery-image] Aug 29 15:12:56.063 INFO O| Aug 29 15:12:56.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
72942024-08-29T15:12:57.738Z[ recovery-image] Aug 29 15:12:56.063 INFO O| Aug 29 15:12:56.063 INFO STEP 1078 (remove_files) COMPLETE
72952024-08-29T15:12:57.738Z[ recovery-image] Aug 29 15:12:56.063 INFO O| Aug 29 15:12:56.063 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-08-29T15:12:57.779Z[ host-image] Aug 29 15:12:56.103 INFO O| Aug 29 15:12:56.103 INFO completed processing gimlet/ramdisk-01-os
72972024-08-29T15:12:57.781Z[ host-image] Aug 29 15:12:56.106 INFO omicron1 baseline generation...
72982024-08-29T15:12:57.782Z[ host-image] Aug 29 15:12:56.106 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
72992024-08-29T15:12:57.782Z[ recovery-image] Aug 29 15:12:56.106 INFO O| Aug 29 15:12:56.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73002024-08-29T15:12:57.784Z[ recovery-image] Aug 29 15:12:56.106 INFO O| Aug 29 15:12:56.106 INFO STEP 1079 (remove_files) COMPLETE
73012024-08-29T15:12:57.784Z[ recovery-image] Aug 29 15:12:56.106 INFO O| Aug 29 15:12:56.106 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-08-29T15:12:57.824Z[ recovery-image] Aug 29 15:12:56.149 INFO O| Aug 29 15:12:56.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
73032024-08-29T15:12:57.827Z[ recovery-image] Aug 29 15:12:56.149 INFO O| Aug 29 15:12:56.149 INFO STEP 1080 (remove_files) COMPLETE
73042024-08-29T15:12:57.827Z[ recovery-image] Aug 29 15:12:56.149 INFO O| Aug 29 15:12:56.149 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-08-29T15:12:57.840Z[ recovery-image] Aug 29 15:12:56.165 INFO O| Aug 29 15:12:56.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73062024-08-29T15:12:57.843Z[ recovery-image] Aug 29 15:12:56.165 INFO O| Aug 29 15:12:56.165 INFO STEP 1081 (remove_files) COMPLETE
73072024-08-29T15:12:57.843Z[ recovery-image] Aug 29 15:12:56.165 INFO O| Aug 29 15:12:56.165 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-08-29T15:12:57.902Z[ recovery-image] Aug 29 15:12:56.227 INFO O| Aug 29 15:12:56.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73092024-08-29T15:12:57.905Z[ recovery-image] Aug 29 15:12:56.227 INFO O| Aug 29 15:12:56.227 INFO STEP 1082 (remove_files) COMPLETE
73102024-08-29T15:12:57.905Z[ recovery-image] Aug 29 15:12:56.227 INFO O| Aug 29 15:12:56.227 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-08-29T15:12:57.932Z[ recovery-image] Aug 29 15:12:56.257 INFO O| Aug 29 15:12:56.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73122024-08-29T15:12:57.935Z[ recovery-image] Aug 29 15:12:56.257 INFO O| Aug 29 15:12:56.257 INFO STEP 1083 (remove_files) COMPLETE
73132024-08-29T15:12:57.935Z[ recovery-image] Aug 29 15:12:56.258 INFO O| Aug 29 15:12:56.258 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-08-29T15:12:57.952Z[ recovery-image] Aug 29 15:12:56.276 INFO O| Aug 29 15:12:56.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
73152024-08-29T15:12:57.954Z[ recovery-image] Aug 29 15:12:56.277 INFO O| Aug 29 15:12:56.277 INFO STEP 1084 (remove_files) COMPLETE
73162024-08-29T15:12:57.954Z[ recovery-image] Aug 29 15:12:56.277 INFO O| Aug 29 15:12:56.277 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-08-29T15:12:57.985Z[ recovery-image] Aug 29 15:12:56.310 INFO O| Aug 29 15:12:56.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
73182024-08-29T15:12:57.985Z[ recovery-image] Aug 29 15:12:56.310 INFO O| Aug 29 15:12:56.310 INFO STEP 1085 (remove_files) COMPLETE
73192024-08-29T15:12:57.985Z[ recovery-image] Aug 29 15:12:56.310 INFO O| Aug 29 15:12:56.310 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-08-29T15:12:58.020Z[ recovery-image] Aug 29 15:12:56.345 INFO O| Aug 29 15:12:56.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73212024-08-29T15:12:58.020Z[ recovery-image] Aug 29 15:12:56.345 INFO O| Aug 29 15:12:56.345 INFO STEP 1086 (remove_files) COMPLETE
73222024-08-29T15:12:58.020Z[ recovery-image] Aug 29 15:12:56.345 INFO O| Aug 29 15:12:56.345 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-08-29T15:12:58.039Z[ recovery-image] Aug 29 15:12:56.364 INFO O| Aug 29 15:12:56.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
73242024-08-29T15:12:58.039Z[ recovery-image] Aug 29 15:12:56.364 INFO O| Aug 29 15:12:56.364 INFO STEP 1087 (remove_files) COMPLETE
73252024-08-29T15:12:58.039Z[ recovery-image] Aug 29 15:12:56.364 INFO O| Aug 29 15:12:56.364 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-08-29T15:12:58.057Z[ recovery-image] Aug 29 15:12:56.381 INFO O| Aug 29 15:12:56.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
73272024-08-29T15:12:58.057Z[ recovery-image] Aug 29 15:12:56.382 INFO O| Aug 29 15:12:56.381 INFO STEP 1088 (remove_files) COMPLETE
73282024-08-29T15:12:58.059Z[ recovery-image] Aug 29 15:12:56.382 INFO O| Aug 29 15:12:56.381 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-08-29T15:12:58.076Z[ recovery-image] Aug 29 15:12:56.400 INFO O| Aug 29 15:12:56.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73302024-08-29T15:12:58.076Z[ recovery-image] Aug 29 15:12:56.400 INFO O| Aug 29 15:12:56.400 INFO STEP 1089 (remove_files) COMPLETE
73312024-08-29T15:12:58.078Z[ recovery-image] Aug 29 15:12:56.400 INFO O| Aug 29 15:12:56.400 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-08-29T15:12:58.106Z[ recovery-image] Aug 29 15:12:56.431 INFO O| Aug 29 15:12:56.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73332024-08-29T15:12:58.107Z[ recovery-image] Aug 29 15:12:56.431 INFO O| Aug 29 15:12:56.431 INFO STEP 1090 (remove_files) COMPLETE
73342024-08-29T15:12:58.107Z[ recovery-image] Aug 29 15:12:56.431 INFO O| Aug 29 15:12:56.431 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-08-29T15:12:58.126Z[ recovery-image] Aug 29 15:12:56.450 INFO O| Aug 29 15:12:56.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73362024-08-29T15:12:58.126Z[ recovery-image] Aug 29 15:12:56.450 INFO O| Aug 29 15:12:56.450 INFO STEP 1091 (remove_files) COMPLETE
73372024-08-29T15:12:58.126Z[ recovery-image] Aug 29 15:12:56.450 INFO O| Aug 29 15:12:56.450 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-08-29T15:12:58.143Z[ recovery-image] Aug 29 15:12:56.467 INFO O| Aug 29 15:12:56.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
73392024-08-29T15:12:58.143Z[ recovery-image] Aug 29 15:12:56.467 INFO O| Aug 29 15:12:56.467 INFO STEP 1092 (remove_files) COMPLETE
73402024-08-29T15:12:58.145Z[ recovery-image] Aug 29 15:12:56.468 INFO O| Aug 29 15:12:56.467 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-08-29T15:12:58.179Z[ recovery-image] Aug 29 15:12:56.504 INFO O| Aug 29 15:12:56.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
73422024-08-29T15:12:58.180Z[ recovery-image] Aug 29 15:12:56.504 INFO O| Aug 29 15:12:56.504 INFO STEP 1093 (remove_files) COMPLETE
73432024-08-29T15:12:58.182Z[ recovery-image] Aug 29 15:12:56.504 INFO O| Aug 29 15:12:56.504 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-08-29T15:12:58.211Z[ recovery-image] Aug 29 15:12:56.536 INFO O| Aug 29 15:12:56.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
73452024-08-29T15:12:58.213Z[ recovery-image] Aug 29 15:12:56.536 INFO O| Aug 29 15:12:56.536 INFO STEP 1094 (remove_files) COMPLETE
73462024-08-29T15:12:58.214Z[ recovery-image] Aug 29 15:12:56.536 INFO O| Aug 29 15:12:56.536 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-08-29T15:12:58.269Z[ recovery-image] Aug 29 15:12:56.594 INFO O| Aug 29 15:12:56.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
73482024-08-29T15:12:58.272Z[ recovery-image] Aug 29 15:12:56.594 INFO O| Aug 29 15:12:56.594 INFO STEP 1095 (remove_files) COMPLETE
73492024-08-29T15:12:58.272Z[ recovery-image] Aug 29 15:12:56.594 INFO O| Aug 29 15:12:56.594 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-08-29T15:12:58.290Z[ recovery-image] Aug 29 15:12:56.614 INFO O| Aug 29 15:12:56.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
73512024-08-29T15:12:58.290Z[ recovery-image] Aug 29 15:12:56.614 INFO O| Aug 29 15:12:56.614 INFO STEP 1096 (remove_files) COMPLETE
73522024-08-29T15:12:58.293Z[ recovery-image] Aug 29 15:12:56.614 INFO O| Aug 29 15:12:56.614 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-08-29T15:12:58.308Z[ recovery-image] Aug 29 15:12:56.633 INFO O| Aug 29 15:12:56.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
73542024-08-29T15:12:58.308Z[ recovery-image] Aug 29 15:12:56.633 INFO O| Aug 29 15:12:56.633 INFO STEP 1097 (remove_files) COMPLETE
73552024-08-29T15:12:58.308Z[ recovery-image] Aug 29 15:12:56.633 INFO O| Aug 29 15:12:56.633 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-08-29T15:12:58.332Z[ recovery-image] Aug 29 15:12:56.657 INFO O| Aug 29 15:12:56.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73572024-08-29T15:12:58.332Z[ recovery-image] Aug 29 15:12:56.657 INFO O| Aug 29 15:12:56.657 INFO STEP 1098 (remove_files) COMPLETE
73582024-08-29T15:12:58.333Z[ recovery-image] Aug 29 15:12:56.657 INFO O| Aug 29 15:12:56.657 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-08-29T15:12:58.380Z[ recovery-image] Aug 29 15:12:56.705 INFO O| Aug 29 15:12:56.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73602024-08-29T15:12:58.382Z[ recovery-image] Aug 29 15:12:56.705 INFO O| Aug 29 15:12:56.705 INFO STEP 1099 (remove_files) COMPLETE
73612024-08-29T15:12:58.383Z[ recovery-image] Aug 29 15:12:56.705 INFO O| Aug 29 15:12:56.705 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-08-29T15:12:58.399Z[ recovery-image] Aug 29 15:12:56.724 INFO O| Aug 29 15:12:56.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73632024-08-29T15:12:58.399Z[ recovery-image] Aug 29 15:12:56.724 INFO O| Aug 29 15:12:56.724 INFO STEP 1100 (remove_files) COMPLETE
73642024-08-29T15:12:58.402Z[ recovery-image] Aug 29 15:12:56.724 INFO O| Aug 29 15:12:56.724 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-08-29T15:12:58.420Z[ recovery-image] Aug 29 15:12:56.745 INFO O| Aug 29 15:12:56.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73662024-08-29T15:12:58.443Z[ recovery-image] Aug 29 15:12:56.768 INFO O| Aug 29 15:12:56.768 INFO STEP 1101 (remove_files) COMPLETE
73672024-08-29T15:12:58.443Z[ recovery-image] Aug 29 15:12:56.768 INFO O| Aug 29 15:12:56.768 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-08-29T15:12:58.481Z[ recovery-image] Aug 29 15:12:56.805 INFO O| Aug 29 15:12:56.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
73692024-08-29T15:12:58.481Z[ recovery-image] Aug 29 15:12:56.805 INFO O| Aug 29 15:12:56.805 INFO STEP 1102 (remove_files) COMPLETE
73702024-08-29T15:12:58.481Z[ recovery-image] Aug 29 15:12:56.805 INFO O| Aug 29 15:12:56.805 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-08-29T15:12:58.498Z[ recovery-image] Aug 29 15:12:56.823 INFO O| Aug 29 15:12:56.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
73722024-08-29T15:12:58.498Z[ recovery-image] Aug 29 15:12:56.823 INFO O| Aug 29 15:12:56.823 INFO STEP 1103 (remove_files) COMPLETE
73732024-08-29T15:12:58.501Z[ recovery-image] Aug 29 15:12:56.823 INFO O| Aug 29 15:12:56.823 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-08-29T15:12:58.518Z[ recovery-image] Aug 29 15:12:56.842 INFO O| Aug 29 15:12:56.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
73752024-08-29T15:12:58.518Z[ recovery-image] Aug 29 15:12:56.842 INFO O| Aug 29 15:12:56.842 INFO STEP 1104 (remove_files) COMPLETE
73762024-08-29T15:12:58.520Z[ recovery-image] Aug 29 15:12:56.843 INFO O| Aug 29 15:12:56.842 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-08-29T15:12:58.543Z[ recovery-image] Aug 29 15:12:56.867 INFO O| Aug 29 15:12:56.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
73782024-08-29T15:12:58.543Z[ recovery-image] Aug 29 15:12:56.867 INFO O| Aug 29 15:12:56.867 INFO STEP 1105 (remove_files) COMPLETE
73792024-08-29T15:12:58.543Z[ recovery-image] Aug 29 15:12:56.867 INFO O| Aug 29 15:12:56.867 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-08-29T15:12:58.563Z[ recovery-image] Aug 29 15:12:56.888 INFO O| Aug 29 15:12:56.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
73812024-08-29T15:12:58.563Z[ recovery-image] Aug 29 15:12:56.888 INFO O| Aug 29 15:12:56.888 INFO STEP 1106 (remove_files) COMPLETE
73822024-08-29T15:12:58.563Z[ recovery-image] Aug 29 15:12:56.888 INFO O| Aug 29 15:12:56.888 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-08-29T15:12:58.583Z[ recovery-image] Aug 29 15:12:56.908 INFO O| Aug 29 15:12:56.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
73842024-08-29T15:12:58.583Z[ recovery-image] Aug 29 15:12:56.908 INFO O| Aug 29 15:12:56.908 INFO STEP 1107 (remove_files) COMPLETE
73852024-08-29T15:12:58.583Z[ recovery-image] Aug 29 15:12:56.908 INFO O| Aug 29 15:12:56.908 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-08-29T15:12:58.590Z[ host-image] Aug 29 15:12:56.909 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22845:20240827T133232Z
73872024-08-29T15:12:58.655Z[ recovery-image] Aug 29 15:12:56.980 INFO O| Aug 29 15:12:56.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
73882024-08-29T15:12:58.655Z[ recovery-image] Aug 29 15:12:56.980 INFO O| Aug 29 15:12:56.980 INFO STEP 1108 (remove_files) COMPLETE
73892024-08-29T15:12:58.658Z[ recovery-image] Aug 29 15:12:56.980 INFO O| Aug 29 15:12:56.980 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-08-29T15:12:58.692Z[ recovery-image] Aug 29 15:12:57.017 INFO O| Aug 29 15:12:57.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
73912024-08-29T15:12:58.692Z[ recovery-image] Aug 29 15:12:57.017 INFO O| Aug 29 15:12:57.017 INFO STEP 1109 (remove_files) COMPLETE
73922024-08-29T15:12:58.692Z[ recovery-image] Aug 29 15:12:57.017 INFO O| Aug 29 15:12:57.017 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-08-29T15:12:58.716Z[ recovery-image] Aug 29 15:12:57.041 INFO O| Aug 29 15:12:57.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
73942024-08-29T15:12:58.719Z[ recovery-image] Aug 29 15:12:57.041 INFO O| Aug 29 15:12:57.041 INFO STEP 1110 (remove_files) COMPLETE
73952024-08-29T15:12:58.719Z[ recovery-image] Aug 29 15:12:57.041 INFO O| Aug 29 15:12:57.041 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-08-29T15:12:58.740Z[ recovery-image] Aug 29 15:12:57.064 INFO O| Aug 29 15:12:57.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
73972024-08-29T15:12:58.740Z[ recovery-image] Aug 29 15:12:57.064 INFO O| Aug 29 15:12:57.064 INFO STEP 1111 (remove_files) COMPLETE
73982024-08-29T15:12:58.740Z[ recovery-image] Aug 29 15:12:57.064 INFO O| Aug 29 15:12:57.064 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-08-29T15:12:58.795Z[ recovery-image] Aug 29 15:12:57.120 INFO O| Aug 29 15:12:57.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74002024-08-29T15:12:58.795Z[ recovery-image] Aug 29 15:12:57.120 INFO O| Aug 29 15:12:57.120 INFO STEP 1112 (remove_files) COMPLETE
74012024-08-29T15:12:58.798Z[ recovery-image] Aug 29 15:12:57.120 INFO O| Aug 29 15:12:57.120 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-08-29T15:12:58.822Z[ recovery-image] Aug 29 15:12:57.146 INFO O| Aug 29 15:12:57.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
74032024-08-29T15:12:58.822Z[ recovery-image] Aug 29 15:12:57.146 INFO O| Aug 29 15:12:57.146 INFO STEP 1113 (remove_files) COMPLETE
74042024-08-29T15:12:58.822Z[ recovery-image] Aug 29 15:12:57.146 INFO O| Aug 29 15:12:57.146 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-08-29T15:12:58.880Z[ recovery-image] Aug 29 15:12:57.204 INFO O| Aug 29 15:12:57.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74062024-08-29T15:12:58.880Z[ recovery-image] Aug 29 15:12:57.204 INFO O| Aug 29 15:12:57.204 INFO STEP 1114 (remove_files) COMPLETE
74072024-08-29T15:12:58.880Z[ recovery-image] Aug 29 15:12:57.204 INFO O| Aug 29 15:12:57.204 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-08-29T15:12:58.896Z[ recovery-image] Aug 29 15:12:57.221 INFO O| Aug 29 15:12:57.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74092024-08-29T15:12:58.896Z[ recovery-image] Aug 29 15:12:57.221 INFO O| Aug 29 15:12:57.221 INFO STEP 1115 (remove_files) COMPLETE
74102024-08-29T15:12:58.896Z[ recovery-image] Aug 29 15:12:57.221 INFO O| Aug 29 15:12:57.221 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-08-29T15:12:58.914Z[ recovery-image] Aug 29 15:12:57.238 INFO O| Aug 29 15:12:57.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74122024-08-29T15:12:58.914Z[ recovery-image] Aug 29 15:12:57.238 INFO O| Aug 29 15:12:57.238 INFO STEP 1116 (remove_files) COMPLETE
74132024-08-29T15:12:58.914Z[ recovery-image] Aug 29 15:12:57.238 INFO O| Aug 29 15:12:57.238 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-08-29T15:12:58.931Z[ recovery-image] Aug 29 15:12:57.255 INFO O| Aug 29 15:12:57.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
74152024-08-29T15:12:58.931Z[ recovery-image] Aug 29 15:12:57.255 INFO O| Aug 29 15:12:57.255 INFO STEP 1117 (remove_files) COMPLETE
74162024-08-29T15:12:58.931Z[ recovery-image] Aug 29 15:12:57.255 INFO O| Aug 29 15:12:57.255 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-08-29T15:12:58.950Z[ recovery-image] Aug 29 15:12:57.274 INFO O| Aug 29 15:12:57.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
74182024-08-29T15:12:58.950Z[ recovery-image] Aug 29 15:12:57.274 INFO O| Aug 29 15:12:57.274 INFO STEP 1118 (remove_files) COMPLETE
74192024-08-29T15:12:58.952Z[ recovery-image] Aug 29 15:12:57.275 INFO O| Aug 29 15:12:57.274 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-08-29T15:12:58.968Z[ recovery-image] Aug 29 15:12:57.292 INFO O| Aug 29 15:12:57.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74212024-08-29T15:12:58.970Z[ recovery-image] Aug 29 15:12:57.293 INFO O| Aug 29 15:12:57.293 INFO STEP 1119 (remove_files) COMPLETE
74222024-08-29T15:12:58.971Z[ recovery-image] Aug 29 15:12:57.293 INFO O| Aug 29 15:12:57.293 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-08-29T15:12:58.990Z[ recovery-image] Aug 29 15:12:57.313 INFO O| Aug 29 15:12:57.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
74242024-08-29T15:12:58.990Z[ recovery-image] Aug 29 15:12:57.314 INFO O| Aug 29 15:12:57.314 INFO STEP 1120 (remove_files) COMPLETE
74252024-08-29T15:12:58.990Z[ recovery-image] Aug 29 15:12:57.314 INFO O| Aug 29 15:12:57.314 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-08-29T15:12:59.008Z[ recovery-image] Aug 29 15:12:57.332 INFO O| Aug 29 15:12:57.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
74272024-08-29T15:12:59.008Z[ recovery-image] Aug 29 15:12:57.332 INFO O| Aug 29 15:12:57.332 INFO STEP 1121 (remove_files) COMPLETE
74282024-08-29T15:12:59.008Z[ recovery-image] Aug 29 15:12:57.332 INFO O| Aug 29 15:12:57.332 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-08-29T15:12:59.033Z[ recovery-image] Aug 29 15:12:57.357 INFO O| Aug 29 15:12:57.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
74302024-08-29T15:12:59.036Z[ recovery-image] Aug 29 15:12:57.357 INFO O| Aug 29 15:12:57.357 INFO STEP 1122 (remove_files) COMPLETE
74312024-08-29T15:12:59.036Z[ recovery-image] Aug 29 15:12:57.358 INFO O| Aug 29 15:12:57.358 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-08-29T15:12:59.059Z[ recovery-image] Aug 29 15:12:57.383 INFO O| Aug 29 15:12:57.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74332024-08-29T15:12:59.059Z[ recovery-image] Aug 29 15:12:57.383 INFO O| Aug 29 15:12:57.383 INFO STEP 1123 (remove_files) COMPLETE
74342024-08-29T15:12:59.061Z[ recovery-image] Aug 29 15:12:57.383 INFO O| Aug 29 15:12:57.383 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-08-29T15:12:59.077Z[ recovery-image] Aug 29 15:12:57.401 INFO O| Aug 29 15:12:57.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74362024-08-29T15:12:59.077Z[ recovery-image] Aug 29 15:12:57.401 INFO O| Aug 29 15:12:57.401 INFO STEP 1124 (remove_files) COMPLETE
74372024-08-29T15:12:59.080Z[ recovery-image] Aug 29 15:12:57.402 INFO O| Aug 29 15:12:57.401 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-08-29T15:12:59.096Z[ recovery-image] Aug 29 15:12:57.420 INFO O| Aug 29 15:12:57.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
74392024-08-29T15:12:59.096Z[ recovery-image] Aug 29 15:12:57.420 INFO O| Aug 29 15:12:57.420 INFO STEP 1125 (remove_files) COMPLETE
74402024-08-29T15:12:59.096Z[ recovery-image] Aug 29 15:12:57.420 INFO O| Aug 29 15:12:57.420 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-08-29T15:12:59.137Z[ recovery-image] Aug 29 15:12:57.461 INFO O| Aug 29 15:12:57.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
74422024-08-29T15:12:59.137Z[ recovery-image] Aug 29 15:12:57.461 INFO O| Aug 29 15:12:57.461 INFO STEP 1126 (remove_files) COMPLETE
74432024-08-29T15:12:59.137Z[ recovery-image] Aug 29 15:12:57.462 INFO O| Aug 29 15:12:57.461 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-08-29T15:12:59.155Z[ recovery-image] Aug 29 15:12:57.479 INFO O| Aug 29 15:12:57.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
74452024-08-29T15:12:59.155Z[ recovery-image] Aug 29 15:12:57.479 INFO O| Aug 29 15:12:57.479 INFO STEP 1127 (remove_files) COMPLETE
74462024-08-29T15:12:59.158Z[ recovery-image] Aug 29 15:12:57.479 INFO O| Aug 29 15:12:57.479 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-08-29T15:12:59.203Z[ recovery-image] Aug 29 15:12:57.527 INFO O| Aug 29 15:12:57.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
74482024-08-29T15:12:59.203Z[ recovery-image] Aug 29 15:12:57.527 INFO O| Aug 29 15:12:57.527 INFO STEP 1128 (remove_files) COMPLETE
74492024-08-29T15:12:59.205Z[ recovery-image] Aug 29 15:12:57.527 INFO O| Aug 29 15:12:57.527 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-08-29T15:12:59.220Z[ recovery-image] Aug 29 15:12:57.544 INFO O| Aug 29 15:12:57.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
74512024-08-29T15:12:59.220Z[ recovery-image] Aug 29 15:12:57.544 INFO O| Aug 29 15:12:57.544 INFO STEP 1129 (remove_files) COMPLETE
74522024-08-29T15:12:59.223Z[ recovery-image] Aug 29 15:12:57.544 INFO O| Aug 29 15:12:57.544 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-08-29T15:12:59.253Z[ recovery-image] Aug 29 15:12:57.577 INFO O| Aug 29 15:12:57.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
74542024-08-29T15:12:59.253Z[ recovery-image] Aug 29 15:12:57.577 INFO O| Aug 29 15:12:57.577 INFO STEP 1130 (remove_files) COMPLETE
74552024-08-29T15:12:59.253Z[ recovery-image] Aug 29 15:12:57.577 INFO O| Aug 29 15:12:57.577 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-08-29T15:12:59.272Z[ recovery-image] Aug 29 15:12:57.597 INFO O| Aug 29 15:12:57.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74572024-08-29T15:12:59.272Z[ recovery-image] Aug 29 15:12:57.597 INFO O| Aug 29 15:12:57.597 INFO STEP 1131 (remove_files) COMPLETE
74582024-08-29T15:12:59.275Z[ recovery-image] Aug 29 15:12:57.597 INFO O| Aug 29 15:12:57.597 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-08-29T15:12:59.305Z[ recovery-image] Aug 29 15:12:57.629 INFO O| Aug 29 15:12:57.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74602024-08-29T15:12:59.305Z[ recovery-image] Aug 29 15:12:57.629 INFO O| Aug 29 15:12:57.629 INFO STEP 1132 (remove_files) COMPLETE
74612024-08-29T15:12:59.305Z[ recovery-image] Aug 29 15:12:57.629 INFO O| Aug 29 15:12:57.629 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-08-29T15:12:59.345Z[ recovery-image] Aug 29 15:12:57.669 INFO O| Aug 29 15:12:57.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74632024-08-29T15:12:59.345Z[ recovery-image] Aug 29 15:12:57.669 INFO O| Aug 29 15:12:57.669 INFO STEP 1133 (remove_files) COMPLETE
74642024-08-29T15:12:59.347Z[ recovery-image] Aug 29 15:12:57.669 INFO O| Aug 29 15:12:57.669 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-08-29T15:12:59.394Z[ recovery-image] Aug 29 15:12:57.718 INFO O| Aug 29 15:12:57.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
74662024-08-29T15:12:59.396Z[ recovery-image] Aug 29 15:12:57.718 INFO O| Aug 29 15:12:57.718 INFO STEP 1134 (remove_files) COMPLETE
74672024-08-29T15:12:59.396Z[ recovery-image] Aug 29 15:12:57.718 INFO O| Aug 29 15:12:57.718 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-08-29T15:12:59.414Z[ recovery-image] Aug 29 15:12:57.737 INFO O| Aug 29 15:12:57.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
74692024-08-29T15:12:59.417Z[ recovery-image] Aug 29 15:12:57.737 INFO O| Aug 29 15:12:57.737 INFO STEP 1135 (remove_files) COMPLETE
74702024-08-29T15:12:59.417Z[ recovery-image] Aug 29 15:12:57.737 INFO O| Aug 29 15:12:57.737 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-08-29T15:12:59.451Z[ recovery-image] Aug 29 15:12:57.776 INFO O| Aug 29 15:12:57.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
74722024-08-29T15:12:59.467Z[ recovery-image] Aug 29 15:12:57.776 INFO O| Aug 29 15:12:57.776 INFO STEP 1136 (remove_files) COMPLETE
74732024-08-29T15:12:59.467Z[ recovery-image] Aug 29 15:12:57.776 INFO O| Aug 29 15:12:57.776 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-08-29T15:12:59.470Z[ recovery-image] Aug 29 15:12:57.794 INFO O| Aug 29 15:12:57.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
74752024-08-29T15:12:59.470Z[ recovery-image] Aug 29 15:12:57.794 INFO O| Aug 29 15:12:57.794 INFO STEP 1137 (remove_files) COMPLETE
74762024-08-29T15:12:59.472Z[ recovery-image] Aug 29 15:12:57.794 INFO O| Aug 29 15:12:57.794 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-08-29T15:12:59.487Z[ recovery-image] Aug 29 15:12:57.811 INFO O| Aug 29 15:12:57.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
74782024-08-29T15:12:59.487Z[ recovery-image] Aug 29 15:12:57.812 INFO O| Aug 29 15:12:57.812 INFO STEP 1138 (remove_files) COMPLETE
74792024-08-29T15:12:59.490Z[ recovery-image] Aug 29 15:12:57.812 INFO O| Aug 29 15:12:57.812 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-08-29T15:12:59.504Z[ recovery-image] Aug 29 15:12:57.829 INFO O| Aug 29 15:12:57.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
74812024-08-29T15:12:59.504Z[ recovery-image] Aug 29 15:12:57.829 INFO O| Aug 29 15:12:57.829 INFO STEP 1139 (remove_files) COMPLETE
74822024-08-29T15:12:59.507Z[ recovery-image] Aug 29 15:12:57.829 INFO O| Aug 29 15:12:57.829 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-08-29T15:12:59.520Z[ recovery-image] Aug 29 15:12:57.844 INFO O| Aug 29 15:12:57.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
74842024-08-29T15:12:59.520Z[ recovery-image] Aug 29 15:12:57.844 INFO O| Aug 29 15:12:57.844 INFO STEP 1140 (remove_files) COMPLETE
74852024-08-29T15:12:59.522Z[ recovery-image] Aug 29 15:12:57.844 INFO O| Aug 29 15:12:57.844 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-08-29T15:12:59.537Z[ recovery-image] Aug 29 15:12:57.861 INFO O| Aug 29 15:12:57.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
74872024-08-29T15:12:59.537Z[ recovery-image] Aug 29 15:12:57.861 INFO O| Aug 29 15:12:57.861 INFO STEP 1141 (remove_files) COMPLETE
74882024-08-29T15:12:59.537Z[ recovery-image] Aug 29 15:12:57.861 INFO O| Aug 29 15:12:57.861 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-08-29T15:12:59.555Z[ recovery-image] Aug 29 15:12:57.879 INFO O| Aug 29 15:12:57.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
74902024-08-29T15:12:59.555Z[ recovery-image] Aug 29 15:12:57.879 INFO O| Aug 29 15:12:57.879 INFO STEP 1142 (remove_files) COMPLETE
74912024-08-29T15:12:59.555Z[ recovery-image] Aug 29 15:12:57.880 INFO O| Aug 29 15:12:57.879 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-08-29T15:12:59.573Z[ recovery-image] Aug 29 15:12:57.897 INFO O| Aug 29 15:12:57.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
74932024-08-29T15:12:59.573Z[ recovery-image] Aug 29 15:12:57.897 INFO O| Aug 29 15:12:57.897 INFO STEP 1143 (remove_files) COMPLETE
74942024-08-29T15:12:59.576Z[ recovery-image] Aug 29 15:12:57.897 INFO O| Aug 29 15:12:57.897 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-08-29T15:12:59.591Z[ recovery-image] Aug 29 15:12:57.914 INFO O| Aug 29 15:12:57.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
74962024-08-29T15:12:59.591Z[ recovery-image] Aug 29 15:12:57.914 INFO O| Aug 29 15:12:57.914 INFO STEP 1144 (remove_files) COMPLETE
74972024-08-29T15:12:59.591Z[ recovery-image] Aug 29 15:12:57.914 INFO O| Aug 29 15:12:57.914 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-08-29T15:12:59.606Z[ recovery-image] Aug 29 15:12:57.930 INFO O| Aug 29 15:12:57.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
74992024-08-29T15:12:59.606Z[ recovery-image] Aug 29 15:12:57.930 INFO O| Aug 29 15:12:57.930 INFO STEP 1145 (remove_files) COMPLETE
75002024-08-29T15:12:59.606Z[ recovery-image] Aug 29 15:12:57.930 INFO O| Aug 29 15:12:57.930 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-08-29T15:12:59.622Z[ recovery-image] Aug 29 15:12:57.946 INFO O| Aug 29 15:12:57.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
75022024-08-29T15:12:59.622Z[ recovery-image] Aug 29 15:12:57.946 INFO O| Aug 29 15:12:57.946 INFO STEP 1146 (remove_files) COMPLETE
75032024-08-29T15:12:59.625Z[ recovery-image] Aug 29 15:12:57.947 INFO O| Aug 29 15:12:57.946 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-08-29T15:12:59.665Z[ recovery-image] Aug 29 15:12:57.989 INFO O| Aug 29 15:12:57.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75052024-08-29T15:12:59.665Z[ recovery-image] Aug 29 15:12:57.989 INFO O| Aug 29 15:12:57.989 INFO STEP 1147 (remove_files) COMPLETE
75062024-08-29T15:12:59.665Z[ recovery-image] Aug 29 15:12:57.989 INFO O| Aug 29 15:12:57.989 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-08-29T15:12:59.695Z[ recovery-image] Aug 29 15:12:58.019 INFO O| Aug 29 15:12:58.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75082024-08-29T15:12:59.695Z[ recovery-image] Aug 29 15:12:58.019 INFO O| Aug 29 15:12:58.019 INFO STEP 1148 (remove_files) COMPLETE
75092024-08-29T15:12:59.695Z[ recovery-image] Aug 29 15:12:58.019 INFO O| Aug 29 15:12:58.019 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-08-29T15:12:59.719Z[ recovery-image] Aug 29 15:12:58.042 INFO O| Aug 29 15:12:58.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75112024-08-29T15:12:59.719Z[ recovery-image] Aug 29 15:12:58.042 INFO O| Aug 29 15:12:58.042 INFO STEP 1149 (remove_files) COMPLETE
75122024-08-29T15:12:59.719Z[ recovery-image] Aug 29 15:12:58.042 INFO O| Aug 29 15:12:58.042 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-08-29T15:12:59.742Z[ recovery-image] Aug 29 15:12:58.066 INFO O| Aug 29 15:12:58.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
75142024-08-29T15:12:59.824Z[ recovery-image] Aug 29 15:12:58.148 INFO O| Aug 29 15:12:58.148 INFO STEP 1150 (remove_files) COMPLETE
75152024-08-29T15:12:59.824Z[ recovery-image] Aug 29 15:12:58.148 INFO O| Aug 29 15:12:58.148 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-08-29T15:12:59.845Z[ recovery-image] Aug 29 15:12:58.166 INFO O| Aug 29 15:12:58.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
75172024-08-29T15:12:59.847Z[ recovery-image] Aug 29 15:12:58.167 INFO O| Aug 29 15:12:58.166 INFO STEP 1151 (remove_files) COMPLETE
75182024-08-29T15:12:59.847Z[ recovery-image] Aug 29 15:12:58.167 INFO O| Aug 29 15:12:58.167 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-08-29T15:12:59.895Z[ recovery-image] Aug 29 15:12:58.219 INFO O| Aug 29 15:12:58.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
75202024-08-29T15:12:59.898Z[ recovery-image] Aug 29 15:12:58.219 INFO O| Aug 29 15:12:58.219 INFO STEP 1152 (remove_files) COMPLETE
75212024-08-29T15:12:59.898Z[ recovery-image] Aug 29 15:12:58.220 INFO O| Aug 29 15:12:58.219 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-08-29T15:12:59.918Z[ recovery-image] Aug 29 15:12:58.242 INFO O| Aug 29 15:12:58.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75232024-08-29T15:12:59.918Z[ recovery-image] Aug 29 15:12:58.242 INFO O| Aug 29 15:12:58.242 INFO STEP 1153 (remove_files) COMPLETE
75242024-08-29T15:12:59.921Z[ recovery-image] Aug 29 15:12:58.242 INFO O| Aug 29 15:12:58.242 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-08-29T15:12:59.951Z[ recovery-image] Aug 29 15:12:58.275 INFO O| Aug 29 15:12:58.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
75262024-08-29T15:12:59.951Z[ recovery-image] Aug 29 15:12:58.275 INFO O| Aug 29 15:12:58.275 INFO STEP 1154 (remove_files) COMPLETE
75272024-08-29T15:12:59.951Z[ recovery-image] Aug 29 15:12:58.275 INFO O| Aug 29 15:12:58.275 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-08-29T15:12:59.980Z[ recovery-image] Aug 29 15:12:58.304 INFO O| Aug 29 15:12:58.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
75292024-08-29T15:12:59.982Z[ recovery-image] Aug 29 15:12:58.304 INFO O| Aug 29 15:12:58.304 INFO STEP 1155 (remove_files) COMPLETE
75302024-08-29T15:12:59.982Z[ recovery-image] Aug 29 15:12:58.304 INFO O| Aug 29 15:12:58.304 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-08-29T15:12:59.999Z[ recovery-image] Aug 29 15:12:58.323 INFO O| Aug 29 15:12:58.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75322024-08-29T15:12:59.999Z[ recovery-image] Aug 29 15:12:58.323 INFO O| Aug 29 15:12:58.323 INFO STEP 1156 (remove_files) COMPLETE
75332024-08-29T15:12:59.999Z[ recovery-image] Aug 29 15:12:58.323 INFO O| Aug 29 15:12:58.323 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-08-29T15:13:00.018Z[ recovery-image] Aug 29 15:12:58.341 INFO O| Aug 29 15:12:58.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75352024-08-29T15:13:00.018Z[ recovery-image] Aug 29 15:12:58.341 INFO O| Aug 29 15:12:58.341 INFO STEP 1157 (remove_files) COMPLETE
75362024-08-29T15:13:00.018Z[ recovery-image] Aug 29 15:12:58.341 INFO O| Aug 29 15:12:58.341 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-08-29T15:13:00.036Z[ recovery-image] Aug 29 15:12:58.360 INFO O| Aug 29 15:12:58.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
75382024-08-29T15:13:00.036Z[ recovery-image] Aug 29 15:12:58.360 INFO O| Aug 29 15:12:58.360 INFO STEP 1158 (remove_files) COMPLETE
75392024-08-29T15:13:00.036Z[ recovery-image] Aug 29 15:12:58.360 INFO O| Aug 29 15:12:58.360 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-08-29T15:13:00.060Z[ recovery-image] Aug 29 15:12:58.384 INFO O| Aug 29 15:12:58.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
75412024-08-29T15:13:00.063Z[ recovery-image] Aug 29 15:12:58.384 INFO O| Aug 29 15:12:58.384 INFO STEP 1159 (remove_files) COMPLETE
75422024-08-29T15:13:00.063Z[ recovery-image] Aug 29 15:12:58.385 INFO O| Aug 29 15:12:58.384 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-08-29T15:13:00.079Z[ recovery-image] Aug 29 15:12:58.403 INFO O| Aug 29 15:12:58.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
75442024-08-29T15:13:00.081Z[ recovery-image] Aug 29 15:12:58.403 INFO O| Aug 29 15:12:58.403 INFO STEP 1160 (remove_files) COMPLETE
75452024-08-29T15:13:00.081Z[ recovery-image] Aug 29 15:12:58.403 INFO O| Aug 29 15:12:58.403 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-08-29T15:13:00.098Z[ recovery-image] Aug 29 15:12:58.422 INFO O| Aug 29 15:12:58.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
75472024-08-29T15:13:00.100Z[ recovery-image] Aug 29 15:12:58.422 INFO O| Aug 29 15:12:58.422 INFO STEP 1161 (remove_files) COMPLETE
75482024-08-29T15:13:00.100Z[ recovery-image] Aug 29 15:12:58.422 INFO O| Aug 29 15:12:58.422 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-08-29T15:13:00.196Z[ recovery-image] Aug 29 15:12:58.517 INFO O| Aug 29 15:12:58.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
75502024-08-29T15:13:00.198Z[ recovery-image] Aug 29 15:12:58.517 INFO O| Aug 29 15:12:58.517 INFO STEP 1162 (remove_files) COMPLETE
75512024-08-29T15:13:00.198Z[ recovery-image] Aug 29 15:12:58.517 INFO O| Aug 29 15:12:58.517 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-08-29T15:13:00.211Z[ recovery-image] Aug 29 15:12:58.535 INFO O| Aug 29 15:12:58.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
75532024-08-29T15:13:00.211Z[ recovery-image] Aug 29 15:12:58.535 INFO O| Aug 29 15:12:58.535 INFO STEP 1163 (remove_files) COMPLETE
75542024-08-29T15:13:00.211Z[ recovery-image] Aug 29 15:12:58.535 INFO O| Aug 29 15:12:58.535 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-08-29T15:13:00.262Z[ recovery-image] Aug 29 15:12:58.586 INFO O| Aug 29 15:12:58.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
75562024-08-29T15:13:00.262Z[ recovery-image] Aug 29 15:12:58.586 INFO O| Aug 29 15:12:58.586 INFO STEP 1164 (remove_files) COMPLETE
75572024-08-29T15:13:00.262Z[ recovery-image] Aug 29 15:12:58.586 INFO O| Aug 29 15:12:58.586 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-08-29T15:13:00.315Z[ recovery-image] Aug 29 15:12:58.639 INFO O| Aug 29 15:12:58.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75592024-08-29T15:13:00.318Z[ recovery-image] Aug 29 15:12:58.639 INFO O| Aug 29 15:12:58.639 INFO STEP 1165 (remove_files) COMPLETE
75602024-08-29T15:13:00.318Z[ recovery-image] Aug 29 15:12:58.639 INFO O| Aug 29 15:12:58.639 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-08-29T15:13:00.339Z[ recovery-image] Aug 29 15:12:58.663 INFO O| Aug 29 15:12:58.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75622024-08-29T15:13:00.339Z[ recovery-image] Aug 29 15:12:58.663 INFO O| Aug 29 15:12:58.663 INFO STEP 1166 (remove_files) COMPLETE
75632024-08-29T15:13:00.339Z[ recovery-image] Aug 29 15:12:58.663 INFO O| Aug 29 15:12:58.663 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-08-29T15:13:00.358Z[ recovery-image] Aug 29 15:12:58.682 INFO O| Aug 29 15:12:58.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
75652024-08-29T15:13:00.358Z[ recovery-image] Aug 29 15:12:58.682 INFO O| Aug 29 15:12:58.682 INFO STEP 1167 (remove_files) COMPLETE
75662024-08-29T15:13:00.358Z[ recovery-image] Aug 29 15:12:58.682 INFO O| Aug 29 15:12:58.682 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-08-29T15:13:00.375Z[ recovery-image] Aug 29 15:12:58.699 INFO O| Aug 29 15:12:58.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
75682024-08-29T15:13:00.375Z[ recovery-image] Aug 29 15:12:58.699 INFO O| Aug 29 15:12:58.699 INFO STEP 1168 (remove_files) COMPLETE
75692024-08-29T15:13:00.377Z[ recovery-image] Aug 29 15:12:58.699 INFO O| Aug 29 15:12:58.699 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-08-29T15:13:00.399Z[ recovery-image] Aug 29 15:12:58.723 INFO O| Aug 29 15:12:58.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
75712024-08-29T15:13:00.399Z[ recovery-image] Aug 29 15:12:58.723 INFO O| Aug 29 15:12:58.723 INFO STEP 1169 (remove_files) COMPLETE
75722024-08-29T15:13:00.402Z[ recovery-image] Aug 29 15:12:58.723 INFO O| Aug 29 15:12:58.723 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-08-29T15:13:00.417Z[ recovery-image] Aug 29 15:12:58.741 INFO O| Aug 29 15:12:58.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
75742024-08-29T15:13:00.417Z[ recovery-image] Aug 29 15:12:58.741 INFO O| Aug 29 15:12:58.741 INFO STEP 1170 (remove_files) COMPLETE
75752024-08-29T15:13:00.417Z[ recovery-image] Aug 29 15:12:58.741 INFO O| Aug 29 15:12:58.741 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-08-29T15:13:00.434Z[ recovery-image] Aug 29 15:12:58.758 INFO O| Aug 29 15:12:58.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
75772024-08-29T15:13:00.434Z[ recovery-image] Aug 29 15:12:58.758 INFO O| Aug 29 15:12:58.758 INFO STEP 1171 (remove_files) COMPLETE
75782024-08-29T15:13:00.434Z[ recovery-image] Aug 29 15:12:58.758 INFO O| Aug 29 15:12:58.758 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-08-29T15:13:00.451Z[ recovery-image] Aug 29 15:12:58.775 INFO O| Aug 29 15:12:58.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
75802024-08-29T15:13:00.451Z[ recovery-image] Aug 29 15:12:58.775 INFO O| Aug 29 15:12:58.775 INFO STEP 1172 (remove_files) COMPLETE
75812024-08-29T15:13:00.453Z[ recovery-image] Aug 29 15:12:58.775 INFO O| Aug 29 15:12:58.775 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-08-29T15:13:00.467Z[ recovery-image] Aug 29 15:12:58.791 INFO O| Aug 29 15:12:58.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
75832024-08-29T15:13:00.467Z[ recovery-image] Aug 29 15:12:58.791 INFO O| Aug 29 15:12:58.791 INFO STEP 1173 (remove_files) COMPLETE
75842024-08-29T15:13:00.470Z[ recovery-image] Aug 29 15:12:58.792 INFO O| Aug 29 15:12:58.791 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-08-29T15:13:00.484Z[ recovery-image] Aug 29 15:12:58.808 INFO O| Aug 29 15:12:58.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
75862024-08-29T15:13:00.484Z[ recovery-image] Aug 29 15:12:58.808 INFO O| Aug 29 15:12:58.808 INFO STEP 1174 (remove_files) COMPLETE
75872024-08-29T15:13:00.484Z[ recovery-image] Aug 29 15:12:58.808 INFO O| Aug 29 15:12:58.808 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-08-29T15:13:00.501Z[ recovery-image] Aug 29 15:12:58.825 INFO O| Aug 29 15:12:58.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
75892024-08-29T15:13:00.503Z[ recovery-image] Aug 29 15:12:58.825 INFO O| Aug 29 15:12:58.825 INFO STEP 1175 (remove_files) COMPLETE
75902024-08-29T15:13:00.503Z[ recovery-image] Aug 29 15:12:58.825 INFO O| Aug 29 15:12:58.825 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-08-29T15:13:00.519Z[ recovery-image] Aug 29 15:12:58.843 INFO O| Aug 29 15:12:58.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
75922024-08-29T15:13:00.521Z[ recovery-image] Aug 29 15:12:58.843 INFO O| Aug 29 15:12:58.843 INFO STEP 1176 (remove_files) COMPLETE
75932024-08-29T15:13:00.521Z[ recovery-image] Aug 29 15:12:58.843 INFO O| Aug 29 15:12:58.843 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-08-29T15:13:00.536Z[ recovery-image] Aug 29 15:12:58.860 INFO O| Aug 29 15:12:58.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
75952024-08-29T15:13:00.538Z[ recovery-image] Aug 29 15:12:58.860 INFO O| Aug 29 15:12:58.860 INFO STEP 1177 (remove_files) COMPLETE
75962024-08-29T15:13:00.538Z[ recovery-image] Aug 29 15:12:58.860 INFO O| Aug 29 15:12:58.860 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-08-29T15:13:00.556Z[ recovery-image] Aug 29 15:12:58.880 INFO O| Aug 29 15:12:58.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
75982024-08-29T15:13:00.556Z[ recovery-image] Aug 29 15:12:58.880 INFO O| Aug 29 15:12:58.880 INFO STEP 1178 (remove_files) COMPLETE
75992024-08-29T15:13:00.556Z[ recovery-image] Aug 29 15:12:58.880 INFO O| Aug 29 15:12:58.880 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-08-29T15:13:00.617Z[ recovery-image] Aug 29 15:12:58.941 INFO O| Aug 29 15:12:58.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76012024-08-29T15:13:00.619Z[ recovery-image] Aug 29 15:12:58.941 INFO O| Aug 29 15:12:58.941 INFO STEP 1179 (remove_files) COMPLETE
76022024-08-29T15:13:00.619Z[ recovery-image] Aug 29 15:12:58.941 INFO O| Aug 29 15:12:58.941 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-08-29T15:13:00.635Z[ recovery-image] Aug 29 15:12:58.959 INFO O| Aug 29 15:12:58.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
76042024-08-29T15:13:00.635Z[ recovery-image] Aug 29 15:12:58.959 INFO O| Aug 29 15:12:58.959 INFO STEP 1180 (remove_files) COMPLETE
76052024-08-29T15:13:00.638Z[ recovery-image] Aug 29 15:12:58.959 INFO O| Aug 29 15:12:58.959 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-08-29T15:13:00.683Z[ recovery-image] Aug 29 15:12:59.007 INFO O| Aug 29 15:12:59.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76072024-08-29T15:13:00.683Z[ recovery-image] Aug 29 15:12:59.007 INFO O| Aug 29 15:12:59.007 INFO STEP 1181 (remove_files) COMPLETE
76082024-08-29T15:13:00.683Z[ recovery-image] Aug 29 15:12:59.007 INFO O| Aug 29 15:12:59.007 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-08-29T15:13:00.702Z[ recovery-image] Aug 29 15:12:59.025 INFO O| Aug 29 15:12:59.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76102024-08-29T15:13:00.702Z[ recovery-image] Aug 29 15:12:59.026 INFO O| Aug 29 15:12:59.026 INFO STEP 1182 (remove_files) COMPLETE
76112024-08-29T15:13:00.704Z[ recovery-image] Aug 29 15:12:59.026 INFO O| Aug 29 15:12:59.026 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-08-29T15:13:00.754Z[ recovery-image] Aug 29 15:12:59.078 INFO O| Aug 29 15:12:59.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76132024-08-29T15:13:00.754Z[ recovery-image] Aug 29 15:12:59.078 INFO O| Aug 29 15:12:59.078 INFO STEP 1183 (remove_files) COMPLETE
76142024-08-29T15:13:00.754Z[ recovery-image] Aug 29 15:12:59.078 INFO O| Aug 29 15:12:59.078 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-08-29T15:13:00.790Z[ recovery-image] Aug 29 15:12:59.114 INFO O| Aug 29 15:12:59.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
76162024-08-29T15:13:00.790Z[ recovery-image] Aug 29 15:12:59.114 INFO O| Aug 29 15:12:59.114 INFO STEP 1184 (remove_files) COMPLETE
76172024-08-29T15:13:00.792Z[ recovery-image] Aug 29 15:12:59.114 INFO O| Aug 29 15:12:59.114 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-08-29T15:13:00.848Z[ recovery-image] Aug 29 15:12:59.170 INFO O| Aug 29 15:12:59.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
76192024-08-29T15:13:00.848Z[ recovery-image] Aug 29 15:12:59.170 INFO O| Aug 29 15:12:59.170 INFO STEP 1185 (remove_files) COMPLETE
76202024-08-29T15:13:00.848Z[ recovery-image] Aug 29 15:12:59.170 INFO O| Aug 29 15:12:59.170 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-08-29T15:13:00.904Z[ recovery-image] Aug 29 15:12:59.228 INFO O| Aug 29 15:12:59.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
76222024-08-29T15:13:00.904Z[ recovery-image] Aug 29 15:12:59.228 INFO O| Aug 29 15:12:59.228 INFO STEP 1186 (remove_files) COMPLETE
76232024-08-29T15:13:00.904Z[ recovery-image] Aug 29 15:12:59.228 INFO O| Aug 29 15:12:59.228 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-08-29T15:13:00.921Z[ recovery-image] Aug 29 15:12:59.245 INFO O| Aug 29 15:12:59.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
76252024-08-29T15:13:00.921Z[ recovery-image] Aug 29 15:12:59.245 INFO O| Aug 29 15:12:59.245 INFO STEP 1187 (remove_files) COMPLETE
76262024-08-29T15:13:00.921Z[ recovery-image] Aug 29 15:12:59.245 INFO O| Aug 29 15:12:59.245 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-08-29T15:13:00.939Z[ recovery-image] Aug 29 15:12:59.263 INFO O| Aug 29 15:12:59.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
76282024-08-29T15:13:00.940Z[ recovery-image] Aug 29 15:12:59.263 INFO O| Aug 29 15:12:59.263 INFO STEP 1188 (remove_files) COMPLETE
76292024-08-29T15:13:00.940Z[ recovery-image] Aug 29 15:12:59.263 INFO O| Aug 29 15:12:59.263 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-08-29T15:13:00.957Z[ recovery-image] Aug 29 15:12:59.281 INFO O| Aug 29 15:12:59.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76312024-08-29T15:13:00.957Z[ recovery-image] Aug 29 15:12:59.281 INFO O| Aug 29 15:12:59.281 INFO STEP 1189 (remove_files) COMPLETE
76322024-08-29T15:13:00.957Z[ recovery-image] Aug 29 15:12:59.281 INFO O| Aug 29 15:12:59.281 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-08-29T15:13:00.977Z[ recovery-image] Aug 29 15:12:59.301 INFO O| Aug 29 15:12:59.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76342024-08-29T15:13:00.977Z[ recovery-image] Aug 29 15:12:59.301 INFO O| Aug 29 15:12:59.301 INFO STEP 1190 (remove_files) COMPLETE
76352024-08-29T15:13:00.978Z[ recovery-image] Aug 29 15:12:59.301 INFO O| Aug 29 15:12:59.301 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-08-29T15:13:01.012Z[ recovery-image] Aug 29 15:12:59.335 INFO O| Aug 29 15:12:59.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
76372024-08-29T15:13:01.012Z[ recovery-image] Aug 29 15:12:59.335 INFO O| Aug 29 15:12:59.335 INFO STEP 1191 (remove_files) COMPLETE
76382024-08-29T15:13:01.019Z[ recovery-image] Aug 29 15:12:59.335 INFO O| Aug 29 15:12:59.335 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-08-29T15:13:01.063Z[ recovery-image] Aug 29 15:12:59.386 INFO O| Aug 29 15:12:59.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
76402024-08-29T15:13:01.063Z[ recovery-image] Aug 29 15:12:59.386 INFO O| Aug 29 15:12:59.386 INFO STEP 1192 (remove_files) COMPLETE
76412024-08-29T15:13:01.063Z[ recovery-image] Aug 29 15:12:59.386 INFO O| Aug 29 15:12:59.386 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-08-29T15:13:01.123Z[ recovery-image] Aug 29 15:12:59.446 INFO O| Aug 29 15:12:59.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
76432024-08-29T15:13:01.123Z[ recovery-image] Aug 29 15:12:59.446 INFO O| Aug 29 15:12:59.446 INFO STEP 1193 (remove_files) COMPLETE
76442024-08-29T15:13:01.123Z[ recovery-image] Aug 29 15:12:59.447 INFO O| Aug 29 15:12:59.446 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-08-29T15:13:01.142Z[ recovery-image] Aug 29 15:12:59.466 INFO O| Aug 29 15:12:59.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
76462024-08-29T15:13:01.142Z[ recovery-image] Aug 29 15:12:59.466 INFO O| Aug 29 15:12:59.466 INFO STEP 1194 (remove_files) COMPLETE
76472024-08-29T15:13:01.142Z[ recovery-image] Aug 29 15:12:59.466 INFO O| Aug 29 15:12:59.466 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-08-29T15:13:01.161Z[ recovery-image] Aug 29 15:12:59.484 INFO O| Aug 29 15:12:59.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
76492024-08-29T15:13:01.161Z[ recovery-image] Aug 29 15:12:59.484 INFO O| Aug 29 15:12:59.484 INFO STEP 1195 (remove_files) COMPLETE
76502024-08-29T15:13:01.161Z[ recovery-image] Aug 29 15:12:59.484 INFO O| Aug 29 15:12:59.484 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-08-29T15:13:01.193Z[ recovery-image] Aug 29 15:12:59.517 INFO O| Aug 29 15:12:59.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
76522024-08-29T15:13:01.193Z[ recovery-image] Aug 29 15:12:59.517 INFO O| Aug 29 15:12:59.517 INFO STEP 1196 (remove_files) COMPLETE
76532024-08-29T15:13:01.195Z[ recovery-image] Aug 29 15:12:59.517 INFO O| Aug 29 15:12:59.517 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-08-29T15:13:01.273Z[ recovery-image] Aug 29 15:12:59.597 INFO O| Aug 29 15:12:59.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
76552024-08-29T15:13:01.273Z[ recovery-image] Aug 29 15:12:59.597 INFO O| Aug 29 15:12:59.597 INFO STEP 1197 (remove_files) COMPLETE
76562024-08-29T15:13:01.273Z[ recovery-image] Aug 29 15:12:59.597 INFO O| Aug 29 15:12:59.597 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-08-29T15:13:01.293Z[ recovery-image] Aug 29 15:12:59.617 INFO O| Aug 29 15:12:59.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76582024-08-29T15:13:01.293Z[ recovery-image] Aug 29 15:12:59.617 INFO O| Aug 29 15:12:59.617 INFO STEP 1198 (remove_files) COMPLETE
76592024-08-29T15:13:01.293Z[ recovery-image] Aug 29 15:12:59.617 INFO O| Aug 29 15:12:59.617 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-08-29T15:13:01.312Z[ recovery-image] Aug 29 15:12:59.635 INFO O| Aug 29 15:12:59.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76612024-08-29T15:13:01.312Z[ recovery-image] Aug 29 15:12:59.635 INFO O| Aug 29 15:12:59.635 INFO STEP 1199 (remove_files) COMPLETE
76622024-08-29T15:13:01.312Z[ recovery-image] Aug 29 15:12:59.635 INFO O| Aug 29 15:12:59.635 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-08-29T15:13:01.329Z[ recovery-image] Aug 29 15:12:59.653 INFO O| Aug 29 15:12:59.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76642024-08-29T15:13:01.330Z[ recovery-image] Aug 29 15:12:59.653 INFO O| Aug 29 15:12:59.653 INFO STEP 1200 (remove_files) COMPLETE
76652024-08-29T15:13:01.330Z[ recovery-image] Aug 29 15:12:59.653 INFO O| Aug 29 15:12:59.653 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-08-29T15:13:01.367Z[ recovery-image] Aug 29 15:12:59.690 INFO O| Aug 29 15:12:59.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
76672024-08-29T15:13:01.367Z[ recovery-image] Aug 29 15:12:59.691 INFO O| Aug 29 15:12:59.691 INFO STEP 1201 (remove_files) COMPLETE
76682024-08-29T15:13:01.369Z[ recovery-image] Aug 29 15:12:59.691 INFO O| Aug 29 15:12:59.691 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-08-29T15:13:01.389Z[ recovery-image] Aug 29 15:12:59.713 INFO O| Aug 29 15:12:59.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
76702024-08-29T15:13:01.389Z[ recovery-image] Aug 29 15:12:59.713 INFO O| Aug 29 15:12:59.713 INFO STEP 1202 (remove_files) COMPLETE
76712024-08-29T15:13:01.389Z[ recovery-image] Aug 29 15:12:59.713 INFO O| Aug 29 15:12:59.713 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-08-29T15:13:01.409Z[ recovery-image] Aug 29 15:12:59.733 INFO O| Aug 29 15:12:59.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
76732024-08-29T15:13:01.409Z[ recovery-image] Aug 29 15:12:59.733 INFO O| Aug 29 15:12:59.733 INFO STEP 1203 (remove_files) COMPLETE
76742024-08-29T15:13:01.412Z[ recovery-image] Aug 29 15:12:59.733 INFO O| Aug 29 15:12:59.733 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-08-29T15:13:01.431Z[ recovery-image] Aug 29 15:12:59.755 INFO O| Aug 29 15:12:59.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
76762024-08-29T15:13:01.431Z[ recovery-image] Aug 29 15:12:59.755 INFO O| Aug 29 15:12:59.751 INFO STEP 1204 (remove_files) COMPLETE
76772024-08-29T15:13:01.434Z[ recovery-image] Aug 29 15:12:59.755 INFO O| Aug 29 15:12:59.751 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-08-29T15:13:01.447Z[ recovery-image] Aug 29 15:12:59.771 INFO O| Aug 29 15:12:59.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
76792024-08-29T15:13:01.447Z[ recovery-image] Aug 29 15:12:59.771 INFO O| Aug 29 15:12:59.771 INFO STEP 1205 (remove_files) COMPLETE
76802024-08-29T15:13:01.447Z[ recovery-image] Aug 29 15:12:59.771 INFO O| Aug 29 15:12:59.771 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
76812024-08-29T15:13:01.479Z[ recovery-image] Aug 29 15:12:59.803 INFO O| Aug 29 15:12:59.803 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
76822024-08-29T15:13:01.479Z[ recovery-image] Aug 29 15:12:59.803 INFO O| Aug 29 15:12:59.803 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
76832024-08-29T15:13:03.069Z[ recovery-image] Aug 29 15:13:01.392 INFO O| Aug 29 15:13:01.392 INFO STEP 1206 (pack_tar) COMPLETE
76842024-08-29T15:13:03.069Z[ recovery-image] Aug 29 15:13:01.392 INFO O| Aug 29 15:13:01.392 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76852024-08-29T15:13:03.072Z[ recovery-image] Aug 29 15:13:01.392 INFO O| Aug 29 15:13:01.392 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76862024-08-29T15:13:03.258Z[ recovery-image] Aug 29 15:13:01.581 INFO O| Aug 29 15:13:01.581 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
76872024-08-29T15:13:03.373Z[ recovery-image] Aug 29 15:13:01.696 INFO O| Aug 29 15:13:01.696 INFO completed processing gimlet/ramdisk-03-recovery-trim
76882024-08-29T15:13:03.398Z[ recovery-image] Aug 29 15:13:01.706 INFO image builder template: zfs-recovery...
76892024-08-29T15:13:03.398Z[ recovery-image] Aug 29 15:13:01.706 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/.tmpaaMxE7/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None
76902024-08-29T15:13:03.436Z[ recovery-image] Aug 29 15:13:01.759 INFO O| Aug 29 15:13:01.759 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76912024-08-29T15:13:03.447Z[ recovery-image] Aug 29 15:13:01.770 INFO O| Aug 29 15:13:01.770 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76922024-08-29T15:13:03.602Z[ recovery-image] Aug 29 15:13:01.925 INFO O| Aug 29 15:13:01.925 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
76932024-08-29T15:13:03.688Z[ recovery-image] Aug 29 15:13:02.011 INFO O| Aug 29 15:13:02.011 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76942024-08-29T15:13:03.688Z[ recovery-image] Aug 29 15:13:02.011 INFO O| Aug 29 15:13:02.011 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
76952024-08-29T15:13:03.695Z[ recovery-image] Aug 29 15:13:02.018 INFO O| Aug 29 15:13:02.018 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
76962024-08-29T15:13:03.769Z[ recovery-image] Aug 29 15:13:02.092 INFO O| Aug 29 15:13:02.092 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
76972024-08-29T15:13:03.817Z[ recovery-image] Aug 29 15:13:02.140 INFO O| Aug 29 15:13:02.140 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
76982024-08-29T15:13:03.866Z[ recovery-image] Aug 29 15:13:02.189 INFO O| Aug 29 15:13:02.189 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76992024-08-29T15:13:03.913Z[ recovery-image] Aug 29 15:13:02.236 INFO O| Aug 29 15:13:02.236 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
77002024-08-29T15:13:03.916Z[ recovery-image] Aug 29 15:13:02.238 INFO O| Aug 29 15:13:02.238 INFO no lofi found
77012024-08-29T15:13:03.916Z[ recovery-image] Aug 29 15:13:02.238 INFO O| Aug 29 15:13:02.238 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
77022024-08-29T15:13:03.916Z[ recovery-image] Aug 29 15:13:02.238 INFO O| Aug 29 15:13:02.238 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77032024-08-29T15:13:06.690Z[ recovery-image] Aug 29 15:13:05.012 INFO O| Aug 29 15:13:05.012 INFO lofi device = /dev/dsk/c2t1d0p0
77042024-08-29T15:13:06.690Z[ recovery-image] Aug 29 15:13:05.012 INFO O| Aug 29 15:13:05.012 INFO pool device = /dev/dsk/c2t1d0p0
77052024-08-29T15:13:06.692Z[ recovery-image] Aug 29 15:13:05.012 INFO O| Aug 29 15:13:05.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
77062024-08-29T15:13:06.948Z[ recovery-image] Aug 29 15:13:05.270 INFO O| Aug 29 15:13:05.270 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77072024-08-29T15:13:06.948Z[ recovery-image] Aug 29 15:13:05.270 INFO O| Aug 29 15:13:05.270 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
77082024-08-29T15:13:06.983Z[ recovery-image] Aug 29 15:13:05.305 INFO O| Aug 29 15:13:05.305 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77092024-08-29T15:13:07.128Z[ recovery-image] Aug 29 15:13:05.450 INFO O| Aug 29 15:13:05.450 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77102024-08-29T15:13:07.205Z[ recovery-image] Aug 29 15:13:05.527 INFO O| Aug 29 15:13:05.527 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
77112024-08-29T15:13:07.231Z[ recovery-image] Aug 29 15:13:05.552 INFO O| Aug 29 15:13:05.552 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
77122024-08-29T15:13:07.256Z[ recovery-image] Aug 29 15:13:05.577 INFO O| Aug 29 15:13:05.577 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
77132024-08-29T15:13:07.383Z[ recovery-image] Aug 29 15:13:05.696 INFO O| Aug 29 15:13:05.677 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77142024-08-29T15:13:07.385Z[ recovery-image] Aug 29 15:13:05.696 INFO O| Aug 29 15:13:05.677 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77152024-08-29T15:13:07.385Z[ recovery-image] Aug 29 15:13:05.696 INFO O| Aug 29 15:13:05.677 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77162024-08-29T15:13:07.385Z[ recovery-image] Aug 29 15:13:05.696 INFO O| Aug 29 15:13:05.696 INFO boot environment UUID: 26555d81-96f7-4407-8cac-980c08283cd1
77172024-08-29T15:13:07.385Z[ recovery-image] Aug 29 15:13:05.696 INFO O| Aug 29 15:13:05.696 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 26555d81-96f7-4407-8cac-980c08283cd1
77182024-08-29T15:13:07.419Z[ recovery-image] Aug 29 15:13:05.741 INFO O| Aug 29 15:13:05.741 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
77192024-08-29T15:13:07.476Z[ recovery-image] Aug 29 15:13:05.798 INFO O| Aug 29 15:13:05.798 INFO STEP 0 (create_be) COMPLETE
77202024-08-29T15:13:07.476Z[ recovery-image] Aug 29 15:13:05.798 INFO O| Aug 29 15:13:05.798 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77212024-08-29T15:13:07.504Z[ recovery-image] Aug 29 15:13:05.826 INFO O| Aug 29 15:13:05.826 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"]
77222024-08-29T15:13:14.588Z[ recovery-image] Aug 29 15:13:12.907 INFO O| Aug 29 15:13:12.907 INFO STEP 1 (unpack_tar) COMPLETE
77232024-08-29T15:13:14.588Z[ recovery-image] Aug 29 15:13:12.907 INFO O| Aug 29 15:13:12.907 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77242024-08-29T15:13:14.605Z[ recovery-image] Aug 29 15:13:12.924 INFO O| Aug 29 15:13:12.924 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77252024-08-29T15:13:16.230Z[ recovery-image] Aug 29 15:13:14.548 INFO O| Aug 29 15:13:14.548 INFO STEP 2 (devfsadm) COMPLETE
77262024-08-29T15:13:16.230Z[ recovery-image] Aug 29 15:13:14.548 INFO O| Aug 29 15:13:14.548 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77272024-08-29T15:13:16.248Z[ recovery-image] Aug 29 15:13:14.567 INFO O| Aug 29 15:13:14.567 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77282024-08-29T15:13:16.248Z[ recovery-image] Aug 29 15:13:14.567 INFO O| Aug 29 15:13:14.567 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77292024-08-29T15:13:16.248Z[ recovery-image] Aug 29 15:13:14.567 INFO O| Aug 29 15:13:14.567 INFO STEP 3 (ensure_dir) COMPLETE
77302024-08-29T15:13:16.267Z[ recovery-image] Aug 29 15:13:14.567 INFO O| Aug 29 15:13:14.567 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77312024-08-29T15:13:16.267Z[ recovery-image] Aug 29 15:13:14.584 INFO O| Aug 29 15:13:14.584 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77322024-08-29T15:13:16.267Z[ recovery-image] Aug 29 15:13:14.584 INFO O| Aug 29 15:13:14.584 INFO STEP 4 (ensure_dir) COMPLETE
77332024-08-29T15:13:16.267Z[ recovery-image] Aug 29 15:13:14.584 INFO O| Aug 29 15:13:14.584 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77342024-08-29T15:13:16.293Z[ recovery-image] Aug 29 15:13:14.612 INFO O| Aug 29 15:13:14.612 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77352024-08-29T15:13:16.293Z[ recovery-image] Aug 29 15:13:14.612 INFO O| Aug 29 15:13:14.612 INFO STEP 5 (ensure_dir) COMPLETE
77362024-08-29T15:13:16.296Z[ recovery-image] Aug 29 15:13:14.612 INFO O| Aug 29 15:13:14.612 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77372024-08-29T15:13:16.375Z[ recovery-image] Aug 29 15:13:14.694 INFO O| Aug 29 15:13:14.694 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77382024-08-29T15:13:16.375Z[ recovery-image] Aug 29 15:13:14.694 INFO O| Aug 29 15:13:14.694 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77392024-08-29T15:13:16.381Z[ recovery-image] Aug 29 15:13:14.694 INFO O| Aug 29 15:13:14.694 INFO STEP 6 (ensure_dir) COMPLETE
77402024-08-29T15:13:16.381Z[ recovery-image] Aug 29 15:13:14.694 INFO O| Aug 29 15:13:14.694 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77412024-08-29T15:13:16.396Z[ recovery-image] Aug 29 15:13:14.714 INFO O| Aug 29 15:13:14.714 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77422024-08-29T15:13:16.396Z[ recovery-image] Aug 29 15:13:14.715 INFO O| Aug 29 15:13:14.715 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77432024-08-29T15:13:16.400Z[ recovery-image] Aug 29 15:13:14.715 INFO O| Aug 29 15:13:14.715 INFO STEP 7 (ensure_dir) COMPLETE
77442024-08-29T15:13:16.400Z[ recovery-image] Aug 29 15:13:14.715 INFO O| Aug 29 15:13:14.715 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77452024-08-29T15:13:16.415Z[ recovery-image] Aug 29 15:13:14.734 INFO O| Aug 29 15:13:14.734 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
77462024-08-29T15:13:16.418Z[ recovery-image] Aug 29 15:13:14.734 INFO O| Aug 29 15:13:14.734 INFO STEP 8 (remove_files) COMPLETE
77472024-08-29T15:13:16.418Z[ recovery-image] Aug 29 15:13:14.734 INFO O| Aug 29 15:13:14.734 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77482024-08-29T15:13:16.441Z[ recovery-image] Aug 29 15:13:14.760 INFO O| Aug 29 15:13:14.760 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
77492024-08-29T15:13:16.446Z[ recovery-image] Aug 29 15:13:14.761 INFO O| Aug 29 15:13:14.761 INFO STEP 9 (remove_files) COMPLETE
77502024-08-29T15:13:16.446Z[ recovery-image] Aug 29 15:13:14.761 INFO O| Aug 29 15:13:14.761 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77512024-08-29T15:13:16.459Z[ recovery-image] Aug 29 15:13:14.778 INFO O| Aug 29 15:13:14.778 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
77522024-08-29T15:13:16.462Z[ recovery-image] Aug 29 15:13:14.779 INFO O| Aug 29 15:13:14.779 INFO STEP 10 (remove_files) COMPLETE
77532024-08-29T15:13:16.462Z[ recovery-image] Aug 29 15:13:14.779 INFO O| Aug 29 15:13:14.779 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77542024-08-29T15:13:16.476Z[ recovery-image] Aug 29 15:13:14.796 INFO O| Aug 29 15:13:14.795 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
77552024-08-29T15:13:16.479Z[ recovery-image] Aug 29 15:13:14.796 INFO O| Aug 29 15:13:14.796 INFO STEP 11 (remove_files) COMPLETE
77562024-08-29T15:13:16.480Z[ recovery-image] Aug 29 15:13:14.796 INFO O| Aug 29 15:13:14.796 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77572024-08-29T15:13:16.493Z[ recovery-image] Aug 29 15:13:14.812 INFO O| Aug 29 15:13:14.812 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
77582024-08-29T15:13:16.493Z[ recovery-image] Aug 29 15:13:14.812 INFO O| Aug 29 15:13:14.812 INFO STEP 12 (remove_files) COMPLETE
77592024-08-29T15:13:16.493Z[ recovery-image] Aug 29 15:13:14.812 INFO O| Aug 29 15:13:14.812 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77602024-08-29T15:13:16.525Z[ recovery-image] Aug 29 15:13:14.843 INFO O| Aug 29 15:13:14.843 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77612024-08-29T15:13:16.528Z[ recovery-image] Aug 29 15:13:14.843 INFO O| Aug 29 15:13:14.843 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77622024-08-29T15:13:16.528Z[ recovery-image] Aug 29 15:13:14.843 INFO O| Aug 29 15:13:14.843 INFO STEP 13 (ensure_dir) COMPLETE
77632024-08-29T15:13:16.528Z[ recovery-image] Aug 29 15:13:14.844 INFO O| Aug 29 15:13:14.843 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77642024-08-29T15:13:16.543Z[ recovery-image] Aug 29 15:13:14.862 INFO O| Aug 29 15:13:14.862 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77652024-08-29T15:13:16.547Z[ recovery-image] Aug 29 15:13:14.863 INFO O| Aug 29 15:13:14.863 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77662024-08-29T15:13:16.547Z[ recovery-image] Aug 29 15:13:14.863 INFO O| Aug 29 15:13:14.863 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77672024-08-29T15:13:16.547Z[ recovery-image] Aug 29 15:13:14.863 INFO O| Aug 29 15:13:14.863 INFO STEP 14 (ensure_dir) COMPLETE
77682024-08-29T15:13:16.547Z[ recovery-image] Aug 29 15:13:14.863 INFO O| Aug 29 15:13:14.863 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77692024-08-29T15:13:16.562Z[ recovery-image] Aug 29 15:13:14.881 INFO O| Aug 29 15:13:14.881 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77702024-08-29T15:13:16.565Z[ recovery-image] Aug 29 15:13:14.881 INFO O| Aug 29 15:13:14.881 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77712024-08-29T15:13:16.565Z[ recovery-image] Aug 29 15:13:14.882 INFO O| Aug 29 15:13:14.881 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77722024-08-29T15:13:16.565Z[ recovery-image] Aug 29 15:13:14.882 INFO O| Aug 29 15:13:14.882 INFO STEP 15 (ensure_dir) COMPLETE
77732024-08-29T15:13:16.565Z[ recovery-image] Aug 29 15:13:14.882 INFO O| Aug 29 15:13:14.882 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77742024-08-29T15:13:16.581Z[ recovery-image] Aug 29 15:13:14.899 INFO O| Aug 29 15:13:14.898 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77752024-08-29T15:13:16.584Z[ recovery-image] Aug 29 15:13:14.899 INFO O| Aug 29 15:13:14.899 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77762024-08-29T15:13:16.584Z[ recovery-image] Aug 29 15:13:14.899 INFO O| Aug 29 15:13:14.899 INFO STEP 16 (ensure_dir) COMPLETE
77772024-08-29T15:13:16.584Z[ recovery-image] Aug 29 15:13:14.899 INFO O| Aug 29 15:13:14.899 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77782024-08-29T15:13:16.597Z[ recovery-image] Aug 29 15:13:14.916 INFO O| Aug 29 15:13:14.916 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77792024-08-29T15:13:16.601Z[ recovery-image] Aug 29 15:13:14.916 INFO O| Aug 29 15:13:14.916 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77802024-08-29T15:13:16.601Z[ recovery-image] Aug 29 15:13:14.916 INFO O| Aug 29 15:13:14.916 INFO STEP 17 (ensure_dir) COMPLETE
77812024-08-29T15:13:16.601Z[ recovery-image] Aug 29 15:13:14.917 INFO O| Aug 29 15:13:14.917 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77822024-08-29T15:13:16.615Z[ recovery-image] Aug 29 15:13:14.933 INFO O| Aug 29 15:13:14.933 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
77832024-08-29T15:13:16.618Z[ recovery-image] Aug 29 15:13:14.933 INFO O| Aug 29 15:13:14.933 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
77842024-08-29T15:13:16.618Z[ recovery-image] Aug 29 15:13:14.933 INFO O| Aug 29 15:13:14.933 INFO ok!
77852024-08-29T15:13:16.618Z[ recovery-image] Aug 29 15:13:14.934 INFO O| Aug 29 15:13:14.933 INFO STEP 18 (ensure_symlink) COMPLETE
77862024-08-29T15:13:16.618Z[ recovery-image] Aug 29 15:13:14.934 INFO O| Aug 29 15:13:14.934 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77872024-08-29T15:13:16.632Z[ recovery-image] Aug 29 15:13:14.951 INFO O| Aug 29 15:13:14.951 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
77882024-08-29T15:13:16.634Z[ recovery-image] Aug 29 15:13:14.951 INFO O| Aug 29 15:13:14.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
77892024-08-29T15:13:16.634Z[ recovery-image] Aug 29 15:13:14.951 INFO O| Aug 29 15:13:14.951 INFO ok!
77902024-08-29T15:13:16.634Z[ recovery-image] Aug 29 15:13:14.951 INFO O| Aug 29 15:13:14.951 INFO STEP 19 (ensure_file) COMPLETE
77912024-08-29T15:13:16.634Z[ recovery-image] Aug 29 15:13:14.951 INFO O| Aug 29 15:13:14.951 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77922024-08-29T15:13:16.650Z[ recovery-image] Aug 29 15:13:14.968 INFO O| Aug 29 15:13:14.968 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
77932024-08-29T15:13:16.650Z[ recovery-image] Aug 29 15:13:14.968 INFO O| Aug 29 15:13:14.968 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
77942024-08-29T15:13:16.654Z[ recovery-image] Aug 29 15:13:14.968 INFO O| Aug 29 15:13:14.968 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
77952024-08-29T15:13:16.654Z[ recovery-image] Aug 29 15:13:14.968 INFO O| Aug 29 15:13:14.968 INFO ok!
77962024-08-29T15:13:16.654Z[ recovery-image] Aug 29 15:13:14.968 INFO O| Aug 29 15:13:14.968 INFO STEP 20 (ensure_symlink) COMPLETE
77972024-08-29T15:13:16.654Z[ recovery-image] Aug 29 15:13:14.968 INFO O| Aug 29 15:13:14.968 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77982024-08-29T15:13:16.697Z[ recovery-image] Aug 29 15:13:15.016 INFO O| Aug 29 15:13:15.015 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
77992024-08-29T15:13:16.697Z[ recovery-image] Aug 29 15:13:15.016 INFO O| Aug 29 15:13:15.015 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
78002024-08-29T15:13:16.700Z[ recovery-image] Aug 29 15:13:15.016 INFO O| Aug 29 15:13:15.016 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
78012024-08-29T15:13:16.700Z[ recovery-image] Aug 29 15:13:15.016 INFO O| Aug 29 15:13:15.016 INFO ok!
78022024-08-29T15:13:16.700Z[ recovery-image] Aug 29 15:13:15.016 INFO O| Aug 29 15:13:15.016 INFO STEP 21 (ensure_symlink) COMPLETE
78032024-08-29T15:13:16.700Z[ recovery-image] Aug 29 15:13:15.016 INFO O| Aug 29 15:13:15.016 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78042024-08-29T15:13:16.717Z[ recovery-image] Aug 29 15:13:15.033 INFO O| Aug 29 15:13:15.033 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
78052024-08-29T15:13:16.717Z[ recovery-image] Aug 29 15:13:15.033 INFO O| Aug 29 15:13:15.033 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
78062024-08-29T15:13:16.720Z[ recovery-image] Aug 29 15:13:15.033 INFO O| Aug 29 15:13:15.033 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
78072024-08-29T15:13:16.720Z[ recovery-image] Aug 29 15:13:15.033 INFO O| Aug 29 15:13:15.033 INFO ok!
78082024-08-29T15:13:16.720Z[ recovery-image] Aug 29 15:13:15.033 INFO O| Aug 29 15:13:15.033 INFO STEP 22 (ensure_symlink) COMPLETE
78092024-08-29T15:13:16.720Z[ recovery-image] Aug 29 15:13:15.033 INFO O| Aug 29 15:13:15.033 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78102024-08-29T15:13:16.739Z[ recovery-image] Aug 29 15:13:15.058 INFO O| Aug 29 15:13:15.058 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
78112024-08-29T15:13:16.739Z[ recovery-image] Aug 29 15:13:15.058 INFO O| Aug 29 15:13:15.058 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
78122024-08-29T15:13:16.744Z[ recovery-image] Aug 29 15:13:15.058 INFO O| Aug 29 15:13:15.058 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
78132024-08-29T15:13:16.744Z[ recovery-image] Aug 29 15:13:15.058 INFO O| Aug 29 15:13:15.058 INFO ok!
78142024-08-29T15:13:16.744Z[ recovery-image] Aug 29 15:13:15.058 INFO O| Aug 29 15:13:15.058 INFO STEP 23 (ensure_symlink) COMPLETE
78152024-08-29T15:13:16.744Z[ recovery-image] Aug 29 15:13:15.058 INFO O| Aug 29 15:13:15.058 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78162024-08-29T15:13:16.760Z[ recovery-image] Aug 29 15:13:15.079 INFO O| Aug 29 15:13:15.079 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78172024-08-29T15:13:16.760Z[ recovery-image] Aug 29 15:13:15.079 INFO O| Aug 29 15:13:15.079 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 ...
78182024-08-29T15:13:16.763Z[ recovery-image] Aug 29 15:13:15.079 INFO O| Aug 29 15:13:15.079 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78192024-08-29T15:13:16.763Z[ recovery-image] Aug 29 15:13:15.079 INFO O| Aug 29 15:13:15.079 INFO ok!
78202024-08-29T15:13:16.763Z[ recovery-image] Aug 29 15:13:15.079 INFO O| Aug 29 15:13:15.079 INFO STEP 24 (ensure_file) COMPLETE
78212024-08-29T15:13:16.763Z[ recovery-image] Aug 29 15:13:15.079 INFO O| Aug 29 15:13:15.079 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
78222024-08-29T15:13:16.778Z[ recovery-image] Aug 29 15:13:15.096 INFO O| Aug 29 15:13:15.096 INFO updating shadow file
78232024-08-29T15:13:16.782Z[ recovery-image] Aug 29 15:13:15.097 INFO O| Aug 29 15:13:15.097 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78242024-08-29T15:13:16.782Z[ recovery-image] Aug 29 15:13:15.097 INFO O| Aug 29 15:13:15.097 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78252024-08-29T15:13:16.782Z[ recovery-image] Aug 29 15:13:15.097 INFO O| Aug 29 15:13:15.097 INFO STEP 25 (shadow) COMPLETE
78262024-08-29T15:13:16.782Z[ recovery-image] Aug 29 15:13:15.097 INFO O| Aug 29 15:13:15.097 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78272024-08-29T15:13:16.796Z[ recovery-image] Aug 29 15:13:15.114 INFO O| Aug 29 15:13:15.114 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78282024-08-29T15:13:16.796Z[ recovery-image] Aug 29 15:13:15.114 INFO O| Aug 29 15:13:15.114 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78292024-08-29T15:13:16.796Z[ recovery-image] Aug 29 15:13:15.114 INFO O| Aug 29 15:13:15.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78302024-08-29T15:13:16.796Z[ recovery-image] Aug 29 15:13:15.114 INFO O| Aug 29 15:13:15.114 INFO ok!
78312024-08-29T15:13:16.800Z[ recovery-image] Aug 29 15:13:15.115 INFO O| Aug 29 15:13:15.114 INFO STEP 26 (ensure_file) COMPLETE
78322024-08-29T15:13:16.800Z[ recovery-image] Aug 29 15:13:15.115 INFO O| Aug 29 15:13:15.115 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78332024-08-29T15:13:16.813Z[ recovery-image] Aug 29 15:13:15.131 INFO O| Aug 29 15:13:15.131 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78342024-08-29T15:13:16.816Z[ recovery-image] Aug 29 15:13:15.131 INFO O| Aug 29 15:13:15.131 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78352024-08-29T15:13:16.816Z[ recovery-image] Aug 29 15:13:15.131 INFO O| Aug 29 15:13:15.131 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78362024-08-29T15:13:16.816Z[ recovery-image] Aug 29 15:13:15.131 INFO O| Aug 29 15:13:15.131 INFO ok!
78372024-08-29T15:13:16.816Z[ recovery-image] Aug 29 15:13:15.131 INFO O| Aug 29 15:13:15.131 INFO STEP 27 (ensure_file) COMPLETE
78382024-08-29T15:13:16.816Z[ recovery-image] Aug 29 15:13:15.132 INFO O| Aug 29 15:13:15.131 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78392024-08-29T15:13:16.831Z[ recovery-image] Aug 29 15:13:15.150 INFO O| Aug 29 15:13:15.150 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
78402024-08-29T15:13:16.831Z[ recovery-image] Aug 29 15:13:15.150 INFO O| Aug 29 15:13:15.150 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
78412024-08-29T15:13:16.835Z[ recovery-image] Aug 29 15:13:15.150 INFO O| Aug 29 15:13:15.150 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78422024-08-29T15:13:16.835Z[ recovery-image] Aug 29 15:13:15.151 INFO O| Aug 29 15:13:15.150 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78432024-08-29T15:13:16.835Z[ recovery-image] Aug 29 15:13:15.151 INFO O| Aug 29 15:13:15.150 INFO ok!
78442024-08-29T15:13:16.835Z[ recovery-image] Aug 29 15:13:15.151 INFO O| Aug 29 15:13:15.151 INFO STEP 28 (ensure_file) COMPLETE
78452024-08-29T15:13:16.835Z[ recovery-image] Aug 29 15:13:15.151 INFO O| Aug 29 15:13:15.151 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78462024-08-29T15:13:16.851Z[ recovery-image] Aug 29 15:13:15.169 INFO O| Aug 29 15:13:15.169 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
78472024-08-29T15:13:16.851Z[ recovery-image] Aug 29 15:13:15.170 INFO O| Aug 29 15:13:15.169 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
78482024-08-29T15:13:16.851Z[ recovery-image] Aug 29 15:13:15.170 INFO O| Aug 29 15:13:15.170 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
78492024-08-29T15:13:16.851Z[ recovery-image] Aug 29 15:13:15.170 INFO O| Aug 29 15:13:15.170 INFO ok!
78502024-08-29T15:13:16.855Z[ recovery-image] Aug 29 15:13:15.170 INFO O| Aug 29 15:13:15.170 INFO STEP 29 (ensure_file) COMPLETE
78512024-08-29T15:13:16.855Z[ recovery-image] Aug 29 15:13:15.170 INFO O| Aug 29 15:13:15.170 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78522024-08-29T15:13:16.870Z[ recovery-image] Aug 29 15:13:15.189 INFO O| Aug 29 15:13:15.188 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
78532024-08-29T15:13:16.870Z[ recovery-image] Aug 29 15:13:15.189 INFO O| Aug 29 15:13:15.188 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
78542024-08-29T15:13:16.870Z[ recovery-image] Aug 29 15:13:15.189 INFO O| Aug 29 15:13:15.189 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
78552024-08-29T15:13:16.873Z[ recovery-image] Aug 29 15:13:15.189 INFO O| Aug 29 15:13:15.189 INFO ok!
78562024-08-29T15:13:16.873Z[ recovery-image] Aug 29 15:13:15.189 INFO O| Aug 29 15:13:15.189 INFO STEP 30 (ensure_file) COMPLETE
78572024-08-29T15:13:16.873Z[ recovery-image] Aug 29 15:13:15.189 INFO O| Aug 29 15:13:15.189 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78582024-08-29T15:13:16.888Z[ recovery-image] Aug 29 15:13:15.207 INFO O| Aug 29 15:13:15.207 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
78592024-08-29T15:13:16.888Z[ recovery-image] Aug 29 15:13:15.207 INFO O| Aug 29 15:13:15.207 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
78602024-08-29T15:13:16.891Z[ recovery-image] Aug 29 15:13:15.207 INFO O| Aug 29 15:13:15.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78612024-08-29T15:13:16.891Z[ recovery-image] Aug 29 15:13:15.207 INFO O| Aug 29 15:13:15.207 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78622024-08-29T15:13:16.891Z[ recovery-image] Aug 29 15:13:15.207 INFO O| Aug 29 15:13:15.207 INFO ok!
78632024-08-29T15:13:16.891Z[ recovery-image] Aug 29 15:13:15.207 INFO O| Aug 29 15:13:15.207 INFO STEP 31 (ensure_file) COMPLETE
78642024-08-29T15:13:16.891Z[ recovery-image] Aug 29 15:13:15.207 INFO O| Aug 29 15:13:15.207 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78652024-08-29T15:13:16.906Z[ recovery-image] Aug 29 15:13:15.226 INFO O| Aug 29 15:13:15.225 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
78662024-08-29T15:13:16.906Z[ recovery-image] Aug 29 15:13:15.226 INFO O| Aug 29 15:13:15.226 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
78672024-08-29T15:13:16.907Z[ recovery-image] Aug 29 15:13:15.226 INFO O| Aug 29 15:13:15.226 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
78682024-08-29T15:13:16.909Z[ recovery-image] Aug 29 15:13:15.226 INFO O| Aug 29 15:13:15.226 INFO ok!
78692024-08-29T15:13:16.909Z[ recovery-image] Aug 29 15:13:15.226 INFO O| Aug 29 15:13:15.226 INFO STEP 32 (ensure_file) COMPLETE
78702024-08-29T15:13:16.909Z[ recovery-image] Aug 29 15:13:15.226 INFO O| Aug 29 15:13:15.226 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78712024-08-29T15:13:16.925Z[ recovery-image] Aug 29 15:13:15.243 INFO O| Aug 29 15:13:15.243 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
78722024-08-29T15:13:16.925Z[ recovery-image] Aug 29 15:13:15.244 INFO O| Aug 29 15:13:15.244 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
78732024-08-29T15:13:16.928Z[ recovery-image] Aug 29 15:13:15.244 INFO O| Aug 29 15:13:15.244 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
78742024-08-29T15:13:16.928Z[ recovery-image] Aug 29 15:13:15.244 INFO O| Aug 29 15:13:15.244 INFO ok!
78752024-08-29T15:13:16.928Z[ recovery-image] Aug 29 15:13:15.244 INFO O| Aug 29 15:13:15.244 INFO STEP 33 (ensure_file) COMPLETE
78762024-08-29T15:13:16.928Z[ recovery-image] Aug 29 15:13:15.244 INFO O| Aug 29 15:13:15.244 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78772024-08-29T15:13:16.942Z[ recovery-image] Aug 29 15:13:15.261 INFO O| Aug 29 15:13:15.261 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
78782024-08-29T15:13:16.942Z[ recovery-image] Aug 29 15:13:15.261 INFO O| Aug 29 15:13:15.261 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
78792024-08-29T15:13:16.945Z[ recovery-image] Aug 29 15:13:15.261 INFO O| Aug 29 15:13:15.261 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78802024-08-29T15:13:16.945Z[ recovery-image] Aug 29 15:13:15.261 INFO O| Aug 29 15:13:15.261 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78812024-08-29T15:13:16.945Z[ recovery-image] Aug 29 15:13:15.261 INFO O| Aug 29 15:13:15.261 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78822024-08-29T15:13:16.945Z[ recovery-image] Aug 29 15:13:15.261 INFO O| Aug 29 15:13:15.261 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78832024-08-29T15:13:16.946Z[ recovery-image] Aug 29 15:13:15.261 INFO O| Aug 29 15:13:15.261 INFO ok!
78842024-08-29T15:13:16.946Z[ recovery-image] Aug 29 15:13:15.261 INFO O| Aug 29 15:13:15.261 INFO STEP 34 (ensure_file) COMPLETE
78852024-08-29T15:13:16.946Z[ recovery-image] Aug 29 15:13:15.261 INFO O| Aug 29 15:13:15.261 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78862024-08-29T15:13:16.959Z[ recovery-image] Aug 29 15:13:15.278 INFO O| Aug 29 15:13:15.278 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78872024-08-29T15:13:16.964Z[ recovery-image] Aug 29 15:13:15.279 INFO O| Aug 29 15:13:15.279 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78882024-08-29T15:13:16.964Z[ recovery-image] Aug 29 15:13:15.279 INFO O| Aug 29 15:13:15.279 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78892024-08-29T15:13:16.964Z[ recovery-image] Aug 29 15:13:15.279 INFO O| Aug 29 15:13:15.279 INFO STEP 35 (ensure_dir) COMPLETE
78902024-08-29T15:13:16.964Z[ recovery-image] Aug 29 15:13:15.279 INFO O| Aug 29 15:13:15.279 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78912024-08-29T15:13:16.980Z[ recovery-image] Aug 29 15:13:15.299 INFO O| Aug 29 15:13:15.299 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
78922024-08-29T15:13:16.980Z[ recovery-image] Aug 29 15:13:15.299 INFO O| Aug 29 15:13:15.299 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 ...
78932024-08-29T15:13:16.980Z[ recovery-image] Aug 29 15:13:15.299 INFO O| Aug 29 15:13:15.299 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
78942024-08-29T15:13:16.983Z[ recovery-image] Aug 29 15:13:15.299 INFO O| Aug 29 15:13:15.299 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
78952024-08-29T15:13:16.983Z[ recovery-image] Aug 29 15:13:15.299 INFO O| Aug 29 15:13:15.299 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
78962024-08-29T15:13:16.983Z[ recovery-image] Aug 29 15:13:15.299 INFO O| Aug 29 15:13:15.299 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
78972024-08-29T15:13:16.983Z[ recovery-image] Aug 29 15:13:15.299 INFO O| Aug 29 15:13:15.299 INFO ok!
78982024-08-29T15:13:16.983Z[ recovery-image] Aug 29 15:13:15.300 INFO O| Aug 29 15:13:15.299 INFO STEP 36 (ensure_file) COMPLETE
78992024-08-29T15:13:16.983Z[ recovery-image] Aug 29 15:13:15.300 INFO O| Aug 29 15:13:15.299 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79002024-08-29T15:13:17.002Z[ recovery-image] Aug 29 15:13:15.321 INFO O| Aug 29 15:13:15.321 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
79012024-08-29T15:13:17.002Z[ recovery-image] Aug 29 15:13:15.321 INFO O| Aug 29 15:13:15.321 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 ...
79022024-08-29T15:13:17.005Z[ recovery-image] Aug 29 15:13:15.321 INFO O| Aug 29 15:13:15.321 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
79032024-08-29T15:13:17.005Z[ recovery-image] Aug 29 15:13:15.321 INFO O| Aug 29 15:13:15.321 INFO ok!
79042024-08-29T15:13:17.005Z[ recovery-image] Aug 29 15:13:15.321 INFO O| Aug 29 15:13:15.321 INFO STEP 37 (ensure_symlink) COMPLETE
79052024-08-29T15:13:17.005Z[ recovery-image] Aug 29 15:13:15.321 INFO O| Aug 29 15:13:15.321 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79062024-08-29T15:13:17.022Z[ recovery-image] Aug 29 15:13:15.341 INFO O| Aug 29 15:13:15.340 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
79072024-08-29T15:13:17.022Z[ recovery-image] Aug 29 15:13:15.341 INFO O| Aug 29 15:13:15.340 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
79082024-08-29T15:13:17.022Z[ recovery-image] Aug 29 15:13:15.341 INFO O| Aug 29 15:13:15.341 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79092024-08-29T15:13:17.022Z[ recovery-image] Aug 29 15:13:15.341 INFO O| Aug 29 15:13:15.341 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79102024-08-29T15:13:17.025Z[ recovery-image] Aug 29 15:13:15.341 INFO O| Aug 29 15:13:15.341 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79112024-08-29T15:13:17.025Z[ recovery-image] Aug 29 15:13:15.341 INFO O| Aug 29 15:13:15.341 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79122024-08-29T15:13:17.025Z[ recovery-image] Aug 29 15:13:15.341 INFO O| Aug 29 15:13:15.341 INFO ok!
79132024-08-29T15:13:17.025Z[ recovery-image] Aug 29 15:13:15.341 INFO O| Aug 29 15:13:15.341 INFO STEP 38 (ensure_file) COMPLETE
79142024-08-29T15:13:17.025Z[ recovery-image] Aug 29 15:13:15.341 INFO O| Aug 29 15:13:15.341 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79152024-08-29T15:13:17.042Z[ recovery-image] Aug 29 15:13:15.361 INFO O| Aug 29 15:13:15.361 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
79162024-08-29T15:13:17.042Z[ recovery-image] Aug 29 15:13:15.361 INFO O| Aug 29 15:13:15.361 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 ...
79172024-08-29T15:13:17.046Z[ recovery-image] Aug 29 15:13:15.362 INFO O| Aug 29 15:13:15.361 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
79182024-08-29T15:13:17.046Z[ recovery-image] Aug 29 15:13:15.362 INFO O| Aug 29 15:13:15.362 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79192024-08-29T15:13:17.046Z[ recovery-image] Aug 29 15:13:15.362 INFO O| Aug 29 15:13:15.362 INFO ok!
79202024-08-29T15:13:17.046Z[ recovery-image] Aug 29 15:13:15.362 INFO O| Aug 29 15:13:15.362 INFO STEP 39 (ensure_file) COMPLETE
79212024-08-29T15:13:17.046Z[ recovery-image] Aug 29 15:13:15.362 INFO O| Aug 29 15:13:15.362 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79222024-08-29T15:13:17.061Z[ recovery-image] Aug 29 15:13:15.380 INFO O| Aug 29 15:13:15.380 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
79232024-08-29T15:13:17.061Z[ recovery-image] Aug 29 15:13:15.380 INFO O| Aug 29 15:13:15.380 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
79242024-08-29T15:13:17.066Z[ recovery-image] Aug 29 15:13:15.380 INFO O| Aug 29 15:13:15.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79252024-08-29T15:13:17.066Z[ recovery-image] Aug 29 15:13:15.380 INFO O| Aug 29 15:13:15.380 INFO ok!
79262024-08-29T15:13:17.066Z[ recovery-image] Aug 29 15:13:15.380 INFO O| Aug 29 15:13:15.380 INFO STEP 40 (ensure_file) COMPLETE
79272024-08-29T15:13:17.066Z[ recovery-image] Aug 29 15:13:15.381 INFO O| Aug 29 15:13:15.380 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79282024-08-29T15:13:17.077Z[ recovery-image] Aug 29 15:13:15.396 INFO O| Aug 29 15:13:15.396 INFO updating shadow file
79292024-08-29T15:13:17.081Z[ recovery-image] Aug 29 15:13:15.396 INFO O| Aug 29 15:13:15.396 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79302024-08-29T15:13:17.081Z[ recovery-image] Aug 29 15:13:15.396 INFO O| Aug 29 15:13:15.396 INFO STEP 41 (shadow) COMPLETE
79312024-08-29T15:13:17.081Z[ recovery-image] Aug 29 15:13:15.396 INFO O| Aug 29 15:13:15.396 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79322024-08-29T15:13:17.095Z[ recovery-image] Aug 29 15:13:15.414 INFO O| Aug 29 15:13:15.414 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79332024-08-29T15:13:17.095Z[ recovery-image] Aug 29 15:13:15.414 INFO O| Aug 29 15:13:15.414 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79342024-08-29T15:13:17.095Z[ recovery-image] Aug 29 15:13:15.414 INFO O| Aug 29 15:13:15.414 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79352024-08-29T15:13:17.098Z[ recovery-image] Aug 29 15:13:15.414 INFO O| Aug 29 15:13:15.414 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79362024-08-29T15:13:17.098Z[ recovery-image] Aug 29 15:13:15.414 INFO O| Aug 29 15:13:15.414 INFO ok!
79372024-08-29T15:13:17.098Z[ recovery-image] Aug 29 15:13:15.414 INFO O| Aug 29 15:13:15.414 INFO STEP 42 (ensure_file) COMPLETE
79382024-08-29T15:13:17.098Z[ recovery-image] Aug 29 15:13:15.414 INFO O| Aug 29 15:13:15.414 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79392024-08-29T15:13:17.110Z[ recovery-image] Aug 29 15:13:15.429 INFO O| Aug 29 15:13:15.429 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
79402024-08-29T15:13:17.110Z[ recovery-image] Aug 29 15:13:15.429 INFO O| Aug 29 15:13:15.429 INFO STEP 43 (ensure_dir) COMPLETE
79412024-08-29T15:13:17.110Z[ recovery-image] Aug 29 15:13:15.429 INFO O| Aug 29 15:13:15.429 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79422024-08-29T15:13:17.122Z[ recovery-image] Aug 29 15:13:15.441 INFO O| Aug 29 15:13:15.441 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79432024-08-29T15:13:17.122Z[ recovery-image] Aug 29 15:13:15.441 INFO O| Aug 29 15:13:15.441 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79442024-08-29T15:13:17.126Z[ recovery-image] Aug 29 15:13:15.441 INFO O| Aug 29 15:13:15.441 INFO STEP 44 (ensure_dir) COMPLETE
79452024-08-29T15:13:17.126Z[ recovery-image] Aug 29 15:13:15.441 INFO O| Aug 29 15:13:15.441 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79462024-08-29T15:13:17.137Z[ recovery-image] Aug 29 15:13:15.455 INFO O| Aug 29 15:13:15.455 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79472024-08-29T15:13:17.140Z[ recovery-image] Aug 29 15:13:15.456 INFO O| Aug 29 15:13:15.456 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79482024-08-29T15:13:17.140Z[ recovery-image] Aug 29 15:13:15.456 INFO O| Aug 29 15:13:15.456 INFO STEP 45 (ensure_dir) COMPLETE
79492024-08-29T15:13:17.140Z[ recovery-image] Aug 29 15:13:15.456 INFO O| Aug 29 15:13:15.456 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79502024-08-29T15:13:17.153Z[ recovery-image] Aug 29 15:13:15.472 INFO O| Aug 29 15:13:15.472 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
79512024-08-29T15:13:17.153Z[ recovery-image] Aug 29 15:13:15.472 INFO O| Aug 29 15:13:15.472 INFO copying /tmp/.tmpaaMxE7/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
79522024-08-29T15:13:17.196Z[ recovery-image] Aug 29 15:13:15.514 INFO O| Aug 29 15:13:15.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
79532024-08-29T15:13:17.196Z[ recovery-image] Aug 29 15:13:15.514 INFO O| Aug 29 15:13:15.514 INFO ok!
79542024-08-29T15:13:17.196Z[ recovery-image] Aug 29 15:13:15.514 INFO O| Aug 29 15:13:15.514 INFO STEP 46 (ensure_file) COMPLETE
79552024-08-29T15:13:17.198Z[ recovery-image] Aug 29 15:13:15.514 INFO O| Aug 29 15:13:15.514 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79562024-08-29T15:13:17.212Z[ recovery-image] Aug 29 15:13:15.531 INFO O| Aug 29 15:13:15.531 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79572024-08-29T15:13:17.212Z[ recovery-image] Aug 29 15:13:15.531 INFO O| Aug 29 15:13:15.531 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79582024-08-29T15:13:17.212Z[ recovery-image] Aug 29 15:13:15.531 INFO O| Aug 29 15:13:15.531 INFO STEP 47 (ensure_dir) COMPLETE
79592024-08-29T15:13:17.217Z[ recovery-image] Aug 29 15:13:15.531 INFO O| Aug 29 15:13:15.531 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79602024-08-29T15:13:17.227Z[ recovery-image] Aug 29 15:13:15.546 INFO O| Aug 29 15:13:15.545 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
79612024-08-29T15:13:17.227Z[ recovery-image] Aug 29 15:13:15.546 INFO O| Aug 29 15:13:15.546 INFO copying /tmp/.tmpaaMxE7/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
79622024-08-29T15:13:17.230Z[ recovery-image] Aug 29 15:13:15.546 INFO O| Aug 29 15:13:15.546 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
79632024-08-29T15:13:17.230Z[ recovery-image] Aug 29 15:13:15.546 INFO O| Aug 29 15:13:15.546 INFO ok!
79642024-08-29T15:13:17.230Z[ recovery-image] Aug 29 15:13:15.546 INFO O| Aug 29 15:13:15.546 INFO STEP 48 (ensure_file) COMPLETE
79652024-08-29T15:13:17.230Z[ recovery-image] Aug 29 15:13:15.546 INFO O| Aug 29 15:13:15.546 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79662024-08-29T15:13:17.239Z[ recovery-image] Aug 29 15:13:15.558 INFO O| Aug 29 15:13:15.558 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79672024-08-29T15:13:17.239Z[ recovery-image] Aug 29 15:13:15.558 INFO O| Aug 29 15:13:15.558 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79682024-08-29T15:13:17.239Z[ recovery-image] Aug 29 15:13:15.558 INFO O| Aug 29 15:13:15.558 INFO STEP 49 (ensure_dir) COMPLETE
79692024-08-29T15:13:17.242Z[ recovery-image] Aug 29 15:13:15.558 INFO O| Aug 29 15:13:15.558 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79702024-08-29T15:13:17.250Z[ recovery-image] Aug 29 15:13:15.569 INFO O| Aug 29 15:13:15.569 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
79712024-08-29T15:13:17.250Z[ recovery-image] Aug 29 15:13:15.569 INFO O| Aug 29 15:13:15.569 INFO copying /tmp/.tmpaaMxE7/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
79722024-08-29T15:13:17.264Z[ recovery-image] Aug 29 15:13:15.583 INFO O| Aug 29 15:13:15.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
79732024-08-29T15:13:17.267Z[ recovery-image] Aug 29 15:13:15.583 INFO O| Aug 29 15:13:15.583 INFO ok!
79742024-08-29T15:13:17.267Z[ recovery-image] Aug 29 15:13:15.583 INFO O| Aug 29 15:13:15.583 INFO STEP 50 (ensure_file) COMPLETE
79752024-08-29T15:13:17.267Z[ recovery-image] Aug 29 15:13:15.583 INFO O| Aug 29 15:13:15.583 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79762024-08-29T15:13:17.280Z[ recovery-image] Aug 29 15:13:15.599 INFO O| Aug 29 15:13:15.599 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
79772024-08-29T15:13:17.280Z[ recovery-image] Aug 29 15:13:15.599 INFO O| Aug 29 15:13:15.599 INFO copying /tmp/.tmpaaMxE7/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
79782024-08-29T15:13:18.292Z[ recovery-image] Aug 29 15:13:16.610 INFO O| Aug 29 15:13:16.610 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
79792024-08-29T15:13:18.292Z[ recovery-image] Aug 29 15:13:16.611 INFO O| Aug 29 15:13:16.610 INFO ok!
79802024-08-29T15:13:18.292Z[ recovery-image] Aug 29 15:13:16.611 INFO O| Aug 29 15:13:16.610 INFO STEP 51 (ensure_file) COMPLETE
79812024-08-29T15:13:18.295Z[ recovery-image] Aug 29 15:13:16.611 INFO O| Aug 29 15:13:16.610 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79822024-08-29T15:13:18.307Z[ recovery-image] Aug 29 15:13:16.622 INFO O| Aug 29 15:13:16.622 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79832024-08-29T15:13:18.311Z[ recovery-image] Aug 29 15:13:16.623 INFO O| Aug 29 15:13:16.623 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79842024-08-29T15:13:18.311Z[ recovery-image] Aug 29 15:13:16.623 INFO O| Aug 29 15:13:16.623 INFO STEP 52 (ensure_dir) COMPLETE
79852024-08-29T15:13:18.311Z[ recovery-image] Aug 29 15:13:16.623 INFO O| Aug 29 15:13:16.623 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79862024-08-29T15:13:18.318Z[ recovery-image] Aug 29 15:13:16.637 INFO O| Aug 29 15:13:16.637 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
79872024-08-29T15:13:18.318Z[ recovery-image] Aug 29 15:13:16.637 INFO O| Aug 29 15:13:16.637 INFO copying /tmp/.tmpaaMxE7/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 ...
79882024-08-29T15:13:18.318Z[ recovery-image] Aug 29 15:13:16.637 INFO O| Aug 29 15:13:16.637 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
79892024-08-29T15:13:18.318Z[ recovery-image] Aug 29 15:13:16.637 INFO O| Aug 29 15:13:16.637 INFO ok!
79902024-08-29T15:13:18.321Z[ recovery-image] Aug 29 15:13:16.637 INFO O| Aug 29 15:13:16.637 INFO STEP 53 (ensure_file) COMPLETE
79912024-08-29T15:13:18.321Z[ recovery-image] Aug 29 15:13:16.637 INFO O| Aug 29 15:13:16.637 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79922024-08-29T15:13:18.329Z[ recovery-image] Aug 29 15:13:16.647 INFO O| Aug 29 15:13:16.647 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
79932024-08-29T15:13:18.329Z[ recovery-image] Aug 29 15:13:16.647 INFO O| Aug 29 15:13:16.647 INFO copying /tmp/.tmpaaMxE7/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 ...
79942024-08-29T15:13:18.331Z[ recovery-image] Aug 29 15:13:16.648 INFO O| Aug 29 15:13:16.647 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
79952024-08-29T15:13:18.331Z[ recovery-image] Aug 29 15:13:16.648 INFO O| Aug 29 15:13:16.648 INFO ok!
79962024-08-29T15:13:18.331Z[ recovery-image] Aug 29 15:13:16.648 INFO O| Aug 29 15:13:16.648 INFO STEP 54 (ensure_file) COMPLETE
79972024-08-29T15:13:18.332Z[ recovery-image] Aug 29 15:13:16.648 INFO O| Aug 29 15:13:16.648 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79982024-08-29T15:13:18.339Z[ recovery-image] Aug 29 15:13:16.658 INFO O| Aug 29 15:13:16.658 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79992024-08-29T15:13:18.343Z[ recovery-image] Aug 29 15:13:16.658 INFO O| Aug 29 15:13:16.658 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80002024-08-29T15:13:18.344Z[ recovery-image] Aug 29 15:13:16.658 INFO O| Aug 29 15:13:16.658 INFO STEP 55 (ensure_dir) COMPLETE
80012024-08-29T15:13:18.344Z[ recovery-image] Aug 29 15:13:16.658 INFO O| Aug 29 15:13:16.658 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80022024-08-29T15:13:18.350Z[ recovery-image] Aug 29 15:13:16.669 INFO O| Aug 29 15:13:16.669 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
80032024-08-29T15:13:18.350Z[ recovery-image] Aug 29 15:13:16.669 INFO O| Aug 29 15:13:16.669 INFO copying /tmp/.tmpaaMxE7/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 ...
80042024-08-29T15:13:18.355Z[ recovery-image] Aug 29 15:13:16.669 INFO O| Aug 29 15:13:16.669 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
80052024-08-29T15:13:18.355Z[ recovery-image] Aug 29 15:13:16.669 INFO O| Aug 29 15:13:16.669 INFO ok!
80062024-08-29T15:13:18.355Z[ recovery-image] Aug 29 15:13:16.669 INFO O| Aug 29 15:13:16.669 INFO STEP 56 (ensure_file) COMPLETE
80072024-08-29T15:13:18.355Z[ recovery-image] Aug 29 15:13:16.669 INFO O| Aug 29 15:13:16.669 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80082024-08-29T15:13:18.362Z[ recovery-image] Aug 29 15:13:16.681 INFO O| Aug 29 15:13:16.681 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80092024-08-29T15:13:18.362Z[ recovery-image] Aug 29 15:13:16.681 INFO O| Aug 29 15:13:16.681 INFO copying /tmp/.tmpaaMxE7/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 ...
80102024-08-29T15:13:18.365Z[ recovery-image] Aug 29 15:13:16.681 INFO O| Aug 29 15:13:16.681 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
80112024-08-29T15:13:18.365Z[ recovery-image] Aug 29 15:13:16.681 INFO O| Aug 29 15:13:16.681 INFO ok!
80122024-08-29T15:13:18.365Z[ recovery-image] Aug 29 15:13:16.681 INFO O| Aug 29 15:13:16.681 INFO STEP 57 (ensure_file) COMPLETE
80132024-08-29T15:13:18.365Z[ recovery-image] Aug 29 15:13:16.681 INFO O| Aug 29 15:13:16.681 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80142024-08-29T15:13:18.373Z[ recovery-image] Aug 29 15:13:16.692 INFO O| Aug 29 15:13:16.692 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80152024-08-29T15:13:18.373Z[ recovery-image] Aug 29 15:13:16.692 INFO O| Aug 29 15:13:16.692 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80162024-08-29T15:13:18.376Z[ recovery-image] Aug 29 15:13:16.692 INFO O| Aug 29 15:13:16.692 INFO STEP 58 (ensure_dir) COMPLETE
80172024-08-29T15:13:18.376Z[ recovery-image] Aug 29 15:13:16.692 INFO O| Aug 29 15:13:16.692 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80182024-08-29T15:13:18.386Z[ recovery-image] Aug 29 15:13:16.704 INFO O| Aug 29 15:13:16.704 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80192024-08-29T15:13:18.386Z[ recovery-image] Aug 29 15:13:16.705 INFO O| Aug 29 15:13:16.704 INFO copying /tmp/.tmpaaMxE7/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 ...
80202024-08-29T15:13:18.389Z[ recovery-image] Aug 29 15:13:16.705 INFO O| Aug 29 15:13:16.705 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80212024-08-29T15:13:18.389Z[ recovery-image] Aug 29 15:13:16.705 INFO O| Aug 29 15:13:16.705 INFO ok!
80222024-08-29T15:13:18.389Z[ recovery-image] Aug 29 15:13:16.705 INFO O| Aug 29 15:13:16.705 INFO STEP 59 (ensure_file) COMPLETE
80232024-08-29T15:13:18.389Z[ recovery-image] Aug 29 15:13:16.705 INFO O| Aug 29 15:13:16.705 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80242024-08-29T15:13:18.397Z[ recovery-image] Aug 29 15:13:16.715 INFO O| Aug 29 15:13:16.715 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80252024-08-29T15:13:18.397Z[ recovery-image] Aug 29 15:13:16.715 INFO O| Aug 29 15:13:16.715 INFO copying /tmp/.tmpaaMxE7/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80262024-08-29T15:13:18.399Z[ recovery-image] Aug 29 15:13:16.715 INFO O| Aug 29 15:13:16.715 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80272024-08-29T15:13:18.399Z[ recovery-image] Aug 29 15:13:16.716 INFO O| Aug 29 15:13:16.715 INFO ok!
80282024-08-29T15:13:18.399Z[ recovery-image] Aug 29 15:13:16.716 INFO O| Aug 29 15:13:16.715 INFO STEP 60 (ensure_file) COMPLETE
80292024-08-29T15:13:18.399Z[ recovery-image] Aug 29 15:13:16.716 INFO O| Aug 29 15:13:16.716 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80302024-08-29T15:13:18.409Z[ recovery-image] Aug 29 15:13:16.728 INFO O| Aug 29 15:13:16.727 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80312024-08-29T15:13:18.412Z[ recovery-image] Aug 29 15:13:16.728 INFO O| Aug 29 15:13:16.728 INFO STEP 61 (ensure_dir) COMPLETE
80322024-08-29T15:13:18.412Z[ recovery-image] Aug 29 15:13:16.728 INFO O| Aug 29 15:13:16.728 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80332024-08-29T15:13:18.422Z[ recovery-image] Aug 29 15:13:16.740 INFO O| Aug 29 15:13:16.740 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80342024-08-29T15:13:18.422Z[ recovery-image] Aug 29 15:13:16.740 INFO O| Aug 29 15:13:16.740 INFO STEP 62 (ensure_dir) COMPLETE
80352024-08-29T15:13:18.422Z[ recovery-image] Aug 29 15:13:16.740 INFO O| Aug 29 15:13:16.740 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80362024-08-29T15:13:18.433Z[ recovery-image] Aug 29 15:13:16.752 INFO O| Aug 29 15:13:16.752 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
80372024-08-29T15:13:18.438Z[ recovery-image] Aug 29 15:13:16.752 INFO O| Aug 29 15:13:16.752 INFO STEP 63 (ensure_dir) COMPLETE
80382024-08-29T15:13:18.438Z[ recovery-image] Aug 29 15:13:16.752 INFO O| Aug 29 15:13:16.752 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80392024-08-29T15:13:18.445Z[ recovery-image] Aug 29 15:13:16.764 INFO O| Aug 29 15:13:16.764 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
80402024-08-29T15:13:18.445Z[ recovery-image] Aug 29 15:13:16.764 INFO O| Aug 29 15:13:16.764 INFO STEP 64 (ensure_dir) COMPLETE
80412024-08-29T15:13:18.445Z[ recovery-image] Aug 29 15:13:16.764 INFO O| Aug 29 15:13:16.764 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80422024-08-29T15:13:18.455Z[ recovery-image] Aug 29 15:13:16.774 INFO O| Aug 29 15:13:16.774 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
80432024-08-29T15:13:18.456Z[ recovery-image] Aug 29 15:13:16.774 INFO O| Aug 29 15:13:16.774 INFO copying /tmp/.tmpaaMxE7/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
80442024-08-29T15:13:18.459Z[ recovery-image] Aug 29 15:13:16.774 INFO O| Aug 29 15:13:16.774 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
80452024-08-29T15:13:18.459Z[ recovery-image] Aug 29 15:13:16.774 INFO O| Aug 29 15:13:16.774 INFO ok!
80462024-08-29T15:13:18.459Z[ recovery-image] Aug 29 15:13:16.774 INFO O| Aug 29 15:13:16.774 INFO STEP 65 (ensure_file) COMPLETE
80472024-08-29T15:13:18.459Z[ recovery-image] Aug 29 15:13:16.774 INFO O| Aug 29 15:13:16.774 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80482024-08-29T15:13:18.467Z[ recovery-image] Aug 29 15:13:16.785 INFO O| Aug 29 15:13:16.785 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
80492024-08-29T15:13:18.470Z[ recovery-image] Aug 29 15:13:16.785 INFO O| Aug 29 15:13:16.785 INFO STEP 66 (remove_files) COMPLETE
80502024-08-29T15:13:18.470Z[ recovery-image] Aug 29 15:13:16.785 INFO O| Aug 29 15:13:16.785 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80512024-08-29T15:13:18.479Z[ recovery-image] Aug 29 15:13:16.796 INFO O| Aug 29 15:13:16.796 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
80522024-08-29T15:13:18.482Z[ recovery-image] Aug 29 15:13:16.796 INFO O| Aug 29 15:13:16.796 INFO STEP 67 (remove_files) COMPLETE
80532024-08-29T15:13:18.482Z[ recovery-image] Aug 29 15:13:16.796 INFO O| Aug 29 15:13:16.796 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80542024-08-29T15:13:18.488Z[ recovery-image] Aug 29 15:13:16.806 INFO O| Aug 29 15:13:16.806 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
80552024-08-29T15:13:18.491Z[ recovery-image] Aug 29 15:13:16.807 INFO O| Aug 29 15:13:16.807 INFO STEP 68 (remove_files) COMPLETE
80562024-08-29T15:13:18.491Z[ recovery-image] Aug 29 15:13:16.807 INFO O| Aug 29 15:13:16.807 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80572024-08-29T15:13:18.499Z[ recovery-image] Aug 29 15:13:16.818 INFO O| Aug 29 15:13:16.818 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
80582024-08-29T15:13:18.503Z[ recovery-image] Aug 29 15:13:16.818 INFO O| Aug 29 15:13:16.818 INFO STEP 69 (remove_files) COMPLETE
80592024-08-29T15:13:18.503Z[ recovery-image] Aug 29 15:13:16.818 INFO O| Aug 29 15:13:16.818 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80602024-08-29T15:13:18.511Z[ recovery-image] Aug 29 15:13:16.830 INFO O| Aug 29 15:13:16.830 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
80612024-08-29T15:13:18.514Z[ recovery-image] Aug 29 15:13:16.830 INFO O| Aug 29 15:13:16.830 INFO STEP 70 (remove_files) COMPLETE
80622024-08-29T15:13:18.514Z[ recovery-image] Aug 29 15:13:16.830 INFO O| Aug 29 15:13:16.830 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80632024-08-29T15:13:18.522Z[ recovery-image] Aug 29 15:13:16.840 INFO O| Aug 29 15:13:16.840 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
80642024-08-29T15:13:18.524Z[ recovery-image] Aug 29 15:13:16.840 INFO O| Aug 29 15:13:16.840 INFO STEP 71 (remove_files) COMPLETE
80652024-08-29T15:13:18.524Z[ recovery-image] Aug 29 15:13:16.840 INFO O| Aug 29 15:13:16.840 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80662024-08-29T15:13:18.531Z[ recovery-image] Aug 29 15:13:16.850 INFO O| Aug 29 15:13:16.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
80672024-08-29T15:13:18.531Z[ recovery-image] Aug 29 15:13:16.850 INFO O| Aug 29 15:13:16.850 INFO STEP 72 (remove_files) COMPLETE
80682024-08-29T15:13:18.534Z[ recovery-image] Aug 29 15:13:16.850 INFO O| Aug 29 15:13:16.850 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80692024-08-29T15:13:18.544Z[ recovery-image] Aug 29 15:13:16.862 INFO O| Aug 29 15:13:16.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
80702024-08-29T15:13:18.544Z[ recovery-image] Aug 29 15:13:16.862 INFO O| Aug 29 15:13:16.862 INFO STEP 73 (remove_files) COMPLETE
80712024-08-29T15:13:18.547Z[ recovery-image] Aug 29 15:13:16.862 INFO O| Aug 29 15:13:16.862 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80722024-08-29T15:13:18.554Z[ recovery-image] Aug 29 15:13:16.872 INFO O| Aug 29 15:13:16.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
80732024-08-29T15:13:18.554Z[ recovery-image] Aug 29 15:13:16.872 INFO O| Aug 29 15:13:16.872 INFO STEP 74 (remove_files) COMPLETE
80742024-08-29T15:13:18.556Z[ recovery-image] Aug 29 15:13:16.872 INFO O| Aug 29 15:13:16.872 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80752024-08-29T15:13:18.565Z[ recovery-image] Aug 29 15:13:16.884 INFO O| Aug 29 15:13:16.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
80762024-08-29T15:13:18.565Z[ recovery-image] Aug 29 15:13:16.884 INFO O| Aug 29 15:13:16.884 INFO STEP 75 (remove_files) COMPLETE
80772024-08-29T15:13:18.568Z[ recovery-image] Aug 29 15:13:16.884 INFO O| Aug 29 15:13:16.884 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80782024-08-29T15:13:18.575Z[ recovery-image] Aug 29 15:13:16.894 INFO O| Aug 29 15:13:16.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
80792024-08-29T15:13:18.579Z[ recovery-image] Aug 29 15:13:16.894 INFO O| Aug 29 15:13:16.894 INFO STEP 76 (remove_files) COMPLETE
80802024-08-29T15:13:18.579Z[ recovery-image] Aug 29 15:13:16.894 INFO O| Aug 29 15:13:16.894 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80812024-08-29T15:13:18.587Z[ recovery-image] Aug 29 15:13:16.905 INFO O| Aug 29 15:13:16.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
80822024-08-29T15:13:18.587Z[ recovery-image] Aug 29 15:13:16.905 INFO O| Aug 29 15:13:16.905 INFO STEP 77 (remove_files) COMPLETE
80832024-08-29T15:13:18.589Z[ recovery-image] Aug 29 15:13:16.905 INFO O| Aug 29 15:13:16.905 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80842024-08-29T15:13:18.598Z[ recovery-image] Aug 29 15:13:16.916 INFO O| Aug 29 15:13:16.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
80852024-08-29T15:13:18.601Z[ recovery-image] Aug 29 15:13:16.916 INFO O| Aug 29 15:13:16.916 INFO STEP 78 (remove_files) COMPLETE
80862024-08-29T15:13:18.601Z[ recovery-image] Aug 29 15:13:16.916 INFO O| Aug 29 15:13:16.916 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80872024-08-29T15:13:18.610Z[ recovery-image] Aug 29 15:13:16.929 INFO O| Aug 29 15:13:16.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
80882024-08-29T15:13:18.610Z[ recovery-image] Aug 29 15:13:16.929 INFO O| Aug 29 15:13:16.929 INFO STEP 79 (remove_files) COMPLETE
80892024-08-29T15:13:18.613Z[ recovery-image] Aug 29 15:13:16.929 INFO O| Aug 29 15:13:16.929 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80902024-08-29T15:13:18.621Z[ recovery-image] Aug 29 15:13:16.939 INFO O| Aug 29 15:13:16.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
80912024-08-29T15:13:18.621Z[ recovery-image] Aug 29 15:13:16.939 INFO O| Aug 29 15:13:16.939 INFO STEP 80 (remove_files) COMPLETE
80922024-08-29T15:13:18.621Z[ recovery-image] Aug 29 15:13:16.939 INFO O| Aug 29 15:13:16.939 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80932024-08-29T15:13:18.633Z[ recovery-image] Aug 29 15:13:16.951 INFO O| Aug 29 15:13:16.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
80942024-08-29T15:13:18.636Z[ recovery-image] Aug 29 15:13:16.951 INFO O| Aug 29 15:13:16.951 INFO STEP 81 (remove_files) COMPLETE
80952024-08-29T15:13:18.636Z[ recovery-image] Aug 29 15:13:16.952 INFO O| Aug 29 15:13:16.951 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80962024-08-29T15:13:18.644Z[ recovery-image] Aug 29 15:13:16.963 INFO O| Aug 29 15:13:16.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80972024-08-29T15:13:18.647Z[ recovery-image] Aug 29 15:13:16.963 INFO O| Aug 29 15:13:16.963 INFO STEP 82 (remove_files) COMPLETE
80982024-08-29T15:13:18.647Z[ recovery-image] Aug 29 15:13:16.963 INFO O| Aug 29 15:13:16.963 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80992024-08-29T15:13:18.656Z[ recovery-image] Aug 29 15:13:16.974 INFO O| Aug 29 15:13:16.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
81002024-08-29T15:13:18.656Z[ recovery-image] Aug 29 15:13:16.974 INFO O| Aug 29 15:13:16.974 INFO STEP 83 (remove_files) COMPLETE
81012024-08-29T15:13:18.656Z[ recovery-image] Aug 29 15:13:16.974 INFO O| Aug 29 15:13:16.974 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81022024-08-29T15:13:18.666Z[ recovery-image] Aug 29 15:13:16.984 INFO O| Aug 29 15:13:16.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
81032024-08-29T15:13:18.668Z[ recovery-image] Aug 29 15:13:16.985 INFO O| Aug 29 15:13:16.985 INFO STEP 84 (remove_files) COMPLETE
81042024-08-29T15:13:18.668Z[ recovery-image] Aug 29 15:13:16.985 INFO O| Aug 29 15:13:16.985 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81052024-08-29T15:13:18.677Z[ recovery-image] Aug 29 15:13:16.996 INFO O| Aug 29 15:13:16.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81062024-08-29T15:13:18.677Z[ recovery-image] Aug 29 15:13:16.996 INFO O| Aug 29 15:13:16.996 INFO STEP 85 (remove_files) COMPLETE
81072024-08-29T15:13:18.680Z[ recovery-image] Aug 29 15:13:16.996 INFO O| Aug 29 15:13:16.996 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81082024-08-29T15:13:18.689Z[ recovery-image] Aug 29 15:13:17.007 INFO O| Aug 29 15:13:17.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81092024-08-29T15:13:18.689Z[ recovery-image] Aug 29 15:13:17.007 INFO O| Aug 29 15:13:17.007 INFO STEP 86 (remove_files) COMPLETE
81102024-08-29T15:13:18.689Z[ recovery-image] Aug 29 15:13:17.007 INFO O| Aug 29 15:13:17.007 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81112024-08-29T15:13:18.700Z[ recovery-image] Aug 29 15:13:17.019 INFO O| Aug 29 15:13:17.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81122024-08-29T15:13:18.703Z[ recovery-image] Aug 29 15:13:17.019 INFO O| Aug 29 15:13:17.019 INFO STEP 87 (remove_files) COMPLETE
81132024-08-29T15:13:18.703Z[ recovery-image] Aug 29 15:13:17.019 INFO O| Aug 29 15:13:17.019 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81142024-08-29T15:13:18.711Z[ recovery-image] Aug 29 15:13:17.029 INFO O| Aug 29 15:13:17.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81152024-08-29T15:13:18.713Z[ recovery-image] Aug 29 15:13:17.029 INFO O| Aug 29 15:13:17.029 INFO STEP 88 (remove_files) COMPLETE
81162024-08-29T15:13:18.713Z[ recovery-image] Aug 29 15:13:17.029 INFO O| Aug 29 15:13:17.029 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81172024-08-29T15:13:18.724Z[ recovery-image] Aug 29 15:13:17.043 INFO O| Aug 29 15:13:17.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81182024-08-29T15:13:18.724Z[ recovery-image] Aug 29 15:13:17.043 INFO O| Aug 29 15:13:17.043 INFO STEP 89 (remove_files) COMPLETE
81192024-08-29T15:13:18.725Z[ recovery-image] Aug 29 15:13:17.043 INFO O| Aug 29 15:13:17.043 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81202024-08-29T15:13:18.736Z[ recovery-image] Aug 29 15:13:17.055 INFO O| Aug 29 15:13:17.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81212024-08-29T15:13:18.737Z[ recovery-image] Aug 29 15:13:17.055 INFO O| Aug 29 15:13:17.055 INFO STEP 90 (remove_files) COMPLETE
81222024-08-29T15:13:18.740Z[ recovery-image] Aug 29 15:13:17.055 INFO O| Aug 29 15:13:17.055 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81232024-08-29T15:13:18.748Z[ recovery-image] Aug 29 15:13:17.067 INFO O| Aug 29 15:13:17.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
81242024-08-29T15:13:18.748Z[ recovery-image] Aug 29 15:13:17.067 INFO O| Aug 29 15:13:17.067 INFO STEP 91 (remove_files) COMPLETE
81252024-08-29T15:13:18.749Z[ recovery-image] Aug 29 15:13:17.067 INFO O| Aug 29 15:13:17.067 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81262024-08-29T15:13:18.761Z[ recovery-image] Aug 29 15:13:17.078 INFO O| Aug 29 15:13:17.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81272024-08-29T15:13:18.764Z[ recovery-image] Aug 29 15:13:17.079 INFO O| Aug 29 15:13:17.078 INFO STEP 92 (remove_files) COMPLETE
81282024-08-29T15:13:18.764Z[ recovery-image] Aug 29 15:13:17.079 INFO O| Aug 29 15:13:17.078 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81292024-08-29T15:13:18.770Z[ recovery-image] Aug 29 15:13:17.089 INFO O| Aug 29 15:13:17.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81302024-08-29T15:13:18.773Z[ recovery-image] Aug 29 15:13:17.089 INFO O| Aug 29 15:13:17.089 INFO STEP 93 (remove_files) COMPLETE
81312024-08-29T15:13:18.773Z[ recovery-image] Aug 29 15:13:17.089 INFO O| Aug 29 15:13:17.089 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81322024-08-29T15:13:18.781Z[ recovery-image] Aug 29 15:13:17.100 INFO O| Aug 29 15:13:17.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81332024-08-29T15:13:18.786Z[ recovery-image] Aug 29 15:13:17.100 INFO O| Aug 29 15:13:17.100 INFO STEP 94 (remove_files) COMPLETE
81342024-08-29T15:13:18.786Z[ recovery-image] Aug 29 15:13:17.100 INFO O| Aug 29 15:13:17.100 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81352024-08-29T15:13:18.798Z[ recovery-image] Aug 29 15:13:17.117 INFO O| Aug 29 15:13:17.117 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81362024-08-29T15:13:18.801Z[ recovery-image] Aug 29 15:13:17.117 INFO O| Aug 29 15:13:17.117 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
81372024-08-29T15:13:23.892Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 31s
81382024-08-29T15:13:24.211ZAug 29 15:13:22.528 INFO [verify-libraries] process exited with exit status: 0 (336.837405094s)
81392024-08-29T15:13:27.502Z[ recovery-image] Aug 29 15:13:25.817 INFO O| Aug 29 15:13:25.817 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
81402024-08-29T15:13:27.502Z[ recovery-image] Aug 29 15:13:25.817 INFO O| Aug 29 15:13:25.817 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81412024-08-29T15:13:27.514Z[ recovery-image] Aug 29 15:13:25.830 INFO O| Aug 29 15:13:25.830 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
81422024-08-29T15:13:27.589Z[ recovery-image] Aug 29 15:13:25.905 INFO O| Aug 29 15:13:25.905 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81432024-08-29T15:13:27.589Z[ recovery-image] Aug 29 15:13:25.905 INFO O| Aug 29 15:13:25.905 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 ...
81442024-08-29T15:13:27.593Z[ recovery-image] Aug 29 15:13:25.907 INFO O| Aug 29 15:13:25.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
81452024-08-29T15:13:27.593Z[ recovery-image] Aug 29 15:13:25.907 INFO O| Aug 29 15:13:25.907 INFO ok!
81462024-08-29T15:13:27.593Z[ recovery-image] Aug 29 15:13:25.907 INFO O| Aug 29 15:13:25.907 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
81472024-08-29T15:13:27.593Z[ recovery-image] Aug 29 15:13:25.907 INFO O| Aug 29 15:13:25.907 INFO STEP 95 (seed_smf) COMPLETE
81482024-08-29T15:13:27.593Z[ recovery-image] Aug 29 15:13:25.907 INFO O| Aug 29 15:13:25.907 INFO steps complete; finalising image!
81492024-08-29T15:13:27.593Z[ recovery-image] Aug 29 15:13:25.907 INFO O| Aug 29 15:13:25.907 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
81502024-08-29T15:13:27.625Z[ recovery-image] Aug 29 15:13:25.941 INFO O| Aug 29 15:13:25.941 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Thu Aug 29 15:13:25 2024)
81512024-08-29T15:13:27.849Z[ recovery-image] Aug 29 15:13:26.163 INFO O| Aug 29 15:13:26.163 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
81522024-08-29T15:13:27.849Z[ recovery-image] Aug 29 15:13:26.163 INFO O| Aug 29 15:13:26.163 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81532024-08-29T15:13:28.051Z[ recovery-image] Aug 29 15:13:26.366 INFO O| Aug 29 15:13:26.366 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
81542024-08-29T15:13:28.051Z[ recovery-image] Aug 29 15:13:26.366 INFO O| Aug 29 15:13:26.366 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81552024-08-29T15:13:31.069Z[ recovery-image] Aug 29 15:13:29.384 INFO O| Aug 29 15:13:29.384 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81562024-08-29T15:13:31.069Z[ recovery-image] Aug 29 15:13:29.384 INFO O| Aug 29 15:13:29.384 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81572024-08-29T15:13:31.072Z[ recovery-image] Aug 29 15:13:29.384 INFO O| Aug 29 15:13:29.384 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81582024-08-29T15:13:31.072Z[ recovery-image] Aug 29 15:13:29.384 INFO O| Aug 29 15:13:29.384 INFO completed processing gimlet/zfs-recovery
81592024-08-29T15:13:31.072Z[ recovery-image] Aug 29 15:13:29.384 INFO O| Aug 29 15:13:29.384 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81602024-08-29T15:13:31.545Z[ recovery-image] Aug 29 15:13:29.860 INFO O| Aug 29 15:13:29.860 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81612024-08-29T15:13:31.672Z[ recovery-image] Aug 29 15:13:29.986 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
81622024-08-29T15:13:31.675Z[ recovery-image] Aug 29 15:13:29.987 INFO expanded image name: "recovery ccb9f12/${os_short_commit} 2024-08-29 14:46" -> "recovery ccb9f12/2408c3f 2024-08-29 14:46"
81632024-08-29T15:13:31.675Z[ recovery-image] Aug 29 15:13:29.987 INFO output artefacts stored in: "/work/os-recovery"
81642024-08-29T15:13:31.675Z[ recovery-image] Aug 29 15:13:29.987 INFO collecting git info from project "bootserver"...
81652024-08-29T15:13:31.680Z[ recovery-image] Aug 29 15:13:29.995 INFO collecting git info from project "chelsio-t6-roms"...
81662024-08-29T15:13:31.701Z[ recovery-image] Aug 29 15:13:30.016 INFO collecting git info from project "phbl"...
81672024-08-29T15:13:31.707Z[ recovery-image] Aug 29 15:13:30.022 INFO collecting git info from project "amd-host-image-builder"...
81682024-08-29T15:13:31.949Z[ recovery-image] Aug 29 15:13:30.262 INFO collecting git info from project "image-builder"...
81692024-08-29T15:13:31.954Z[ recovery-image] Aug 29 15:13:30.268 INFO collecting git info from project "pilot"...
81702024-08-29T15:13:31.965Z[ recovery-image] Aug 29 15:13:30.279 INFO collecting git info from project "pinprick"...
81712024-08-29T15:13:31.969Z[ recovery-image] Aug 29 15:13:30.284 INFO collecting git info from project "amd-firmware"...
81722024-08-29T15:13:32.192Z[ recovery-image] Aug 29 15:13:30.507 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
81732024-08-29T15:13:32.539Z[ recovery-image] Aug 29 15:13:30.853 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
81742024-08-29T15:13:32.887Z[ recovery-image] Aug 29 15:13:31.201 INFO creating Oxide boot image...
81752024-08-29T15:13:32.890Z[ recovery-image] Aug 29 15:13:31.202 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery ccb9f12/2408c3f 2024-08-29 14:46", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
81762024-08-29T15:13:56.598Z[ host-image] Aug 29 15:13:54.905 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22845:20240827T133306Z
81772024-08-29T15:13:56.598Z[ host-image] Aug 29 15:13:54.905 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22845:20240827T133306Z
81782024-08-29T15:13:56.600Z[ host-image] Aug 29 15:13:54.905 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81792024-08-29T15:13:56.600Z[ host-image] Aug 29 15:13:54.906 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81802024-08-29T15:13:56.600Z[ host-image] Aug 29 15:13:54.906 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81812024-08-29T15:13:56.600Z[ host-image] Aug 29 15:13:54.906 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81822024-08-29T15:13:56.600Z[ host-image] Aug 29 15:13:54.907 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81832024-08-29T15:13:56.600Z[ host-image] Aug 29 15:13:54.907 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81842024-08-29T15:13:56.600Z[ host-image] Aug 29 15:13:54.907 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
81852024-08-29T15:13:56.600Z[ host-image] Aug 29 15:13:54.907 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81862024-08-29T15:13:56.600Z[ host-image] Aug 29 15:13:54.907 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22845:20240827T133307Z
81872024-08-29T15:13:56.603Z[ host-image] Aug 29 15:13:54.909 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22845:20240827T133307Z
81882024-08-29T15:13:56.603Z[ host-image] Aug 29 15:13:54.910 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22845:20240827T133308Z
81892024-08-29T15:13:56.603Z[ host-image] Aug 29 15:13:54.910 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22845:20240827T133308Z
81902024-08-29T15:13:56.603Z[ host-image] Aug 29 15:13:54.910 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81912024-08-29T15:13:56.605Z[ host-image] Aug 29 15:13:54.911 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22845:20240827T133308Z
81922024-08-29T15:13:56.605Z[ host-image] Aug 29 15:13:54.912 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22845:20240827T133308Z
81932024-08-29T15:13:56.606Z[ host-image] Aug 29 15:13:54.912 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22845:20240827T133308Z
81942024-08-29T15:13:56.606Z[ host-image] Aug 29 15:13:54.912 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22845:20240827T133308Z
81952024-08-29T15:13:56.606Z[ host-image] Aug 29 15:13:54.912 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22845:20240827T133309Z
81962024-08-29T15:13:56.606Z[ host-image] Aug 29 15:13:54.912 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22845:20240827T133309Z
81972024-08-29T15:13:56.606Z[ host-image] Aug 29 15:13:54.913 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22845:20240827T133309Z
81982024-08-29T15:13:56.606Z[ host-image] Aug 29 15:13:54.913 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22845:20240827T133310Z
81992024-08-29T15:13:56.606Z[ host-image] Aug 29 15:13:54.913 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22845:20240827T133311Z
82002024-08-29T15:13:56.606Z[ host-image] Aug 29 15:13:54.913 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22845:20240827T133312Z
82012024-08-29T15:13:56.608Z[ host-image] Aug 29 15:13:54.913 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22845:20240827T133312Z
82022024-08-29T15:13:56.608Z[ host-image] Aug 29 15:13:54.913 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22845:20240827T133314Z
82032024-08-29T15:13:56.608Z[ host-image] Aug 29 15:13:54.913 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22845:20240827T133314Z
82042024-08-29T15:13:56.608Z[ host-image] Aug 29 15:13:54.914 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82052024-08-29T15:13:56.608Z[ host-image] Aug 29 15:13:54.914 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22845:20240827T133316Z
82062024-08-29T15:13:56.608Z[ host-image] Aug 29 15:13:54.914 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22845:20240827T133318Z
82072024-08-29T15:13:56.608Z[ host-image] Aug 29 15:13:54.914 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22845:20240827T133319Z
82082024-08-29T15:13:56.608Z[ host-image] Aug 29 15:13:54.914 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22845:20240827T133319Z
82092024-08-29T15:13:56.608Z[ host-image] Aug 29 15:13:54.915 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22845:20240827T133321Z
82102024-08-29T15:13:56.608Z[ host-image] Aug 29 15:13:54.915 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22845:20240827T133321Z
82112024-08-29T15:13:56.617Z[ host-image] Aug 29 15:13:54.925 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82122024-08-29T15:13:56.619Z[ host-image] Aug 29 15:13:54.925 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22845:20240827T133321Z
82132024-08-29T15:13:56.619Z[ host-image] Aug 29 15:13:54.925 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82142024-08-29T15:13:56.619Z[ host-image] Aug 29 15:13:54.925 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82152024-08-29T15:13:56.620Z[ host-image] Aug 29 15:13:54.926 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82162024-08-29T15:13:56.620Z[ host-image] Aug 29 15:13:54.926 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22845:20240827T133321Z
82172024-08-29T15:13:56.620Z[ host-image] Aug 29 15:13:54.926 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82182024-08-29T15:13:56.620Z[ host-image] Aug 29 15:13:54.927 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82192024-08-29T15:13:56.622Z[ host-image] Aug 29 15:13:54.928 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82202024-08-29T15:13:56.622Z[ host-image] Aug 29 15:13:54.928 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82212024-08-29T15:13:56.634Z[ host-image] Aug 29 15:13:54.941 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82222024-08-29T15:13:56.636Z[ host-image] Aug 29 15:13:54.941 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82232024-08-29T15:13:56.636Z[ host-image] Aug 29 15:13:54.942 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82242024-08-29T15:13:56.636Z[ host-image] Aug 29 15:13:54.942 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82252024-08-29T15:13:56.636Z[ host-image] Aug 29 15:13:54.943 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82262024-08-29T15:13:56.636Z[ host-image] Aug 29 15:13:54.943 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82272024-08-29T15:13:56.680Z[ host-image] Aug 29 15:13:54.983 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
82282024-08-29T15:13:56.683Z[ host-image] Aug 29 15:13:54.983 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82292024-08-29T15:13:56.683Z[ host-image] Aug 29 15:13:54.984 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82302024-08-29T15:13:56.683Z[ host-image] Aug 29 15:13:54.984 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22845:20240827T133323Z
82312024-08-29T15:13:56.683Z[ host-image] Aug 29 15:13:54.985 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22845:20240827T133329Z
82322024-08-29T15:13:56.683Z[ host-image] Aug 29 15:13:54.985 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82332024-08-29T15:13:56.683Z[ host-image] Aug 29 15:13:54.985 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22845:20240827T133330Z
82342024-08-29T15:13:56.683Z[ host-image] Aug 29 15:13:54.985 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82352024-08-29T15:13:56.683Z[ host-image] Aug 29 15:13:54.985 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82362024-08-29T15:13:56.683Z[ host-image] Aug 29 15:13:54.985 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82372024-08-29T15:13:56.683Z[ host-image] Aug 29 15:13:54.985 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22845:20240827T133330Z
82382024-08-29T15:13:56.683Z[ host-image] Aug 29 15:13:54.985 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82392024-08-29T15:13:56.683Z[ host-image] Aug 29 15:13:54.990 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82402024-08-29T15:13:56.683Z[ host-image] Aug 29 15:13:54.990 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82412024-08-29T15:13:56.683Z[ host-image] Aug 29 15:13:54.990 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82422024-08-29T15:13:56.686Z[ host-image] Aug 29 15:13:54.991 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22845:20240827T133330Z
82432024-08-29T15:13:56.686Z[ host-image] Aug 29 15:13:54.991 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82442024-08-29T15:13:56.699Z[ host-image] Aug 29 15:13:55.007 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82452024-08-29T15:13:56.701Z[ host-image] Aug 29 15:13:55.007 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22845:20240827T133331Z
82462024-08-29T15:13:56.701Z[ host-image] Aug 29 15:13:55.009 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22845:20240827T133331Z
82472024-08-29T15:13:56.704Z[ host-image] Aug 29 15:13:55.009 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22845:20240827T133331Z
82482024-08-29T15:13:56.704Z[ host-image] Aug 29 15:13:55.009 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
82492024-08-29T15:13:56.704Z[ host-image] Aug 29 15:13:55.010 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22845:20240827T133333Z
82502024-08-29T15:13:56.704Z[ host-image] Aug 29 15:13:55.011 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22845:20240827T133333Z
82512024-08-29T15:13:56.704Z[ host-image] Aug 29 15:13:55.011 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22845:20240827T133333Z
82522024-08-29T15:13:56.704Z[ host-image] Aug 29 15:13:55.011 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22845:20240827T133333Z
82532024-08-29T15:13:56.707Z[ host-image] Aug 29 15:13:55.015 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82542024-08-29T15:13:56.710Z[ host-image] Aug 29 15:13:55.015 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22845:20240827T133333Z
82552024-08-29T15:13:56.710Z[ host-image] Aug 29 15:13:55.016 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22845:20240827T133335Z
82562024-08-29T15:13:56.710Z[ host-image] Aug 29 15:13:55.016 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82572024-08-29T15:13:56.710Z[ host-image] Aug 29 15:13:55.016 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22845:20240827T133335Z
82582024-08-29T15:13:56.710Z[ host-image] Aug 29 15:13:55.017 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22845:20240827T133335Z
82592024-08-29T15:13:56.710Z[ host-image] Aug 29 15:13:55.017 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22845:20240827T133335Z
82602024-08-29T15:13:56.712Z[ host-image] Aug 29 15:13:55.017 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22845:20240827T133335Z
82612024-08-29T15:13:56.719Z[ host-image] Aug 29 15:13:55.026 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22845:20240827T133335Z
82622024-08-29T15:13:56.721Z[ host-image] Aug 29 15:13:55.026 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82632024-08-29T15:13:56.721Z[ host-image] Aug 29 15:13:55.028 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22845:20240827T133335Z
82642024-08-29T15:13:56.724Z[ host-image] Aug 29 15:13:55.030 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22845:20240827T133336Z
82652024-08-29T15:13:56.724Z[ host-image] Aug 29 15:13:55.030 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22845:20240827T133336Z
82662024-08-29T15:13:56.725Z[ host-image] Aug 29 15:13:55.030 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22845:20240827T133336Z
82672024-08-29T15:13:56.725Z[ host-image] Aug 29 15:13:55.031 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22845:20240827T133336Z
82682024-08-29T15:13:56.727Z[ host-image] Aug 29 15:13:55.031 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22845:20240827T133337Z
82692024-08-29T15:13:56.734Z[ host-image] Aug 29 15:13:55.041 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22845:20240827T133338Z
82702024-08-29T15:13:56.736Z[ host-image] Aug 29 15:13:55.042 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22845:20240827T133337Z
82712024-08-29T15:13:56.736Z[ host-image] Aug 29 15:13:55.042 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22845:20240827T133337Z
82722024-08-29T15:13:56.736Z[ host-image] Aug 29 15:13:55.043 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22845:20240827T133338Z
82732024-08-29T15:13:56.736Z[ host-image] Aug 29 15:13:55.043 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22845:20240827T133338Z
82742024-08-29T15:13:56.758Z[ host-image] Aug 29 15:13:55.065 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22845:20240827T133341Z
82752024-08-29T15:13:56.760Z[ host-image] Aug 29 15:13:55.066 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22845:20240827T133338Z
82762024-08-29T15:13:56.760Z[ host-image] Aug 29 15:13:55.066 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22845:20240827T133338Z
82772024-08-29T15:13:56.760Z[ host-image] Aug 29 15:13:55.066 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82782024-08-29T15:13:56.760Z[ host-image] Aug 29 15:13:55.066 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82792024-08-29T15:13:56.788Z[ host-image] Aug 29 15:13:55.096 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22845:20240827T133339Z
82802024-08-29T15:13:56.791Z[ host-image] Aug 29 15:13:55.096 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82812024-08-29T15:13:56.791Z[ host-image] Aug 29 15:13:55.096 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22845:20240827T133339Z
82822024-08-29T15:13:56.791Z[ host-image] Aug 29 15:13:55.096 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22845:20240827T133339Z
82832024-08-29T15:13:56.791Z[ host-image] Aug 29 15:13:55.098 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22845:20240827T133339Z
82842024-08-29T15:13:56.791Z[ host-image] Aug 29 15:13:55.098 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
82852024-08-29T15:13:56.793Z[ host-image] Aug 29 15:13:55.098 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82862024-08-29T15:13:56.793Z[ host-image] Aug 29 15:13:55.099 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22845:20240827T133340Z
82872024-08-29T15:13:56.793Z[ host-image] Aug 29 15:13:55.099 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22845:20240827T133340Z
82882024-08-29T15:13:56.793Z[ host-image] Aug 29 15:13:55.099 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22845:20240827T133340Z
82892024-08-29T15:13:56.793Z[ host-image] Aug 29 15:13:55.100 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22845:20240827T133340Z
82902024-08-29T15:13:56.793Z[ host-image] Aug 29 15:13:55.100 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22845:20240827T133341Z
82912024-08-29T15:13:56.793Z[ host-image] Aug 29 15:13:55.100 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22845:20240827T133341Z
82922024-08-29T15:13:56.796Z[ host-image] Aug 29 15:13:55.103 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82932024-08-29T15:13:56.796Z[ host-image] Aug 29 15:13:55.103 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22845:20240827T133342Z
82942024-08-29T15:13:56.798Z[ host-image] Aug 29 15:13:55.105 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22845:20240827T133342Z
82952024-08-29T15:13:56.798Z[ host-image] Aug 29 15:13:55.105 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22845:20240827T133342Z
82962024-08-29T15:13:56.798Z[ host-image] Aug 29 15:13:55.105 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22845:20240827T133343Z
82972024-08-29T15:13:56.798Z[ host-image] Aug 29 15:13:55.105 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22845:20240827T133342Z
82982024-08-29T15:13:56.798Z[ host-image] Aug 29 15:13:55.106 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22845:20240827T133343Z
82992024-08-29T15:13:56.798Z[ host-image] Aug 29 15:13:55.106 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83002024-08-29T15:13:56.798Z[ host-image] Aug 29 15:13:55.106 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83012024-08-29T15:13:56.801Z[ host-image] Aug 29 15:13:55.106 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22845:20240827T133345Z
83022024-08-29T15:13:56.801Z[ host-image] Aug 29 15:13:55.107 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22845:20240827T133345Z
83032024-08-29T15:13:56.801Z[ host-image] Aug 29 15:13:55.107 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83042024-08-29T15:13:56.801Z[ host-image] Aug 29 15:13:55.107 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83052024-08-29T15:13:56.801Z[ host-image] Aug 29 15:13:55.107 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83062024-08-29T15:13:56.801Z[ host-image] Aug 29 15:13:55.107 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83072024-08-29T15:13:56.801Z[ host-image] Aug 29 15:13:55.107 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83082024-08-29T15:13:56.801Z[ host-image] Aug 29 15:13:55.108 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83092024-08-29T15:13:56.803Z[ host-image] Aug 29 15:13:55.109 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83102024-08-29T15:13:56.803Z[ host-image] Aug 29 15:13:55.109 INFO O| tempdir @ "/tmp/.tmp5b4hky/tmp"
83112024-08-29T15:13:56.803Z[ host-image] Aug 29 15:13:55.109 INFO O| image root @ "/tmp/.tmp5b4hky/tmp/root"
83122024-08-29T15:13:56.803Z[ host-image] Aug 29 15:13:55.109 INFO O| creating image...
83132024-08-29T15:13:57.297Z[ host-image] Aug 29 15:13:55.604 INFO O| copying publishers...
83142024-08-29T15:14:04.219Z[ host-image] Aug 29 15:14:02.524 INFO O| adding properties...
83152024-08-29T15:14:05.226Z[ host-image] Aug 29 15:14:03.531 INFO O| installing packages...
83162024-08-29T15:14:20.675Z[ host-image] Aug 29 15:14:18.975 INFO O| seeding SMF database...
83172024-08-29T15:14:25.089Z[ recovery-image] Aug 29 15:14:23.388 INFO O| ok, image written!
83182024-08-29T15:14:25.089Z[ recovery-image] Aug 29 15:14:23.388 INFO O| ok, boot_image_csum file written!
83192024-08-29T15:14:25.094Z[ recovery-image] Aug 29 15:14:23.392 INFO creating boot archive (CPIO)...
83202024-08-29T15:14:25.094Z[ recovery-image] Aug 29 15:14:23.392 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
83212024-08-29T15:14:25.101Z[ recovery-image] Aug 29 15:14:23.400 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83222024-08-29T15:14:25.101Z[ recovery-image] Aug 29 15:14:23.400 INFO E| + outfile=/work/os-recovery/cpio
83232024-08-29T15:14:25.104Z[ recovery-image] Aug 29 15:14:23.400 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83242024-08-29T15:14:25.104Z[ recovery-image] Aug 29 15:14:23.402 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83252024-08-29T15:14:25.104Z[ recovery-image] Aug 29 15:14:23.402 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83262024-08-29T15:14:25.135Z[ recovery-image] Aug 29 15:14:23.434 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83272024-08-29T15:14:25.135Z[ recovery-image] Aug 29 15:14:23.434 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
83282024-08-29T15:14:25.141Z[ recovery-image] Aug 29 15:14:23.440 INFO creating compressed cpio/unix for nanobl-rs...
83292024-08-29T15:14:25.144Z[ recovery-image] Aug 29 15:14:23.441 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
83302024-08-29T15:14:25.420Z[ recovery-image] Aug 29 15:14:23.719 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
83312024-08-29T15:14:28.307Z[ host-image] Aug 29 15:14:26.605 INFO O| configuring SMF profile...
83322024-08-29T15:14:28.310Z[ host-image] Aug 29 15:14:26.605 INFO O| modifying shadow(5)...
83332024-08-29T15:14:28.310Z[ host-image] Aug 29 15:14:26.605 INFO O| loading user and group database...
83342024-08-29T15:14:28.311Z[ host-image] Aug 29 15:14:26.605 INFO O| assessing packaged files...
83352024-08-29T15:14:29.794Z[ recovery-image] Aug 29 15:14:28.091 INFO creating reset image...
83362024-08-29T15:14:29.794Z[ recovery-image] Aug 29 15:14:28.091 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
83372024-08-29T15:14:30.023Z[ recovery-image] Aug 29 15:14:28.320 INFO E| Updating crates.io index
83382024-08-29T15:14:30.126Z[ recovery-image] Aug 29 15:14:28.423 INFO E| Downloading crates ...
83392024-08-29T15:14:30.173Z[ recovery-image] Aug 29 15:14:28.471 INFO E| Downloaded anstyle-parse v0.2.3
83402024-08-29T15:14:30.179Z[ recovery-image] Aug 29 15:14:28.476 INFO E| Downloaded clap_derive v4.5.3
83412024-08-29T15:14:30.182Z[ recovery-image] Aug 29 15:14:28.478 INFO E| Downloaded anstyle v1.0.6
83422024-08-29T15:14:30.187Z[ recovery-image] Aug 29 15:14:28.485 INFO E| Downloaded anstream v0.6.13
83432024-08-29T15:14:30.190Z[ recovery-image] Aug 29 15:14:28.487 INFO E| Downloaded os_pipe v1.1.5
83442024-08-29T15:14:30.199Z[ recovery-image] Aug 29 15:14:28.496 INFO E| Downloaded shared_child v1.0.0
83452024-08-29T15:14:30.201Z[ recovery-image] Aug 29 15:14:28.497 INFO E| Downloaded anstyle-query v1.0.2
83462024-08-29T15:14:30.204Z[ recovery-image] Aug 29 15:14:28.500 INFO E| Downloaded duct v0.13.7
83472024-08-29T15:14:30.207Z[ recovery-image] Aug 29 15:14:28.502 INFO E| Downloaded clap v4.5.3
83482024-08-29T15:14:30.213Z[ recovery-image] Aug 29 15:14:28.510 INFO E| Downloaded proc-macro2 v1.0.79
83492024-08-29T15:14:30.231Z[ recovery-image] Aug 29 15:14:28.528 INFO E| Downloaded syn v2.0.53
83502024-08-29T15:14:30.250Z[ recovery-image] Aug 29 15:14:28.547 INFO E| Downloaded libc v0.2.153
83512024-08-29T15:14:30.321Z[ recovery-image] Aug 29 15:14:28.618 INFO E| Compiling proc-macro2 v1.0.79
83522024-08-29T15:14:30.321Z[ recovery-image] Aug 29 15:14:28.618 INFO E| Compiling unicode-ident v1.0.12
83532024-08-29T15:14:30.324Z[ recovery-image] Aug 29 15:14:28.618 INFO E| Compiling libc v0.2.153
83542024-08-29T15:14:30.324Z[ recovery-image] Aug 29 15:14:28.618 INFO E| Compiling utf8parse v0.2.1
83552024-08-29T15:14:30.324Z[ recovery-image] Aug 29 15:14:28.618 INFO E| Compiling anstyle-query v1.0.2
83562024-08-29T15:14:30.324Z[ recovery-image] Aug 29 15:14:28.618 INFO E| Compiling colorchoice v1.0.0
83572024-08-29T15:14:30.324Z[ recovery-image] Aug 29 15:14:28.619 INFO E| Compiling anstyle v1.0.6
83582024-08-29T15:14:30.325Z[ recovery-image] Aug 29 15:14:28.622 INFO E| Compiling clap_lex v0.7.0
83592024-08-29T15:14:30.526Z[ recovery-image] Aug 29 15:14:28.823 INFO E| Compiling anstyle-parse v0.2.3
83602024-08-29T15:14:30.567Z[ recovery-image] Aug 29 15:14:28.864 INFO E| Compiling strsim v0.11.0
83612024-08-29T15:14:30.594Z[ host-image] Aug 29 15:14:28.891 INFO O| creating archive...
83622024-08-29T15:14:30.627Z[ recovery-image] Aug 29 15:14:28.924 INFO E| Compiling heck v0.5.0
83632024-08-29T15:14:30.627Z[ recovery-image] Aug 29 15:14:28.924 INFO E| Compiling once_cell v1.19.0
83642024-08-29T15:14:30.650Z[ host-image] Aug 29 15:14:28.947 INFO O| missing from packaging:
83652024-08-29T15:14:30.650Z[ host-image] Aug 29 15:14:28.947 INFO O| "etc/.pwd.lock"
83662024-08-29T15:14:30.653Z[ host-image] Aug 29 15:14:28.947 INFO O| "etc/bash"
83672024-08-29T15:14:30.658Z[ host-image] Aug 29 15:14:28.956 INFO O| "etc/svc/profile/generic.xml"
83682024-08-29T15:14:30.661Z[ host-image] Aug 29 15:14:28.956 INFO O| "etc/svc/profile/inetd_services.xml"
83692024-08-29T15:14:30.661Z[ host-image] Aug 29 15:14:28.956 INFO O| "etc/svc/profile/name_service.xml"
83702024-08-29T15:14:30.661Z[ host-image] Aug 29 15:14:28.956 INFO O| "etc/svc/profile/platform.xml"
83712024-08-29T15:14:30.661Z[ host-image] Aug 29 15:14:28.956 INFO O| "etc/svc/profile/platform_omicron1.xml"
83722024-08-29T15:14:30.661Z[ host-image] Aug 29 15:14:28.956 INFO O| "etc/svc/repository.db"
83732024-08-29T15:14:30.674Z[ host-image] Aug 29 15:14:28.972 INFO O| "opt/ooce/share"
83742024-08-29T15:14:30.675Z[ host-image] Aug 29 15:14:28.972 INFO O| "opt/ooce/share/man"
83752024-08-29T15:14:30.677Z[ host-image] Aug 29 15:14:28.972 INFO O| "opt/ooce/share/man/man1"
83762024-08-29T15:14:30.695Z[ host-image] Aug 29 15:14:28.986 INFO O| finishing archive...
83772024-08-29T15:14:30.822Z[ recovery-image] Aug 29 15:14:29.119 INFO E| Compiling anstream v0.6.13
83782024-08-29T15:14:31.231Z[ recovery-image] Aug 29 15:14:29.528 INFO E| Compiling clap_builder v4.5.2
83792024-08-29T15:14:31.738Z[ recovery-image] Aug 29 15:14:30.035 INFO E| Compiling os_pipe v1.1.5
83802024-08-29T15:14:31.738Z[ recovery-image] Aug 29 15:14:30.035 INFO E| Compiling shared_child v1.0.0
83812024-08-29T15:14:31.878Z[ recovery-image] Aug 29 15:14:30.175 INFO E| Compiling duct v0.13.7
83822024-08-29T15:14:31.881Z[ recovery-image] Aug 29 15:14:30.178 INFO E| Compiling quote v1.0.35
83832024-08-29T15:14:32.216Z[ recovery-image] Aug 29 15:14:30.513 INFO E| Compiling syn v2.0.53
83842024-08-29T15:14:33.944Z[ host-image] Aug 29 15:14:32.240 INFO O| creating gzonly manifest...
83852024-08-29T15:14:33.969Z[ host-image] Aug 29 15:14:32.265 INFO O| ok
83862024-08-29T15:14:34.065Z[ host-image] Aug 29 15:14:32.362 INFO image builder template: ramdisk-02-trim...
83872024-08-29T15:14:34.065Z[ host-image] Aug 29 15:14:32.362 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/.tmpaaMxE7/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
83882024-08-29T15:14:34.089Z[ host-image] Aug 29 15:14:32.386 INFO O| Aug 29 15:14:32.385 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83892024-08-29T15:14:34.093Z[ host-image] Aug 29 15:14:32.390 INFO O| Aug 29 15:14:32.390 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83902024-08-29T15:14:34.366Z[ host-image] Aug 29 15:14:32.662 INFO O| Aug 29 15:14:32.662 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
83912024-08-29T15:14:34.427Z[ host-image] Aug 29 15:14:32.723 INFO O| Aug 29 15:14:32.723 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83922024-08-29T15:14:34.427Z[ host-image] Aug 29 15:14:32.723 INFO O| Aug 29 15:14:32.723 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83932024-08-29T15:14:34.435Z[ host-image] Aug 29 15:14:32.731 INFO O| Aug 29 15:14:32.731 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83942024-08-29T15:14:34.441Z[ host-image] Aug 29 15:14:32.738 INFO O| Aug 29 15:14:32.738 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83952024-08-29T15:14:34.448Z[ host-image] Aug 29 15:14:32.745 INFO O| Aug 29 15:14:32.745 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83962024-08-29T15:14:34.664Z[ host-image] Aug 29 15:14:32.960 INFO O| Aug 29 15:14:32.960 INFO rolled back to input snapshot; work may begin
83972024-08-29T15:14:34.664Z[ host-image] Aug 29 15:14:32.960 INFO O| Aug 29 15:14:32.960 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
83982024-08-29T15:14:34.672Z[ host-image] Aug 29 15:14:32.968 INFO O| Aug 29 15:14:32.968 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83992024-08-29T15:14:34.687Z[ host-image] Aug 29 15:14:32.983 INFO O| Aug 29 15:14:32.983 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
84002024-08-29T15:14:34.763Z[ host-image] Aug 29 15:14:33.059 INFO O| Aug 29 15:14:33.059 INFO STEP 0 (remove_files) COMPLETE
84012024-08-29T15:14:34.763Z[ host-image] Aug 29 15:14:33.059 INFO O| Aug 29 15:14:33.059 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84022024-08-29T15:14:34.778Z[ host-image] Aug 29 15:14:33.074 INFO O| Aug 29 15:14:33.074 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
84032024-08-29T15:14:34.781Z[ host-image] Aug 29 15:14:33.077 INFO O| Aug 29 15:14:33.077 INFO STEP 1 (remove_files) COMPLETE
84042024-08-29T15:14:34.781Z[ host-image] Aug 29 15:14:33.077 INFO O| Aug 29 15:14:33.077 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84052024-08-29T15:14:34.795Z[ host-image] Aug 29 15:14:33.091 INFO O| Aug 29 15:14:33.091 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
84062024-08-29T15:14:34.818Z[ host-image] Aug 29 15:14:33.114 INFO O| Aug 29 15:14:33.114 INFO STEP 2 (remove_files) COMPLETE
84072024-08-29T15:14:34.818Z[ host-image] Aug 29 15:14:33.115 INFO O| Aug 29 15:14:33.114 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84082024-08-29T15:14:34.833Z[ host-image] Aug 29 15:14:33.129 INFO O| Aug 29 15:14:33.129 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
84092024-08-29T15:14:34.835Z[ host-image] Aug 29 15:14:33.131 INFO O| Aug 29 15:14:33.131 INFO STEP 3 (remove_files) COMPLETE
84102024-08-29T15:14:34.835Z[ host-image] Aug 29 15:14:33.131 INFO O| Aug 29 15:14:33.131 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84112024-08-29T15:14:34.848Z[ host-image] Aug 29 15:14:33.144 INFO O| Aug 29 15:14:33.144 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
84122024-08-29T15:14:34.851Z[ host-image] Aug 29 15:14:33.148 INFO O| Aug 29 15:14:33.147 INFO STEP 4 (remove_files) COMPLETE
84132024-08-29T15:14:34.851Z[ host-image] Aug 29 15:14:33.148 INFO O| Aug 29 15:14:33.147 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84142024-08-29T15:14:34.862Z[ host-image] Aug 29 15:14:33.158 INFO O| Aug 29 15:14:33.158 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
84152024-08-29T15:14:34.864Z[ host-image] Aug 29 15:14:33.161 INFO O| Aug 29 15:14:33.160 INFO STEP 5 (remove_files) COMPLETE
84162024-08-29T15:14:34.866Z[ host-image] Aug 29 15:14:33.161 INFO O| Aug 29 15:14:33.161 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84172024-08-29T15:14:34.876Z[ host-image] Aug 29 15:14:33.172 INFO O| Aug 29 15:14:33.172 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
84182024-08-29T15:14:34.887Z[ host-image] Aug 29 15:14:33.183 INFO O| Aug 29 15:14:33.183 INFO STEP 6 (remove_files) COMPLETE
84192024-08-29T15:14:34.887Z[ host-image] Aug 29 15:14:33.183 INFO O| Aug 29 15:14:33.183 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84202024-08-29T15:14:34.899Z[ host-image] Aug 29 15:14:33.195 INFO O| Aug 29 15:14:33.195 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84212024-08-29T15:14:34.911Z[ host-image] Aug 29 15:14:33.207 INFO O| Aug 29 15:14:33.207 INFO STEP 7 (remove_files) COMPLETE
84222024-08-29T15:14:34.911Z[ host-image] Aug 29 15:14:33.207 INFO O| Aug 29 15:14:33.207 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84232024-08-29T15:14:34.924Z[ host-image] Aug 29 15:14:33.220 INFO O| Aug 29 15:14:33.220 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
84242024-08-29T15:14:35.051Z[ host-image] Aug 29 15:14:33.347 INFO O| Aug 29 15:14:33.347 INFO STEP 8 (remove_files) COMPLETE
84252024-08-29T15:14:35.051Z[ host-image] Aug 29 15:14:33.347 INFO O| Aug 29 15:14:33.347 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84262024-08-29T15:14:35.063Z[ host-image] Aug 29 15:14:33.359 INFO O| Aug 29 15:14:33.359 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
84272024-08-29T15:14:35.180Z[ host-image] Aug 29 15:14:33.476 INFO O| Aug 29 15:14:33.476 INFO STEP 9 (remove_files) COMPLETE
84282024-08-29T15:14:35.180Z[ host-image] Aug 29 15:14:33.476 INFO O| Aug 29 15:14:33.476 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84292024-08-29T15:14:35.193Z[ host-image] Aug 29 15:14:33.489 INFO O| Aug 29 15:14:33.489 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
84302024-08-29T15:14:35.197Z[ host-image] Aug 29 15:14:33.493 INFO O| Aug 29 15:14:33.493 INFO STEP 10 (remove_files) COMPLETE
84312024-08-29T15:14:35.197Z[ host-image] Aug 29 15:14:33.493 INFO O| Aug 29 15:14:33.493 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84322024-08-29T15:14:35.213Z[ host-image] Aug 29 15:14:33.509 INFO O| Aug 29 15:14:33.509 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
84332024-08-29T15:14:35.215Z[ host-image] Aug 29 15:14:33.510 INFO O| Aug 29 15:14:33.510 INFO STEP 11 (remove_files) COMPLETE
84342024-08-29T15:14:35.215Z[ host-image] Aug 29 15:14:33.510 INFO O| Aug 29 15:14:33.510 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84352024-08-29T15:14:35.233Z[ host-image] Aug 29 15:14:33.526 INFO O| Aug 29 15:14:33.526 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84362024-08-29T15:14:35.233Z[ host-image] Aug 29 15:14:33.528 INFO O| Aug 29 15:14:33.528 INFO STEP 12 (remove_files) COMPLETE
84372024-08-29T15:14:35.233Z[ host-image] Aug 29 15:14:33.528 INFO O| Aug 29 15:14:33.528 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84382024-08-29T15:14:35.254Z[ host-image] Aug 29 15:14:33.550 INFO O| Aug 29 15:14:33.550 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84392024-08-29T15:14:35.254Z[ host-image] Aug 29 15:14:33.550 INFO O| Aug 29 15:14:33.550 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84402024-08-29T15:14:35.257Z[ host-image] Aug 29 15:14:33.551 INFO O| Aug 29 15:14:33.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84412024-08-29T15:14:35.257Z[ host-image] Aug 29 15:14:33.551 INFO O| Aug 29 15:14:33.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84422024-08-29T15:14:35.257Z[ host-image] Aug 29 15:14:33.551 INFO O| Aug 29 15:14:33.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84432024-08-29T15:14:35.257Z[ host-image] Aug 29 15:14:33.551 INFO O| Aug 29 15:14:33.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84442024-08-29T15:14:35.257Z[ host-image] Aug 29 15:14:33.551 INFO O| Aug 29 15:14:33.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84452024-08-29T15:14:35.257Z[ host-image] Aug 29 15:14:33.551 INFO O| Aug 29 15:14:33.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84462024-08-29T15:14:35.257Z[ host-image] Aug 29 15:14:33.551 INFO O| Aug 29 15:14:33.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84472024-08-29T15:14:35.257Z[ host-image] Aug 29 15:14:33.552 INFO O| Aug 29 15:14:33.552 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84482024-08-29T15:14:35.257Z[ host-image] Aug 29 15:14:33.552 INFO O| Aug 29 15:14:33.552 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84492024-08-29T15:14:35.257Z[ host-image] Aug 29 15:14:33.552 INFO O| Aug 29 15:14:33.552 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84502024-08-29T15:14:35.257Z[ host-image] Aug 29 15:14:33.553 INFO O| Aug 29 15:14:33.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84512024-08-29T15:14:35.257Z[ host-image] Aug 29 15:14:33.553 INFO O| Aug 29 15:14:33.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84522024-08-29T15:14:35.260Z[ host-image] Aug 29 15:14:33.553 INFO O| Aug 29 15:14:33.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84532024-08-29T15:14:35.260Z[ host-image] Aug 29 15:14:33.553 INFO O| Aug 29 15:14:33.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84542024-08-29T15:14:35.270Z[ host-image] Aug 29 15:14:33.566 INFO O| Aug 29 15:14:33.566 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84552024-08-29T15:14:35.563Z[ host-image] Aug 29 15:14:33.859 INFO O| Aug 29 15:14:33.859 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84562024-08-29T15:14:35.565Z[ host-image] Aug 29 15:14:33.861 INFO O| Aug 29 15:14:33.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84572024-08-29T15:14:35.585Z[ host-image] Aug 29 15:14:33.881 INFO O| Aug 29 15:14:33.880 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84582024-08-29T15:14:35.587Z[ host-image] Aug 29 15:14:33.883 INFO O| Aug 29 15:14:33.883 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84592024-08-29T15:14:35.739Z[ host-image] Aug 29 15:14:34.035 INFO O| Aug 29 15:14:34.035 INFO STEP 13 (remove_files) COMPLETE
84602024-08-29T15:14:35.739Z[ host-image] Aug 29 15:14:34.035 INFO O| Aug 29 15:14:34.035 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84612024-08-29T15:14:35.754Z[ host-image] Aug 29 15:14:34.050 INFO O| Aug 29 15:14:34.050 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84622024-08-29T15:14:35.757Z[ host-image] Aug 29 15:14:34.053 INFO O| Aug 29 15:14:34.053 INFO STEP 14 (remove_files) COMPLETE
84632024-08-29T15:14:35.757Z[ host-image] Aug 29 15:14:34.053 INFO O| Aug 29 15:14:34.053 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84642024-08-29T15:14:35.772Z[ host-image] Aug 29 15:14:34.068 INFO O| Aug 29 15:14:34.068 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84652024-08-29T15:14:35.782Z[ host-image] Aug 29 15:14:34.078 INFO O| Aug 29 15:14:34.078 INFO STEP 15 (remove_files) COMPLETE
84662024-08-29T15:14:35.782Z[ host-image] Aug 29 15:14:34.078 INFO O| Aug 29 15:14:34.078 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84672024-08-29T15:14:35.797Z[ host-image] Aug 29 15:14:34.093 INFO O| Aug 29 15:14:34.093 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84682024-08-29T15:14:35.800Z[ host-image] Aug 29 15:14:34.094 INFO O| Aug 29 15:14:34.094 INFO STEP 16 (remove_files) COMPLETE
84692024-08-29T15:14:35.800Z[ host-image] Aug 29 15:14:34.094 INFO O| Aug 29 15:14:34.094 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84702024-08-29T15:14:35.812Z[ host-image] Aug 29 15:14:34.108 INFO O| Aug 29 15:14:34.108 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84712024-08-29T15:14:35.815Z[ host-image] Aug 29 15:14:34.111 INFO O| Aug 29 15:14:34.111 INFO STEP 17 (remove_files) COMPLETE
84722024-08-29T15:14:35.815Z[ host-image] Aug 29 15:14:34.111 INFO O| Aug 29 15:14:34.111 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84732024-08-29T15:14:35.830Z[ host-image] Aug 29 15:14:34.126 INFO O| Aug 29 15:14:34.126 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84742024-08-29T15:14:35.830Z[ host-image] Aug 29 15:14:34.126 INFO O| Aug 29 15:14:34.126 INFO STEP 18 (remove_files) COMPLETE
84752024-08-29T15:14:35.830Z[ host-image] Aug 29 15:14:34.126 INFO O| Aug 29 15:14:34.126 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84762024-08-29T15:14:35.845Z[ host-image] Aug 29 15:14:34.141 INFO O| Aug 29 15:14:34.141 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84772024-08-29T15:14:35.845Z[ host-image] Aug 29 15:14:34.141 INFO O| Aug 29 15:14:34.141 INFO STEP 19 (remove_files) COMPLETE
84782024-08-29T15:14:35.848Z[ host-image] Aug 29 15:14:34.142 INFO O| Aug 29 15:14:34.141 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84792024-08-29T15:14:35.862Z[ host-image] Aug 29 15:14:34.158 INFO O| Aug 29 15:14:34.158 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84802024-08-29T15:14:35.862Z[ host-image] Aug 29 15:14:34.158 INFO O| Aug 29 15:14:34.158 INFO STEP 20 (remove_files) COMPLETE
84812024-08-29T15:14:35.865Z[ host-image] Aug 29 15:14:34.158 INFO O| Aug 29 15:14:34.158 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84822024-08-29T15:14:35.878Z[ host-image] Aug 29 15:14:34.174 INFO O| Aug 29 15:14:34.174 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
84832024-08-29T15:14:35.880Z[ host-image] Aug 29 15:14:34.174 INFO O| Aug 29 15:14:34.174 INFO STEP 21 (remove_files) COMPLETE
84842024-08-29T15:14:35.880Z[ host-image] Aug 29 15:14:34.174 INFO O| Aug 29 15:14:34.174 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84852024-08-29T15:14:35.894Z[ host-image] Aug 29 15:14:34.190 INFO O| Aug 29 15:14:34.190 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
84862024-08-29T15:14:35.894Z[ host-image] Aug 29 15:14:34.190 INFO O| Aug 29 15:14:34.190 INFO STEP 22 (remove_files) COMPLETE
84872024-08-29T15:14:35.894Z[ host-image] Aug 29 15:14:34.190 INFO O| Aug 29 15:14:34.190 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84882024-08-29T15:14:35.908Z[ host-image] Aug 29 15:14:34.204 INFO O| Aug 29 15:14:34.204 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
84892024-08-29T15:14:35.911Z[ host-image] Aug 29 15:14:34.204 INFO O| Aug 29 15:14:34.204 INFO STEP 23 (remove_files) COMPLETE
84902024-08-29T15:14:35.911Z[ host-image] Aug 29 15:14:34.204 INFO O| Aug 29 15:14:34.204 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84912024-08-29T15:14:35.922Z[ host-image] Aug 29 15:14:34.218 INFO O| Aug 29 15:14:34.218 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84922024-08-29T15:14:35.924Z[ host-image] Aug 29 15:14:34.218 INFO O| Aug 29 15:14:34.218 INFO STEP 24 (remove_files) COMPLETE
84932024-08-29T15:14:35.924Z[ host-image] Aug 29 15:14:34.218 INFO O| Aug 29 15:14:34.218 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84942024-08-29T15:14:35.936Z[ host-image] Aug 29 15:14:34.232 INFO O| Aug 29 15:14:34.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
84952024-08-29T15:14:35.936Z[ host-image] Aug 29 15:14:34.232 INFO O| Aug 29 15:14:34.232 INFO STEP 25 (remove_files) COMPLETE
84962024-08-29T15:14:35.938Z[ host-image] Aug 29 15:14:34.232 INFO O| Aug 29 15:14:34.232 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84972024-08-29T15:14:35.952Z[ host-image] Aug 29 15:14:34.248 INFO O| Aug 29 15:14:34.248 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
84982024-08-29T15:14:35.954Z[ host-image] Aug 29 15:14:34.248 INFO O| Aug 29 15:14:34.248 INFO STEP 26 (remove_files) COMPLETE
84992024-08-29T15:14:35.954Z[ host-image] Aug 29 15:14:34.248 INFO O| Aug 29 15:14:34.248 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85002024-08-29T15:14:35.969Z[ host-image] Aug 29 15:14:34.265 INFO O| Aug 29 15:14:34.265 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
85012024-08-29T15:14:35.969Z[ host-image] Aug 29 15:14:34.265 INFO O| Aug 29 15:14:34.265 INFO STEP 27 (remove_files) COMPLETE
85022024-08-29T15:14:35.971Z[ host-image] Aug 29 15:14:34.265 INFO O| Aug 29 15:14:34.265 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85032024-08-29T15:14:35.985Z[ host-image] Aug 29 15:14:34.281 INFO O| Aug 29 15:14:34.281 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
85042024-08-29T15:14:35.985Z[ host-image] Aug 29 15:14:34.281 INFO O| Aug 29 15:14:34.281 INFO STEP 28 (remove_files) COMPLETE
85052024-08-29T15:14:35.988Z[ host-image] Aug 29 15:14:34.281 INFO O| Aug 29 15:14:34.281 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85062024-08-29T15:14:35.997Z[ host-image] Aug 29 15:14:34.293 INFO O| Aug 29 15:14:34.293 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
85072024-08-29T15:14:35.997Z[ host-image] Aug 29 15:14:34.293 INFO O| Aug 29 15:14:34.293 INFO STEP 29 (remove_files) COMPLETE
85082024-08-29T15:14:35.999Z[ host-image] Aug 29 15:14:34.293 INFO O| Aug 29 15:14:34.293 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85092024-08-29T15:14:36.011Z[ host-image] Aug 29 15:14:34.307 INFO O| Aug 29 15:14:34.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
85102024-08-29T15:14:36.011Z[ host-image] Aug 29 15:14:34.307 INFO O| Aug 29 15:14:34.307 INFO STEP 30 (remove_files) COMPLETE
85112024-08-29T15:14:36.011Z[ host-image] Aug 29 15:14:34.307 INFO O| Aug 29 15:14:34.307 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85122024-08-29T15:14:36.027Z[ host-image] Aug 29 15:14:34.323 INFO O| Aug 29 15:14:34.323 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
85132024-08-29T15:14:36.027Z[ host-image] Aug 29 15:14:34.323 INFO O| Aug 29 15:14:34.323 INFO STEP 31 (remove_files) COMPLETE
85142024-08-29T15:14:36.027Z[ host-image] Aug 29 15:14:34.323 INFO O| Aug 29 15:14:34.323 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85152024-08-29T15:14:36.042Z[ host-image] Aug 29 15:14:34.338 INFO O| Aug 29 15:14:34.338 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
85162024-08-29T15:14:36.043Z[ host-image] Aug 29 15:14:34.338 INFO O| Aug 29 15:14:34.338 INFO STEP 32 (remove_files) COMPLETE
85172024-08-29T15:14:36.045Z[ host-image] Aug 29 15:14:34.338 INFO O| Aug 29 15:14:34.338 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85182024-08-29T15:14:36.058Z[ host-image] Aug 29 15:14:34.354 INFO O| Aug 29 15:14:34.354 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
85192024-08-29T15:14:36.058Z[ host-image] Aug 29 15:14:34.354 INFO O| Aug 29 15:14:34.354 INFO STEP 33 (remove_files) COMPLETE
85202024-08-29T15:14:36.058Z[ host-image] Aug 29 15:14:34.354 INFO O| Aug 29 15:14:34.354 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85212024-08-29T15:14:36.071Z[ host-image] Aug 29 15:14:34.367 INFO O| Aug 29 15:14:34.367 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
85222024-08-29T15:14:36.071Z[ host-image] Aug 29 15:14:34.367 INFO O| Aug 29 15:14:34.367 INFO STEP 34 (remove_files) COMPLETE
85232024-08-29T15:14:36.074Z[ host-image] Aug 29 15:14:34.367 INFO O| Aug 29 15:14:34.367 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85242024-08-29T15:14:36.087Z[ host-image] Aug 29 15:14:34.382 INFO O| Aug 29 15:14:34.382 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
85252024-08-29T15:14:36.087Z[ host-image] Aug 29 15:14:34.382 INFO O| Aug 29 15:14:34.382 INFO STEP 35 (remove_files) COMPLETE
85262024-08-29T15:14:36.089Z[ host-image] Aug 29 15:14:34.383 INFO O| Aug 29 15:14:34.382 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85272024-08-29T15:14:36.097Z[ host-image] Aug 29 15:14:34.393 INFO O| Aug 29 15:14:34.393 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
85282024-08-29T15:14:36.097Z[ host-image] Aug 29 15:14:34.393 INFO O| Aug 29 15:14:34.393 INFO STEP 36 (remove_files) COMPLETE
85292024-08-29T15:14:36.097Z[ host-image] Aug 29 15:14:34.393 INFO O| Aug 29 15:14:34.393 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85302024-08-29T15:14:36.112Z[ host-image] Aug 29 15:14:34.407 INFO O| Aug 29 15:14:34.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
85312024-08-29T15:14:36.112Z[ host-image] Aug 29 15:14:34.408 INFO O| Aug 29 15:14:34.408 INFO STEP 37 (remove_files) COMPLETE
85322024-08-29T15:14:36.114Z[ host-image] Aug 29 15:14:34.408 INFO O| Aug 29 15:14:34.408 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85332024-08-29T15:14:36.126Z[ host-image] Aug 29 15:14:34.422 INFO O| Aug 29 15:14:34.422 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
85342024-08-29T15:14:36.126Z[ host-image] Aug 29 15:14:34.422 INFO O| Aug 29 15:14:34.422 INFO STEP 38 (remove_files) COMPLETE
85352024-08-29T15:14:36.128Z[ host-image] Aug 29 15:14:34.422 INFO O| Aug 29 15:14:34.422 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85362024-08-29T15:14:36.140Z[ host-image] Aug 29 15:14:34.436 INFO O| Aug 29 15:14:34.436 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85372024-08-29T15:14:36.140Z[ host-image] Aug 29 15:14:34.436 INFO O| Aug 29 15:14:34.436 INFO STEP 39 (remove_files) COMPLETE
85382024-08-29T15:14:36.143Z[ host-image] Aug 29 15:14:34.436 INFO O| Aug 29 15:14:34.436 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85392024-08-29T15:14:36.155Z[ host-image] Aug 29 15:14:34.451 INFO O| Aug 29 15:14:34.451 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85402024-08-29T15:14:36.158Z[ host-image] Aug 29 15:14:34.451 INFO O| Aug 29 15:14:34.451 INFO STEP 40 (remove_files) COMPLETE
85412024-08-29T15:14:36.158Z[ host-image] Aug 29 15:14:34.451 INFO O| Aug 29 15:14:34.451 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85422024-08-29T15:14:36.170Z[ host-image] Aug 29 15:14:34.466 INFO O| Aug 29 15:14:34.465 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85432024-08-29T15:14:36.172Z[ host-image] Aug 29 15:14:34.466 INFO O| Aug 29 15:14:34.466 INFO STEP 41 (remove_files) COMPLETE
85442024-08-29T15:14:36.172Z[ host-image] Aug 29 15:14:34.466 INFO O| Aug 29 15:14:34.466 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85452024-08-29T15:14:36.185Z[ host-image] Aug 29 15:14:34.481 INFO O| Aug 29 15:14:34.480 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85462024-08-29T15:14:36.188Z[ host-image] Aug 29 15:14:34.481 INFO O| Aug 29 15:14:34.481 INFO STEP 42 (remove_files) COMPLETE
85472024-08-29T15:14:36.188Z[ host-image] Aug 29 15:14:34.481 INFO O| Aug 29 15:14:34.481 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85482024-08-29T15:14:36.200Z[ host-image] Aug 29 15:14:34.495 INFO O| Aug 29 15:14:34.495 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85492024-08-29T15:14:36.202Z[ host-image] Aug 29 15:14:34.496 INFO O| Aug 29 15:14:34.496 INFO STEP 43 (remove_files) COMPLETE
85502024-08-29T15:14:36.202Z[ host-image] Aug 29 15:14:34.496 INFO O| Aug 29 15:14:34.496 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85512024-08-29T15:14:36.214Z[ host-image] Aug 29 15:14:34.510 INFO O| Aug 29 15:14:34.510 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85522024-08-29T15:14:36.217Z[ host-image] Aug 29 15:14:34.511 INFO O| Aug 29 15:14:34.510 INFO STEP 44 (remove_files) COMPLETE
85532024-08-29T15:14:36.217Z[ host-image] Aug 29 15:14:34.511 INFO O| Aug 29 15:14:34.511 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85542024-08-29T15:14:36.229Z[ host-image] Aug 29 15:14:34.525 INFO O| Aug 29 15:14:34.525 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85552024-08-29T15:14:36.229Z[ host-image] Aug 29 15:14:34.525 INFO O| Aug 29 15:14:34.525 INFO STEP 45 (remove_files) COMPLETE
85562024-08-29T15:14:36.232Z[ host-image] Aug 29 15:14:34.526 INFO O| Aug 29 15:14:34.526 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85572024-08-29T15:14:36.244Z[ host-image] Aug 29 15:14:34.539 INFO O| Aug 29 15:14:34.539 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85582024-08-29T15:14:36.244Z[ host-image] Aug 29 15:14:34.539 INFO O| Aug 29 15:14:34.539 INFO STEP 46 (remove_files) COMPLETE
85592024-08-29T15:14:36.244Z[ host-image] Aug 29 15:14:34.539 INFO O| Aug 29 15:14:34.539 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85602024-08-29T15:14:36.258Z[ host-image] Aug 29 15:14:34.554 INFO O| Aug 29 15:14:34.554 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85612024-08-29T15:14:36.258Z[ host-image] Aug 29 15:14:34.554 INFO O| Aug 29 15:14:34.554 INFO STEP 47 (remove_files) COMPLETE
85622024-08-29T15:14:36.260Z[ host-image] Aug 29 15:14:34.554 INFO O| Aug 29 15:14:34.554 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85632024-08-29T15:14:36.274Z[ host-image] Aug 29 15:14:34.569 INFO O| Aug 29 15:14:34.569 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85642024-08-29T15:14:36.276Z[ host-image] Aug 29 15:14:34.570 INFO O| Aug 29 15:14:34.570 INFO STEP 48 (remove_files) COMPLETE
85652024-08-29T15:14:36.276Z[ host-image] Aug 29 15:14:34.570 INFO O| Aug 29 15:14:34.570 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85662024-08-29T15:14:36.291Z[ host-image] Aug 29 15:14:34.587 INFO O| Aug 29 15:14:34.587 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85672024-08-29T15:14:36.291Z[ host-image] Aug 29 15:14:34.587 INFO O| Aug 29 15:14:34.587 INFO STEP 49 (remove_files) COMPLETE
85682024-08-29T15:14:36.293Z[ host-image] Aug 29 15:14:34.587 INFO O| Aug 29 15:14:34.587 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85692024-08-29T15:14:36.330Z[ host-image] Aug 29 15:14:34.626 INFO O| Aug 29 15:14:34.626 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85702024-08-29T15:14:36.333Z[ host-image] Aug 29 15:14:34.626 INFO O| Aug 29 15:14:34.626 INFO STEP 50 (remove_files) COMPLETE
85712024-08-29T15:14:36.333Z[ host-image] Aug 29 15:14:34.626 INFO O| Aug 29 15:14:34.626 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85722024-08-29T15:14:36.347Z[ host-image] Aug 29 15:14:34.642 INFO O| Aug 29 15:14:34.642 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85732024-08-29T15:14:36.347Z[ host-image] Aug 29 15:14:34.643 INFO O| Aug 29 15:14:34.642 INFO STEP 51 (remove_files) COMPLETE
85742024-08-29T15:14:36.349Z[ host-image] Aug 29 15:14:34.643 INFO O| Aug 29 15:14:34.643 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85752024-08-29T15:14:36.362Z[ host-image] Aug 29 15:14:34.658 INFO O| Aug 29 15:14:34.658 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85762024-08-29T15:14:36.364Z[ host-image] Aug 29 15:14:34.658 INFO O| Aug 29 15:14:34.658 INFO STEP 52 (remove_files) COMPLETE
85772024-08-29T15:14:36.364Z[ host-image] Aug 29 15:14:34.658 INFO O| Aug 29 15:14:34.658 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85782024-08-29T15:14:36.379Z[ host-image] Aug 29 15:14:34.675 INFO O| Aug 29 15:14:34.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85792024-08-29T15:14:36.381Z[ host-image] Aug 29 15:14:34.675 INFO O| Aug 29 15:14:34.675 INFO STEP 53 (remove_files) COMPLETE
85802024-08-29T15:14:36.381Z[ host-image] Aug 29 15:14:34.675 INFO O| Aug 29 15:14:34.675 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85812024-08-29T15:14:36.394Z[ host-image] Aug 29 15:14:34.690 INFO O| Aug 29 15:14:34.690 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
85822024-08-29T15:14:36.395Z[ host-image] Aug 29 15:14:34.690 INFO O| Aug 29 15:14:34.690 INFO STEP 54 (remove_files) COMPLETE
85832024-08-29T15:14:36.395Z[ host-image] Aug 29 15:14:34.690 INFO O| Aug 29 15:14:34.690 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85842024-08-29T15:14:36.411Z[ host-image] Aug 29 15:14:34.706 INFO O| Aug 29 15:14:34.706 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
85852024-08-29T15:14:36.411Z[ host-image] Aug 29 15:14:34.706 INFO O| Aug 29 15:14:34.706 INFO STEP 55 (remove_files) COMPLETE
85862024-08-29T15:14:36.411Z[ host-image] Aug 29 15:14:34.706 INFO O| Aug 29 15:14:34.706 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85872024-08-29T15:14:36.427Z[ host-image] Aug 29 15:14:34.723 INFO O| Aug 29 15:14:34.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
85882024-08-29T15:14:36.427Z[ host-image] Aug 29 15:14:34.723 INFO O| Aug 29 15:14:34.723 INFO STEP 56 (remove_files) COMPLETE
85892024-08-29T15:14:36.430Z[ host-image] Aug 29 15:14:34.723 INFO O| Aug 29 15:14:34.723 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85902024-08-29T15:14:36.443Z[ host-image] Aug 29 15:14:34.739 INFO O| Aug 29 15:14:34.739 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85912024-08-29T15:14:36.443Z[ host-image] Aug 29 15:14:34.739 INFO O| Aug 29 15:14:34.739 INFO STEP 57 (remove_files) COMPLETE
85922024-08-29T15:14:36.445Z[ host-image] Aug 29 15:14:34.739 INFO O| Aug 29 15:14:34.739 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85932024-08-29T15:14:36.459Z[ host-image] Aug 29 15:14:34.754 INFO O| Aug 29 15:14:34.754 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85942024-08-29T15:14:36.461Z[ host-image] Aug 29 15:14:34.754 INFO O| Aug 29 15:14:34.754 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
85952024-08-29T15:14:36.461Z[ host-image] Aug 29 15:14:34.755 INFO O| Aug 29 15:14:34.754 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85962024-08-29T15:14:36.461Z[ host-image] Aug 29 15:14:34.755 INFO O| Aug 29 15:14:34.755 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85972024-08-29T15:14:36.461Z[ host-image] Aug 29 15:14:34.755 INFO O| Aug 29 15:14:34.755 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85982024-08-29T15:14:36.461Z[ host-image] Aug 29 15:14:34.755 INFO O| Aug 29 15:14:34.755 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85992024-08-29T15:14:36.461Z[ host-image] Aug 29 15:14:34.755 INFO O| Aug 29 15:14:34.755 INFO ok!
86002024-08-29T15:14:36.461Z[ host-image] Aug 29 15:14:34.755 INFO O| Aug 29 15:14:34.755 INFO STEP 58 (ensure_file) COMPLETE
86012024-08-29T15:14:36.461Z[ host-image] Aug 29 15:14:34.755 INFO O| Aug 29 15:14:34.755 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86022024-08-29T15:14:36.475Z[ host-image] Aug 29 15:14:34.770 INFO O| Aug 29 15:14:34.770 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
86032024-08-29T15:14:36.475Z[ host-image] Aug 29 15:14:34.771 INFO O| Aug 29 15:14:34.770 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
86042024-08-29T15:14:36.477Z[ host-image] Aug 29 15:14:34.771 INFO O| Aug 29 15:14:34.771 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86052024-08-29T15:14:36.477Z[ host-image] Aug 29 15:14:34.771 INFO O| Aug 29 15:14:34.771 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86062024-08-29T15:14:36.477Z[ host-image] Aug 29 15:14:34.771 INFO O| Aug 29 15:14:34.771 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86072024-08-29T15:14:36.477Z[ host-image] Aug 29 15:14:34.771 INFO O| Aug 29 15:14:34.771 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86082024-08-29T15:14:36.478Z[ host-image] Aug 29 15:14:34.771 INFO O| Aug 29 15:14:34.771 INFO ok!
86092024-08-29T15:14:36.478Z[ host-image] Aug 29 15:14:34.771 INFO O| Aug 29 15:14:34.771 INFO STEP 59 (ensure_file) COMPLETE
86102024-08-29T15:14:36.478Z[ host-image] Aug 29 15:14:34.771 INFO O| Aug 29 15:14:34.771 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86112024-08-29T15:14:36.490Z[ host-image] Aug 29 15:14:34.786 INFO O| Aug 29 15:14:34.786 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
86122024-08-29T15:14:36.490Z[ host-image] Aug 29 15:14:34.786 INFO O| Aug 29 15:14:34.786 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
86132024-08-29T15:14:36.493Z[ host-image] Aug 29 15:14:34.786 INFO O| Aug 29 15:14:34.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
86142024-08-29T15:14:36.493Z[ host-image] Aug 29 15:14:34.786 INFO O| Aug 29 15:14:34.786 INFO ok!
86152024-08-29T15:14:36.493Z[ host-image] Aug 29 15:14:34.787 INFO O| Aug 29 15:14:34.786 INFO STEP 60 (ensure_file) COMPLETE
86162024-08-29T15:14:36.493Z[ host-image] Aug 29 15:14:34.787 INFO O| Aug 29 15:14:34.787 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86172024-08-29T15:14:36.506Z[ host-image] Aug 29 15:14:34.801 INFO O| Aug 29 15:14:34.801 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
86182024-08-29T15:14:36.506Z[ host-image] Aug 29 15:14:34.801 INFO O| Aug 29 15:14:34.801 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
86192024-08-29T15:14:36.508Z[ host-image] Aug 29 15:14:34.802 INFO O| Aug 29 15:14:34.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
86202024-08-29T15:14:36.508Z[ host-image] Aug 29 15:14:34.802 INFO O| Aug 29 15:14:34.802 INFO ok!
86212024-08-29T15:14:36.508Z[ host-image] Aug 29 15:14:34.802 INFO O| Aug 29 15:14:34.802 INFO STEP 61 (ensure_file) COMPLETE
86222024-08-29T15:14:36.508Z[ host-image] Aug 29 15:14:34.802 INFO O| Aug 29 15:14:34.802 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86232024-08-29T15:14:36.520Z[ host-image] Aug 29 15:14:34.816 INFO O| Aug 29 15:14:34.816 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
86242024-08-29T15:14:36.520Z[ host-image] Aug 29 15:14:34.816 INFO O| Aug 29 15:14:34.816 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
86252024-08-29T15:14:36.523Z[ host-image] Aug 29 15:14:34.817 INFO O| Aug 29 15:14:34.817 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86262024-08-29T15:14:36.523Z[ host-image] Aug 29 15:14:34.817 INFO O| Aug 29 15:14:34.817 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86272024-08-29T15:14:36.523Z[ host-image] Aug 29 15:14:34.817 INFO O| Aug 29 15:14:34.817 INFO ok!
86282024-08-29T15:14:36.523Z[ host-image] Aug 29 15:14:34.817 INFO O| Aug 29 15:14:34.817 INFO STEP 62 (ensure_file) COMPLETE
86292024-08-29T15:14:36.523Z[ host-image] Aug 29 15:14:34.817 INFO O| Aug 29 15:14:34.817 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86302024-08-29T15:14:36.535Z[ host-image] Aug 29 15:14:34.831 INFO O| Aug 29 15:14:34.831 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
86312024-08-29T15:14:36.536Z[ host-image] Aug 29 15:14:34.831 INFO O| Aug 29 15:14:34.831 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
86322024-08-29T15:14:36.538Z[ host-image] Aug 29 15:14:34.831 INFO O| Aug 29 15:14:34.831 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86332024-08-29T15:14:36.538Z[ host-image] Aug 29 15:14:34.832 INFO O| Aug 29 15:14:34.831 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86342024-08-29T15:14:36.538Z[ host-image] Aug 29 15:14:34.832 INFO O| Aug 29 15:14:34.831 INFO ok!
86352024-08-29T15:14:36.538Z[ host-image] Aug 29 15:14:34.832 INFO O| Aug 29 15:14:34.832 INFO STEP 63 (ensure_file) COMPLETE
86362024-08-29T15:14:36.538Z[ host-image] Aug 29 15:14:34.832 INFO O| Aug 29 15:14:34.832 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86372024-08-29T15:14:36.547Z[ host-image] Aug 29 15:14:34.843 INFO O| Aug 29 15:14:34.843 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86382024-08-29T15:14:36.547Z[ host-image] Aug 29 15:14:34.843 INFO O| Aug 29 15:14:34.843 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86392024-08-29T15:14:36.550Z[ host-image] Aug 29 15:14:34.843 INFO O| Aug 29 15:14:34.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86402024-08-29T15:14:36.550Z[ host-image] Aug 29 15:14:34.843 INFO O| Aug 29 15:14:34.843 INFO ok!
86412024-08-29T15:14:36.550Z[ host-image] Aug 29 15:14:34.843 INFO O| Aug 29 15:14:34.843 INFO STEP 64 (assemble_files) COMPLETE
86422024-08-29T15:14:36.550Z[ host-image] Aug 29 15:14:34.843 INFO O| Aug 29 15:14:34.843 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86432024-08-29T15:14:36.563Z[ host-image] Aug 29 15:14:34.858 INFO O| Aug 29 15:14:34.858 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86442024-08-29T15:14:36.563Z[ host-image] Aug 29 15:14:34.858 INFO O| Aug 29 15:14:34.858 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86452024-08-29T15:14:36.565Z[ host-image] Aug 29 15:14:34.858 INFO O| Aug 29 15:14:34.858 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86462024-08-29T15:14:36.565Z[ host-image] Aug 29 15:14:34.859 INFO O| Aug 29 15:14:34.858 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86472024-08-29T15:14:36.565Z[ host-image] Aug 29 15:14:34.859 INFO O| Aug 29 15:14:34.858 INFO ok!
86482024-08-29T15:14:36.565Z[ host-image] Aug 29 15:14:34.859 INFO O| Aug 29 15:14:34.859 INFO STEP 65 (ensure_file) COMPLETE
86492024-08-29T15:14:36.565Z[ host-image] Aug 29 15:14:34.859 INFO O| Aug 29 15:14:34.859 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86502024-08-29T15:14:36.578Z[ host-image] Aug 29 15:14:34.873 INFO O| Aug 29 15:14:34.873 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86512024-08-29T15:14:36.580Z[ host-image] Aug 29 15:14:34.874 INFO O| Aug 29 15:14:34.874 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86522024-08-29T15:14:36.580Z[ host-image] Aug 29 15:14:34.874 INFO O| Aug 29 15:14:34.874 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86532024-08-29T15:14:36.580Z[ host-image] Aug 29 15:14:34.874 INFO O| Aug 29 15:14:34.874 INFO STEP 66 (ensure_dir) COMPLETE
86542024-08-29T15:14:36.580Z[ host-image] Aug 29 15:14:34.874 INFO O| Aug 29 15:14:34.874 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86552024-08-29T15:14:36.594Z[ host-image] Aug 29 15:14:34.890 INFO O| Aug 29 15:14:34.890 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86562024-08-29T15:14:36.594Z[ host-image] Aug 29 15:14:34.890 INFO O| Aug 29 15:14:34.890 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 ...
86572024-08-29T15:14:36.605Z[ host-image] Aug 29 15:14:34.901 INFO O| Aug 29 15:14:34.901 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
86582024-08-29T15:14:36.605Z[ host-image] Aug 29 15:14:34.901 INFO O| Aug 29 15:14:34.901 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86592024-08-29T15:14:36.609Z[ host-image] Aug 29 15:14:34.901 INFO O| Aug 29 15:14:34.901 INFO ok!
86602024-08-29T15:14:36.609Z[ host-image] Aug 29 15:14:34.901 INFO O| Aug 29 15:14:34.901 INFO STEP 67 (ensure_file) COMPLETE
86612024-08-29T15:14:36.609Z[ host-image] Aug 29 15:14:34.901 INFO O| Aug 29 15:14:34.901 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-08-29T15:14:36.623Z[ host-image] Aug 29 15:14:34.919 INFO O| Aug 29 15:14:34.919 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86632024-08-29T15:14:36.623Z[ host-image] Aug 29 15:14:34.919 INFO O| Aug 29 15:14:34.919 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 ...
86642024-08-29T15:14:36.626Z[ host-image] Aug 29 15:14:34.919 INFO O| Aug 29 15:14:34.919 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
86652024-08-29T15:14:36.626Z[ host-image] Aug 29 15:14:34.920 INFO O| Aug 29 15:14:34.920 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86662024-08-29T15:14:36.626Z[ host-image] Aug 29 15:14:34.920 INFO O| Aug 29 15:14:34.920 INFO ok!
86672024-08-29T15:14:36.626Z[ host-image] Aug 29 15:14:34.920 INFO O| Aug 29 15:14:34.920 INFO STEP 68 (ensure_file) COMPLETE
86682024-08-29T15:14:36.626Z[ host-image] Aug 29 15:14:34.920 INFO O| Aug 29 15:14:34.920 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86692024-08-29T15:14:36.655Z[ host-image] Aug 29 15:14:34.951 INFO O| Aug 29 15:14:34.951 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86702024-08-29T15:14:36.655Z[ host-image] Aug 29 15:14:34.951 INFO O| Aug 29 15:14:34.951 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86712024-08-29T15:14:37.264Z[ recovery-image] Aug 29 15:14:35.559 INFO E| Compiling clap_derive v4.5.3
86722024-08-29T15:14:39.014Z[ host-image] Aug 29 15:14:37.309 INFO O| Aug 29 15:14:37.309 INFO STEP 69 (pack_tar) COMPLETE
86732024-08-29T15:14:39.015Z[ host-image] Aug 29 15:14:37.309 INFO O| Aug 29 15:14:37.309 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86742024-08-29T15:14:39.017Z[ host-image] Aug 29 15:14:37.309 INFO O| Aug 29 15:14:37.309 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86752024-08-29T15:14:39.154Z[ host-image] Aug 29 15:14:37.448 INFO O| Aug 29 15:14:37.448 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86762024-08-29T15:14:39.224Z[ host-image] Aug 29 15:14:37.519 INFO O| Aug 29 15:14:37.519 INFO completed processing gimlet/ramdisk-02-trim
86772024-08-29T15:14:39.227Z[ host-image] Aug 29 15:14:37.521 INFO image builder template: zfs...
86782024-08-29T15:14:39.227Z[ host-image] Aug 29 15:14:37.521 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/.tmpaaMxE7/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None
86792024-08-29T15:14:39.240Z[ host-image] Aug 29 15:14:37.535 INFO O| Aug 29 15:14:37.535 INFO skip include "stress" because feature "stress" is not enabled
86802024-08-29T15:14:39.271Z[ host-image] Aug 29 15:14:37.566 INFO O| Aug 29 15:14:37.566 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86812024-08-29T15:14:39.275Z[ host-image] Aug 29 15:14:37.570 INFO O| Aug 29 15:14:37.570 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
86822024-08-29T15:14:39.368Z[ host-image] Aug 29 15:14:37.663 INFO O| Aug 29 15:14:37.663 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
86832024-08-29T15:14:39.422Z[ host-image] Aug 29 15:14:37.717 INFO O| Aug 29 15:14:37.717 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
86842024-08-29T15:14:39.422Z[ host-image] Aug 29 15:14:37.717 INFO O| Aug 29 15:14:37.717 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
86852024-08-29T15:14:39.426Z[ host-image] Aug 29 15:14:37.721 INFO O| Aug 29 15:14:37.721 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86862024-08-29T15:14:39.493Z[ host-image] Aug 29 15:14:37.788 INFO O| Aug 29 15:14:37.788 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86872024-08-29T15:14:39.557Z[ host-image] Aug 29 15:14:37.851 INFO O| Aug 29 15:14:37.851 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86882024-08-29T15:14:39.559Z[ recovery-image] Aug 29 15:14:37.852 INFO E| Compiling clap v4.5.3
86892024-08-29T15:14:39.566Z[ host-image] Aug 29 15:14:37.861 INFO O| Aug 29 15:14:37.861 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86902024-08-29T15:14:39.571Z[ host-image] Aug 29 15:14:37.866 INFO O| Aug 29 15:14:37.866 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86912024-08-29T15:14:39.573Z[ host-image] Aug 29 15:14:37.866 INFO O| Aug 29 15:14:37.866 INFO no lofi found
86922024-08-29T15:14:39.573Z[ host-image] Aug 29 15:14:37.866 INFO O| Aug 29 15:14:37.866 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86932024-08-29T15:14:39.573Z[ host-image] Aug 29 15:14:37.866 INFO O| Aug 29 15:14:37.866 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86942024-08-29T15:14:39.612Z[ recovery-image] Aug 29 15:14:37.907 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86952024-08-29T15:14:40.810Z[ recovery-image] Aug 29 15:14:39.105 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.96s
86962024-08-29T15:14:40.819Z[ recovery-image] Aug 29 15:14:39.114 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86972024-08-29T15:14:40.936Z[ recovery-image] Aug 29 15:14:39.231 INFO E| Updating crates.io index
86982024-08-29T15:14:41.097Z[ recovery-image] Aug 29 15:14:39.391 INFO E| Downloading crates ...
86992024-08-29T15:14:41.141Z[ recovery-image] Aug 29 15:14:39.435 INFO E| Downloaded seq-macro v0.3.5
87002024-08-29T15:14:41.143Z[ recovery-image] Aug 29 15:14:39.437 INFO E| Downloaded cpio_reader v0.1.1
87012024-08-29T15:14:41.156Z[ recovery-image] Aug 29 15:14:39.450 INFO E| Downloaded bit_field v0.10.2
87022024-08-29T15:14:41.166Z[ recovery-image] Aug 29 15:14:39.460 INFO E| Downloaded raw-cpuid v10.7.0
87032024-08-29T15:14:41.270Z[ recovery-image] Aug 29 15:14:39.565 INFO E| Downloaded x86 v0.52.0
87042024-08-29T15:14:41.341Z[ recovery-image] Aug 29 15:14:39.635 INFO E| Updating crates.io index
87052024-08-29T15:14:41.392Z[ recovery-image] Aug 29 15:14:39.686 INFO E| Downloading crates ...
87062024-08-29T15:14:41.464Z[ recovery-image] Aug 29 15:14:39.758 INFO E| Downloaded compiler_builtins v0.1.108
87072024-08-29T15:14:41.532Z[ recovery-image] Aug 29 15:14:39.827 INFO E| Compiling compiler_builtins v0.1.108
87082024-08-29T15:14:41.533Z[ recovery-image] Aug 29 15:14:39.827 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)
87092024-08-29T15:14:41.535Z[ recovery-image] Aug 29 15:14:39.827 INFO E| Compiling proc-macro2 v1.0.79
87102024-08-29T15:14:41.535Z[ recovery-image] Aug 29 15:14:39.827 INFO E| Compiling unicode-ident v1.0.12
87112024-08-29T15:14:41.535Z[ recovery-image] Aug 29 15:14:39.827 INFO E| Compiling syn v1.0.109
87122024-08-29T15:14:41.535Z[ recovery-image] Aug 29 15:14:39.827 INFO E| Compiling x86 v0.52.0
87132024-08-29T15:14:41.538Z[ recovery-image] Aug 29 15:14:39.832 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87142024-08-29T15:14:41.540Z[ recovery-image] Aug 29 15:14:39.833 INFO E| Compiling seq-macro v0.3.5
87152024-08-29T15:14:41.717Z[ host-image] Aug 29 15:14:40.011 INFO O| Aug 29 15:14:40.011 INFO lofi device = /dev/dsk/c2t1d0p0
87162024-08-29T15:14:41.717Z[ host-image] Aug 29 15:14:40.011 INFO O| Aug 29 15:14:40.011 INFO pool device = /dev/dsk/c2t1d0p0
87172024-08-29T15:14:41.719Z[ host-image] Aug 29 15:14:40.011 INFO O| Aug 29 15:14:40.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
87182024-08-29T15:14:41.894Z[ host-image] Aug 29 15:14:40.188 INFO O| Aug 29 15:14:40.188 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87192024-08-29T15:14:41.894Z[ host-image] Aug 29 15:14:40.188 INFO O| Aug 29 15:14:40.188 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
87202024-08-29T15:14:41.921Z[ host-image] Aug 29 15:14:40.215 INFO O| Aug 29 15:14:40.215 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
87212024-08-29T15:14:42.002Z[ host-image] Aug 29 15:14:40.296 INFO O| Aug 29 15:14:40.296 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
87222024-08-29T15:14:42.053Z[ host-image] Aug 29 15:14:40.347 INFO O| Aug 29 15:14:40.347 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
87232024-08-29T15:14:42.073Z[ host-image] Aug 29 15:14:40.368 INFO O| Aug 29 15:14:40.367 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
87242024-08-29T15:14:42.091Z[ host-image] Aug 29 15:14:40.385 INFO O| Aug 29 15:14:40.385 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
87252024-08-29T15:14:42.160Z[ host-image] Aug 29 15:14:40.454 INFO O| Aug 29 15:14:40.454 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87262024-08-29T15:14:42.160Z[ host-image] Aug 29 15:14:40.454 INFO O| Aug 29 15:14:40.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87272024-08-29T15:14:42.160Z[ host-image] Aug 29 15:14:40.454 INFO O| Aug 29 15:14:40.454 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
87282024-08-29T15:14:42.174Z[ host-image] Aug 29 15:14:40.468 INFO O| Aug 29 15:14:40.468 INFO boot environment UUID: cd78ab7f-6f2f-4722-95ee-86db65a1ce8d
87292024-08-29T15:14:42.174Z[ host-image] Aug 29 15:14:40.468 INFO O| Aug 29 15:14:40.468 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = cd78ab7f-6f2f-4722-95ee-86db65a1ce8d
87302024-08-29T15:14:42.190Z[ host-image] Aug 29 15:14:40.484 INFO O| Aug 29 15:14:40.484 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87312024-08-29T15:14:42.204Z[ host-image] Aug 29 15:14:40.498 INFO O| Aug 29 15:14:40.498 INFO STEP 0 (create_be) COMPLETE
87322024-08-29T15:14:42.204Z[ host-image] Aug 29 15:14:40.498 INFO O| Aug 29 15:14:40.498 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87332024-08-29T15:14:42.221Z[ host-image] Aug 29 15:14:40.515 INFO O| Aug 29 15:14:40.515 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
87342024-08-29T15:14:42.964Z[ recovery-image] Aug 29 15:14:41.258 INFO E| Compiling quote v1.0.35
87352024-08-29T15:14:43.318Z[ recovery-image] Aug 29 15:14:41.611 INFO E| Compiling syn v2.0.53
87362024-08-29T15:14:49.917Z[ recovery-image] Aug 29 15:14:48.205 INFO E| Compiling scroll_derive v0.12.0
87372024-08-29T15:14:53.009Z[ recovery-image] Aug 29 15:14:51.295 INFO E| Compiling bitstruct_derive v0.1.0
87382024-08-29T15:15:03.636Z[ host-image] Aug 29 15:15:01.924 INFO O| Aug 29 15:15:01.924 INFO STEP 1 (unpack_tar) COMPLETE
87392024-08-29T15:15:03.639Z[ host-image] Aug 29 15:15:01.924 INFO O| Aug 29 15:15:01.924 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87402024-08-29T15:15:03.649Z[ host-image] Aug 29 15:15:01.936 INFO O| Aug 29 15:15:01.936 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
87412024-08-29T15:15:03.834Z[ host-image] Aug 29 15:15:02.122 INFO O| Aug 29 15:15:02.122 INFO STEP 2 (devfsadm) COMPLETE
87422024-08-29T15:15:03.837Z[ host-image] Aug 29 15:15:02.122 INFO O| Aug 29 15:15:02.122 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87432024-08-29T15:15:03.846Z[ host-image] Aug 29 15:15:02.133 INFO O| Aug 29 15:15:02.133 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87442024-08-29T15:15:03.846Z[ host-image] Aug 29 15:15:02.133 INFO O| Aug 29 15:15:02.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87452024-08-29T15:15:03.846Z[ host-image] Aug 29 15:15:02.133 INFO O| Aug 29 15:15:02.133 INFO STEP 3 (ensure_dir) COMPLETE
87462024-08-29T15:15:03.848Z[ host-image] Aug 29 15:15:02.133 INFO O| Aug 29 15:15:02.133 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87472024-08-29T15:15:03.855Z[ host-image] Aug 29 15:15:02.143 INFO O| Aug 29 15:15:02.143 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87482024-08-29T15:15:03.855Z[ host-image] Aug 29 15:15:02.143 INFO O| Aug 29 15:15:02.143 INFO STEP 4 (ensure_dir) COMPLETE
87492024-08-29T15:15:03.855Z[ host-image] Aug 29 15:15:02.143 INFO O| Aug 29 15:15:02.143 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87502024-08-29T15:15:03.868Z[ host-image] Aug 29 15:15:02.156 INFO O| Aug 29 15:15:02.155 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87512024-08-29T15:15:03.870Z[ host-image] Aug 29 15:15:02.156 INFO O| Aug 29 15:15:02.155 INFO STEP 5 (ensure_dir) COMPLETE
87522024-08-29T15:15:03.870Z[ host-image] Aug 29 15:15:02.156 INFO O| Aug 29 15:15:02.155 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87532024-08-29T15:15:03.879Z[ host-image] Aug 29 15:15:02.166 INFO O| Aug 29 15:15:02.166 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87542024-08-29T15:15:03.881Z[ host-image] Aug 29 15:15:02.166 INFO O| Aug 29 15:15:02.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87552024-08-29T15:15:03.881Z[ host-image] Aug 29 15:15:02.167 INFO O| Aug 29 15:15:02.166 INFO STEP 6 (ensure_dir) COMPLETE
87562024-08-29T15:15:03.881Z[ host-image] Aug 29 15:15:02.167 INFO O| Aug 29 15:15:02.166 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87572024-08-29T15:15:03.891Z[ host-image] Aug 29 15:15:02.179 INFO O| Aug 29 15:15:02.178 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87582024-08-29T15:15:03.891Z[ host-image] Aug 29 15:15:02.179 INFO O| Aug 29 15:15:02.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87592024-08-29T15:15:03.893Z[ host-image] Aug 29 15:15:02.179 INFO O| Aug 29 15:15:02.179 INFO STEP 7 (ensure_dir) COMPLETE
87602024-08-29T15:15:03.893Z[ host-image] Aug 29 15:15:02.179 INFO O| Aug 29 15:15:02.179 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87612024-08-29T15:15:03.901Z[ host-image] Aug 29 15:15:02.189 INFO O| Aug 29 15:15:02.189 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87622024-08-29T15:15:03.904Z[ host-image] Aug 29 15:15:02.189 INFO O| Aug 29 15:15:02.189 INFO STEP 8 (remove_files) COMPLETE
87632024-08-29T15:15:03.904Z[ host-image] Aug 29 15:15:02.189 INFO O| Aug 29 15:15:02.189 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87642024-08-29T15:15:03.912Z[ host-image] Aug 29 15:15:02.199 INFO O| Aug 29 15:15:02.199 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87652024-08-29T15:15:03.914Z[ host-image] Aug 29 15:15:02.200 INFO O| Aug 29 15:15:02.200 INFO STEP 9 (remove_files) COMPLETE
87662024-08-29T15:15:03.914Z[ host-image] Aug 29 15:15:02.200 INFO O| Aug 29 15:15:02.200 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87672024-08-29T15:15:03.922Z[ host-image] Aug 29 15:15:02.210 INFO O| Aug 29 15:15:02.210 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
87682024-08-29T15:15:03.925Z[ host-image] Aug 29 15:15:02.211 INFO O| Aug 29 15:15:02.211 INFO STEP 10 (remove_files) COMPLETE
87692024-08-29T15:15:03.925Z[ host-image] Aug 29 15:15:02.211 INFO O| Aug 29 15:15:02.211 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87702024-08-29T15:15:03.933Z[ host-image] Aug 29 15:15:02.221 INFO O| Aug 29 15:15:02.221 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
87712024-08-29T15:15:03.935Z[ host-image] Aug 29 15:15:02.221 INFO O| Aug 29 15:15:02.221 INFO STEP 11 (remove_files) COMPLETE
87722024-08-29T15:15:03.935Z[ host-image] Aug 29 15:15:02.221 INFO O| Aug 29 15:15:02.221 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87732024-08-29T15:15:03.943Z[ host-image] Aug 29 15:15:02.231 INFO O| Aug 29 15:15:02.231 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
87742024-08-29T15:15:03.946Z[ host-image] Aug 29 15:15:02.231 INFO O| Aug 29 15:15:02.231 INFO STEP 12 (remove_files) COMPLETE
87752024-08-29T15:15:03.946Z[ host-image] Aug 29 15:15:02.231 INFO O| Aug 29 15:15:02.231 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762024-08-29T15:15:03.953Z[ host-image] Aug 29 15:15:02.241 INFO O| Aug 29 15:15:02.241 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87772024-08-29T15:15:03.956Z[ host-image] Aug 29 15:15:02.241 INFO O| Aug 29 15:15:02.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87782024-08-29T15:15:03.956Z[ host-image] Aug 29 15:15:02.241 INFO O| Aug 29 15:15:02.241 INFO STEP 13 (ensure_dir) COMPLETE
87792024-08-29T15:15:03.956Z[ host-image] Aug 29 15:15:02.241 INFO O| Aug 29 15:15:02.241 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87802024-08-29T15:15:03.963Z[ host-image] Aug 29 15:15:02.251 INFO O| Aug 29 15:15:02.251 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87812024-08-29T15:15:03.963Z[ host-image] Aug 29 15:15:02.251 INFO O| Aug 29 15:15:02.251 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87822024-08-29T15:15:03.965Z[ host-image] Aug 29 15:15:02.251 INFO O| Aug 29 15:15:02.251 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87832024-08-29T15:15:03.965Z[ host-image] Aug 29 15:15:02.251 INFO O| Aug 29 15:15:02.251 INFO STEP 14 (ensure_dir) COMPLETE
87842024-08-29T15:15:03.965Z[ host-image] Aug 29 15:15:02.251 INFO O| Aug 29 15:15:02.251 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852024-08-29T15:15:03.973Z[ host-image] Aug 29 15:15:02.261 INFO O| Aug 29 15:15:02.261 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87862024-08-29T15:15:03.975Z[ host-image] Aug 29 15:15:02.261 INFO O| Aug 29 15:15:02.261 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87872024-08-29T15:15:03.975Z[ host-image] Aug 29 15:15:02.261 INFO O| Aug 29 15:15:02.261 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87882024-08-29T15:15:03.975Z[ host-image] Aug 29 15:15:02.261 INFO O| Aug 29 15:15:02.261 INFO STEP 15 (ensure_dir) COMPLETE
87892024-08-29T15:15:03.975Z[ host-image] Aug 29 15:15:02.261 INFO O| Aug 29 15:15:02.261 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87902024-08-29T15:15:03.983Z[ host-image] Aug 29 15:15:02.271 INFO O| Aug 29 15:15:02.271 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87912024-08-29T15:15:03.986Z[ host-image] Aug 29 15:15:02.271 INFO O| Aug 29 15:15:02.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87922024-08-29T15:15:03.987Z[ host-image] Aug 29 15:15:02.271 INFO O| Aug 29 15:15:02.271 INFO STEP 16 (ensure_dir) COMPLETE
87932024-08-29T15:15:03.987Z[ host-image] Aug 29 15:15:02.271 INFO O| Aug 29 15:15:02.271 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87942024-08-29T15:15:03.993Z[ host-image] Aug 29 15:15:02.281 INFO O| Aug 29 15:15:02.281 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87952024-08-29T15:15:03.993Z[ host-image] Aug 29 15:15:02.281 INFO O| Aug 29 15:15:02.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87962024-08-29T15:15:03.993Z[ host-image] Aug 29 15:15:02.281 INFO O| Aug 29 15:15:02.281 INFO STEP 17 (ensure_dir) COMPLETE
87972024-08-29T15:15:03.996Z[ host-image] Aug 29 15:15:02.281 INFO O| Aug 29 15:15:02.281 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87982024-08-29T15:15:04.004Z[ host-image] Aug 29 15:15:02.291 INFO O| Aug 29 15:15:02.291 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87992024-08-29T15:15:04.006Z[ host-image] Aug 29 15:15:02.291 INFO O| Aug 29 15:15:02.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
88002024-08-29T15:15:04.006Z[ host-image] Aug 29 15:15:02.291 INFO O| Aug 29 15:15:02.291 INFO ok!
88012024-08-29T15:15:04.006Z[ host-image] Aug 29 15:15:02.291 INFO O| Aug 29 15:15:02.291 INFO STEP 18 (ensure_symlink) COMPLETE
88022024-08-29T15:15:04.006Z[ host-image] Aug 29 15:15:02.292 INFO O| Aug 29 15:15:02.291 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88032024-08-29T15:15:04.014Z[ host-image] Aug 29 15:15:02.302 INFO O| Aug 29 15:15:02.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
88042024-08-29T15:15:04.014Z[ host-image] Aug 29 15:15:02.302 INFO O| Aug 29 15:15:02.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
88052024-08-29T15:15:04.014Z[ host-image] Aug 29 15:15:02.302 INFO O| Aug 29 15:15:02.302 INFO ok!
88062024-08-29T15:15:04.016Z[ host-image] Aug 29 15:15:02.302 INFO O| Aug 29 15:15:02.302 INFO STEP 19 (ensure_file) COMPLETE
88072024-08-29T15:15:04.017Z[ host-image] Aug 29 15:15:02.302 INFO O| Aug 29 15:15:02.302 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88082024-08-29T15:15:04.025Z[ host-image] Aug 29 15:15:02.312 INFO O| Aug 29 15:15:02.312 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
88092024-08-29T15:15:04.025Z[ host-image] Aug 29 15:15:02.312 INFO O| Aug 29 15:15:02.312 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88102024-08-29T15:15:04.025Z[ host-image] Aug 29 15:15:02.312 INFO O| Aug 29 15:15:02.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88112024-08-29T15:15:04.027Z[ host-image] Aug 29 15:15:02.312 INFO O| Aug 29 15:15:02.312 INFO ok!
88122024-08-29T15:15:04.027Z[ host-image] Aug 29 15:15:02.313 INFO O| Aug 29 15:15:02.312 INFO STEP 20 (ensure_symlink) COMPLETE
88132024-08-29T15:15:04.027Z[ host-image] Aug 29 15:15:02.313 INFO O| Aug 29 15:15:02.313 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88142024-08-29T15:15:04.035Z[ host-image] Aug 29 15:15:02.323 INFO O| Aug 29 15:15:02.323 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88152024-08-29T15:15:04.035Z[ host-image] Aug 29 15:15:02.323 INFO O| Aug 29 15:15:02.323 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88162024-08-29T15:15:04.037Z[ host-image] Aug 29 15:15:02.323 INFO O| Aug 29 15:15:02.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88172024-08-29T15:15:04.037Z[ host-image] Aug 29 15:15:02.323 INFO O| Aug 29 15:15:02.323 INFO ok!
88182024-08-29T15:15:04.037Z[ host-image] Aug 29 15:15:02.323 INFO O| Aug 29 15:15:02.323 INFO STEP 21 (ensure_symlink) COMPLETE
88192024-08-29T15:15:04.037Z[ host-image] Aug 29 15:15:02.323 INFO O| Aug 29 15:15:02.323 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88202024-08-29T15:15:04.045Z[ host-image] Aug 29 15:15:02.333 INFO O| Aug 29 15:15:02.333 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88212024-08-29T15:15:04.045Z[ host-image] Aug 29 15:15:02.333 INFO O| Aug 29 15:15:02.333 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88222024-08-29T15:15:04.048Z[ host-image] Aug 29 15:15:02.333 INFO O| Aug 29 15:15:02.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88232024-08-29T15:15:04.048Z[ host-image] Aug 29 15:15:02.333 INFO O| Aug 29 15:15:02.333 INFO ok!
88242024-08-29T15:15:04.048Z[ host-image] Aug 29 15:15:02.333 INFO O| Aug 29 15:15:02.333 INFO STEP 22 (ensure_symlink) COMPLETE
88252024-08-29T15:15:04.048Z[ host-image] Aug 29 15:15:02.333 INFO O| Aug 29 15:15:02.333 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88262024-08-29T15:15:04.056Z[ host-image] Aug 29 15:15:02.343 INFO O| Aug 29 15:15:02.343 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
88272024-08-29T15:15:04.056Z[ host-image] Aug 29 15:15:02.343 INFO O| Aug 29 15:15:02.343 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88282024-08-29T15:15:04.058Z[ host-image] Aug 29 15:15:02.343 INFO O| Aug 29 15:15:02.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
88292024-08-29T15:15:04.058Z[ host-image] Aug 29 15:15:02.343 INFO O| Aug 29 15:15:02.343 INFO ok!
88302024-08-29T15:15:04.058Z[ host-image] Aug 29 15:15:02.343 INFO O| Aug 29 15:15:02.343 INFO STEP 23 (ensure_symlink) COMPLETE
88312024-08-29T15:15:04.058Z[ host-image] Aug 29 15:15:02.343 INFO O| Aug 29 15:15:02.343 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88322024-08-29T15:15:04.066Z[ host-image] Aug 29 15:15:02.354 INFO O| Aug 29 15:15:02.354 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88332024-08-29T15:15:04.068Z[ host-image] Aug 29 15:15:02.354 INFO O| Aug 29 15:15:02.354 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
88342024-08-29T15:15:04.068Z[ host-image] Aug 29 15:15:02.354 INFO O| Aug 29 15:15:02.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
88352024-08-29T15:15:04.068Z[ host-image] Aug 29 15:15:02.354 INFO O| Aug 29 15:15:02.354 INFO ok!
88362024-08-29T15:15:04.069Z[ host-image] Aug 29 15:15:02.354 INFO O| Aug 29 15:15:02.354 INFO STEP 24 (ensure_file) COMPLETE
88372024-08-29T15:15:04.069Z[ host-image] Aug 29 15:15:02.354 INFO O| Aug 29 15:15:02.354 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88382024-08-29T15:15:04.077Z[ host-image] Aug 29 15:15:02.364 INFO O| Aug 29 15:15:02.364 INFO updating shadow file
88392024-08-29T15:15:04.079Z[ host-image] Aug 29 15:15:02.364 INFO O| Aug 29 15:15:02.364 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88402024-08-29T15:15:04.079Z[ host-image] Aug 29 15:15:02.364 INFO O| Aug 29 15:15:02.364 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88412024-08-29T15:15:04.079Z[ host-image] Aug 29 15:15:02.365 INFO O| Aug 29 15:15:02.364 INFO STEP 25 (shadow) COMPLETE
88422024-08-29T15:15:04.079Z[ host-image] Aug 29 15:15:02.365 INFO O| Aug 29 15:15:02.365 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88432024-08-29T15:15:04.087Z[ host-image] Aug 29 15:15:02.375 INFO O| Aug 29 15:15:02.375 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
88442024-08-29T15:15:04.087Z[ host-image] Aug 29 15:15:02.375 INFO O| Aug 29 15:15:02.375 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
88452024-08-29T15:15:04.090Z[ host-image] Aug 29 15:15:02.375 INFO O| Aug 29 15:15:02.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
88462024-08-29T15:15:04.090Z[ host-image] Aug 29 15:15:02.375 INFO O| Aug 29 15:15:02.375 INFO ok!
88472024-08-29T15:15:04.090Z[ host-image] Aug 29 15:15:02.375 INFO O| Aug 29 15:15:02.375 INFO STEP 26 (ensure_file) COMPLETE
88482024-08-29T15:15:04.090Z[ host-image] Aug 29 15:15:02.375 INFO O| Aug 29 15:15:02.375 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88492024-08-29T15:15:04.098Z[ host-image] Aug 29 15:15:02.385 INFO O| Aug 29 15:15:02.385 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
88502024-08-29T15:15:04.100Z[ host-image] Aug 29 15:15:02.386 INFO O| Aug 29 15:15:02.385 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
88512024-08-29T15:15:04.100Z[ host-image] Aug 29 15:15:02.386 INFO O| Aug 29 15:15:02.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
88522024-08-29T15:15:04.100Z[ host-image] Aug 29 15:15:02.386 INFO O| Aug 29 15:15:02.386 INFO ok!
88532024-08-29T15:15:04.100Z[ host-image] Aug 29 15:15:02.386 INFO O| Aug 29 15:15:02.386 INFO STEP 27 (ensure_file) COMPLETE
88542024-08-29T15:15:04.100Z[ host-image] Aug 29 15:15:02.386 INFO O| Aug 29 15:15:02.386 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88552024-08-29T15:15:04.108Z[ host-image] Aug 29 15:15:02.396 INFO O| Aug 29 15:15:02.396 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88562024-08-29T15:15:04.111Z[ host-image] Aug 29 15:15:02.396 INFO O| Aug 29 15:15:02.396 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
88572024-08-29T15:15:04.111Z[ host-image] Aug 29 15:15:02.396 INFO O| Aug 29 15:15:02.396 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88582024-08-29T15:15:04.111Z[ host-image] Aug 29 15:15:02.396 INFO O| Aug 29 15:15:02.396 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88592024-08-29T15:15:04.111Z[ host-image] Aug 29 15:15:02.396 INFO O| Aug 29 15:15:02.396 INFO ok!
88602024-08-29T15:15:04.111Z[ host-image] Aug 29 15:15:02.396 INFO O| Aug 29 15:15:02.396 INFO STEP 28 (ensure_file) COMPLETE
88612024-08-29T15:15:04.111Z[ host-image] Aug 29 15:15:02.396 INFO O| Aug 29 15:15:02.396 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88622024-08-29T15:15:04.119Z[ host-image] Aug 29 15:15:02.406 INFO O| Aug 29 15:15:02.406 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88632024-08-29T15:15:04.121Z[ host-image] Aug 29 15:15:02.407 INFO O| Aug 29 15:15:02.406 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88642024-08-29T15:15:04.121Z[ host-image] Aug 29 15:15:02.407 INFO O| Aug 29 15:15:02.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88652024-08-29T15:15:04.121Z[ host-image] Aug 29 15:15:02.407 INFO O| Aug 29 15:15:02.407 INFO ok!
88662024-08-29T15:15:04.121Z[ host-image] Aug 29 15:15:02.407 INFO O| Aug 29 15:15:02.407 INFO STEP 29 (ensure_file) COMPLETE
88672024-08-29T15:15:04.121Z[ host-image] Aug 29 15:15:02.407 INFO O| Aug 29 15:15:02.407 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88682024-08-29T15:15:04.129Z[ host-image] Aug 29 15:15:02.417 INFO O| Aug 29 15:15:02.416 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
88692024-08-29T15:15:04.129Z[ host-image] Aug 29 15:15:02.417 INFO O| Aug 29 15:15:02.416 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
88702024-08-29T15:15:04.131Z[ host-image] Aug 29 15:15:02.417 INFO O| Aug 29 15:15:02.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
88712024-08-29T15:15:04.131Z[ host-image] Aug 29 15:15:02.417 INFO O| Aug 29 15:15:02.417 INFO ok!
88722024-08-29T15:15:04.131Z[ host-image] Aug 29 15:15:02.417 INFO O| Aug 29 15:15:02.417 INFO STEP 30 (ensure_file) COMPLETE
88732024-08-29T15:15:04.131Z[ host-image] Aug 29 15:15:02.417 INFO O| Aug 29 15:15:02.417 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88742024-08-29T15:15:04.139Z[ host-image] Aug 29 15:15:02.427 INFO O| Aug 29 15:15:02.427 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
88752024-08-29T15:15:04.139Z[ host-image] Aug 29 15:15:02.427 INFO O| Aug 29 15:15:02.427 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
88762024-08-29T15:15:04.141Z[ host-image] Aug 29 15:15:02.427 INFO O| Aug 29 15:15:02.427 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88772024-08-29T15:15:04.141Z[ host-image] Aug 29 15:15:02.427 INFO O| Aug 29 15:15:02.427 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88782024-08-29T15:15:04.141Z[ host-image] Aug 29 15:15:02.427 INFO O| Aug 29 15:15:02.427 INFO ok!
88792024-08-29T15:15:04.141Z[ host-image] Aug 29 15:15:02.427 INFO O| Aug 29 15:15:02.427 INFO STEP 31 (ensure_file) COMPLETE
88802024-08-29T15:15:04.141Z[ host-image] Aug 29 15:15:02.427 INFO O| Aug 29 15:15:02.427 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88812024-08-29T15:15:04.150Z[ host-image] Aug 29 15:15:02.437 INFO O| Aug 29 15:15:02.437 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
88822024-08-29T15:15:04.150Z[ host-image] Aug 29 15:15:02.437 INFO O| Aug 29 15:15:02.437 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
88832024-08-29T15:15:04.153Z[ host-image] Aug 29 15:15:02.438 INFO O| Aug 29 15:15:02.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88842024-08-29T15:15:04.153Z[ host-image] Aug 29 15:15:02.438 INFO O| Aug 29 15:15:02.438 INFO ok!
88852024-08-29T15:15:04.153Z[ host-image] Aug 29 15:15:02.438 INFO O| Aug 29 15:15:02.438 INFO STEP 32 (ensure_file) COMPLETE
88862024-08-29T15:15:04.153Z[ host-image] Aug 29 15:15:02.438 INFO O| Aug 29 15:15:02.438 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88872024-08-29T15:15:04.160Z[ host-image] Aug 29 15:15:02.448 INFO O| Aug 29 15:15:02.448 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88882024-08-29T15:15:04.163Z[ host-image] Aug 29 15:15:02.448 INFO O| Aug 29 15:15:02.448 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88892024-08-29T15:15:04.163Z[ host-image] Aug 29 15:15:02.448 INFO O| Aug 29 15:15:02.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88902024-08-29T15:15:04.163Z[ host-image] Aug 29 15:15:02.448 INFO O| Aug 29 15:15:02.448 INFO ok!
88912024-08-29T15:15:04.163Z[ host-image] Aug 29 15:15:02.448 INFO O| Aug 29 15:15:02.448 INFO STEP 33 (ensure_file) COMPLETE
88922024-08-29T15:15:04.163Z[ host-image] Aug 29 15:15:02.448 INFO O| Aug 29 15:15:02.448 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88932024-08-29T15:15:04.171Z[ host-image] Aug 29 15:15:02.458 INFO O| Aug 29 15:15:02.458 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
88942024-08-29T15:15:04.171Z[ host-image] Aug 29 15:15:02.458 INFO O| Aug 29 15:15:02.458 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
88952024-08-29T15:15:04.173Z[ host-image] Aug 29 15:15:02.458 INFO O| Aug 29 15:15:02.458 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88962024-08-29T15:15:04.173Z[ host-image] Aug 29 15:15:02.459 INFO O| Aug 29 15:15:02.459 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88972024-08-29T15:15:04.173Z[ host-image] Aug 29 15:15:02.459 INFO O| Aug 29 15:15:02.459 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88982024-08-29T15:15:04.173Z[ host-image] Aug 29 15:15:02.459 INFO O| Aug 29 15:15:02.459 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88992024-08-29T15:15:04.173Z[ host-image] Aug 29 15:15:02.459 INFO O| Aug 29 15:15:02.459 INFO ok!
89002024-08-29T15:15:04.173Z[ host-image] Aug 29 15:15:02.459 INFO O| Aug 29 15:15:02.459 INFO STEP 34 (ensure_file) COMPLETE
89012024-08-29T15:15:04.173Z[ host-image] Aug 29 15:15:02.459 INFO O| Aug 29 15:15:02.459 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89022024-08-29T15:15:04.181Z[ host-image] Aug 29 15:15:02.469 INFO O| Aug 29 15:15:02.469 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89032024-08-29T15:15:04.183Z[ host-image] Aug 29 15:15:02.469 INFO O| Aug 29 15:15:02.469 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89042024-08-29T15:15:04.184Z[ host-image] Aug 29 15:15:02.469 INFO O| Aug 29 15:15:02.469 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89052024-08-29T15:15:04.184Z[ host-image] Aug 29 15:15:02.469 INFO O| Aug 29 15:15:02.469 INFO STEP 35 (ensure_dir) COMPLETE
89062024-08-29T15:15:04.184Z[ host-image] Aug 29 15:15:02.469 INFO O| Aug 29 15:15:02.469 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89072024-08-29T15:15:04.194Z[ host-image] Aug 29 15:15:02.481 INFO O| Aug 29 15:15:02.481 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
89082024-08-29T15:15:04.194Z[ host-image] Aug 29 15:15:02.481 INFO O| Aug 29 15:15:02.481 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 ...
89092024-08-29T15:15:04.196Z[ host-image] Aug 29 15:15:02.481 INFO O| Aug 29 15:15:02.481 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
89102024-08-29T15:15:04.196Z[ host-image] Aug 29 15:15:02.481 INFO O| Aug 29 15:15:02.481 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
89112024-08-29T15:15:04.196Z[ host-image] Aug 29 15:15:02.481 INFO O| Aug 29 15:15:02.481 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
89122024-08-29T15:15:04.196Z[ host-image] Aug 29 15:15:02.481 INFO O| Aug 29 15:15:02.481 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
89132024-08-29T15:15:04.196Z[ host-image] Aug 29 15:15:02.482 INFO O| Aug 29 15:15:02.481 INFO ok!
89142024-08-29T15:15:04.196Z[ host-image] Aug 29 15:15:02.482 INFO O| Aug 29 15:15:02.482 INFO STEP 36 (ensure_file) COMPLETE
89152024-08-29T15:15:04.196Z[ host-image] Aug 29 15:15:02.482 INFO O| Aug 29 15:15:02.482 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89162024-08-29T15:15:04.206Z[ host-image] Aug 29 15:15:02.494 INFO O| Aug 29 15:15:02.494 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89172024-08-29T15:15:04.206Z[ host-image] Aug 29 15:15:02.494 INFO O| Aug 29 15:15:02.494 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 ...
89182024-08-29T15:15:04.209Z[ host-image] Aug 29 15:15:02.494 INFO O| Aug 29 15:15:02.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89192024-08-29T15:15:04.209Z[ host-image] Aug 29 15:15:02.494 INFO O| Aug 29 15:15:02.494 INFO ok!
89202024-08-29T15:15:04.209Z[ host-image] Aug 29 15:15:02.494 INFO O| Aug 29 15:15:02.494 INFO STEP 37 (ensure_symlink) COMPLETE
89212024-08-29T15:15:04.209Z[ host-image] Aug 29 15:15:02.494 INFO O| Aug 29 15:15:02.494 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89222024-08-29T15:15:04.218Z[ host-image] Aug 29 15:15:02.505 INFO O| Aug 29 15:15:02.505 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89232024-08-29T15:15:04.218Z[ host-image] Aug 29 15:15:02.505 INFO O| Aug 29 15:15:02.505 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89242024-08-29T15:15:04.218Z[ host-image] Aug 29 15:15:02.505 INFO O| Aug 29 15:15:02.505 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89252024-08-29T15:15:04.220Z[ host-image] Aug 29 15:15:02.505 INFO O| Aug 29 15:15:02.505 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89262024-08-29T15:15:04.221Z[ host-image] Aug 29 15:15:02.506 INFO O| Aug 29 15:15:02.505 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89272024-08-29T15:15:04.221Z[ host-image] Aug 29 15:15:02.506 INFO O| Aug 29 15:15:02.506 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89282024-08-29T15:15:04.221Z[ host-image] Aug 29 15:15:02.506 INFO O| Aug 29 15:15:02.506 INFO ok!
89292024-08-29T15:15:04.221Z[ host-image] Aug 29 15:15:02.506 INFO O| Aug 29 15:15:02.506 INFO STEP 38 (ensure_file) COMPLETE
89302024-08-29T15:15:04.221Z[ host-image] Aug 29 15:15:02.506 INFO O| Aug 29 15:15:02.506 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89312024-08-29T15:15:04.231Z[ host-image] Aug 29 15:15:02.519 INFO O| Aug 29 15:15:02.519 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
89322024-08-29T15:15:04.232Z[ host-image] Aug 29 15:15:02.519 INFO O| Aug 29 15:15:02.519 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 ...
89332024-08-29T15:15:04.234Z[ host-image] Aug 29 15:15:02.519 INFO O| Aug 29 15:15:02.519 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
89342024-08-29T15:15:04.234Z[ host-image] Aug 29 15:15:02.519 INFO O| Aug 29 15:15:02.519 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89352024-08-29T15:15:04.234Z[ host-image] Aug 29 15:15:02.519 INFO O| Aug 29 15:15:02.519 INFO ok!
89362024-08-29T15:15:04.234Z[ host-image] Aug 29 15:15:02.519 INFO O| Aug 29 15:15:02.519 INFO STEP 39 (ensure_file) COMPLETE
89372024-08-29T15:15:04.234Z[ host-image] Aug 29 15:15:02.519 INFO O| Aug 29 15:15:02.519 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89382024-08-29T15:15:04.243Z[ host-image] Aug 29 15:15:02.530 INFO O| Aug 29 15:15:02.530 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
89392024-08-29T15:15:04.243Z[ host-image] Aug 29 15:15:02.530 INFO O| Aug 29 15:15:02.530 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
89402024-08-29T15:15:04.245Z[ host-image] Aug 29 15:15:02.530 INFO O| Aug 29 15:15:02.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
89412024-08-29T15:15:04.245Z[ host-image] Aug 29 15:15:02.530 INFO O| Aug 29 15:15:02.530 INFO ok!
89422024-08-29T15:15:04.245Z[ host-image] Aug 29 15:15:02.530 INFO O| Aug 29 15:15:02.530 INFO STEP 40 (ensure_file) COMPLETE
89432024-08-29T15:15:04.245Z[ host-image] Aug 29 15:15:02.531 INFO O| Aug 29 15:15:02.530 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89442024-08-29T15:15:04.253Z[ host-image] Aug 29 15:15:02.541 INFO O| Aug 29 15:15:02.541 INFO updating shadow file
89452024-08-29T15:15:04.256Z[ host-image] Aug 29 15:15:02.541 INFO O| Aug 29 15:15:02.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89462024-08-29T15:15:04.256Z[ host-image] Aug 29 15:15:02.541 INFO O| Aug 29 15:15:02.541 INFO STEP 41 (shadow) COMPLETE
89472024-08-29T15:15:04.256Z[ host-image] Aug 29 15:15:02.541 INFO O| Aug 29 15:15:02.541 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89482024-08-29T15:15:04.264Z[ host-image] Aug 29 15:15:02.551 INFO O| Aug 29 15:15:02.551 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
89492024-08-29T15:15:04.264Z[ host-image] Aug 29 15:15:02.551 INFO O| Aug 29 15:15:02.551 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
89502024-08-29T15:15:04.267Z[ host-image] Aug 29 15:15:02.552 INFO O| Aug 29 15:15:02.551 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89512024-08-29T15:15:04.267Z[ host-image] Aug 29 15:15:02.552 INFO O| Aug 29 15:15:02.552 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89522024-08-29T15:15:04.267Z[ host-image] Aug 29 15:15:02.552 INFO O| Aug 29 15:15:02.552 INFO ok!
89532024-08-29T15:15:04.267Z[ host-image] Aug 29 15:15:02.552 INFO O| Aug 29 15:15:02.552 INFO STEP 42 (ensure_file) COMPLETE
89542024-08-29T15:15:04.267Z[ host-image] Aug 29 15:15:02.552 INFO O| Aug 29 15:15:02.552 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89552024-08-29T15:15:04.267Z[ host-image] Aug 29 15:15:02.552 INFO O| Aug 29 15:15:02.552 INFO skip step because feature "mfg" is not enabled
89562024-08-29T15:15:04.267Z[ host-image] Aug 29 15:15:02.552 INFO O| Aug 29 15:15:02.552 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89572024-08-29T15:15:04.267Z[ host-image] Aug 29 15:15:02.552 INFO O| Aug 29 15:15:02.552 INFO skip step because feature "mfg" is not enabled
89582024-08-29T15:15:04.267Z[ host-image] Aug 29 15:15:02.552 INFO O| Aug 29 15:15:02.552 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89592024-08-29T15:15:04.274Z[ host-image] Aug 29 15:15:02.562 INFO O| Aug 29 15:15:02.562 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89602024-08-29T15:15:04.277Z[ host-image] Aug 29 15:15:02.562 INFO O| Aug 29 15:15:02.562 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
89612024-08-29T15:15:04.928Z[ host-image] Aug 29 15:15:03.215 INFO O| Aug 29 15:15:03.215 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89622024-08-29T15:15:04.928Z[ host-image] Aug 29 15:15:03.215 INFO O| Aug 29 15:15:03.215 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89632024-08-29T15:15:04.928Z[ host-image] Aug 29 15:15:03.215 INFO O| Aug 29 15:15:03.215 INFO ok!
89642024-08-29T15:15:04.931Z[ host-image] Aug 29 15:15:03.215 INFO O| Aug 29 15:15:03.215 INFO STEP 45 (ensure_file) COMPLETE
89652024-08-29T15:15:04.931Z[ host-image] Aug 29 15:15:03.215 INFO O| Aug 29 15:15:03.215 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89662024-08-29T15:15:04.940Z[ host-image] Aug 29 15:15:03.227 INFO O| Aug 29 15:15:03.227 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
89672024-08-29T15:15:04.940Z[ host-image] Aug 29 15:15:03.227 INFO O| Aug 29 15:15:03.227 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89682024-08-29T15:15:04.942Z[ host-image] Aug 29 15:15:03.228 INFO O| Aug 29 15:15:03.227 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89692024-08-29T15:15:04.942Z[ host-image] Aug 29 15:15:03.228 INFO O| Aug 29 15:15:03.228 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89702024-08-29T15:15:04.942Z[ host-image] Aug 29 15:15:03.228 INFO O| Aug 29 15:15:03.228 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89712024-08-29T15:15:04.942Z[ host-image] Aug 29 15:15:03.228 INFO O| Aug 29 15:15:03.228 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89722024-08-29T15:15:04.942Z[ host-image] Aug 29 15:15:03.228 INFO O| Aug 29 15:15:03.228 INFO ok!
89732024-08-29T15:15:04.942Z[ host-image] Aug 29 15:15:03.228 INFO O| Aug 29 15:15:03.228 INFO STEP 46 (ensure_file) COMPLETE
89742024-08-29T15:15:04.942Z[ host-image] Aug 29 15:15:03.228 INFO O| Aug 29 15:15:03.228 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89752024-08-29T15:15:04.951Z[ host-image] Aug 29 15:15:03.238 INFO O| Aug 29 15:15:03.238 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
89762024-08-29T15:15:04.951Z[ host-image] Aug 29 15:15:03.238 INFO O| Aug 29 15:15:03.238 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 ...
89772024-08-29T15:15:04.953Z[ host-image] Aug 29 15:15:03.239 INFO O| Aug 29 15:15:03.239 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
89782024-08-29T15:15:04.953Z[ host-image] Aug 29 15:15:03.239 INFO O| Aug 29 15:15:03.239 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89792024-08-29T15:15:04.953Z[ host-image] Aug 29 15:15:03.239 INFO O| Aug 29 15:15:03.239 INFO ok!
89802024-08-29T15:15:04.953Z[ host-image] Aug 29 15:15:03.239 INFO O| Aug 29 15:15:03.239 INFO STEP 47 (ensure_file) COMPLETE
89812024-08-29T15:15:04.953Z[ host-image] Aug 29 15:15:03.239 INFO O| Aug 29 15:15:03.239 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89822024-08-29T15:15:04.962Z[ host-image] Aug 29 15:15:03.249 INFO O| Aug 29 15:15:03.249 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89832024-08-29T15:15:04.964Z[ host-image] Aug 29 15:15:03.249 INFO O| Aug 29 15:15:03.249 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89842024-08-29T15:15:04.964Z[ host-image] Aug 29 15:15:03.249 INFO O| Aug 29 15:15:03.249 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89852024-08-29T15:15:04.964Z[ host-image] Aug 29 15:15:03.249 INFO O| Aug 29 15:15:03.249 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89862024-08-29T15:15:04.964Z[ host-image] Aug 29 15:15:03.249 INFO O| Aug 29 15:15:03.249 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89872024-08-29T15:15:04.964Z[ host-image] Aug 29 15:15:03.249 INFO O| Aug 29 15:15:03.249 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89882024-08-29T15:15:04.964Z[ host-image] Aug 29 15:15:03.249 INFO O| Aug 29 15:15:03.249 INFO ok!
89892024-08-29T15:15:04.964Z[ host-image] Aug 29 15:15:03.249 INFO O| Aug 29 15:15:03.249 INFO STEP 48 (ensure_file) COMPLETE
89902024-08-29T15:15:04.964Z[ host-image] Aug 29 15:15:03.249 INFO O| Aug 29 15:15:03.249 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89912024-08-29T15:15:04.973Z[ host-image] Aug 29 15:15:03.260 INFO O| Aug 29 15:15:03.260 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89922024-08-29T15:15:04.973Z[ host-image] Aug 29 15:15:03.260 INFO O| Aug 29 15:15:03.260 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 ...
89932024-08-29T15:15:04.975Z[ host-image] Aug 29 15:15:03.260 INFO O| Aug 29 15:15:03.260 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
89942024-08-29T15:15:04.975Z[ host-image] Aug 29 15:15:03.260 INFO O| Aug 29 15:15:03.260 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89952024-08-29T15:15:04.975Z[ host-image] Aug 29 15:15:03.260 INFO O| Aug 29 15:15:03.260 INFO ok!
89962024-08-29T15:15:04.975Z[ host-image] Aug 29 15:15:03.260 INFO O| Aug 29 15:15:03.260 INFO STEP 49 (ensure_file) COMPLETE
89972024-08-29T15:15:04.975Z[ host-image] Aug 29 15:15:03.260 INFO O| Aug 29 15:15:03.260 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89982024-08-29T15:15:04.986Z[ host-image] Aug 29 15:15:03.273 INFO O| Aug 29 15:15:03.273 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
89992024-08-29T15:15:04.986Z[ host-image] Aug 29 15:15:03.273 INFO O| Aug 29 15:15:03.273 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
90002024-08-29T15:15:04.988Z[ host-image] Aug 29 15:15:03.273 INFO O| Aug 29 15:15:03.273 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90012024-08-29T15:15:04.988Z[ host-image] Aug 29 15:15:03.273 INFO O| Aug 29 15:15:03.273 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90022024-08-29T15:15:04.988Z[ host-image] Aug 29 15:15:03.273 INFO O| Aug 29 15:15:03.273 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90032024-08-29T15:15:04.988Z[ host-image] Aug 29 15:15:03.273 INFO O| Aug 29 15:15:03.273 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90042024-08-29T15:15:04.988Z[ host-image] Aug 29 15:15:03.273 INFO O| Aug 29 15:15:03.273 INFO ok!
90052024-08-29T15:15:04.988Z[ host-image] Aug 29 15:15:03.273 INFO O| Aug 29 15:15:03.273 INFO STEP 50 (ensure_file) COMPLETE
90062024-08-29T15:15:04.988Z[ host-image] Aug 29 15:15:03.273 INFO O| Aug 29 15:15:03.273 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90072024-08-29T15:15:04.998Z[ host-image] Aug 29 15:15:03.285 INFO O| Aug 29 15:15:03.285 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
90082024-08-29T15:15:04.998Z[ host-image] Aug 29 15:15:03.285 INFO O| Aug 29 15:15:03.285 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 ...
90092024-08-29T15:15:05.001Z[ host-image] Aug 29 15:15:03.285 INFO O| Aug 29 15:15:03.285 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
90102024-08-29T15:15:05.001Z[ host-image] Aug 29 15:15:03.285 INFO O| Aug 29 15:15:03.285 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90112024-08-29T15:15:05.001Z[ host-image] Aug 29 15:15:03.285 INFO O| Aug 29 15:15:03.285 INFO ok!
90122024-08-29T15:15:05.001Z[ host-image] Aug 29 15:15:03.285 INFO O| Aug 29 15:15:03.285 INFO STEP 51 (ensure_file) COMPLETE
90132024-08-29T15:15:05.002Z[ host-image] Aug 29 15:15:03.285 INFO O| Aug 29 15:15:03.285 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90142024-08-29T15:15:06.012Z[ host-image] Aug 29 15:15:03.296 INFO O| Aug 29 15:15:03.296 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90152024-08-29T15:15:06.012Z[ host-image] Aug 29 15:15:03.296 INFO O| Aug 29 15:15:03.296 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 ...
90162024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.296 INFO O| Aug 29 15:15:03.296 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
90172024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.296 INFO O| Aug 29 15:15:03.296 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90182024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.296 INFO O| Aug 29 15:15:03.296 INFO ok!
90192024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.296 INFO O| Aug 29 15:15:03.296 INFO STEP 52 (ensure_file) COMPLETE
90202024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.296 INFO O| Aug 29 15:15:03.296 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90212024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.309 INFO O| Aug 29 15:15:03.309 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90222024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.310 INFO O| Aug 29 15:15:03.309 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 ...
90232024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.310 INFO O| Aug 29 15:15:03.310 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
90242024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.310 INFO O| Aug 29 15:15:03.310 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90252024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.310 INFO O| Aug 29 15:15:03.310 INFO ok!
90262024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.310 INFO O| Aug 29 15:15:03.310 INFO STEP 53 (ensure_file) COMPLETE
90272024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.310 INFO O| Aug 29 15:15:03.310 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90282024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.321 INFO O| Aug 29 15:15:03.321 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
90292024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.321 INFO O| Aug 29 15:15:03.321 INFO STEP 54 (ensure_dir) COMPLETE
90302024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.321 INFO O| Aug 29 15:15:03.321 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90312024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.332 INFO O| Aug 29 15:15:03.332 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90322024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.332 INFO O| Aug 29 15:15:03.332 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90332024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.332 INFO O| Aug 29 15:15:03.332 INFO STEP 55 (ensure_dir) COMPLETE
90342024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.332 INFO O| Aug 29 15:15:03.332 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90352024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.342 INFO O| Aug 29 15:15:03.342 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90362024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.342 INFO O| Aug 29 15:15:03.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90372024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.342 INFO O| Aug 29 15:15:03.342 INFO STEP 56 (ensure_dir) COMPLETE
90382024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.342 INFO O| Aug 29 15:15:03.342 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90392024-08-29T15:15:06.017Z[ host-image] Aug 29 15:15:03.352 INFO O| Aug 29 15:15:03.352 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
90402024-08-29T15:15:06.018Z[ host-image] Aug 29 15:15:03.352 INFO O| Aug 29 15:15:03.352 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
90412024-08-29T15:15:06.018Z[ host-image] Aug 29 15:15:03.368 INFO O| Aug 29 15:15:03.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
90422024-08-29T15:15:06.018Z[ host-image] Aug 29 15:15:03.368 INFO O| Aug 29 15:15:03.368 INFO ok!
90432024-08-29T15:15:06.018Z[ host-image] Aug 29 15:15:03.368 INFO O| Aug 29 15:15:03.368 INFO STEP 57 (ensure_file) COMPLETE
90442024-08-29T15:15:06.018Z[ host-image] Aug 29 15:15:03.368 INFO O| Aug 29 15:15:03.368 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90452024-08-29T15:15:06.018Z[ host-image] Aug 29 15:15:03.379 INFO O| Aug 29 15:15:03.379 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
90462024-08-29T15:15:06.018Z[ host-image] Aug 29 15:15:03.379 INFO O| Aug 29 15:15:03.379 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
90472024-08-29T15:15:06.189Z[ host-image] Aug 29 15:15:04.476 INFO O| Aug 29 15:15:04.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
90482024-08-29T15:15:06.189Z[ host-image] Aug 29 15:15:04.476 INFO O| Aug 29 15:15:04.476 INFO ok!
90492024-08-29T15:15:06.189Z[ host-image] Aug 29 15:15:04.476 INFO O| Aug 29 15:15:04.476 INFO STEP 58 (ensure_file) COMPLETE
90502024-08-29T15:15:06.192Z[ host-image] Aug 29 15:15:04.476 INFO O| Aug 29 15:15:04.476 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90512024-08-29T15:15:06.202Z[ host-image] Aug 29 15:15:04.489 INFO O| Aug 29 15:15:04.489 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90522024-08-29T15:15:06.204Z[ host-image] Aug 29 15:15:04.489 INFO O| Aug 29 15:15:04.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90532024-08-29T15:15:06.204Z[ host-image] Aug 29 15:15:04.489 INFO O| Aug 29 15:15:04.489 INFO STEP 59 (ensure_dir) COMPLETE
90542024-08-29T15:15:06.204Z[ host-image] Aug 29 15:15:04.489 INFO O| Aug 29 15:15:04.489 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90552024-08-29T15:15:06.213Z[ host-image] Aug 29 15:15:04.500 INFO O| Aug 29 15:15:04.500 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90562024-08-29T15:15:06.213Z[ host-image] Aug 29 15:15:04.500 INFO O| Aug 29 15:15:04.500 INFO copying /tmp/.tmpaaMxE7/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 ...
90572024-08-29T15:15:06.215Z[ host-image] Aug 29 15:15:04.500 INFO O| Aug 29 15:15:04.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90582024-08-29T15:15:06.215Z[ host-image] Aug 29 15:15:04.500 INFO O| Aug 29 15:15:04.500 INFO ok!
90592024-08-29T15:15:06.215Z[ host-image] Aug 29 15:15:04.500 INFO O| Aug 29 15:15:04.500 INFO STEP 60 (ensure_file) COMPLETE
90602024-08-29T15:15:06.215Z[ host-image] Aug 29 15:15:04.500 INFO O| Aug 29 15:15:04.500 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90612024-08-29T15:15:06.223Z[ host-image] Aug 29 15:15:04.510 INFO O| Aug 29 15:15:04.510 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90622024-08-29T15:15:06.225Z[ host-image] Aug 29 15:15:04.510 INFO O| Aug 29 15:15:04.510 INFO copying /tmp/.tmpaaMxE7/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 ...
90632024-08-29T15:15:06.225Z[ host-image] Aug 29 15:15:04.510 INFO O| Aug 29 15:15:04.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90642024-08-29T15:15:06.225Z[ host-image] Aug 29 15:15:04.510 INFO O| Aug 29 15:15:04.510 INFO ok!
90652024-08-29T15:15:06.225Z[ host-image] Aug 29 15:15:04.510 INFO O| Aug 29 15:15:04.510 INFO STEP 61 (ensure_file) COMPLETE
90662024-08-29T15:15:06.225Z[ host-image] Aug 29 15:15:04.510 INFO O| Aug 29 15:15:04.510 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90672024-08-29T15:15:06.233Z[ host-image] Aug 29 15:15:04.520 INFO O| Aug 29 15:15:04.520 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90682024-08-29T15:15:06.233Z[ host-image] Aug 29 15:15:04.520 INFO O| Aug 29 15:15:04.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90692024-08-29T15:15:06.235Z[ host-image] Aug 29 15:15:04.520 INFO O| Aug 29 15:15:04.520 INFO STEP 62 (ensure_dir) COMPLETE
90702024-08-29T15:15:06.236Z[ host-image] Aug 29 15:15:04.520 INFO O| Aug 29 15:15:04.520 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90712024-08-29T15:15:06.243Z[ host-image] Aug 29 15:15:04.530 INFO O| Aug 29 15:15:04.530 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90722024-08-29T15:15:06.243Z[ host-image] Aug 29 15:15:04.530 INFO O| Aug 29 15:15:04.530 INFO copying /tmp/.tmpaaMxE7/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 ...
90732024-08-29T15:15:06.245Z[ host-image] Aug 29 15:15:04.530 INFO O| Aug 29 15:15:04.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90742024-08-29T15:15:06.245Z[ host-image] Aug 29 15:15:04.530 INFO O| Aug 29 15:15:04.530 INFO ok!
90752024-08-29T15:15:06.245Z[ host-image] Aug 29 15:15:04.530 INFO O| Aug 29 15:15:04.530 INFO STEP 63 (ensure_file) COMPLETE
90762024-08-29T15:15:06.245Z[ host-image] Aug 29 15:15:04.530 INFO O| Aug 29 15:15:04.530 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90772024-08-29T15:15:06.254Z[ host-image] Aug 29 15:15:04.541 INFO O| Aug 29 15:15:04.541 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90782024-08-29T15:15:06.254Z[ host-image] Aug 29 15:15:04.541 INFO O| Aug 29 15:15:04.541 INFO copying /tmp/.tmpaaMxE7/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 ...
90792024-08-29T15:15:06.256Z[ host-image] Aug 29 15:15:04.541 INFO O| Aug 29 15:15:04.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90802024-08-29T15:15:06.256Z[ host-image] Aug 29 15:15:04.541 INFO O| Aug 29 15:15:04.541 INFO ok!
90812024-08-29T15:15:06.256Z[ host-image] Aug 29 15:15:04.541 INFO O| Aug 29 15:15:04.541 INFO STEP 64 (ensure_file) COMPLETE
90822024-08-29T15:15:06.256Z[ host-image] Aug 29 15:15:04.541 INFO O| Aug 29 15:15:04.541 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90832024-08-29T15:15:06.264Z[ host-image] Aug 29 15:15:04.551 INFO O| Aug 29 15:15:04.551 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90842024-08-29T15:15:06.264Z[ host-image] Aug 29 15:15:04.551 INFO O| Aug 29 15:15:04.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90852024-08-29T15:15:06.266Z[ host-image] Aug 29 15:15:04.551 INFO O| Aug 29 15:15:04.551 INFO STEP 65 (ensure_dir) COMPLETE
90862024-08-29T15:15:06.266Z[ host-image] Aug 29 15:15:04.551 INFO O| Aug 29 15:15:04.551 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90872024-08-29T15:15:06.274Z[ host-image] Aug 29 15:15:04.561 INFO O| Aug 29 15:15:04.561 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90882024-08-29T15:15:06.274Z[ host-image] Aug 29 15:15:04.561 INFO O| Aug 29 15:15:04.561 INFO copying /tmp/.tmpaaMxE7/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 ...
90892024-08-29T15:15:06.277Z[ host-image] Aug 29 15:15:04.561 INFO O| Aug 29 15:15:04.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90902024-08-29T15:15:06.277Z[ host-image] Aug 29 15:15:04.561 INFO O| Aug 29 15:15:04.561 INFO ok!
90912024-08-29T15:15:06.277Z[ host-image] Aug 29 15:15:04.561 INFO O| Aug 29 15:15:04.561 INFO STEP 66 (ensure_file) COMPLETE
90922024-08-29T15:15:06.277Z[ host-image] Aug 29 15:15:04.561 INFO O| Aug 29 15:15:04.561 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90932024-08-29T15:15:06.285Z[ host-image] Aug 29 15:15:04.572 INFO O| Aug 29 15:15:04.572 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
90942024-08-29T15:15:06.287Z[ host-image] Aug 29 15:15:04.572 INFO O| Aug 29 15:15:04.572 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
90952024-08-29T15:15:06.287Z[ host-image] Aug 29 15:15:04.572 INFO O| Aug 29 15:15:04.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
90962024-08-29T15:15:06.287Z[ host-image] Aug 29 15:15:04.572 INFO O| Aug 29 15:15:04.572 INFO ok!
90972024-08-29T15:15:06.287Z[ host-image] Aug 29 15:15:04.572 INFO O| Aug 29 15:15:04.572 INFO STEP 67 (ensure_file) COMPLETE
90982024-08-29T15:15:06.287Z[ host-image] Aug 29 15:15:04.572 INFO O| Aug 29 15:15:04.572 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90992024-08-29T15:15:06.295Z[ host-image] Aug 29 15:15:04.582 INFO O| Aug 29 15:15:04.582 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91002024-08-29T15:15:06.297Z[ host-image] Aug 29 15:15:04.582 INFO O| Aug 29 15:15:04.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91012024-08-29T15:15:06.297Z[ host-image] Aug 29 15:15:04.582 INFO O| Aug 29 15:15:04.582 INFO STEP 68 (ensure_dir) COMPLETE
91022024-08-29T15:15:06.297Z[ host-image] Aug 29 15:15:04.582 INFO O| Aug 29 15:15:04.582 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91032024-08-29T15:15:06.305Z[ host-image] Aug 29 15:15:04.592 INFO O| Aug 29 15:15:04.592 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
91042024-08-29T15:15:06.305Z[ host-image] Aug 29 15:15:04.592 INFO O| Aug 29 15:15:04.592 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
91052024-08-29T15:15:06.875Z[ host-image] Aug 29 15:15:05.161 INFO O| Aug 29 15:15:05.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
91062024-08-29T15:15:06.875Z[ host-image] Aug 29 15:15:05.161 INFO O| Aug 29 15:15:05.161 INFO ok!
91072024-08-29T15:15:06.875Z[ host-image] Aug 29 15:15:05.161 INFO O| Aug 29 15:15:05.161 INFO STEP 69 (ensure_file) COMPLETE
91082024-08-29T15:15:06.875Z[ host-image] Aug 29 15:15:05.161 INFO O| Aug 29 15:15:05.161 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91092024-08-29T15:15:06.887Z[ host-image] Aug 29 15:15:05.174 INFO O| Aug 29 15:15:05.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
91102024-08-29T15:15:06.887Z[ host-image] Aug 29 15:15:05.174 INFO O| Aug 29 15:15:05.174 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91112024-08-29T15:15:08.348Z[ host-image] Aug 29 15:15:06.633 INFO O| Aug 29 15:15:06.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91122024-08-29T15:15:08.348Z[ host-image] Aug 29 15:15:06.633 INFO O| Aug 29 15:15:06.633 INFO ok!
91132024-08-29T15:15:08.348Z[ host-image] Aug 29 15:15:06.633 INFO O| Aug 29 15:15:06.633 INFO STEP 70 (ensure_file) COMPLETE
91142024-08-29T15:15:08.348Z[ host-image] Aug 29 15:15:06.634 INFO O| Aug 29 15:15:06.633 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91152024-08-29T15:15:08.359Z[ host-image] Aug 29 15:15:06.645 INFO O| Aug 29 15:15:06.645 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91162024-08-29T15:15:08.361Z[ host-image] Aug 29 15:15:06.645 INFO O| Aug 29 15:15:06.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91172024-08-29T15:15:08.361Z[ host-image] Aug 29 15:15:06.645 INFO O| Aug 29 15:15:06.645 INFO STEP 71 (ensure_dir) COMPLETE
91182024-08-29T15:15:08.361Z[ host-image] Aug 29 15:15:06.645 INFO O| Aug 29 15:15:06.645 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91192024-08-29T15:15:08.369Z[ host-image] Aug 29 15:15:06.655 INFO O| Aug 29 15:15:06.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
91202024-08-29T15:15:08.369Z[ host-image] Aug 29 15:15:06.655 INFO O| Aug 29 15:15:06.655 INFO copying /tmp/.tmpaaMxE7/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 ...
91212024-08-29T15:15:08.372Z[ host-image] Aug 29 15:15:06.656 INFO O| Aug 29 15:15:06.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
91222024-08-29T15:15:08.372Z[ host-image] Aug 29 15:15:06.656 INFO O| Aug 29 15:15:06.655 INFO ok!
91232024-08-29T15:15:08.372Z[ host-image] Aug 29 15:15:06.656 INFO O| Aug 29 15:15:06.655 INFO STEP 72 (ensure_file) COMPLETE
91242024-08-29T15:15:08.372Z[ host-image] Aug 29 15:15:06.656 INFO O| Aug 29 15:15:06.656 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91252024-08-29T15:15:08.381Z[ host-image] Aug 29 15:15:06.667 INFO O| Aug 29 15:15:06.667 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
91262024-08-29T15:15:08.381Z[ host-image] Aug 29 15:15:06.667 INFO O| Aug 29 15:15:06.667 INFO copying /tmp/.tmpaaMxE7/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 ...
91272024-08-29T15:15:08.383Z[ host-image] Aug 29 15:15:06.667 INFO O| Aug 29 15:15:06.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
91282024-08-29T15:15:08.383Z[ host-image] Aug 29 15:15:06.667 INFO O| Aug 29 15:15:06.667 INFO ok!
91292024-08-29T15:15:08.383Z[ host-image] Aug 29 15:15:06.667 INFO O| Aug 29 15:15:06.667 INFO STEP 73 (ensure_file) COMPLETE
91302024-08-29T15:15:08.383Z[ host-image] Aug 29 15:15:06.667 INFO O| Aug 29 15:15:06.667 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91312024-08-29T15:15:08.391Z[ host-image] Aug 29 15:15:06.678 INFO O| Aug 29 15:15:06.678 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
91322024-08-29T15:15:08.392Z[ host-image] Aug 29 15:15:06.678 INFO O| Aug 29 15:15:06.678 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
91332024-08-29T15:15:08.394Z[ host-image] Aug 29 15:15:06.678 INFO O| Aug 29 15:15:06.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
91342024-08-29T15:15:08.394Z[ host-image] Aug 29 15:15:06.678 INFO O| Aug 29 15:15:06.678 INFO ok!
91352024-08-29T15:15:08.394Z[ host-image] Aug 29 15:15:06.678 INFO O| Aug 29 15:15:06.678 INFO STEP 74 (ensure_file) COMPLETE
91362024-08-29T15:15:08.394Z[ host-image] Aug 29 15:15:06.678 INFO O| Aug 29 15:15:06.678 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91372024-08-29T15:15:08.402Z[ host-image] Aug 29 15:15:06.688 INFO O| Aug 29 15:15:06.688 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
91382024-08-29T15:15:08.402Z[ host-image] Aug 29 15:15:06.688 INFO O| Aug 29 15:15:06.688 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
91392024-08-29T15:15:08.404Z[ host-image] Aug 29 15:15:06.688 INFO O| Aug 29 15:15:06.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
91402024-08-29T15:15:08.404Z[ host-image] Aug 29 15:15:06.688 INFO O| Aug 29 15:15:06.688 INFO ok!
91412024-08-29T15:15:08.404Z[ host-image] Aug 29 15:15:06.688 INFO O| Aug 29 15:15:06.688 INFO STEP 75 (ensure_file) COMPLETE
91422024-08-29T15:15:08.404Z[ host-image] Aug 29 15:15:06.688 INFO O| Aug 29 15:15:06.688 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91432024-08-29T15:15:08.413Z[ host-image] Aug 29 15:15:06.700 INFO O| Aug 29 15:15:06.700 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91442024-08-29T15:15:08.413Z[ host-image] Aug 29 15:15:06.700 INFO O| Aug 29 15:15:06.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91452024-08-29T15:15:08.413Z[ host-image] Aug 29 15:15:06.700 INFO O| Aug 29 15:15:06.700 INFO STEP 76 (ensure_dir) COMPLETE
91462024-08-29T15:15:08.416Z[ host-image] Aug 29 15:15:06.700 INFO O| Aug 29 15:15:06.700 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91472024-08-29T15:15:08.423Z[ host-image] Aug 29 15:15:06.710 INFO O| Aug 29 15:15:06.710 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
91482024-08-29T15:15:08.423Z[ host-image] Aug 29 15:15:06.710 INFO O| Aug 29 15:15:06.710 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
91492024-08-29T15:15:08.912Z[ host-image] Aug 29 15:15:07.198 INFO O| Aug 29 15:15:07.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
91502024-08-29T15:15:08.912Z[ host-image] Aug 29 15:15:07.198 INFO O| Aug 29 15:15:07.198 INFO ok!
91512024-08-29T15:15:08.912Z[ host-image] Aug 29 15:15:07.198 INFO O| Aug 29 15:15:07.198 INFO STEP 77 (ensure_file) COMPLETE
91522024-08-29T15:15:08.912Z[ host-image] Aug 29 15:15:07.198 INFO O| Aug 29 15:15:07.198 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91532024-08-29T15:15:08.924Z[ host-image] Aug 29 15:15:07.210 INFO O| Aug 29 15:15:07.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
91542024-08-29T15:15:08.926Z[ host-image] Aug 29 15:15:07.210 INFO O| Aug 29 15:15:07.210 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
91552024-08-29T15:15:08.926Z[ host-image] Aug 29 15:15:07.210 INFO O| Aug 29 15:15:07.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91562024-08-29T15:15:08.926Z[ host-image] Aug 29 15:15:07.210 INFO O| Aug 29 15:15:07.210 INFO ok!
91572024-08-29T15:15:08.926Z[ host-image] Aug 29 15:15:07.210 INFO O| Aug 29 15:15:07.210 INFO STEP 78 (ensure_file) COMPLETE
91582024-08-29T15:15:08.926Z[ host-image] Aug 29 15:15:07.210 INFO O| Aug 29 15:15:07.210 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91592024-08-29T15:15:08.934Z[ host-image] Aug 29 15:15:07.220 INFO O| Aug 29 15:15:07.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91602024-08-29T15:15:08.934Z[ host-image] Aug 29 15:15:07.220 INFO O| Aug 29 15:15:07.220 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91612024-08-29T15:15:09.791Z[ host-image] Aug 29 15:15:08.077 INFO O| Aug 29 15:15:08.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91622024-08-29T15:15:09.794Z[ host-image] Aug 29 15:15:08.077 INFO O| Aug 29 15:15:08.077 INFO ok!
91632024-08-29T15:15:09.794Z[ host-image] Aug 29 15:15:08.077 INFO O| Aug 29 15:15:08.077 INFO STEP 79 (ensure_file) COMPLETE
91642024-08-29T15:15:09.794Z[ host-image] Aug 29 15:15:08.077 INFO O| Aug 29 15:15:08.077 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91652024-08-29T15:15:09.804Z[ host-image] Aug 29 15:15:08.089 INFO O| Aug 29 15:15:08.089 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91662024-08-29T15:15:09.807Z[ host-image] Aug 29 15:15:08.089 INFO O| Aug 29 15:15:08.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91672024-08-29T15:15:09.807Z[ host-image] Aug 29 15:15:08.089 INFO O| Aug 29 15:15:08.089 INFO STEP 80 (ensure_dir) COMPLETE
91682024-08-29T15:15:09.807Z[ host-image] Aug 29 15:15:08.089 INFO O| Aug 29 15:15:08.089 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91692024-08-29T15:15:09.814Z[ host-image] Aug 29 15:15:08.100 INFO O| Aug 29 15:15:08.100 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91702024-08-29T15:15:09.814Z[ host-image] Aug 29 15:15:08.100 INFO O| Aug 29 15:15:08.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91712024-08-29T15:15:09.817Z[ host-image] Aug 29 15:15:08.100 INFO O| Aug 29 15:15:08.100 INFO STEP 81 (ensure_dir) COMPLETE
91722024-08-29T15:15:09.817Z[ host-image] Aug 29 15:15:08.100 INFO O| Aug 29 15:15:08.100 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91732024-08-29T15:15:09.824Z[ host-image] Aug 29 15:15:08.110 INFO O| Aug 29 15:15:08.110 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91742024-08-29T15:15:09.824Z[ host-image] Aug 29 15:15:08.110 INFO O| Aug 29 15:15:08.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91752024-08-29T15:15:09.824Z[ host-image] Aug 29 15:15:08.110 INFO O| Aug 29 15:15:08.110 INFO STEP 82 (ensure_dir) COMPLETE
91762024-08-29T15:15:09.826Z[ host-image] Aug 29 15:15:08.110 INFO O| Aug 29 15:15:08.110 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91772024-08-29T15:15:09.836Z[ host-image] Aug 29 15:15:08.122 INFO O| Aug 29 15:15:08.122 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91782024-08-29T15:15:09.838Z[ host-image] Aug 29 15:15:08.122 INFO O| Aug 29 15:15:08.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91792024-08-29T15:15:09.838Z[ host-image] Aug 29 15:15:08.122 INFO O| Aug 29 15:15:08.122 INFO STEP 83 (ensure_dir) COMPLETE
91802024-08-29T15:15:09.838Z[ host-image] Aug 29 15:15:08.122 INFO O| Aug 29 15:15:08.122 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91812024-08-29T15:15:09.846Z[ host-image] Aug 29 15:15:08.132 INFO O| Aug 29 15:15:08.132 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91822024-08-29T15:15:09.848Z[ host-image] Aug 29 15:15:08.132 INFO O| Aug 29 15:15:08.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91832024-08-29T15:15:09.849Z[ host-image] Aug 29 15:15:08.132 INFO O| Aug 29 15:15:08.132 INFO STEP 84 (ensure_dir) COMPLETE
91842024-08-29T15:15:09.849Z[ host-image] Aug 29 15:15:08.132 INFO O| Aug 29 15:15:08.132 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91852024-08-29T15:15:09.857Z[ host-image] Aug 29 15:15:08.143 INFO O| Aug 29 15:15:08.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91862024-08-29T15:15:09.859Z[ host-image] Aug 29 15:15:08.143 INFO O| Aug 29 15:15:08.143 INFO copying /tmp/.tmpaaMxE7/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 ...
91872024-08-29T15:15:09.859Z[ host-image] Aug 29 15:15:08.143 INFO O| Aug 29 15:15:08.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91882024-08-29T15:15:09.859Z[ host-image] Aug 29 15:15:08.143 INFO O| Aug 29 15:15:08.143 INFO ok!
91892024-08-29T15:15:09.859Z[ host-image] Aug 29 15:15:08.143 INFO O| Aug 29 15:15:08.143 INFO STEP 85 (ensure_file) COMPLETE
91902024-08-29T15:15:09.859Z[ host-image] Aug 29 15:15:08.143 INFO O| Aug 29 15:15:08.143 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91912024-08-29T15:15:09.867Z[ host-image] Aug 29 15:15:08.153 INFO O| Aug 29 15:15:08.153 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91922024-08-29T15:15:09.869Z[ host-image] Aug 29 15:15:08.153 INFO O| Aug 29 15:15:08.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91932024-08-29T15:15:09.869Z[ host-image] Aug 29 15:15:08.153 INFO O| Aug 29 15:15:08.153 INFO STEP 86 (ensure_dir) COMPLETE
91942024-08-29T15:15:09.869Z[ host-image] Aug 29 15:15:08.153 INFO O| Aug 29 15:15:08.153 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91952024-08-29T15:15:09.878Z[ host-image] Aug 29 15:15:08.164 INFO O| Aug 29 15:15:08.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
91962024-08-29T15:15:09.878Z[ host-image] Aug 29 15:15:08.164 INFO O| Aug 29 15:15:08.164 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
91972024-08-29T15:15:09.881Z[ host-image] Aug 29 15:15:08.164 INFO O| Aug 29 15:15:08.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
91982024-08-29T15:15:09.881Z[ host-image] Aug 29 15:15:08.164 INFO O| Aug 29 15:15:08.164 INFO ok!
91992024-08-29T15:15:09.881Z[ host-image] Aug 29 15:15:08.164 INFO O| Aug 29 15:15:08.164 INFO STEP 87 (ensure_file) COMPLETE
92002024-08-29T15:15:09.881Z[ host-image] Aug 29 15:15:08.164 INFO O| Aug 29 15:15:08.164 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92012024-08-29T15:15:09.888Z[ host-image] Aug 29 15:15:08.174 INFO O| Aug 29 15:15:08.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
92022024-08-29T15:15:09.888Z[ host-image] Aug 29 15:15:08.174 INFO O| Aug 29 15:15:08.174 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
92032024-08-29T15:15:09.897Z[ host-image] Aug 29 15:15:08.183 INFO O| Aug 29 15:15:08.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
92042024-08-29T15:15:09.897Z[ host-image] Aug 29 15:15:08.183 INFO O| Aug 29 15:15:08.183 INFO ok!
92052024-08-29T15:15:09.899Z[ host-image] Aug 29 15:15:08.183 INFO O| Aug 29 15:15:08.183 INFO STEP 88 (ensure_file) COMPLETE
92062024-08-29T15:15:09.900Z[ host-image] Aug 29 15:15:08.183 INFO O| Aug 29 15:15:08.183 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92072024-08-29T15:15:09.907Z[ host-image] Aug 29 15:15:08.193 INFO O| Aug 29 15:15:08.193 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
92082024-08-29T15:15:09.908Z[ host-image] Aug 29 15:15:08.193 INFO O| Aug 29 15:15:08.193 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
92092024-08-29T15:15:10.386Z[ host-image] Aug 29 15:15:08.670 INFO O| Aug 29 15:15:08.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
92102024-08-29T15:15:10.386Z[ host-image] Aug 29 15:15:08.670 INFO O| Aug 29 15:15:08.670 INFO ok!
92112024-08-29T15:15:10.388Z[ host-image] Aug 29 15:15:08.670 INFO O| Aug 29 15:15:08.670 INFO STEP 89 (ensure_file) COMPLETE
92122024-08-29T15:15:10.389Z[ host-image] Aug 29 15:15:08.670 INFO O| Aug 29 15:15:08.670 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92132024-08-29T15:15:10.397Z[ host-image] Aug 29 15:15:08.683 INFO O| Aug 29 15:15:08.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92142024-08-29T15:15:10.397Z[ host-image] Aug 29 15:15:08.683 INFO O| Aug 29 15:15:08.683 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92152024-08-29T15:15:10.399Z[ host-image] Aug 29 15:15:08.683 INFO O| Aug 29 15:15:08.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92162024-08-29T15:15:10.399Z[ host-image] Aug 29 15:15:08.683 INFO O| Aug 29 15:15:08.683 INFO ok!
92172024-08-29T15:15:10.399Z[ host-image] Aug 29 15:15:08.683 INFO O| Aug 29 15:15:08.683 INFO STEP 90 (ensure_file) COMPLETE
92182024-08-29T15:15:10.399Z[ host-image] Aug 29 15:15:08.683 INFO O| Aug 29 15:15:08.683 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92192024-08-29T15:15:10.407Z[ host-image] Aug 29 15:15:08.693 INFO O| Aug 29 15:15:08.693 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92202024-08-29T15:15:10.410Z[ host-image] Aug 29 15:15:08.693 INFO O| Aug 29 15:15:08.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92212024-08-29T15:15:10.410Z[ host-image] Aug 29 15:15:08.694 INFO O| Aug 29 15:15:08.693 INFO STEP 91 (ensure_dir) COMPLETE
92222024-08-29T15:15:10.410Z[ host-image] Aug 29 15:15:08.694 INFO O| Aug 29 15:15:08.693 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-08-29T15:15:10.418Z[ host-image] Aug 29 15:15:08.704 INFO O| Aug 29 15:15:08.704 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
92242024-08-29T15:15:10.418Z[ host-image] Aug 29 15:15:08.704 INFO O| Aug 29 15:15:08.704 INFO copying /tmp/.tmpaaMxE7/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 ...
92252024-08-29T15:15:10.420Z[ host-image] Aug 29 15:15:08.704 INFO O| Aug 29 15:15:08.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
92262024-08-29T15:15:10.421Z[ host-image] Aug 29 15:15:08.704 INFO O| Aug 29 15:15:08.704 INFO ok!
92272024-08-29T15:15:10.421Z[ host-image] Aug 29 15:15:08.704 INFO O| Aug 29 15:15:08.704 INFO STEP 92 (ensure_file) COMPLETE
92282024-08-29T15:15:10.421Z[ host-image] Aug 29 15:15:08.704 INFO O| Aug 29 15:15:08.704 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-08-29T15:15:10.429Z[ host-image] Aug 29 15:15:08.715 INFO O| Aug 29 15:15:08.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
92302024-08-29T15:15:10.429Z[ host-image] Aug 29 15:15:08.715 INFO O| Aug 29 15:15:08.715 INFO copying /tmp/.tmpaaMxE7/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 ...
92312024-08-29T15:15:10.431Z[ host-image] Aug 29 15:15:08.715 INFO O| Aug 29 15:15:08.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
92322024-08-29T15:15:10.431Z[ host-image] Aug 29 15:15:08.715 INFO O| Aug 29 15:15:08.715 INFO ok!
92332024-08-29T15:15:10.432Z[ host-image] Aug 29 15:15:08.715 INFO O| Aug 29 15:15:08.715 INFO STEP 93 (ensure_file) COMPLETE
92342024-08-29T15:15:10.432Z[ host-image] Aug 29 15:15:08.715 INFO O| Aug 29 15:15:08.715 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92352024-08-29T15:15:10.440Z[ host-image] Aug 29 15:15:08.726 INFO O| Aug 29 15:15:08.726 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
92362024-08-29T15:15:10.443Z[ host-image] Aug 29 15:15:08.726 INFO O| Aug 29 15:15:08.726 INFO copying /tmp/.tmpaaMxE7/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 ...
92372024-08-29T15:15:10.443Z[ host-image] Aug 29 15:15:08.726 INFO O| Aug 29 15:15:08.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
92382024-08-29T15:15:10.443Z[ host-image] Aug 29 15:15:08.726 INFO O| Aug 29 15:15:08.726 INFO ok!
92392024-08-29T15:15:10.443Z[ host-image] Aug 29 15:15:08.726 INFO O| Aug 29 15:15:08.726 INFO STEP 94 (ensure_file) COMPLETE
92402024-08-29T15:15:10.443Z[ host-image] Aug 29 15:15:08.726 INFO O| Aug 29 15:15:08.726 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-08-29T15:15:10.451Z[ host-image] Aug 29 15:15:08.736 INFO O| Aug 29 15:15:08.736 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
92422024-08-29T15:15:10.453Z[ host-image] Aug 29 15:15:08.737 INFO O| Aug 29 15:15:08.736 INFO copying /tmp/.tmpaaMxE7/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 ...
92432024-08-29T15:15:10.453Z[ host-image] Aug 29 15:15:08.737 INFO O| Aug 29 15:15:08.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
92442024-08-29T15:15:10.453Z[ host-image] Aug 29 15:15:08.737 INFO O| Aug 29 15:15:08.737 INFO ok!
92452024-08-29T15:15:10.453Z[ host-image] Aug 29 15:15:08.737 INFO O| Aug 29 15:15:08.737 INFO STEP 95 (ensure_file) COMPLETE
92462024-08-29T15:15:10.453Z[ host-image] Aug 29 15:15:08.737 INFO O| Aug 29 15:15:08.737 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92472024-08-29T15:15:10.462Z[ host-image] Aug 29 15:15:08.748 INFO O| Aug 29 15:15:08.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92482024-08-29T15:15:10.465Z[ host-image] Aug 29 15:15:08.748 INFO O| Aug 29 15:15:08.748 INFO copying /tmp/.tmpaaMxE7/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 ...
92492024-08-29T15:15:10.465Z[ host-image] Aug 29 15:15:08.748 INFO O| Aug 29 15:15:08.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92502024-08-29T15:15:10.465Z[ host-image] Aug 29 15:15:08.748 INFO O| Aug 29 15:15:08.748 INFO ok!
92512024-08-29T15:15:10.465Z[ host-image] Aug 29 15:15:08.748 INFO O| Aug 29 15:15:08.748 INFO STEP 96 (ensure_file) COMPLETE
92522024-08-29T15:15:10.465Z[ host-image] Aug 29 15:15:08.748 INFO O| Aug 29 15:15:08.748 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-08-29T15:15:10.473Z[ host-image] Aug 29 15:15:08.759 INFO O| Aug 29 15:15:08.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92542024-08-29T15:15:10.473Z[ host-image] Aug 29 15:15:08.759 INFO O| Aug 29 15:15:08.759 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92552024-08-29T15:15:10.475Z[ host-image] Aug 29 15:15:08.759 INFO O| Aug 29 15:15:08.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92562024-08-29T15:15:10.475Z[ host-image] Aug 29 15:15:08.759 INFO O| Aug 29 15:15:08.759 INFO ok!
92572024-08-29T15:15:10.475Z[ host-image] Aug 29 15:15:08.759 INFO O| Aug 29 15:15:08.759 INFO STEP 97 (ensure_file) COMPLETE
92582024-08-29T15:15:10.475Z[ host-image] Aug 29 15:15:08.759 INFO O| Aug 29 15:15:08.759 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92592024-08-29T15:15:10.485Z[ host-image] Aug 29 15:15:08.771 INFO O| Aug 29 15:15:08.771 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92602024-08-29T15:15:10.485Z[ host-image] Aug 29 15:15:08.771 INFO O| Aug 29 15:15:08.771 INFO copying /tmp/.tmpaaMxE7/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 ...
92612024-08-29T15:15:10.487Z[ host-image] Aug 29 15:15:08.771 INFO O| Aug 29 15:15:08.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92622024-08-29T15:15:10.487Z[ host-image] Aug 29 15:15:08.771 INFO O| Aug 29 15:15:08.771 INFO ok!
92632024-08-29T15:15:10.487Z[ host-image] Aug 29 15:15:08.771 INFO O| Aug 29 15:15:08.771 INFO STEP 98 (ensure_file) COMPLETE
92642024-08-29T15:15:10.487Z[ host-image] Aug 29 15:15:08.771 INFO O| Aug 29 15:15:08.771 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92652024-08-29T15:15:10.495Z[ host-image] Aug 29 15:15:08.781 INFO O| Aug 29 15:15:08.781 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92662024-08-29T15:15:10.495Z[ host-image] Aug 29 15:15:08.781 INFO O| Aug 29 15:15:08.781 INFO copying /tmp/.tmpaaMxE7/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 ...
92672024-08-29T15:15:10.497Z[ host-image] Aug 29 15:15:08.781 INFO O| Aug 29 15:15:08.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92682024-08-29T15:15:10.497Z[ host-image] Aug 29 15:15:08.781 INFO O| Aug 29 15:15:08.781 INFO ok!
92692024-08-29T15:15:10.497Z[ host-image] Aug 29 15:15:08.781 INFO O| Aug 29 15:15:08.781 INFO STEP 99 (ensure_file) COMPLETE
92702024-08-29T15:15:10.497Z[ host-image] Aug 29 15:15:08.781 INFO O| Aug 29 15:15:08.781 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92712024-08-29T15:15:10.505Z[ host-image] Aug 29 15:15:08.791 INFO O| Aug 29 15:15:08.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92722024-08-29T15:15:10.505Z[ host-image] Aug 29 15:15:08.791 INFO O| Aug 29 15:15:08.791 INFO copying /tmp/.tmpaaMxE7/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 ...
92732024-08-29T15:15:10.508Z[ host-image] Aug 29 15:15:08.791 INFO O| Aug 29 15:15:08.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92742024-08-29T15:15:10.508Z[ host-image] Aug 29 15:15:08.791 INFO O| Aug 29 15:15:08.791 INFO ok!
92752024-08-29T15:15:10.508Z[ host-image] Aug 29 15:15:08.791 INFO O| Aug 29 15:15:08.791 INFO STEP 100 (ensure_file) COMPLETE
92762024-08-29T15:15:10.508Z[ host-image] Aug 29 15:15:08.791 INFO O| Aug 29 15:15:08.791 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92772024-08-29T15:15:10.515Z[ host-image] Aug 29 15:15:08.801 INFO O| Aug 29 15:15:08.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92782024-08-29T15:15:10.515Z[ host-image] Aug 29 15:15:08.801 INFO O| Aug 29 15:15:08.801 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92792024-08-29T15:15:10.518Z[ host-image] Aug 29 15:15:08.801 INFO O| Aug 29 15:15:08.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92802024-08-29T15:15:10.518Z[ host-image] Aug 29 15:15:08.801 INFO O| Aug 29 15:15:08.801 INFO ok!
92812024-08-29T15:15:10.518Z[ host-image] Aug 29 15:15:08.801 INFO O| Aug 29 15:15:08.801 INFO STEP 101 (ensure_file) COMPLETE
92822024-08-29T15:15:10.518Z[ host-image] Aug 29 15:15:08.801 INFO O| Aug 29 15:15:08.801 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92832024-08-29T15:15:10.526Z[ host-image] Aug 29 15:15:08.812 INFO O| Aug 29 15:15:08.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92842024-08-29T15:15:10.529Z[ host-image] Aug 29 15:15:08.812 INFO O| Aug 29 15:15:08.812 INFO copying /tmp/.tmpaaMxE7/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 ...
92852024-08-29T15:15:10.529Z[ host-image] Aug 29 15:15:08.812 INFO O| Aug 29 15:15:08.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92862024-08-29T15:15:10.529Z[ host-image] Aug 29 15:15:08.812 INFO O| Aug 29 15:15:08.812 INFO ok!
92872024-08-29T15:15:10.529Z[ host-image] Aug 29 15:15:08.812 INFO O| Aug 29 15:15:08.812 INFO STEP 102 (ensure_file) COMPLETE
92882024-08-29T15:15:10.529Z[ host-image] Aug 29 15:15:08.812 INFO O| Aug 29 15:15:08.812 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92892024-08-29T15:15:10.536Z[ host-image] Aug 29 15:15:08.822 INFO O| Aug 29 15:15:08.822 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
92902024-08-29T15:15:10.536Z[ host-image] Aug 29 15:15:08.822 INFO O| Aug 29 15:15:08.822 INFO copying /tmp/.tmpaaMxE7/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 ...
92912024-08-29T15:15:10.536Z[ host-image] Aug 29 15:15:08.822 INFO O| Aug 29 15:15:08.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92922024-08-29T15:15:10.539Z[ host-image] Aug 29 15:15:08.822 INFO O| Aug 29 15:15:08.822 INFO ok!
92932024-08-29T15:15:10.539Z[ host-image] Aug 29 15:15:08.822 INFO O| Aug 29 15:15:08.822 INFO STEP 103 (ensure_file) COMPLETE
92942024-08-29T15:15:10.539Z[ host-image] Aug 29 15:15:08.822 INFO O| Aug 29 15:15:08.822 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92952024-08-29T15:15:10.546Z[ host-image] Aug 29 15:15:08.832 INFO O| Aug 29 15:15:08.832 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
92962024-08-29T15:15:10.549Z[ host-image] Aug 29 15:15:08.832 INFO O| Aug 29 15:15:08.832 INFO copying /tmp/.tmpaaMxE7/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 ...
92972024-08-29T15:15:10.549Z[ host-image] Aug 29 15:15:08.832 INFO O| Aug 29 15:15:08.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
92982024-08-29T15:15:10.549Z[ host-image] Aug 29 15:15:08.832 INFO O| Aug 29 15:15:08.832 INFO ok!
92992024-08-29T15:15:10.549Z[ host-image] Aug 29 15:15:08.832 INFO O| Aug 29 15:15:08.832 INFO STEP 104 (ensure_file) COMPLETE
93002024-08-29T15:15:10.549Z[ host-image] Aug 29 15:15:08.832 INFO O| Aug 29 15:15:08.832 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93012024-08-29T15:15:10.558Z[ host-image] Aug 29 15:15:08.844 INFO O| Aug 29 15:15:08.844 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
93022024-08-29T15:15:10.558Z[ host-image] Aug 29 15:15:08.844 INFO O| Aug 29 15:15:08.844 INFO copying /tmp/.tmpaaMxE7/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 ...
93032024-08-29T15:15:10.561Z[ host-image] Aug 29 15:15:08.844 INFO O| Aug 29 15:15:08.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
93042024-08-29T15:15:10.561Z[ host-image] Aug 29 15:15:08.844 INFO O| Aug 29 15:15:08.844 INFO ok!
93052024-08-29T15:15:10.561Z[ host-image] Aug 29 15:15:08.844 INFO O| Aug 29 15:15:08.844 INFO STEP 105 (ensure_file) COMPLETE
93062024-08-29T15:15:10.561Z[ host-image] Aug 29 15:15:08.844 INFO O| Aug 29 15:15:08.844 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93072024-08-29T15:15:10.569Z[ host-image] Aug 29 15:15:08.855 INFO O| Aug 29 15:15:08.855 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
93082024-08-29T15:15:10.569Z[ host-image] Aug 29 15:15:08.855 INFO O| Aug 29 15:15:08.855 INFO copying /tmp/.tmpaaMxE7/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 ...
93092024-08-29T15:15:10.572Z[ host-image] Aug 29 15:15:08.855 INFO O| Aug 29 15:15:08.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
93102024-08-29T15:15:10.572Z[ host-image] Aug 29 15:15:08.855 INFO O| Aug 29 15:15:08.855 INFO ok!
93112024-08-29T15:15:10.572Z[ host-image] Aug 29 15:15:08.855 INFO O| Aug 29 15:15:08.855 INFO STEP 106 (ensure_file) COMPLETE
93122024-08-29T15:15:10.572Z[ host-image] Aug 29 15:15:08.855 INFO O| Aug 29 15:15:08.855 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93132024-08-29T15:15:10.580Z[ host-image] Aug 29 15:15:08.866 INFO O| Aug 29 15:15:08.866 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93142024-08-29T15:15:10.580Z[ host-image] Aug 29 15:15:08.866 INFO O| Aug 29 15:15:08.866 INFO copying /tmp/.tmpaaMxE7/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 ...
93152024-08-29T15:15:10.580Z[ host-image] Aug 29 15:15:08.866 INFO O| Aug 29 15:15:08.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93162024-08-29T15:15:10.580Z[ host-image] Aug 29 15:15:08.866 INFO O| Aug 29 15:15:08.866 INFO ok!
93172024-08-29T15:15:10.583Z[ host-image] Aug 29 15:15:08.866 INFO O| Aug 29 15:15:08.866 INFO STEP 107 (ensure_file) COMPLETE
93182024-08-29T15:15:10.583Z[ host-image] Aug 29 15:15:08.866 INFO O| Aug 29 15:15:08.866 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93192024-08-29T15:15:10.592Z[ host-image] Aug 29 15:15:08.878 INFO O| Aug 29 15:15:08.878 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
93202024-08-29T15:15:10.592Z[ host-image] Aug 29 15:15:08.878 INFO O| Aug 29 15:15:08.878 INFO copying /tmp/.tmpaaMxE7/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 ...
93212024-08-29T15:15:10.592Z[ host-image] Aug 29 15:15:08.878 INFO O| Aug 29 15:15:08.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
93222024-08-29T15:15:10.592Z[ host-image] Aug 29 15:15:08.878 INFO O| Aug 29 15:15:08.878 INFO ok!
93232024-08-29T15:15:10.594Z[ host-image] Aug 29 15:15:08.878 INFO O| Aug 29 15:15:08.878 INFO STEP 108 (ensure_file) COMPLETE
93242024-08-29T15:15:10.594Z[ host-image] Aug 29 15:15:08.878 INFO O| Aug 29 15:15:08.878 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93252024-08-29T15:15:10.603Z[ host-image] Aug 29 15:15:08.888 INFO O| Aug 29 15:15:08.888 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
93262024-08-29T15:15:10.603Z[ host-image] Aug 29 15:15:08.888 INFO O| Aug 29 15:15:08.888 INFO copying /tmp/.tmpaaMxE7/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 ...
93272024-08-29T15:15:10.605Z[ host-image] Aug 29 15:15:08.889 INFO O| Aug 29 15:15:08.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
93282024-08-29T15:15:10.605Z[ host-image] Aug 29 15:15:08.889 INFO O| Aug 29 15:15:08.889 INFO ok!
93292024-08-29T15:15:10.605Z[ host-image] Aug 29 15:15:08.889 INFO O| Aug 29 15:15:08.889 INFO STEP 109 (ensure_file) COMPLETE
93302024-08-29T15:15:10.605Z[ host-image] Aug 29 15:15:08.889 INFO O| Aug 29 15:15:08.889 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93312024-08-29T15:15:10.615Z[ host-image] Aug 29 15:15:08.900 INFO O| Aug 29 15:15:08.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
93322024-08-29T15:15:10.615Z[ host-image] Aug 29 15:15:08.900 INFO O| Aug 29 15:15:08.900 INFO copying /tmp/.tmpaaMxE7/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 ...
93332024-08-29T15:15:10.617Z[ host-image] Aug 29 15:15:08.901 INFO O| Aug 29 15:15:08.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
93342024-08-29T15:15:10.617Z[ host-image] Aug 29 15:15:08.901 INFO O| Aug 29 15:15:08.901 INFO ok!
93352024-08-29T15:15:10.617Z[ host-image] Aug 29 15:15:08.901 INFO O| Aug 29 15:15:08.901 INFO STEP 110 (ensure_file) COMPLETE
93362024-08-29T15:15:10.617Z[ host-image] Aug 29 15:15:08.901 INFO O| Aug 29 15:15:08.901 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93372024-08-29T15:15:10.625Z[ host-image] Aug 29 15:15:08.911 INFO O| Aug 29 15:15:08.911 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
93382024-08-29T15:15:10.625Z[ host-image] Aug 29 15:15:08.911 INFO O| Aug 29 15:15:08.911 INFO copying /tmp/.tmpaaMxE7/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 ...
93392024-08-29T15:15:10.628Z[ host-image] Aug 29 15:15:08.911 INFO O| Aug 29 15:15:08.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
93402024-08-29T15:15:10.628Z[ host-image] Aug 29 15:15:08.911 INFO O| Aug 29 15:15:08.911 INFO ok!
93412024-08-29T15:15:10.628Z[ host-image] Aug 29 15:15:08.911 INFO O| Aug 29 15:15:08.911 INFO STEP 111 (ensure_file) COMPLETE
93422024-08-29T15:15:10.628Z[ host-image] Aug 29 15:15:08.911 INFO O| Aug 29 15:15:08.911 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93432024-08-29T15:15:10.636Z[ host-image] Aug 29 15:15:08.922 INFO O| Aug 29 15:15:08.922 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
93442024-08-29T15:15:10.636Z[ host-image] Aug 29 15:15:08.922 INFO O| Aug 29 15:15:08.922 INFO copying /tmp/.tmpaaMxE7/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 ...
93452024-08-29T15:15:10.638Z[ host-image] Aug 29 15:15:08.922 INFO O| Aug 29 15:15:08.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
93462024-08-29T15:15:10.638Z[ host-image] Aug 29 15:15:08.922 INFO O| Aug 29 15:15:08.922 INFO ok!
93472024-08-29T15:15:10.638Z[ host-image] Aug 29 15:15:08.922 INFO O| Aug 29 15:15:08.922 INFO STEP 112 (ensure_file) COMPLETE
93482024-08-29T15:15:10.638Z[ host-image] Aug 29 15:15:08.922 INFO O| Aug 29 15:15:08.922 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93492024-08-29T15:15:10.646Z[ host-image] Aug 29 15:15:08.932 INFO O| Aug 29 15:15:08.932 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93502024-08-29T15:15:10.646Z[ host-image] Aug 29 15:15:08.932 INFO O| Aug 29 15:15:08.932 INFO copying /tmp/.tmpaaMxE7/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 ...
93512024-08-29T15:15:10.649Z[ host-image] Aug 29 15:15:08.932 INFO O| Aug 29 15:15:08.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
93522024-08-29T15:15:10.649Z[ host-image] Aug 29 15:15:08.932 INFO O| Aug 29 15:15:08.932 INFO ok!
93532024-08-29T15:15:10.649Z[ host-image] Aug 29 15:15:08.932 INFO O| Aug 29 15:15:08.932 INFO STEP 113 (ensure_file) COMPLETE
93542024-08-29T15:15:10.649Z[ host-image] Aug 29 15:15:08.932 INFO O| Aug 29 15:15:08.932 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93552024-08-29T15:15:10.656Z[ host-image] Aug 29 15:15:08.942 INFO O| Aug 29 15:15:08.942 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93562024-08-29T15:15:10.659Z[ host-image] Aug 29 15:15:08.942 INFO O| Aug 29 15:15:08.942 INFO copying /tmp/.tmpaaMxE7/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 ...
93572024-08-29T15:15:10.659Z[ host-image] Aug 29 15:15:08.942 INFO O| Aug 29 15:15:08.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93582024-08-29T15:15:10.659Z[ host-image] Aug 29 15:15:08.942 INFO O| Aug 29 15:15:08.942 INFO ok!
93592024-08-29T15:15:10.659Z[ host-image] Aug 29 15:15:08.942 INFO O| Aug 29 15:15:08.942 INFO STEP 114 (ensure_file) COMPLETE
93602024-08-29T15:15:10.659Z[ host-image] Aug 29 15:15:08.942 INFO O| Aug 29 15:15:08.942 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93612024-08-29T15:15:10.667Z[ host-image] Aug 29 15:15:08.953 INFO O| Aug 29 15:15:08.953 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93622024-08-29T15:15:10.667Z[ host-image] Aug 29 15:15:08.953 INFO O| Aug 29 15:15:08.953 INFO copying /tmp/.tmpaaMxE7/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 ...
93632024-08-29T15:15:10.667Z[ host-image] Aug 29 15:15:08.953 INFO O| Aug 29 15:15:08.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93642024-08-29T15:15:10.667Z[ host-image] Aug 29 15:15:08.953 INFO O| Aug 29 15:15:08.953 INFO ok!
93652024-08-29T15:15:10.670Z[ host-image] Aug 29 15:15:08.953 INFO O| Aug 29 15:15:08.953 INFO STEP 115 (ensure_file) COMPLETE
93662024-08-29T15:15:10.670Z[ host-image] Aug 29 15:15:08.953 INFO O| Aug 29 15:15:08.953 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93672024-08-29T15:15:10.678Z[ host-image] Aug 29 15:15:08.963 INFO O| Aug 29 15:15:08.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93682024-08-29T15:15:10.678Z[ host-image] Aug 29 15:15:08.963 INFO O| Aug 29 15:15:08.963 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93692024-08-29T15:15:10.680Z[ host-image] Aug 29 15:15:08.964 INFO O| Aug 29 15:15:08.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93702024-08-29T15:15:10.680Z[ host-image] Aug 29 15:15:08.964 INFO O| Aug 29 15:15:08.964 INFO ok!
93712024-08-29T15:15:10.680Z[ host-image] Aug 29 15:15:08.964 INFO O| Aug 29 15:15:08.964 INFO STEP 116 (ensure_file) COMPLETE
93722024-08-29T15:15:10.680Z[ host-image] Aug 29 15:15:08.964 INFO O| Aug 29 15:15:08.964 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93732024-08-29T15:15:10.688Z[ host-image] Aug 29 15:15:08.974 INFO O| Aug 29 15:15:08.974 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93742024-08-29T15:15:10.691Z[ host-image] Aug 29 15:15:08.974 INFO O| Aug 29 15:15:08.974 INFO copying /tmp/.tmpaaMxE7/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 ...
93752024-08-29T15:15:10.691Z[ host-image] Aug 29 15:15:08.974 INFO O| Aug 29 15:15:08.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93762024-08-29T15:15:10.691Z[ host-image] Aug 29 15:15:08.974 INFO O| Aug 29 15:15:08.974 INFO ok!
93772024-08-29T15:15:10.691Z[ host-image] Aug 29 15:15:08.974 INFO O| Aug 29 15:15:08.974 INFO STEP 117 (ensure_file) COMPLETE
93782024-08-29T15:15:10.691Z[ host-image] Aug 29 15:15:08.974 INFO O| Aug 29 15:15:08.974 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93792024-08-29T15:15:10.699Z[ host-image] Aug 29 15:15:08.984 INFO O| Aug 29 15:15:08.984 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93802024-08-29T15:15:10.699Z[ host-image] Aug 29 15:15:08.985 INFO O| Aug 29 15:15:08.984 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93812024-08-29T15:15:10.701Z[ host-image] Aug 29 15:15:08.985 INFO O| Aug 29 15:15:08.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93822024-08-29T15:15:10.701Z[ host-image] Aug 29 15:15:08.985 INFO O| Aug 29 15:15:08.985 INFO ok!
93832024-08-29T15:15:10.701Z[ host-image] Aug 29 15:15:08.985 INFO O| Aug 29 15:15:08.985 INFO STEP 118 (ensure_file) COMPLETE
93842024-08-29T15:15:10.701Z[ host-image] Aug 29 15:15:08.985 INFO O| Aug 29 15:15:08.985 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93852024-08-29T15:15:10.711Z[ host-image] Aug 29 15:15:08.997 INFO O| Aug 29 15:15:08.996 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93862024-08-29T15:15:10.714Z[ host-image] Aug 29 15:15:08.997 INFO O| Aug 29 15:15:08.996 INFO copying /tmp/.tmpaaMxE7/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93872024-08-29T15:15:11.286Z[ recovery-image] Aug 29 15:15:09.572 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)
93882024-08-29T15:15:13.898Z[ recovery-image] Aug 29 15:15:12.180 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)
93892024-08-29T15:15:16.895Z[ host-image] Aug 29 15:15:15.178 INFO O| Aug 29 15:15:15.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93902024-08-29T15:15:16.895Z[ host-image] Aug 29 15:15:15.178 INFO O| Aug 29 15:15:15.178 INFO ok!
93912024-08-29T15:15:16.895Z[ host-image] Aug 29 15:15:15.178 INFO O| Aug 29 15:15:15.178 INFO STEP 119 (ensure_file) COMPLETE
93922024-08-29T15:15:16.897Z[ host-image] Aug 29 15:15:15.178 INFO O| Aug 29 15:15:15.178 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93932024-08-29T15:15:16.906Z[ host-image] Aug 29 15:15:15.190 INFO O| Aug 29 15:15:15.190 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
93942024-08-29T15:15:16.906Z[ host-image] Aug 29 15:15:15.190 INFO O| Aug 29 15:15:15.190 INFO STEP 120 (ensure_dir) COMPLETE
93952024-08-29T15:15:16.909Z[ host-image] Aug 29 15:15:15.190 INFO O| Aug 29 15:15:15.190 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93962024-08-29T15:15:16.918Z[ host-image] Aug 29 15:15:15.202 INFO O| Aug 29 15:15:15.202 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
93972024-08-29T15:15:16.918Z[ host-image] Aug 29 15:15:15.202 INFO O| Aug 29 15:15:15.202 INFO STEP 121 (ensure_dir) COMPLETE
93982024-08-29T15:15:16.918Z[ host-image] Aug 29 15:15:15.202 INFO O| Aug 29 15:15:15.202 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93992024-08-29T15:15:16.928Z[ host-image] Aug 29 15:15:15.212 INFO O| Aug 29 15:15:15.212 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
94002024-08-29T15:15:16.928Z[ host-image] Aug 29 15:15:15.212 INFO O| Aug 29 15:15:15.212 INFO STEP 122 (ensure_dir) COMPLETE
94012024-08-29T15:15:16.928Z[ host-image] Aug 29 15:15:15.212 INFO O| Aug 29 15:15:15.212 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022024-08-29T15:15:16.938Z[ host-image] Aug 29 15:15:15.222 INFO O| Aug 29 15:15:15.222 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
94032024-08-29T15:15:16.938Z[ host-image] Aug 29 15:15:15.222 INFO O| Aug 29 15:15:15.222 INFO STEP 123 (ensure_dir) COMPLETE
94042024-08-29T15:15:16.938Z[ host-image] Aug 29 15:15:15.222 INFO O| Aug 29 15:15:15.222 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94052024-08-29T15:15:16.949Z[ host-image] Aug 29 15:15:15.233 INFO O| Aug 29 15:15:15.232 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
94062024-08-29T15:15:16.949Z[ host-image] Aug 29 15:15:15.233 INFO O| Aug 29 15:15:15.232 INFO copying /tmp/.tmpaaMxE7/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 ...
94072024-08-29T15:15:16.951Z[ host-image] Aug 29 15:15:15.233 INFO O| Aug 29 15:15:15.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
94082024-08-29T15:15:16.951Z[ host-image] Aug 29 15:15:15.233 INFO O| Aug 29 15:15:15.233 INFO ok!
94092024-08-29T15:15:16.951Z[ host-image] Aug 29 15:15:15.233 INFO O| Aug 29 15:15:15.233 INFO STEP 124 (ensure_file) COMPLETE
94102024-08-29T15:15:16.951Z[ host-image] Aug 29 15:15:15.233 INFO O| Aug 29 15:15:15.233 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94112024-08-29T15:15:16.959Z[ host-image] Aug 29 15:15:15.243 INFO O| Aug 29 15:15:15.243 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94122024-08-29T15:15:16.959Z[ host-image] Aug 29 15:15:15.243 INFO O| Aug 29 15:15:15.243 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94132024-08-29T15:15:16.962Z[ host-image] Aug 29 15:15:15.243 INFO O| Aug 29 15:15:15.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94142024-08-29T15:15:16.962Z[ host-image] Aug 29 15:15:15.243 INFO O| Aug 29 15:15:15.243 INFO STEP 125 (ensure_dir) COMPLETE
94152024-08-29T15:15:16.962Z[ host-image] Aug 29 15:15:15.243 INFO O| Aug 29 15:15:15.243 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94162024-08-29T15:15:16.971Z[ host-image] Aug 29 15:15:15.255 INFO O| Aug 29 15:15:15.255 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94172024-08-29T15:15:16.971Z[ host-image] Aug 29 15:15:15.255 INFO O| Aug 29 15:15:15.255 INFO copying /tmp/.tmpaaMxE7/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
94182024-08-29T15:15:16.971Z[ host-image] Aug 29 15:15:15.255 INFO O| Aug 29 15:15:15.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
94192024-08-29T15:15:16.974Z[ host-image] Aug 29 15:15:15.255 INFO O| Aug 29 15:15:15.255 INFO ok!
94202024-08-29T15:15:16.974Z[ host-image] Aug 29 15:15:15.255 INFO O| Aug 29 15:15:15.255 INFO STEP 126 (ensure_file) COMPLETE
94212024-08-29T15:15:16.974Z[ host-image] Aug 29 15:15:15.255 INFO O| Aug 29 15:15:15.255 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94222024-08-29T15:15:16.987Z[ host-image] Aug 29 15:15:15.271 INFO O| Aug 29 15:15:15.271 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
94232024-08-29T15:15:16.990Z[ host-image] Aug 29 15:15:15.271 INFO O| Aug 29 15:15:15.271 INFO STEP 127 (remove_files) COMPLETE
94242024-08-29T15:15:16.990Z[ host-image] Aug 29 15:15:15.271 INFO O| Aug 29 15:15:15.271 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94252024-08-29T15:15:17.000Z[ host-image] Aug 29 15:15:15.284 INFO O| Aug 29 15:15:15.284 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
94262024-08-29T15:15:17.002Z[ host-image] Aug 29 15:15:15.284 INFO O| Aug 29 15:15:15.284 INFO STEP 128 (remove_files) COMPLETE
94272024-08-29T15:15:17.002Z[ host-image] Aug 29 15:15:15.284 INFO O| Aug 29 15:15:15.284 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94282024-08-29T15:15:17.012Z[ host-image] Aug 29 15:15:15.296 INFO O| Aug 29 15:15:15.296 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
94292024-08-29T15:15:17.014Z[ host-image] Aug 29 15:15:15.296 INFO O| Aug 29 15:15:15.296 INFO STEP 129 (remove_files) COMPLETE
94302024-08-29T15:15:17.015Z[ host-image] Aug 29 15:15:15.296 INFO O| Aug 29 15:15:15.296 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94312024-08-29T15:15:17.025Z[ host-image] Aug 29 15:15:15.309 INFO O| Aug 29 15:15:15.309 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
94322024-08-29T15:15:17.027Z[ host-image] Aug 29 15:15:15.309 INFO O| Aug 29 15:15:15.309 INFO STEP 130 (remove_files) COMPLETE
94332024-08-29T15:15:17.027Z[ host-image] Aug 29 15:15:15.309 INFO O| Aug 29 15:15:15.309 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94342024-08-29T15:15:17.039Z[ host-image] Aug 29 15:15:15.323 INFO O| Aug 29 15:15:15.323 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
94352024-08-29T15:15:17.042Z[ host-image] Aug 29 15:15:15.323 INFO O| Aug 29 15:15:15.323 INFO STEP 131 (remove_files) COMPLETE
94362024-08-29T15:15:17.042Z[ host-image] Aug 29 15:15:15.323 INFO O| Aug 29 15:15:15.323 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94372024-08-29T15:15:17.050Z[ host-image] Aug 29 15:15:15.334 INFO O| Aug 29 15:15:15.334 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
94382024-08-29T15:15:17.052Z[ host-image] Aug 29 15:15:15.334 INFO O| Aug 29 15:15:15.334 INFO STEP 132 (remove_files) COMPLETE
94392024-08-29T15:15:17.052Z[ host-image] Aug 29 15:15:15.334 INFO O| Aug 29 15:15:15.334 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94402024-08-29T15:15:17.060Z[ host-image] Aug 29 15:15:15.344 INFO O| Aug 29 15:15:15.344 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
94412024-08-29T15:15:17.060Z[ host-image] Aug 29 15:15:15.344 INFO O| Aug 29 15:15:15.344 INFO STEP 133 (remove_files) COMPLETE
94422024-08-29T15:15:17.063Z[ host-image] Aug 29 15:15:15.344 INFO O| Aug 29 15:15:15.344 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94432024-08-29T15:15:17.071Z[ host-image] Aug 29 15:15:15.355 INFO O| Aug 29 15:15:15.355 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
94442024-08-29T15:15:17.071Z[ host-image] Aug 29 15:15:15.355 INFO O| Aug 29 15:15:15.355 INFO STEP 134 (remove_files) COMPLETE
94452024-08-29T15:15:17.073Z[ host-image] Aug 29 15:15:15.355 INFO O| Aug 29 15:15:15.355 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94462024-08-29T15:15:17.083Z[ host-image] Aug 29 15:15:15.366 INFO O| Aug 29 15:15:15.366 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
94472024-08-29T15:15:17.083Z[ host-image] Aug 29 15:15:15.366 INFO O| Aug 29 15:15:15.366 INFO STEP 135 (remove_files) COMPLETE
94482024-08-29T15:15:17.085Z[ host-image] Aug 29 15:15:15.366 INFO O| Aug 29 15:15:15.366 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94492024-08-29T15:15:17.093Z[ host-image] Aug 29 15:15:15.377 INFO O| Aug 29 15:15:15.377 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94502024-08-29T15:15:17.093Z[ host-image] Aug 29 15:15:15.377 INFO O| Aug 29 15:15:15.377 INFO STEP 136 (remove_files) COMPLETE
94512024-08-29T15:15:17.096Z[ host-image] Aug 29 15:15:15.377 INFO O| Aug 29 15:15:15.377 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94522024-08-29T15:15:17.104Z[ host-image] Aug 29 15:15:15.388 INFO O| Aug 29 15:15:15.388 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94532024-08-29T15:15:17.104Z[ host-image] Aug 29 15:15:15.388 INFO O| Aug 29 15:15:15.388 INFO STEP 137 (remove_files) COMPLETE
94542024-08-29T15:15:17.104Z[ host-image] Aug 29 15:15:15.388 INFO O| Aug 29 15:15:15.388 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94552024-08-29T15:15:17.117Z[ host-image] Aug 29 15:15:15.401 INFO O| Aug 29 15:15:15.401 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
94562024-08-29T15:15:17.120Z[ host-image] Aug 29 15:15:15.401 INFO O| Aug 29 15:15:15.401 INFO STEP 138 (remove_files) COMPLETE
94572024-08-29T15:15:17.120Z[ host-image] Aug 29 15:15:15.401 INFO O| Aug 29 15:15:15.401 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94582024-08-29T15:15:17.128Z[ host-image] Aug 29 15:15:15.412 INFO O| Aug 29 15:15:15.412 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
94592024-08-29T15:15:17.128Z[ host-image] Aug 29 15:15:15.412 INFO O| Aug 29 15:15:15.412 INFO STEP 139 (remove_files) COMPLETE
94602024-08-29T15:15:17.128Z[ host-image] Aug 29 15:15:15.412 INFO O| Aug 29 15:15:15.412 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94612024-08-29T15:15:17.139Z[ host-image] Aug 29 15:15:15.423 INFO O| Aug 29 15:15:15.422 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94622024-08-29T15:15:17.139Z[ host-image] Aug 29 15:15:15.423 INFO O| Aug 29 15:15:15.423 INFO STEP 140 (remove_files) COMPLETE
94632024-08-29T15:15:17.139Z[ host-image] Aug 29 15:15:15.423 INFO O| Aug 29 15:15:15.423 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94642024-08-29T15:15:17.149Z[ host-image] Aug 29 15:15:15.433 INFO O| Aug 29 15:15:15.433 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94652024-08-29T15:15:17.151Z[ host-image] Aug 29 15:15:15.433 INFO O| Aug 29 15:15:15.433 INFO STEP 141 (remove_files) COMPLETE
94662024-08-29T15:15:17.151Z[ host-image] Aug 29 15:15:15.433 INFO O| Aug 29 15:15:15.433 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94672024-08-29T15:15:17.160Z[ host-image] Aug 29 15:15:15.444 INFO O| Aug 29 15:15:15.444 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94682024-08-29T15:15:17.160Z[ host-image] Aug 29 15:15:15.444 INFO O| Aug 29 15:15:15.444 INFO STEP 142 (remove_files) COMPLETE
94692024-08-29T15:15:17.160Z[ host-image] Aug 29 15:15:15.444 INFO O| Aug 29 15:15:15.444 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94702024-08-29T15:15:17.171Z[ host-image] Aug 29 15:15:15.455 INFO O| Aug 29 15:15:15.455 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94712024-08-29T15:15:17.172Z[ host-image] Aug 29 15:15:15.455 INFO O| Aug 29 15:15:15.455 INFO STEP 143 (remove_files) COMPLETE
94722024-08-29T15:15:17.172Z[ host-image] Aug 29 15:15:15.455 INFO O| Aug 29 15:15:15.455 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94732024-08-29T15:15:17.181Z[ host-image] Aug 29 15:15:15.465 INFO O| Aug 29 15:15:15.465 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94742024-08-29T15:15:17.181Z[ host-image] Aug 29 15:15:15.465 INFO O| Aug 29 15:15:15.465 INFO STEP 144 (remove_files) COMPLETE
94752024-08-29T15:15:17.184Z[ host-image] Aug 29 15:15:15.465 INFO O| Aug 29 15:15:15.465 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94762024-08-29T15:15:17.192Z[ host-image] Aug 29 15:15:15.476 INFO O| Aug 29 15:15:15.476 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94772024-08-29T15:15:17.194Z[ host-image] Aug 29 15:15:15.476 INFO O| Aug 29 15:15:15.476 INFO STEP 145 (remove_files) COMPLETE
94782024-08-29T15:15:17.194Z[ host-image] Aug 29 15:15:15.476 INFO O| Aug 29 15:15:15.476 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94792024-08-29T15:15:17.202Z[ host-image] Aug 29 15:15:15.486 INFO O| Aug 29 15:15:15.486 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94802024-08-29T15:15:17.202Z[ host-image] Aug 29 15:15:15.486 INFO O| Aug 29 15:15:15.486 INFO STEP 146 (remove_files) COMPLETE
94812024-08-29T15:15:17.205Z[ host-image] Aug 29 15:15:15.486 INFO O| Aug 29 15:15:15.486 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94822024-08-29T15:15:17.212Z[ host-image] Aug 29 15:15:15.496 INFO O| Aug 29 15:15:15.496 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94832024-08-29T15:15:17.214Z[ host-image] Aug 29 15:15:15.496 INFO O| Aug 29 15:15:15.496 INFO STEP 147 (remove_files) COMPLETE
94842024-08-29T15:15:17.214Z[ host-image] Aug 29 15:15:15.496 INFO O| Aug 29 15:15:15.496 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94852024-08-29T15:15:17.222Z[ host-image] Aug 29 15:15:15.506 INFO O| Aug 29 15:15:15.506 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
94862024-08-29T15:15:17.224Z[ host-image] Aug 29 15:15:15.506 INFO O| Aug 29 15:15:15.506 INFO STEP 148 (remove_files) COMPLETE
94872024-08-29T15:15:17.224Z[ host-image] Aug 29 15:15:15.506 INFO O| Aug 29 15:15:15.506 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94882024-08-29T15:15:17.232Z[ host-image] Aug 29 15:15:15.516 INFO O| Aug 29 15:15:15.516 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94892024-08-29T15:15:17.234Z[ host-image] Aug 29 15:15:15.516 INFO O| Aug 29 15:15:15.516 INFO STEP 149 (remove_files) COMPLETE
94902024-08-29T15:15:17.234Z[ host-image] Aug 29 15:15:15.516 INFO O| Aug 29 15:15:15.516 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94912024-08-29T15:15:17.242Z[ host-image] Aug 29 15:15:15.526 INFO O| Aug 29 15:15:15.526 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
94922024-08-29T15:15:17.245Z[ host-image] Aug 29 15:15:15.526 INFO O| Aug 29 15:15:15.526 INFO STEP 150 (remove_files) COMPLETE
94932024-08-29T15:15:17.245Z[ host-image] Aug 29 15:15:15.526 INFO O| Aug 29 15:15:15.526 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94942024-08-29T15:15:17.255Z[ host-image] Aug 29 15:15:15.539 INFO O| Aug 29 15:15:15.539 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
94952024-08-29T15:15:17.255Z[ host-image] Aug 29 15:15:15.539 INFO O| Aug 29 15:15:15.539 INFO STEP 151 (remove_files) COMPLETE
94962024-08-29T15:15:17.257Z[ host-image] Aug 29 15:15:15.539 INFO O| Aug 29 15:15:15.539 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94972024-08-29T15:15:17.267Z[ host-image] Aug 29 15:15:15.551 INFO O| Aug 29 15:15:15.551 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
94982024-08-29T15:15:17.267Z[ host-image] Aug 29 15:15:15.551 INFO O| Aug 29 15:15:15.551 INFO STEP 152 (remove_files) COMPLETE
94992024-08-29T15:15:17.269Z[ host-image] Aug 29 15:15:15.551 INFO O| Aug 29 15:15:15.551 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95002024-08-29T15:15:17.277Z[ host-image] Aug 29 15:15:15.561 INFO O| Aug 29 15:15:15.561 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
95012024-08-29T15:15:17.277Z[ host-image] Aug 29 15:15:15.561 INFO O| Aug 29 15:15:15.561 INFO STEP 153 (remove_files) COMPLETE
95022024-08-29T15:15:17.279Z[ host-image] Aug 29 15:15:15.561 INFO O| Aug 29 15:15:15.561 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95032024-08-29T15:15:17.288Z[ host-image] Aug 29 15:15:15.571 INFO O| Aug 29 15:15:15.571 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95042024-08-29T15:15:17.290Z[ host-image] Aug 29 15:15:15.571 INFO O| Aug 29 15:15:15.571 INFO STEP 154 (remove_files) COMPLETE
95052024-08-29T15:15:17.290Z[ host-image] Aug 29 15:15:15.571 INFO O| Aug 29 15:15:15.571 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95062024-08-29T15:15:17.299Z[ host-image] Aug 29 15:15:15.583 INFO O| Aug 29 15:15:15.583 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95072024-08-29T15:15:17.299Z[ host-image] Aug 29 15:15:15.583 INFO O| Aug 29 15:15:15.583 INFO STEP 155 (remove_files) COMPLETE
95082024-08-29T15:15:17.299Z[ host-image] Aug 29 15:15:15.583 INFO O| Aug 29 15:15:15.583 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95092024-08-29T15:15:17.318Z[ host-image] Aug 29 15:15:15.601 INFO O| Aug 29 15:15:15.601 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95102024-08-29T15:15:17.318Z[ host-image] Aug 29 15:15:15.601 INFO O| Aug 29 15:15:15.601 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"}
95112024-08-29T15:15:18.326Z[ recovery-image] Aug 29 15:15:16.609 INFO E| Compiling bitflags v1.3.2
95122024-08-29T15:15:18.326Z[ recovery-image] Aug 29 15:15:16.609 INFO E| Compiling bit_field v0.10.2
95132024-08-29T15:15:18.329Z[ recovery-image] Aug 29 15:15:16.609 INFO E| Compiling adler v1.0.2
95142024-08-29T15:15:18.329Z[ recovery-image] Aug 29 15:15:16.610 INFO E| Compiling log v0.4.21
95152024-08-29T15:15:18.329Z[ recovery-image] Aug 29 15:15:16.610 INFO E| Compiling plain v0.2.3
95162024-08-29T15:15:18.329Z[ recovery-image] Aug 29 15:15:16.610 INFO E| Compiling scroll v0.12.0
95172024-08-29T15:15:18.329Z[ recovery-image] Aug 29 15:15:16.610 INFO E| Compiling static_assertions v1.1.0
95182024-08-29T15:15:18.413Z[ recovery-image] Aug 29 15:15:16.696 INFO E| Compiling raw-cpuid v10.7.0
95192024-08-29T15:15:18.420Z[ recovery-image] Aug 29 15:15:16.703 INFO E| Compiling cpio_reader v0.1.1
95202024-08-29T15:15:18.491Z[ recovery-image] Aug 29 15:15:16.774 INFO E| Compiling miniz_oxide v0.7.2
95212024-08-29T15:15:18.642Z[ recovery-image] Aug 29 15:15:16.926 INFO E| Compiling bitstruct v0.1.1
95222024-08-29T15:15:18.822Z[ recovery-image] Aug 29 15:15:17.100 INFO E| Compiling goblin v0.8.0
95232024-08-29T15:15:25.612Z[ recovery-image] Aug 29 15:15:23.893 INFO E| Finished `release` profile [optimized] target(s) in 44.76s
95242024-08-29T15:15:25.631Z[ recovery-image] Aug 29 15:15:23.913 INFO building host image...
95252024-08-29T15:15:25.634Z[ recovery-image] Aug 29 15:15:23.913 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")
95262024-08-29T15:15:26.104Z[ recovery-image] Aug 29 15:15:24.385 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
95272024-08-29T15:15:26.751Z[ host-image] Aug 29 15:15:25.032 INFO O| Aug 29 15:15:25.032 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
95282024-08-29T15:15:26.751Z[ host-image] Aug 29 15:15:25.032 INFO O| Aug 29 15:15:25.032 INFO E| svccfg: Loaded 74 smf(7) service descriptions
95292024-08-29T15:15:26.766Z[ host-image] Aug 29 15:15:25.047 INFO O| Aug 29 15:15:25.047 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"}
95302024-08-29T15:15:26.843Z[ host-image] Aug 29 15:15:25.124 INFO O| Aug 29 15:15:25.124 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
95312024-08-29T15:15:26.843Z[ host-image] Aug 29 15:15:25.124 INFO O| Aug 29 15:15:25.124 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
95322024-08-29T15:15:26.846Z[ host-image] Aug 29 15:15:25.127 INFO O| Aug 29 15:15:25.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
95332024-08-29T15:15:26.846Z[ host-image] Aug 29 15:15:25.127 INFO O| Aug 29 15:15:25.127 INFO ok!
95342024-08-29T15:15:26.849Z[ host-image] Aug 29 15:15:25.127 INFO O| Aug 29 15:15:25.127 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
95352024-08-29T15:15:26.849Z[ host-image] Aug 29 15:15:25.127 INFO O| Aug 29 15:15:25.127 INFO STEP 156 (seed_smf) COMPLETE
95362024-08-29T15:15:26.849Z[ host-image] Aug 29 15:15:25.127 INFO O| Aug 29 15:15:25.127 INFO steps complete; finalising image!
95372024-08-29T15:15:26.849Z[ host-image] Aug 29 15:15:25.127 INFO O| Aug 29 15:15:25.127 INFO TRIM POOL: TEMPORARY-gimlet-zfs
95382024-08-29T15:15:26.994Z[ host-image] Aug 29 15:15:25.275 INFO O| Aug 29 15:15:25.275 INFO trim TEMPORARY-gimlet-zfs: (5% trimmed, started at Thu Aug 29 15:15:25 2024)
95392024-08-29T15:15:27.216Z[ host-image] Aug 29 15:15:25.496 INFO O| Aug 29 15:15:25.496 INFO temporary pool has 671M used, 161M avail, 1.87x compressratio
95402024-08-29T15:15:27.216Z[ host-image] Aug 29 15:15:25.496 INFO O| Aug 29 15:15:25.496 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
95412024-08-29T15:15:27.493Z[ host-image] Aug 29 15:15:25.773 INFO O| Aug 29 15:15:25.773 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
95422024-08-29T15:15:27.493Z[ host-image] Aug 29 15:15:25.773 INFO O| Aug 29 15:15:25.773 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
95432024-08-29T15:15:27.589Z[ recovery-image] Aug 29 15:15:25.870 INFO image complete! materials are in "/work/os-recovery"
95442024-08-29T15:15:27.592Z[ recovery-image]
95452024-08-29T15:15:27.595Z[ recovery-image] real 7:39.779432173
95462024-08-29T15:15:27.595Z[ recovery-image] user 4:48.687077300
95472024-08-29T15:15:27.595Z[ recovery-image] sys 1:10.088961872
95482024-08-29T15:15:27.595Z[ recovery-image] trap 0.245822273
95492024-08-29T15:15:27.595Z[ recovery-image] tflt 0.408897453
95502024-08-29T15:15:27.595Z[ recovery-image] dflt 1.865577290
95512024-08-29T15:15:27.595Z[ recovery-image] kflt 0.000082127
95522024-08-29T15:15:27.595Z[ recovery-image] lock 9:56.941241609
95532024-08-29T15:15:27.595Z[ recovery-image] slp 44:30.673196749
95542024-08-29T15:15:27.595Z[ recovery-image] lat 2:04.971682894
95552024-08-29T15:15:27.595Z[ recovery-image] stop 3.271874932
95562024-08-29T15:15:27.595ZAug 29 15:15:25.874 INFO [recovery-image] process exited with exit status: 0 (459.818655377s)
95572024-08-29T15:15:28.528Z[ host-image] Aug 29 15:15:26.808 INFO O| Aug 29 15:15:26.808 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
95582024-08-29T15:15:28.528Z[ host-image] Aug 29 15:15:26.808 INFO O| Aug 29 15:15:26.808 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
95592024-08-29T15:15:28.530Z[ host-image] Aug 29 15:15:26.808 INFO O| Aug 29 15:15:26.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
95602024-08-29T15:15:28.530Z[ host-image] Aug 29 15:15:26.808 INFO O| Aug 29 15:15:26.808 INFO completed processing gimlet/zfs
95612024-08-29T15:15:28.530Z[ host-image] Aug 29 15:15:26.808 INFO O| Aug 29 15:15:26.808 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
95622024-08-29T15:15:35.149Z[ host-image] Aug 29 15:15:33.427 INFO O| Aug 29 15:15:33.427 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
95632024-08-29T15:15:35.231Z[ host-image] Aug 29 15:15:33.509 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
95642024-08-29T15:15:35.231Z[ host-image] Aug 29 15:15:33.509 INFO expanded image name: "ci ccb9f12/${os_short_commit} 2024-08-29 14:46" -> "ci ccb9f12/2408c3f 2024-08-29 14:46"
95652024-08-29T15:15:35.233Z[ host-image] Aug 29 15:15:33.509 INFO output artefacts stored in: "/work/os-host"
95662024-08-29T15:15:35.233Z[ host-image] Aug 29 15:15:33.510 INFO collecting git info from project "bootserver"...
95672024-08-29T15:15:35.236Z[ host-image] Aug 29 15:15:33.515 INFO collecting git info from project "chelsio-t6-roms"...
95682024-08-29T15:15:35.241Z[ host-image] Aug 29 15:15:33.519 INFO collecting git info from project "phbl"...
95692024-08-29T15:15:35.245Z[ host-image] Aug 29 15:15:33.524 INFO collecting git info from project "amd-host-image-builder"...
95702024-08-29T15:15:35.259Z[ host-image] Aug 29 15:15:33.537 INFO collecting git info from project "image-builder"...
95712024-08-29T15:15:35.263Z[ host-image] Aug 29 15:15:33.541 INFO collecting git info from project "pilot"...
95722024-08-29T15:15:35.268Z[ host-image] Aug 29 15:15:33.546 INFO collecting git info from project "pinprick"...
95732024-08-29T15:15:35.272Z[ host-image] Aug 29 15:15:33.551 INFO collecting git info from project "amd-firmware"...
95742024-08-29T15:15:35.280Z[ host-image] Aug 29 15:15:33.558 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
95752024-08-29T15:15:35.635Z[ host-image] Aug 29 15:15:33.912 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
95762024-08-29T15:15:35.971Z[ host-image] Aug 29 15:15:34.249 INFO creating Oxide boot image...
95772024-08-29T15:15:35.971Z[ host-image] Aug 29 15:15:34.249 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci ccb9f12/2408c3f 2024-08-29 14:46", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
95782024-08-29T15:15:36.904Z[ host-image] Aug 29 15:15:35.181 INFO O| ok, image written!
95792024-08-29T15:15:36.904Z[ host-image] Aug 29 15:15:35.181 INFO O| ok, boot_image_csum file written!
95802024-08-29T15:15:36.907Z[ host-image] Aug 29 15:15:35.184 INFO creating boot archive (CPIO)...
95812024-08-29T15:15:36.907Z[ host-image] Aug 29 15:15:35.184 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
95822024-08-29T15:15:36.918Z[ host-image] Aug 29 15:15:35.196 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
95832024-08-29T15:15:36.918Z[ host-image] Aug 29 15:15:35.196 INFO E| + outfile=/work/os-host/cpio
95842024-08-29T15:15:36.920Z[ host-image] Aug 29 15:15:35.196 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
95852024-08-29T15:15:36.920Z[ host-image] Aug 29 15:15:35.198 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95862024-08-29T15:15:36.920Z[ host-image] Aug 29 15:15:35.198 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95872024-08-29T15:15:36.955Z[ host-image] Aug 29 15:15:35.232 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95882024-08-29T15:15:36.957Z[ host-image] Aug 29 15:15:35.232 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95892024-08-29T15:15:36.962Z[ host-image] Aug 29 15:15:35.240 INFO creating compressed cpio/unix for nanobl-rs...
95902024-08-29T15:15:36.965Z[ host-image] Aug 29 15:15:35.240 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
95912024-08-29T15:15:37.247Z[ host-image] Aug 29 15:15:35.525 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95922024-08-29T15:15:41.584Z[ host-image] Aug 29 15:15:39.861 INFO creating reset image...
95932024-08-29T15:15:41.587Z[ host-image] Aug 29 15:15:39.861 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95942024-08-29T15:15:41.672Z[ host-image] Aug 29 15:15:39.948 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95952024-08-29T15:15:41.675Z[ host-image] Aug 29 15:15:39.949 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95962024-08-29T15:15:41.736Z[ host-image] Aug 29 15:15:40.013 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95972024-08-29T15:15:43.926Z[ host-image] Aug 29 15:15:42.202 INFO E| Finished `release` profile [optimized] target(s) in 2.24s
95982024-08-29T15:15:43.937Z[ host-image] Aug 29 15:15:42.213 INFO building host image...
95992024-08-29T15:15:43.940Z[ host-image] Aug 29 15:15:42.213 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")
96002024-08-29T15:15:44.392Z[ host-image] Aug 29 15:15:42.668 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96012024-08-29T15:16:30.882Z[ host-image] Aug 29 15:16:29.143 INFO image complete! materials are in "/work/os-host"
96022024-08-29T15:16:30.885Z[ host-image]
96032024-08-29T15:16:30.885Z[ host-image] real 8:55.974357886
96042024-08-29T15:16:30.885Z[ host-image] user 4:14.447567584
96052024-08-29T15:16:30.887Z[ host-image] sys 52.029543955
96062024-08-29T15:16:30.887Z[ host-image] trap 0.172774229
96072024-08-29T15:16:30.887Z[ host-image] tflt 0.027349722
96082024-08-29T15:16:30.887Z[ host-image] dflt 0.010642891
96092024-08-29T15:16:30.888Z[ host-image] kflt 0.000000000
96102024-08-29T15:16:30.888Z[ host-image] lock 4:51.379731229
96112024-08-29T15:16:30.888Z[ host-image] slp 48:36.379957788
96122024-08-29T15:16:30.888Z[ host-image] lat 1:23.851787849
96132024-08-29T15:16:30.888Z[ host-image] stop 0.902656443
96142024-08-29T15:16:30.888ZAug 29 15:16:29.148 INFO [host-image] process exited with exit status: 0 (535.986844489s)
96152024-08-29T15:16:30.888ZAug 29 15:16:29.148 INFO [tuf-repo] running task
96162024-08-29T15:16:37.940ZAug 29 15:16:36.200 INFO assembling repository in `/tmp/tufaceousnzBciO`, component: OmicronRepoAssembler
96172024-08-29T15:16:42.618ZAug 29 15:16:40.876 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96182024-08-29T15:16:42.893ZAug 29 15:16:41.151 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96192024-08-29T15:16:54.661ZAug 29 15:16:52.916 INFO [tuf-repo] task succeeded (23.768571291s)
96202024-08-29T15:16:54.661ZAug 29 15:16:52.916 INFO all jobs completed in 1796.218276054s
96212024-08-29T15:16:55.198Zprocess exited: duration 2339060 ms, exit code 0
 
96222024-08-29T15:16:55.205Zfound 33 output files
96232024-08-29T15:16:55.205Zuploading: /work/manifest.toml (8404 bytes)
96242024-08-29T15:16:56.216Zuploaded: /work/manifest.toml
96252024-08-29T15:16:56.216Zuploading: /work/repo.zip (1794597975 bytes)
96262024-08-29T15:17:28.604Zuploaded: /work/repo.zip
96272024-08-29T15:17:28.604Zuploading: /work/repo.zip.sha256.txt (65 bytes)
96282024-08-29T15:17:29.615Zuploaded: /work/repo.zip.sha256.txt
96292024-08-29T15:17:29.615Zuploading: /work/helios-setup.log (52390 bytes)
96302024-08-29T15:17:30.626Zuploaded: /work/helios-setup.log
96312024-08-29T15:17:30.627Zuploading: /work/host-image.log (194740 bytes)
96322024-08-29T15:17:31.640Zuploaded: /work/host-image.log
96332024-08-29T15:17:31.640Zuploading: /work/host-package.log (19484 bytes)
96342024-08-29T15:17:32.650Zuploaded: /work/host-package.log
96352024-08-29T15:17:32.650Zuploading: /work/host-target.log (101 bytes)
96362024-08-29T15:17:33.659Zuploaded: /work/host-target.log
96372024-08-29T15:17:33.659Zuploading: /work/omicron-package.log (4572 bytes)
96382024-08-29T15:17:34.667Zuploaded: /work/omicron-package.log
96392024-08-29T15:17:34.667Zuploading: /work/phbl-toolchain.log (881 bytes)
96402024-08-29T15:17:35.676Zuploaded: /work/phbl-toolchain.log
96412024-08-29T15:17:35.676Zuploading: /work/recovery-image.log (590500 bytes)
96422024-08-29T15:17:36.696Zuploaded: /work/recovery-image.log
96432024-08-29T15:17:36.696Zuploading: /work/recovery-package.log (282 bytes)
96442024-08-29T15:17:37.704Zuploaded: /work/recovery-package.log
96452024-08-29T15:17:37.707Zuploading: /work/recovery-target.log (98 bytes)
96462024-08-29T15:17:38.713Zuploaded: /work/recovery-target.log
96472024-08-29T15:17:38.713Zuploading: /work/stamp-clickhouse.log (117 bytes)
96482024-08-29T15:17:39.721Zuploaded: /work/stamp-clickhouse.log
96492024-08-29T15:17:39.721Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
96502024-08-29T15:17:40.729Zuploaded: /work/stamp-clickhouse_keeper.log
96512024-08-29T15:17:40.729Zuploading: /work/stamp-cockroachdb.log (118 bytes)
96522024-08-29T15:17:41.736Zuploaded: /work/stamp-cockroachdb.log
96532024-08-29T15:17:41.736Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
96542024-08-29T15:17:42.745Zuploaded: /work/stamp-crucible-dtrace.log
96552024-08-29T15:17:42.745Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
96562024-08-29T15:17:43.753Zuploaded: /work/stamp-crucible-pantry-zone.log
96572024-08-29T15:17:43.754Zuploading: /work/stamp-crucible-zone.log (120 bytes)
96582024-08-29T15:17:44.761Zuploaded: /work/stamp-crucible-zone.log
96592024-08-29T15:17:44.761Zuploading: /work/stamp-external-dns.log (119 bytes)
96602024-08-29T15:17:45.770Zuploaded: /work/stamp-external-dns.log
96612024-08-29T15:17:45.770Zuploading: /work/stamp-installinator.log (103 bytes)
96622024-08-29T15:17:46.779Zuploaded: /work/stamp-installinator.log
96632024-08-29T15:17:46.779Zuploading: /work/stamp-internal-dns.log (119 bytes)
96642024-08-29T15:17:47.788Zuploaded: /work/stamp-internal-dns.log
96652024-08-29T15:17:47.788Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
96662024-08-29T15:17:48.797Zuploaded: /work/stamp-mg-ddm-gz.log
96672024-08-29T15:17:48.797Zuploading: /work/stamp-nexus.log (112 bytes)
96682024-08-29T15:17:49.806Zuploaded: /work/stamp-nexus.log
96692024-08-29T15:17:49.806Zuploading: /work/stamp-ntp.log (110 bytes)
96702024-08-29T15:17:50.816Zuploaded: /work/stamp-ntp.log
96712024-08-29T15:17:50.817Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
96722024-08-29T15:17:51.825Zuploaded: /work/stamp-omicron-sled-agent.log
96732024-08-29T15:17:51.825Zuploading: /work/stamp-overlay.log (114 bytes)
96742024-08-29T15:17:52.833Zuploaded: /work/stamp-overlay.log
96752024-08-29T15:17:52.833Zuploading: /work/stamp-oximeter.log (115 bytes)
96762024-08-29T15:17:53.842Zuploaded: /work/stamp-oximeter.log
96772024-08-29T15:17:53.842Zuploading: /work/stamp-oxlog.log (109 bytes)
96782024-08-29T15:17:54.851Zuploaded: /work/stamp-oxlog.log
96792024-08-29T15:17:54.851Zuploading: /work/stamp-probe.log (112 bytes)
96802024-08-29T15:17:55.859Zuploaded: /work/stamp-probe.log
96812024-08-29T15:17:55.859Zuploading: /work/stamp-propolis-server.log (122 bytes)
96822024-08-29T15:17:56.868Zuploaded: /work/stamp-propolis-server.log
96832024-08-29T15:17:56.868Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
96842024-08-29T15:17:57.876Zuploaded: /work/stamp-pumpkind-gz.log
96852024-08-29T15:17:57.877Zuploading: /work/stamp-switch-asic.log (118 bytes)
96862024-08-29T15:17:58.885Zuploaded: /work/stamp-switch-asic.log
96872024-08-29T15:17:58.885Zuploading: /work/verify-libraries.log (3177 bytes)
96882024-08-29T15:17:59.894Zuploaded: /work/verify-libraries.log